/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]: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; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1a1a1a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #000000;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 18px;
  margin-bottom: 18px;
  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; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px; }

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); }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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: 25px;
  padding-right: 25px; }
  .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: 25px;
  padding-right: 25px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -25px;
  margin-right: -25px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .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.42857;
    vertical-align: top;
    border-top: 1px solid #ededed; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed; }
  .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 #ededed; }
  .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 #ededed; }
  .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 #ededed; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ededed;
    -webkit-overflow-scrolling: touch; }
    .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; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

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; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #a8a8a8; }
  .form-control::-moz-placeholder {
    color: #a8a8a8;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #a8a8a8; }
  .form-control::-webkit-input-placeholder {
    color: #a8a8a8; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #DA3A35; }
.has-error .form-control {
  border-color: #DA3A35;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #ba2722;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ea8e8b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ea8e8b; }
.has-error .input-group-addon {
  color: #DA3A35;
  border-color: #DA3A35;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #DA3A35; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.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: 25px; }
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 25px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #1a1a1a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #000000;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    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: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.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.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    \left: 0;
    \right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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 {
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    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 {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
.animated {
  -webkit-animation-duration: 150ms;
  -moz-animation-duration: 150ms;
  -o-animation-duration: 150ms;
  animation-duration: 150ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-70px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(-70px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 1;
    -o-transform: translateY(-70px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 1;
    transform: translateY(-70px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-70px); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    opacity: 1;
    -moz-transform: translateY(-70px); } }
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    opacity: 1;
    -o-transform: translateY(-70px); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(-70px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  animation-name: fadeInDown; }

@-webkit-keyframes pulse {
  0% {
    background-color: #fcb400; }
  12.5% {
    background-color: #f16522; }
  25% {
    background-color: #DA3A35; }
  37.5% {
    background-color: #ec297b; }
  50% {
    background-color: #4A46AA; }
  62.5% {
    background-color: #078dd8; }
  75% {
    background-color: #2A91A8; }
  87.5% {
    background-color: #80B23C; }
  100% {
    background-color: #fcb400; } }
.btn {
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  padding: .8em 1.4em;
  opacity: 1;
  filter: alpha(opacity=100); }
  .btn:hover, .btn.hover {
    box-shadow: inset 0 3px 5px transparent; }
  .btn:active, .btn.active, .btn.active:hover {
    box-shadow: inset 0 3px 5px transparent; }
  .btn:focus {
    outline: thin dotted transparent;
    outline: 0;
    outline-offset: -2px; }
  .btn.disabled {
    cursor: default;
    opacity: 0.25;
    filter: alpha(opacity=25); }
    .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn.disabled:hover, .btn.disabled.hover {
      pointer-events: none; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 13px;
  padding: .5em 1em; }
  .btn-sm.btn-round, .btn-group-sm > .btn-round.btn {
    border-radius: 2em; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 16px;
  padding: 1em 2em;
  font-weight: 500; }
  .btn-lg.btn-round, .btn-group-lg > .btn-round.btn {
    border-radius: 2em; }

.btn-black {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  background-image: none; }
  .btn-black .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .btn-black:focus, .btn-black.focus, .btn-black:active, .btn-black.active, .btn-black:hover, .btn-black.hover {
    color: #ffffff;
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    background-image: none; }
    .btn-black:focus .iconic .iconic-element-fill, .btn-black.focus .iconic .iconic-element-fill, .btn-black:active .iconic .iconic-element-fill, .btn-black.active .iconic .iconic-element-fill, .btn-black:hover .iconic .iconic-element-fill, .btn-black.hover .iconic .iconic-element-fill {
      fill: #ffffff; }
    .btn-black:focus .iconic .iconic-element-stroke, .btn-black.focus .iconic .iconic-element-stroke, .btn-black:active .iconic .iconic-element-stroke, .btn-black.active .iconic .iconic-element-stroke, .btn-black:hover .iconic .iconic-element-stroke, .btn-black.hover .iconic .iconic-element-stroke {
      stroke: #ffffff; }
  .btn-black.btn-transparent {
    color: #000000;
    border-width: 1px;
    border-color: #000000;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-black.btn-transparent:focus, .btn-black.btn-transparent.focus, .btn-black.btn-transparent:active, .btn-black.btn-transparent.active, .btn-black.btn-transparent:hover, .btn-black.btn-transparent.hover {
      color: #080808;
      border-color: #080808;
      background-color: transparent;
      background-image: none; }

.btn-gray {
  color: #1a1a1a;
  border-color: #666666;
  background-color: #666666;
  background-image: none; }
  .btn-gray .iconic * {
    fill: #1a1a1a;
    stroke: #1a1a1a; }
  .btn-gray:focus, .btn-gray.focus, .btn-gray:active, .btn-gray.active, .btn-gray:hover, .btn-gray.hover {
    color: #1a1a1a;
    border-color: #cccccc;
    background-color: #cccccc;
    background-image: none; }
    .btn-gray:focus .iconic .iconic-element-fill, .btn-gray.focus .iconic .iconic-element-fill, .btn-gray:active .iconic .iconic-element-fill, .btn-gray.active .iconic .iconic-element-fill, .btn-gray:hover .iconic .iconic-element-fill, .btn-gray.hover .iconic .iconic-element-fill {
      fill: #1a1a1a; }
    .btn-gray:focus .iconic .iconic-element-stroke, .btn-gray.focus .iconic .iconic-element-stroke, .btn-gray:active .iconic .iconic-element-stroke, .btn-gray.active .iconic .iconic-element-stroke, .btn-gray:hover .iconic .iconic-element-stroke, .btn-gray.hover .iconic .iconic-element-stroke {
      stroke: #1a1a1a; }
  .btn-gray.btn-transparent {
    color: #666666;
    border-width: 1px;
    border-color: #666666;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-gray.btn-transparent:focus, .btn-gray.btn-transparent.focus, .btn-gray.btn-transparent:active, .btn-gray.btn-transparent.active, .btn-gray.btn-transparent:hover, .btn-gray.btn-transparent.hover {
      color: #6e6e6e;
      border-color: #6e6e6e;
      background-color: transparent;
      background-image: none; }

.btn-gray-lt,
.btn-default {
  color: #1a1a1a;
  border-color: #cccccc;
  background-color: #cccccc;
  background-image: none; }
  .btn-gray-lt .iconic *,
  .btn-default .iconic * {
    fill: #1a1a1a;
    stroke: #1a1a1a; }
  .btn-gray-lt:focus, .btn-gray-lt.focus, .btn-gray-lt:active, .btn-gray-lt.active, .btn-gray-lt:hover, .btn-gray-lt.hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .btn-default:hover,
  .btn-default.hover {
    color: #1a1a1a;
    border-color: #b0b0b0;
    background-color: #b0b0b0;
    background-image: none; }
    .btn-gray-lt:focus .iconic .iconic-element-fill, .btn-gray-lt.focus .iconic .iconic-element-fill, .btn-gray-lt:active .iconic .iconic-element-fill, .btn-gray-lt.active .iconic .iconic-element-fill, .btn-gray-lt:hover .iconic .iconic-element-fill, .btn-gray-lt.hover .iconic .iconic-element-fill,
    .btn-default:focus .iconic .iconic-element-fill,
    .btn-default.focus .iconic .iconic-element-fill,
    .btn-default:active .iconic .iconic-element-fill,
    .btn-default.active .iconic .iconic-element-fill,
    .btn-default:hover .iconic .iconic-element-fill,
    .btn-default.hover .iconic .iconic-element-fill {
      fill: #1a1a1a; }
    .btn-gray-lt:focus .iconic .iconic-element-stroke, .btn-gray-lt.focus .iconic .iconic-element-stroke, .btn-gray-lt:active .iconic .iconic-element-stroke, .btn-gray-lt.active .iconic .iconic-element-stroke, .btn-gray-lt:hover .iconic .iconic-element-stroke, .btn-gray-lt.hover .iconic .iconic-element-stroke,
    .btn-default:focus .iconic .iconic-element-stroke,
    .btn-default.focus .iconic .iconic-element-stroke,
    .btn-default:active .iconic .iconic-element-stroke,
    .btn-default.active .iconic .iconic-element-stroke,
    .btn-default:hover .iconic .iconic-element-stroke,
    .btn-default.hover .iconic .iconic-element-stroke {
      stroke: #1a1a1a; }
  .btn-gray-lt.btn-transparent,
  .btn-default.btn-transparent {
    color: #cccccc;
    border-width: 1px;
    border-color: #cccccc;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-gray-lt.btn-transparent:focus, .btn-gray-lt.btn-transparent.focus, .btn-gray-lt.btn-transparent:active, .btn-gray-lt.btn-transparent.active, .btn-gray-lt.btn-transparent:hover, .btn-gray-lt.btn-transparent.hover,
    .btn-default.btn-transparent:focus,
    .btn-default.btn-transparent.focus,
    .btn-default.btn-transparent:active,
    .btn-default.btn-transparent.active,
    .btn-default.btn-transparent:hover,
    .btn-default.btn-transparent.hover {
      color: #d4d4d4;
      border-color: #d4d4d4;
      background-color: transparent;
      background-image: none; }

.btn-cyan {
  color: #ffffff;
  border-color: #2A91A8;
  background-color: #2A91A8;
  background-image: none; }
  .btn-cyan .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .btn-cyan:focus, .btn-cyan.focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan:hover, .btn-cyan.hover {
    color: #ffffff;
    border-color: #206e7f;
    background-color: #206e7f;
    background-image: none; }
    .btn-cyan:focus .iconic .iconic-element-fill, .btn-cyan.focus .iconic .iconic-element-fill, .btn-cyan:active .iconic .iconic-element-fill, .btn-cyan.active .iconic .iconic-element-fill, .btn-cyan:hover .iconic .iconic-element-fill, .btn-cyan.hover .iconic .iconic-element-fill {
      fill: #ffffff; }
    .btn-cyan:focus .iconic .iconic-element-stroke, .btn-cyan.focus .iconic .iconic-element-stroke, .btn-cyan:active .iconic .iconic-element-stroke, .btn-cyan.active .iconic .iconic-element-stroke, .btn-cyan:hover .iconic .iconic-element-stroke, .btn-cyan.hover .iconic .iconic-element-stroke {
      stroke: #ffffff; }
  .btn-cyan.btn-transparent {
    color: #2A91A8;
    border-width: 1px;
    border-color: #2A91A8;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-cyan.btn-transparent:focus, .btn-cyan.btn-transparent.focus, .btn-cyan.btn-transparent:active, .btn-cyan.btn-transparent.active, .btn-cyan.btn-transparent:hover, .btn-cyan.btn-transparent.hover {
      color: #2d9cb4;
      border-color: #2d9cb4;
      background-color: transparent;
      background-image: none; }

.btn-blue {
  color: #ffffff;
  border-color: #078dd8;
  background-color: #078dd8;
  background-image: none; }
  .btn-blue .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active, .btn-blue:hover, .btn-blue.hover {
    color: #ffffff;
    border-color: #056da7;
    background-color: #056da7;
    background-image: none; }
    .btn-blue:focus .iconic .iconic-element-fill, .btn-blue.focus .iconic .iconic-element-fill, .btn-blue:active .iconic .iconic-element-fill, .btn-blue.active .iconic .iconic-element-fill, .btn-blue:hover .iconic .iconic-element-fill, .btn-blue.hover .iconic .iconic-element-fill {
      fill: #ffffff; }
    .btn-blue:focus .iconic .iconic-element-stroke, .btn-blue.focus .iconic .iconic-element-stroke, .btn-blue:active .iconic .iconic-element-stroke, .btn-blue.active .iconic .iconic-element-stroke, .btn-blue:hover .iconic .iconic-element-stroke, .btn-blue.hover .iconic .iconic-element-stroke {
      stroke: #ffffff; }
  .btn-blue.btn-transparent {
    color: #078dd8;
    border-width: 1px;
    border-color: #078dd8;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-blue.btn-transparent:focus, .btn-blue.btn-transparent.focus, .btn-blue.btn-transparent:active, .btn-blue.btn-transparent.active, .btn-blue.btn-transparent:hover, .btn-blue.btn-transparent.hover {
      color: #0797e7;
      border-color: #0797e7;
      background-color: transparent;
      background-image: none; }

.btn-gold {
  color: #ffffff;
  border-color: #ab862a;
  background-color: #ab862a;
  background-image: none; }
  .btn-gold .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .btn-gold:focus, .btn-gold.focus, .btn-gold:active, .btn-gold.active, .btn-gold:hover, .btn-gold.hover {
    color: #ffffff;
    border-color: #826620;
    background-color: #826620;
    background-image: none; }
    .btn-gold:focus .iconic .iconic-element-fill, .btn-gold.focus .iconic .iconic-element-fill, .btn-gold:active .iconic .iconic-element-fill, .btn-gold.active .iconic .iconic-element-fill, .btn-gold:hover .iconic .iconic-element-fill, .btn-gold.hover .iconic .iconic-element-fill {
      fill: #ffffff; }
    .btn-gold:focus .iconic .iconic-element-stroke, .btn-gold.focus .iconic .iconic-element-stroke, .btn-gold:active .iconic .iconic-element-stroke, .btn-gold.active .iconic .iconic-element-stroke, .btn-gold:hover .iconic .iconic-element-stroke, .btn-gold.hover .iconic .iconic-element-stroke {
      stroke: #ffffff; }
  .btn-gold.btn-transparent {
    color: #ab862a;
    border-width: 1px;
    border-color: #ab862a;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-gold.btn-transparent:focus, .btn-gold.btn-transparent.focus, .btn-gold.btn-transparent:active, .btn-gold.btn-transparent.active, .btn-gold.btn-transparent:hover, .btn-gold.btn-transparent.hover {
      color: #b7902d;
      border-color: #b7902d;
      background-color: transparent;
      background-image: none; }

.btn-green {
  color: #ffffff;
  border-color: #80B23C;
  background-color: #80B23C;
  background-image: none; }
  .btn-green .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .btn-green:focus, .btn-green.focus, .btn-green:active, .btn-green.active, .btn-green:hover, .btn-green.hover {
    color: #ffffff;
    border-color: #658c2f;
    background-color: #658c2f;
    background-image: none; }
    .btn-green:focus .iconic .iconic-element-fill, .btn-green.focus .iconic .iconic-element-fill, .btn-green:active .iconic .iconic-element-fill, .btn-green.active .iconic .iconic-element-fill, .btn-green:hover .iconic .iconic-element-fill, .btn-green.hover .iconic .iconic-element-fill {
      fill: #ffffff; }
    .btn-green:focus .iconic .iconic-element-stroke, .btn-green.focus .iconic .iconic-element-stroke, .btn-green:active .iconic .iconic-element-stroke, .btn-green.active .iconic .iconic-element-stroke, .btn-green:hover .iconic .iconic-element-stroke, .btn-green.hover .iconic .iconic-element-stroke {
      stroke: #ffffff; }
  .btn-green.btn-transparent {
    color: #80B23C;
    border-width: 1px;
    border-color: #80B23C;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-green.btn-transparent:focus, .btn-green.btn-transparent.focus, .btn-green.btn-transparent:active, .btn-green.btn-transparent.active, .btn-green.btn-transparent:hover, .btn-green.btn-transparent.hover {
      color: #88bd40;
      border-color: #88bd40;
      background-color: transparent;
      background-image: none; }

.btn-buy {
  color: #ffffff;
  border-color: #078dd8;
  background-color: #078dd8;
  background-image: none; }
  .btn-buy .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .btn-buy:focus, .btn-buy.focus, .btn-buy:active, .btn-buy.active, .btn-buy:hover, .btn-buy.hover {
    color: #ffffff;
    border-color: #089df1;
    background-color: #089df1;
    background-image: none; }
    .btn-buy:focus .iconic .iconic-element-fill, .btn-buy.focus .iconic .iconic-element-fill, .btn-buy:active .iconic .iconic-element-fill, .btn-buy.active .iconic .iconic-element-fill, .btn-buy:hover .iconic .iconic-element-fill, .btn-buy.hover .iconic .iconic-element-fill {
      fill: #ffffff; }
    .btn-buy:focus .iconic .iconic-element-stroke, .btn-buy.focus .iconic .iconic-element-stroke, .btn-buy:active .iconic .iconic-element-stroke, .btn-buy.active .iconic .iconic-element-stroke, .btn-buy:hover .iconic .iconic-element-stroke, .btn-buy.hover .iconic .iconic-element-stroke {
      stroke: #ffffff; }
  .btn-buy.btn-transparent {
    color: #078dd8;
    border-width: 1px;
    border-color: #078dd8;
    background-color: transparent;
    background-image: none;
    font-weight: 500; }
    .btn-buy.btn-transparent:focus, .btn-buy.btn-transparent.focus, .btn-buy.btn-transparent:active, .btn-buy.btn-transparent.active, .btn-buy.btn-transparent:hover, .btn-buy.btn-transparent.hover {
      color: #0797e7;
      border-color: #0797e7;
      background-color: transparent;
      background-image: none; }

.overlay-copy {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .overlay-copy .overlay-text {
    background-color: #078dd8;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    width: 300px;
    margin: 0 auto;
    padding: 2em 2em;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
    .overlay-copy .overlay-text h5 {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
      .overlay-copy .overlay-text h5 span {
        padding-left: .3em;
        color: #ffffff; }

body.overlay-copy-open .overlay-copy {
  display: block;
  z-index: 999; }

/* Small devices (tablet and up) */
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.dropdown .dropdown-toggle .iconic {
  height: 12px !important;
  margin-left: .5em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.dropdown .dropdown-toggle img {
  height: 24px;
  width: 24px; }
.dropdown.open .btn-default.dropdown-toggle {
  border-color: transparent;
  background-color: #cccccc; }
.dropdown ul.dropdown-menu {
  border: 0;
  border-radius: 0;
  min-width: 0;
  padding: .5em 0;
  margin-top: 0;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 3px 3px 0px 0px #dbdbdb;
  box-shadow: 3px 3px 0px 0px #dbdbdb; }
  .dropdown ul.dropdown-menu > .active > a, .dropdown ul.dropdown-menu > .active > a:focus, .dropdown ul.dropdown-menu > .active > a.focus, .dropdown ul.dropdown-menu > .active > a:active, .dropdown ul.dropdown-menu > .active > a.active, .dropdown ul.dropdown-menu > .active > a:hover, .dropdown ul.dropdown-menu > .active > a.hover {
    color: #ffffff;
    background-color: #078dd8; }
  .dropdown ul.dropdown-menu > li > a {
    padding: .7em 1.5em;
    font-weight: 500; }
    .dropdown ul.dropdown-menu > li > a span.primary {
      min-width: 68px;
      display: inline-block;
      font-weight: 600; }
    .dropdown ul.dropdown-menu > li > a span.secondary {
      font-weight: 400; }
    .dropdown ul.dropdown-menu > li > a:focus, .dropdown ul.dropdown-menu > li > a.focus, .dropdown ul.dropdown-menu > li > a:active, .dropdown ul.dropdown-menu > li > a.active, .dropdown ul.dropdown-menu > li > a:hover, .dropdown ul.dropdown-menu > li > a.hover {
      color: #078dd8;
      background-color: #f9fdff; }
    .dropdown ul.dropdown-menu > li > a.disabled {
      color: #b0b0b0;
      cursor: default; }
      .dropdown ul.dropdown-menu > li > a.disabled:focus, .dropdown ul.dropdown-menu > li > a.disabled.focus, .dropdown ul.dropdown-menu > li > a.disabled:active, .dropdown ul.dropdown-menu > li > a.disabled.active, .dropdown ul.dropdown-menu > li > a.disabled:hover, .dropdown ul.dropdown-menu > li > a.disabled.hover {
        color: #b0b0b0;
        background-color: transparent; }
.dropdown.dark .dropdown-toggle .iconic * {
  fill: #666666;
  stroke: #666666; }
.dropdown.dark ul.dropdown-menu {
  background-color: #242424;
  border: 0;
  -webkit-box-shadow: 3px 3px 0px 0px #4a4a4a;
  box-shadow: 3px 3px 0px 0px #4a4a4a; }
  .dropdown.dark ul.dropdown-menu > .active > a, .dropdown.dark ul.dropdown-menu > .active > a:focus, .dropdown.dark ul.dropdown-menu > .active > a.focus, .dropdown.dark ul.dropdown-menu > .active > a:active, .dropdown.dark ul.dropdown-menu > .active > a.active, .dropdown.dark ul.dropdown-menu > .active > a:hover, .dropdown.dark ul.dropdown-menu > .active > a.hover {
    color: #cccccc;
    background-color: #4a4a4a; }
  .dropdown.dark ul.dropdown-menu > li > a {
    color: #b0b0b0; }
    .dropdown.dark ul.dropdown-menu > li > a:focus, .dropdown.dark ul.dropdown-menu > li > a.focus, .dropdown.dark ul.dropdown-menu > li > a:active, .dropdown.dark ul.dropdown-menu > li > a.active, .dropdown.dark ul.dropdown-menu > li > a:hover, .dropdown.dark ul.dropdown-menu > li > a.hover {
      color: #cccccc;
      background-color: #4a4a4a; }

body.pro-dark .pro-content {
  background-color: #000000; }
body.pro-dark .navbar-pro .navbar-center ul.navbar-list li.active a {
  background-color: transparent; }
body.pro-dark h1 {
  color: #ffffff; }
body.pro-dark h2,
body.pro-dark h3 {
  color: #666666; }
body.pro-dark h5 {
  font-weight: 500;
  color: #666666; }
body.pro-dark article.content-dark h1,
body.pro-dark article.content-dark h2,
body.pro-dark article.content-dark h3,
body.pro-dark article.content-dark h4,
body.pro-dark article.content-dark h5 {
  color: #b0b0b0;
  font-weight: 400; }
body.pro-dark article.content-dark h2 {
  padding-top: 35px; }
body.pro-dark article.content-dark h3 {
  padding-top: 30px; }
body.pro-dark article.content-dark a {
  color: #b0b0b0; }
  body.pro-dark article.content-dark a:hover, body.pro-dark article.content-dark a.hover, body.pro-dark article.content-dark a:active, body.pro-dark article.content-dark a.active {
    color: whitesmoke; }
body.pro-dark article.content-dark p {
  color: #666666; }
body.pro-dark article.content-dark ul li {
  color: #666666; }
body.pro-dark article.content-dark hr {
  border-color: #1c1c1c; }
  body.pro-dark article.content-dark hr.thick {
    border-color: #1c1c1c; }
body.pro-dark article.content-dark pre {
  border-bottom: 0;
  background: #242424; }
  body.pro-dark article.content-dark pre code {
    background: #242424; }
body.pro-dark article.content-dark code {
  color: #b0b0b0;
  border-bottom: 0;
  background: #242424; }
body.pro-dark article.content-dark pre[class*="language-"] {
  background: #242424; }
body.pro-dark article.content-dark .token.comment,
body.pro-dark article.content-dark .token.prolog,
body.pro-dark article.content-dark .token.doctype,
body.pro-dark article.content-dark .token.cdata,
body.pro-dark article.content-dark .token.punctuation {
  color: #cccccc; }
body.pro-dark article.content-dark .token.property,
body.pro-dark article.content-dark .token.tag {
  color: #cccccc; }
body.pro-dark article.content-dark .token.boolean,
body.pro-dark article.content-dark .token.number {
  color: #ffffff; }
body.pro-dark article.content-dark .token.constant {
  color: #cccccc; }

.darkness {
  background-color: #000000; }
  .darkness h1,
  .darkness h2,
  .darkness h3,
  .darkness h4,
  .darkness h5 {
    color: #ffffff; }
  .darkness input {
    color: whitesmoke; }
  .darkness .iconic {
    fill: #ffffff; }
  .darkness .form-control {
    background-color: #1a1a1a;
    box-shadow: 0 0 0 1px #242424, 0 0 0 2px transparent;
    -webkit-transition: background-color 50ms linear;
    transition: background-color 50ms linear; }
    .darkness .form-control:-moz-placeholder {
      color: #666666; }
    .darkness .form-control::-moz-placeholder {
      color: #666666;
      opacity: 1; }
    .darkness .form-control:-ms-input-placeholder {
      color: #666666; }
    .darkness .form-control::-webkit-input-placeholder {
      color: #666666; }
    .darkness .form-control:focus, .darkness .form-control:focus {
      background-color: #242424;
      box-shadow: 0 0 0 1px #242424, 0 0 0 2px #242424; }
  .darkness .form-search .iconic * {
    fill: #666666;
    stroke: #666666; }

/* Small devices (tablet and up) */
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */ }

.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */ }

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto; }

.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0; }

.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-buttons .editable-cancel {
  margin-left: 7px; }

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px; }

.editableform-loading {
  background: url("../images/editable/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px; }

.editable-inline .editableform-loading {
  background-position: left 5px; }

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px; }

.editable-error {
  color: red; }

/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left; }

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px; }

/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0; }

.editable-checklist label {
  white-space: nowrap; }

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px; }

/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }

/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url("../images/editable/clear.png") center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px; }

.editable-clear-x:hover {
  opacity: 1; }

.editable-pre-wrapped {
  white-space: pre-wrap; }

.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */ }

.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */ }

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */ }

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc; }

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none; }

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none; }

.editable-unsaved {
  font-weight: bold; }

.editable-unsaved:after {
  /*    content: '*'*/ }

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out; }

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  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 {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.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,
.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,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.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 {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

form .form-group-name {
  margin-bottom: 15px; }
  form .form-group-name .first-name {
    width: 40%;
    float: left;
    padding-left: 25px; }
  form .form-group-name .last-name {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 25px; }
form .form-group:last-of-type {
  margin-bottom: 0; }

input[type="submit"],
button {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased; }

input.form-control {
  -webkit-appearance: none;
  font-size: 13px;
  border-radius: 1px;
  border: 0;
  box-shadow: 0 0 0 1px #ededed, 0 0 0 2px transparent;
  -webkit-transition: background-color 50ms linear;
  transition: background-color 50ms linear; }
  input.form-control:-moz-placeholder {
    color: #b0b0b0; }
  input.form-control::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1; }
  input.form-control:-ms-input-placeholder {
    color: #b0b0b0; }
  input.form-control::-webkit-input-placeholder {
    color: #b0b0b0; }
  input.form-control:focus, input.form-control:focus {
    border: 0;
    outline: 0;
    box-shadow: 0 0 0 1px #078dd8, 0 0 0 2px #078dd8; }

.form-invert {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  border-radius: 1px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 2px transparent;
  -webkit-transition: background-color 50ms linear;
  transition: background-color 50ms linear; }
  .form-invert:focus {
    color: #cccccc;
    outline: 0;
    box-shadow: 0 0 0 1px #078dd8, 0 0 0 2px #078dd8; }

.form-message p {
  margin-top: 10px;
  margin-bottom: 10px; }
  .form-message p.text-info {
    color: #078dd8; }
  .form-message p.text-danger {
    color: #DA3A35; }

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  margin-top: 2px; }
.form-group input {
  margin-bottom: 8px; }
  .form-group input.error {
    box-shadow: 0 0 0 1px #DA3A35, 0 0 0 2px #DA3A35; }
.form-group .first-name {
  width: 40%;
  float: left; }
.form-group .last-name {
  width: 60%;
  float: left;
  padding-left: 8px; }
.form-group.form-actions {
  padding-top: 35px; }

.form-search input[type="search"] {
  -webkit-appearance: none; }
.form-search .iconic {
  display: block;
  position: absolute;
  top: 14px;
  left: 40px;
  font-family: 'Icon'; }
  .form-search .iconic * {
    fill: #b0b0b0;
    stroke: #b0b0b0; }
.form-search .input-lg, .form-search .input-group-lg > .form-control,
.form-search .input-group-lg > .input-group-addon,
.form-search .input-group-lg > .input-group-btn > .btn {
  padding-left: 40px; }

.form-range-control {
  width: 100%;
  margin: 0 auto;
  background-color: #b2e1ec;
  padding: 1.5em;
  border-radius: 5px; }
  .form-range-control input[type="range"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    height: 3px;
    border-radius: 1px; }
    .form-range-control input[type="range"]:focus {
      outline: none; }
  .form-range-control input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #2A91A8;
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    .form-range-control input[type="range"]::-webkit-slider-thumb:active, .form-range-control input[type="range"]::-webkit-slider-thumb:focus {
      background: #206e7f;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing; }

/* Small devices (tablet and up) */
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
footer.footer-nav {
  padding-top: 3em;
  padding-bottom: 3em; }
  footer.footer-nav h4 {
    margin: 0; }
  footer.footer-nav p {
    margin: 0; }
  footer.footer-nav hr {
    margin: 3em 0; }
  footer.footer-nav img {
    margin-bottom: 1em; }
  footer.footer-nav ul {
    padding-bottom: 1em; }
    footer.footer-nav ul li {
      font-weight: 400;
      margin-bottom: 0.5em;
      line-height: 1.9; }
      footer.footer-nav ul li a {
        color: #666666; }
      footer.footer-nav ul li strong {
        font-weight: 600; }
      footer.footer-nav ul li em {
        font-style: normal;
        color: #b0b0b0; }
        footer.footer-nav ul li em a {
          color: #b0b0b0; }
  footer.footer-nav .btn {
    min-width: 200px; }
  footer.footer-nav .footer-cta {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  footer.footer-nav .footer-author {
    text-align: left; }

@media (min-width: 768px) {
  footer.footer-nav {
    padding-top: 5em;
    padding-bottom: 5em; }
    footer.footer-nav hr {
      margin: 7em 0; }
    footer.footer-nav ul {
      padding-bottom: 0; } }
@media (min-width: 992px) {
  footer.footer-nav .footer-author {
    text-align: right; } }
.hero {
  padding-top: 70px; }
  .hero h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400; }
  .hero .hero-text {
    padding-top: 3em;
    padding-bottom: 0; }
  .hero #ambient-icons {
    opacity: 0;
    transition: opacity 1s;
    transform-style: flat;
    /* Make sure filled and text elements only get fills */
    /* Make sure stroked elements only get strokes */
    /* Theme-specific rules */ }
    .hero #ambient-icons .iconic {
      display: none;
      height: 64px !important;
      width: 64px !important; }
    .hero #ambient-icons .famous-surface .iconic {
      display: inline; }
    .hero #ambient-icons .iconic-property-fill, .hero #ambient-icons .iconic-property-text {
      stroke: none !important; }
    .hero #ambient-icons .iconic-property-stroke {
      fill: none !important; }
    .hero #ambient-icons .iconic * {
      fill: #fff;
      stroke: #fff; }
  .hero.inverted {
    background-color: #1a1a1a; }
    .hero.inverted h2 {
      color: whitesmoke;
      margin-bottom: .5em; }
    .hero.inverted a:not(.btn) {
      color: whitesmoke; }

@media (min-width: 768px) {
  .hero {
    padding-top: 10em; }
    .hero .hero-text {
      padding-top: .5em;
      padding-bottom: 3em; } }
.icon-sizes {
  position: relative;
  min-height: 512px;
  text-align: center; }
  .icon-sizes .icon-toolbar {
    position: absolute;
    /*left: $grid-gutter-width;*/
    left: auto;
    /*Changing this for now since it occludes classes when vertically scrolled*/
    top: 0;
    right: -50px;
    text-align: right; }
    .icon-sizes .icon-toolbar .btn-group {
      margin-top: 1em;
      margin-right: 1em;
      border-radius: 5px;
      overflow: hidden; }
      .icon-sizes .icon-toolbar .btn-group .btn-iconic {
        height: 32px;
        width: 48px;
        padding: 0;
        position: relative;
        line-height: 32px; }
        .icon-sizes .icon-toolbar .btn-group .btn-iconic .iconic {
          position: absolute;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto; }
  .icon-sizes .icon-group {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 50px;
    right: 0;
    height: 128px;
    line-height: 128px; }
    .icon-sizes .icon-group small {
      font-weight: 600; }
    .icon-sizes .icon-group .icon-container {
      display: inline-block;
      vertical-align: middle; }
    .icon-sizes .icon-group .iconic {
      display: block;
      margin: 0 1em;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transition: width .5s  ease-in-out, height .5s ease-in-out;
      transition: width .5s ease-in-out, height .5s ease-in-out; }
    .icon-sizes .icon-group .iconic-element-fill {
      -webkit-transition: all 50ms linear;
      transition: all 50ms linear; }
    .icon-sizes .icon-group .iconic-element-stroke {
      -webkit-transition: all 50ms linear;
      transition: all 50ms linear; }

.pro-layout .pro-wrapper {
  position: relative; }
  .pro-layout .pro-wrapper section {
    position: relative; }
  .pro-layout .pro-wrapper .container {
    position: relative;
    max-width: 1060px; }
.pro-layout.pro-padded .pro-wrapper section {
  margin-top: 70px;
  padding-top: 3em; }

@media (min-width: 768px) {
  .pro-layout.pro-padded .pro-wrapper section {
    padding-top: 7em; } }
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-top: 0; }

dd {
  margin-left: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

ul.list-rows li {
  display: block;
  border-top: 1px solid whitesmoke; }
  ul.list-rows li:first-child {
    border-color: transparent; }
  ul.list-rows li p {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25); }
  ul.list-rows li a,
  ul.list-rows li > div {
    padding: 1.3em 0; }
  ul.list-rows li a {
    display: block;
    -webkit-transition: background-color 100ms linear;
    transition: background-color 100ms linear; }
    ul.list-rows li a:hover, ul.list-rows li a.hover, ul.list-rows li a:active, ul.list-rows li a.active {
      text-decoration: none; }
      ul.list-rows li a:hover .list-right, ul.list-rows li a.hover .list-right, ul.list-rows li a:active .list-right, ul.list-rows li a.active .list-right {
        margin-right: -1em; }
    ul.list-rows li a p {
      color: #000000; }
    ul.list-rows li a .iconic {
      opacity: 1.0; }
  ul.list-rows li .iconic {
    display: none;
    float: left;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    opacity: 0.25;
    filter: alpha(opacity=25); }
  ul.list-rows li .list-right {
    display: none;
    float: right;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
    ul.list-rows li .list-right p {
      margin-top: 7px;
      font-size: 11px;
      color: #b0b0b0;
      font-weight: 500;
      text-transform: uppercase; }
    ul.list-rows li .list-right .icon-chevron-sm {
      margin-top: 3px; }

ul.list-dotted li {
  padding-left: 1.4em;
  position: relative;
  line-height: 1.6;
  padding-bottom: .5em; }
  ul.list-dotted li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #80B23C; }
  ul.list-dotted li.new:before {
    background-color: #2A91A8; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  ul.list-rows li .iconic {
    display: block; }
  ul.list-rows li .list-right {
    display: inline-block; } }
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.moot-wrapper .moot-loading {
  display: block; }
.moot-wrapper .moot-error {
  display: none; }
.moot-wrapper .moot-main {
  opacity: 0;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear; }
  .moot-wrapper .moot-main #rnd211 {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }

body.moot-loaded .moot-wrapper .moot-loading {
  display: none; }
body.moot-loaded .moot-wrapper .moot-main {
  opacity: 1; }

.m-app-loading {
  display: none !important; }

.moot {
  display: none;
  font-size: 14px;
  /*.m-replies {
    background-color: #fff;
    border-top: 1px solid darken($gray-lightest, 3%);
    border-left: 1px solid darken($gray-lightest, 3%);
    border-right: 1px solid darken($gray-lightest, 3%);
    box-shadow:
      0 1px 0 0 darken($gray-lightest, 5%),
      0 5px 0 0 transparent;
  }*/ }
  .moot a:hover,
  .moot a:focus {
    text-decoration: none; }
  .moot .m-hidden {
    display: none; }
  .moot .m-flat .m-replyform {
    padding-left: 4em; }
  .moot .m-wrap {
    max-width: 100%; }
  .moot .m-custom {
    display: none; }
  .moot .m-logo {
    display: none; }
  .moot .m-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed; }
  .moot .m-title {
    color: #000000;
    font-weight: 400; }
  .moot .m-nav-account {
    display: none !important; }
  .moot .m-links a {
    border-radius: 1px; }
  .moot .m-meta .m-admin {
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .3em;
    padding-bottom: .3em;
    border-radius: 3px; }
  .moot .m-navi {
    width: 100%;
    margin-top: 8px; }
    .moot .m-navi a {
      text-align: left;
      font-size: 13px;
      font-weight: 600; }
      .moot .m-navi a:before {
        display: none; }
      .moot .m-navi a:hover {
        background-color: transparent;
        text-decoration: underline;
        -webkit-box-shadow: 0 0 2em transparent inset;
        box-shadow: 0 0 2em transparent inset; }
      .moot .m-navi a.m-selected {
        background-color: transparent; }
        .moot .m-navi a.m-selected:hover {
          text-decoration: none; }
      .moot .m-navi a.m-nav-all {
        padding-left: 15px; }
  .moot .m-subnavi {
    width: 80%; }
  .moot #moot-logo {
    display: none !important; }
  .moot #m-search {
    width: 100%; }
    .moot #m-search:before {
      display: none; }
    .moot #m-search input {
      font-size: 13px;
      height: 44px;
      padding: 10px 16px;
      line-height: 1.33;
      border-radius: 1px;
      border: 0;
      box-shadow: 0 0 0 1px #e9e9e9, 0 0 0 2px transparent; }
      .moot #m-search input:focus {
        outline: 0;
        box-shadow: 0 0 0 1px #078dd8, 0 0 0 2px #078dd8; }
  .moot .m-input,
  .moot #m-settings input,
  .moot #m-settings textarea,
  .moot .m-input-wrap,
  .moot .m-replyform textarea,
  .moot .m-focused.m-replyform textarea,
  .moot .m-focused .m-input-wrap {
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 0 0 1px #e9e9e9, 0 0 0 2px transparent; }
    .moot .m-input:focus,
    .moot #m-settings input:focus,
    .moot #m-settings textarea:focus,
    .moot .m-input-wrap:focus,
    .moot .m-replyform textarea:focus,
    .moot .m-focused.m-replyform textarea:focus,
    .moot .m-focused .m-input-wrap:focus {
      outline: 0;
      box-shadow: 0 0 0 1px #078dd8, 0 0 0 2px #078dd8; }
  .moot .m-focused .m-input-wrap {
    outline: 0;
    box-shadow: 0 0 0 1px #078dd8, 0 0 0 2px #078dd8; }
  .moot .m-sidebar {
    background-color: whitesmoke;
    border-color: #ededed; }
  .moot .m-body p {
    font-size: 13px;
    line-height: 1.65; }
  .moot .m-page {
    padding-right: 50px;
    overflow-x: visible; }
    .moot .m-page a {
      color: #078dd8; }
      .moot .m-page a:hover {
        color: #056da7; }
    .moot .m-page .m-post-upload {
      top: -2.5em; }
      .moot .m-page .m-post-upload:hover em {
        color: #056da7; }
    .moot .m-page .m-heart,
    .moot .m-page .m-heart span {
      color: #078dd8; }
      .moot .m-page .m-heart:hover,
      .moot .m-page .m-heart span:hover {
        color: #056da7; }
    .moot .m-page .m-heart.m-has-likes:hover span {
      color: #056da7; }
    .moot .m-page .m-cat a,
    .moot .m-page .m-collapse-all a,
    .moot .m-page a.m-time,
    .moot .m-page a.m-permlink {
      color: #b0b0b0; }
    .moot .m-page .m-collapse-all a {
      display: none; }
    .moot .m-page .m-follow.m-followed span {
      color: #ff57a8; }
      .moot .m-page .m-follow.m-followed span.m-tooltip {
        color: #ffffff; }
    .moot .m-page .m-follow:hover .m-icon {
      color: #ff57a8; }
    .moot .m-page span.m-tooltip {
      color: #ffffff; }
    .moot .m-page .m-comment_count {
      font-weight: 400; }
  .moot .m-focused .m-form input[type=file] {
    display: inline-block; }
  .moot .m-focused .m-input-title {
    font-weight: 400; }
  .moot .m-form input[type=file] {
    margin-top: 10px;
    font-size: 11px; }
  .moot .m-form .m-preview {
    display: none; }
  .moot .m-controls button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 3px; }
    .moot .m-controls button:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .moot .m-controls button:hover, .moot .m-controls button:focus {
      color: #333;
      text-decoration: none; }
    .moot .m-controls button:active, .moot .m-controls button.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .moot .m-controls button.disabled, .moot .m-controls button[disabled], fieldset[disabled] .moot .m-controls button {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none; }
    .moot .m-controls button:hover, .moot .m-controls button:focus, .moot .m-controls button:active, .moot .m-controls button.active {
      color: #fff;
      background-color: #3276b1;
      border-color: #285e8e; }
    .open .moot .m-controls button.dropdown-toggle {
      color: #fff;
      background-color: #3276b1;
      border-color: #285e8e; }
    .moot .m-controls button:active, .moot .m-controls button.active {
      background-image: none; }
    .open .moot .m-controls button.dropdown-toggle {
      background-image: none; }
    .moot .m-controls button.disabled, .moot .m-controls button.disabled:hover, .moot .m-controls button.disabled:focus, .moot .m-controls button.disabled:active, .moot .m-controls button.disabled.active, .moot .m-controls button[disabled], .moot .m-controls button[disabled]:hover, .moot .m-controls button[disabled]:focus, .moot .m-controls button[disabled]:active, .moot .m-controls button[disabled].active, fieldset[disabled] .moot .m-controls button, fieldset[disabled] .moot .m-controls button:hover, fieldset[disabled] .moot .m-controls button:focus, fieldset[disabled] .moot .m-controls button:active, fieldset[disabled] .moot .m-controls button.active {
      background-color: #428bca;
      border-color: #357ebd; }
    .moot .m-controls button .badge {
      color: #428bca;
      background-color: #fff; }
  .moot .m-select div {
    border-radius: 1px; }
    .moot .m-select div .m-hovered {
      border-radius: 0; }
  .moot .m-sidebar .m-h3:before {
    font-size: 24px;
    vertical-align: middle; }
  .moot .m-follow .m-icon, .moot .m-remove .m-icon {
    font-size: 24px;
    vertical-align: middle; }
  .moot .m-follow, .moot .m-remove {
    margin-left: .1em;
    margin-right: .1em; }
  .moot .m-follow span, .moot .m-remove span {
    margin-left: 0;
    margin-right: 0; }
  .moot .m-post-upload em {
    font-size: 24px; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  .moot {
    display: block; } }
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.navbar {
  background-color: #1a1a1a;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }
  .navbar p {
    color: #b0b0b0;
    line-height: 70px;
    margin: 0; }
    .navbar p a:not(.btn) {
      color: #b0b0b0;
      border-bottom: 1px solid #4a4a4a; }
      .navbar p a:not(.btn).hover, .navbar p a:not(.btn):hover, .navbar p a:not(.btn).active, .navbar p a:not(.btn):active {
        color: whitesmoke;
        text-decoration: none;
        border-color: whitesmoke; }
    .navbar p a.brand {
      border-bottom: none;
      color: #ffffff; }
  .navbar .dropdown {
    position: relative;
    height: 70px; }
    .navbar .dropdown > a {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      fill: #666666;
      stroke: #666666; }
    .navbar .dropdown .dropdown-menu {
      right: 0;
      left: auto;
      margin-top: -15px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #ededed; }
    .nav > li.disabled > a {
      color: #b0b0b0; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #b0b0b0;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }

.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.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 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-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 {
    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: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.panel {
  margin: 1.5em 0;
  border: 1px solid #ededed; }
  .panel .panel-head {
    padding: 1em 25px;
    font-weight: 600;
    background-color: whitesmoke;
    border-bottom: 1px solid #ededed; }
  .panel .panel-content {
    padding: 1.5em 25px; }
  .panel.panel-gray {
    background-color: whitesmoke;
    border: 0;
    border-radius: 5px; }

/* Small devices (tablet and up) */
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.particles {
  position: relative;
  background: black;
  overflow: hidden;
  padding-top: 15em;
  padding-bottom: 15em; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: whitesmoke;
  background-clip: padding-box;
  border: 1px solid #ededed;
  border: 1px solid #ededed;
  width: 276px;
  color: whitesmoke;
  font-weight: 500;
  border-radius: 1px;
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 2em; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

body.is-screen-xs .popover {
  display: none !important; }

/* Small devices (tablet and up) */
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.sidebar {
  display: none;
  position: absolute;
  top: 70px;
  left: 25px;
  color: #1a1a1a;
  padding-top: 5em;
  z-index: 3; }
  .sidebar p {
    margin-bottom: 1em; }
  .sidebar a {
    color: #1a1a1a; }
    .sidebar a.hover, .sidebar a:hover, .sidebar a.active, .sidebar a:active {
      color: #1a1a1a; }
  .sidebar ul li {
    font-weight: 400;
    margin-bottom: 0.5em;
    line-height: 1.9; }
    .sidebar ul li.active a {
      color: #b0b0b0;
      pointer-events: none; }

.inverted-sidebar .sidebar a {
  color: #b0b0b0; }
  .inverted-sidebar .sidebar a.hover, .inverted-sidebar .sidebar a:hover, .inverted-sidebar .sidebar a.active, .inverted-sidebar .sidebar a:active {
    color: #b0b0b0; }
.inverted-sidebar .sidebar ul li.active a {
  color: #666666;
  pointer-events: none; }

@media (min-width: 992px) {
  .sidebar {
    display: block; } }
.hidden-default {
  display: none !important; }

body.has-license .hidden-license {
  display: none !important; }
body.has-license .visible-license {
  display: block !important; }

body.visible-admin .hidden-admin {
  display: none !important; }
body.visible-admin .visible-admin {
  display: block !important; }

body.visible-logged-in .hidden-logged-in {
  display: none !important; }
body.visible-logged-in .visible-logged-in {
  display: block !important; }

/* Small devices (tablet and up) */
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.dropdown-theme {
  display: inline-block;
  vertical-align: middle; }
  .dropdown-theme ul.dropdown-menu {
    border: 0;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    min-width: 193px;
    text-align: left;
    padding: 0;
    left: auto;
    right: 0; }
    .dropdown-theme ul.dropdown-menu li a {
      padding: 0; }
    .dropdown-theme ul.dropdown-menu li.dropdown-swatch {
      display: block;
      width: 48px;
      height: 48px;
      float: left; }
    .dropdown-theme ul.dropdown-menu li.divider {
      display: block;
      width: 100%;
      height: 1px; }
      .dropdown-theme ul.dropdown-menu li.divider:before, .dropdown-theme ul.dropdown-menu li.divider:after {
        content: " ";
        display: table; }
      .dropdown-theme ul.dropdown-menu li.divider:after {
        clear: both; }
    .dropdown-theme ul.dropdown-menu li.dropdown-free {
      display: block;
      padding: 2em 1.75em; }
      .dropdown-theme ul.dropdown-menu li.dropdown-free p {
        text-align: center;
        font-size: .95em;
        color: #666666; }
  .dropdown-theme .theme-visual {
    display: block;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    background-color: whitesmoke;
    overflow: hidden;
    position: relative; }
    .dropdown-theme .theme-visual .theme-visual-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .dropdown-theme .theme-visual .iconic-check {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0;
      filter: alpha(opacity=0); }
      .dropdown-theme .theme-visual .iconic-check * {
        fill: #ffffff;
        stroke: #ffffff; }
    .dropdown-theme .theme-visual.theme-vertical .theme-vertical-color {
      display: none;
      height: 48px;
      float: left; }
    .dropdown-theme .theme-visual.theme-vertical.theme-vertical-1 .theme-vertical-color {
      width: 48px; }
    .dropdown-theme .theme-visual.theme-vertical.theme-vertical-2 .theme-vertical-color {
      width: 24px; }
    .dropdown-theme .theme-visual.theme-vertical.theme-vertical-3 .theme-vertical-color {
      width: 16px; }
    .dropdown-theme .theme-visual.theme-vertical.theme-vertical-x .theme-vertical-color {
      width: 8px; }
    .dropdown-theme .theme-visual:hover .theme-visual-overlay, .dropdown-theme .theme-visual.hover .theme-visual-overlay {
      background-color: rgba(0, 0, 0, 0.5); }
  .dropdown-theme .btn {
    padding: 0;
    border: 0;
    display: block; }
    .dropdown-theme .btn span {
      display: inline-block;
      padding-left: 1.35em;
      padding-right: 1em; }
    .dropdown-theme .btn .swatch-toggle {
      position: relative;
      display: inline-block; }
    .dropdown-theme .btn .theme-visual {
      display: inline-block; }
      .dropdown-theme .btn .theme-visual .iconic-caret {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0.6;
        filter: alpha(opacity=60);
        top: 17px; }
        .dropdown-theme .btn .theme-visual .iconic-caret * {
          fill: #ffffff;
          stroke: #ffffff; }
    .dropdown-theme .btn:hover .iconic-caret, .dropdown-theme .btn.hover .iconic-caret, .dropdown-theme .btn:active .iconic-caret, .dropdown-theme .btn.active .iconic-caret {
      opacity: 1;
      filter: alpha(opacity=100); }
  .dropdown-theme .theme-black .theme-visual .theme-vertical-color {
    display: block; }
    .dropdown-theme .theme-black .theme-visual .theme-vertical-color:nth-child(1) {
      background-color: #000000; }
  .dropdown-theme .theme-1-color .theme-visual .theme-vertical-color {
    display: block; }
    .dropdown-theme .theme-1-color .theme-visual .theme-vertical-color:nth-child(1) {
      background-color: #078dd8; }
  .dropdown-theme .theme-2-color .theme-visual .theme-vertical-color {
    display: block; }
    .dropdown-theme .theme-2-color .theme-visual .theme-vertical-color:nth-child(1) {
      background-color: #DA3A35; }
    .dropdown-theme .theme-2-color .theme-visual .theme-vertical-color:nth-child(2) {
      background-color: #e26460; }
  .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color {
    display: block; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(1) {
      background-color: #fcb400; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(2) {
      background-color: #f16522; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(3) {
      background-color: #DA3A35; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(4) {
      background-color: #4A46AA; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(5) {
      background-color: #078dd8; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(6) {
      background-color: #80B23C; }
    .dropdown-theme .theme-x-color .theme-vertical .theme-vertical-color:nth-child(7) {
      background-color: #2A91A8; }
  .dropdown-theme.open .btn .theme-visual-overlay, .dropdown-theme.open .btn:hover .theme-visual-overlay, .dropdown-theme.open .btn.hover .theme-visual-overlay, .dropdown-theme.open .btn:active .theme-visual-overlay, .dropdown-theme.open .btn.active .theme-visual-overlay {
    background-color: rgba(0, 0, 0, 0.5); }
  .dropdown-theme.open .btn .iconic-caret, .dropdown-theme.open .btn:hover .iconic-caret, .dropdown-theme.open .btn.hover .iconic-caret, .dropdown-theme.open .btn:active .iconic-caret, .dropdown-theme.open .btn.active .iconic-caret {
    opacity: 1;
    filter: alpha(opacity=100); }

body.theme-black .dropdown-theme .theme-black .theme-visual {
  pointer-events: none; }
  body.theme-black .dropdown-theme .theme-black .theme-visual .theme-vertical-color {
    width: 48px; }
  body.theme-black .dropdown-theme .theme-black .theme-visual .iconic-check {
    opacity: 1;
    filter: alpha(opacity=100); }

body.theme-1-color .icons-list .iconic * {
  fill: #078dd8;
  stroke: #078dd8; }
body.theme-1-color .theme-vertical-color {
  width: 48px; }
body.theme-1-color .dropdown-theme .theme-1-color .theme-visual {
  pointer-events: none; }
  body.theme-1-color .dropdown-theme .theme-1-color .theme-visual .iconic-check {
    opacity: 1;
    filter: alpha(opacity=100); }

body.theme-2-color .icons-list .iconic * {
  fill: #DA3A35;
  stroke: #DA3A35; }
body.theme-2-color .icons-list .iconic .iconic-property-accent {
  fill: #f2b8b6;
  stroke: #f2b8b6; }
body.theme-2-color .theme-vertical-color {
  width: 24px; }
body.theme-2-color .dropdown-theme .theme-2-color .theme-visual {
  pointer-events: none; }
  body.theme-2-color .dropdown-theme .theme-2-color .theme-visual .iconic-check {
    opacity: 1;
    filter: alpha(opacity=100); }

body.theme-x-color .icons-list {
  /* Hide all icons that are waiting to be injected */
  /* Make sure filled and text elements only get fills */
  /* Make sure stroked elements only get strokes */
  /* TODO: Move */ }
  body.theme-x-color .icons-list img.iconic {
    display: none; }
  body.theme-x-color .icons-list .iconic-property-fill, body.theme-x-color .icons-list .iconic-property-text {
    stroke: none !important; }
  body.theme-x-color .icons-list .iconic-property-stroke {
    fill: none !important; }
  body.theme-x-color .icons-list .iconic * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-account *.iconic-account-login *, body.theme-x-color .icons-list .iconic-account *.iconic-account-logout * {
    fill: #1B75BB;
    stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-account *.iconic-account-login *.iconic-property-accent, body.theme-x-color .icons-list .iconic-account *.iconic-account-logout *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-action *.iconic-action-undo * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-action *.iconic-action-redo * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-align-left *,
  body.theme-x-color .icons-list .iconic-align-center *,
  body.theme-x-color .icons-list .iconic-align-right * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-aperture .iconic-aperture-blade-1 {
    fill: #fcb400; }
  body.theme-x-color .icons-list .iconic-aperture .iconic-aperture-blade-2 {
    fill: #f16522; }
  body.theme-x-color .icons-list .iconic-aperture .iconic-aperture-blade-3 {
    fill: #DA3A35; }
  body.theme-x-color .icons-list .iconic-aperture .iconic-aperture-blade-4 {
    fill: #4A46AA; }
  body.theme-x-color .icons-list .iconic-aperture .iconic-aperture-blade-5 {
    fill: #2A91A8; }
  body.theme-x-color .icons-list .iconic-aperture .iconic-aperture-blade-6 {
    fill: #80B23C; }
  body.theme-x-color .icons-list .iconic-arrow * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-arrow-thick * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-arrow-right-angle * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-arrow-right-angle-thick * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-audio .iconic-audio-center {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-audio .iconic-audio-wave {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-audio .iconic-audio-wave-outer {
    fill: #5e5e5e;
    stroke: #5e5e5e; }
  body.theme-x-color .icons-list .iconic-audio-spectrum .iconic-audio-spectrum-frequency-low {
    fill: #f16522;
    stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-audio-spectrum .iconic-audio-spectrum-frequency-mid {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-audio-spectrum .iconic-audio-spectrum-frequency-high {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-media-skip-backward * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-ban * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-basket .iconic-basket-body {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-basket .iconic-basket-lip {
    fill: #658c2f;
    stroke: #658c2f; }
  body.theme-x-color .icons-list .iconic-basket .iconic-basket-handle {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-battery .iconic-battery-charge-amount {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-bar-chart * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-bar-chart *.iconic-bar-chart-bar-1 {
      fill: #80B23C;
      stroke: #80B23C; }
    body.theme-x-color .icons-list .iconic-bar-chart *.iconic-bar-chart-bar-2 {
      fill: #2A91A8;
      stroke: #2A91A8; }
    body.theme-x-color .icons-list .iconic-bar-chart *.iconic-bar-chart-bar-3 {
      fill: #4A46AA;
      stroke: #4A46AA; }
    body.theme-x-color .icons-list .iconic-bar-chart *.iconic-bar-chart-bar-4 {
      fill: #DA3A35;
      stroke: #DA3A35; }
    body.theme-x-color .icons-list .iconic-bar-chart *.iconic-bar-chart-bar-5 {
      fill: #f16522;
      stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-beaker .iconic-beaker-measure-line {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-beaker .iconic-beaker-fluid {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-beaker .iconic-beaker-fluid-bubble {
    fill: #2990e0;
    stroke: #2990e0; }
  body.theme-x-color .icons-list .iconic-bell * {
    fill: #c99000;
    stroke: #c99000; }
    body.theme-x-color .icons-list .iconic-bell *.iconic-property-accent {
      fill: #b07d00;
      stroke: #b07d00; }
  body.theme-x-color .icons-list .iconic-bitcoin-address .iconic-bitcoin-address-b {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin-address .iconic-bitcoin-address-strike {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin-block .iconic-bitcoin-block-b {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin-block .iconic-bitcoin-block-strike {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin-block .iconic-bitcoin-block-block {
    fill: #b07d00;
    stroke: #b07d00; }
  body.theme-x-color .icons-list .iconic-bitcoin-transaction .iconic-bitcoin-transaction-b {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin-transaction .iconic-bitcoin-transaction-strike {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin-transaction .iconic-bitcoin-transaction-arrow-top {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-bitcoin-transaction .iconic-bitcoin-transaction-arrow-bottom {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-bitcoin .iconic-bitcoin-b {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bitcoin .iconic-bitcoin-strike {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-bluetooth * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-bold * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-book * {
    fill: #98845d;
    stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-bookmark * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-box .iconic-box-lid {
    fill: #78694a;
    stroke: #78694a; }
  body.theme-x-color .icons-list .iconic-box .iconic-box-shell {
    fill: #98845d;
    stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-brain * {
    fill: #ec297b;
    stroke: #ec297b; }
  body.theme-x-color .icons-list .iconic-briefcase .iconic-briefcase-body-top {
    fill: #78694a;
    stroke: #78694a; }
  body.theme-x-color .icons-list .iconic-briefcase .iconic-briefcase-body-bottom {
    fill: #98845d;
    stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-briefcase .iconic-briefcase-body-buckle {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-briefcase .iconic-briefcase-handle {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-british-pound * {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-browser * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-browser-full-page * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-browser-full-page *.iconic-browser-full-page-bound {
      fill: #1B75BB;
      stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-browser-full-page *.iconic-browser-full-page-arrow {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-center {
    fill: #1e97d2;
    stroke: #1e97d2; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-rim-top {
    fill: #e42329;
    stroke: #e42329; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-rim-left {
    fill: #52bb3f;
    stroke: #52bb3f; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-rim-right {
    fill: #fcd300;
    stroke: #fcd300; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-firefox .iconic-browser-type-firefox-fox {
    fill: #d96807;
    stroke: #d96807; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-firefox .iconic-browser-type-firefox-border {
    fill: #0c265f;
    stroke: #0c265f; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-internetexplorer * {
    fill: #17b9f0;
    stroke: #17b9f0; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-safari .iconic-browser-type-safari-border {
    fill: #2563f4;
    stroke: #2563f4; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-safari .iconic-browser-type-safari-needle {
    fill: #f80800;
    stroke: #f80800; }
  body.theme-x-color .icons-list .iconic-browser-type .iconic-browser-type-safari .iconic-browser-type-safari-tick {
    fill: #2563f4;
    stroke: #2563f4; }
  body.theme-x-color .icons-list .iconic-browser-viewport * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-browser-viewport *.iconic-browser-viewport-bound {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-brush * {
    fill: #c1b49a;
    stroke: #c1b49a; }
    body.theme-x-color .icons-list .iconic-brush *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-bug * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-bug *.iconic-bug-head {
      fill: #8f1e1a;
      stroke: #8f1e1a; }
    body.theme-x-color .icons-list .iconic-bug *.iconic-bug-thorax {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-building * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-building *.iconic-building-facade {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-bullhorn * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-bullhorn *.iconic-bullhorn-body {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-bullhorn *.iconic-bullhorn-body-front-lip {
      fill: #1B75BB;
      stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-bullhorn *.iconic-bullhorn-body-back {
      fill: #1B75BB;
      stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-bullhorn *.iconic-bullhorn-handle {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-bullhorn *.iconic-bullhorn-handle-trigger {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-calculator * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-calendar *.iconic-calendar-top {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-calendar *.iconic-calendar-body {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-camera-rangefinder * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-camera-rangefinder *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-camera-rangefinder *.iconic-camera-rangefinder-body-top {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-camera-rangefinder *.iconic-camera-rangefinder-controls-lens-release {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-camera-slr * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-camera-slr *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-camera-slr *.iconic-camera-slr-body {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-camera-slr *.iconic-camera-slr-lens-release {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-caret * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-carriage-return * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-cart * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-cart *.iconic-cart-basket {
      fill: #80B23C;
      stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-chat * {
    fill: #1B75BB;
    stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-chat *.iconic-property-accent {
      fill: #2A91A8;
      stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-check * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-check-thin * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-chevron * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-circle-check * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-circle-x * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-clipboard .iconic-clipboard-clip {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-clipboard .iconic-clipboard-board {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-clock * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-clock *.iconic-clock-hand {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-clock *.iconic-clock-hand-second {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-cloud * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-cloud-download *,
  body.theme-x-color .icons-list .iconic-cloud-upload * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-cloud-download *.iconic-property-accent,
    body.theme-x-color .icons-list .iconic-cloud-upload *.iconic-property-accent {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-cloudy * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-cloudy *.iconic-property-accent {
      fill: #fcb400;
      stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-code * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-code *.iconic-code-slash {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-code * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-cog * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-cogs .iconic-cogs-cog-large {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-cogs .iconic-cogs-cog-small {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-collapse *,
  body.theme-x-color .icons-list .iconic-expand * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-collapse *.iconic-property-accent,
    body.theme-x-color .icons-list .iconic-expand *.iconic-property-accent {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-command * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-comment-square * {
    fill: #c99000;
    stroke: #c99000; }
  body.theme-x-color .icons-list .iconic-compass * {
    fill: #d9b762;
    stroke: #d9b762; }
    body.theme-x-color .icons-list .iconic-compass *.iconic-compass-body {
      fill-opacity: 1 !important;
      fill: #f7efdd !important; }
    body.theme-x-color .icons-list .iconic-compass *.iconic-compass-needle-axis {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-compass *.iconic-compass-needle {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-compass *.iconic-compass-direction {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-compass *.iconic-compass-direction-north {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-connections .iconic-connections-dot {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-connections .iconic-connections-line {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-contrast * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-copywriting * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-copywriting *.iconic-property-accent {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-cpu * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-cpu *.iconic-cpu-wafer {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-credit-card * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-crop * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-dashboard * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-dashboard *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-dashboard *.iconic-dashboard-needle {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-data-transfer * .iconic-download * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-data-transfer * .iconic-upload * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-database .iconic-database-disc-top {
    fill: #1e83d1;
    stroke: #1e83d1; }
  body.theme-x-color .icons-list .iconic-database .iconic-database-disc-middle {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-database .iconic-database-disc-bottom {
    fill: #1867a5;
    stroke: #1867a5; }
  body.theme-x-color .icons-list .iconic-delete * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-delta * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-dial * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-dial *.iconic-dial-notch {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-dial *.iconic-dial-notch-7, body.theme-x-color .icons-list .iconic-dial *.iconic-dial-notch-8, body.theme-x-color .icons-list .iconic-dial *.iconic-dial-notch-9 {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-document *.iconic-document-page {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-document *.iconic-document-flap {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-dollar * {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-double-quote-left *,
  body.theme-x-color .icons-list .iconic-double-quote-right * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-easel .iconic-easel-clamp {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-easel .iconic-easel-canvas {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-easel .iconic-easel-legs, body.theme-x-color .icons-list .iconic-easel .iconic-easel-base {
    fill: #98845d;
    stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-easel .iconic-easel-legs-back {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-eject * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-electric * {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-elevator * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-ellipses * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-envelope * {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-envelope-open * {
    fill: #c1b49a;
    stroke: #c1b49a; }
    body.theme-x-color .icons-list .iconic-envelope-open *.iconic-property-accent {
      fill: #e8e3d9;
      stroke: #e8e3d9; }
  body.theme-x-color .icons-list .iconic-euro * {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-excerpt * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-excerpt *.iconic-property-accent {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-external-link *.iconic-external-link-box {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-external-link *.iconic-external-link-arrow {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-eye *.iconic-eye-open-eyeball, body.theme-x-color .icons-list .iconic-eye * .iconic-eye-closed-eyeball {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-eye *.iconic-eye-closed-strike {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-eye *.iconic-eye-open-pupil {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-eyedropper * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-eyedropper *.iconic-eyedropper-fluid {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-file * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-file *.iconic-file-page {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-file *.iconic-file-flap {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-fire * {
    fill: #DA3A35;
    stroke: #DA3A35; }
    body.theme-x-color .icons-list .iconic-fire *.iconic-property-accent {
      fill: #f16522;
      stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-firefly * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-firefly *.iconic-firefly-wing {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-firefly *.iconic-firefly-light-beam {
      fill: #fcb400;
      stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-flag *.iconic-flag-back {
    fill: #15598e;
    stroke: #15598e; }
  body.theme-x-color .icons-list .iconic-flag *.iconic-flag-front {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-folder *.iconic-folder-top {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-folder *.iconic-folder-bottom {
    fill: #ae9d7a;
    stroke: #ae9d7a; }
  body.theme-x-color .icons-list .iconic-fork *.iconic-fork-line-trunk {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-fork *.iconic-fork-point-trunk-start {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-fork *.iconic-fork-point-trunk-end {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-fork *.iconic-fork-line-fork {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-fork *.iconic-fork-point-fork {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-flash * {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-fullscreen * .iconic-fullscreen-enter-line, body.theme-x-color .icons-list .iconic-fullscreen * .iconic-fullscreen-enter-arrowhead {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-fullscreen * .iconic-fullscreen-exit-line, body.theme-x-color .icons-list .iconic-fullscreen * .iconic-fullscreen-exit-arrowhead {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-funnel .iconic-funnel-rim {
    fill: #a6a6a6;
    stroke: #a6a6a6; }
  body.theme-x-color .icons-list .iconic-funnel .iconic-funnel-body {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-game-controller .iconic-game-controller-body {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-game-controller .iconic-game-controller-analog-stick {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-globe * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-graph * {
    fill: #2A91A8;
    stroke: #2A91A8; }
    body.theme-x-color .icons-list .iconic-graph *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-group *.iconic-group-item {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-guides * {
    fill: #4A46AA;
    stroke: #4A46AA; }
  body.theme-x-color .icons-list .iconic-hammer .iconic-hammer-handle {
    fill: #98845d;
    stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-hammer .iconic-hammer-head {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-hand * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-hard-drive * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-hard-drive *.iconic-hard-drive-casing-top {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-header * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-headphones * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-headphones *.iconic-headphones-connector {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-headphones *.iconic-headphones-top {
      fill: #f16522;
      stroke: #f16522; }
    body.theme-x-color .icons-list .iconic-headphones *.iconic-headphones-speaker-back {
      fill: #f16522;
      stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-heart * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-history .iconic-history-rim {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-history .iconic-history-arrowhead {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-history .iconic-history-clock-hands {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-home *.iconic-home-roof {
    fill: #a4916b;
    stroke: #a4916b; }
  body.theme-x-color .icons-list .iconic-home *.iconic-home-wall {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-image-landscape *,
  body.theme-x-color .icons-list .iconic-image-portrait * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-image-landscape *.iconic-property-accent,
    body.theme-x-color .icons-list .iconic-image-portrait *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-image-landscape *.iconic-image-landscape-sun,
    body.theme-x-color .icons-list .iconic-image-portrait *.iconic-image-landscape-sun {
      fill: #fcb400;
      stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-inbox * {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-inkwell .iconic-inkwell-well {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-inkwell .iconic-inkwell-feather-stem {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-inkwell .iconic-inkwell-feather-feather-left, body.theme-x-color .icons-list .iconic-inkwell .iconic-inkwell-feather-feather-right {
    fill: #d9d9d9;
    stroke: #d9d9d9; }
  body.theme-x-color .icons-list .iconic-info * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-italic * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-key * {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-layers * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-layers *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-lightbulb *.iconic-lightbulb-coil {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-lightbulb *.iconic-lightbulb-base {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-lightbulb *.iconic-lightbulb-screw {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-lightning * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-lightning *.iconic-property-accent {
      fill: #fcb400;
      stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-lightning-bolt * {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-link * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-link-broken * {
    fill: #82beed;
    stroke: #82beed; }
  body.theme-x-color .icons-list .iconic-list * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-list *.iconic-property-accent {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-list-rich * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-list-rich *.iconic-list-rich-list-group-1.iconic-list-rich-block {
      fill: #1B75BB;
      stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-list-rich *.iconic-list-rich-list-group-2.iconic-list-rich-block {
      fill: #80B23C;
      stroke: #80B23C; }
    body.theme-x-color .icons-list .iconic-list-rich *.iconic-list-rich-list-group-3.iconic-list-rich-block {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-list-nested .iconic-list-nested-list-line {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-list-nested .iconic-list-nested-list-dot {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-location * {
    fill: #f16522;
    stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-lock *.iconic-lock-locked-body, body.theme-x-color .icons-list .iconic-lock *.iconic-lock-unlocked-body {
    fill: #15598e;
    stroke: #15598e; }
  body.theme-x-color .icons-list .iconic-lock *.iconic-lock-locked-body-main, body.theme-x-color .icons-list .iconic-lock *.iconic-lock-unlocked-body-main {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-lock *.iconic-lock-locked-loop, body.theme-x-color .icons-list .iconic-lock *.iconic-lock-unlocked-loop {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-loop-circular * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-loop-circular *.iconic-loop-circular-line-right, body.theme-x-color .icons-list .iconic-loop-circular *.iconic-loop-circular-arrowhead-right {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-loop-square * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-loop-square *.iconic-loop-square-line-bottom, body.theme-x-color .icons-list .iconic-loop-square *.iconic-loop-square-arrowhead-bottom {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-loop * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-loop *.iconic-loop-line-bottom, body.theme-x-color .icons-list .iconic-loop *.iconic-loop-arrowhead-bottom {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-loupe * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-magic-wand *.iconic-magic-wand-shaft {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-magic-wand *.iconic-magic-wand-shaft-tip {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-magic-wand *.iconic-magic-wand-ray-major {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-magic-wand *.iconic-magic-wand-ray-minor {
    fill: #ffc430;
    stroke: #ffc430; }
  body.theme-x-color .icons-list .iconic-magic-wand *.iconic-magic-wand-spark {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-magnifying-glass *.iconic-magnifying-glass-handle {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-magnifying-glass *.iconic-magnifying-glass-handle-connector {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-magnifying-glass *.iconic-magnifying-glass-rim {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-magnifying-glass *.iconic-magnifying-glass-reflection {
    fill: #6cb3ea;
    stroke: #6cb3ea; }
  body.theme-x-color .icons-list .iconic-map-marker * {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-map *.iconic-map-map-marker {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-map *.iconic-map-street {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-medal *.iconic-medal-medal {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-medal *.iconic-medal-band {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-media-play-circle * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-media-skip *.iconic-media-skip-backward *, body.theme-x-color .icons-list .iconic-media-skip *.iconic-media-skip-forward * {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-media-step *.iconic-media-step-backward *, body.theme-x-color .icons-list .iconic-media-step *.iconic-media-step-forward * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-media * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-media *.iconic-media-play * {
      fill: #80B23C;
      stroke: #80B23C; }
    body.theme-x-color .icons-list .iconic-media *.iconic-media-record * {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-medical-cross * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-menu-selected *.iconic-menu-selected-checkmark {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-microphone * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-microphone *.iconic-microphone-head {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-microphone *.iconic-microphone-head-button {
      fill: #80B23C;
      stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-monitor *.iconic-monitor-base {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-moon * {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-move * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-network * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-open-source * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-palette * {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-peace * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-pen * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-pen *.iconic-property-accent {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-pencil *.iconic-pencil-shaft {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-pencil *.iconic-pencil-exposed-wood {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-pencil *.iconic-pencil-eraser-border {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-pencil *.iconic-pencil-eraser {
    fill: #ec297b;
    stroke: #ec297b; }
  body.theme-x-color .icons-list .iconic-people *.iconic-people-person-body-left {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-people *.iconic-people-person-head-left {
    fill: #b7a88a;
    stroke: #b7a88a; }
  body.theme-x-color .icons-list .iconic-people *.iconic-people-person-body-center {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-people *.iconic-people-person-head-center {
    fill: #a4916b;
    stroke: #a4916b; }
  body.theme-x-color .icons-list .iconic-people *.iconic-people-person-body-right {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-people *.iconic-people-person-head-right {
    fill: #ae9d7a;
    stroke: #ae9d7a; }
  body.theme-x-color .icons-list .iconic-person *.iconic-person-head {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-person *.iconic-person-body {
    fill: #658c2f;
    stroke: #658c2f; }
  body.theme-x-color .icons-list .iconic-person *.iconic-person-male-head {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-person *.iconic-person-male-body {
    fill: #ba2722;
    stroke: #ba2722; }
  body.theme-x-color .icons-list .iconic-person *.iconic-person-female-head {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-person *.iconic-person-female-body {
    fill: #15598e;
    stroke: #15598e; }
  body.theme-x-color .icons-list .iconic-pie-chart *.iconic-pie-chart-slice-large {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-pie-chart *.iconic-pie-chart-slice-medium {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-pie-chart *.iconic-pie-chart-slice-small {
    fill: #4A46AA;
    stroke: #4A46AA; }
  body.theme-x-color .icons-list .iconic-pin * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-pin *.iconic-property-accent {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-platform .iconic-platform-android * {
    fill: #9dbf52;
    stroke: #9dbf52; }
  body.theme-x-color .icons-list .iconic-platform .iconic-platform-apple * {
    fill: #656565;
    stroke: #656565; }
  body.theme-x-color .icons-list .iconic-platform .iconic-platform-linux * {
    fill: #000000;
    stroke: #000000; }
  body.theme-x-color .icons-list .iconic-platform .iconic-platform-microsoft * {
    fill: #65baf2;
    stroke: #65baf2; }
  body.theme-x-color .icons-list .iconic-plus * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-plus-thin * {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-power-standby * {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-print * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-print *.iconic-print-paper {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-project *.iconic-project-task-1 {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-project *.iconic-project-task-2 {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-project *.iconic-project-task-3 {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-project *.iconic-project-task-4 {
    fill: #4A46AA;
    stroke: #4A46AA; }
  body.theme-x-color .icons-list .iconic-pulse * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-puzzle-piece * {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-question-mark * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-radiation .iconic-radiation-center {
    fill: #e3a200;
    stroke: #e3a200; }
  body.theme-x-color .icons-list .iconic-radiation .iconic-radiation-trefoil {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-rainy * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-rainy *.iconic-property-accent {
      fill: #82beed;
      stroke: #82beed; }
  body.theme-x-color .icons-list .iconic-random * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-random *.iconic-random-arrowhead-top, body.theme-x-color .icons-list .iconic-random * .iconic-random-line-top {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-ratio .iconic-ratio-border {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-ratio .iconic-ratio-positive {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-reload * {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-rocket .iconic-rocket-body {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-rocket .iconic-rocket-fin {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-rocket .iconic-rocket-thruster {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-route .iconic-route-path {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-route .iconic-route-start-point {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-route .iconic-route-end-point {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-rss * {
    fill: #f16522;
    stroke: #f16522; }
    body.theme-x-color .icons-list .iconic-rss *.iconic-rss-center {
      fill: #f16522;
      stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-rss-alt * {
    fill: #f16522;
    stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-scissors .iconic-scissors-handle {
    fill: #f16522;
    stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-scissors .iconic-scissors-blade-top {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-scissors .iconic-scissors-blade-bottom {
    fill: #999999;
    stroke: #999999; }
  body.theme-x-color .icons-list .iconic-screen-viewport *.iconic-screen-viewport-bound {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-screenshot * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-screenshot .iconic-screenshot-center {
    fill: #0e3d62;
    stroke: #0e3d62; }
  body.theme-x-color .icons-list .iconic-screwdriver * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-screwdriver *.iconic-screwdriver-handle {
      fill: #DA3A35;
      stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-script * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-server .iconic-server-rack {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-server .iconic-server-chasis {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-server .iconic-server-chasis-light {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-settings * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-settings *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-shape .iconic-container * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-share-boxed * {
    fill: #1B75BB;
    stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-share-boxed *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-share-social * {
    fill: #80B23C;
    stroke: #80B23C; }
    body.theme-x-color .icons-list .iconic-share-social *.iconic-share-social-circle {
      fill: #1B75BB;
      stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-shield * {
    fill: #1B75BB;
    stroke: #1B75BB; }
    body.theme-x-color .icons-list .iconic-shield *.iconic-shield-shadow {
      fill: #15598e;
      stroke: #15598e; }
  body.theme-x-color .icons-list .iconic-signal * .iconic-signal-bar-1 {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-signal * .iconic-signal-bar-2 {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-signal * .iconic-signal-bar-3 {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-signal * .iconic-signal-bar-4 {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-signal * .iconic-signal-bar-5 {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-signpost * {
    fill: #ae9d7a;
    stroke: #ae9d7a; }
    body.theme-x-color .icons-list .iconic-signpost *.iconic-signpost-sign-right {
      fill: #98845d;
      stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-dropbox * {
    fill: #137de0;
    stroke: #137de0; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-facebook * {
    fill: #3c569a;
    stroke: #3c569a; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-github * {
    fill: #333;
    stroke: #333; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-instagram * {
    fill: #211f20;
    stroke: #211f20; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-linkedin * {
    fill: #1984bf;
    stroke: #1984bf; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-google-plus * {
    fill: #df4a32;
    stroke: #df4a32; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-pinterest * {
    fill: #b02224;
    stroke: #b02224; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-reddit * {
    fill: #000;
    stroke: #000; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-reddit .iconic-social-reddit-eye {
    fill: #ff4700;
    stroke: #ff4700; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-tumblr * {
    fill: #34455e;
    stroke: #34455e; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-twitter * {
    fill: #00b4f3;
    stroke: #00b4f3; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-vimeo * {
    fill: #65b5ea;
    stroke: #65b5ea; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-youtube .iconic-social-youtube-you {
    fill: #393939;
    stroke: #393939; }
  body.theme-x-color .icons-list .iconic-social .iconic-social-youtube .iconic-social-youtube-tube {
    fill: #b01a19;
    stroke: #b01a19; }
  body.theme-x-color .icons-list .iconic-sort-descending * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-sort-descending *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-sort-descending *.iconic-sort-descending-sort-small {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-sort-descending *.iconic-sort-descending-sort-medium {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-sort-descending *.iconic-sort-descending-sort-large {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-sort-ascending * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-sort-ascending *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-sort-ascending *.iconic-sort-ascending-sort-small {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-sort-ascending *.iconic-sort-ascending-sort-medium {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-sort-ascending *.iconic-sort-ascending-sort-large {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-spreadsheet * {
    fill: #80B23C;
    stroke: #80B23C; }
    body.theme-x-color .icons-list .iconic-spreadsheet *.iconic-spreadsheet-row, body.theme-x-color .icons-list .iconic-spreadsheet * .iconic-spreadsheet-column {
      fill: #b0d480;
      stroke: #b0d480; }
  body.theme-x-color .icons-list .iconic-star * {
    fill: #fcb400;
    stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-sun * {
    fill: #f16522;
    stroke: #f16522; }
    body.theme-x-color .icons-list .iconic-sun *.iconic-property-accent {
      fill: #fcb400;
      stroke: #fcb400; }
  body.theme-x-color .icons-list .iconic-share * {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-syringe .iconic-syringe-needle {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-syringe .iconic-syringe-plunger {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-syringe .iconic-syringe-tube {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-syringe .iconic-syringe-tube-top {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
  body.theme-x-color .icons-list .iconic-tag *,
  body.theme-x-color .icons-list .iconic-tags * {
    fill: #2A91A8;
    stroke: #2A91A8; }
    body.theme-x-color .icons-list .iconic-tag *.iconic-property-accent,
    body.theme-x-color .icons-list .iconic-tags *.iconic-property-accent {
      fill: #89d1e2;
      stroke: #89d1e2; }
  body.theme-x-color .icons-list .iconic-target *.iconic-target-center {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-target *.iconic-target-ring {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-task *.iconic-task-check {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-task *.iconic-task-check-box {
    fill: #658c2f;
    stroke: #658c2f; }
  body.theme-x-color .icons-list .iconic-thermometer *.iconic-thermometer-tick {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-thermometer *.iconic-thermometer-shaft, body.theme-x-color .icons-list .iconic-thermometer * .iconic-thermometer-well {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-thumb-up * {
    fill: #80B23C;
    stroke: #80B23C; }
    body.theme-x-color .icons-list .iconic-thumb-up *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-thumb-down * {
    fill: #DA3A35;
    stroke: #DA3A35; }
    body.theme-x-color .icons-list .iconic-thumb-down *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-tiara * {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-timer *.iconic-timer-needle {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-tint * {
    fill: #4A46AA;
    stroke: #4A46AA; }
  body.theme-x-color .icons-list .iconic-tools * {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-tools *.iconic-tools-screwdriver-handle {
      fill: #DA3A35;
      stroke: #DA3A35; }
    body.theme-x-color .icons-list .iconic-tools *.iconic-tools-hammer-handle {
      fill: #98845d;
      stroke: #98845d; }
  body.theme-x-color .icons-list .iconic-transfer *.iconic-property-accent {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-ungroup *.iconic-ungroup-item {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-vertical-align *.iconic-vertical-align-top-alignment-line,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-center-alignment-line,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-bottom-alignment-line {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-vertical-align *.iconic-vertical-align-top-element-1,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-center-element-1,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-bottom-element-1 {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-vertical-align *.iconic-vertical-align-top-element-2,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-center-element-2,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-bottom-element-2 {
    fill: #4A46AA;
    stroke: #4A46AA; }
  body.theme-x-color .icons-list .iconic-vertical-align *.iconic-vertical-align-top-element-3,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-center-element-3,
  body.theme-x-color .icons-list .iconic-vertical-align * .iconic-vertical-align-bottom-element-3 {
    fill: #2A91A8;
    stroke: #2A91A8; }
  body.theme-x-color .icons-list .iconic-video *.iconic-video-lens {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-volume *.iconic-volume-off-mute {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-volume *.iconic-volume-low-wave {
    fill: #a5ce6d;
    stroke: #a5ce6d; }
  body.theme-x-color .icons-list .iconic-volume *.iconic-volume-medium-wave {
    fill: #94c552;
    stroke: #94c552; }
  body.theme-x-color .icons-list .iconic-volume *.iconic-volume-high-wave {
    fill: #80B23C;
    stroke: #80B23C; }
  body.theme-x-color .icons-list .iconic-warning * {
    fill: #f16522;
    stroke: #f16522; }
  body.theme-x-color .icons-list .iconic-wifi * {
    fill: #4d4d4d;
    stroke: #4d4d4d; }
    body.theme-x-color .icons-list .iconic-wifi *.iconic-wifi-wave-inner {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-wifi *.iconic-wifi-wave-middle {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    body.theme-x-color .icons-list .iconic-wifi *.iconic-wifi-wave-outer {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-x * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-x-thin * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  body.theme-x-color .icons-list .iconic-yen * {
    fill: #ab862a;
    stroke: #ab862a; }
  body.theme-x-color .icons-list .iconic-zoom-in *.iconic-zoom-in-handle {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-zoom-in *.iconic-zoom-in-handle-connector {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-zoom-in *.iconic-zoom-in-rim {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-zoom-in *.iconic-zoom-in-plus {
    fill: #1B75BB;
    stroke: #1B75BB; }
  body.theme-x-color .icons-list .iconic-zoom-out *.iconic-zoom-out-handle {
    fill: #c1b49a;
    stroke: #c1b49a; }
  body.theme-x-color .icons-list .iconic-zoom-out *.iconic-zoom-out-handle-connector {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-zoom-out *.iconic-zoom-out-rim {
    fill: #b3b3b3;
    stroke: #b3b3b3; }
  body.theme-x-color .icons-list .iconic-zoom-out *.iconic-zoom-out-minus {
    fill: #DA3A35;
    stroke: #DA3A35; }
body.theme-x-color .theme-vertical-color {
  width: 8px; }
body.theme-x-color .dropdown-theme .theme-x-color .theme-visual {
  pointer-events: none; }
  body.theme-x-color .dropdown-theme .theme-x-color .theme-visual .iconic-check {
    opacity: 1;
    filter: alpha(opacity=100); }

code[class*="language-"],
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }
/* Code blocks */
pre[class*="language-"] {
  background-color: #fcfcfc; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em; }

/* Highlight */
pre > code.highlight {
  outline: 2px solid #CC0000;
  outline-offset: 2px; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata,
.token.punctuation {
  color: #999988; }

.namespace {
  color: #555555; }

.token.property,
.token.tag {
  color: #000080; }

.token.boolean,
.token.number {
  color: #009999; }

.token.constant {
  color: #008080; }

.token.symbol {
  color: #990073; }

.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
  color: #d14; }

.token.operator {
  font-weight: bold; }

.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #800080;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value {
  color: #07a; }

.token.keyword {
  font-weight: bold; }

.token.regex,
.token.important {
  color: #009926; }

.token.important {
  font-weight: bold; }

.token.entity {
  color: #800080;
  cursor: help; }

.content-post table.table {
  font-size: 0.9em;
  margin-bottom: 2em; }
  .content-post table.table p {
    margin-bottom: 0; }
  .content-post table.table em {
    font-style: normal;
    font-weight: 400; }
  .content-post table.table th p {
    font-weight: 600; }
  .content-post table.table tr th:first-child,
  .content-post table.table tr td:first-child {
    padding-left: 0; }
  .content-post table.table tr th:last-child,
  .content-post table.table tr td:last-child {
    padding-right: 0;
    text-align: right; }
  .content-post table.table.table-hover > tbody > tr:hover > td,
  .content-post table.table.table-hover > tbody > tr:hover > th {
    background-color: #ecfbf4; }
  .content-post table.table.table-developer tr th:first-child,
  .content-post table.table.table-developer tr td:first-child {
    width: 25%; }
  .content-post table.table.table-developer tr th:last-child,
  .content-post table.table.table-developer tr td:last-child {
    width: 75%;
    text-align: left;
    padding-left: 25px; }
    .content-post table.table.table-developer tr th:last-child p,
    .content-post table.table.table-developer tr td:last-child p {
      padding-left: 2em; }
  .content-post table.table.table-license {
    font-size: 1em;
    margin-bottom: 0; }
    .content-post table.table.table-license a:not(.btn) {
      color: #078dd8; }
      .content-post table.table.table-license a:not(.btn):hover, .content-post table.table.table-license a:not(.btn).hover, .content-post table.table.table-license a:not(.btn):active, .content-post table.table.table-license a:not(.btn).active {
        color: #056da7; }
    .content-post table.table.table-license .btn {
      padding: 5px 10px; }
    .content-post table.table.table-license input {
      margin-bottom: 0;
      padding-right: 10px !important; }
    .content-post table.table.table-license .editable-clear-x {
      display: none; }
    .content-post table.table.table-license thead > tr > th,
    .content-post table.table.table-license thead > tr > td,
    .content-post table.table.table-license tbody > tr > th,
    .content-post table.table.table-license tbody > tr > td,
    .content-post table.table.table-license tfoot > tr > th,
    .content-post table.table.table-license tfoot > tr > td {
      padding: 1em; }
      .content-post table.table.table-license thead > tr > th p,
      .content-post table.table.table-license thead > tr > th span,
      .content-post table.table.table-license thead > tr > td p,
      .content-post table.table.table-license thead > tr > td span,
      .content-post table.table.table-license tbody > tr > th p,
      .content-post table.table.table-license tbody > tr > th span,
      .content-post table.table.table-license tbody > tr > td p,
      .content-post table.table.table-license tbody > tr > td span,
      .content-post table.table.table-license tfoot > tr > th p,
      .content-post table.table.table-license tfoot > tr > th span,
      .content-post table.table.table-license tfoot > tr > td p,
      .content-post table.table.table-license tfoot > tr > td span {
        line-height: 30px;
        margin-bottom: 0; }
    .content-post table.table.table-license tr th:first-child,
    .content-post table.table.table-license tr td:first-child {
      width: 40%;
      padding-right: 0; }
    .content-post table.table.table-license tr th:last-child,
    .content-post table.table.table-license tr td:last-child {
      color: #b0b0b0; }
    .content-post table.table.table-license.table-no-head tr:first-child td {
      padding-top: .3em;
      border-top: 0; }
  .content-post table.table.table-features {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0; }
    .content-post table.table.table-features > thead > tr > th {
      border-bottom: 0;
      border-top: 0; }
    .content-post table.table.table-features > tbody > tr:hover > td,
    .content-post table.table.table-features > tbody > tr:hover > th {
      background-color: #ecfbf4; }
    .content-post table.table.table-features thead .table-brand > th {
      font-weight: 600;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      background-color: #1a1a1a;
      color: whitesmoke; }
      .content-post table.table.table-features thead .table-brand > th:first-child {
        text-align: center; }
    .content-post table.table.table-features thead .table-intro > th {
      font-weight: 500;
      background-color: #1a1a1a;
      color: whitesmoke; }
      .content-post table.table.table-features thead .table-intro > th:first-child {
        color: whitesmoke;
        font-weight: 500; }
    .content-post table.table.table-features tr.table-subhead {
      background-color: whitesmoke; }
      .content-post table.table.table-features tr.table-subhead td,
      .content-post table.table.table-features tr.table-subhead td:first-child {
        color: #1a1a1a;
        font-weight: 600; }
      .content-post table.table.table-features tr.table-subhead:hover > td,
      .content-post table.table.table-features tr.table-subhead:hover > th {
        background-color: whitesmoke; }
    .content-post table.table.table-features tr th,
    .content-post table.table.table-features tr td {
      text-align: center;
      vertical-align: middle;
      line-height: inherit;
      color: #4a4a4a; }
      .content-post table.table.table-features tr th h4,
      .content-post table.table.table-features tr td h4 {
        color: whitesmoke; }
      .content-post table.table.table-features tr th small,
      .content-post table.table.table-features tr td small {
        color: #666666; }
      .content-post table.table.table-features tr th i,
      .content-post table.table.table-features tr td i {
        color: #cccccc; }
      .content-post table.table.table-features tr th .circle-small,
      .content-post table.table.table-features tr td .circle-small {
        display: block;
        height: 8px;
        width: 8px;
        background-color: #29b473;
        border-radius: 4px;
        margin: 0 auto; }
        .content-post table.table.table-features tr th .circle-small.inactive,
        .content-post table.table.table-features tr td .circle-small.inactive {
          background-color: rgba(0, 0, 0, 0.04); }
      .content-post table.table.table-features tr th .iconic-infinity *,
      .content-post table.table.table-features tr td .iconic-infinity * {
        fill: #1a1a1a;
        stroke: #1a1a1a; }
      .content-post table.table.table-features tr th .iconic-circle-check *,
      .content-post table.table.table-features tr td .iconic-circle-check * {
        fill: #29b473;
        stroke: #29b473; }
      .content-post table.table.table-features tr th .iconic-circle-x *,
      .content-post table.table.table-features tr td .iconic-circle-x * {
        fill: rgba(0, 0, 0, 0.04);
        stroke: rgba(0, 0, 0, 0.04); }
      .content-post table.table.table-features tr th:first-child,
      .content-post table.table.table-features tr td:first-child {
        width: 60%;
        text-align: left;
        padding-left: 25px;
        color: #666666;
        font-weight: 400; }
      .content-post table.table.table-features tr th:last-child,
      .content-post table.table.table-features tr td:last-child {
        padding-right: 25px; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  .content-post table.table.table-features {
    margin-top: 3em;
    margin-bottom: 3em; }
    .content-post table.table.table-features tr th,
    .content-post table.table.table-features tr td {
      padding: 1em 1em;
      width: 12%; }
      .content-post table.table.table-features tr th:first-child,
      .content-post table.table.table-features tr td:first-child {
        width: 40%; } }
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
.tour {
  padding-top: 5em; }
  .tour .tour-subnav {
    font-size: 15px;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 1.5em; }
    .tour .tour-subnav ul {
      padding: 1em 0 2em 0; }
      .tour .tour-subnav ul li {
        display: inline-block;
        padding-top: 1em;
        margin-bottom: 0; }
        .tour .tour-subnav ul li a {
          position: relative;
          display: block;
          font-size: .85em;
          margin-left: 1.25em;
          margin-right: 1.25em; }
          .tour .tour-subnav ul li a p {
            margin-bottom: 0;
            line-height: 1; }
            .tour .tour-subnav ul li a p:last-of-type {
              padding-top: .5em; }
          .tour .tour-subnav ul li a:focus {
            outline: none; }
          .tour .tour-subnav ul li a::-moz-focus-inner {
            border: 0; }
          .tour .tour-subnav ul li a:after {
            content: '';
            display: none;
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 1px;
            width: 100%;
            -webkit-transition: all 150ms linear;
            transition: all 150ms linear; }
          .tour .tour-subnav ul li a:hover:after, .tour .tour-subnav ul li a.hover:after, .tour .tour-subnav ul li a:active:after, .tour .tour-subnav ul li a.active:after {
            height: 5px; }
    .tour .tour-subnav img.iconic {
      opacity: 0;
      width: 32px;
      height: 32px; }
    .tour .tour-subnav .iconic {
      display: none;
      margin: 0 auto;
      margin-bottom: .5em; }
  .tour .tour-slide {
    font-size: 13px;
    padding-top: 3em; }
    .tour .tour-slide:last-of-type {
      margin-bottom: 0; }
    .tour .tour-slide h3 {
      font-weight: 400;
      margin-top: 0; }
    .tour .tour-slide p {
      color: #666666; }
    .tour .tour-slide .tour-intro {
      margin-top: 1em; }
    .tour .tour-slide .tour-block {
      min-height: 286.15385px;
      border: 1px solid #ededed;
      position: relative; }
      .tour .tour-slide .tour-block .iconic-center {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .tour .tour-slide .tour-block .tour-grid-md {
        position: relative;
        text-align: center;
        display: block;
        float: left;
        width: 16.667%;
        margin-top: .75em;
        margin-bottom: .75em;
        height: 32px; }
        .tour .tour-slide .tour-block .tour-grid-md .icon-container {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          height: 16px;
          width: 16px; }
      .tour .tour-slide .tour-block .tour-grid-lg {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; }
        .tour .tour-slide .tour-block .tour-grid-lg .icon-container {
          position: relative;
          height: 64px;
          margin: 0 auto; }
    .tour .tour-slide .tour-sidebar {
      margin-top: 1em; }
      .tour .tour-slide .tour-sidebar h5 {
        font-weight: 500;
        color: #1a1a1a;
        margin-bottom: .2em; }
      .tour .tour-slide .tour-sidebar .help-block {
        margin-top: .5em;
        margin-bottom: 1em;
        color: #b0b0b0; }
  .tour .tour-slide-design h3 {
    color: #fcb400; }
  .tour .tour-slide-design a {
    color: #fcb400; }
    .tour .tour-slide-design a:active, .tour .tour-slide-design a.active, .tour .tour-slide-design a:hover, .tour .tour-slide-design a.hover {
      text-decoration: none; }
      .tour .tour-slide-design a:active:after, .tour .tour-slide-design a.active:after, .tour .tour-slide-design a:hover:after, .tour .tour-slide-design a.hover:after {
        background-color: #fcb400; }
  .tour .tour-slide-design .iconic * {
    fill: #fcb400;
    stroke: #fcb400; }
  .tour .tour-slide-design.pro-feature p {
    color: #fcb400; }
  .tour .tour-slide-design .tour-block {
    position: relative;
    min-height: auto;
    background-size: cover;
    background-position: center center;
    background-image: url("/images/tour/tour-grid-full.svg"); }
  .tour .tour-slide-semantic h3 {
    color: #f16522; }
  .tour .tour-slide-semantic a {
    color: #f16522; }
    .tour .tour-slide-semantic a:active, .tour .tour-slide-semantic a.active, .tour .tour-slide-semantic a:hover, .tour .tour-slide-semantic a.hover {
      text-decoration: none; }
      .tour .tour-slide-semantic a:active:after, .tour .tour-slide-semantic a.active:after, .tour .tour-slide-semantic a:hover:after, .tour .tour-slide-semantic a.hover:after {
        background-color: #f16522; }
  .tour .tour-slide-semantic .iconic * {
    fill: #f16522;
    stroke: #f16522; }
  .tour .tour-slide-semantic.pro-feature p {
    color: #f16522; }
  .tour .tour-slide-semantic .tour-remove-bounding {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
  .tour .tour-slide-semantic .tour-block {
    height: auto;
    min-height: 100%;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .tour .tour-slide-semantic .tour-before-after {
    width: 100%;
    overflow: visible; }
  .tour .tour-slide-styleable h3 {
    color: #DA3A35; }
  .tour .tour-slide-styleable a {
    color: #DA3A35; }
    .tour .tour-slide-styleable a:active, .tour .tour-slide-styleable a.active, .tour .tour-slide-styleable a:hover, .tour .tour-slide-styleable a.hover {
      text-decoration: none; }
      .tour .tour-slide-styleable a:active:after, .tour .tour-slide-styleable a.active:after, .tour .tour-slide-styleable a:hover:after, .tour .tour-slide-styleable a.hover:after {
        background-color: #DA3A35; }
  .tour .tour-slide-styleable .iconic * {
    fill: #DA3A35;
    stroke: #DA3A35; }
  .tour .tour-slide-styleable.pro-feature p {
    color: #DA3A35; }
  .tour .tour-slide-styleable .icon-group {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    height: 128px;
    line-height: 128px;
    text-align: center; }
    .tour .tour-slide-styleable .icon-group .icon-container {
      display: inline-block;
      vertical-align: middle; }
    .tour .tour-slide-styleable .icon-group .iconic-camera-slr.iconic-lg * {
      fill: #cccccc;
      stroke: #cccccc; }
    .tour .tour-slide-styleable .icon-group .iconic-camera-slr.iconic-sm * {
      fill: #cccccc;
      stroke: #cccccc; }
    .tour .tour-slide-styleable .icon-group .iconic-camera-slr.iconic-md * {
      fill: #cccccc;
      stroke: #cccccc; }
    .tour .tour-slide-styleable .icon-group .iconic-camera-slr .iconic-camera-slr-lens {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-styleable .icon-group .iconic {
      display: block;
      margin: 0 1em; }
    .tour .tour-slide-styleable .icon-group .iconic-element-fill {
      -webkit-transition: all 50ms linear;
      transition: all 50ms linear; }
    .tour .tour-slide-styleable .icon-group .iconic-element-stroke {
      -webkit-transition: all 50ms linear;
      transition: all 50ms linear; }
  .tour .tour-slide-styleable .icon-classes h5 small {
    color: #b0b0b0; }
  .tour .tour-slide-styleable .icon-classes ul {
    margin-bottom: 0;
    margin-top: .5em; }
    .tour .tour-slide-styleable .icon-classes ul li {
      line-height: 1.4;
      padding-bottom: .2em;
      cursor: pointer;
      color: #666666; }
      .tour .tour-slide-styleable .icon-classes ul li.icon-class-default {
        color: #DA3A35; }
      .tour .tour-slide-styleable .icon-classes ul li:hover, .tour .tour-slide-styleable .icon-classes ul li.hover, .tour .tour-slide-styleable .icon-classes ul li:active, .tour .tour-slide-styleable .icon-classes ul li.active {
        color: #DA3A35; }
  .tour .tour-slide-themeable h3 {
    color: #ec297b; }
  .tour .tour-slide-themeable a {
    color: #ec297b; }
    .tour .tour-slide-themeable a:active, .tour .tour-slide-themeable a.active, .tour .tour-slide-themeable a:hover, .tour .tour-slide-themeable a.hover {
      text-decoration: none; }
      .tour .tour-slide-themeable a:active:after, .tour .tour-slide-themeable a.active:after, .tour .tour-slide-themeable a:hover:after, .tour .tour-slide-themeable a.hover:after {
        background-color: #ec297b; }
  .tour .tour-slide-themeable .iconic * {
    fill: #ec297b;
    stroke: #ec297b; }
  .tour .tour-slide-themeable.pro-feature p {
    color: #ec297b; }
  .tour .tour-slide-themeable .tour-block {
    padding: 1.5em; }
  .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul {
    border: 1px solid #ededed;
    margin-top: 0;
    margin-bottom: 0; }
    .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li {
      background-color: #ffffff;
      margin: 0;
      padding: 1em 1em;
      cursor: pointer; }
      .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li p {
        display: inline-block;
        margin-bottom: 0;
        margin-left: .5em; }
      .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li .icon-container {
        display: inline-block;
        vertical-align: middle;
        height: 32px;
        width: 32px; }
      .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li:hover, .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li.hover, .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li:active, .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li.active {
        background-color: #ededed; }
      .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li:active, .tour .tour-slide-themeable .tour-sidebar .tour-control-theme ul li.active {
        background-color: #ededed;
        cursor: default; }
  .tour .tour-slide-themeable .theme-multi-color {
    /* Hide all icons that are waiting to be injected */
    /* Make sure filled and text elements only get fills */
    /* Make sure stroked elements only get strokes */
    /* TODO: Move */ }
    .tour .tour-slide-themeable .theme-multi-color img.iconic {
      display: none; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-property-fill, .tour .tour-slide-themeable .theme-multi-color .iconic-property-text {
      stroke: none !important; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-property-stroke {
      fill: none !important; }
    .tour .tour-slide-themeable .theme-multi-color .iconic * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-account *.iconic-account-login *, .tour .tour-slide-themeable .theme-multi-color .iconic-account *.iconic-account-logout * {
      fill: #1B75BB;
      stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-account *.iconic-account-login *.iconic-property-accent, .tour .tour-slide-themeable .theme-multi-color .iconic-account *.iconic-account-logout *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-action *.iconic-action-undo * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-action *.iconic-action-redo * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-align-left *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-align-center *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-align-right * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-aperture .iconic-aperture-blade-1 {
      fill: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-aperture .iconic-aperture-blade-2 {
      fill: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-aperture .iconic-aperture-blade-3 {
      fill: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-aperture .iconic-aperture-blade-4 {
      fill: #4A46AA; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-aperture .iconic-aperture-blade-5 {
      fill: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-aperture .iconic-aperture-blade-6 {
      fill: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-arrow * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-arrow-thick * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-arrow-right-angle * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-arrow-right-angle-thick * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-audio .iconic-audio-center {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-audio .iconic-audio-wave {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-audio .iconic-audio-wave-outer {
      fill: #5e5e5e;
      stroke: #5e5e5e; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-audio-spectrum .iconic-audio-spectrum-frequency-low {
      fill: #f16522;
      stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-audio-spectrum .iconic-audio-spectrum-frequency-mid {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-audio-spectrum .iconic-audio-spectrum-frequency-high {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-media-skip-backward * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-ban * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-basket .iconic-basket-body {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-basket .iconic-basket-lip {
      fill: #658c2f;
      stroke: #658c2f; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-basket .iconic-basket-handle {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-battery .iconic-battery-charge-amount {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bar-chart * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bar-chart *.iconic-bar-chart-bar-1 {
        fill: #80B23C;
        stroke: #80B23C; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bar-chart *.iconic-bar-chart-bar-2 {
        fill: #2A91A8;
        stroke: #2A91A8; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bar-chart *.iconic-bar-chart-bar-3 {
        fill: #4A46AA;
        stroke: #4A46AA; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bar-chart *.iconic-bar-chart-bar-4 {
        fill: #DA3A35;
        stroke: #DA3A35; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bar-chart *.iconic-bar-chart-bar-5 {
        fill: #f16522;
        stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-beaker .iconic-beaker-measure-line {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-beaker .iconic-beaker-fluid {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-beaker .iconic-beaker-fluid-bubble {
      fill: #2990e0;
      stroke: #2990e0; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bell * {
      fill: #c99000;
      stroke: #c99000; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bell *.iconic-property-accent {
        fill: #b07d00;
        stroke: #b07d00; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-address .iconic-bitcoin-address-b {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-address .iconic-bitcoin-address-strike {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-block .iconic-bitcoin-block-b {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-block .iconic-bitcoin-block-strike {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-block .iconic-bitcoin-block-block {
      fill: #b07d00;
      stroke: #b07d00; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-transaction .iconic-bitcoin-transaction-b {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-transaction .iconic-bitcoin-transaction-strike {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-transaction .iconic-bitcoin-transaction-arrow-top {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin-transaction .iconic-bitcoin-transaction-arrow-bottom {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin .iconic-bitcoin-b {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bitcoin .iconic-bitcoin-strike {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bluetooth * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bold * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-book * {
      fill: #98845d;
      stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bookmark * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-box .iconic-box-lid {
      fill: #78694a;
      stroke: #78694a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-box .iconic-box-shell {
      fill: #98845d;
      stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-brain * {
      fill: #ec297b;
      stroke: #ec297b; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-briefcase .iconic-briefcase-body-top {
      fill: #78694a;
      stroke: #78694a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-briefcase .iconic-briefcase-body-bottom {
      fill: #98845d;
      stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-briefcase .iconic-briefcase-body-buckle {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-briefcase .iconic-briefcase-handle {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-british-pound * {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-full-page * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-browser-full-page *.iconic-browser-full-page-bound {
        fill: #1B75BB;
        stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-browser-full-page *.iconic-browser-full-page-arrow {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-center {
      fill: #1e97d2;
      stroke: #1e97d2; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-rim-top {
      fill: #e42329;
      stroke: #e42329; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-rim-left {
      fill: #52bb3f;
      stroke: #52bb3f; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-chrome .iconic-browser-type-chrome-rim-right {
      fill: #fcd300;
      stroke: #fcd300; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-firefox .iconic-browser-type-firefox-fox {
      fill: #d96807;
      stroke: #d96807; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-firefox .iconic-browser-type-firefox-border {
      fill: #0c265f;
      stroke: #0c265f; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-internetexplorer * {
      fill: #17b9f0;
      stroke: #17b9f0; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-safari .iconic-browser-type-safari-border {
      fill: #2563f4;
      stroke: #2563f4; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-safari .iconic-browser-type-safari-needle {
      fill: #f80800;
      stroke: #f80800; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-type .iconic-browser-type-safari .iconic-browser-type-safari-tick {
      fill: #2563f4;
      stroke: #2563f4; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-browser-viewport * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-browser-viewport *.iconic-browser-viewport-bound {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-brush * {
      fill: #c1b49a;
      stroke: #c1b49a; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-brush *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bug * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bug *.iconic-bug-head {
        fill: #8f1e1a;
        stroke: #8f1e1a; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bug *.iconic-bug-thorax {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-building * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-building *.iconic-building-facade {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-bullhorn * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bullhorn *.iconic-bullhorn-body {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bullhorn *.iconic-bullhorn-body-front-lip {
        fill: #1B75BB;
        stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bullhorn *.iconic-bullhorn-body-back {
        fill: #1B75BB;
        stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bullhorn *.iconic-bullhorn-handle {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-bullhorn *.iconic-bullhorn-handle-trigger {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-calculator * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-calendar *.iconic-calendar-top {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-calendar *.iconic-calendar-body {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-camera-rangefinder * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-camera-rangefinder *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-camera-rangefinder *.iconic-camera-rangefinder-body-top {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-camera-rangefinder *.iconic-camera-rangefinder-controls-lens-release {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-camera-slr * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-camera-slr *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-camera-slr *.iconic-camera-slr-body {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-camera-slr *.iconic-camera-slr-lens-release {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-caret * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-carriage-return * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cart * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-cart *.iconic-cart-basket {
        fill: #80B23C;
        stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-chat * {
      fill: #1B75BB;
      stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-chat *.iconic-property-accent {
        fill: #2A91A8;
        stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-check * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-check-thin * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-chevron * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-circle-check * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-circle-x * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-clipboard .iconic-clipboard-clip {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-clipboard .iconic-clipboard-board {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-clock * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-clock *.iconic-clock-hand {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-clock *.iconic-clock-hand-second {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cloud * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cloud-download *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-cloud-upload * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-cloud-download *.iconic-property-accent,
      .tour .tour-slide-themeable .theme-multi-color .iconic-cloud-upload *.iconic-property-accent {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cloudy * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-cloudy *.iconic-property-accent {
        fill: #fcb400;
        stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-code * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-code *.iconic-code-slash {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-code * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cog * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cogs .iconic-cogs-cog-large {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cogs .iconic-cogs-cog-small {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-collapse *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-expand * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-collapse *.iconic-property-accent,
      .tour .tour-slide-themeable .theme-multi-color .iconic-expand *.iconic-property-accent {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-command * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-comment-square * {
      fill: #c99000;
      stroke: #c99000; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-compass * {
      fill: #d9b762;
      stroke: #d9b762; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-compass *.iconic-compass-body {
        fill-opacity: 1 !important;
        fill: #f7efdd !important; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-compass *.iconic-compass-needle-axis {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-compass *.iconic-compass-needle {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-compass *.iconic-compass-direction {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-compass *.iconic-compass-direction-north {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-connections .iconic-connections-dot {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-connections .iconic-connections-line {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-contrast * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-copywriting * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-copywriting *.iconic-property-accent {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-cpu * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-cpu *.iconic-cpu-wafer {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-credit-card * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-crop * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-dashboard * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-dashboard *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-dashboard *.iconic-dashboard-needle {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-data-transfer * .iconic-download * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-data-transfer * .iconic-upload * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-database .iconic-database-disc-top {
      fill: #1e83d1;
      stroke: #1e83d1; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-database .iconic-database-disc-middle {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-database .iconic-database-disc-bottom {
      fill: #1867a5;
      stroke: #1867a5; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-delete * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-delta * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-dial * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-dial *.iconic-dial-notch {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-dial *.iconic-dial-notch-7, .tour .tour-slide-themeable .theme-multi-color .iconic-dial *.iconic-dial-notch-8, .tour .tour-slide-themeable .theme-multi-color .iconic-dial *.iconic-dial-notch-9 {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-document *.iconic-document-page {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-document *.iconic-document-flap {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-dollar * {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-double-quote-left *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-double-quote-right * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-easel .iconic-easel-clamp {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-easel .iconic-easel-canvas {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-easel .iconic-easel-legs, .tour .tour-slide-themeable .theme-multi-color .iconic-easel .iconic-easel-base {
      fill: #98845d;
      stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-easel .iconic-easel-legs-back {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-eject * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-electric * {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-elevator * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-ellipses * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-envelope * {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-envelope-open * {
      fill: #c1b49a;
      stroke: #c1b49a; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-envelope-open *.iconic-property-accent {
        fill: #e8e3d9;
        stroke: #e8e3d9; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-euro * {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-excerpt * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-excerpt *.iconic-property-accent {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-external-link *.iconic-external-link-box {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-external-link *.iconic-external-link-arrow {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-eye *.iconic-eye-open-eyeball, .tour .tour-slide-themeable .theme-multi-color .iconic-eye * .iconic-eye-closed-eyeball {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-eye *.iconic-eye-closed-strike {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-eye *.iconic-eye-open-pupil {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-eyedropper * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-eyedropper *.iconic-eyedropper-fluid {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-file * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-file *.iconic-file-page {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-file *.iconic-file-flap {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fire * {
      fill: #DA3A35;
      stroke: #DA3A35; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-fire *.iconic-property-accent {
        fill: #f16522;
        stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-firefly * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-firefly *.iconic-firefly-wing {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-firefly *.iconic-firefly-light-beam {
        fill: #fcb400;
        stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-flag *.iconic-flag-back {
      fill: #15598e;
      stroke: #15598e; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-flag *.iconic-flag-front {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-folder *.iconic-folder-top {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-folder *.iconic-folder-bottom {
      fill: #ae9d7a;
      stroke: #ae9d7a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fork *.iconic-fork-line-trunk {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fork *.iconic-fork-point-trunk-start {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fork *.iconic-fork-point-trunk-end {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fork *.iconic-fork-line-fork {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fork *.iconic-fork-point-fork {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-flash * {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fullscreen * .iconic-fullscreen-enter-line, .tour .tour-slide-themeable .theme-multi-color .iconic-fullscreen * .iconic-fullscreen-enter-arrowhead {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-fullscreen * .iconic-fullscreen-exit-line, .tour .tour-slide-themeable .theme-multi-color .iconic-fullscreen * .iconic-fullscreen-exit-arrowhead {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-funnel .iconic-funnel-rim {
      fill: #a6a6a6;
      stroke: #a6a6a6; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-funnel .iconic-funnel-body {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-game-controller .iconic-game-controller-body {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-game-controller .iconic-game-controller-analog-stick {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-globe * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-graph * {
      fill: #2A91A8;
      stroke: #2A91A8; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-graph *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-group *.iconic-group-item {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-guides * {
      fill: #4A46AA;
      stroke: #4A46AA; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-hammer .iconic-hammer-handle {
      fill: #98845d;
      stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-hammer .iconic-hammer-head {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-hand * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-hard-drive * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-hard-drive *.iconic-hard-drive-casing-top {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-header * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-headphones * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-headphones *.iconic-headphones-connector {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-headphones *.iconic-headphones-top {
        fill: #f16522;
        stroke: #f16522; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-headphones *.iconic-headphones-speaker-back {
        fill: #f16522;
        stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-heart * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-history .iconic-history-rim {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-history .iconic-history-arrowhead {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-history .iconic-history-clock-hands {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-home *.iconic-home-roof {
      fill: #a4916b;
      stroke: #a4916b; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-home *.iconic-home-wall {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-image-landscape *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-image-portrait * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-image-landscape *.iconic-property-accent,
      .tour .tour-slide-themeable .theme-multi-color .iconic-image-portrait *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-image-landscape *.iconic-image-landscape-sun,
      .tour .tour-slide-themeable .theme-multi-color .iconic-image-portrait *.iconic-image-landscape-sun {
        fill: #fcb400;
        stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-inbox * {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-inkwell .iconic-inkwell-well {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-inkwell .iconic-inkwell-feather-stem {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-inkwell .iconic-inkwell-feather-feather-left, .tour .tour-slide-themeable .theme-multi-color .iconic-inkwell .iconic-inkwell-feather-feather-right {
      fill: #d9d9d9;
      stroke: #d9d9d9; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-info * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-italic * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-key * {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-layers * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-layers *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lightbulb *.iconic-lightbulb-coil {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lightbulb *.iconic-lightbulb-base {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lightbulb *.iconic-lightbulb-screw {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lightning * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-lightning *.iconic-property-accent {
        fill: #fcb400;
        stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lightning-bolt * {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-link * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-link-broken * {
      fill: #82beed;
      stroke: #82beed; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-list * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-list *.iconic-property-accent {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-list-rich * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-list-rich *.iconic-list-rich-list-group-1.iconic-list-rich-block {
        fill: #1B75BB;
        stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-list-rich *.iconic-list-rich-list-group-2.iconic-list-rich-block {
        fill: #80B23C;
        stroke: #80B23C; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-list-rich *.iconic-list-rich-list-group-3.iconic-list-rich-block {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-list-nested .iconic-list-nested-list-line {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-list-nested .iconic-list-nested-list-dot {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-location * {
      fill: #f16522;
      stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lock *.iconic-lock-locked-body, .tour .tour-slide-themeable .theme-multi-color .iconic-lock *.iconic-lock-unlocked-body {
      fill: #15598e;
      stroke: #15598e; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lock *.iconic-lock-locked-body-main, .tour .tour-slide-themeable .theme-multi-color .iconic-lock *.iconic-lock-unlocked-body-main {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-lock *.iconic-lock-locked-loop, .tour .tour-slide-themeable .theme-multi-color .iconic-lock *.iconic-lock-unlocked-loop {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-loop-circular * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-loop-circular *.iconic-loop-circular-line-right, .tour .tour-slide-themeable .theme-multi-color .iconic-loop-circular *.iconic-loop-circular-arrowhead-right {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-loop-square * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-loop-square *.iconic-loop-square-line-bottom, .tour .tour-slide-themeable .theme-multi-color .iconic-loop-square *.iconic-loop-square-arrowhead-bottom {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-loop * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-loop *.iconic-loop-line-bottom, .tour .tour-slide-themeable .theme-multi-color .iconic-loop *.iconic-loop-arrowhead-bottom {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-loupe * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magic-wand *.iconic-magic-wand-shaft {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magic-wand *.iconic-magic-wand-shaft-tip {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magic-wand *.iconic-magic-wand-ray-major {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magic-wand *.iconic-magic-wand-ray-minor {
      fill: #ffc430;
      stroke: #ffc430; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magic-wand *.iconic-magic-wand-spark {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magnifying-glass *.iconic-magnifying-glass-handle {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magnifying-glass *.iconic-magnifying-glass-handle-connector {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magnifying-glass *.iconic-magnifying-glass-rim {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-magnifying-glass *.iconic-magnifying-glass-reflection {
      fill: #6cb3ea;
      stroke: #6cb3ea; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-map-marker * {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-map *.iconic-map-map-marker {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-map *.iconic-map-street {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-medal *.iconic-medal-medal {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-medal *.iconic-medal-band {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-media-play-circle * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-media-skip *.iconic-media-skip-backward *, .tour .tour-slide-themeable .theme-multi-color .iconic-media-skip *.iconic-media-skip-forward * {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-media-step *.iconic-media-step-backward *, .tour .tour-slide-themeable .theme-multi-color .iconic-media-step *.iconic-media-step-forward * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-media * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-media *.iconic-media-play * {
        fill: #80B23C;
        stroke: #80B23C; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-media *.iconic-media-record * {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-medical-cross * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-menu-selected *.iconic-menu-selected-checkmark {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-microphone * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-microphone *.iconic-microphone-head {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-microphone *.iconic-microphone-head-button {
        fill: #80B23C;
        stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-monitor *.iconic-monitor-base {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-moon * {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-move * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-network * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-open-source * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-palette * {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-peace * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pen * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-pen *.iconic-property-accent {
        fill: #4d4d4d;
        stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pencil *.iconic-pencil-shaft {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pencil *.iconic-pencil-exposed-wood {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pencil *.iconic-pencil-eraser-border {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pencil *.iconic-pencil-eraser {
      fill: #ec297b;
      stroke: #ec297b; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-people *.iconic-people-person-body-left {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-people *.iconic-people-person-head-left {
      fill: #b7a88a;
      stroke: #b7a88a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-people *.iconic-people-person-body-center {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-people *.iconic-people-person-head-center {
      fill: #a4916b;
      stroke: #a4916b; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-people *.iconic-people-person-body-right {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-people *.iconic-people-person-head-right {
      fill: #ae9d7a;
      stroke: #ae9d7a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-person *.iconic-person-head {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-person *.iconic-person-body {
      fill: #658c2f;
      stroke: #658c2f; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-person *.iconic-person-male-head {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-person *.iconic-person-male-body {
      fill: #ba2722;
      stroke: #ba2722; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-person *.iconic-person-female-head {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-person *.iconic-person-female-body {
      fill: #15598e;
      stroke: #15598e; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pie-chart *.iconic-pie-chart-slice-large {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pie-chart *.iconic-pie-chart-slice-medium {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pie-chart *.iconic-pie-chart-slice-small {
      fill: #4A46AA;
      stroke: #4A46AA; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pin * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-pin *.iconic-property-accent {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-platform .iconic-platform-android * {
      fill: #9dbf52;
      stroke: #9dbf52; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-platform .iconic-platform-apple * {
      fill: #656565;
      stroke: #656565; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-platform .iconic-platform-linux * {
      fill: #000000;
      stroke: #000000; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-platform .iconic-platform-microsoft * {
      fill: #65baf2;
      stroke: #65baf2; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-plus * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-plus-thin * {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-power-standby * {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-print * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-print *.iconic-print-paper {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-project *.iconic-project-task-1 {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-project *.iconic-project-task-2 {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-project *.iconic-project-task-3 {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-project *.iconic-project-task-4 {
      fill: #4A46AA;
      stroke: #4A46AA; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-pulse * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-puzzle-piece * {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-question-mark * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-radiation .iconic-radiation-center {
      fill: #e3a200;
      stroke: #e3a200; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-radiation .iconic-radiation-trefoil {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-rainy * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-rainy *.iconic-property-accent {
        fill: #82beed;
        stroke: #82beed; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-random * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-random *.iconic-random-arrowhead-top, .tour .tour-slide-themeable .theme-multi-color .iconic-random * .iconic-random-line-top {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-ratio .iconic-ratio-border {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-ratio .iconic-ratio-positive {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-reload * {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-rocket .iconic-rocket-body {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-rocket .iconic-rocket-fin {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-rocket .iconic-rocket-thruster {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-route .iconic-route-path {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-route .iconic-route-start-point {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-route .iconic-route-end-point {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-rss * {
      fill: #f16522;
      stroke: #f16522; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-rss *.iconic-rss-center {
        fill: #f16522;
        stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-rss-alt * {
      fill: #f16522;
      stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-scissors .iconic-scissors-handle {
      fill: #f16522;
      stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-scissors .iconic-scissors-blade-top {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-scissors .iconic-scissors-blade-bottom {
      fill: #999999;
      stroke: #999999; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-screen-viewport *.iconic-screen-viewport-bound {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-screenshot * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-screenshot .iconic-screenshot-center {
      fill: #0e3d62;
      stroke: #0e3d62; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-screwdriver * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-screwdriver *.iconic-screwdriver-handle {
        fill: #DA3A35;
        stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-script * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-server .iconic-server-rack {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-server .iconic-server-chasis {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-server .iconic-server-chasis-light {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-settings * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-settings *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-shape .iconic-container * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-share-boxed * {
      fill: #1B75BB;
      stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-share-boxed *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-share-social * {
      fill: #80B23C;
      stroke: #80B23C; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-share-social *.iconic-share-social-circle {
        fill: #1B75BB;
        stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-shield * {
      fill: #1B75BB;
      stroke: #1B75BB; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-shield *.iconic-shield-shadow {
        fill: #15598e;
        stroke: #15598e; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-signal * .iconic-signal-bar-1 {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-signal * .iconic-signal-bar-2 {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-signal * .iconic-signal-bar-3 {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-signal * .iconic-signal-bar-4 {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-signal * .iconic-signal-bar-5 {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-signpost * {
      fill: #ae9d7a;
      stroke: #ae9d7a; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-signpost *.iconic-signpost-sign-right {
        fill: #98845d;
        stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-dropbox * {
      fill: #137de0;
      stroke: #137de0; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-facebook * {
      fill: #3c569a;
      stroke: #3c569a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-github * {
      fill: #333;
      stroke: #333; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-instagram * {
      fill: #211f20;
      stroke: #211f20; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-linkedin * {
      fill: #1984bf;
      stroke: #1984bf; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-google-plus * {
      fill: #df4a32;
      stroke: #df4a32; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-pinterest * {
      fill: #b02224;
      stroke: #b02224; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-reddit * {
      fill: #000;
      stroke: #000; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-reddit .iconic-social-reddit-eye {
      fill: #ff4700;
      stroke: #ff4700; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-tumblr * {
      fill: #34455e;
      stroke: #34455e; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-twitter * {
      fill: #00b4f3;
      stroke: #00b4f3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-vimeo * {
      fill: #65b5ea;
      stroke: #65b5ea; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-youtube .iconic-social-youtube-you {
      fill: #393939;
      stroke: #393939; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-social .iconic-social-youtube .iconic-social-youtube-tube {
      fill: #b01a19;
      stroke: #b01a19; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-sort-descending * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-descending *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-descending *.iconic-sort-descending-sort-small {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-descending *.iconic-sort-descending-sort-medium {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-descending *.iconic-sort-descending-sort-large {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-sort-ascending * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-ascending *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-ascending *.iconic-sort-ascending-sort-small {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-ascending *.iconic-sort-ascending-sort-medium {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sort-ascending *.iconic-sort-ascending-sort-large {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-spreadsheet * {
      fill: #80B23C;
      stroke: #80B23C; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-spreadsheet *.iconic-spreadsheet-row, .tour .tour-slide-themeable .theme-multi-color .iconic-spreadsheet * .iconic-spreadsheet-column {
        fill: #b0d480;
        stroke: #b0d480; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-star * {
      fill: #fcb400;
      stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-sun * {
      fill: #f16522;
      stroke: #f16522; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-sun *.iconic-property-accent {
        fill: #fcb400;
        stroke: #fcb400; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-share * {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-syringe .iconic-syringe-needle {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-syringe .iconic-syringe-plunger {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-syringe .iconic-syringe-tube {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-syringe .iconic-syringe-tube-top {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-tag *,
    .tour .tour-slide-themeable .theme-multi-color .iconic-tags * {
      fill: #2A91A8;
      stroke: #2A91A8; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-tag *.iconic-property-accent,
      .tour .tour-slide-themeable .theme-multi-color .iconic-tags *.iconic-property-accent {
        fill: #89d1e2;
        stroke: #89d1e2; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-target *.iconic-target-center {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-target *.iconic-target-ring {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-task *.iconic-task-check {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-task *.iconic-task-check-box {
      fill: #658c2f;
      stroke: #658c2f; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-thermometer *.iconic-thermometer-tick {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-thermometer *.iconic-thermometer-shaft, .tour .tour-slide-themeable .theme-multi-color .iconic-thermometer * .iconic-thermometer-well {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-thumb-up * {
      fill: #80B23C;
      stroke: #80B23C; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-thumb-up *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-thumb-down * {
      fill: #DA3A35;
      stroke: #DA3A35; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-thumb-down *.iconic-property-accent {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-tiara * {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-timer *.iconic-timer-needle {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-tint * {
      fill: #4A46AA;
      stroke: #4A46AA; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-tools * {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-tools *.iconic-tools-screwdriver-handle {
        fill: #DA3A35;
        stroke: #DA3A35; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-tools *.iconic-tools-hammer-handle {
        fill: #98845d;
        stroke: #98845d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-transfer *.iconic-property-accent {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-ungroup *.iconic-ungroup-item {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align *.iconic-vertical-align-top-alignment-line,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-center-alignment-line,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-bottom-alignment-line {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align *.iconic-vertical-align-top-element-1,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-center-element-1,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-bottom-element-1 {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align *.iconic-vertical-align-top-element-2,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-center-element-2,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-bottom-element-2 {
      fill: #4A46AA;
      stroke: #4A46AA; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align *.iconic-vertical-align-top-element-3,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-center-element-3,
    .tour .tour-slide-themeable .theme-multi-color .iconic-vertical-align * .iconic-vertical-align-bottom-element-3 {
      fill: #2A91A8;
      stroke: #2A91A8; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-video *.iconic-video-lens {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-volume *.iconic-volume-off-mute {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-volume *.iconic-volume-low-wave {
      fill: #a5ce6d;
      stroke: #a5ce6d; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-volume *.iconic-volume-medium-wave {
      fill: #94c552;
      stroke: #94c552; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-volume *.iconic-volume-high-wave {
      fill: #80B23C;
      stroke: #80B23C; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-warning * {
      fill: #f16522;
      stroke: #f16522; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-wifi * {
      fill: #4d4d4d;
      stroke: #4d4d4d; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-wifi *.iconic-wifi-wave-inner {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-wifi *.iconic-wifi-wave-middle {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
      .tour .tour-slide-themeable .theme-multi-color .iconic-wifi *.iconic-wifi-wave-outer {
        fill: #b3b3b3;
        stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-x * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-x-thin * {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-yen * {
      fill: #ab862a;
      stroke: #ab862a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-in *.iconic-zoom-in-handle {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-in *.iconic-zoom-in-handle-connector {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-in *.iconic-zoom-in-rim {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-in *.iconic-zoom-in-plus {
      fill: #1B75BB;
      stroke: #1B75BB; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-out *.iconic-zoom-out-handle {
      fill: #c1b49a;
      stroke: #c1b49a; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-out *.iconic-zoom-out-handle-connector {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-out *.iconic-zoom-out-rim {
      fill: #b3b3b3;
      stroke: #b3b3b3; }
    .tour .tour-slide-themeable .theme-multi-color .iconic-zoom-out *.iconic-zoom-out-minus {
      fill: #DA3A35;
      stroke: #DA3A35; }
    .tour .tour-slide-themeable .theme-multi-color .tour-grid-md .iconic,
    .tour .tour-slide-themeable .theme-multi-color .tour-grid-lg .iconic {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin: 0 auto; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic * {
    fill: #ec297b;
    stroke: #ec297b; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic .iconic-property-accent {
    fill: #f8b6d2;
    stroke: #f8b6d2; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic-aperture .iconic-aperture-blade-1 {
    fill: #ec297b; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic-aperture .iconic-aperture-blade-2 {
    fill: #ee4089; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic-aperture .iconic-aperture-blade-3 {
    fill: #f05898; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic-aperture .iconic-aperture-blade-4 {
    fill: #f26fa6; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic-aperture .iconic-aperture-blade-5 {
    fill: #f487b5; }
  .tour .tour-slide-themeable .theme-multi-tone .iconic-aperture .iconic-aperture-blade-6 {
    fill: #f69ec3; }
  .tour .tour-slide-themeable .theme-multi-tone .tour-grid-md .iconic,
  .tour .tour-slide-themeable .theme-multi-tone .tour-grid-lg .iconic {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: 0 auto; }
  .tour .tour-slide-themeable .theme-2-color .iconic * {
    fill: #078dd8;
    stroke: #078dd8; }
  .tour .tour-slide-themeable .theme-2-color .iconic .iconic-property-accent {
    fill: #ec297b;
    stroke: #ec297b; }
  .tour .tour-slide-themeable .theme-2-color .tour-grid-md .iconic,
  .tour .tour-slide-themeable .theme-2-color .tour-grid-lg .iconic {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: 0 auto; }
  .tour .tour-slide-themeable .theme-contained .icon-container {
    background-color: #ec297b;
    border-radius: 3px;
    padding: 8px; }
  .tour .tour-slide-themeable .theme-contained .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
  .tour .tour-slide-themeable .theme-contained .tour-grid-md .icon-container {
    padding: 8px;
    height: 32px;
    width: 32px; }
  .tour .tour-slide-themeable .theme-contained .tour-grid-lg .icon-container {
    padding: 16px;
    height: 64px;
    width: 64px; }
  .tour .tour-slide-smart h3 {
    color: #4A46AA; }
  .tour .tour-slide-smart a {
    color: #4A46AA; }
    .tour .tour-slide-smart a:active, .tour .tour-slide-smart a.active, .tour .tour-slide-smart a:hover, .tour .tour-slide-smart a.hover {
      text-decoration: none; }
      .tour .tour-slide-smart a:active:after, .tour .tour-slide-smart a.active:after, .tour .tour-slide-smart a:hover:after, .tour .tour-slide-smart a.hover:after {
        background-color: #4A46AA; }
  .tour .tour-slide-smart .iconic * {
    fill: #4A46AA;
    stroke: #4A46AA; }
  .tour .tour-slide-smart.pro-feature p {
    color: #4A46AA; }
  .tour .tour-slide-smart .tour-block {
    padding: 1.5em; }
    .tour .tour-slide-smart .tour-block .iconic {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .tour .tour-slide-smart .tour-block .iconic-md * {
      fill: #cccccc;
      stroke: #cccccc; }
    .tour .tour-slide-smart .tour-block .tour-grid-lg .icon-container .iconic .iconic-arrow-stem {
      fill: #4A46AA;
      stroke: #4A46AA; }
    .tour .tour-slide-smart .tour-block .tour-grid-lg .icon-container .iconic .iconic-arrow-head {
      fill: #4A46AA;
      stroke: #4A46AA; }
  .tour .tour-slide-smart .tour-sidebar code {
    color: #b0b0b0; }
    .tour .tour-slide-smart .tour-sidebar code .attr-value-direction {
      color: #4A46AA; }
    .tour .tour-slide-smart .tour-sidebar code .attr-value-head {
      color: #4A46AA; }
  .tour .tour-slide-sizing h3 {
    color: #078dd8; }
  .tour .tour-slide-sizing a {
    color: #078dd8; }
    .tour .tour-slide-sizing a:active, .tour .tour-slide-sizing a.active, .tour .tour-slide-sizing a:hover, .tour .tour-slide-sizing a.hover {
      text-decoration: none; }
      .tour .tour-slide-sizing a:active:after, .tour .tour-slide-sizing a.active:after, .tour .tour-slide-sizing a:hover:after, .tour .tour-slide-sizing a.hover:after {
        background-color: #078dd8; }
  .tour .tour-slide-sizing .iconic * {
    fill: #078dd8;
    stroke: #078dd8; }
  .tour .tour-slide-sizing.pro-feature p {
    color: #078dd8; }
  .tour .tour-slide-sizing .btn-group {
    display: none;
    border-radius: 3px;
    overflow: hidden; }
  .tour .tour-slide-sizing .btn {
    color: #ffffff;
    border-color: #65c4fa;
    background-color: #65c4fa;
    background-image: none; }
    .tour .tour-slide-sizing .btn .iconic * {
      fill: #ffffff;
      stroke: #ffffff; }
    .tour .tour-slide-sizing .btn:focus, .tour .tour-slide-sizing .btn.focus, .tour .tour-slide-sizing .btn:active, .tour .tour-slide-sizing .btn.active, .tour .tour-slide-sizing .btn:hover, .tour .tour-slide-sizing .btn.hover {
      color: #ffffff;
      border-color: #1aa8f8;
      background-color: #1aa8f8;
      background-image: none; }
      .tour .tour-slide-sizing .btn:focus .iconic .iconic-element-fill, .tour .tour-slide-sizing .btn.focus .iconic .iconic-element-fill, .tour .tour-slide-sizing .btn:active .iconic .iconic-element-fill, .tour .tour-slide-sizing .btn.active .iconic .iconic-element-fill, .tour .tour-slide-sizing .btn:hover .iconic .iconic-element-fill, .tour .tour-slide-sizing .btn.hover .iconic .iconic-element-fill {
        fill: #ffffff; }
      .tour .tour-slide-sizing .btn:focus .iconic .iconic-element-stroke, .tour .tour-slide-sizing .btn.focus .iconic .iconic-element-stroke, .tour .tour-slide-sizing .btn:active .iconic .iconic-element-stroke, .tour .tour-slide-sizing .btn.active .iconic .iconic-element-stroke, .tour .tour-slide-sizing .btn:hover .iconic .iconic-element-stroke, .tour .tour-slide-sizing .btn.hover .iconic .iconic-element-stroke {
        stroke: #ffffff; }
    .tour .tour-slide-sizing .btn.btn-transparent {
      color: #65c4fa;
      border-width: 1px;
      border-color: #65c4fa;
      background-color: transparent;
      background-image: none;
      font-weight: 500; }
      .tour .tour-slide-sizing .btn.btn-transparent:focus, .tour .tour-slide-sizing .btn.btn-transparent.focus, .tour .tour-slide-sizing .btn.btn-transparent:active, .tour .tour-slide-sizing .btn.btn-transparent.active, .tour .tour-slide-sizing .btn.btn-transparent:hover, .tour .tour-slide-sizing .btn.btn-transparent.hover {
        color: #73cafa;
        border-color: #73cafa;
        background-color: transparent;
        background-image: none; }
  .tour .tour-slide-sizing .tour-block .tour-block-icons {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .tour .tour-slide-sizing .tour-block .tour-block-icons .iconic {
      display: block; }
  .tour .tour-slide-sizing .tour-block .tour-toolbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2em;
    text-align: center; }
  .tour .tour-slide-sizing .tour-block .icon-sizes {
    min-height: 100%; }
    .tour .tour-slide-sizing .tour-block .icon-sizes .icon-group {
      left: 20px;
      margin-bottom: 2em; }
      .tour .tour-slide-sizing .tour-block .icon-sizes .icon-group .iconic {
        margin: 0 0; }
      .tour .tour-slide-sizing .tour-block .icon-sizes .icon-group .iconic-sm * {
        fill: #078dd8;
        stroke: #078dd8; }
      .tour .tour-slide-sizing .tour-block .icon-sizes .icon-group .iconic-md * {
        fill: #078dd8;
        stroke: #078dd8; }
      .tour .tour-slide-sizing .tour-block .icon-sizes .icon-group .iconic-lg * {
        fill: #078dd8;
        stroke: #078dd8; }
      .tour .tour-slide-sizing .tour-block .icon-sizes .icon-group .icon-container {
        vertical-align: baseline; }
  .tour .tour-slide-sizing .tour-sidebar p {
    margin-bottom: 0; }
  .tour .tour-slide-sizing .tour-sidebar .btn-group {
    margin-bottom: 2em; }
  .tour .tour-slide-responsive h3 {
    color: #2A91A8; }
  .tour .tour-slide-responsive a {
    color: #2A91A8; }
    .tour .tour-slide-responsive a:active, .tour .tour-slide-responsive a.active, .tour .tour-slide-responsive a:hover, .tour .tour-slide-responsive a.hover {
      text-decoration: none; }
      .tour .tour-slide-responsive a:active:after, .tour .tour-slide-responsive a.active:after, .tour .tour-slide-responsive a:hover:after, .tour .tour-slide-responsive a.hover:after {
        background-color: #2A91A8; }
  .tour .tour-slide-responsive .iconic * {
    fill: #2A91A8;
    stroke: #2A91A8; }
  .tour .tour-slide-responsive.pro-feature p {
    color: #2A91A8; }
  .tour .tour-slide-responsive .tour-block {
    border: 0; }
    .tour .tour-slide-responsive .tour-block .tour-responsive-outer {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      border: 1px solid #ededed;
      max-width: 100%; }
      .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-bar {
        position: relative;
        height: 2em;
        width: 100%;
        border-bottom: 1px solid #ededed; }
        .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-bar .circle {
          display: block;
          float: left;
          height: .6em;
          width: .6em;
          background-color: #ffffff;
          border: 1px solid #ededed;
          margin-left: .2em;
          border-radius: .3em;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-bar .circle:first-of-type {
            margin-left: .5em; }
      .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-inner {
        position: relative;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
        .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-inner .tour-responsive-icon {
          position: relative;
          width: 129px;
          max-width: 128px;
          max-height: 128px; }
        .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-inner .iconic-sm * {
          fill: #61c2d7;
          stroke: #61c2d7; }
        .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-inner .iconic-md * {
          fill: #38b2cd;
          stroke: #38b2cd; }
        .tour .tour-slide-responsive .tour-block .tour-responsive-outer .tour-responsive-inner .iconic-lg * {
          fill: #2a91a8;
          stroke: #2a91a8; }
  .tour .tour-slide-production h3 {
    color: #80B23C; }
  .tour .tour-slide-production a {
    color: #80B23C; }
    .tour .tour-slide-production a:active, .tour .tour-slide-production a.active, .tour .tour-slide-production a:hover, .tour .tour-slide-production a.hover {
      text-decoration: none; }
      .tour .tour-slide-production a:active:after, .tour .tour-slide-production a.active:after, .tour .tour-slide-production a:hover:after, .tour .tour-slide-production a.hover:after {
        background-color: #80B23C; }
  .tour .tour-slide-production .iconic * {
    fill: #80B23C;
    stroke: #80B23C; }
  .tour .tour-slide-production.pro-feature p {
    color: #80B23C; }
  .tour .tour-slide-production .iconic * {
    fill: #80B23C;
    stroke: #80B23C; }
  .tour .tour-slide-production .tour-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: whitesmoke;
    border-top: 1px solid #ededed; }
    .tour .tour-slide-production .tour-overlay pre {
      padding-top: 2em;
      padding-bottom: 2em;
      border-bottom: 0; }
  .tour .tour-slide-guided h3 {
    color: #000000; }
  .tour .tour-slide-guided a {
    color: #000000; }
    .tour .tour-slide-guided a:active, .tour .tour-slide-guided a.active, .tour .tour-slide-guided a:hover, .tour .tour-slide-guided a.hover {
      text-decoration: none; }
      .tour .tour-slide-guided a:active:after, .tour .tour-slide-guided a.active:after, .tour .tour-slide-guided a:hover:after, .tour .tour-slide-guided a.hover:after {
        background-color: #000000; }
  .tour .tour-slide-guided .iconic * {
    fill: #000000;
    stroke: #000000; }
  .tour .tour-slide-guided.pro-feature p {
    color: #000000; }
  .tour .tour-slide-guided .iconic * {
    fill: #000000;
    stroke: #000000; }
  .tour .content-post.tour-features {
    border-top: 1px solid #ededed;
    margin-top: 3em;
    padding-top: 3em; }
    .tour .content-post.tour-features h3 {
      text-align: center;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 1em; }
    .tour .content-post.tour-features aside {
      margin-top: 3em;
      margin-bottom: 3em;
      font-size: 13px; }
      .tour .content-post.tour-features aside h5 {
        font-weight: 600; }
      .tour .content-post.tour-features aside p {
        color: #666666; }
    .tour .content-post.tour-features .tour-feature {
      margin-bottom: 3em; }
      .tour .content-post.tour-features .tour-feature h4 small {
        margin-left: .75em;
        font-size: .6em;
        color: #b0b0b0;
        font-weight: 500; }
      .tour .content-post.tour-features .tour-feature p {
        color: #666666; }
        .tour .content-post.tour-features .tour-feature p:last-of-type {
          margin-bottom: 0; }
    .tour .content-post.tour-features .popover {
      z-index: 1010;
      max-width: 276px;
      background-color: #29b473;
      background-clip: padding-box;
      border: 1px solid #29b473;
      border: 1px solid #29b473;
      width: 276px;
      color: whitesmoke;
      font-weight: 500;
      border-radius: 1px;
      -webkit-box-shadow: 3px 3px 0px 0px #dbdbdb;
      box-shadow: 3px 3px 0px 0px #dbdbdb; }
      .tour .content-post.tour-features .popover.top .arrow {
        border-top-color: #29b473;
        border-top-color: #29b473; }
        .tour .content-post.tour-features .popover.top .arrow:after {
          border-top-color: #29b473; }
      .tour .content-post.tour-features .popover.right .arrow {
        border-right-color: #29b473;
        border-right-color: #29b473; }
        .tour .content-post.tour-features .popover.right .arrow:after {
          border-right-color: #29b473; }
      .tour .content-post.tour-features .popover.bottom .arrow {
        border-bottom-color: #29b473;
        border-bottom-color: #29b473; }
        .tour .content-post.tour-features .popover.bottom .arrow:after {
          border-bottom-color: #29b473; }
      .tour .content-post.tour-features .popover.left .arrow {
        border-left-color: #29b473;
        border-left-color: #29b473; }
        .tour .content-post.tour-features .popover.left .arrow:after {
          border-left-color: #29b473; }

.tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic.iconic-camera-slr * {
  fill: #cccccc;
  stroke: #cccccc; }
.tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-fill, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-stroke {
  -webkit-transition: all 150ms ease;
  -webkit-transition-property: fill, stroke;
  -webkit-transition-delay: 25ms;
  transition: all 150ms ease;
  transition-property: fill, stroke;
  transition-delay: 25ms; }
.tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-fill:hover, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-fill.hover, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-fill:active, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-fill.active {
  fill: #DA3A35 !important; }
.tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-stroke:hover, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-stroke.hover, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-stroke:active, .tour.icon-classes-hover .tour-slide-styleable .icon-group .iconic-property-stroke.active {
  stroke: #DA3A35 !important; }
.tour.icon-classes-hover .tour-slide-styleable .icon-group svg.iconic g.active .iconic-property-fill {
  fill: #DA3A35 !important; }
.tour.icon-classes-hover .tour-slide-styleable .icon-group svg.iconic g.active .iconic-property-stroke {
  stroke: #DA3A35 !important; }
.tour.icon-classes-hover .tour-slide-styleable .icon-classes ul li.icon-class-default {
  color: inherit; }
.tour.icon-classes-hover .tour-slide-styleable .icon-classes ul li:hover, .tour.icon-classes-hover .tour-slide-styleable .icon-classes ul li.hover, .tour.icon-classes-hover .tour-slide-styleable .icon-classes ul li:active, .tour.icon-classes-hover .tour-slide-styleable .icon-classes ul li.active {
  color: #DA3A35; }

@media (min-width: 768px) {
  .tour .tour-subnav {
    margin-bottom: 3em;
    border-bottom: 0; }
    .tour .tour-subnav ul {
      padding-bottom: 0; }
      .tour .tour-subnav ul li a {
        padding-bottom: 2.2em; }
    .tour .tour-subnav .iconic {
      display: block; }
  .tour .tour-slide {
    margin-bottom: 3em; }
    .tour .tour-slide .tour-intro {
      margin-top: 4em; }
    .tour .tour-slide .tour-sidebar {
      margin-top: 4.2em; }
    .tour .tour-slide .tour-block {
      min-height: 372px; }
      .tour .tour-slide .tour-block .tour-grid-md {
        margin-top: 1.25em;
        margin-bottom: 1.25em; }
        .tour .tour-slide .tour-block .tour-grid-md .icon-container {
          height: 32px;
          width: 32px; }
      .tour .tour-slide .tour-block .tour-grid-lg .icon-container {
        padding: 32px;
        height: 128px;
        width: 128px; }
  .tour .tour-slide-sizing .btn-group {
    display: inline-block; }
  .tour .tour-slide-production .tour-overlay pre {
    padding-top: 3em;
    padding-bottom: 3em; }
  .tour .content-post.tour-features {
    margin-top: 6em;
    padding-top: 5em; }
    .tour .content-post.tour-features h3 {
      margin-bottom: 1em; }
    .tour .content-post.tour-features .tour-feature {
      margin-bottom: 3em; }
      .tour .content-post.tour-features .tour-feature h4 small {
        margin-left: .75em;
        font-size: .6em;
        color: #b0b0b0;
        font-weight: 500; }
      .tour .content-post.tour-features .tour-feature p {
        font-size: .85em; } }
@media (min-width: 992px) {
  .tour .tour-slide-semantic .tour-before-after img {
    width: 100%; }
  .tour .tour-slide-production .tour-overlay pre {
    padding-top: 3em;
    padding-bottom: 3em; } }
@media (min-width: 1200px) {
  .tour .tour-subnav ul li a:after {
    display: block; }
  .tour .tour-slide-semantic .tour-before-after img {
    width: 100%; }
  .tour .tour-slide-production .tour-overlay pre {
    padding-top: 4em;
    padding-bottom: 4em; } }
.twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: #f16522;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0); }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #f16522;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Code";
    left: 10px; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "Icon";
    right: 10px; }

.twentytwenty-overlay {
  display: none;
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(241, 101, 34, 0.15); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #f16522;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0);
  z-index: 40;
  cursor: pointer;
  background-color: #f16522;
  cursor: -webkit-grab;
  cursor: -moz-grab; }
  .twentytwenty-handle:active {
    cursor: pointer;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #f16522, 0px 0px 12px rgba(51, 51, 51, 0);
    box-shadow: 0 3px 0 #f16522, 0px 0px 12px rgba(51, 51, 51, 0); }
  .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #f16522, 0px 0px 12px rgba(51, 51, 51, 0);
    box-shadow: 0 -3px 0 #f16522, 0px 0px 12px rgba(51, 51, 51, 0); }

.twentytwenty-left-arrow {
  border-right: 6px solid #ffffff;
  left: 50%;
  margin-left: -14px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #ffffff;
  right: 50%;
  margin-right: -14px; }

@font-face {
  font-family: icon;
  src: url("/fonts/iconic-regular.eot");
  src: url("/fonts/iconic-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/iconic-regular.woff") format("woff"), url("/fonts/iconic-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
a {
  color: #078dd8; }
  a:hover, a.hover, a:active, a.active {
    color: #056da7; }
  a.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50); }
    a.disabled:hover, a.disabled.hover, a.disabled:active, a.disabled.active {
      pointer-events: none;
      text-decoration: none; }

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 1.5em; }
  p.lead {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  line-height: 1.45; }

h1 {
  font-size: 2.441em;
  font-weight: 400;
  margin: 0.5em 0 1em; }

h2 {
  font-size: 1.953em;
  font-weight: 400;
  margin: 1em 0 0.75em; }

h3 {
  font-size: 1.563em;
  font-weight: 400;
  margin: 1em 0 0.75em; }

h4 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 1em 0 0.75em; }

h5 {
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0 0.75em; }

h6 {
  font-size: .8em;
  font-weight: 500;
  margin: 0; }

blockquote {
  position: relative;
  border: 0;
  margin: 1em 0 2em;
  padding: 0 0 0 1.5em;
  font-size: 1em; }
  blockquote p {
    color: #4a4a4a;
    font-style: italic; }
    blockquote p:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 1px;
      width: 3px;
      background-color: #4a4a4a; }

hr {
  margin: 1.5em 0;
  border-color: #ededed; }
  hr.transparent {
    border-color: transparent; }
  hr.tall {
    margin: 3em 0; }

code {
  border-bottom: 1px solid #ededed;
  border-radius: 2px;
  color: #4a4a4a;
  background-color: whitesmoke;
  padding: 2px 5px; }

small {
  font-size: .85em; }

.lighten {
  color: #b0b0b0; }

.brand {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px; }
  .brand.brand-lg {
    font-size: 25px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-center-sm,
.text-center-md {
  text-align: center; }

.text-red {
  color: #DA3A35; }

.text-green {
  color: #80B23C; }

.content-post {
  padding: 0;
  font-size: 13px; }
  .content-post header {
    margin-bottom: 2em; }
    .content-post header:after {
      content: " ";
      display: block;
      width: 1.5em;
      height: 0.2em;
      margin: .5em 0; }
    .content-post header h3 {
      padding-bottom: 3em;
      font-weight: 500; }
  .content-post footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .content-post footer address {
    margin: 0;
    font-size: .9em;
    min-height: 50px;
    max-height: 50px; }
    .content-post footer address p {
      line-height: 1.6;
      margin: .2em 0 0 0;
      display: inline-block; }
    .content-post footer address img {
      border-radius: 25px;
      width: 50px;
      height: 50px;
      margin: 0 20px 0 0;
      float: left; }
    .content-post footer address .follow {
      margin: 1em 0 0; }
  .content-post ol:not(.dropdown-menu),
  .content-post ul:not(.dropdown-menu) {
    font-weight: 600;
    margin: 1.5em 0;
    padding: 0;
    list-style-position: outside;
    padding-left: 1.5em; }
    .content-post ol:not(.dropdown-menu) li,
    .content-post ul:not(.dropdown-menu) li {
      font-weight: 400;
      margin-bottom: 0.5em;
      line-height: 1.9; }
    .content-post ol:not(.dropdown-menu).list-unstyled, .content-post ol.list-inline:not(.dropdown-menu),
    .content-post ul:not(.dropdown-menu).list-unstyled,
    .content-post ul.list-inline:not(.dropdown-menu) {
      padding-left: 0; }
  .content-post h1 img {
    width: auto;
    border: 0; }
  .content-post pre {
    border: 0;
    padding: 2em;
    margin: 1em 0 2em;
    background: whitesmoke;
    border: 0;
    border-radius: 2px;
    border-bottom: 1px solid #eee;
    width: 100%;
    overflow-x: auto;
    display: block; }
    .content-post pre code {
      padding: 0;
      font-size: 1em;
      border: 0; }
  .content-post .rule {
    display: block;
    height: 1px;
    width: 50px;
    background-color: #ededed;
    margin: 2em auto 0 auto; }
  .content-post .meta {
    color: #b0b0b0;
    font-size: .8em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
    font-weight: 400; }
    .content-post .meta time,
    .content-post .meta address {
      display: inline; }
  .content-post .social {
    height: 40px;
    padding: 10px 0;
    text-align: right; }
    .content-post .social a {
      color: #b0b0b0;
      margin-left: 0.5em; }
      .content-post .social a:before {
        font-size: 1.3em; }
      .content-post .social a:hover {
        color: #000000; }
  .content-post .container > footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .content-post .title {
    margin-bottom: 0.2em;
    margin-top: 0;
    font-size: 2.5em; }
    .content-post .title a {
      border: 0; }
  .content-post .subtitle {
    font-size: 1.4em;
    margin: 0.2em 0;
    color: #cccccc;
    font-weight: 300; }
  .content-post .highlight {
    border: 0; }
    .content-post .highlight .lineno {
      color: #cccccc; }
  .content-post .rounded img {
    border-radius: 6px; }
  .content-post .border img {
    border: 1px solid #ddd; }
  .content-post .full {
    margin: 1em 0;
    padding: 0;
    text-align: center; }
    .content-post .full iframe {
      max-width: 100% !important; }
    .content-post .full img {
      max-width: 100%;
      margin: 0;
      transition: 0.5s all ease; }

@media (min-width: 768px) {
  hr {
    margin: 3em 0; }
    hr.tall {
      margin: 5em 0; }

  .text-center-sm {
    text-align: inherit; }

  article.content-post {
    font-size: 15px; }
    article.content-post .full {
      margin: 2em -6em; } }
@media (min-width: 992px) {
  .text-center-md {
    text-align: inherit; } }
.updates {
  font-size: 13px;
  margin-top: 0; }
  .updates h2 {
    margin-top: 0; }
  .updates h5 {
    margin-top: 2em;
    margin-bottom: .5em;
    font-weight: 600; }
    .updates h5 span {
      font-weight: 400; }
  .updates ul {
    margin-top: 1em; }

.well {
  margin-top: 3em;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  border: 1px solid #ededed; }
  .well.well-gray {
    background-color: whitesmoke;
    border: 0;
    border-radius: 5px; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  .well {
    padding: 50px;
    margin-left: -50px;
    margin-right: -50px; }
    .well.well-narrow {
      margin-left: 0;
      margin-right: 0; } }
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
body.about header.content-post h1 {
  font-weight: 400; }
body.about article.content-post h6 {
  margin-top: .5em;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px; }
body.about article.content-post p {
  margin-bottom: 0; }
body.about article.content-post .contributors h4 {
  margin-top: 0; }
body.about article.content-post .contributors .contributors-1k p {
  margin-bottom: 1em; }
body.about article.content-post .contributors .contributors-1k .contributor-grid {
  margin-left: -1em;
  margin-right: -1em; }
  body.about article.content-post .contributors .contributors-1k .contributor-grid .contributor {
    float: left;
    width: 20%;
    padding-right: 1em;
    padding-left: 1em; }
    body.about article.content-post .contributors .contributors-1k .contributor-grid .contributor img {
      width: 100%;
      max-width: 100%;
      border-radius: 5px; }
body.about article.content-post .about-person {
  padding-right: 1em;
  width: 33.33%;
  float: left; }
  body.about article.content-post .about-person img {
    width: 100%;
    max-width: 150px; }
  body.about article.content-post .about-person img.desaturate {
    margin-bottom: 0;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    filter: grayscale(100%);
    border-radius: 10px; }

@media (min-width: 768px) {
  body.about article.content-post .contributors .contributors-1k {
    border-left: 1px solid #ededed; } }
body.account header.content-post {
  margin-bottom: 5em; }
  body.account header.content-post h1 img {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: .75em; }
body.account article.content-post {
  padding-top: 0;
  font-size: 13px; }
  body.account article.content-post h5 {
    font-weight: 600; }
  body.account article.content-post hr {
    border-color: #ededed; }
  body.account article.content-post .backer {
    background-color: #141E10;
    border-radius: 3px;
    overflow: hidden;
    /*box-shadow:
      0 0 0 1px darken($gray-lightest, 4%),
      0 0 0 2px transparent;*/ }
    body.account article.content-post .backer img {
      display: inline-block;
      margin-right: 10px;
      background-color: #141E10;
      height: 65px;
      vertical-align: middle;
      margin: 0;
      width: auto;
      border-right: 1px solid #1f2f19; }
    body.account article.content-post .backer h5 {
      display: inline-block;
      padding: 0 1em;
      font-weight: 500;
      color: #ffffff;
      opacity: .5; }
  body.account article.content-post.account-connections .connection {
    margin-bottom: 15px; }
    body.account article.content-post.account-connections .connection .btn {
      margin-top: 10px; }
    body.account article.content-post.account-connections .connection p {
      line-height: 50px;
      margin-bottom: 0;
      margin-top: 0; }
    body.account article.content-post.account-connections .connection .col-xs-10 {
      background-color: white;
      min-height: 50px; }
    body.account article.content-post.account-connections .connection .connection-icon {
      display: block;
      height: 50px;
      width: 60px;
      background-color: black; }
    body.account article.content-post.account-connections .connection.github .connection-icon {
      background-color: #fc7722; }
    body.account article.content-post.account-connections .connection.twitter .connection-icon {
      background-color: #00acee; }
  body.account article.content-post.account-password {
    padding-bottom: 2em; }
  body.account article.content-post.account-submit {
    text-align: right; }

body.admin article.content-post {
  padding-top: 3em; }
  body.admin article.content-post.search-results td.activated .icon {
    margin-left: 40%;
    margin-top: 3px;
    opacity: 0.8; }

@media (min-width: 768px) {
  body.admin article.content-post {
    padding-top: 3em; } }
body.download header.content-post h1.old-purchase {
  display: block; }
body.download header.content-post h1.new-purchase {
  display: none; }
body.download header.content-post h4 {
  margin-top: 2em;
  margin-bottom: 0; }
  body.download header.content-post h4 .btn {
    min-width: 180px; }
  body.download header.content-post h4 .btn-transparent {
    margin-top: .5em; }
body.download header.content-post table {
  margin-top: 3em; }
body.download article.content-post {
  padding-top: 3em; }

body.download.local-referer-purchase header.content-post h1.old-purchase {
  display: none; }
body.download.local-referer-purchase header.content-post h1.new-purchase {
  display: block; }

@media (min-width: 768px) {
  body.download article.content-post {
    padding-top: 3em;
    margin-bottom: 3em; } }
body.error {
  height: 100%;
  width: 100%;
  background-image: url("/images/gifs/sloth.gif");
  background-size: cover;
  background-position: center center;
  color: #cccccc;
  font-weight: 500;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  box-pack: left;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center; }
  body.error.maintenance {
    background-image: url("/images/gifs/grinch-blk.gif"); }
  body.error.four-04 {
    background-image: url("/images/gifs/owl.gif"); }
  body.error.five-0x {
    background-image: url("/images/gifs/sloth.gif"); }
  body.error p {
    margin-top: 2em; }
  body.error h4 {
    margin-top: 3em;
    line-height: 1.5em;
    color: whitesmoke; }
  body.error a:not(.btn) {
    color: #ffffff; }
    body.error a:not(.btn):hover, body.error a:not(.btn).hover, body.error a:not(.btn):active, body.error a:not(.btn).active {
      color: #ffffff; }
  body.error .brand {
    color: #cccccc;
    font-weight: 400;
    font-size: 1.8em;
    text-transform: uppercase; }
    body.error .brand a {
      color: #ffffff; }
      body.error .brand a:hover, body.error .brand a.hover, body.error .brand a:active, body.error .brand a.active {
        color: #ffffff;
        text-decoration: none; }
  body.error .wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  body.error section {
    width: 100%;
    padding: 30px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  body.error section {
    width: 60%;
    max-width: 640px;
    padding: 100px; } }
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
body.faqs .hero {
  padding-bottom: 0; }
  body.faqs .hero .hero-text {
    padding-bottom: 0; }
body.faqs article.faq h4 {
  font-weight: 400; }
body.faqs article.faq h5 {
  color: #b0b0b0;
  margin-bottom: .5em; }
body.faqs article.faq ul {
  margin-top: 0;
  margin-bottom: 0; }
  body.faqs article.faq ul li {
    margin-bottom: 0; }
    body.faqs article.faq ul li dt,
    body.faqs article.faq ul li dd {
      line-height: 1.6; }
    body.faqs article.faq ul li dt {
      font-weight: 500;
      color: #1a1a1a;
      padding-bottom: .25em; }

body.free {
  background-color: whitesmoke;
  padding-bottom: 2.5em; }
  body.free p,
  body.free small {
    color: #666666; }
  body.free header.content-post {
    font-size: 13px;
    text-align: center; }
    body.free header.content-post p {
      margin-top: 1em; }
  body.free footer.footer-pro {
    display: none; }
  body.free section {
    padding-bottom: 2.5em; }
  body.free article.content-post {
    font-size: 13px; }
  body.free ul.nav-tabs {
    margin-bottom: 0;
    padding-left: 0; }
    body.free ul.nav-tabs li {
      margin-bottom: 0; }
  body.free .panel {
    background-color: #ffffff;
    padding: 2.5em 0;
    margin-top: 0;
    margin-bottom: 2.5em; }
    body.free .panel .panel-arrow,
    body.free .panel .panel-nexus {
      font-size: 13px;
      text-align: center; }
      body.free .panel .panel-arrow h5,
      body.free .panel .panel-nexus h5 {
        font-weight: 600; }
      body.free .panel .panel-arrow p,
      body.free .panel .panel-nexus p {
        margin-bottom: 0;
        color: #666666; }
      body.free .panel .panel-arrow .panel-container,
      body.free .panel .panel-nexus .panel-container {
        margin-bottom: 1em;
        padding: 0 3em;
        text-align: center; }
      body.free .panel .panel-arrow .iconic *,
      body.free .panel .panel-nexus .iconic * {
        fill: #1a1a1a;
        stroke: #1a1a1a; }
    body.free .panel .panel-arrow .icon-grid-item {
      float: left;
      width: 20%;
      margin-top: .25em;
      margin-bottom: .25em; }
    body.free .panel .panel-nexus {
      margin-top: 3em;
      padding-top: 3em;
      border-top: 1px dashed #ededed; }
    body.free .panel .panel-included em {
      font-weight: 500; }
    body.free .panel .panel-included h3 {
      margin-top: 0; }
    body.free .panel .panel-included ul {
      margin-bottom: 0; }
    body.free .panel .panel-included li {
      margin-bottom: 1.5em; }
      body.free .panel .panel-included li:last-child {
        margin-bottom: 0; }
    body.free .panel .panel-included .panel-container {
      padding: 0 3.5em; }
  body.free .block-what,
  body.free .block-account,
  body.free .block-download {
    margin-bottom: 3em; }
    body.free .block-what .form-actions,
    body.free .block-account .form-actions,
    body.free .block-download .form-actions {
      padding-top: 1em; }

@media (min-width: 768px) {
  body.free section {
    padding-bottom: 5em; }
  body.free .panel {
    padding: 5em 0;
    border-top: 0;
    margin-bottom: 5em; }
    body.free .panel .panel-arrow h5,
    body.free .panel .panel-arrow p,
    body.free .panel .panel-nexus h5,
    body.free .panel .panel-nexus p {
      padding: 0 5em; }
    body.free .panel .panel-arrow .panel-container,
    body.free .panel .panel-nexus .panel-container {
      margin-bottom: 3em; }
    body.free .panel .panel-nexus {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
      border-left: 1px dashed #ededed; }
      body.free .panel .panel-nexus svg.iconic.iconic-lg {
        width: 256px;
        height: 256px; }
  body.free .block-what,
  body.free .block-account,
  body.free .block-download {
    padding: 0 7em; } }
body.font article {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  body.font article h3 {
    margin-top: 0;
    font-weight: 500; }
  body.font article h4 {
    margin-top: .45em;
    font-weight: 500; }
  body.font article p {
    color: #666666; }
    body.font article p strong {
      color: #1a1a1a; }
  body.font article img,
  body.font article .table-responsive {
    margin-bottom: 3em; }
  body.font article .has-border {
    border: 1px solid #ededed; }
  body.font article .has-border-bottom {
    border-bottom: 2px solid #cccccc; }

@media (min-width: 768px) {
  body.font article {
    padding-top: 3em;
    padding-bottom: 3em; } }
@media (min-width: 992px) {
  body.font article {
    padding-top: 5em;
    padding-bottom: 5em; } }
body.guide header {
  margin-top: 70px;
  margin-bottom: 2em;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 5em;
  padding-left: 25px;
  padding-bottom: 5em;
  padding-right: 25px;
  background-color: #4a4a4a;
  background-size: cover;
  background-position: center center;
  text-align: center; }
  body.guide header h1 {
    color: #ffffff; }
  body.guide header h3 {
    color: rgba(0, 0, 0, 0.5); }
  body.guide header .rule {
    display: none;
    background-color: rgba(0, 0, 0, 0.1); }
  body.guide header .dropdown {
    display: inline-block; }
body.guide article.content-post {
  padding-top: 0; }
  body.guide article.content-post h3 {
    position: relative; }
    body.guide article.content-post h3 .step {
      display: none;
      position: absolute;
      top: -10px;
      left: -70px;
      height: 50px;
      width: 50px;
      border-radius: 25px;
      text-align: center;
      font-size: 1em;
      line-height: 49px;
      color: #666666;
      border: 2px solid #ededed;
      font-weight: 400; }
  body.guide article.content-post figure {
    margin-left: -25px;
    margin-right: -25px;
    margin: 2em 0em; }
    body.guide article.content-post figure:before, body.guide article.content-post figure:after {
      content: " ";
      display: table; }
    body.guide article.content-post figure:after {
      clear: both; }
    body.guide article.content-post figure.example-vertical figcaption, body.guide article.content-post figure.example-horizontal figcaption {
      padding: 1em 1.5em 0 1.5em;
      line-height: 1.7;
      color: #666666; }
    body.guide article.content-post figure.example-vertical .example-block, body.guide article.content-post figure.example-horizontal .example-block {
      position: relative; }
      body.guide article.content-post figure.example-vertical .example-block pre, body.guide article.content-post figure.example-horizontal .example-block pre {
        margin: 0;
        padding: 2em;
        border: 0;
        background-color: whitesmoke;
        border-radius: 0; }
        body.guide article.content-post figure.example-vertical .example-block pre code, body.guide article.content-post figure.example-horizontal .example-block pre code {
          padding-left: 0;
          padding-right: 0;
          border-color: transparent; }
      body.guide article.content-post figure.example-vertical .example-block .example-icons, body.guide article.content-post figure.example-horizontal .example-block .example-icons {
        position: relative;
        text-align: center;
        padding: 2em 0; }
        body.guide article.content-post figure.example-vertical .example-block .example-icons p, body.guide article.content-post figure.example-horizontal .example-block .example-icons p {
          margin: 2em; }
          body.guide article.content-post figure.example-vertical .example-block .example-icons p .iconic, body.guide article.content-post figure.example-horizontal .example-block .example-icons p .iconic {
            margin: 0; }
        body.guide article.content-post figure.example-vertical .example-block .example-icons .iconic, body.guide article.content-post figure.example-horizontal .example-block .example-icons .iconic {
          margin: 2em; }
        body.guide article.content-post figure.example-vertical .example-block .example-icons .iconic-fluid, body.guide article.content-post figure.example-horizontal .example-block .example-icons .iconic-fluid {
          margin: 0;
          padding: 1em;
          max-height: 128px;
          max-width: 128px; }
    body.guide article.content-post figure.example-vertical .example-block {
      border: 1px solid #ededed; }
      body.guide article.content-post figure.example-vertical .example-block .example-icons {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ededed; }
        body.guide article.content-post figure.example-vertical .example-block .example-icons .row {
          margin-left: 0;
          margin-right: 0; }
    body.guide article.content-post figure.example-horizontal .example-block {
      border: 1px solid #ededed; }
      body.guide article.content-post figure.example-horizontal .example-block .example-icons {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px; }
      body.guide article.content-post figure.example-horizontal .example-block pre {
        border-top: 1px solid #ededed; }
    body.guide article.content-post figure.example-narrow {
      margin-left: 0;
      margin-right: 0; }
    body.guide article.content-post figure .example-toggle {
      cursor: pointer; }
      body.guide article.content-post figure .example-toggle .example-icons-alt, body.guide article.content-post figure .example-toggle .codeview-alt {
        display: none; }
      body.guide article.content-post figure .example-toggle:hover, body.guide article.content-post figure .example-toggle.hover {
        outline: 3px solid #29b473;
        border-color: #29b473; }
        body.guide article.content-post figure .example-toggle:hover .example-icons, body.guide article.content-post figure .example-toggle:hover .codeview, body.guide article.content-post figure .example-toggle.hover .example-icons, body.guide article.content-post figure .example-toggle.hover .codeview {
          display: none; }
        body.guide article.content-post figure .example-toggle:hover .example-icons-alt, body.guide article.content-post figure .example-toggle:hover .codeview-alt, body.guide article.content-post figure .example-toggle.hover .example-icons-alt, body.guide article.content-post figure .example-toggle.hover .codeview-alt {
          display: block; }
  body.guide article.content-post .icon-group img {
    display: block;
    width: auto; }

body.getting-started-with-iconic header {
  background-image: url("/images/guides/guide-cover-envelope.svg");
  background-color: #fcb400; }
body.getting-started-with-iconic article.content-post .iconic * {
  fill: #fcb400;
  stroke: #fcb400; }

body.how-to-create-a-theme header {
  background-image: url("/images/guides/guide-cover-settings.svg");
  background-color: #ec297b; }
body.how-to-create-a-theme section .iconic * {
  fill: #ec297b;
  stroke: #ec297b; }
body.how-to-create-a-theme section .accent .iconic .iconic-property-accent {
  fill: #666666;
  stroke: #666666; }
body.how-to-create-a-theme section .touchups .iconic-compass .iconic-compass-direction {
  fill: #ec297b;
  stroke: #ec297b; }
body.how-to-create-a-theme section .touchups .iconic-compass .iconic-compass-needle {
  fill: #666666;
  stroke: #666666; }
body.how-to-create-a-theme section .touchups .iconic-compass .iconic-compass-needle-axis,
body.how-to-create-a-theme section .touchups .iconic-compass .iconic-compass-direction {
  fill: #666666;
  stroke: #666666; }
body.how-to-create-a-theme section .state .iconic-state-active * {
  fill: #fcb400;
  stroke: #fcb400; }
body.how-to-create-a-theme section .state .iconic-state-active .iconic-property-accent {
  fill: #cccccc;
  stroke: #cccccc; }

body.understanding-styling header {
  background-image: url("/images/guides/guide-cover-aperture.svg");
  background-color: #DA3A35; }
body.understanding-styling article.content-post hr.transparent {
  margin: 1em 0; }
body.understanding-styling article.content-post .style-one-color .iconic-aperture {
  fill: #2A91A8; }
body.understanding-styling article.content-post .style-individual .iconic-aperture .iconic-aperture-blade-1 {
  fill: #fcb400; }
body.understanding-styling article.content-post .style-individual .iconic-aperture .iconic-aperture-blade-2 {
  fill: #f16522; }
body.understanding-styling article.content-post .style-individual .iconic-aperture .iconic-aperture-blade-3 {
  fill: #DA3A35; }
body.understanding-styling article.content-post .style-individual .iconic-aperture .iconic-aperture-blade-4 {
  fill: #4A46AA; }
body.understanding-styling article.content-post .style-individual .iconic-aperture .iconic-aperture-blade-5 {
  fill: #2A91A8; }
body.understanding-styling article.content-post .style-individual .iconic-aperture .iconic-aperture-blade-6 {
  fill: #80B23C; }
body.understanding-styling article.content-post .style-group .iconic-align-left .left-line-short {
  stroke: #DA3A35; }
body.understanding-styling article.content-post .style-group .iconic-align-left .left-line-long {
  stroke: #fcb400; }
body.understanding-styling article.content-post .style-shadow .iconic-aperture {
  fill: #2A91A8;
  -webkit-filter: drop-shadow(10px 10px 0 #CCCCCC);
  filter: drop-shadow(10px 10px 0 #CCCCCC); }
body.understanding-styling article.content-post .coloring-icon .iconic-bar-chart * {
  fill: #DA3A35;
  stroke: #DA3A35; }
body.understanding-styling article.content-post .coloring-icon-elements .iconic-bar-chart .iconic-bar-chart-bar-1 {
  fill: #80B23C;
  stroke: #80B23C; }
body.understanding-styling article.content-post .coloring-icon-elements .iconic-bar-chart .iconic-bar-chart-bar-2 {
  fill: #2A91A8;
  stroke: #2A91A8; }
body.understanding-styling article.content-post .coloring-icon-elements .iconic-bar-chart .iconic-bar-chart-bar-3 {
  fill: #4A46AA;
  stroke: #4A46AA; }
body.understanding-styling article.content-post .coloring-icon-elements .iconic-bar-chart .iconic-bar-chart-bar-4 {
  fill: #DA3A35;
  stroke: #DA3A35; }
body.understanding-styling article.content-post .coloring-icon-elements .iconic-bar-chart .iconic-bar-chart-bar-5 {
  fill: #f16522;
  stroke: #f16522; }
body.understanding-styling article.content-post .coloring-icon-groups .iconic-bar-chart-bar {
  fill: #2A91A8;
  stroke: #2A91A8; }
body.understanding-styling article.content-post .coloring-icon-groups .iconic-bar-chart-axes, body.understanding-styling article.content-post .coloring-icon-groups .iconic-bar-chart-tick-minor {
  fill: #4a4a4a;
  stroke: #4a4a4a; }
body.understanding-styling article.content-post .coloring-icon-groups .iconic-bar-chart-tick-major {
  fill: #b0b0b0;
  stroke: #b0b0b0; }

body.making-iconic-responsive header {
  background-image: url("/images/guides/guide-cover-devices.svg");
  background-color: #2A91A8; }
body.making-iconic-responsive article.content-post .iconic * {
  fill: #2A91A8;
  stroke: #2A91A8; }
body.making-iconic-responsive article.content-post figure.example-slider .example-block .example-icons .demo-box {
  width: 90px;
  height: 200px;
  margin: 2em auto 0;
  position: relative; }
  body.making-iconic-responsive article.content-post figure.example-slider .example-block .example-icons .demo-box .iconic-fluid {
    margin: 0;
    padding: 0;
    max-height: 180px;
    max-width: 180px; }
body.making-iconic-responsive article.content-post figure.example-slider .example-block .example-icons .form-range-control {
  margin-bottom: 2em; }
  body.making-iconic-responsive article.content-post figure.example-slider .example-block .example-icons .form-range-control .demo-control {
    width: 100%;
    margin: 0 auto 0 auto; }

body.working-with-smart-icons header {
  background-image: url("/images/guides/guide-cover-arrows.svg");
  background-color: #4A46AA; }
body.working-with-smart-icons article.content-post .iconic * {
  fill: #4A46AA;
  stroke: #4A46AA; }

body.iconic-for-web header {
  background-image: url("/images/guides/guide-cover-browser.svg");
  background-color: #80B23C; }
body.iconic-for-web article.content-post .iconic * {
  fill: #80B23C;
  stroke: #80B23C; }

body.how-to-use-the-icon-font header {
  background-image: url("/images/guides/guide-cover-text.svg");
  background-color: #29b473; }
body.how-to-use-the-icon-font article.content-post .iconic {
  color: #29b473; }

body.iconic-for-bootstrap-foundation header {
  background-image: url("/images/guides/guide-cover-frameworks.svg");
  background-color: #f16522; }
body.iconic-for-bootstrap-foundation article.content-post .iconic * {
  fill: #f16522;
  stroke: #f16522; }

@media (min-width: 768px) {
  body.guide header {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 7em;
    padding-right: 7em; }
  body.guide article.content-post {
    padding-top: 1em; }
    body.guide article.content-post h3 .step {
      display: none; }
    body.guide article.content-post figure {
      margin: 3em -7em; }
      body.guide article.content-post figure.example-vertical figcaption, body.guide article.content-post figure.example-horizontal figcaption {
        padding: 2em 3em 0 3em;
        font-size: .85em; }
      body.guide article.content-post figure.example-vertical .example-block, body.guide article.content-post figure.example-horizontal .example-block {
        background-color: whitesmoke; }
        body.guide article.content-post figure.example-vertical .example-block pre, body.guide article.content-post figure.example-horizontal .example-block pre {
          padding: 3em;
          max-height: 194px; }
        body.guide article.content-post figure.example-vertical .example-block .example-icons, body.guide article.content-post figure.example-horizontal .example-block .example-icons {
          background-color: #ffffff;
          padding: 0; }
          body.guide article.content-post figure.example-vertical .example-block .example-icons .iconic-fluid, body.guide article.content-post figure.example-horizontal .example-block .example-icons .iconic-fluid {
            margin: 1em; }
          body.guide article.content-post figure.example-vertical .example-block .example-icons.example-icons-center, body.guide article.content-post figure.example-horizontal .example-block .example-icons.example-icons-center {
            min-height: 194px; }
            body.guide article.content-post figure.example-vertical .example-block .example-icons.example-icons-center > div > div, body.guide article.content-post figure.example-horizontal .example-block .example-icons.example-icons-center > div > div {
              min-height: 194px; }
            body.guide article.content-post figure.example-vertical .example-block .example-icons.example-icons-center img, body.guide article.content-post figure.example-horizontal .example-block .example-icons.example-icons-center img {
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto; }
            body.guide article.content-post figure.example-vertical .example-block .example-icons.example-icons-center .iconic, body.guide article.content-post figure.example-horizontal .example-block .example-icons.example-icons-center .iconic {
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto; }
      body.guide article.content-post figure.example-vertical .example-block .example-icons {
        border-bottom: 1px solid #ededed; }
      body.guide article.content-post figure.example-horizontal .example-block .example-icons {
        position: relative;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        border-right: 1px solid #ededed; } }
      @media (min-width: 768px) and (min-width: 768px) {
        body.guide article.content-post figure.example-horizontal .example-block .example-icons {
          float: left;
          width: 33.33333%; } }
@media (min-width: 768px) {
      body.guide article.content-post figure.example-horizontal .example-block pre {
        position: relative;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        padding: 3em;
        border-top: 0; } }
      @media (min-width: 768px) and (min-width: 768px) {
        body.guide article.content-post figure.example-horizontal .example-block pre {
          float: left;
          width: 66.66667%; } }
@media (min-width: 768px) {
      body.guide article.content-post figure.example-tall .example-block pre {
        max-height: 100%; } }
body.guides section h3 {
  margin-bottom: 2em; }
body.guides section.guides {
  margin-bottom: -50px; }
body.guides section .guide {
  font-size: 13px;
  display: block;
  position: relative;
  margin-bottom: 25px;
  min-height: 9em; }
  body.guides section .guide .guide-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-size: cover;
    background-position: center center;
    text-align: left;
    opacity: .2;
    padding: 2em;
    -webkit-box-shadow: 5px 5px 0px 0px transparent;
    box-shadow: 5px 5px 0px 0px transparent;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
    body.guides section .guide .guide-wrapper h4 {
      margin-top: 0;
      margin-bottom: 0;
      color: #ffffff;
      font-weight: 500; }
    body.guides section .guide .guide-wrapper p {
      margin-top: .2em;
      margin-bottom: 0;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.5); }
    body.guides section .guide .guide-wrapper.guide-start {
      background-color: #fcb400;
      background-image: url("/images/guides/guide-cover-envelope.svg"); }
    body.guides section .guide .guide-wrapper.guide-theme {
      background-color: #ec297b;
      background-image: url("/images/guides/guide-cover-settings.svg"); }
    body.guides section .guide .guide-wrapper.guide-responsive {
      background-color: #2A91A8;
      background-image: url("/images/guides/guide-cover-devices.svg"); }
    body.guides section .guide .guide-wrapper.guide-styling {
      background-color: #DA3A35;
      background-image: url("/images/guides/guide-cover-aperture.svg"); }
    body.guides section .guide .guide-wrapper.guide-smart {
      background-color: #4A46AA;
      background-image: url("/images/guides/guide-cover-arrows.svg"); }
    body.guides section .guide .guide-wrapper.guide-web {
      background-color: #80B23C;
      background-image: url("/images/guides/guide-cover-browser.svg"); }
    body.guides section .guide .guide-wrapper.guide-iconfont {
      background-color: #29b473;
      background-image: url("/images/guides/guide-cover-text.svg"); }
    body.guides section .guide .guide-wrapper.guide-frameworks {
      background-color: #f16522;
      background-image: url("/images/guides/guide-cover-frameworks.svg"); }
    body.guides section .guide .guide-wrapper.guide-native-apps {
      background-color: #078dd8;
      background-image: url("/images/guides/guide-cover-ios.jpg"); }
body.guides section a.guide .guide-wrapper {
  opacity: 1; }
body.guides section a.guide:hover, body.guides section a.guide.hover, body.guides section a.guide:active, body.guides section a.guide.active {
  text-decoration: none; }
  body.guides section a.guide:hover .guide-wrapper, body.guides section a.guide.hover .guide-wrapper, body.guides section a.guide:active .guide-wrapper, body.guides section a.guide.active .guide-wrapper {
    top: -5px;
    left: -5px;
    -webkit-box-shadow: 5px 5px 0px 0px #ededed;
    box-shadow: 5px 5px 0px 0px #ededed; }

@media (min-width: 768px) {
  body.guides section .guide {
    font-size: 15px;
    margin-bottom: 50px;
    min-height: 14em; } }
body.home .navbar {
  background-color: transparent;
  position: absolute;
  z-index: 1; }
  body.home .navbar .brand {
    display: none; }
  body.home .navbar .navbar-get {
    display: none; }
body.home .sidebar {
  top: 0; }
body.home section article .callout-font {
  padding: 2em 5em;
  background-size: cover;
  background-position: center center;
  background-color: whitesmoke;
  background-image: url("/images/guides/guide-cover-frameworks.svg"); }
body.home.icon-classes-hover .tour .tour-slide-styleable .icon-group .iconic-camera-slr * {
  fill: #cccccc;
  stroke: #cccccc; }
body.home.icon-classes-hover .tour .tour-slide-styleable .icon-group .iconic-camera-slr *.active {
  fill: #DA3A35;
  stroke: #DA3A35; }

body.icon header.content-post .icon-meta {
  margin-bottom: 3em; }
  body.icon header.content-post .icon-meta h4 {
    font-weight: 400;
    color: #b0b0b0;
    margin-bottom: .35em; }
  body.icon header.content-post .icon-meta p {
    margin-bottom: 0; }
  body.icon header.content-post .icon-meta .icon-download {
    margin-top: -.75em; }
    body.icon header.content-post .icon-meta .icon-download h4 {
      display: inline-block;
      float: right; }
    body.icon header.content-post .icon-meta .icon-download .dropdown {
      display: inline-block;
      margin-left: 1em; }
body.icon section {
  margin-top: 70px;
  padding-top: 5em; }
body.icon article.content-post.icon-inspector .icon-boxed {
  position: relative;
  background-color: whitesmoke;
  border: 1px solid #ededed; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 341.33333px;
    width: 48px;
    border-right: 1px solid #ededed;
    background-color: #ffffff; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab {
      position: relative;
      width: 100%;
      height: 48px;
      /*background-color: $gray-border;*/
      cursor: pointer; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab svg .iconic-property-fill {
        fill: #cccccc; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab svg .iconic-property-stroke {
        stroke: #cccccc; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab .iconic, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab .iconic {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab.hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab:hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab.active, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab:active, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab.hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab:hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab.active, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab:active {
        /*background-color: $gray-lighter;*/
        /*outline: 2px solid $blue;*/
        background-color: #e0f3fe; }
        body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab.hover svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab:hover svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab.active svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab:active svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab.hover svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab:hover svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab.active svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab:active svg .iconic-property-fill {
          fill: #078dd8; }
        body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab.hover svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab:hover svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab.active svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set .icon-variation-tab:active svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab.hover svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab:hover svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab.active svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab:active svg .iconic-property-stroke {
          stroke: #078dd8; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"] {
    width: 100%;
    height: 48px;
    background: none;
    border: 0; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"] svg .iconic-property-fill {
      fill: #cccccc; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"] svg .iconic-property-stroke {
      stroke: #cccccc; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"] .iconic {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"].hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"]:hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"].active, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"]:active {
      background-color: #e0f3fe; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"].hover svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"]:hover svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"].active svg .iconic-property-fill, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"]:active svg .iconic-property-fill {
        fill: #078dd8; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"].hover svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"]:hover svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"].active svg .iconic-property-stroke, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .btn[data-toggle="dropdown"]:active svg .iconic-property-stroke {
        stroke: #078dd8; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-set {
    position: relative; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .dropdown-menu {
    left: 47px;
    top: -1px;
    width: 194px;
    padding: 0; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset .icon-variation-tab {
    width: 48px;
    float: left; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-toolbar {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    text-align: right; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-toolbar .btn-group {
      margin-top: 1em;
      margin-right: 1em;
      border-radius: 5px;
      overflow: hidden; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-toolbar .btn-group .btn-iconic {
        height: 32px;
        width: 48px;
        padding: 0;
        position: relative;
        line-height: 32px; }
        body.icon article.content-post.icon-inspector .icon-boxed .icon-toolbar .btn-group .btn-iconic .iconic {
          position: absolute;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes {
    position: relative;
    min-height: 341.33333px;
    background-color: #ffffff;
    text-align: center; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group {
      left: 0;
      height: 256px;
      line-height: 256px; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group small {
        font-weight: 600; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group .icon-container {
        vertical-align: middle;
        display: block;
        width: 100%;
        text-align: center; }
        body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group .icon-container .iconic {
          margin: 1em auto; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group .iconic-property-fill {
        -webkit-transition: all 50ms linear;
        transition: all 50ms linear; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group .iconic-property-stroke {
        -webkit-transition: all 50ms linear;
        transition: all 50ms linear; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-code {
    position: relative;
    border-top: 1px solid #ededed; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-code h5 {
      color: #b0b0b0;
      font-weight: 400; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-code .icon-classes,
    body.icon article.content-post.icon-inspector .icon-boxed .icon-code .icon-markup {
      display: none;
      max-height: 512px;
      overflow-y: auto;
      padding: 3em 25px;
      font-size: 13px; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-code .icon-classes.active,
      body.icon article.content-post.icon-inspector .icon-boxed .icon-code .icon-markup.active {
        display: block; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul {
    margin-bottom: 1em;
    margin-top: .5em; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li {
      line-height: 1.4;
      padding-bottom: .2em;
      cursor: pointer;
      color: #4a4a4a;
      font-weight: 500; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li:hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li.hover, body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li:active, body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li.active {
        color: #078dd8; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li .icon-class.zeroclipboard-is-hover {
        color: #078dd8; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-classes ul li .icon-class.zeroclipboard-is-active {
        color: #078dd8; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-markup pre {
    padding: 0;
    border-bottom: 0; }
  body.icon article.content-post.icon-inspector .icon-boxed.icon-has-variations-1 .icon-sizes {
    margin-left: 48px; }
body.icon article.content-post.icon-variations-svg {
  font-size: 13px;
  padding-top: 5em; }
  body.icon article.content-post.icon-variations-svg .icon-variations {
    padding-bottom: 3em; }
  body.icon article.content-post.icon-variations-svg ul.icon-variation-list {
    margin-top: 1em;
    margin-bottom: 0; }
    body.icon article.content-post.icon-variations-svg ul.icon-variation-list li {
      margin-bottom: 0;
      border-bottom: 1px solid #ededed; }
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li:last-child {
        border-bottom: 0; }
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute,
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display,
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet {
        position: relative; }
        body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute p,
        body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display p,
        body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet p {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          margin-bottom: 0; }
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute {
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        min-height: 64px; }
        @media (min-width: 992px) {
          body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute {
            float: left;
            width: 16.66667%; } }
        body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute p {
          font-weight: 400; }
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        min-height: 64px;
        padding-left: 0; }
        @media (min-width: 768px) {
          body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display {
            float: left;
            width: 8.33333%; } }
        body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display .icon-container {
          width: 64px;
          height: 64px;
          display: block;
          position: relative;
          float: left; }
          body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display .icon-container .iconic {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto; }
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px;
        min-height: 64px;
        padding-right: 0;
        padding-left: 0; }
        @media (min-width: 992px) {
          body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet {
            float: left;
            width: 75%; } }
        body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet pre {
          margin: 0; }
  body.icon article.content-post.icon-variations-svg .panel {
    font-size: 12px; }
    body.icon article.content-post.icon-variations-svg .panel .panel-content p:first-child {
      margin-bottom: .5em; }
    body.icon article.content-post.icon-variations-svg .panel .panel-content .iconic {
      max-width: 100%; }
body.icon article.content-post.icon-variations-font {
  font-size: 13px;
  padding-top: 2em; }
  body.icon article.content-post.icon-variations-font ul.icon-variation-list {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 3em;
    margin-bottom: -5em;
    margin-left: -16.66667px;
    margin-right: -16.66667px; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:before, body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      content: " ";
      display: table; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      clear: both; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation {
      cursor: pointer;
      display: block;
      float: left;
      width: 50%;
      margin-bottom: 68.28571px;
      position: relative;
      padding-left: 16.66667px;
      padding-right: 16.66667px;
      height: 94px; }
      body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation.active {
        color: #078dd8; }
      body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation .icon-variation-name p {
        text-align: center;
        margin-top: .5em; }
      body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation .icon-variation-display {
        text-align: center; }

body.icon.icon-classes-hover .icon-group .iconic-property-fill, body.icon.icon-classes-hover .icon-group .iconic-property-stroke {
  -webkit-transition: all 150ms ease;
  -webkit-transition-property: fill, stroke;
  -webkit-transition-delay: 50ms;
  transition: all 150ms ease;
  transition-property: fill, stroke;
  transition-delay: 50ms; }
body.icon.icon-classes-hover .icon-group .iconic-property-fill,
body.icon.icon-classes-hover .icon-group .iconic-property-text {
  fill: #cccccc !important; }
  body.icon.icon-classes-hover .icon-group .iconic-property-fill:hover, body.icon.icon-classes-hover .icon-group .iconic-property-fill.hover, body.icon.icon-classes-hover .icon-group .iconic-property-fill:active, body.icon.icon-classes-hover .icon-group .iconic-property-fill.active,
  body.icon.icon-classes-hover .icon-group .iconic-property-text:hover,
  body.icon.icon-classes-hover .icon-group .iconic-property-text.hover,
  body.icon.icon-classes-hover .icon-group .iconic-property-text:active,
  body.icon.icon-classes-hover .icon-group .iconic-property-text.active {
    fill: #078dd8 !important; }
body.icon.icon-classes-hover .icon-group .iconic-property-stroke {
  stroke: #cccccc !important; }
  body.icon.icon-classes-hover .icon-group .iconic-property-stroke:hover, body.icon.icon-classes-hover .icon-group .iconic-property-stroke.hover, body.icon.icon-classes-hover .icon-group .iconic-property-stroke:active, body.icon.icon-classes-hover .icon-group .iconic-property-stroke.active {
    stroke: #078dd8 !important; }
body.icon.icon-classes-hover .icon-group svg.iconic g.active .iconic-property-fill, body.icon.icon-classes-hover .icon-group svg.iconic .iconic-property-fill.active,
body.icon.icon-classes-hover .icon-group svg.iconic g.active .iconic-property-text, body.icon.icon-classes-hover .icon-group svg.iconic .iconic-property-text.active {
  fill: #078dd8 !important; }
body.icon.icon-classes-hover .icon-group svg.iconic g.active .iconic-property-stroke, body.icon.icon-classes-hover .icon-group svg.iconic .iconic-property-stroke.active {
  stroke: #078dd8 !important; }

@media (min-width: 768px) {
  body.icon article.content-post.icon-variations-font ul.icon-variation-list {
    margin-left: -25px;
    margin-right: -25px; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:before, body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      content: " ";
      display: table; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      clear: both; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation {
      float: left;
      width: 25%; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-set, body.icon article.content-post.icon-inspector .icon-boxed .icon-variation-superset {
    max-height: 512px; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes {
    min-height: 512px; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group {
      height: 128px;
      line-height: 128px; }
      body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group .icon-container {
        width: auto;
        display: inline-block; }
        body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes .icon-group .icon-container .iconic {
          margin: 0 1em; }

  body.icon.icon-social article.content-post.icon-inspector .icon-boxed .icon-variation-set, body.icon.icon-social article.content-post.icon-inspector .icon-boxed .icon-variation-superset {
    max-height: 670px; }
  body.icon.icon-social article.content-post.icon-inspector .icon-boxed .icon-sizes {
    min-height: 670px; } }
@media (min-width: 992px) {
  body.icon article.content-post.icon-inspector .icon-boxed .icon-sizes {
    border-right: 1px solid #ededed; }
  body.icon article.content-post.icon-inspector .icon-boxed .icon-code {
    border-top: 0; }
    body.icon article.content-post.icon-inspector .icon-boxed .icon-code .icon-classes,
    body.icon article.content-post.icon-inspector .icon-boxed .icon-code .icon-markup {
      padding: 4em 50px 0 0; }
  body.icon article.content-post.icon-variations-svg ul.icon-variation-list li {
    /*.icon-name {
      min-height: $height-icon-row;
    }*/ }
    body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute,
    body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display,
    body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet {
      position: relative; }
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute p,
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-display p,
      body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        margin-bottom: 0; }
    body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-attribute {
      min-height: 64px; }
    body.icon article.content-post.icon-variations-svg ul.icon-variation-list li .icon-variation-snippet {
      padding-left: 25px;
      padding-right: 25px; }
  body.icon article.content-post.icon-variations-font ul.icon-variation-list {
    margin-left: -25px;
    margin-right: -25px; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:before, body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      content: " ";
      display: table; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      clear: both; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation {
      float: left;
      width: 20%; } }
@media (min-width: 1200px) {
  body.icon article.content-post.icon-variations-font ul.icon-variation-list {
    margin-left: -25px;
    margin-right: -25px; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:before, body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      content: " ";
      display: table; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list:after {
      clear: both; }
    body.icon article.content-post.icon-variations-font ul.icon-variation-list li.icon-variation {
      float: left;
      width: 12.5%; } }
body.icons {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  body.icons article.icons-controls {
    padding-top: 0; }
    body.icons article.icons-controls .btn-iconic {
      height: 48px;
      width: 48px;
      padding: 0; }
      body.icons article.icons-controls .btn-iconic .iconic {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
    body.icons article.icons-controls .icons-controls-left {
      padding-right: 1em; }
    body.icons article.icons-controls .icons-controls-right {
      padding-left: 0; }
    body.icons article.icons-controls .btn-group {
      margin-left: .3em; }
    body.icons article.icons-controls .icons-size-toggle {
      padding: 14px 16px; }
  body.icons.icons-size-sm .icon-display .icon-container .iconic {
    width: 16px;
    height: 16px; }
    body.icons.icons-size-sm .icon-display .icon-container .iconic .iconic-container.iconic-sm {
      display: inline; }
    body.icons.icons-size-sm .icon-display .icon-container .iconic .iconic-container.iconic-md {
      display: none; }
    body.icons.icons-size-sm .icon-display .icon-container .iconic .iconic-container.iconic-lg {
      display: none; }
  body.icons.icons-size-md .icon-display .icon-container .iconic {
    width: 32px;
    height: 32px; }
    body.icons.icons-size-md .icon-display .icon-container .iconic .iconic-container.iconic-sm {
      display: none; }
    body.icons.icons-size-md .icon-display .icon-container .iconic .iconic-container.iconic-md {
      display: inline; }
    body.icons.icons-size-md .icon-display .icon-container .iconic .iconic-container.iconic-lg {
      display: none; }
  body.icons.icons-size-lg .icon-display .icon-container .iconic {
    width: 128px;
    height: 128px; }
    body.icons.icons-size-lg .icon-display .icon-container .iconic .iconic-container.iconic-sm {
      display: none; }
    body.icons.icons-size-lg .icon-display .icon-container .iconic .iconic-container.iconic-md {
      display: none; }
    body.icons.icons-size-lg .icon-display .icon-container .iconic .iconic-container.iconic-lg {
      display: inline; }

body.icons-view-table article.icons-list {
  padding-top: 3em; }
  body.icons-view-table article.icons-list ul {
    margin-top: 2em; }
    body.icons-view-table article.icons-list ul li a {
      color: #1a1a1a; }
      body.icons-view-table article.icons-list ul li a:hover, body.icons-view-table article.icons-list ul li a.hover, body.icons-view-table article.icons-list ul li a:active, body.icons-view-table article.icons-list ul li a.active {
        color: black; }
    body.icons-view-table article.icons-list ul li.icon-header {
      display: none;
      border-bottom: 2px solid #ededed; }
      body.icons-view-table article.icons-list ul li.icon-header .icon-name,
      body.icons-view-table article.icons-list ul li.icon-header .icon-display,
      body.icons-view-table article.icons-list ul li.icon-header .icon-features,
      body.icons-view-table article.icons-list ul li.icon-header .icon-meta {
        min-height: 32px; }
        body.icons-view-table article.icons-list ul li.icon-header .icon-name p,
        body.icons-view-table article.icons-list ul li.icon-header .icon-display p,
        body.icons-view-table article.icons-list ul li.icon-header .icon-features p,
        body.icons-view-table article.icons-list ul li.icon-header .icon-meta p {
          text-transform: uppercase;
          font-size: .85em;
          font-weight: 500;
          color: #b0b0b0; }
      body.icons-view-table article.icons-list ul li.icon-header .icon-display p {
        padding-left: 17px; }
    body.icons-view-table article.icons-list ul li.icon-wrapper {
      border-bottom: 1px solid #ededed; }
    body.icons-view-table article.icons-list ul li:last-child {
      border-bottom: 0; }
    body.icons-view-table article.icons-list ul li .icon-link {
      display: block;
      padding: 1em 0; }
      body.icons-view-table article.icons-list ul li .icon-link:hover, body.icons-view-table article.icons-list ul li .icon-link.hover, body.icons-view-table article.icons-list ul li .icon-link:active, body.icons-view-table article.icons-list ul li .icon-link.active {
        background-color: whitesmoke; }
    body.icons-view-table article.icons-list ul li .icon-name {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 25px;
      padding-right: 25px;
      position: relative;
      min-height: 1px;
      padding-left: 25px;
      padding-right: 25px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        body.icons-view-table article.icons-list ul li .icon-name {
          float: left;
          width: 25%; } }
      body.icons-view-table article.icons-list ul li .icon-name p {
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.25em;
        color: #666666; }
      body.icons-view-table article.icons-list ul li .icon-name .icon-base-name {
        display: block;
        color: #000000; }
      body.icons-view-table article.icons-list ul li .icon-name .icon-variation-name, body.icons-view-table article.icons-list ul li .icon-name .icon-variation-count {
        font-size: .8em; }
    body.icons-view-table article.icons-list ul li .icon-features {
      position: relative;
      min-height: 1px;
      padding-left: 25px;
      padding-right: 25px;
      min-height: 64px;
      display: none; }
      @media (min-width: 768px) {
        body.icons-view-table article.icons-list ul li .icon-features {
          float: left;
          width: 8.33333%; } }
      body.icons-view-table article.icons-list ul li .icon-features p {
        color: #b0b0b0; }
        body.icons-view-table article.icons-list ul li .icon-features p span {
          font-size: .85em; }
        body.icons-view-table article.icons-list ul li .icon-features p span + span:before {
          content: ', '; }
    body.icons-view-table article.icons-list ul li .icon-meta {
      display: none; }
body.icons-view-table .icon-display {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 64px;
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }
  @media (min-width: 768px) {
    body.icons-view-table .icon-display {
      float: left;
      width: 75%; } }
  body.icons-view-table .icon-display .icon-container {
    display: block;
    position: relative;
    float: left; }
    body.icons-view-table .icon-display .icon-container .iconic {
      -webkit-transform: translate(0);
      transform: translate(0); }
    body.icons-view-table .icon-display .icon-container img.iconic {
      display: none; }
body.icons-view-table.icons-size-sm .icon-display .icon-container {
  height: 16px;
  width: 16px;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px; }
body.icons-view-table.icons-size-md .icon-display .icon-container {
  height: 32px;
  width: 32px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px; }
body.icons-view-table.icons-size-lg .icon-display .icon-container {
  height: 128px;
  width: 128px;
  margin-top: 16px;
  margin-left: 32px;
  margin-right: 32px; }

body.icons-view-grid article.icons-list {
  padding-top: 3em; }
  body.icons-view-grid article.icons-list ul {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 3em;
    margin-bottom: -1em;
    margin-left: -16.66667px;
    margin-right: -16.66667px; }
    body.icons-view-grid article.icons-list ul:before, body.icons-view-grid article.icons-list ul:after {
      content: " ";
      display: table; }
    body.icons-view-grid article.icons-list ul:after {
      clear: both; }
    body.icons-view-grid article.icons-list ul li {
      margin-bottom: 77.42857px; }
      body.icons-view-grid article.icons-list ul li a {
        color: #1a1a1a; }
        body.icons-view-grid article.icons-list ul li a:hover, body.icons-view-grid article.icons-list ul li a.hover, body.icons-view-grid article.icons-list ul li a:active, body.icons-view-grid article.icons-list ul li a.active {
          text-decoration: none;
          color: black; }
      body.icons-view-grid article.icons-list ul li.icon-header {
        display: none; }
      body.icons-view-grid article.icons-list ul li.icon-wrapper {
        position: relative;
        float: left;
        width: 50%;
        padding-left: 16.66667px;
        padding-right: 16.66667px; }
      body.icons-view-grid article.icons-list ul li.icon-has-variations .icon-display {
        border: 1px solid #ededed;
        background-color: #ffffff; }
        body.icons-view-grid article.icons-list ul li.icon-has-variations .icon-display:after {
          display: none;
          position: absolute;
          content: 'XX';
          top: 0;
          right: 0;
          height: 23px;
          width: 23px;
          text-align: center;
          line-height: 23px;
          color: #4a4a4a;
          font-size: 9px;
          font-weight: 700;
          background-color: #ededed;
          border-bottom-left-radius: 3px; }
      body.icons-view-grid article.icons-list ul li.icon-has-variations:before {
        display: block;
        position: absolute;
        content: '';
        top: -4px;
        bottom: 4px;
        right: 20.66667px;
        left: 12.66667px;
        border: 1px solid #ededed; }
      body.icons-view-grid article.icons-list ul li:last-child {
        border-bottom: 0; }
      body.icons-view-grid article.icons-list ul li .icon-link {
        display: block; }
      body.icons-view-grid article.icons-list ul li .icon-name p {
        text-align: center;
        font-size: .9em;
        font-weight: 500;
        color: #666666; }
      body.icons-view-grid article.icons-list ul li .icon-name .icon-variation-names {
        display: none; }
      body.icons-view-grid article.icons-list ul li .icon-name .icon-variation-count {
        display: none; }
      body.icons-view-grid article.icons-list ul li .icon-display {
        position: absolute;
        top: 0;
        left: 16.66667px;
        right: 16.66667px; }
        body.icons-view-grid article.icons-list ul li .icon-display:hover, body.icons-view-grid article.icons-list ul li .icon-display.hover, body.icons-view-grid article.icons-list ul li .icon-display:active, body.icons-view-grid article.icons-list ul li .icon-display.active {
          background-color: whitesmoke; }
        body.icons-view-grid article.icons-list ul li .icon-display .icon-container {
          display: block;
          position: relative;
          width: 100%; }
          body.icons-view-grid article.icons-list ul li .icon-display .icon-container .iconic {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto; }
          body.icons-view-grid article.icons-list ul li .icon-display .icon-container.icon-variation {
            display: none; }
            body.icons-view-grid article.icons-list ul li .icon-display .icon-container.icon-variation:first-of-type {
              display: block; }
      body.icons-view-grid article.icons-list ul li .icon-features {
        display: none; }
      body.icons-view-grid article.icons-list ul li .icon-meta {
        display: none; }
body.icons-view-grid.icons-size-sm li .icon-link {
  height: 96px; }
body.icons-view-grid.icons-size-sm li .icon-name {
  padding-top: 101px; }
body.icons-view-grid.icons-size-sm li .icon-display {
  height: 96px; }
  body.icons-view-grid.icons-size-sm li .icon-display .icon-container {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
body.icons-view-grid.icons-size-md li .icon-link {
  height: 96px; }
body.icons-view-grid.icons-size-md li .icon-name {
  padding-top: 101px; }
body.icons-view-grid.icons-size-md li .icon-display {
  height: 96px; }
  body.icons-view-grid.icons-size-md li .icon-display .icon-container {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
body.icons-view-grid.icons-size-lg article.icons-list ul li.icon-wrapper {
  width: 100%; }
body.icons-view-grid.icons-size-lg article.icons-list ul li .icon-link {
  height: 192px; }
body.icons-view-grid.icons-size-lg article.icons-list ul li .icon-name {
  padding-top: 197px; }
body.icons-view-grid.icons-size-lg article.icons-list ul li .icon-display {
  height: 192px; }
  body.icons-view-grid.icons-size-lg article.icons-list ul li .icon-display .icon-container {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media (min-width: 768px) {
  body.icons-view-table article.icons-list ul li.icon-header {
    display: block; }
  body.icons-view-table article.icons-list ul li .icon-link {
    padding: 0; }
  body.icons-view-table article.icons-list ul li .icon-name,
  body.icons-view-table article.icons-list ul li .icon-display,
  body.icons-view-table article.icons-list ul li .icon-features,
  body.icons-view-table article.icons-list ul li .icon-meta {
    position: relative; }
    body.icons-view-table article.icons-list ul li .icon-name p,
    body.icons-view-table article.icons-list ul li .icon-display p,
    body.icons-view-table article.icons-list ul li .icon-features p,
    body.icons-view-table article.icons-list ul li .icon-meta p {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      margin-bottom: 0; }
  body.icons-view-table article.icons-list ul li .icon-display {
    padding-left: 25px;
    padding-right: 25px; }
  body.icons-view-table article.icons-list ul li .icon-name {
    min-height: 64px;
    padding-left: 25px;
    padding-right: 25px; }
  body.icons-view-table article.icons-list ul li .icon-features {
    display: none; }

  body.icons-view-grid article.icons-list ul li.icon-wrapper {
    width: 25%; }
  body.icons-view-grid.icons-size-lg article.icons-list ul li.icon-wrapper {
    width: 50%; } }
@media (min-width: 992px) {
  body.icons-view-grid article.icons-list ul li.icon-wrapper {
    width: 20%; }
  body.icons-view-grid.icons-size-lg article.icons-list ul li.icon-wrapper {
    width: 33.33%; } }
@media (min-width: 1200px) {
  body.icons-view-grid article.icons-list ul li.icon-wrapper {
    width: 14.28%; }
  body.icons-view-grid.icons-size-lg article.icons-list ul li.icon-wrapper {
    width: 25%; } }
body.license header.content-post h5 {
  margin-bottom: 0;
  padding-bottom: 0; }
body.license article hr.thick {
  border-width: 2px; }
body.license article h3 {
  margin-top: 0; }
body.license article p:last-of-type {
  margin-bottom: 0; }
body.license article ul li .iconic {
  display: block;
  float: left;
  margin-top: 3px; }
body.license article ul li .iconic-check .iconic-property-stroke,
body.license article ul li .iconic-x .iconic-property-stroke {
  stroke-width: 3px; }
body.license article ul li .iconic-check * {
  fill: #80B23C;
  stroke: #80B23C; }
body.license article ul li .iconic-x * {
  fill: #DA3A35;
  stroke: #DA3A35; }
body.license article ul li div {
  display: block;
  margin-left: 32px; }
body.license article .well p {
  margin-bottom: 0; }

body.open {
  background-color: #ffffff; }
  body.open hr {
    border-color: #ededed; }
  body.open section.pro-area {
    background-color: whitesmoke;
    margin-top: 0;
    padding-top: 5em;
    padding-bottom: 4em; }
    body.open section.pro-area h2 {
      margin-top: 0;
      font-weight: 400; }
    body.open section.pro-area .has-left-border {
      border-left: 2px solid #ededed; }
    body.open section.pro-area ul {
      margin-left: -10px;
      margin-right: -10px; }
      body.open section.pro-area ul:before, body.open section.pro-area ul:after {
        content: " ";
        display: table; }
      body.open section.pro-area ul:after {
        clear: both; }
      body.open section.pro-area ul li {
        float: left;
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: .4em; }
        body.open section.pro-area ul li p {
          display: block;
          padding-top: .4em;
          padding-bottom: .4em;
          margin-bottom: 0; }
          body.open section.pro-area ul li p img.iconic {
            display: none; }
          body.open section.pro-area ul li p .iconic {
            vertical-align: middle;
            margin-right: .75em;
            width: 32px;
            height: 32px; }
        body.open section.pro-area ul li.pro-feature-semantic h3 {
          color: #f16522; }
        body.open section.pro-area ul li.pro-feature-semantic a {
          color: #f16522; }
          body.open section.pro-area ul li.pro-feature-semantic a:active, body.open section.pro-area ul li.pro-feature-semantic a.active, body.open section.pro-area ul li.pro-feature-semantic a:hover, body.open section.pro-area ul li.pro-feature-semantic a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-semantic a:active:after, body.open section.pro-area ul li.pro-feature-semantic a.active:after, body.open section.pro-area ul li.pro-feature-semantic a:hover:after, body.open section.pro-area ul li.pro-feature-semantic a.hover:after {
              background-color: #f16522; }
        body.open section.pro-area ul li.pro-feature-semantic .iconic * {
          fill: #f16522;
          stroke: #f16522; }
        body.open section.pro-area ul li.pro-feature-semantic.pro-feature p {
          color: #f16522; }
        body.open section.pro-area ul li.pro-feature-styleable h3 {
          color: #DA3A35; }
        body.open section.pro-area ul li.pro-feature-styleable a {
          color: #DA3A35; }
          body.open section.pro-area ul li.pro-feature-styleable a:active, body.open section.pro-area ul li.pro-feature-styleable a.active, body.open section.pro-area ul li.pro-feature-styleable a:hover, body.open section.pro-area ul li.pro-feature-styleable a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-styleable a:active:after, body.open section.pro-area ul li.pro-feature-styleable a.active:after, body.open section.pro-area ul li.pro-feature-styleable a:hover:after, body.open section.pro-area ul li.pro-feature-styleable a.hover:after {
              background-color: #DA3A35; }
        body.open section.pro-area ul li.pro-feature-styleable .iconic * {
          fill: #DA3A35;
          stroke: #DA3A35; }
        body.open section.pro-area ul li.pro-feature-styleable.pro-feature p {
          color: #DA3A35; }
        body.open section.pro-area ul li.pro-feature-themeable h3 {
          color: #ec297b; }
        body.open section.pro-area ul li.pro-feature-themeable a {
          color: #ec297b; }
          body.open section.pro-area ul li.pro-feature-themeable a:active, body.open section.pro-area ul li.pro-feature-themeable a.active, body.open section.pro-area ul li.pro-feature-themeable a:hover, body.open section.pro-area ul li.pro-feature-themeable a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-themeable a:active:after, body.open section.pro-area ul li.pro-feature-themeable a.active:after, body.open section.pro-area ul li.pro-feature-themeable a:hover:after, body.open section.pro-area ul li.pro-feature-themeable a.hover:after {
              background-color: #ec297b; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic * {
          fill: #ec297b;
          stroke: #ec297b; }
        body.open section.pro-area ul li.pro-feature-themeable.pro-feature p {
          color: #ec297b; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic * {
          fill: #ec297b;
          stroke: #ec297b; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic .iconic-property-accent {
          fill: #f8b6d2;
          stroke: #f8b6d2; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic-aperture .iconic-aperture-blade-1 {
          fill: #ec297b; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic-aperture .iconic-aperture-blade-2 {
          fill: #ee4089; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic-aperture .iconic-aperture-blade-3 {
          fill: #f05898; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic-aperture .iconic-aperture-blade-4 {
          fill: #f26fa6; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic-aperture .iconic-aperture-blade-5 {
          fill: #f487b5; }
        body.open section.pro-area ul li.pro-feature-themeable .iconic-aperture .iconic-aperture-blade-6 {
          fill: #f69ec3; }
        body.open section.pro-area ul li.pro-feature-smart h3 {
          color: #4A46AA; }
        body.open section.pro-area ul li.pro-feature-smart a {
          color: #4A46AA; }
          body.open section.pro-area ul li.pro-feature-smart a:active, body.open section.pro-area ul li.pro-feature-smart a.active, body.open section.pro-area ul li.pro-feature-smart a:hover, body.open section.pro-area ul li.pro-feature-smart a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-smart a:active:after, body.open section.pro-area ul li.pro-feature-smart a.active:after, body.open section.pro-area ul li.pro-feature-smart a:hover:after, body.open section.pro-area ul li.pro-feature-smart a.hover:after {
              background-color: #4A46AA; }
        body.open section.pro-area ul li.pro-feature-smart .iconic * {
          fill: #4A46AA;
          stroke: #4A46AA; }
        body.open section.pro-area ul li.pro-feature-smart.pro-feature p {
          color: #4A46AA; }
        body.open section.pro-area ul li.pro-feature-sizing h3 {
          color: #078dd8; }
        body.open section.pro-area ul li.pro-feature-sizing a {
          color: #078dd8; }
          body.open section.pro-area ul li.pro-feature-sizing a:active, body.open section.pro-area ul li.pro-feature-sizing a.active, body.open section.pro-area ul li.pro-feature-sizing a:hover, body.open section.pro-area ul li.pro-feature-sizing a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-sizing a:active:after, body.open section.pro-area ul li.pro-feature-sizing a.active:after, body.open section.pro-area ul li.pro-feature-sizing a:hover:after, body.open section.pro-area ul li.pro-feature-sizing a.hover:after {
              background-color: #078dd8; }
        body.open section.pro-area ul li.pro-feature-sizing .iconic * {
          fill: #078dd8;
          stroke: #078dd8; }
        body.open section.pro-area ul li.pro-feature-sizing.pro-feature p {
          color: #078dd8; }
        body.open section.pro-area ul li.pro-feature-responsive h3 {
          color: #2A91A8; }
        body.open section.pro-area ul li.pro-feature-responsive a {
          color: #2A91A8; }
          body.open section.pro-area ul li.pro-feature-responsive a:active, body.open section.pro-area ul li.pro-feature-responsive a.active, body.open section.pro-area ul li.pro-feature-responsive a:hover, body.open section.pro-area ul li.pro-feature-responsive a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-responsive a:active:after, body.open section.pro-area ul li.pro-feature-responsive a.active:after, body.open section.pro-area ul li.pro-feature-responsive a:hover:after, body.open section.pro-area ul li.pro-feature-responsive a.hover:after {
              background-color: #2A91A8; }
        body.open section.pro-area ul li.pro-feature-responsive .iconic * {
          fill: #2A91A8;
          stroke: #2A91A8; }
        body.open section.pro-area ul li.pro-feature-responsive.pro-feature p {
          color: #2A91A8; }
        body.open section.pro-area ul li.pro-feature-production h3 {
          color: #80B23C; }
        body.open section.pro-area ul li.pro-feature-production a {
          color: #80B23C; }
          body.open section.pro-area ul li.pro-feature-production a:active, body.open section.pro-area ul li.pro-feature-production a.active, body.open section.pro-area ul li.pro-feature-production a:hover, body.open section.pro-area ul li.pro-feature-production a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-production a:active:after, body.open section.pro-area ul li.pro-feature-production a.active:after, body.open section.pro-area ul li.pro-feature-production a:hover:after, body.open section.pro-area ul li.pro-feature-production a.hover:after {
              background-color: #80B23C; }
        body.open section.pro-area ul li.pro-feature-production .iconic * {
          fill: #80B23C;
          stroke: #80B23C; }
        body.open section.pro-area ul li.pro-feature-production.pro-feature p {
          color: #80B23C; }
        body.open section.pro-area ul li.pro-feature-guided h3 {
          color: #000000; }
        body.open section.pro-area ul li.pro-feature-guided a {
          color: #000000; }
          body.open section.pro-area ul li.pro-feature-guided a:active, body.open section.pro-area ul li.pro-feature-guided a.active, body.open section.pro-area ul li.pro-feature-guided a:hover, body.open section.pro-area ul li.pro-feature-guided a.hover {
            text-decoration: none; }
            body.open section.pro-area ul li.pro-feature-guided a:active:after, body.open section.pro-area ul li.pro-feature-guided a.active:after, body.open section.pro-area ul li.pro-feature-guided a:hover:after, body.open section.pro-area ul li.pro-feature-guided a.hover:after {
              background-color: #000000; }
        body.open section.pro-area ul li.pro-feature-guided .iconic * {
          fill: #000000;
          stroke: #000000; }
        body.open section.pro-area ul li.pro-feature-guided.pro-feature p {
          color: #000000; }
  body.open section.open-area {
    padding-top: 10em;
    padding-bottom: 10em; }
    body.open section.open-area h2 {
      font-weight: 400; }
    body.open section.open-area hr.thick {
      border-width: 3px; }
    body.open section.open-area header.content-post h2 {
      margin-top: 2em; }
    body.open section.open-area header.content-post p {
      margin-top: 3em; }
      body.open section.open-area header.content-post p a:last-child {
        margin-left: .75em; }
    body.open section.open-area header.content-post .brand {
      margin-bottom: 1.5em; }
      body.open section.open-area header.content-post .brand span {
        font-weight: 700;
        margin-right: .25em; }
    body.open section.open-area article.open-features {
      margin-top: 8em; }
      body.open section.open-area article.open-features h5 {
        font-weight: 600; }
      body.open section.open-area article.open-features p {
        margin-bottom: 0;
        font-size: 11px; }
      body.open section.open-area article.open-features ul {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: 0; }
        body.open section.open-area article.open-features ul:before, body.open section.open-area article.open-features ul:after {
          content: " ";
          display: table; }
        body.open section.open-area article.open-features ul:after {
          clear: both; }
      body.open section.open-area article.open-features li {
        position: relative;
        float: left;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px; }
      body.open section.open-area article.open-features .form-group input {
        margin-bottom: 0; }
      body.open section.open-area article.open-features .btn {
        font-weight: 400;
        margin-left: .75em; }
      body.open section.open-area article.open-features .open-social {
        background-color: whitesmoke;
        padding: 2em;
        border-radius: 5px;
        margin-top: 50px; }
        body.open section.open-area article.open-features .open-social h5 {
          margin-top: 0; }
        body.open section.open-area article.open-features .open-social p {
          margin-top: 1em; }
          body.open section.open-area article.open-features .open-social p:first-of-type {
            margin-top: 2em;
            margin-bottom: 0; }
    body.open section.open-area article.open-controls {
      margin-top: 8em; }
    body.open section.open-area article.icons-list {
      margin-top: 3em; }
      body.open section.open-area article.icons-list ul {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -1em;
        margin-left: -10px;
        margin-right: -10px; }
        body.open section.open-area article.icons-list ul:before, body.open section.open-area article.icons-list ul:after {
          content: " ";
          display: table; }
        body.open section.open-area article.icons-list ul:after {
          clear: both; }
        body.open section.open-area article.icons-list ul li {
          position: relative;
          float: left;
          width: 33.33%;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 20px; }
          body.open section.open-area article.icons-list ul li a {
            display: block;
            border-radius: 10px; }
            body.open section.open-area article.icons-list ul li a:focus {
              outline: none; }
            body.open section.open-area article.icons-list ul li a::-moz-focus-inner {
              border: 0; }
            body.open section.open-area article.icons-list ul li a:hover, body.open section.open-area article.icons-list ul li a.hover, body.open section.open-area article.icons-list ul li a:active, body.open section.open-area article.icons-list ul li a.active {
              text-decoration: none; }
            body.open section.open-area article.icons-list ul li a:hover .icon-display, body.open section.open-area article.icons-list ul li a.hover .icon-display {
              background-color: #ffffff;
              -webkit-box-shadow: 0px 0px 0px 1px #dbdbdb;
              box-shadow: 0px 0px 0px 1px #dbdbdb; }
            body.open section.open-area article.icons-list ul li a:active .icon-display, body.open section.open-area article.icons-list ul li a.active .icon-display {
              background-color: whitesmoke;
              -webkit-box-shadow: 0px 0px 0px 1px #dbdbdb;
              box-shadow: 0px 0px 0px 1px #dbdbdb; }
          body.open section.open-area article.icons-list ul li:last-child {
            border-bottom: 0; }
          body.open section.open-area article.icons-list ul li .icon-name p {
            text-align: center;
            font-size: 11px;
            color: #1a1a1a;
            min-height: 3.5em;
            margin-bottom: 0; }
          body.open section.open-area article.icons-list ul li .icon-display {
            width: 100%;
            margin-bottom: .5em; }
            body.open section.open-area article.icons-list ul li .icon-display .icon-container {
              display: block;
              position: relative;
              width: 100%;
              min-height: 96px; }
              body.open section.open-area article.icons-list ul li .icon-display .icon-container .icon {
                width: 16px;
                height: 16px;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto; }
          body.open section.open-area article.icons-list ul li .icon-code {
            display: none; }
      body.open section.open-area article.icons-list .popover {
        width: 300px;
        max-width: 300px;
        color: whitesmoke;
        font-weight: 500;
        border-radius: 1px; }
        body.open section.open-area article.icons-list .popover .icon-code-item {
          margin: 1em 0; }
          body.open section.open-area article.icons-list .popover .icon-code-item:first-of-type {
            margin-top: 0; }
          body.open section.open-area article.icons-list .popover .icon-code-item:last-of-type {
            margin-bottom: 0; }
        body.open section.open-area article.icons-list .popover .icon-code-title {
          display: block;
          color: #242424;
          margin-bottom: .5em;
          font-size: .75em; }
        body.open section.open-area article.icons-list .popover .icon-code-sample {
          display: block;
          width: 100%;
          font-size: .8em; }
        body.open section.open-area article.icons-list .popover pre {
          border: 0;
          background-color: transparent;
          margin: 0;
          padding: 0;
          font-size: 11px; }
          body.open section.open-area article.icons-list .popover pre code {
            border-bottom: 0; }
        body.open section.open-area article.icons-list .popover.top {
          margin-top: -12px; }
    body.open section.open-area article.open-info {
      margin-top: 5em; }
    body.open section.open-area article.open-documentation {
      font-size: 13px; }
      body.open section.open-area article.open-documentation .open-guide hr {
        border-bottom: 1px dotted #ededed; }
        body.open section.open-area article.open-documentation .open-guide hr.transparent {
          border-color: transparent;
          margin-top: 0; }
      body.open section.open-area article.open-documentation .open-guide h4 {
        margin-top: 0; }
      body.open section.open-area article.open-documentation .open-guide h5 {
        margin-top: 0; }
        body.open section.open-area article.open-documentation .open-guide h5:last-of-type {
          margin-top: 2em; }
      body.open section.open-area article.open-documentation .open-guide pre {
        margin-top: 0;
        margin-bottom: 0; }
      body.open section.open-area article.open-documentation .open-guide-section {
        margin-top: 1.5em; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  body.open section.pro-area ul li {
    width: 33.33%; }
  body.open section.open-area article.open-features li {
    width: 100%; }
  body.open section.open-area article.open-features .open-social {
    padding: 3em;
    margin-top: 0;
    margin-left: 50px; }
  body.open section.open-area article.icons-list ul li {
    width: 16.66%; } }
/* Medium devices (desktops and up) */
@media (min-width: 992px) {
  body.open section.open-area article.open-features li {
    width: 50%; }
  body.open section.open-area article.icons-list ul li {
    width: 12.5%; }
  body.open section.open-area article.open-documentation p {
    margin-bottom: 0; } }
/* Large devices (large desktops and up) */
@media (min-width: 1200px) {
  body.open section.open-area article.open-features li {
    width: 33.33%; }
  body.open section.open-area article.icons-list ul li {
    width: 11.11%; } }
body.purchase {
  background-color: #ffffff; }
  body.purchase a {
    color: #078dd8; }
  body.purchase .brand {
    margin-top: 1em;
    margin-bottom: 2em; }
    body.purchase .brand a {
      color: #1a1a1a; }
      body.purchase .brand a:hover, body.purchase .brand a.hover, body.purchase .brand a:active, body.purchase .brand a.active {
        color: #000000;
        text-decoration: none; }
  body.purchase .container {
    margin-top: 0; }
  body.purchase section {
    padding-top: 3em;
    padding-bottom: 5em; }
    body.purchase section article {
      padding: 1.5em; }
      body.purchase section article h4 {
        margin-top: 0;
        padding-bottom: 1em; }
      body.purchase section article .purchase-get {
        margin-top: 15px; }
        body.purchase section article .purchase-get p {
          font-size: 12px;
          font-weight: 500; }
      body.purchase section article.purchase-selection {
        background-color: whitesmoke;
        border-top: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-left: 1px solid #ededed; }
        body.purchase section article.purchase-selection .purchase-help {
          display: inline-block;
          text-align: right; }
          body.purchase section article.purchase-selection .purchase-help a {
            font-weight: 400;
            color: #666666; }
            body.purchase section article.purchase-selection .purchase-help a:hover, body.purchase section article.purchase-selection .purchase-help a.hover, body.purchase section article.purchase-selection .purchase-help a:active, body.purchase section article.purchase-selection .purchase-help a.active {
              text-decoration: underline; }
        body.purchase section article.purchase-selection .purchase-totals {
          margin-top: 2em; }
          body.purchase section article.purchase-selection .purchase-totals h4 {
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 0;
            padding-bottom: 0; }
          body.purchase section article.purchase-selection .purchase-totals p {
            margin-bottom: 0; }
        body.purchase section article.purchase-selection .purchase-item {
          display: block;
          background-color: #ffffff;
          cursor: pointer;
          border-top: 1px solid #ededed;
          border-left: 1px solid #ededed;
          border-bottom: 1px solid #ededed;
          border-right: 1px solid #ededed; }
          body.purchase section article.purchase-selection .purchase-item h3 {
            color: #1a1a1a;
            font-weight: 500;
            margin-bottom: 0; }
          body.purchase section article.purchase-selection .purchase-item h4 {
            color: #1a1a1a;
            font-weight: 500;
            padding-bottom: 0; }
          body.purchase section article.purchase-selection .purchase-item p {
            color: #666666;
            margin-bottom: 0; }
          body.purchase section article.purchase-selection .purchase-item .purchase-toggle {
            display: block;
            width: 100%;
            margin-top: .5em; }
            body.purchase section article.purchase-selection .purchase-item .purchase-toggle .purchase-check {
              display: block;
              position: relative;
              background-color: #ffffff;
              border: 2px solid #cccccc;
              height: 32px;
              width: 32px;
              border-radius: 16px; }
              body.purchase section article.purchase-selection .purchase-item .purchase-toggle .purchase-check .iconic {
                opacity: 0;
                filter: alpha(opacity=0);
                position: absolute;
                top: -2px;
                left: -2px; }
                body.purchase section article.purchase-selection .purchase-item .purchase-toggle .purchase-check .iconic * {
                  fill: #078dd8;
                  stroke: #078dd8; }
          body.purchase section article.purchase-selection .purchase-item .condense {
            letter-spacing: -.5px; }
          body.purchase section article.purchase-selection .purchase-item:nth-child(2) {
            border-top: 0; }
          body.purchase section article.purchase-selection .purchase-item:hover .purchase-toggle .purchase-check, body.purchase section article.purchase-selection .purchase-item.hover .purchase-toggle .purchase-check {
            border-color: #078dd8; }
          body.purchase section article.purchase-selection .purchase-item:active .purchase-toggle .purchase-check, body.purchase section article.purchase-selection .purchase-item.active .purchase-toggle .purchase-check {
            border-color: #078dd8;
            background-color: #ffffff; }
            body.purchase section article.purchase-selection .purchase-item:active .purchase-toggle .purchase-check svg, body.purchase section article.purchase-selection .purchase-item.active .purchase-toggle .purchase-check svg {
              opacity: 1;
              filter: alpha(opacity=100); }
          body.purchase section article.purchase-selection .purchase-item.full {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            min-height: 1px;
            padding-left: 25px;
            padding-right: 25px;
            padding: 3em; }
            @media (min-width: 768px) {
              body.purchase section article.purchase-selection .purchase-item.full {
                float: left;
                width: 100%; } }
          body.purchase section article.purchase-selection .purchase-item.wide {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            min-height: 1px;
            padding-left: 25px;
            padding-right: 25px;
            padding: 3em; }
            @media (min-width: 768px) {
              body.purchase section article.purchase-selection .purchase-item.wide {
                float: left;
                width: 58.33333%; } }
          body.purchase section article.purchase-selection .purchase-item.narrow {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            min-height: 1px;
            padding-left: 25px;
            padding-right: 25px;
            padding: 3em; }
            @media (min-width: 768px) {
              body.purchase section article.purchase-selection .purchase-item.narrow {
                float: left;
                width: 41.66667%; } }
        body.purchase section article.purchase-selection .purchase-free {
          display: block;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 25px;
          padding-right: 25px;
          padding: 2em 3em;
          background-color: #ededed;
          cursor: pointer;
          border-left: 1px solid #ededed;
          border-bottom: 1px solid #ededed;
          border-right: 1px solid #ededed; }
          body.purchase section article.purchase-selection .purchase-free p {
            color: #666666;
            margin-bottom: 0; }
          body.purchase section article.purchase-selection .purchase-free a {
            font-weight: 600; }
      body.purchase section article.purchase-info {
        padding-bottom: 3em;
        background-color: whitesmoke;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        border-left: 1px solid #ededed; }
        body.purchase section article.purchase-info small {
          color: #666666; }
        body.purchase section article.purchase-info .purchase-account {
          margin-bottom: 3em; }
        body.purchase section article.purchase-info .purchase-billing .form-cc {
          position: relative;
          width: 100%;
          float: left; }
          body.purchase section article.purchase-info .purchase-billing .form-cc .iconic {
            display: block;
            position: absolute;
            top: 1.1em;
            right: 1em; }
            body.purchase section article.purchase-info .purchase-billing .form-cc .iconic * {
              fill: #cccccc;
              stroke: #cccccc; }
        body.purchase section article.purchase-info .purchase-billing .form-exp {
          width: 60%;
          float: left;
          padding-right: 8px; }
        body.purchase section article.purchase-info .purchase-billing .form-cvc {
          width: 40%;
          float: left; }
        body.purchase section article.purchase-info .purchase-billing .purchase-get {
          margin-top: 1.5em; }

body.purchase-pro-iconic article.purchase-billing {
  display: block; }
body.purchase-pro-iconic article.get-open {
  display: none; }

body.purchase-open-iconic article.purchase-billing {
  display: none; }
body.purchase-open-iconic article.buy-pro {
  display: none; }

@media (min-width: 768px) {
  body.purchase section {
    padding-top: 5em;
    padding-bottom: 7em; }
    body.purchase section article.purchase-selection {
      padding: 5em 5em 0 5em; }
      body.purchase section article.purchase-selection .purchase-item {
        min-height: 21em; }
        body.purchase section article.purchase-selection .purchase-item:nth-child(2) {
          border-top: 1px solid #ededed;
          border-left: 0; }
    body.purchase section article.purchase-info {
      padding: 2.5em 5em 5em 5em; }
      body.purchase section article.purchase-info .purchase-billing .form-cc {
        position: relative;
        width: 53%;
        float: left; }
      body.purchase section article.purchase-info .purchase-billing .form-exp {
        width: 30%;
        float: left;
        padding-left: 8px;
        padding-right: 8px; }
      body.purchase section article.purchase-info .purchase-billing .form-cvc {
        width: 17%;
        float: left; } }
@media (min-width: 992px) {
  body.purchase section article.purchase-selection {
    padding: 7em 7em 0 7em; }
  body.purchase section article.purchase-info {
    padding: 3.5em 7em 7em 7em; } }
@media (min-width: 1200px) {
  body.purchase section article.purchase-selection .purchase-item {
    min-height: 19em; } }
body.signature {
  height: 100%;
  width: 100%;
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-color: whitesmoke;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear; }
  body.signature small {
    font-size: 12px;
    font-weight: 500; }
  body.signature p {
    color: #242424;
    margin-top: 10px; }
    body.signature p a:not(.btn) {
      color: #1a1a1a;
      font-weight: 400; }
      body.signature p a:not(.btn):hover, body.signature p a:not(.btn).hover, body.signature p a:not(.btn):active, body.signature p a:not(.btn).active {
        color: #000000;
        text-decoration: underline; }
    body.signature p.text-success {
      color: #80B23C;
      font-weight: 500; }
    body.signature p.brand {
      color: #1a1a1a; }
      body.signature p.brand a:hover, body.signature p.brand a.hover, body.signature p.brand a:active, body.signature p.brand a.active {
        text-decoration: none; }
  body.signature section {
    width: 300px;
    padding: 15px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    body.signature section form {
      margin-top: 50px; }
  body.signature .sign-in-block, body.signature .sign-up-block, body.signature .password-reset, body.signature .password-reset-success {
    margin: 20px auto; }
  body.signature .wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  body.signature .help-block {
    font-size: 11px;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #666666; }
  body.signature .btn {
    font-weight: 400; }

/* Small devices (tablet and up) */
@media (min-width: 768px) {
  body.signature {
    background-color: whitesmoke; }
    body.signature section {
      width: 400px;
      padding: 50px;
      background-color: #ffffff;
      border: 1px solid whitesmoke;
      border-top: 1px solid whitesmoke;
      border-left: 1px solid whitesmoke;
      border-right: 1px solid whitesmoke;
      box-shadow: 0 1px 0 0 transparent, 0 -5px 0 0 transparent; }

  body.signature-error section {
    box-shadow: 0 1px 0 0 transparent, 0 -5px 0 0 #DA3A35;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; } }
/* Medium devices (desktops and up) */
/* Large devices (large desktops and up) */
body.tool header.content-post {
  text-align: center; }
  body.tool header.content-post h2 {
    margin-top: 2.5em; }

body.tools article {
  margin-bottom: -3em; }
  body.tools article .tool-item {
    margin-bottom: 3em; }

@media (min-width: 768px) {
  body.tools article {
    margin-bottom: -5em; }
    body.tools article .tool-item {
      margin-bottom: 5em; } }
body,
html {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased; }

.iconic-property-fill,
.iconic-property-text {
  stroke: none !important; }

.iconic-property-stroke {
  fill: none !important; }

/*# sourceMappingURL=styles.css.map */
