@media screen and (min-width: 992px) {
  .help-bar-active.img-none img {
    background-color: #8e8e8e;
    display: block; }
  .help-bar-active[font-size='1'] {
    line-height: normal; }
    .help-bar-active[font-size='1'] h1 {
      font-size: 40px; }
    .help-bar-active[font-size='1'] h2 {
      font-size: 30px; }
    .help-bar-active[font-size='1'] h3 {
      font-size: 24px; }
    .help-bar-active[font-size='1'] * {
      font-size: 20px;
      line-height: 150%; }
  .help-bar-active[font-size='2'] {
    line-height: normal; }
    .help-bar-active[font-size='2'] h1 {
      font-size: 48px; }
    .help-bar-active[font-size='2'] h2 {
      font-size: 36px; }
    .help-bar-active[font-size='2'] h3 {
      font-size: 28px; }
    .help-bar-active[font-size='2'] * {
      font-size: 24px;
      line-height: 150%; }
  .help-bar-active[color-scheme='1'] *:not(.not-hb) {
    background-color: #fff !important;
    color: #000 !important;
    fill: #000000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .help-bar-active[color-scheme='2'] *:not(.not-hb) {
    background-color: #000 !important;
    color: #fff !important;
    fill: #ffffff !important;
    border-color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    flood-color: #ffffff !important; }
  .help-bar-active[color-scheme='3'] *:not(.not-hb) {
    background-color: #9dd1ff !important;
    color: #063462 !important;
    fill: #063462 !important;
    border-color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .help-bar-active[color-scheme='4'] *:not(.not-hb) {
    background-color: #f7f3d6 !important;
    color: #4d4b43 !important;
    fill: #4D4B43 !important;
    border-color: #4d4b43 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .help-bar {
    opacity: 0;
    transition: all ease 0.3s;
    display: block;
    max-height: 0; }
    .help-bar._active {
      opacity: 1;
      overflow: visible;
      max-height: 60px; }
    .help-bar__body {
      padding: 10px 0;
      background-color: #1B93DC;
      color: white;
      font-size: 16px;
      line-height: 150%;
      font-weight: 300; }
    .help-bar__row {
      display: flex;
      align-items: center;
      margin: 0 -15px;
      justify-content: space-between; }
    .help-bar__col {
      padding: 0 15px; }

  .hb-item {
    display: flex;
    align-items: center; }
    .hb-item__title {
      margin-right: 10px; }
    .hb-item__list {
      display: flex;list-style: none;
      align-items: center; }
      .hb-item__list ul {
        display: flex;
        margin: 0 -5px; }
      .hb-item__list li {
        padding: 0 5px; }
        .hb-item__list li span {
          padding: 5px;
          cursor: pointer;
          transition: all ease 0.3s;
          display: block; }
          .hb-item__list li span._active, .hb-item__list li span:hover {
            background-color: #000;
            color: white; }
    .hb-item .hb-color._active {
      box-shadow: 0 0 0 2px #fff; }
    .hb-item #hb-font-1 {
      font-size: 14pt; }
    .hb-item #hb-font-2 {
      font-size: 17pt; }
    .hb-item #hb-font-3 {
      font-size: 20pt; }
    .hb-item #hb-color-1 {
      color: #000;
      background-color: #fff; }
    .hb-item #hb-color-2 {
      color: #fff;
      background-color: #000; }
    .hb-item #hb-color-3 {
      color: #063462;
      background-color: #9dd1ff; }
    .hb-item #hb-color-4 {
      color: #4D4B43;
      background-color: #f7f3d6; } }
@media screen and (max-width: 991.5px) {
  .help-bar {
    display: none; } }

/*# sourceMappingURL=help-bar.css.map */
