@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3317210, 2016-12-06T05:24:52-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Wingdings2 by Ascender
 * URL: http://www.myfonts.com/fonts/ascender/wingdings/2/
 * Copyright: Copyright &#x00A9; 1992-1995 Microsoft Corp. All Rights Reserved. &#x00A9; 1990-1991 Type Solutions, Inc. All Rights Reserved.
 * Licensed pageviews: 250,000
 *
 * Webfont: FrutigerLTPro-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/frutiger/pro-65-bold/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced,
 * Licensed pageviews: 500,000
 *
 * Webfont: FrutigerLTPro-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/frutiger/pro-55-roman/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced,
 * Licensed pageviews: 250,000
 *
 * Webfont: FrutigerLTPro-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/frutiger/frutiger-pro-45-light/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced,
 * Licensed pageviews: 250,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3317210
 *
 * ´┐¢ 2016 MyFonts Inc */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, .banner-button, .banner-button-secondary, .t2v-tline .tci.chat-invite section .button-ok, .t2v-tline .tci.chat-invite section .button-not,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: whitesmoke;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
.banner-button,
.banner-button-secondary,
.t2v-tline .tci.chat-invite section .button-ok,
.t2v-tline .tci.chat-invite section .button-not,
input,
select,
textarea {
  font-family: Frutiger 45, "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Inconsolata", "Consolas", "Monaco", monospace;
  line-height: 1.25; }

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857; }

a {
  color: #1a5b17;
  cursor: pointer;
  text-decoration: none;
  transition: none 86ms ease-out; }
  a:hover {
    color: #363636; }

code {
  background-color: whitesmoke;
  color: #960000;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 2px 2px; }

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 20px 0; }

img {
  width: 100%;
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 12px; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #363636;
  font-weight: 700; }

pre {
  background-color: whitesmoke;
  color: #4a4a4a;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: whitesmoke;
    color: #4a4a4a;
    display: block;
    overflow-x: auto;
    padding: 16px 20px; }

table {
  width: 100%; }
  table td,
  table th {
    text-align: left;
    vertical-align: top; }
  table th {
    color: #363636; }

@keyframes svg-animation {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
circle {
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: #2f3d4c;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%; }

@keyframes circle-animation {
  0%,
25% {
    stroke-dashoffset: 280;
    transform: rotate(0); }
  50%,
75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg); }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg); } }
.column {
  display: block;
  flex-basis: 0;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-shrink: 1;
  padding: 10px; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 48%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3, .columns.is-mobile > .column.commlist-side, .columns.is-mobile > .column.postlist-side {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5, div[class^="box-"] .columns.is-mobile > .column.title {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6, div[class^="box-"] .columns.is-mobile > .column.subtitle {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 48%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 48%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.commlist-side, .column.postlist-side, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, div[class^="box-"] .column.title, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, div[class^="box-"] .column.subtitle, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 48%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 48%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }

.columns {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; }
  .columns.vertLabel {
    padding-left: 30px; }
    .columns.vertLabel:before {
      background: #1a5b17; }
  .columns:last-child {
    margin-bottom: -10px; }
  .columns:not(:last-child) {
    margin-bottom: 10px; }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 20px; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 769px), print {
    .columns.is-grid {
      flex-wrap: wrap; }
      .columns.is-grid > .column {
        max-width: 33.3333%;
        padding: 10px;
        width: 33.3333%; }
        .columns.is-grid > .column + .column {
          margin-left: 0; } }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px; }
    .tile.is-ancestor:last-child {
      margin-bottom: -10px; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 10px; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 10px; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 20px !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3, .tile.commlist-side, .tile.postlist-side {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5, div[class^="box-"] .tile.title {
      flex: none;
      width: 41.66667%; }
    .tile.is-6, div[class^="box-"] .tile.subtitle {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

/* Vers. 5.7.2 */
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 *readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-abacus:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-acorn:before {
  content: ""; }

.fa-acquisitions-incorporated:before {
  content: ""; }

.fa-ad:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adobe:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-air-freshener:before {
  content: ""; }

.fa-alarm-clock:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-alicorn:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-alipay:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-analytics:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angel:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angry:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-ankh:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-alt:before {
  content: ""; }

.fa-apple-crate:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-archway:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-alt-down:before {
  content: ""; }

.fa-arrow-alt-from-bottom:before {
  content: ""; }

.fa-arrow-alt-from-left:before {
  content: ""; }

.fa-arrow-alt-from-right:before {
  content: ""; }

.fa-arrow-alt-from-top:before {
  content: ""; }

.fa-arrow-alt-left:before {
  content: ""; }

.fa-arrow-alt-right:before {
  content: ""; }

.fa-arrow-alt-square-down:before {
  content: ""; }

.fa-arrow-alt-square-left:before {
  content: ""; }

.fa-arrow-alt-square-right:before {
  content: ""; }

.fa-arrow-alt-square-up:before {
  content: ""; }

.fa-arrow-alt-to-bottom:before {
  content: ""; }

.fa-arrow-alt-to-left:before {
  content: ""; }

.fa-arrow-alt-to-right:before {
  content: ""; }

.fa-arrow-alt-to-top:before {
  content: ""; }

.fa-arrow-alt-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-from-bottom:before {
  content: ""; }

.fa-arrow-from-left:before {
  content: ""; }

.fa-arrow-from-right:before {
  content: ""; }

.fa-arrow-from-top:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-square-down:before {
  content: ""; }

.fa-arrow-square-left:before {
  content: ""; }

.fa-arrow-square-right:before {
  content: ""; }

.fa-arrow-square-up:before {
  content: ""; }

.fa-arrow-to-bottom:before {
  content: ""; }

.fa-arrow-to-left:before {
  content: ""; }

.fa-arrow-to-right:before {
  content: ""; }

.fa-arrow-to-top:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-artstation:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-atlas:before {
  content: ""; }

.fa-atlassian:before {
  content: ""; }

.fa-atom:before {
  content: ""; }

.fa-atom-alt:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-award:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-axe:before {
  content: ""; }

.fa-axe-battle:before {
  content: ""; }

.fa-baby:before {
  content: ""; }

.fa-baby-carriage:before {
  content: ""; }

.fa-backpack:before {
  content: ""; }

.fa-backspace:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-bacon:before {
  content: ""; }

.fa-badge:before {
  content: ""; }

.fa-badge-check:before {
  content: ""; }

.fa-badge-dollar:before {
  content: ""; }

.fa-badge-percent:before {
  content: ""; }

.fa-badger-honey:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-balance-scale-left:before {
  content: ""; }

.fa-balance-scale-right:before {
  content: ""; }

.fa-ball-pile:before {
  content: ""; }

.fa-ballot:before {
  content: ""; }

.fa-ballot-check:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-barcode-alt:before {
  content: ""; }

.fa-barcode-read:before {
  content: ""; }

.fa-barcode-scan:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-basketball-hoop:before {
  content: ""; }

.fa-bat:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-bolt:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-slash:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-school:before {
  content: ""; }

.fa-bell-school-slash:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bells:before {
  content: ""; }

.fa-bezier-curve:before {
  content: ""; }

.fa-bible:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-biohazard:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blanket:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blender-phone:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blog:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-bone:before {
  content: ""; }

.fa-bone-break:before {
  content: ""; }

.fa-bong:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-alt:before {
  content: ""; }

.fa-book-dead:before {
  content: ""; }

.fa-book-heart:before {
  content: ""; }

.fa-book-medical:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-book-reader:before {
  content: ""; }

.fa-book-spells:before {
  content: ""; }

.fa-book-user:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-books:before {
  content: ""; }

.fa-books-medical:before {
  content: ""; }

.fa-boot:before {
  content: ""; }

.fa-booth-curtain:before {
  content: ""; }

.fa-bow-arrow:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-bowling-pins:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-alt:before {
  content: ""; }

.fa-box-ballot:before {
  content: ""; }

.fa-box-check:before {
  content: ""; }

.fa-box-fragile:before {
  content: ""; }

.fa-box-full:before {
  content: ""; }

.fa-box-heart:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-box-up:before {
  content: ""; }

.fa-box-usd:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-boxes-alt:before {
  content: ""; }

.fa-boxing-glove:before {
  content: ""; }

.fa-brackets:before {
  content: ""; }

.fa-brackets-curly:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-brain:before {
  content: ""; }

.fa-bread-loaf:before {
  content: ""; }

.fa-bread-slice:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-browser:before {
  content: ""; }

.fa-brush:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-bullseye-arrow:before {
  content: ""; }

.fa-bullseye-pointer:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-burrito:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-bus-alt:before {
  content: ""; }

.fa-bus-school:before {
  content: ""; }

.fa-business-time:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-cabinet-filing:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calculator-alt:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-day:before {
  content: ""; }

.fa-calendar-edit:before {
  content: ""; }

.fa-calendar-exclamation:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-star:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-calendar-week:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-alt:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-campfire:before {
  content: ""; }

.fa-campground:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-candle-holder:before {
  content: ""; }

.fa-candy-cane:before {
  content: ""; }

.fa-candy-corn:before {
  content: ""; }

.fa-cannabis:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-car-alt:before {
  content: ""; }

.fa-car-battery:before {
  content: ""; }

.fa-car-bump:before {
  content: ""; }

.fa-car-crash:before {
  content: ""; }

.fa-car-garage:before {
  content: ""; }

.fa-car-mechanic:before {
  content: ""; }

.fa-car-side:before {
  content: ""; }

.fa-car-tilt:before {
  content: ""; }

.fa-car-wash:before {
  content: ""; }

.fa-caret-circle-down:before {
  content: ""; }

.fa-caret-circle-left:before {
  content: ""; }

.fa-caret-circle-right:before {
  content: ""; }

.fa-caret-circle-up:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-carrot:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cash-register:before {
  content: ""; }

.fa-cat:before {
  content: ""; }

.fa-cauldron:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chair:before {
  content: ""; }

.fa-chair-office:before {
  content: ""; }

.fa-chalkboard:before {
  content: ""; }

.fa-chalkboard-teacher:before {
  content: ""; }

.fa-charging-station:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-line-down:before {
  content: ""; }

.fa-chart-network:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-chart-pie-alt:before {
  content: ""; }

.fa-chart-scatter:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-double:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-cheese:before {
  content: ""; }

.fa-cheese-swiss:before {
  content: ""; }

.fa-cheeseburger:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-bishop-alt:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-clock:before {
  content: ""; }

.fa-chess-clock-alt:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-king-alt:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-knight-alt:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-pawn-alt:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-queen-alt:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chess-rook-alt:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before, .right-chevron:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-double-down:before {
  content: ""; }

.fa-chevron-double-left:before {
  content: ""; }

.fa-chevron-double-right:before {
  content: ""; }

.fa-chevron-double-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-square-down:before {
  content: ""; }

.fa-chevron-square-left:before {
  content: ""; }

.fa-chevron-square-right:before {
  content: ""; }

.fa-chevron-square-up:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chimney:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-church:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-city:before {
  content: ""; }

.fa-claw-marks:before {
  content: ""; }

.fa-clinic-medical:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clipboard-list-check:before {
  content: ""; }

.fa-clipboard-prescription:before {
  content: ""; }

.fa-clipboard-user:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-drizzle:before {
  content: ""; }

.fa-cloud-hail:before {
  content: ""; }

.fa-cloud-hail-mixed:before {
  content: ""; }

.fa-cloud-meatball:before {
  content: ""; }

.fa-cloud-moon:before {
  content: ""; }

.fa-cloud-moon-rain:before {
  content: ""; }

.fa-cloud-rain:before {
  content: ""; }

.fa-cloud-rainbow:before {
  content: ""; }

.fa-cloud-showers:before {
  content: ""; }

.fa-cloud-showers-heavy:before {
  content: ""; }

.fa-cloud-sleet:before {
  content: ""; }

.fa-cloud-snow:before {
  content: ""; }

.fa-cloud-sun:before {
  content: ""; }

.fa-cloud-sun-rain:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-clouds:before {
  content: ""; }

.fa-clouds-moon:before {
  content: ""; }

.fa-clouds-sun:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-club:before {
  content: ""; }

.fa-cocktail:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-code-commit:before {
  content: ""; }

.fa-code-merge:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-coffee-togo:before {
  content: ""; }

.fa-coffin:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-alt-check:before {
  content: ""; }

.fa-comment-alt-dollar:before {
  content: ""; }

.fa-comment-alt-dots:before {
  content: ""; }

.fa-comment-alt-edit:before {
  content: ""; }

.fa-comment-alt-exclamation:before {
  content: ""; }

.fa-comment-alt-lines:before {
  content: ""; }

.fa-comment-alt-medical:before {
  content: ""; }

.fa-comment-alt-minus:before {
  content: ""; }

.fa-comment-alt-plus:before {
  content: ""; }

.fa-comment-alt-slash:before {
  content: ""; }

.fa-comment-alt-smile:before {
  content: ""; }

.fa-comment-alt-times:before {
  content: ""; }

.fa-comment-check:before {
  content: ""; }

.fa-comment-dollar:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-edit:before {
  content: ""; }

.fa-comment-exclamation:before {
  content: ""; }

.fa-comment-lines:before {
  content: ""; }

.fa-comment-medical:before {
  content: ""; }

.fa-comment-minus:before {
  content: ""; }

.fa-comment-plus:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comment-smile:before {
  content: ""; }

.fa-comment-times:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-alt:before {
  content: ""; }

.fa-comments-alt-dollar:before {
  content: ""; }

.fa-comments-dollar:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compass-slash:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-arrows-alt:before {
  content: ""; }

.fa-compress-wide:before {
  content: ""; }

.fa-concierge-bell:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-container-storage:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-conveyor-belt:before {
  content: ""; }

.fa-conveyor-belt-alt:before {
  content: ""; }

.fa-cookie:before {
  content: ""; }

.fa-cookie-bite:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-corn:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cow:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-creative-commons-by:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-credit-card-blank:before {
  content: ""; }

.fa-credit-card-front:before {
  content: ""; }

.fa-cricket:before {
  content: ""; }

.fa-critical-role:before {
  content: ""; }

.fa-croissant:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crop-alt:before {
  content: ""; }

.fa-cross:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-crow:before {
  content: ""; }

.fa-crown:before {
  content: ""; }

.fa-crutch:before {
  content: ""; }

.fa-crutches:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-curling:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-dagger:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-debug:before {
  content: ""; }

.fa-deer:before {
  content: ""; }

.fa-deer-rudolph:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-democrat:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-desktop-alt:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-dewpoint:before {
  content: ""; }

.fa-dharmachakra:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-d10:before {
  content: ""; }

.fa-dice-d12:before {
  content: ""; }

.fa-dice-d20:before {
  content: ""; }

.fa-dice-d4:before {
  content: ""; }

.fa-dice-d6:before {
  content: ""; }

.fa-dice-d8:before {
  content: ""; }

.fa-dice-five:before {
  content: ""; }

.fa-dice-four:before {
  content: ""; }

.fa-dice-one:before {
  content: ""; }

.fa-dice-six:before {
  content: ""; }

.fa-dice-three:before {
  content: ""; }

.fa-dice-two:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-digital-tachograph:before {
  content: ""; }

.fa-diploma:before {
  content: ""; }

.fa-directions:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-disease:before {
  content: ""; }

.fa-divide:before {
  content: ""; }

.fa-dizzy:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-do-not-enter:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dog:before {
  content: ""; }

.fa-dog-leashed:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-empty:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-dolly-flatbed-alt:before {
  content: ""; }

.fa-dolly-flatbed-empty:before {
  content: ""; }

.fa-donate:before {
  content: ""; }

.fa-door-closed:before {
  content: ""; }

.fa-door-open:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-dove:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-drafting-compass:before {
  content: ""; }

.fa-dragon:before {
  content: ""; }

.fa-draw-circle:before {
  content: ""; }

.fa-draw-polygon:before {
  content: ""; }

.fa-draw-square:before {
  content: ""; }

.fa-dreidel:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drum:before {
  content: ""; }

.fa-drum-steelpan:before {
  content: ""; }

.fa-drumstick:before {
  content: ""; }

.fa-drumstick-bite:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-duck:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dumpster:before {
  content: ""; }

.fa-dumpster-fire:before {
  content: ""; }

.fa-dungeon:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-ear:before {
  content: ""; }

.fa-ear-muffs:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-eclipse:before {
  content: ""; }

.fa-eclipse-alt:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-egg:before {
  content: ""; }

.fa-egg-fried:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-elephant:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-h-alt:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ellipsis-v-alt:before {
  content: ""; }

.fa-ello:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-empty-set:before {
  content: ""; }

.fa-engine-warning:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-dollar:before {
  content: ""; }

.fa-envelope-open-text:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-equals:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-ethernet:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-square:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expand-wide:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-evil:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fantasy-flight-games:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-feather:before {
  content: ""; }

.fa-feather-alt:before {
  content: ""; }

.fa-fedex:before {
  content: ""; }

.fa-fedora:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-field-hockey:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-figma:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-certificate:before {
  content: ""; }

.fa-file-chart-line:before {
  content: ""; }

.fa-file-chart-pie:before {
  content: ""; }

.fa-file-check:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-contract:before {
  content: ""; }

.fa-file-csv:before {
  content: ""; }

.fa-file-download:before {
  content: ""; }

.fa-file-edit:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-exclamation:before {
  content: ""; }

.fa-file-export:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-import:before {
  content: ""; }

.fa-file-invoice:before {
  content: ""; }

.fa-file-invoice-dollar:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-minus:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-plus:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-prescription:before {
  content: ""; }

.fa-file-signature:before {
  content: ""; }

.fa-file-spreadsheet:before {
  content: ""; }

.fa-file-times:before {
  content: ""; }

.fa-file-upload:before {
  content: ""; }

.fa-file-user:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-files-medical:before {
  content: ""; }

.fa-fill:before {
  content: ""; }

.fa-fill-drip:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-film-alt:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fingerprint:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-alt:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-fire-smoke:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-fireplace:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-first-order-alt:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-fish:before {
  content: ""; }

.fa-fish-cooked:before {
  content: ""; }

.fa-fist-raised:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-alt:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flag-usa:before {
  content: ""; }

.fa-flame:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flask-poison:before {
  content: ""; }

.fa-flask-potion:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-flower:before {
  content: ""; }

.fa-flower-daffodil:before {
  content: ""; }

.fa-flower-tulip:before {
  content: ""; }

.fa-flushed:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-fog:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-minus:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-folder-plus:before {
  content: ""; }

.fa-folder-times:before {
  content: ""; }

.fa-folder-tree:before {
  content: ""; }

.fa-folders:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-football-helmet:before {
  content: ""; }

.fa-forklift:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-fragile:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-french-fries:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frosty-head:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-frown-open:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-function:before {
  content: ""; }

.fa-funnel-dollar:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gas-pump:before {
  content: ""; }

.fa-gas-pump-slash:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-ghost:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-gift-card:before {
  content: ""; }

.fa-gifts:before {
  content: ""; }

.fa-gingerbread-man:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass:before {
  content: ""; }

.fa-glass-champagne:before {
  content: ""; }

.fa-glass-cheers:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glass-martini-alt:before {
  content: ""; }

.fa-glass-whiskey:before {
  content: ""; }

.fa-glass-whiskey-rocks:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glasses-alt:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-globe-africa:before {
  content: ""; }

.fa-globe-americas:before {
  content: ""; }

.fa-globe-asia:before {
  content: ""; }

.fa-globe-europe:before {
  content: ""; }

.fa-globe-snow:before {
  content: ""; }

.fa-globe-stand:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-golf-club:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-gopuram:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-greater-than:before {
  content: ""; }

.fa-greater-than-equal:before {
  content: ""; }

.fa-grimace:before {
  content: ""; }

.fa-grin:before {
  content: ""; }

.fa-grin-alt:before {
  content: ""; }

.fa-grin-beam:before {
  content: ""; }

.fa-grin-beam-sweat:before {
  content: ""; }

.fa-grin-hearts:before {
  content: ""; }

.fa-grin-squint:before {
  content: ""; }

.fa-grin-squint-tears:before {
  content: ""; }

.fa-grin-stars:before {
  content: ""; }

.fa-grin-tears:before {
  content: ""; }

.fa-grin-tongue:before {
  content: ""; }

.fa-grin-tongue-squint:before {
  content: ""; }

.fa-grin-tongue-wink:before {
  content: ""; }

.fa-grin-wink:before {
  content: ""; }

.fa-grip-horizontal:before {
  content: ""; }

.fa-grip-lines:before {
  content: ""; }

.fa-grip-lines-vertical:before {
  content: ""; }

.fa-grip-vertical:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-guitar:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-h1:before {
  content: ""; }

.fa-h2:before {
  content: ""; }

.fa-h3:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hackerrank:before {
  content: ""; }

.fa-hamburger:before {
  content: ""; }

.fa-hammer:before {
  content: ""; }

.fa-hammer-war:before {
  content: ""; }

.fa-hamsa:before {
  content: ""; }

.fa-hand-heart:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-box:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-magic:before {
  content: ""; }

.fa-hand-holding-seedling:before {
  content: ""; }

.fa-hand-holding-usd:before {
  content: ""; }

.fa-hand-holding-water:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-middle-finger:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-receiving:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-hands:before {
  content: ""; }

.fa-hands-heart:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-hands-usd:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-handshake-alt:before {
  content: ""; }

.fa-hanukiah:before {
  content: ""; }

.fa-hard-hat:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hat-santa:before {
  content: ""; }

.fa-hat-winter:before {
  content: ""; }

.fa-hat-witch:before {
  content: ""; }

.fa-hat-wizard:before {
  content: ""; }

.fa-haykal:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-head-side:before {
  content: ""; }

.fa-head-side-brain:before {
  content: ""; }

.fa-head-side-medical:before {
  content: ""; }

.fa-head-vr:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-headphones-alt:before {
  content: ""; }

.fa-headset:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heart-broken:before {
  content: ""; }

.fa-heart-circle:before {
  content: ""; }

.fa-heart-rate:before {
  content: ""; }

.fa-heart-square:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-helicopter:before {
  content: ""; }

.fa-helmet-battle:before {
  content: ""; }

.fa-hexagon:before {
  content: ""; }

.fa-highlighter:before {
  content: ""; }

.fa-hiking:before {
  content: ""; }

.fa-hippo:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-mask:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-hockey-sticks:before {
  content: ""; }

.fa-holly-berry:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-home-alt:before {
  content: ""; }

.fa-home-heart:before {
  content: ""; }

.fa-home-lg:before {
  content: ""; }

.fa-home-lg-alt:before {
  content: ""; }

.fa-hood-cloak:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-horse:before {
  content: ""; }

.fa-horse-head:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hospital-user:before {
  content: ""; }

.fa-hospitals:before {
  content: ""; }

.fa-hot-tub:before {
  content: ""; }

.fa-hotdog:before {
  content: ""; }

.fa-hotel:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-house-damage:before {
  content: ""; }

.fa-house-flood:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-hryvnia:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-humidity:before {
  content: ""; }

.fa-hurricane:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-ice-cream:before {
  content: ""; }

.fa-ice-skate:before {
  content: ""; }

.fa-icicles:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-igloo:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-inbox-in:before {
  content: ""; }

.fa-inbox-out:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-industry-alt:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-info-square:before {
  content: ""; }

.fa-inhaler:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-integral:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-intersection:before {
  content: ""; }

.fa-inventory:before {
  content: ""; }

.fa-invision:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-island-tropical:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-jack-o-lantern:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-jedi:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-jira:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joint:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-journal-whills:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-kaaba:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-key-skeleton:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-keynote:before {
  content: ""; }

.fa-khanda:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kidneys:before {
  content: ""; }

.fa-kiss:before {
  content: ""; }

.fa-kiss-beam:before {
  content: ""; }

.fa-kiss-wink-heart:before {
  content: ""; }

.fa-kite:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-knife-kitchen:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-lambda:before {
  content: ""; }

.fa-lamp:before {
  content: ""; }

.fa-landmark:before {
  content: ""; }

.fa-landmark-alt:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laptop-code:before {
  content: ""; }

.fa-laptop-medical:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-laugh:before {
  content: ""; }

.fa-laugh-beam:before {
  content: ""; }

.fa-laugh-squint:before {
  content: ""; }

.fa-laugh-wink:before {
  content: ""; }

.fa-layer-group:before {
  content: ""; }

.fa-layer-minus:before {
  content: ""; }

.fa-layer-plus:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leaf-heart:before {
  content: ""; }

.fa-leaf-maple:before {
  content: ""; }

.fa-leaf-oak:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-less-than:before {
  content: ""; }

.fa-less-than-equal:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-lightbulb-dollar:before {
  content: ""; }

.fa-lightbulb-exclamation:before {
  content: ""; }

.fa-lightbulb-on:before {
  content: ""; }

.fa-lightbulb-slash:before {
  content: ""; }

.fa-lights-holiday:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lips:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-location-circle:before {
  content: ""; }

.fa-location-slash:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-alt:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-lock-open-alt:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-loveseat:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luchador:before {
  content: ""; }

.fa-luggage-cart:before {
  content: ""; }

.fa-lungs:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-mace:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-mail-bulk:before {
  content: ""; }

.fa-mailbox:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-mandolin:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marked:before {
  content: ""; }

.fa-map-marked-alt:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-marker-alt-slash:before {
  content: ""; }

.fa-map-marker-check:before {
  content: ""; }

.fa-map-marker-edit:before {
  content: ""; }

.fa-map-marker-exclamation:before {
  content: ""; }

.fa-map-marker-minus:before {
  content: ""; }

.fa-map-marker-plus:before {
  content: ""; }

.fa-map-marker-question:before {
  content: ""; }

.fa-map-marker-slash:before {
  content: ""; }

.fa-map-marker-smile:before {
  content: ""; }

.fa-map-marker-times:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-markdown:before {
  content: ""; }

.fa-marker:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mask:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-meat:before {
  content: ""; }

.fa-medal:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-megaphone:before {
  content: ""; }

.fa-megaport:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-meh-blank:before {
  content: ""; }

.fa-meh-rolling-eyes:before {
  content: ""; }

.fa-memory:before {
  content: ""; }

.fa-mendeley:before {
  content: ""; }

.fa-menorah:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-meteor:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-alt-slash:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microscope:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-mind-share:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-hexagon:before {
  content: ""; }

.fa-minus-octagon:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mistletoe:before {
  content: ""; }

.fa-mitten:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-mobile-android:before {
  content: ""; }

.fa-mobile-android-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-money-bill-wave:before {
  content: ""; }

.fa-money-bill-wave-alt:before {
  content: ""; }

.fa-money-check:before {
  content: ""; }

.fa-money-check-alt:before {
  content: ""; }

.fa-monitor-heart-rate:before {
  content: ""; }

.fa-monkey:before {
  content: ""; }

.fa-monument:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-moon-cloud:before {
  content: ""; }

.fa-moon-stars:before {
  content: ""; }

.fa-mortar-pestle:before {
  content: ""; }

.fa-mosque:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mountain:before {
  content: ""; }

.fa-mountains:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-mug-hot:before {
  content: ""; }

.fa-mug-marshmallows:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-narwhal:before {
  content: ""; }

.fa-neos:before {
  content: ""; }

.fa-network-wired:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nimblr:before {
  content: ""; }

.fa-nintendo-switch:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-not-equal:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-octagon:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-oil-can:before {
  content: ""; }

.fa-oil-temp:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-om:before {
  content: ""; }

.fa-omega:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-ornament:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-otter:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-pager:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-paint-brush-alt:before {
  content: ""; }

.fa-paint-roller:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-pallet-alt:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-parking-circle:before {
  content: ""; }

.fa-parking-circle-slash:before {
  content: ""; }

.fa-parking-slash:before {
  content: ""; }

.fa-passport:before {
  content: ""; }

.fa-pastafarianism:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paw-alt:before {
  content: ""; }

.fa-paw-claws:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-peace:before {
  content: ""; }

.fa-pegasus:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-fancy:before {
  content: ""; }

.fa-pen-nib:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pencil-paintbrush:before {
  content: ""; }

.fa-pencil-ruler:before {
  content: ""; }

.fa-pennant:before {
  content: ""; }

.fa-penny-arcade:before {
  content: ""; }

.fa-people-carry:before {
  content: ""; }

.fa-pepper-hot:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-percentage:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-person-booth:before {
  content: ""; }

.fa-person-carry:before {
  content: ""; }

.fa-person-dolly:before {
  content: ""; }

.fa-person-dolly-empty:before {
  content: ""; }

.fa-person-sign:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-office:before {
  content: ""; }

.fa-phone-plus:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pi:before {
  content: ""; }

.fa-pie:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-hat:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pig:before {
  content: ""; }

.fa-piggy-bank:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-pizza:before {
  content: ""; }

.fa-pizza-slice:before {
  content: ""; }

.fa-place-of-worship:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-alt:before {
  content: ""; }

.fa-plane-arrival:before {
  content: ""; }

.fa-plane-departure:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-hexagon:before {
  content: ""; }

.fa-plus-octagon:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-podium:before {
  content: ""; }

.fa-podium-star:before {
  content: ""; }

.fa-poll:before {
  content: ""; }

.fa-poll-h:before {
  content: ""; }

.fa-poll-people:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-poo-storm:before {
  content: ""; }

.fa-poop:before {
  content: ""; }

.fa-popcorn:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-pray:before {
  content: ""; }

.fa-praying-hands:before {
  content: ""; }

.fa-prescription:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-presentation:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-print-search:before {
  content: ""; }

.fa-print-slash:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-project-diagram:before {
  content: ""; }

.fa-pumpkin:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-question-square:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-quran:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-rabbit:before {
  content: ""; }

.fa-rabbit-fast:before {
  content: ""; }

.fa-racquet:before {
  content: ""; }

.fa-radiation:before {
  content: ""; }

.fa-radiation-alt:before {
  content: ""; }

.fa-rainbow:before {
  content: ""; }

.fa-raindrops:before {
  content: ""; }

.fa-ram:before {
  content: ""; }

.fa-ramp-loading:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-reacteurope:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-receipt:before {
  content: ""; }

.fa-rectangle-landscape:before {
  content: ""; }

.fa-rectangle-portrait:before {
  content: ""; }

.fa-rectangle-wide:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redhat:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-repeat:before {
  content: ""; }

.fa-repeat-1:before {
  content: ""; }

.fa-repeat-1-alt:before {
  content: ""; }

.fa-repeat-alt:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-republican:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-restroom:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-retweet-alt:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-ring:before {
  content: ""; }

.fa-rings-wedding:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-route-highway:before {
  content: ""; }

.fa-route-interstate:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-ruler:before {
  content: ""; }

.fa-ruler-combined:before {
  content: ""; }

.fa-ruler-horizontal:before {
  content: ""; }

.fa-ruler-triangle:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-running:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-rv:before {
  content: ""; }

.fa-sack:before {
  content: ""; }

.fa-sack-dollar:before {
  content: ""; }

.fa-sad-cry:before {
  content: ""; }

.fa-sad-tear:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-salad:before {
  content: ""; }

.fa-sandwich:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-satellite:before {
  content: ""; }

.fa-satellite-dish:before {
  content: ""; }

.fa-sausage:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-scalpel:before {
  content: ""; }

.fa-scalpel-path:before {
  content: ""; }

.fa-scanner:before {
  content: ""; }

.fa-scanner-keyboard:before {
  content: ""; }

.fa-scanner-touchscreen:before {
  content: ""; }

.fa-scarecrow:before {
  content: ""; }

.fa-scarf:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scroll:before {
  content: ""; }

.fa-scroll-old:before {
  content: ""; }

.fa-scrubber:before {
  content: ""; }

.fa-scythe:before {
  content: ""; }

.fa-sd-card:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-dollar:before {
  content: ""; }

.fa-search-location:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-seedling:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-shapes:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-all:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-sheep:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-check:before {
  content: ""; }

.fa-shield-cross:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shipping-timed:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shish-kebab:before {
  content: ""; }

.fa-shoe-prints:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shopware:before {
  content: ""; }

.fa-shovel:before {
  content: ""; }

.fa-shovel-snow:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shredder:before {
  content: ""; }

.fa-shuttle-van:before {
  content: ""; }

.fa-shuttlecock:before {
  content: ""; }

.fa-sickle:before {
  content: ""; }

.fa-sigma:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-signal-1:before {
  content: ""; }

.fa-signal-2:before {
  content: ""; }

.fa-signal-3:before {
  content: ""; }

.fa-signal-4:before {
  content: ""; }

.fa-signal-alt:before {
  content: ""; }

.fa-signal-alt-1:before {
  content: ""; }

.fa-signal-alt-2:before {
  content: ""; }

.fa-signal-alt-3:before {
  content: ""; }

.fa-signal-alt-slash:before {
  content: ""; }

.fa-signal-slash:before {
  content: ""; }

.fa-signature:before {
  content: ""; }

.fa-sim-card:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skating:before {
  content: ""; }

.fa-skeleton:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-ski-jump:before {
  content: ""; }

.fa-ski-lift:before {
  content: ""; }

.fa-skiing:before {
  content: ""; }

.fa-skiing-nordic:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skull-crossbones:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-slash:before {
  content: ""; }

.fa-sledding:before {
  content: ""; }

.fa-sleigh:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-sliders-h-square:before {
  content: ""; }

.fa-sliders-v:before {
  content: ""; }

.fa-sliders-v-square:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-beam:before {
  content: ""; }

.fa-smile-plus:before {
  content: ""; }

.fa-smile-wink:before {
  content: ""; }

.fa-smog:before {
  content: ""; }

.fa-smoke:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-sms:before {
  content: ""; }

.fa-snake:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snow-blowing:before {
  content: ""; }

.fa-snowboarding:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-snowflakes:before {
  content: ""; }

.fa-snowman:before {
  content: ""; }

.fa-snowmobile:before {
  content: ""; }

.fa-snowplow:before {
  content: ""; }

.fa-socks:before {
  content: ""; }

.fa-solar-panel:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-soup:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-spa:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-spade:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-spider:before {
  content: ""; }

.fa-spider-black-widow:before {
  content: ""; }

.fa-spider-web:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-spinner-third:before {
  content: ""; }

.fa-splotch:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-spray-can:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-square-root:before {
  content: ""; }

.fa-square-root-alt:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

.fa-squirrel:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-staff:before {
  content: ""; }

.fa-stamp:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-and-crescent:before {
  content: ""; }

.fa-star-christmas:before {
  content: ""; }

.fa-star-exclamation:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-star-half-alt:before {
  content: ""; }

.fa-star-of-david:before {
  content: ""; }

.fa-star-of-life:before {
  content: ""; }

.fa-stars:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steak:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-steering-wheel:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stocking:before {
  content: ""; }

.fa-stomach:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-store:before {
  content: ""; }

.fa-store-alt:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-stream:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-stretcher:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-stroopwafel:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-suitcase-rolling:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-sun-cloud:before {
  content: ""; }

.fa-sun-dust:before {
  content: ""; }

.fa-sun-haze:before {
  content: ""; }

.fa-sunrise:before {
  content: ""; }

.fa-sunset:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-surprise:before {
  content: ""; }

.fa-suse:before {
  content: ""; }

.fa-swatchbook:before {
  content: ""; }

.fa-swimmer:before {
  content: ""; }

.fa-swimming-pool:before {
  content: ""; }

.fa-sword:before {
  content: ""; }

.fa-swords:before {
  content: ""; }

.fa-synagogue:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablet-android:before {
  content: ""; }

.fa-tablet-android-alt:before {
  content: ""; }

.fa-tablet-rugged:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tachometer-alt-average:before {
  content: ""; }

.fa-tachometer-alt-fast:before {
  content: ""; }

.fa-tachometer-alt-fastest:before {
  content: ""; }

.fa-tachometer-alt-slow:before {
  content: ""; }

.fa-tachometer-alt-slowest:before {
  content: ""; }

.fa-tachometer-average:before {
  content: ""; }

.fa-tachometer-fast:before {
  content: ""; }

.fa-tachometer-fastest:before {
  content: ""; }

.fa-tachometer-slow:before {
  content: ""; }

.fa-tachometer-slowest:before {
  content: ""; }

.fa-taco:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tally:before {
  content: ""; }

.fa-tanakh:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-tasks-alt:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-teeth:before {
  content: ""; }

.fa-teeth-open:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-temperature-frigid:before {
  content: ""; }

.fa-temperature-high:before {
  content: ""; }

.fa-temperature-hot:before {
  content: ""; }

.fa-temperature-low:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tenge:before {
  content: ""; }

.fa-tennis-ball:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-the-red-yeti:before {
  content: ""; }

.fa-theater-masks:before {
  content: ""; }

.fa-themeco:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-theta:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-thunderstorm:before {
  content: ""; }

.fa-thunderstorm-moon:before {
  content: ""; }

.fa-thunderstorm-sun:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-tilde:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-times-hexagon:before {
  content: ""; }

.fa-times-octagon:before {
  content: ""; }

.fa-times-square:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-tint-slash:before {
  content: ""; }

.fa-tire:before {
  content: ""; }

.fa-tire-flat:before {
  content: ""; }

.fa-tire-pressure-warning:before {
  content: ""; }

.fa-tire-rugged:before {
  content: ""; }

.fa-tired:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-toilet:before {
  content: ""; }

.fa-toilet-paper:before {
  content: ""; }

.fa-toilet-paper-alt:before {
  content: ""; }

.fa-tombstone:before {
  content: ""; }

.fa-tombstone-alt:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-tools:before {
  content: ""; }

.fa-tooth:before {
  content: ""; }

.fa-toothbrush:before {
  content: ""; }

.fa-torah:before {
  content: ""; }

.fa-torii-gate:before {
  content: ""; }

.fa-tornado:before {
  content: ""; }

.fa-tractor:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-traffic-cone:before {
  content: ""; }

.fa-traffic-light:before {
  content: ""; }

.fa-traffic-light-go:before {
  content: ""; }

.fa-traffic-light-slow:before {
  content: ""; }

.fa-traffic-light-stop:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-tram:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-trash-restore:before {
  content: ""; }

.fa-trash-restore-alt:before {
  content: ""; }

.fa-treasure-chest:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-tree-alt:before {
  content: ""; }

.fa-tree-christmas:before {
  content: ""; }

.fa-tree-decorated:before {
  content: ""; }

.fa-tree-large:before {
  content: ""; }

.fa-tree-palm:before {
  content: ""; }

.fa-trees:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-triangle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-trophy-alt:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-container:before {
  content: ""; }

.fa-truck-couch:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-monster:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-pickup:before {
  content: ""; }

.fa-truck-plow:before {
  content: ""; }

.fa-truck-ramp:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-turkey:before {
  content: ""; }

.fa-turtle:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-tv-retro:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-umbrella-beach:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-unicorn:before {
  content: ""; }

.fa-union:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-ups:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-usd-circle:before {
  content: ""; }

.fa-usd-square:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-chart:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-crown:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-hard-hat:before {
  content: ""; }

.fa-user-headset:before {
  content: ""; }

.fa-user-injured:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-md-chat:before {
  content: ""; }

.fa-user-minus:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-nurse:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-user-shield:before {
  content: ""; }

.fa-user-slash:before {
  content: ""; }

.fa-user-tag:before {
  content: ""; }

.fa-user-tie:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-users-class:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-users-crown:before {
  content: ""; }

.fa-users-medical:before {
  content: ""; }

.fa-usps:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-fork:before {
  content: ""; }

.fa-utensil-knife:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-utensils-alt:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-value-absolute:before {
  content: ""; }

.fa-vector-square:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-video-plus:before {
  content: ""; }

.fa-video-slash:before {
  content: ""; }

.fa-vihara:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-volcano:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-slash:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vote-nay:before {
  content: ""; }

.fa-vote-yea:before {
  content: ""; }

.fa-vr-cardboard:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-walker:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-wand:before {
  content: ""; }

.fa-wand-magic:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-warehouse-alt:before {
  content: ""; }

.fa-watch:before {
  content: ""; }

.fa-watch-fitness:before {
  content: ""; }

.fa-water:before {
  content: ""; }

.fa-water-lower:before {
  content: ""; }

.fa-water-rise:before {
  content: ""; }

.fa-webcam:before {
  content: ""; }

.fa-webcam-slash:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weight-hanging:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whale:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheat:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whistle:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wifi-1:before {
  content: ""; }

.fa-wifi-2:before {
  content: ""; }

.fa-wifi-slash:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-wind:before {
  content: ""; }

.fa-wind-warning:before {
  content: ""; }

.fa-window:before {
  content: ""; }

.fa-window-alt:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-windsock:before {
  content: ""; }

.fa-wine-bottle:before {
  content: ""; }

.fa-wine-glass:before {
  content: ""; }

.fa-wine-glass-alt:before {
  content: ""; }

.fa-wix:before {
  content: ""; }

.fa-wizards-of-the-coast:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wpressr:before {
  content: ""; }

.fa-wreath:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yarn:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yin-yang:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-zhihu:before {
  content: ""; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg"); }
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

@font-face {
  font-family: "Wingdings2";
  src: url('../fonts/329DDA_0_0.ttf?1548235832') format('truetype'), url('../fonts/329DDA_0_0.eot?1548235832') format('embedded-opentype'); }
@font-face {
  font-family: "FrutigerLTPro-Light";
  src: url('../fonts/329DDA_3_0.ttf?1548235833') format('truetype'), url('../fonts/329DDA_3_0.eot?1548235833') format('embedded-opentype'); }
@font-face {
  font-family: "FrutigerLTPro-Roman";
  src: url('../fonts/329DDA_2_0.ttf?1548235832') format('truetype'), url('../fonts/329DDA_2_0.eot?1548235832') format('embedded-opentype'); }
@font-face {
  font-family: "FrutigerLTPro-Bold";
  src: url('../fonts/329DDA_1_0.ttf?1548235832') format('truetype'), url('../fonts/329DDA_1_0.eot?1548235832') format('embedded-opentype'); }
body {
  font-family: FrutigerLTPro-Light, sans-serif;
  line-height: 170%;
  background: #F7FAF9;
  margin: 0;
  padding: 0;
  font-size: 105%; }

b, strong {
  font-family: FrutigerLTPro-Bold, sans-serif; }

small {
  line-height: 130% !important;
  display: block;
  text-indent: 0; }

hr {
  height: 1px;
  line-height: 1px;
  background: #adadad;
  border-bottom: 1px solid #dedede; }

.noMarPad, #t2v-wrap-head {
  margin: 0;
  padding: 0; }

.inner, #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-foot .inner {
  margin: 0 auto 10px auto;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .inner, #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-foot .inner {
      width: 100%;
      box-sizing: content-box;
      overflow-x: hidden; } }
  @media screen and (min-width: 769px), print {
    .inner, #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-foot .inner {
      width: 100%; } }
  @media screen and (min-width: 1088px) {
    .inner, #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-foot .inner {
      width: 100%; } }
  @media screen and (min-width: 1280px) {
    .inner, #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-foot .inner {
      width: 1180px; } }

@media screen and (max-width: 768px) {
  div[class*="cic-"] {
    width: 100%; } }
@media screen and (min-width: 769px), print {
  div[class*="cic-"] {
    width: 100%; } }
@media screen and (min-width: 1088px) {
  div[class*="cic-"] {
    width: 100%; } }
@media screen and (min-width: 1280px) {
  div[class*="cic-"] {
    width: 1180px; } }

#t2v-wrap-page {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: auto; }

#t2v-wrap-head {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #F7FAF9;
  -moz-box-shadow: #808080 0 0 5px;
  -webkit-box-shadow: #808080 0 0 5px;
  box-shadow: #808080 0 0 5px; }
  @media screen and (max-width: 768px) {
    #t2v-wrap-head {
      position: relative;
      width: 100%;
      height: auto; } }
  #t2v-wrap-head #t2v-box-logo {
    position: relative;
    max-width: 300px;
    margin: 0;
    padding: 0; }
    #t2v-wrap-head #t2v-box-logo a {
      position: absolute;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #t2v-wrap-head #t2v-box-logo a {
          position: relative; } }
      #t2v-wrap-head #t2v-box-logo a img {
        width: 312px;
        padding: 0 0;
        position: relative;
        top: 4px;
        height: auto;
        position: relative;
        top: 4px; }
    #t2v-wrap-head #t2v-box-logo .claim {
      position: absolute;
      z-index: 1;
      font-size: 12px;
      font-family: FrutigerLTPro-Roman, sans-serif;
      line-height: 100%;
      color: #0a0a0a;
      top: 65px;
      left: 15px;
      letter-spacing: 0.025em;
      word-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    #t2v-wrap-head .inner, #t2v-wrap-head #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper #t2v-wrap-head .cic-inner, #t2v-wrap-head #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper #t2v-wrap-head .cic-certified, #t2v-wrap-head #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper #t2v-wrap-head .cic-paper, #t2v-wrap-head #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-body .content-wrapper #t2v-wrap-head .cic-perf {
      margin: 0;
      padding: 0; } }

#t2v-box-logo {
  padding-top: 0;
  padding-right: 150px; }
  @media screen and (max-width: 768px) {
    #t2v-box-logo {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 769px), print {
    #t2v-box-logo {
      padding-left: 5px; } }
  @media screen and (min-width: 1088px) {
    #t2v-box-logo {
      padding-left: 5px; } }
  @media screen and (min-width: 1280px) {
    #t2v-box-logo {
      padding-left: 5px; } }

#t2v-box-search {
  padding-top: 38px; }
  @media screen and (min-width: 769px), print {
    #t2v-box-search {
      padding-left: 20px; } }
  @media screen and (max-width: 768px) {
    #t2v-box-search {
      padding-left: 20px; } }
  #t2v-box-search input[type="text"] {
    width: 60%;
    max-width: 65%; }
    @media screen and (min-width: 1088px) {
      #t2v-box-search input[type="text"] {
        width: 50%; } }
    @media screen and (min-width: 769px), print {
      #t2v-box-search input[type="text"] {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      #t2v-box-search input[type="text"] {
        width: 90%; } }
  #t2v-box-search form {
    text-align: right; }

#t2v-wrap-body {
  width: 100%; }
  #t2v-wrap-body .buffer {
    height: 100px; }
    @media screen and (max-width: 768px) {
      #t2v-wrap-body .buffer {
        display: none; } }
  #t2v-wrap-body .content-wrapper {
    width: inherit;
    background: #FAFAFA;
    line-height: 160%;
    min-height: 80vh; }
    #t2v-wrap-body .content-wrapper .cic-inner {
      background: #f0f0e6;
      width: auto;
      margin: 0px auto;
      padding: 0;
      box-sizing: content-box; }
      #t2v-wrap-body .content-wrapper .cic-inner.lightgrey {
        background: #f0f0f0; }
      #t2v-wrap-body .content-wrapper .cic-inner.bg-t2v-mask {
        background-image: url(../images/t2v/background-t2v-a.jpg);
        background-size: cover;
        background-attachment: fixed; }
      #t2v-wrap-body .content-wrapper .cic-inner.bg-t2v-b {
        background-image: url(../images/t2v/background-t2v-b.png);
        background-size: 100%;
        background-position: right top;
        background-attachment: fixed; }
      #t2v-wrap-body .content-wrapper .cic-inner.bg-t2v-b1 {
        background-image: url(../images/bg/white_wall_hash.png);
        background-position: right top;
        background-attachment: fixed; }
      #t2v-wrap-body .content-wrapper .cic-inner.bg-t2v-trans1 {
        background-image: url(../images/bg/bg-networking.jpeg);
        background-position: right top;
        background-attachment: fixed;
        background-size: cover;
        opacity: 0.8; }
    #t2v-wrap-body .content-wrapper .cic-certified {
      background: #4a4a4a;
      width: inherit;
      margin: 0px auto;
      padding: 0;
      box-sizing: content-box; }
    #t2v-wrap-body .content-wrapper .cic-paper {
      background: #7a7a7a;
      width: inherit;
      margin: 0px auto;
      padding: 0;
      box-sizing: content-box; }
    #t2v-wrap-body .content-wrapper .cic-perf {
      background: #cfcfcf;
      width: inherit;
      margin: 0px auto;
      padding: 0;
      box-sizing: content-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"] {
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"] {
          width: 100%; } }
      @media screen and (min-width: 769px), print {
        #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"] {
          width: 100%; } }
      @media screen and (min-width: 1088px) {
        #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"] {
          width: 100%; } }
      @media screen and (min-width: 1280px) {
        #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"] {
          width: 1200px; } }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-certified {
      margin: 0 auto;
      padding: 20px;
      background-image: url(../images/t2v/irongrip.jpg);
      color: #dbdbdb;
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-paper {
      margin: 0 auto;
      padding: 20px;
      background-image: url(../images/t2v/paper-grunge.jpg);
      color: #dbdbdb;
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-thread {
      margin: 0 auto;
      padding: 20px;
      background-image: url(../images/bg/ticks_2X.png);
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-perf {
      margin: 0 auto;
      padding: 20px;
      background: whitesmoke;
      color: #4a4a4a;
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-default {
      margin: 0 auto;
      padding: 20px;
      background: white;
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-trans {
      margin: 0 auto;
      padding: 20px;
      background: rgba(220, 220, 220, 0.4);
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > .ci-trans2 {
      margin: 0 auto;
      padding: 20px;
      background: rgba(220, 220, 220, 0.4);
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper .ci-white {
      margin: 0 auto;
      padding: 20px;
      background: #ffffff;
      box-sizing: border-box; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"].only {
      min-height: 80vh; }
    #t2v-wrap-body .content-wrapper div[class*="cic-"] > div[class*="ci-"] p {
      padding: 0 0 0 0; }

#t2v-wrap-foot {
  width: 100%;
  background: #d9d9d9;
  overflow-x: hidden; }
  #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-inner, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-certified, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-paper, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-perf, #t2v-wrap-foot .inner {
    background: #CCCCCC;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    box-sizing: content-box; }
    @media screen and (max-width: 768px) {
      #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-inner, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-inner, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-certified, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-certified, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-paper, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-paper, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-perf, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-perf, #t2v-wrap-foot .inner {
        padding: 10px 10px 120px 10px; } }
    #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-inner .embossed, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-inner .embossed, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-certified .embossed, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-certified .embossed, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-paper .embossed, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-paper .embossed, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-perf .embossed, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-perf .embossed, #t2v-wrap-foot .inner .embossed {
      color: #8a8a8a;
      text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.8);
      opacity: 0.4; }
    #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-inner .letterpress, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-inner .letterpress, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-certified .letterpress, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-certified .letterpress, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-paper .letterpress, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-paper .letterpress, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-perf .letterpress, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-perf .letterpress, #t2v-wrap-foot .inner .letterpress {
      color: #0f0f0f;
      text-shadow: 0px 1px 1px #5c5c5c; }
    #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-inner .bold, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-inner .bold, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-certified .bold, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-certified .bold, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-paper .bold, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-paper .bold, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-perf .bold, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-perf .bold, #t2v-wrap-foot .inner .bold {
      font-family: FrutigerLTPro-Bold, sans-serif;
      font-weight: 600; }
    #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-inner .cic-foot .ci-default, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-inner .cic-foot .ci-default, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-certified .cic-foot .ci-default, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-certified .cic-foot .ci-default, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-paper .cic-foot .ci-default, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-paper .cic-foot .ci-default, #t2v-wrap-foot #t2v-wrap-body .content-wrapper .cic-perf .cic-foot .ci-default, #t2v-wrap-body .content-wrapper #t2v-wrap-foot .cic-perf .cic-foot .ci-default, #t2v-wrap-foot .inner .cic-foot .ci-default {
      margin: 0 auto;
      padding: 5px 20px 0 20px;
      box-sizing: content-box; }
  #t2v-wrap-foot hr {
    height: 1px;
    line-height: 1px;
    background: #a1a1a1;
    border-bottom: 1px solid #d1d1d1;
    margin: 10px 0; }
  #t2v-wrap-foot nav {
    flex-grow: 0;
    font-size: 80%; }
    #t2v-wrap-foot nav ul li a {
      display: block;
      color: #555555; }
      #t2v-wrap-foot nav ul li a:hover, #t2v-wrap-foot nav ul li a.active {
        color: #EFEFEF; }

.approved {
  font-size: 80%; }

.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 16px 20px;
  position: relative; }
  .notification:not(:last-child) {
    margin-bottom: 20px; }
  .notification:after {
    clear: both;
    content: " ";
    display: table; }
  .notification .delete {
    border-radius: 0 3px;
    float: right;
    margin: -16px -20px 0 20px; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: inherit; }

.is-primary {
  color: white; }

.is-banner {
  color: white;
  background: #ff470f; }

ul.icon-check li {
  margin-left: 10px;
  list-style-position: inside;
  padding: 10px 0 0px 20px;
  text-indent: -0.7em; }
  ul.icon-check li:before {
    font-family: "FontAwesome";
    content: "";
    margin: 0 10px auto -15px;
    color: #1a5b17; }

ul.is-large {
  font-size: 18px; }

nav.horizontal {
  padding: 0;
  margin: 0;
  width: auto; }
  nav.horizontal ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav.horizontal ul li {
      float: left;
      margin: 0 10px 0 0; }
      nav.horizontal ul li:first-child {
        clear: left; }

.control label.radio {
  text-indent: -1.4em;
  margin-left: 1.4em; }

.mobile-nav {
  cursor: pointer;
  display: block;
  height: 48px;
  position: relative;
  width: 48px; }
  .mobile-nav span {
    background-color: #4a4a4a;
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    transition: none 86ms ease-out;
    transition-property: background, left, opacity, transform;
    width: 15px; }
    .mobile-nav span:nth-child(1) {
      margin-top: -6px; }
    .mobile-nav span:nth-child(2) {
      margin-top: -1px; }
    .mobile-nav span:nth-child(3) {
      margin-top: 4px; }
  .mobile-nav:hover {
    background-color: whitesmoke; }
  .mobile-nav.is-active span {
    background-color: #1a5b17; }
  .mobile-nav.is-active:nth-child(1) {
    margin-left: -5px;
    transform: rotate(45deg);
    transform-origin: left top; }
  .mobile-nav.is-active:nth-child(2) {
    opacity: 0; }
  .mobile-nav.is-active:nth-child(3) {
    margin-left: -5px;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

.clear-flex {
  flex-grow: 0; }

b.t2vcm {
  font-family: Wingdings2;
  font-size: 190%;
  line-height: 50%;
  position: relative;
  top: 0.12em; }
  b.t2vcm:before {
    content: ""; }

#t2v-certificate {
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.8);
  background-image: url(../images/t2v/certy2.jpg);
  background-size: cover;
  width: auto;
  min-height: 650px;
  border: 2px solid #c0c0c0;
  margin: 10px;
  padding: 25px; }
  #t2v-certificate .title {
    color: #9c9c9c;
    text-shadow: 0px 1px 1px white; }
  #t2v-certificate .subtitle {
    color: #c2c2c2;
    text-shadow: 0px 1px 1px white; }
  #t2v-certificate p,
  #t2v-certificate small {
    color: #6e6e6e;
    text-shadow: 0px 1px 1px white; }
  #t2v-certificate label {
    font-family: FrutigerLTPro-Roman, sans-serif;
    font-size: 12px; }
  #t2v-certificate .mono {
    font-family: Courier New, monospace;
    color: #545454;
    text-shadow: 0px 1px 1px white; }
    #t2v-certificate .mono > span {
      background: rgba(255, 255, 255, 0.5);
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      padding: 0px 6px !important;
      display: inline-block; }
  #t2v-certificate p {
    color: #4a4a4a;
    text-shadow: 0px 1px 1px white;
    margin-bottom: 5px; }
  #t2v-certificate h3 {
    font-family: FrutigerLTPro-Roman, sans-serif;
    color: #6e6e6e;
    text-shadow: 0px 1px 1px white;
    font-size: 14px;
    margin-top: 10px; }
    #t2v-certificate h3:first-of-type {
      margin-top: 0; }
  #t2v-certificate blockquote {
    color: #6e6e6e;
    text-shadow: 0px 1px 1px white;
    padding: 10px 0 0px 20px;
    text-indent: -0.7em;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    #t2v-certificate blockquote:before {
      display: block;
      font-family: "FontAwesome";
      content: "";
      color: #6e6e6e;
      text-shadow: 0px 1px 1px white; }
  #t2v-certificate fieldset {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bababa;
    padding: 0.35em 0.75em 0.625em 0.75em;
    height: 100%; }
    #t2v-certificate fieldset legend {
      padding: 0 0.25em; }
      #t2v-certificate fieldset legend.title {
        margin-bottom: 0; }
  #t2v-certificate hr {
    height: 1px;
    line-height: 1px;
    background: #8f8f8f;
    border-bottom: 1px solid #bfbfbf; }
  #t2v-certificate .cert-score {
    color: #4a4a4a;
    text-shadow: 0px 1px 1px white;
    font-size: 700%;
    line-height: 100%;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-weight: 900;
    vertical-align: bottom; }
    #t2v-certificate .cert-score span {
      font-size: 50%; }
  #t2v-certificate .cert-score-info {
    color: #4a4a4a;
    text-shadow: 0px 1px 1px white;
    line-height: 100%;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-weight: 900;
    text-align: right;
    padding: 10px 0 0 0; }
    #t2v-certificate .cert-score-info span {
      vertical-align: bottom; }
  #t2v-certificate .cert-rating .columns {
    margin-top: -20px; }
  #t2v-certificate .cert-rating-info {
    color: #4a4a4a;
    text-shadow: 0px 1px 1px white;
    line-height: 100%;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-weight: 300;
    margin: 1em 0 0 0; }
  #t2v-certificate .icon.is-certificate {
    color: #0e320d;
    text-shadow: 0px 1px 1px white;
    font-size: 600%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
  #t2v-certificate .icon.is-rated {
    color: #0e320d;
    text-shadow: 0px 1px 1px white;
    font-size: 200%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
  #t2v-certificate .service {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #t2v-certificate .service p {
      display: inline-block;
      margin-left: 5px; }
    #t2v-certificate .service span.icon {
      position: relative;
      top: 6px;
      padding-top: 6px; }
  #t2v-certificate .sigils {
    width: 100%; }
    #t2v-certificate .sigils .sigil-box {
      display: inline-block;
      position: relative;
      font-family: Wingdings2;
      color: #797979;
      text-shadow: 0px 1px 1px white;
      height: 130px;
      width: 105px; }
      #t2v-certificate .sigils .sigil-box.inactive {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
        opacity: 0.1; }
      #t2v-certificate .sigils .sigil-box .sigil {
        position: absolute;
        top: 40%;
        font-size: 800%;
        font-weight: 900; }
        #t2v-certificate .sigils .sigil-box .sigil:before {
          content: ""; }
      #t2v-certificate .sigils .sigil-box label {
        font-family: FrutigerLTPro-Roman, sans-serif;
        font-size: 70%;
        display: block;
        position: absolute;
        width: 100%;
        top: 78%;
        text-align: center;
        color: #545454;
        text-shadow: 0px 1px 1px white; }

.notification .message-header, .notification .promobox-header, .notification .promobox-header-disabled, .notification .editable-badge-header, .notification .idcard-header, .notification .boffbox-header {
  padding-left: 20px; }

optgroup {
  font-style: normal;
  font-size: 70%;
  padding: 3px; }
  optgroup option {
    font-size: 140%; }

fieldset {
  border: 1px solid #dbdbdb;
  padding: 0 5px 6px 5px;
  margin: 0 0 5px 0; }
  fieldset.certA {
    padding: 4px 5px 6px 5px; }
  fieldset.certB {
    padding: 15px 10px 10px 10px;
    border-color: #909090 !important; }
  fieldset legend {
    padding: 0 5px;
    margin-left: 0px;
    margin-bottom: -5px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 65%;
    position: relative;
    top: -2px; }
    fieldset legend span.button {
      height: 20px !important; }
  fieldset div {
    padding: 5px; }
  fieldset.confidential {
    border: 1px solid #960000;
    color: #960000; }

.hidden {
  display: none; }

button.right, .right.banner-button, .right.banner-button-secondary, .t2v-tline .tci.chat-invite section .right.button-ok, .t2v-tline .tci.chat-invite section .right.button-not {
  text-align: right; }

span.hiddeninfo {
  display: none; }

#formInfoDisplay {
  font-size: 90%;
  line-height: 110%; }

h3.service-title {
  margin: 5px;
  font-family: FrutigerLTPro-Bold, sans-serif; }

.logoCertService {
  position: relative;
  left: -5px; }

.adjust {
  position: relative; }
  .adjust.y10 {
    top: 10px; }
  .adjust.y15 {
    top: 15px; }
  .adjust.y20 {
    top: 20px; }
  .adjust.y25 {
    top: 25px; }
  .adjust.y30 {
    top: 30px; }

.mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile {
      display: block; } }

@media screen and (max-width: 768px) {
  .no-mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .no-mobile-imp {
    display: none !important; } }

#mobile-quicknav {
  display: none; }
  @media screen and (max-width: 768px) {
    #mobile-quicknav {
      display: block;
      background: white;
      position: fixed;
      bottom: 0px;
      z-index: 1000;
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: space-evenly; } }
  #mobile-quicknav ul.quicknav {
    position: relative;
    width: 100% !important;
    height: 60px;
    display: flex;
    justify-content: space-evenly; }
    #mobile-quicknav ul.quicknav li {
      display: inline-block;
      flex-grow: 1;
      height: 60px;
      padding: 8px 8px 0 8px;
      border: 1px solid transparent;
      border-left-width: 0;
      background: #1a5b17; }
      #mobile-quicknav ul.quicknav li a.icon {
        color: white; }
        #mobile-quicknav ul.quicknav li a.icon i {
          display: block;
          text-align: center; }
        #mobile-quicknav ul.quicknav li a.icon label {
          display: block;
          text-align: center;
          font-size: 80%; }
    #mobile-quicknav ul.quicknav ul {
      background: #1a5b17;
      position: absolute;
      z-index: 1001;
      left: 0;
      top: -60px;
      height: 60px;
      width: 100vw;
      display: flex;
      justify-content: space-evenly;
      overflow: hidden;
      padding-left: 3px; }
      #mobile-quicknav ul.quicknav ul.is-hidden {
        display: none; }
      #mobile-quicknav ul.quicknav ul li {
        display: inline-block;
        flex-grow: 1;
        height: 60px;
        padding: 8px 8px 3px 8px;
        border: 1px solid white;
        margin: 3px 3px 3px 0;
        background: white;
        color: #1a5b17; }
        #mobile-quicknav ul.quicknav ul li a.icon {
          color: #1a5b17; }
          #mobile-quicknav ul.quicknav ul li a.icon i {
            display: block;
            text-align: center; }
          #mobile-quicknav ul.quicknav ul li a.icon label {
            display: block;
            text-align: center; }

.is-block {
  display: block; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

.is-flex {
  display: flex; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

.is-inline {
  display: inline; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }

.is-inline-block {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left; }

.is-pulled-right {
  float: right; }

.is-orange {
  background-color: #ff470f !important;
  color: white !important; }

.is-red {
  background-color: red !important;
  color: white !important; }

.is-clipped {
  overflow: hidden !important; }

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.has-text-centered, div[class^="box-"], .banner-title {
  text-align: center; }

.has-text-left {
  text-align: left; }

.has-text-right {
  text-align: right; }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-mobile {
    display: none !important; } }
@media screen and (min-width: 1088px) {
  .is-mobile {
    display: none !important; } }
@media screen and (min-width: 769px), print {
  .is-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

.is-large {
  font-size: 1.4em; }

.flex {
  display: flex; }
  .flex.flex-wrap {
    flex-row: wrap; }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

.is-disabled {
  pointer-events: none; }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-mh5 {
  margin: 0 5px; }

.has-mv5 {
  margin: 5px 0; }

.has-margin-bottom-0,
.has-mb0 {
  margin-bottom: 0px !important; }

.has-margin-bottom,
.has-mb {
  margin-bottom: 20px !important; }

.has-margin-bottom-5,
.has-mb5 {
  margin-bottom: 5px !important; }

.has-mb10 {
  margin-bottom: 10px !important; }

.has-margin-bottom-15,
.has-mb15 {
  margin-bottom: 15px !important; }

.has-mb20 {
  margin-bottom: 20px !important; }

.has-mb30,
.has-margin-bottom-30 {
  margin-bottom: 30px !important; }

.has-mb40,
.has-margin-bottom-40 {
  margin-bottom: 30px !important; }

.has-mb75 {
  margin-bottom: 75px !important; }

.has-margin-top {
  margin-top: 20px !important; }

.has-margin-top-0,
.has-mt0 {
  margin-top: 0px !important; }

.has-margin-top-5,
.has-mt5 {
  margin-top: 5px !important; }

.has-mt3 {
  margin-top: 3px !important; }

.has-margin-top-10,
.has-mt10 {
  margin-top: 10px !important; }

.has-margin-top-15,
.has-mt15 {
  margin-top: 15px !important; }

.has-margin-top-18,
.has-mt18 {
  margin-top: 18px !important; }

.has-margin-top-20,
.has-mt20 {
  margin-top: 20px !important; }

.has-margin-top-40,
.has-mt40 {
  margin-top: 40px !important; }

.has-mr5,
.has-margin-right-5 {
  margin-right: 5px !important; }

.has-ml10,
.has-margin-left-10 {
  margin-left: 10px !important; }

.has-ml20,
.has-margin-left-20 {
  margin-left: 20px !important; }

.has-ml5,
.has-margin-left-5 {
  margin-left: 5px !important; }

.has-mr20 {
  margin-right: 20px !important; }

.has-padding-10 {
  padding: 10px; }

.has-no-padding {
  padding: 0 !important; }

.has-no-padding-topdown {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.min-width-150 {
  min-width: 150px; }

.sticky-box {
  position: relative; }

.sticky-bottom {
  position: absolute;
  bottom: 10px; }

.valign-button {
  position: relative;
  top: -5px; }

.has-max-width {
  width: 100% !important; }

.is-boxed-content {
  box-sizing: content-box; }

.is-boxed-border {
  box-sizing: border-box; }

.ft2 {
  font-family: Wingdings2; }

.ft45, .promobox-header, .promobox-header-disabled, .promobox-body, .promobox-body-disabled, .subline, .subline-small, .article h2, .article p, .editable-badge-header, .editable-badge-body, .idcard-header, .idcard-body, .boffbox-header, .boffbox-body, .t2v-tline .comment-msg, .timeline-item, .timeline-item .comment-msg, .standard-page p {
  font-family: FrutigerLTPro-Light, sans-serif; }

.ft55, div[class^="box-"] .subtitle, .article h3,
.article h4, .t2v-tline .tci.performance-data h2, .t2v-tline .tci.promotion-data h2, .layerbox .layertext span.heavier, .layerbox200 .layertext span.heavier, .layerbox2Rows .layertext span.heavier, .layerboxXL .layertext span.heavier, .standard-page .quote, .standard-page .features h3, .standard-page .listing h3 {
  font-family: FrutigerLTPro-Roman, sans-serif; }

.ft65, div[class^="box-"] .title, .banner-title, .article h1, .t2v-tline .comment-label, .t2v-tline .comment-title, .layerbox .layertext span.heavy, .layerbox200 .layertext span.heavy, .layerbox2Rows .layertext span.heavy, .layerboxXL .layertext span.heavy, .timeline-item .comment-label, .timeline-item .comment-title, .standard-page .page-headline h1, .standard-page .section h2 {
  font-family: FrutigerLTPro-Bold, sans-serif; }

ol {
  padding-left: 15px !important; }

.ftW100 {
  font-weight: 100 !important; }

.ftW200 {
  font-weight: 200 !important; }

.ftW300 {
  font-weight: 300 !important; }

.ftW400 {
  font-weight: 400 !important; }

.ftW500 {
  font-weight: 500 !important; }

.ftW600 {
  font-weight: 600 !important; }

.ftW700 {
  font-weight: 700 !important; }

.ftW800 {
  font-weight: 800 !important; }

.ftW900 {
  font-weight: 900 !important; }

.fa-2 {
  font-size: 2em !important; }

.fa-3 {
  font-size: 3em !important; }

.opacity90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }

.opacity80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.opacity70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.opacity60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.opacity50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.opacity40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.opacity30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

.opacity20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

.opacity10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1; }

.fc-t2v {
  color: #1a5b17 !important; }

.fc-grey {
  color: #7a7a7a !important; }

.fc-grey10 {
  color: #EFEFEF !important; }

.fc-black {
  color: #0a0a0a !important; }

.fc-white {
  color: white !important; }

.fc-red {
  color: #960000 !important; }

.fc-orange {
  color: #ff470f !important; }

.fs-smaller {
  font-size: 90% !important;
  line-height: 110% !important; }

.fs-small {
  font-size: 80% !important; }

.fs-smallest {
  font-size: 70% !important; }

.lh120 {
  line-height: 120% !important; }

.lh110 {
  line-height: 110% !important; }

.lh100 {
  line-height: 100% !important; }

.lh95 {
  line-height: 95% !important; }

.lh90 {
  line-height: 90% !important; }

.lh85 {
  line-height: 85% !important; }

.bgc-inv {
  background: #555555; }

.bgc-arrowbox-colorGrey10:before {
  border-right: 500px solid #EFEFEF !important; }
.bgc-arrowbox-colorGrey10:after {
  border-right: 500px solid #EFEFEF !important; }

.bgc-arrowbox-colorT2V:before {
  border-right: 500px solid #1a5b17 !important; }
.bgc-arrowbox-colorT2V:after {
  border-right: 500px solid #1a5b17 !important; }

.promo-page h1 {
  font-weight: 900;
  font-size: 2em; }
.promo-page h2 {
  font-weight: 900;
  font-size: 1.7em; }

.space-mobile {
  padding-top: 50px !important; }

.space {
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .space {
      padding-top: 10px; } }

.reg h2 {
  @extends ft45;
  font-size: 2em !important;
  margin-top: 10px;
  font-weight: 300; }

.nopadding {
  padding: 0; }

.nopadding-bottom {
  padding-bottom: 0px !important; }

.kpis h1 {
  font-size: 2em;
  font-weight: 900; }
.kpis img {
  height: 10em;
  width: 10em; }
.kpis .column {
  margin-right: 5px;
  text-align: center;
  color: #474747;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .kpis .column {
      margin-bottom: 30px; } }
  .kpis .column .label {
    @extends ft45;
    font-size: 1.5em; }
  .kpis .column .kpi {
    @extends ft65;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 4em; }
  .kpis .column .sublabel {
    @extends ft55;
    font-size: 1.5em;
    margin-top: 10px; }
  .kpis .column .text {
    margin-top: 10px;
    margin-bottom: 10px; }
  .kpis .column .picto {
    margin: 0px !important;
    height: auto;
    width: 200px; }

.nowrap {
  white-space: nowrap; }

.kpi-table {
  margin-top: 1px; }
  .kpi-table tr td {
    padding-right: 5px;
    padding-bottom: 3px; }
  .kpi-table tr:nth-child(odd) {
    background-color: #EEEEEE; }
  .kpi-table tr.selected {
    background-color: #1a5b17;
    color: #FFFFFF; }
    .kpi-table tr.selected td a {
      color: #FFFFFF !important; }
  .kpi-table .ctBox {
    margin-left: 5px;
    margin-top: 5px; }
  .kpi-table tr.subitem {
    background-color: #7a7a7a;
    color: #FFFFFF; }
    .kpi-table tr.subitem td a {
      color: #FFFFFF !important; }

.banner {
  padding: 0px !important; }

.promo-page p {
  font-size: 1.2em; }
.promo-page ul {
  padding-top: 10px !important;
  list-style-type: none; }
  .promo-page ul li {
    font-size: 1.3em;
    padding-left: 0px;
    margin-bottom: 10px; }
    .promo-page ul li small {
      margin-left: 2.5em; }
  .promo-page ul li:before {
    color: #1a5b17;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    display: inline-block;
    left: -2em;
    margin-right: 0.5em;
    margin-left: 0em;
    top: 0.85em; }

ul.is-medium li, ul.tabselHighlightedYes li {
  font-size: 120%; }

.minH250 {
  min-height: 250px; }

.arrowbox-container {
  position: relative;
  margin-right: 15px; }
  .arrowbox-container > div {
    position: relative;
    overflow: hidden;
    width: 200%;
    z-index: 0;
    margin-bottom: 15px; }
    .arrowbox-container > div:before {
      position: absolute;
      height: 0;
      top: 50%;
      max-width: 300%;
      border-right: 500px solid #EFEFEF;
      border-bottom: 1000px solid transparent;
      content: "";
      left: 50%;
      border-radius: 0;
      margin-left: 10px;
      transform: scaleX(-1) translateX(100%); }
    .arrowbox-container > div:after {
      position: absolute;
      height: 0;
      top: 50%;
      transform: scaleY(-1) scaleX(-1) translateY(100%) translateX(100%);
      max-width: 300%;
      border-radius: 0;
      border-right: 500px solid #EFEFEF;
      border-bottom: 1000px solid transparent;
      content: "";
      left: 50%;
      margin-left: 10px; }
    .arrowbox-container > div span {
      width: 50%;
      position: relative;
      z-index: 2;
      display: block;
      box-sizing: border-box;
      padding: 10px 70px 10px 10px; }

.is-flexed {
  display: flex;
  webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.hidden {
  display: none !important; }

.iw-sml1,
.iwSml1 {
  width: 50px !important; }

.iw-sml2,
.iwSml2 {
  width: 40px !important; }

.iw-sml3,
.iwSml3 {
  width: 30px !important; }

.iwZip {
  width: 60px !important; }

.iwCCode {
  width: 35px !important; }

.iw-date,
.iwDate {
  width: 95px !important; }

.iw-datetime,
.iwDatetime {
  width: 160px !important; }

.iwDatetimeSel {
  width: 172px !important; }

.iw-name,
.iwName {
  width: 250px !important; }

.iw-name-ext,
.iwNameExt {
  width: 350px !important; }

.iw-email,
.iwEmail {
  width: 300px !important; }

.iw-phone,
.iwPhone {
  width: 150px !important; }

.iwFull {
  width: calc(100% - 40px) !important; }

.iwText,
.iwTextFull {
  display: inline-flex !important; }

.iwTextFull {
  width: calc(100% - 40px) !important; }

.wFull {
  width: 100% !important; }

.w100 {
  width: 100%; }

.w80 {
  width: 80%; }

.w75 {
  width: 75%; }

.w60 {
  width: 60%; }

.w50 {
  width: 50%; }

.w40 {
  width: 40%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w10 {
  width: 10%; }

.ihText {
  height: 120px !important; }

.ihTextbody {
  height: 360px !important; }

.ihText5 {
  height: 106px !important; }

.vo-parent {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.nopad {
  padding: 0 !important; }

.notipad {
  padding: 16px 20px !important; }

div[class^="box-"] {
  position: relative; }
  div[class^="box-"]:before {
    position: absolute;
    font-family: FontAwesome;
    top: -2px;
    left: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

.box-done {
  background-color: #fafafa !important; }
  .box-done:before {
    content: ""; }
  .box-done .title,
  .box-done .subtitle {
    color: #7a7a7a; }

.box-selected {
  background-color: #f5fcf4 !important; }
  .box-selected .title,
  .box-selected .subtitle {
    color: #1a5b17; }

.control-margin .control {
  margin-bottom: 5px !important; }

.clear-floater:after {
  clear: both;
  content: " "; }
.clear-floater button.left, .clear-floater .left.banner-button, .clear-floater .left.banner-button-secondary, .clear-floater .t2v-tline .tci.chat-invite section .left.button-ok, .t2v-tline .tci.chat-invite section .clear-floater .left.button-ok, .clear-floater .t2v-tline .tci.chat-invite section .left.button-not, .t2v-tline .tci.chat-invite section .clear-floater .left.button-not {
  float: left; }
.clear-floater button.right, .clear-floater .right.banner-button, .clear-floater .right.banner-button-secondary, .clear-floater .t2v-tline .tci.chat-invite section .right.button-ok, .t2v-tline .tci.chat-invite section .clear-floater .right.button-ok, .clear-floater .t2v-tline .tci.chat-invite section .right.button-not, .t2v-tline .tci.chat-invite section .clear-floater .right.button-not {
  float: right; }

.right {
  text-align: right; }

.picto {
  max-width: 100%;
  height: 100%; }

.picto-small {
  max-width: auto;
  height: 50%; }

.vcenter {
  display: flex !important;
  flex-direction: column;
  justify-content: center; }

ul[class^='icon'] {
  line-height: 140%; }

ul.regular {
  font-size: 100% !important; }
  ul.regular li {
    text-indent: 0 !important;
    line-height: 120%; }

ul.large {
  font-size: 120% !important; }

ul.larger {
  font-size: 130% !important; }

ul.icon-ban li {
  margin-left: 10px;
  list-style-position: inside;
  padding: 10px 0 0px 20px;
  text-indent: -0.7em; }
  ul.icon-ban li:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin: 0 10px auto -12px;
    color: #4a4a4a; }

ul.info,
ul {
  font-size: 90%; }
  ul.info.icon-check li,
  ul.icon-check li {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 20px;
    text-indent: -0.7em; }
    ul.info.icon-check li:before,
    ul.icon-check li:before {
      font-family: "Font Awesome 5 Pro";
      content: "";
      margin: 0 10px auto -12px; }
  ul.info.icon-plus li,
  ul.icon-plus li {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 20px;
    text-indent: -0.7em; }
    ul.info.icon-plus li:before,
    ul.icon-plus li:before {
      color: #1a5b17;
      font-family: "Font Awesome 5 Pro";
      content: "";
      margin: 0 10px auto -12px; }
  ul.info.icon-ban li,
  ul.icon-ban li {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 20px;
    text-indent: -0.7em; }
    ul.info.icon-ban li:before,
    ul.icon-ban li:before {
      font-family: "Font Awesome 5 Pro";
      content: "";
      margin: 0 10px auto -12px; }
  ul.info.icon-cert li,
  ul.icon-cert li {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 20px;
    text-indent: -0.7em; }
    ul.info.icon-cert li:before,
    ul.icon-cert li:before {
      font-family: "Font Awesome 5 Pro";
      content: "";
      margin: 0 10px auto -12px; }
  ul.info.icon-close li,
  ul.icon-close li {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 20px;
    text-indent: -0.7em; }
    ul.info.icon-close li:before,
    ul.icon-close li:before {
      font-family: "Font Awesome 5 Pro";
      content: "";
      margin: 0 10px auto -12px; }
  ul.info.icon-square li,
  ul.icon-square li {
    margin-left: 20px;
    list-style-position: inside;
    list-style: square;
    padding: 5px 0px 0px 0px;
    text-indent: 0.5em; }
  ul.info.icon-book li,
  ul.icon-book li {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 20px;
    text-indent: -0.7em; }
    ul.info.icon-book li:before,
    ul.icon-book li:before {
      font-family: "Font Awesome 5 Pro";
      content: "";
      margin: 0 10px auto -12px; }
  ul.info li.icon-ban,
  ul li.icon-ban {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 13px;
    text-indent: -0.7em; }
    ul.info li.icon-ban:before,
    ul li.icon-ban:before {
      font-family: "Font Awesome 5 Pro";
      color: #960000;
      content: "";
      margin: 0 10px auto -12px; }
  ul.info li.icon-cert,
  ul li.icon-cert {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 13px;
    text-indent: -0.7em; }
    ul.info li.icon-cert:before,
    ul li.icon-cert:before {
      font-family: "Font Awesome 5 Pro";
      color: #1a5b17;
      content: "";
      margin: 0 10px auto -12px; }
  ul.info li.icon-check,
  ul li.icon-check {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 13px;
    text-indent: -0.7em; }
    ul.info li.icon-check:before,
    ul li.icon-check:before {
      font-family: "Font Awesome 5 Pro";
      color: #1a5b17;
      content: "";
      margin: 0 10px auto -12px; }
  ul.info li.icon-plus,
  ul li.icon-plus {
    margin-left: 10px;
    list-style-position: inside;
    padding: 5px 0 0px 13px;
    text-indent: -0.7em; }
    ul.info li.icon-plus:before,
    ul li.icon-plus:before {
      font-family: "Font Awesome 5 Pro";
      color: #1a5b17;
      content: "";
      margin: 0 10px auto -12px; }

.hiddeninfo {
  display: none; }

#infoBox {
  position: fixed;
  width: 275px;
  max-height: 75vh;
  min-height: 100px; }

#formInfoDisplay {
  font-size: 90%;
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 10px; }

body::-webkit-scrollbar {
  width: 0.5em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #1a5b17;
  outline: 1px solid slategrey; }

.button .is-small {
  height: 20px; }

.hlite1 {
  color: #1a5b17 !important; }

.hlite2 {
  color: #1a5b17 !important;
  font-family: FrutigerLTPro-Roman, sans-serif; }

.cprooflist {
  width: auto; }
  .cprooflist .box, .cprooflist div[class^="box-"], .cprooflist .article-page .boxHighlight, .article-page .cprooflist .boxHighlight, .cprooflist .boxFeatureCol, .cprooflist .talks2 .commlist-block .boxCommlist, .talks2 .commlist-block .cprooflist .boxCommlist, .cprooflist .timeline-item {
    min-height: 175px;
    padding: 10px 0 20px 0 !important; }
  .cprooflist .columns,
  .cprooflist .column {
    padding: 0; }
  .cprooflist .cproof {
    height: auto;
    width: auto;
    margin: 0 0 10px 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden; }
    .cprooflist .cproof:before {
      border-radius: 5px 5px 0 0;
      min-width: 176px;
      width: 100%;
      min-height: 30px;
      position: absolute;
      left: calc(-50% + 15px);
      top: 43%;
      font-family: FrutigerLTPro-Bold, sans-serif;
      color: white;
      padding-top: 4px;
      /*writing-mode:tb-rl */
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      white-space: nowrap;
      display: block;
      text-align: center; }
    .cprooflist .cproof.service:before {
      content: "Einzelne Leistung";
      background: #258322; }
    .cprooflist .cproof.rfq:before {
      content: "Ausschreibung";
      background: #258322; }
    .cprooflist .cproof.rfqdraft:before {
      content: "Ausschreibung (in Vorbereitung)";
      background: #960000; }
    .cprooflist .cproof.rfqclosed:before {
      content: "Ausschreibung (geschlossen)";
      background: #7a7a7a; }
    .cprooflist .cproof.performance:before {
      content: "Gesamteinsatz";
      background: #1d671b; }
    .cprooflist .cproof .cproofInner {
      padding-left: 50px;
      width: calc(100% - 30px);
      height: auto; }
    .cprooflist .cproof .seal {
      height: 100px;
      width: auto; }

.colmsgheader {
  padding: 5px 10px 5px 10px !important; }

.fc-white {
  color: white !important; }

.servicelist {
  display: flex;
  flex-flow: wrap; }
  .servicelist .serviceitem {
    background: #1a5b17;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px; }
    .servicelist .serviceitem a {
      color: white !important; }

.startpage-background {
  min-height: 400px;
  background: white url("../../de/public/images/dsc/handshake.png") !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.banner-title {
  font-size: 3em;
  color: #363636;
  line-height: 1em; }

.banner-subtitle {
  @extends .ft45;
  @extends .has-text-centered;
  font-size: 1.5em;
  color: #363636; }

.banner-teaser {
  @extends .ft45;
  @extends .has-text-centered;
  line-height: 1.1em;
  font-size: 2.1em;
  color: #363636; }

.promobox {
  box-shadow: 2px 4px 2px rgba(10, 10, 10, 0.1); }

.promobox-header, .promobox-header-disabled {
  background: #1a5b17 !important;
  font-size: 1.4em;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.promobox-header-disabled {
  background: #7a7a7a !important; }

.promobox-body, .promobox-body-disabled {
  background: white !important;
  font-size: 1.5em;
  min-height: 280px; }
  .promobox-body > ul, .promobox-body-disabled > ul {
    list-style-type: none; }
    .promobox-body > ul > li, .promobox-body-disabled > ul > li {
      padding-left: 0em;
      margin-bottom: 20px; }
    .promobox-body > ul > li:before, .promobox-body-disabled > ul > li:before {
      color: #1a5b17;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "";
      display: inline-block;
      left: -2em;
      margin-right: 0.5em;
      margin-left: 0em;
      top: 0.65em; }
  .promobox-body .subenum, .promobox-body-disabled .subenum {
    list-style-type: none; }
    .promobox-body .subenum > li, .promobox-body-disabled .subenum > li {
      padding-left: 2em;
      margin-bottom: 5px;
      color: #7a7a7a; }
    .promobox-body .subenum > li:before, .promobox-body-disabled .subenum > li:before {
      font-weight: 900;
      content: "-";
      display: inline-block;
      left: -2em;
      margin-right: 0.5em;
      margin-left: 0em;
      top: 0.65em; }
  .promobox-body.no-minheight, .no-minheight.promobox-body-disabled {
    min-height: auto !important; }
  .promobox-body img, .promobox-body-disabled img {
    margin-bottom: 10px; }
  .promobox-body .is-smaller, .promobox-body-disabled .is-smaller {
    font-size: 0.8em; }

.promobox-body-disabled {
  color: #adadad; }
  .promobox-body-disabled p i {
    color: #adadad !important; }

.promobox-footer {
  font-size: 1.3em;
  text-align: right;
  background: #e0e0e0;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 0px 0px 3px 3px; }

.subline {
  font-size: 0.9em;
  color: #7a7a7a;
  padding-left: 1.7em; }

.subline-sameformat {
  padding-left: 1.7em; }

.subline-small {
  font-size: 0.7em;
  color: #7a7a7a;
  padding-left: 0em;
  text-indent: 0em;
  line-height: 1.1em; }

.banner-button {
  margin-top: 3px;
  color: #7a7a7a;
  text-shadow: 0px 2px 3px #7a7a7a;
  color: white !important;
  background: #e68a00 !important;
  border-color: #0a0a0a !important; }

.banner-button-secondary {
  margin-top: 3px;
  color: #e0e0e0;
  text-shadow: 0px 2px 3px #e0e0e0;
  color: #0a0a0a !important;
  background: #e0e0e0 !important;
  border-color: #0a0a0a !important; }

.promotable thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-left: 10px;
  text-align: center; }
.promotable thead tr.aspect {
  text-align: left !important; }
.promotable tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-left: 10px;
  text-align: center;
  font-size: 0.9em; }
  .promotable tbody tr td.newsection {
    text-align: left !important;
    font-size: 0.7em !important;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    line-height: 0px; }
  .promotable tbody tr td.aspect {
    text-align: left !important; }
  .promotable tbody tr td.details-small {
    font-size: 0.7em !important;
    text-align: left; }

.size20 {
  font-size: 2em !important; }

.article h1 {
  line-height: 1.1em;
  color: #1a5b17; }
.article h2 {
  color: #1a5b17;
  line-height: 1.1em;
  color: #1a5b17;
  font-size: 1.2em; }
.article h3,
.article h4 {
  line-height: 1.1em;
  color: #0a0a0a; }
.article h2,
.article h3 {
  font-size: 1.2em; }
.article h4 {
  font-size: 1.5em; }
.article h3 {
  margin-top: 40px; }
.article h4 {
  margin-top: 20px; }
.article p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #7a7a7a; }
  @media screen and (max-width: 768px) {
    .article p {
      font-size: 1em; } }
.article div {
  margin-top: 20px;
  margin-bottom: 20px; }
.article p.quote {
  color: #575757;
  text-align: center;
  font-size: 1.5em;
  font-style: italic !important;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2em; }
.article ul {
  list-style-type: disc;
  padding-left: 1.3em;
  color: #7a7a7a; }
  .article ul li {
    font-size: 1.3em; }
.article img {
  margin-top: 20px;
  margin-bottom: 20px; }

img.bme {
  height: 70% !important;
  width: 70% !important; }

.striked {
  text-decoration: line-through; }

.indented {
  padding-left: 2em;
  text-indent: -0.8em !important; }
  .indented li:before {
    text-indent: -1em; }

.oneclickfb {
  top: 175px;
  right: 0px;
  height: 100px;
  width: 300px;
  position: fixed;
  z-index: 5; }
  .oneclickfb .promobox {
    font-size: 0.7em !important;
    font-weight: 900; }
    .oneclickfb .promobox .promobox-header, .oneclickfb .promobox .promobox-header-disabled {
      background: #0a0a0a !important; }

.editable-badge {
  box-shadow: 2px 4px 2px rgba(10, 10, 10, 0.1);
  white-space: wrap !important; }

.editable-badge-header {
  background: #1a5b17 !important;
  font-size: 1em;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.editable-badge-body {
  background: RGBA(220, 240, 220, 1) !important;
  font-size: 0.8em; }

.editable-badge-footer {
  font-size: 0.8em;
  color: white;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 110%;
  background: #1a5b17 !important;
  padding-left: 1.5em;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden; }

.idcard {
  box-shadow: 2px 4px 2px rgba(10, 10, 10, 0.1);
  white-space: wrap !important; }

.idcard-header {
  background: RGBA(100, 0, 0, 1) !important;
  font-size: 1em;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.idcard-body {
  background: RGBA(240, 230, 230, 1) !important;
  font-size: 0.8em; }

.idcard-footer {
  font-size: 0.8em;
  padding-left: 1.5em;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 110%;
  color: white;
  background: RGBA(100, 0, 0, 1) !important;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden; }

.wraptext {
  white-space: wrap !important;
  word-wrap: break-word !important; }

.boffbox-box {
  box-shadow: 2px 4px 2px rgba(10, 10, 10, 0.1); }

.boffbox-header {
  background: #1a5b17 !important;
  font-size: 1em;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.boffbox-body {
  background: white !important;
  font-size: 1em;
  min-height: 280px; }
  .boffbox-body > ul {
    list-style-type: none; }
    .boffbox-body > ul > li {
      padding-left: 0em;
      margin-bottom: 20px; }
    .boffbox-body > ul > li:before {
      color: #1a5b17;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "";
      display: inline-block;
      left: -2em;
      margin-right: 0.5em;
      margin-left: 0em;
      top: 0.65em; }
  .boffbox-body .subenum {
    list-style-type: none; }
    .boffbox-body .subenum > li {
      padding-left: 2em;
      margin-bottom: 5px;
      color: #7a7a7a; }
    .boffbox-body .subenum > li:before {
      font-weight: 900;
      content: "-";
      display: inline-block;
      left: -2em;
      margin-right: 0.5em;
      margin-left: 0em;
      top: 0.65em; }
  .boffbox-body.no-minheight {
    min-height: auto !important; }
  .boffbox-body img {
    margin-bottom: 10px; }

.boffbox-table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left; }
  .boffbox-table thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-left: 10px;
    text-align: left;
    font-size: 0.9em;
    background: #1a5b17;
    color: white; }
  .boffbox-table thead tr.aspect {
    text-align: left !important; }
  .boffbox-table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-left: 10px;
    font-size: 0.8em;
    background: #ededed; }
    .boffbox-table tbody tr td.newsection {
      text-align: left !important;
      font-size: 0.5em !important;
      padding-top: 20px !important;
      padding-bottom: 5px !important;
      line-height: 0px; }
    .boffbox-table tbody tr td.aspect {
      text-align: left !important;
      font-weight: 900; }
    .boffbox-table tbody tr td.details-small {
      font-size: 0.5em !important;
      text-align: left; }

.frontpage-box {
  min-height: 20em; }

.discussions p {
  padding-top: 10px !important;
  font-size: 0.8em !important; }
.discussions h2 {
  font-weight: 900 !important;
  font-size: 1.2em !important;
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  line-height: 100% !important; }
.discussions > ul {
  list-style-type: none; }
  .discussions > ul > li {
    padding-left: 0em;
    margin-bottom: 10px; }
    .discussions > ul > li small {
      margin-left: 2.5em; }
  .discussions > ul > li:before {
    color: #1a5b17;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    display: inline-block;
    left: -2em;
    margin-right: 0.5em;
    margin-left: 0em;
    top: 0.65em; }

.full-width {
  width: 100% !important; }

.box-demo-down legend {
  padding-top: 10px !important;
  font-size: 0.8em !important; }

.box-demo-up legend {
  padding-top: 5px !important;
  font-size: 0.8em !important; }

.box-demo-down {
  padding-top: 0px !important;
  background: RGBA(220, 240, 220, 1) !important; }

.box-demo-up {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: RGBA(240, 230, 230, 1) !important; }

.demo {
  margin: 0px !important;
  width: 100% !important; }

.commimg {
  height: auto !important;
  width: auto !important; }

.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.no-margin-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.company-page h1, .article-page h1 {
  margin-top: 1em;
  font-weight: 900;
  line-height: 110%; }
.company-page .amendment, .article-page .amendment {
  margin-top: 15px;
  font-size: 1.5em;
  font-weight: 400; }
.company-page h2, .article-page h2 {
  margin-top: 1.2em;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 110%; }
  @media screen and (max-width: 768px) {
    .company-page h2, .article-page h2 {
      font-size: 1.2em; } }
.company-page h3, .article-page h3 {
  margin-bottom: 0.2em;
  font-size: 1em;
  font-weight: 900; }

.article-page ul {
  list-style-type: none; }
  .article-page ul li {
    font-size: 1.3rem !important;
    line-height: 140%;
    padding-left: 0px;
    margin-bottom: 10px;
    text-indent: 0px; }
    .article-page ul li.ban {
      color: #960000;
      text-decoration: line-through; }
    @media screen and (max-width: 768px) {
      .article-page ul li {
        font-size: 1.2em !important; } }
  .article-page ul li > * {
    padding-left: 40px !important;
    text-indent: 40px; }
  .article-page ul .ban:before {
    color: #960000;
    content: ""; }
  .article-page ul li:before {
    color: #1a5b17;
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-weight: 900;
    display: inline-block;
    left: -2em;
    margin-right: 0.5em;
    margin-left: 0em;
    top: 0.85em; }
.article-page .nospace {
  padding-top: -30px !important;
  margin-top: -30px !important; }
.article-page p {
  font-size: 1.2rem !important;
  letter-spacing: -0.5px;
  line-height: 140%; }
  @media screen and (max-width: 768px) {
    .article-page p {
      font-size: 1em !important; } }
  .article-page p a {
    font-weight: 900; }
  .article-page p img {
    width: 15em;
    float: left;
    margin: 0 20px 10px 0; }
.article-page h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: 900;
  line-height: 130%; }
.article-page .floatimg {
  float: left;
  margin: 5px 20px 10px 0; }
.article-page .float15 {
  width: 15em; }
.article-page .float20 {
  width: 20em; }
.article-page .float30 {
  width: 30em; }
  .article-page .float30 span {
    font-size: 1em !important; }
.article-page .boxHighlight {
  background: -webkit-linear-gradient(to left top, rgba(25, 83, 22, 0.2) 58%, WHITE 100%);
  background: -moz-linear-gradient(to left top, rgba(25, 83, 22, 0.2) 58%, WHITE 100%);
  background: -ms-linear-gradient(to left top, rgba(25, 83, 22, 0.2) 58%, WHITE 100%);
  background: -o-linear-gradient(to left top, rgba(25, 83, 22, 0.2) 58%, WHITE 100%);
  background: linear-gradient(to left top, rgba(25, 83, 22, 0.2) 58%, #ffffff 100%); }

.steps {
  margin-left: -12em !important; }

ul.features {
  list-style-type: none; }
  ul.features li {
    font-size: 1.5em !important;
    line-height: 140%;
    padding-left: 1.8em;
    margin-bottom: 20px;
    margin-left: 0em; }
  ul.features li > * {
    padding-left: 0px !important;
    text-indent: 0px; }
  ul.features li:before {
    color: #1a5b17;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    display: inline-block;
    left: -2em;
    margin-right: 0.5em;
    margin-left: -1.5em;
    top: 0.85em; }

.boxFeature {
  height: 50em; }

.boxFeatureCol {
  overflow-y: hidden;
  height: 100%; }

.divhide {
  visibility: hidden;
  display: none; }

.trans2 .title {
  color: white !important; }

@media screen and (min-width: 1280px) {
  .scrollPanel {
    overflow-y: scroll;
    height: 300px; } }

.is-light-darker {
  background-color: #999999 !important; }

.white {
  color: white !important; }

.nowrap {
  white-space: nowrap; }

.small-lh {
  line-height: 110% !important; }

.medium-lh {
  line-height: 140% !important; }

.mobile-header-pane {
  background: #CEDDCE;
  padding-left: 5px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .mobile-header-pane {
      display: none !important; } }
  @media screen and (min-width: 1088px) {
    .mobile-header-pane {
      display: none !important; } }
  @media screen and (min-width: 769px), print {
    .mobile-header-pane {
      display: none !important; } }
  .mobile-header-pane.red {
    background: #ffebeb; }
  .mobile-header-pane header .sup {
    font-size: 90%; }
  .mobile-header-pane header .content {
    font-size: 120%;
    font-weight: 900;
    line-height: 110%; }

.mobile-details-pane {
  background: #FFFFFF;
  padding-left: 5px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .mobile-details-pane header .sup {
    font-size: 90%; }
  .mobile-details-pane header .content {
    font-size: 120%;
    font-family: FrutigerLTPro-Bold, sans-serif;
    line-height: 110%; }

@media screen and (max-width: 768px) {
  body.fixed {
    overflow: hidden;
    max-height: 100vH; } }

.lh110 {
  line-height: 110%; }

@media screen and (max-width: 768px) {
  .forcewrap-mobile {
    white-space: normal !important; } }

@media screen and (max-width: 768px) {
  .height4em-mobile {
    height: 4.5em !important; } }

.scoring {
  margin: 0 !important; }
  .scoring .stitle {
    color: #363636 !important;
    font-size: 1.2em !important; }
  .scoring .labels {
    display: flex;
    flex-flow: wrap; }
    .scoring .labels .scoring-item {
      padding-right: 5px;
      margin: 0 !important;
      min-width: 20em; }
    .scoring .labels .rpanel .header {
      min-width: 10em;
      background-color: #1a5b17;
      border-radius: 5px 5px 0px 0px;
      color: white;
      text-align: center;
      font-size: 1.4em !important;
      margin-bottom: 0 !important; }
    .scoring .labels .rpanel .body {
      background-color: #e1f7e0;
      border: 2px solid #1a5b17;
      border-radius: 0px 0px 5px 5px;
      color: #1a5b17;
      text-align: center;
      font-size: 3em !important; }
    .scoring .labels .label {
      font-size: 1.5em !important; }
      .scoring .labels .label .title {
        color: #0a0a0a !important; }
      .scoring .labels .label .sub {
        color: #3d3d3d !important; }

.button.orange {
  background-color: #ff470f; }

.talkoffer {
  border-radius: 5px;
  border: 1pt solid #1a5b17;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: whitesmoke !important;
  display: flex; }
  @media screen and (max-width: 768px) {
    .talkoffer {
      flex-flow: column; } }
  .talkoffer .icon {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 2em !important; }
    @media screen and (max-width: 768px) {
      .talkoffer .icon {
        display: none; } }
  .talkoffer .header {
    background-color: #1a5b17 !important;
    color: white !important;
    padding: 5px;
    font-size: 1.7 em !important;
    margin-top: -10px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
    border-radius: 2px 2px 0 0; }
  .talkoffer .details {
    display: block; }
    .talkoffer .details .identity {
      font-size: 1.1em !important; }
    .talkoffer .details .identity-11 {
      font-size: 1.1em !important; }
    .talkoffer .details .teaser {
      font-size: 1.1em !important;
      font-style: italic; }

.tags-scoring {
  margin-bottom: 0px !important;
  margin-left: 0px !important; }
  .tags-scoring tr {
    height: 2em;
    min-width: 10em; }

.mnav-itemcount {
  position: relative;
  top: -55px;
  text-align: center;
  color: white;
  border-radius: 50px;
  background-color: red;
  font-weight: 900;
  width: 25px;
  left: calc(100%/2); }

@media screen and (min-width: 1280px) {
  .h50 {
    height: 50% !important; } }

@media screen and (min-width: 1280px) {
  .nav-itemcount {
    position: relative;
    top: -50px;
    text-align: center;
    color: white;
    border-radius: 50px;
    background-color: red;
    font-weight: 900;
    width: 25px;
    left: calc(100% - 2em); } }
@media screen and (max-width: 768px) {
  .nav-itemcount {
    display: none; } }

.pwriting {
  color: white;
  background-color: #960000;
  border: 1px solid;
  font-size: 1.5em;
  width: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: fixed;
  top: 0px;
  right: 0px;
  text-align: right;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  z-index: 999; }

.blink {
  animation: blinker 1s step-start infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
.t2v-modal ul {
  list-style-type: square;
  margin-left: 15px !important; }

table.benefits {
  border-collapse: separate;
  border-spacing: 3em 2em; }
  table.benefits tbody {
    border-radius: 5px; }
    table.benefits tbody tr td:nth-child(2) {
      font-size: 0.8em; }
      table.benefits tbody tr td:nth-child(2) ul.normal {
        list-style-position: outside !important;
        list-style: square;
        margin-left: 20px !important;
        margin-right: 0px !important;
        padding-left: 0px !important; }
        table.benefits tbody tr td:nth-child(2) ul.normal li {
          margin-left: 10px !important;
          padding-left: 0px !important;
          margin-right: 0px !important; }
        table.benefits tbody tr td:nth-child(2) ul.normal li::before {
          content: "" !important;
          margin-left: 0px !important;
          padding-left: 0px !important;
          margin-right: 0px !important; }

.no-side-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.has-mtminus60 {
  margin-top: -60px; }

.has-mtminus30 {
  margin-top: -30px; }

.fs-07 {
  font-size: 70% !important; }

.fs-09 {
  font-size: 90% !important; }

.fs-12 {
  font-size: 120% !important; }

.fs-13 {
  font-size: 130% !important; }

.lh-13 {
  line-height: 130% !important; }

.large-title {
  font-size: 130% !important;
  font-weight: 900 !important; }

.teaser-table {
  @extends ft45;
  font-size: 1.3em !important;
  font-weight: 400 !important;
  text-align: left;
  width: auto;
  border-spacing: 0 15px;
  border-collapse: separate; }

.teaser-table-td-sys {
  width: 2em; }

.ft45-override {
  font-family: FrutigerLTPro-Light, sans-serif !important; }

.ft55-override {
  font-family: FrutigerLTPro-Roman, sans-serif !important; }

.iwsb {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 0px !important;
  font-size: 0em !important;
  width: 0px !important;
  position: absolute !important; }

@media screen and (min-width: 1280px) {
  .simple-article-page {
    width: 60em !important;
    padding-left: 4em !important;
    padding-right: 4em !important; } }

article.simple-article-body h2, article.simple-article-body h3 {
  margin-top: 40px; }
@media screen and (min-width: 1280px) {
  article.simple-article-body h2 {
    font-size: 1.7em; } }
@media screen and (max-width: 768px) {
  article.simple-article-body h2 {
    margin-bottom: 0.5em;
    font-size: 2em; } }
article.simple-article-body p {
  text-align: justify; }
  @media screen and (max-width: 768px) {
    article.simple-article-body p {
      font-size: 130% !important; } }
@media screen and (min-width: 1280px) {
  article.simple-article-body ol li {
    margin-left: 5px;
    font-size: 1.3rem; } }
@media screen and (max-width: 768px) {
  article.simple-article-body ol li {
    margin-left: 0px;
    font-size: 1.3rem; } }

.is-divider, .is-divider-vertical {
  display: block;
  position: relative; }

.is-divider[data-content]::after, .is-divider-vertical[data-content]::after {
  background: white;
  color: #b5b5b5;
  content: attr(data-content);
  display: inline-block;
  font-size: 12px;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-1.1rem);
  -ms-transform: translateY(-1.1rem);
  transform: translateY(-1.1rem);
  text-align: center; }

.is-divider {
  border-top: 0.1rem solid #dbdbdb;
  height: 0.1rem;
  margin: 2rem 0;
  text-align: center; }

.is-divider-vertical {
  display: block;
  padding: 2rem;
  position: relative; }
  .is-divider-vertical::before {
    border-left: 0.1rem solid #dbdbdb;
    bottom: 1rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .is-divider-vertical[data-content]::after {
    left: 50%;
    padding: 0.4rem 0;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.demo {
  margin: 20px auto; }
  .demo:not(:last-child) {
    margin-bottom: 20px; }
  .demo.w25 {
    width: 25%; }
  .demo.w50 {
    width: 50%; }
  .demo .header {
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 120%;
    padding: 10px 0; }

.accordions .accordion {
  display: flex;
  flex-direction: column;
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 14px; }
  .accordions .accordion:not(:last-child) {
    margin-bottom: 20px; }
  .accordions .accordion strong {
    color: currentColor; }
  .accordions .accordion a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline; }
  .accordions .accordion.is-small {
    font-size: 12px; }
  .accordions .accordion.is-medium, .accordions .accordion.tabselHighlightedYes {
    font-size: 18px; }
  .accordions .accordion.is-large {
    font-size: 26px; }
  .accordions .accordion:not(:first-child) .accordion-header {
    border-radius: 0; }
  .accordions .accordion:not(:last-child) {
    margin-bottom: 0; }
    .accordions .accordion:not(:last-child) .accordion-content {
      border-radius: 0; }
  .accordions .accordion .toggle,
  .accordions .accordion [data-action="toggle"] {
    cursor: pointer; }
  .accordions .accordion .accordion-header {
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 3px 3px 0 0;
    color: white;
    display: flex;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0.5em 0.75em;
    position: relative; }
    .accordions .accordion .accordion-header .toggle {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: rgba(10, 10, 10, 0.2);
      border: none;
      border-radius: 290486px;
      display: inline-block;
      flex-grow: 0;
      flex-shrink: 0;
      margin-left: 0.75em;
      height: 20px;
      width: 20px;
      max-height: 20px;
      max-width: 20px;
      min-height: 20px;
      min-width: 20px;
      outline: none;
      position: relative;
      vertical-align: top; }
      .accordions .accordion .accordion-header .toggle::before {
        color: white;
        display: block;
        left: 0;
        position: absolute;
        top: -0.1em;
        right: 0;
        bottom: 0;
        content: "+"; }
      .accordions .accordion .accordion-header .toggle::after {
        display: none; }
    .accordions .accordion .accordion-header + .accordion-body {
      overflow-y: hidden;
      max-height: 0;
      color: #4a4a4a;
      border: 1px solid #dbdbdb;
      border-radius: 3px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: none;
      -webkit-transition: max-height 0.2s ease;
      -moz-transition: max-height 0.2s ease;
      -o-transition: max-height 0.2s ease;
      transition: max-height 0.2s ease; }
      .accordions .accordion .accordion-header + .accordion-body .accordion-content {
        padding: 1em 1.25em; }
        .accordions .accordion .accordion-header + .accordion-body .accordion-content code,
        .accordions .accordion .accordion-header + .accordion-body .accordion-content pre {
          background-color: white; }
        .accordions .accordion .accordion-header + .accordion-body .accordion-content pre code {
          background-color: transparent; }
  .accordions .accordion.is-active .accordion-header .toggle::before {
    content: "-"; }
  .accordions .accordion.is-active .accordion-body {
    max-height: 100em; }
  .accordions .accordion.is-white {
    background-color: white; }
    .accordions .accordion.is-white .accordion-header {
      background-color: white;
      color: #0a0a0a; }
    .accordions .accordion.is-white .accordion-content {
      border-color: white;
      color: #4d4d4d; }
  .accordions .accordion.is-black {
    background-color: #fafafa; }
    .accordions .accordion.is-black .accordion-header {
      background-color: #0a0a0a;
      color: white; }
    .accordions .accordion.is-black .accordion-content {
      border-color: #0a0a0a;
      color: #0a0a0a; }
  .accordions .accordion.is-light {
    background-color: #fafafa; }
    .accordions .accordion.is-light .accordion-header {
      background-color: whitesmoke;
      color: #363636; }
    .accordions .accordion.is-light .accordion-content {
      border-color: whitesmoke;
      color: #4f4f4f; }
  .accordions .accordion.is-dark, .accordions .accordion.tabselHighlightedYes, .accordions .accordion.is-light-darker {
    background-color: #fafafa; }
    .accordions .accordion.is-dark .accordion-header, .accordions .accordion.tabselHighlightedYes .accordion-header, .accordions .accordion.is-light-darker .accordion-header {
      background-color: #363636;
      color: whitesmoke; }
    .accordions .accordion.is-dark .accordion-content, .accordions .accordion.tabselHighlightedYes .accordion-content, .accordions .accordion.is-light-darker .accordion-content {
      border-color: #363636;
      color: #2a2a2a; }
  .accordions .accordion.is-primary {
    background-color: #f7fdf7; }
    .accordions .accordion.is-primary .accordion-header {
      background-color: #1a5b17;
      color: white; }
    .accordions .accordion.is-primary .accordion-content {
      border-color: #1a5b17;
      color: #123910; }
  .accordions .accordion.is-secondary, .accordions .accordion.tabselHighlightedNo {
    background-color: #fafafa; }
    .accordions .accordion.is-secondary .accordion-header, .accordions .accordion.tabselHighlightedNo .accordion-header {
      background-color: #d2d2d2;
      color: rgba(0, 0, 0, 0.7); }
    .accordions .accordion.is-secondary .accordion-content, .accordions .accordion.tabselHighlightedNo .accordion-content {
      border-color: #d2d2d2;
      color: #565656; }
  .accordions .accordion.is-footer {
    background-color: #fafafa; }
    .accordions .accordion.is-footer .accordion-header {
      background-color: #a2a2a2;
      color: white; }
    .accordions .accordion.is-footer .accordion-content {
      border-color: #a2a2a2;
      color: #555555; }
  .accordions .accordion.is-info {
    background-color: #fafafa; }
    .accordions .accordion.is-info .accordion-header {
      background-color: #d2d2d2;
      color: rgba(0, 0, 0, 0.7); }
    .accordions .accordion.is-info .accordion-content {
      border-color: #d2d2d2;
      color: #565656; }
  .accordions .accordion.is-success {
    background-color: #f7fdf9; }
    .accordions .accordion.is-success .accordion-header {
      background-color: #0A2D14;
      color: white; }
    .accordions .accordion.is-success .accordion-content {
      border-color: #0A2D14;
      color: #08220f; }
  .accordions .accordion.is-warning {
    background-color: #fffdf5; }
    .accordions .accordion.is-warning .accordion-header {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .accordions .accordion.is-warning .accordion-content {
      border-color: #ffdd57;
      color: #3c3108; }
  .accordions .accordion.is-danger, .accordions .accordion.error {
    background-color: #fff5f5; }
    .accordions .accordion.is-danger .accordion-header, .accordions .accordion.error .accordion-header {
      background-color: #960000;
      color: white; }
    .accordions .accordion.is-danger .accordion-content, .accordions .accordion.error .accordion-content {
      border-color: #960000;
      color: #780101; }

button[data-balloon], [data-balloon].banner-button, [data-balloon].banner-button-secondary, .t2v-tline .tci.chat-invite section [data-balloon].button-ok, .t2v-tline .tci.chat-invite section [data-balloon].button-not {
  overflow: visible; }

[data-balloon] {
  position: relative; }
  [data-balloon]:after {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    font-size: 12px;
    padding: 0.5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10; }
  [data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out 0.18s;
    -moz-transition: all 0.18s ease-out 0.18s;
    -ms-transition: all 0.18s ease-out 0.18s;
    -o-transition: all 0.18s ease-out 0.18s;
    transition: all 0.18s ease-out 0.18s;
    content: "";
    position: absolute;
    z-index: 10; }
  [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto; }
  [data-balloon].font-awesome:after {
    font-family: FontAwesome; }
  [data-balloon][data-balloon-break]:after {
    white-space: pre; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='left']:after {
    margin-right: 11px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-right: 5px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:after {
    left: 100%;
    margin-left: 11px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length='small']:after {
    white-space: normal;
    width: 80px; }
  [data-balloon][data-balloon-length='medium']:after {
    white-space: normal;
    width: 150px; }
  [data-balloon][data-balloon-length='large']:after {
    white-space: normal;
    width: 260px; }
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw; } }
  [data-balloon][data-balloon-length='fit']:after {
    white-space: normal;
    width: 100%; }

.datepicker {
  display: none; }
  .datepicker.is-active {
    display: flex; }
    .datepicker.is-active .calendar {
      position: fixed;
      z-index: 40;
      min-width: 20rem;
      max-width: 20rem;
      position: relative;
      margin: 0 auto;
      max-height: calc(100vh - 40px); }
    .datepicker.is-active .calendar-nav {
      flex-direction: column; }
  .datepicker .calendar {
    background: white;
    border: none;
    border-radius: 2px;
    display: block;
    min-width: 20rem;
    text-align: center;
    max-width: 20rem; }
    .datepicker .calendar.is-active {
      display: initial; }
    .datepicker .calendar .calendar-nav {
      background: #1a5b17;
      color: white;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      padding: 0.5em; }
      .datepicker .calendar .calendar-nav .calendar-nav-month,
      .datepicker .calendar .calendar-nav .calendar-nav-day,
      .datepicker .calendar .calendar-nav .calendar-nav-year {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .datepicker .calendar .calendar-nav .calendar-month,
      .datepicker .calendar .calendar-nav .calendar-day,
      .datepicker .calendar .calendar-nav .calendar-year {
        flex: 1; }
      .datepicker .calendar .calendar-nav .calendar-month {
        font-size: 22px; }
      .datepicker .calendar .calendar-nav .calendar-day {
        font-size: 28px; }
      .datepicker .calendar .calendar-nav .calendar-nav-previous-month, .datepicker .calendar .calendar-nav .calendar-nav-next-month,
      .datepicker .calendar .calendar-nav .calendar-nav-previous-year, .datepicker .calendar .calendar-nav .calendar-nav-next-year {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        text-decoration: none;
        color: white; }
        .datepicker .calendar .calendar-nav .calendar-nav-previous-month:hover, .datepicker .calendar .calendar-nav .calendar-nav-next-month:hover,
        .datepicker .calendar .calendar-nav .calendar-nav-previous-year:hover, .datepicker .calendar .calendar-nav .calendar-nav-next-year:hover {
          background-color: transparent; }
          .datepicker .calendar .calendar-nav .calendar-nav-previous-month:hover svg, .datepicker .calendar .calendar-nav .calendar-nav-next-month:hover svg,
          .datepicker .calendar .calendar-nav .calendar-nav-previous-year:hover svg, .datepicker .calendar .calendar-nav .calendar-nav-next-year:hover svg {
            stroke-width: 1em; }
        .datepicker .calendar .calendar-nav .calendar-nav-previous-month svg, .datepicker .calendar .calendar-nav .calendar-nav-next-month svg,
        .datepicker .calendar .calendar-nav .calendar-nav-previous-year svg, .datepicker .calendar .calendar-nav .calendar-nav-next-year svg {
          stroke: currentColor;
          width: 11.25px;
          height: 18px; }
    .datepicker .calendar .calendar-header, .datepicker .calendar .calendar-body {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .datepicker .calendar .calendar-header .calendar-date, .datepicker .calendar .calendar-body .calendar-date {
      flex: 0 0 14.28%;
      max-width: 14.28%; }
    .datepicker .calendar .calendar-header {
      padding: 1em 1em 0 1em;
      background: transparent;
      color: white;
      font-size: 12px; }
      .datepicker .calendar .calendar-header .calendar-date {
        color: #b5b5b5; }
    .datepicker .calendar .calendar-body {
      padding: 0 1em 1em 1em;
      color: #7a7a7a; }
    .datepicker .calendar .calendar-date {
      border: 0;
      padding: 0.4rem 0; }
      .datepicker .calendar .calendar-date .date-item {
        appearance: none;
        background: transparent;
        border: 0.1rem solid transparent;
        border-radius: 100%;
        color: #4a4a4a;
        cursor: pointer;
        height: 2.2rem;
        line-height: 1.4rem;
        outline: none;
        padding: 0.3rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease;
        vertical-align: middle;
        white-space: nowrap;
        width: 2.2rem; }
        .datepicker .calendar .calendar-date .date-item.is-today {
          background: transparent;
          border-color: #1a5b17;
          color: #1a5b17; }
        .datepicker .calendar .calendar-date .date-item:focus {
          background: whitesmoke;
          border-color: whitesmoke;
          color: rgba(0, 0, 0, 0.7);
          text-decoration: none; }
        .datepicker .calendar .calendar-date .date-item:hover {
          background: whitesmoke;
          border-color: whitesmoke;
          color: rgba(0, 0, 0, 0.7);
          text-decoration: none; }
        .datepicker .calendar .calendar-date .date-item.is-active {
          background: #1a5b17;
          border-color: #1a5b17;
          color: white; }
      .datepicker .calendar .calendar-date.is-disabled .date-item, .datepicker .calendar .calendar-date.is-disabled .calendar-event, .datepicker .calendar .calendar-date[disabled] .date-item, .datepicker .calendar .calendar-date[disabled] .calendar-event {
        cursor: default;
        opacity: 0.25;
        pointer-events: none; }
    .datepicker .calendar .calendar-range {
      position: relative; }
      .datepicker .calendar .calendar-range::before {
        background: #92e28f;
        content: "";
        height: 2.2rem;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .datepicker .calendar .calendar-range.calendar-range-start::before {
        left: 50%; }
      .datepicker .calendar .calendar-range.calendar-range-end::before {
        right: 50%; }
      .datepicker .calendar .calendar-range .date-item {
        color: #1a5b17; }
    .datepicker .calendar.is-large {
      max-width: 100%; }
      .datepicker .calendar.is-large .calendar-body .calendar-date {
        border-bottom: none;
        border-right: none;
        display: flex;
        flex-direction: column;
        height: 11rem;
        padding: 0; }
        .datepicker .calendar.is-large .calendar-body .calendar-date:nth-child(7n) {
          border-right: 0; }
        .datepicker .calendar.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
          border-bottom: 0; }
      .datepicker .calendar.is-large .date-item {
        align-self: flex-end;
        height: 2.2rem;
        margin-right: 0.5rem;
        margin-top: 0.5rem; }
      .datepicker .calendar.is-large .calendar-range::before {
        top: 1.9rem; }
      .datepicker .calendar.is-large .calendar-range.calendar-range-start::before {
        left: auto;
        width: 1.9rem; }
      .datepicker .calendar.is-large .calendar-range.calendar-range-end::before {
        right: 1.9rem; }
      .datepicker .calendar.is-large .calendar-events {
        flex-grow: 1;
        line-height: 1;
        overflow-y: auto;
        padding: 0.5rem; }
      .datepicker .calendar.is-large .calendar-event {
        background-color: #7a7a7a;
        border-radius: 2px;
        color: white;
        display: block;
        font-size: 1rem;
        margin: 0.2rem auto;
        overflow: hidden;
        padding: 0.3rem 0.4rem;
        text-align: left;
        text-overflow: ellipsis;
        vertical-align: baseline;
        white-space: nowrap; }
        .datepicker .calendar.is-large .calendar-event.is-white {
          background-color: white;
          color: #0a0a0a; }
        .datepicker .calendar.is-large .calendar-event.is-black {
          background-color: #0a0a0a;
          color: white; }
        .datepicker .calendar.is-large .calendar-event.is-light {
          background-color: whitesmoke;
          color: #363636; }
        .datepicker .calendar.is-large .calendar-event.is-dark, .datepicker .calendar.is-large .calendar-event.tabselHighlightedYes, .datepicker .calendar.is-large .calendar-event.is-light-darker {
          background-color: #363636;
          color: whitesmoke; }
        .datepicker .calendar.is-large .calendar-event.is-primary {
          background-color: #1a5b17;
          color: white; }
        .datepicker .calendar.is-large .calendar-event.is-secondary, .datepicker .calendar.is-large .calendar-event.tabselHighlightedNo {
          background-color: #d2d2d2;
          color: rgba(0, 0, 0, 0.7); }
        .datepicker .calendar.is-large .calendar-event.is-footer {
          background-color: #a2a2a2;
          color: white; }
        .datepicker .calendar.is-large .calendar-event.is-info {
          background-color: #d2d2d2;
          color: rgba(0, 0, 0, 0.7); }
        .datepicker .calendar.is-large .calendar-event.is-success {
          background-color: #0A2D14;
          color: white; }
        .datepicker .calendar.is-large .calendar-event.is-warning {
          background-color: #ffdd57;
          color: rgba(0, 0, 0, 0.7); }
        .datepicker .calendar.is-large .calendar-event.is-danger, .datepicker .calendar.is-large .calendar-event.error {
          background-color: #960000;
          color: white; }

.calendar {
  background: white;
  border: none;
  border-radius: 2px;
  display: block;
  min-width: 20rem;
  text-align: center;
  max-width: 20rem; }
  .calendar.is-active {
    display: initial; }
  .calendar .calendar-nav {
    background: #1a5b17;
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 0.5em; }
    .calendar .calendar-nav .calendar-nav-month,
    .calendar .calendar-nav .calendar-nav-day,
    .calendar .calendar-nav .calendar-nav-year {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .calendar .calendar-nav .calendar-month,
    .calendar .calendar-nav .calendar-day,
    .calendar .calendar-nav .calendar-year {
      flex: 1; }
    .calendar .calendar-nav .calendar-month {
      font-size: 22px; }
    .calendar .calendar-nav .calendar-day {
      font-size: 28px; }
    .calendar .calendar-nav .calendar-nav-previous-month, .calendar .calendar-nav .calendar-nav-next-month,
    .calendar .calendar-nav .calendar-nav-previous-year, .calendar .calendar-nav .calendar-nav-next-year {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      text-decoration: none;
      color: white; }
      .calendar .calendar-nav .calendar-nav-previous-month:hover, .calendar .calendar-nav .calendar-nav-next-month:hover,
      .calendar .calendar-nav .calendar-nav-previous-year:hover, .calendar .calendar-nav .calendar-nav-next-year:hover {
        background-color: transparent; }
        .calendar .calendar-nav .calendar-nav-previous-month:hover svg, .calendar .calendar-nav .calendar-nav-next-month:hover svg,
        .calendar .calendar-nav .calendar-nav-previous-year:hover svg, .calendar .calendar-nav .calendar-nav-next-year:hover svg {
          stroke-width: 1em; }
      .calendar .calendar-nav .calendar-nav-previous-month svg, .calendar .calendar-nav .calendar-nav-next-month svg,
      .calendar .calendar-nav .calendar-nav-previous-year svg, .calendar .calendar-nav .calendar-nav-next-year svg {
        stroke: currentColor;
        width: 11.25px;
        height: 18px; }
  .calendar .calendar-header, .calendar .calendar-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .calendar .calendar-header .calendar-date, .calendar .calendar-body .calendar-date {
    flex: 0 0 14.28%;
    max-width: 14.28%; }
  .calendar .calendar-header {
    padding: 1em 1em 0 1em;
    background: transparent;
    color: white;
    font-size: 12px; }
    .calendar .calendar-header .calendar-date {
      color: #b5b5b5; }
  .calendar .calendar-body {
    padding: 0 1em 1em 1em;
    color: #7a7a7a; }
  .calendar .calendar-date {
    border: 0;
    padding: 0.4rem 0; }
    .calendar .calendar-date .date-item {
      appearance: none;
      background: transparent;
      border: 0.1rem solid transparent;
      border-radius: 100%;
      color: #4a4a4a;
      cursor: pointer;
      height: 2.2rem;
      line-height: 1.4rem;
      outline: none;
      padding: 0.3rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      transition: all 0.2s ease;
      vertical-align: middle;
      white-space: nowrap;
      width: 2.2rem; }
      .calendar .calendar-date .date-item.is-today {
        background: transparent;
        border-color: #1a5b17;
        color: #1a5b17; }
      .calendar .calendar-date .date-item:focus {
        background: whitesmoke;
        border-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7);
        text-decoration: none; }
      .calendar .calendar-date .date-item:hover {
        background: whitesmoke;
        border-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7);
        text-decoration: none; }
      .calendar .calendar-date .date-item.is-active {
        background: #1a5b17;
        border-color: #1a5b17;
        color: white; }
    .calendar .calendar-date.is-disabled .date-item, .calendar .calendar-date.is-disabled .calendar-event, .calendar .calendar-date[disabled] .date-item, .calendar .calendar-date[disabled] .calendar-event {
      cursor: default;
      opacity: 0.25;
      pointer-events: none; }
  .calendar .calendar-range {
    position: relative; }
    .calendar .calendar-range::before {
      background: #92e28f;
      content: "";
      height: 2.2rem;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .calendar .calendar-range.calendar-range-start::before {
      left: 50%; }
    .calendar .calendar-range.calendar-range-end::before {
      right: 50%; }
    .calendar .calendar-range .date-item {
      color: #1a5b17; }
  .calendar.is-large {
    max-width: 100%; }
    .calendar.is-large .calendar-body .calendar-date {
      border-bottom: none;
      border-right: none;
      display: flex;
      flex-direction: column;
      height: 11rem;
      padding: 0; }
      .calendar.is-large .calendar-body .calendar-date:nth-child(7n) {
        border-right: 0; }
      .calendar.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
        border-bottom: 0; }
    .calendar.is-large .date-item {
      align-self: flex-end;
      height: 2.2rem;
      margin-right: 0.5rem;
      margin-top: 0.5rem; }
    .calendar.is-large .calendar-range::before {
      top: 1.9rem; }
    .calendar.is-large .calendar-range.calendar-range-start::before {
      left: auto;
      width: 1.9rem; }
    .calendar.is-large .calendar-range.calendar-range-end::before {
      right: 1.9rem; }
    .calendar.is-large .calendar-events {
      flex-grow: 1;
      line-height: 1;
      overflow-y: auto;
      padding: 0.5rem; }
    .calendar.is-large .calendar-event {
      background-color: #7a7a7a;
      border-radius: 2px;
      color: white;
      display: block;
      font-size: 1rem;
      margin: 0.2rem auto;
      overflow: hidden;
      padding: 0.3rem 0.4rem;
      text-align: left;
      text-overflow: ellipsis;
      vertical-align: baseline;
      white-space: nowrap; }
      .calendar.is-large .calendar-event.is-white {
        background-color: white;
        color: #0a0a0a; }
      .calendar.is-large .calendar-event.is-black {
        background-color: #0a0a0a;
        color: white; }
      .calendar.is-large .calendar-event.is-light {
        background-color: whitesmoke;
        color: #363636; }
      .calendar.is-large .calendar-event.is-dark, .calendar.is-large .calendar-event.tabselHighlightedYes, .calendar.is-large .calendar-event.is-light-darker {
        background-color: #363636;
        color: whitesmoke; }
      .calendar.is-large .calendar-event.is-primary {
        background-color: #1a5b17;
        color: white; }
      .calendar.is-large .calendar-event.is-secondary, .calendar.is-large .calendar-event.tabselHighlightedNo {
        background-color: #d2d2d2;
        color: rgba(0, 0, 0, 0.7); }
      .calendar.is-large .calendar-event.is-footer {
        background-color: #a2a2a2;
        color: white; }
      .calendar.is-large .calendar-event.is-info {
        background-color: #d2d2d2;
        color: rgba(0, 0, 0, 0.7); }
      .calendar.is-large .calendar-event.is-success {
        background-color: #0A2D14;
        color: white; }
      .calendar.is-large .calendar-event.is-warning {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); }
      .calendar.is-large .calendar-event.is-danger, .calendar.is-large .calendar-event.error {
        background-color: #960000;
        color: white; }

.card-header {
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex;
  min-height: 40px; }
  .card-header > p.text {
    padding: 8px !important;
    margin: 0 !important;
    display: block;
    line-height: 130%; }

.card-header-title {
  align-items: flex-start;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: bold;
  padding: 10px !important; }

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 40px; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  padding: 20px; }
  .card-content .title + .subtitle {
    margin-top: -20px; }

.card-footer {
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 10px; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
  width: 300px; }
  .card .media:not(:last-child) {
    margin-bottom: 10px; }
    .card .media:not(:last-child).is-fullwidth {
      width: 100%; }
    .card .media:not(:last-child).is-rounded {
      border-radius: 5px; }

.carousel {
  position: relative;
  overflow: hidden; }
  .carousel .carousel-container {
    width: 100%;
    position: relative;
    border: none;
    display: flex;
    margin: 0;
    padding: 0;
    left: -100%;
    transform: translateX(100%); }
    .carousel .carousel-container .carousel-item {
      display: block;
      position: relative;
      flex: 1 0 100%; }
      .carousel .carousel-container .carousel-item.has-background .is-background {
        object-fit: cover;
        object-position: center center;
        height: 100%;
        width: 100%; }
      .carousel .carousel-container .carousel-item .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.5em;
        margin: 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.6);
        font-size: 12px; }
  .carousel .carousel-navigation {
    display: flex;
    justify-content: space-around;
    width: 100%;
    pointer-events: none; }
    .carousel .carousel-navigation .carousel-nav-left,
    .carousel .carousel-navigation .carousel-nav-right {
      padding: 1em;
      pointer-events: auto; }
    .carousel .carousel-navigation.is-centered {
      justify-content: center; }
    .carousel .carousel-navigation.is-overlay {
      top: 50%;
      transform: perspective(1px) translateY(-50%);
      bottom: auto;
      left: auto;
      right: auto;
      align-items: center;
      justify-content: space-between;
      z-index: 99; }
      .carousel .carousel-navigation.is-overlay .carousel-nav-left,
      .carousel .carousel-navigation.is-overlay .carousel-nav-right {
        height: 2.2em;
        width: 2em;
        background: rgba(255, 255, 255, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4a4a4a;
        position: absolute;
        left: 0; }
        .carousel .carousel-navigation.is-overlay .carousel-nav-left:hover,
        .carousel .carousel-navigation.is-overlay .carousel-nav-right:hover {
          cursor: pointer; }
      .carousel .carousel-navigation.is-overlay .carousel-nav-right {
        left: auto;
        right: 0; }
  .carousel.is-reversing .carousel-container {
    transform: translateX(-100%); }
  .carousel[data-size]:not(.carousel-animate-fade) .carousel-container .carousel-item {
    padding: 1em; }

.hero.has-carousel {
  position: relative; }
  .hero.has-carousel + .hero-body,
  .hero.has-carousel + .hero-head,
  .hero.has-carousel + .hero-footer {
    z-index: 1; }
  .hero.has-carousel .hero-carousel {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    border: none;
    margin: auto;
    padding: 0;
    z-index: 0; }
    .hero.has-carousel .hero-carousel .carousel-container {
      height: auto !important; }

.hero-carousel {
  position: relative;
  overflow: hidden; }
  .hero-carousel .carousel-container {
    width: 100%;
    position: relative;
    border: none;
    display: flex;
    margin: 0;
    padding: 0;
    left: -100%;
    transform: translateX(100%); }
    .hero-carousel .carousel-container .carousel-item {
      display: block;
      position: relative;
      flex: 1 0 100%; }
      .hero-carousel .carousel-container .carousel-item.has-background .is-background {
        object-fit: cover;
        object-position: center center;
        height: 100%;
        width: 100%; }
      .hero-carousel .carousel-container .carousel-item .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.5em;
        margin: 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.6);
        font-size: 12px; }
  .hero-carousel .carousel-navigation {
    display: flex;
    justify-content: space-around;
    width: 100%;
    pointer-events: none; }
    .hero-carousel .carousel-navigation .carousel-nav-left,
    .hero-carousel .carousel-navigation .carousel-nav-right {
      padding: 1em;
      pointer-events: auto; }
    .hero-carousel .carousel-navigation.is-centered {
      justify-content: center; }
    .hero-carousel .carousel-navigation.is-overlay {
      top: 50%;
      transform: perspective(1px) translateY(-50%);
      bottom: auto;
      left: auto;
      right: auto;
      align-items: center;
      justify-content: space-between;
      z-index: 99; }
      .hero-carousel .carousel-navigation.is-overlay .carousel-nav-left,
      .hero-carousel .carousel-navigation.is-overlay .carousel-nav-right {
        height: 2.2em;
        width: 2em;
        background: rgba(255, 255, 255, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4a4a4a;
        position: absolute;
        left: 0; }
        .hero-carousel .carousel-navigation.is-overlay .carousel-nav-left:hover,
        .hero-carousel .carousel-navigation.is-overlay .carousel-nav-right:hover {
          cursor: pointer; }
      .hero-carousel .carousel-navigation.is-overlay .carousel-nav-right {
        left: auto;
        right: 0; }
  .hero-carousel.is-reversing .carousel-container {
    transform: translateX(-100%); }

.carousel.carousel-animate-slide.carousel-animated .carousel-container,
.hero-carousel.carousel-animate-slide.carousel-animated .carousel-container {
  transform: none !important;
  transition: transform 0.5s ease-in-out; }
.carousel.carousel-animate-fade .carousel-item,
.hero-carousel.carousel-animate-fade .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out; }
  .carousel.carousel-animate-fade .carousel-item.is-active,
  .hero-carousel.carousel-animate-fade .carousel-item.is-active {
    opacity: 1; }
  .carousel.carousel-animate-fade .carousel-item:not(.is-active),
  .hero-carousel.carousel-animate-fade .carousel-item:not(.is-active) {
    opacity: 0; }

.chart, .chart-d70,
.chart-d70-primary, .chart-d100,
.chart-d100-primary, .chart-d140,
.chart-d140-primary, .chart-d144,
.chart-d144-primary {
  position: relative;
  display: inline-block;
  height: 110px;
  width: 110px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 110px; }
  .chart canvas, .chart-d70 canvas,
  .chart-d70-primary canvas, .chart-d100 canvas,
  .chart-d100-primary canvas, .chart-d140 canvas,
  .chart-d140-primary canvas, .chart-d144 canvas,
  .chart-d144-primary canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .chart .percent, .chart-d70 .percent,
  .chart-d70-primary .percent, .chart-d100 .percent,
  .chart-d100-primary .percent, .chart-d140 .percent,
  .chart-d140-primary .percent, .chart-d144 .percent,
  .chart-d144-primary .percent {
    position: absolute;
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    left: 0;
    width: 110px;
    text-align: center; }
    .chart .percent:after, .chart-d70 .percent:after,
    .chart-d70-primary .percent:after, .chart-d100 .percent:after,
    .chart-d100-primary .percent:after, .chart-d140 .percent:after,
    .chart-d140-primary .percent:after, .chart-d144 .percent:after,
    .chart-d144-primary .percent:after {
      content: "%";
      margin-left: 0.1em; }
  .chart .vscore, .chart-d70 .vscore,
  .chart-d70-primary .vscore, .chart-d100 .vscore,
  .chart-d100-primary .vscore, .chart-d140 .vscore,
  .chart-d140-primary .vscore, .chart-d144 .vscore,
  .chart-d144-primary .vscore {
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    line-height: 110px;
    z-index: 3;
    width: 110px;
    text-align: center;
    font-size: 80%; }

.chart-d70,
.chart-d70-primary {
  height: 70px;
  width: 70px;
  line-height: 60px; }
  .chart-d70 canvas,
  .chart-d70-primary canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .chart-d70 .percent,
  .chart-d70-primary .percent {
    line-height: 70px;
    width: 70px; }
  .chart-d70 .score,
  .chart-d70-primary .score {
    line-height: 70px;
    width: 70px; }

.chart-d70-label {
  width: 70px;
  text-align: center;
  font-size: 80%; }

.chart-d100,
.chart-d100-primary {
  height: 100px;
  width: 100px;
  line-height: 90px; }
  .chart-d100 canvas,
  .chart-d100-primary canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .chart-d100 .percent,
  .chart-d100-primary .percent {
    line-height: 100px;
    width: 100px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 130%; }
  .chart-d100 .score,
  .chart-d100-primary .score {
    line-height: 100px;
    width: 100px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 130%; }
  .chart-d100 .vscore,
  .chart-d100-primary .vscore {
    line-height: 100px;
    width: 100px; }

.chart-d100-label {
  margin: 5px 0 0 0;
  width: 100px;
  text-align: center;
  font-size: 80%;
  line-height: 120%; }

.chart-d140,
.chart-d140-primary {
  height: 140px;
  width: 140px;
  line-height: 130px; }
  .chart-d140 canvas,
  .chart-d140-primary canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .chart-d140 .percent,
  .chart-d140-primary .percent {
    line-height: 140px;
    width: 140px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 150%; }
  .chart-d140 .score,
  .chart-d140-primary .score {
    line-height: 140px;
    width: 140px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 150%; }
  .chart-d140 .vscore,
  .chart-d140-primary .vscore {
    line-height: 140px;
    width: 140px; }

.chart-d140-label {
  margin: 5px 0 0 0;
  width: 140px;
  text-align: center;
  font-size: 80%;
  line-height: 120%; }

.chart-d144,
.chart-d144-primary {
  height: 149px;
  width: 144px;
  line-height: 133px; }
  .chart-d144 canvas,
  .chart-d144-primary canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .chart-d144 .percent,
  .chart-d144-primary .percent {
    line-height: 144px;
    width: 144px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 150%; }
  .chart-d144 .score,
  .chart-d144-primary .score {
    line-height: 144px;
    width: 144px;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 150%; }

.chart-d144-label {
  margin: 5px 0 0 0;
  width: 144px;
  text-align: center;
  font-size: 80%;
  line-height: 122%; }

.chart70to140 {
  margin-left: 35px; }

.commlist {
  display: block; }
  @media screen and (max-width: 768px) {
    .commlist {
      display: none; } }
  .commlist .commlist-item {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid white;
    background: #fafafa;
    padding: 5px; }
    .commlist .commlist-item .commlist-avatar {
      height: 80px;
      width: auto;
      min-width: 80px; }
      .commlist .commlist-item .commlist-avatar img {
        border-radius: 50%;
        height: 80px;
        width: auto !important; }
    .commlist .commlist-item .commlist-data {
      flex-grow: 2;
      padding-left: 25px; }
      .commlist .commlist-item .commlist-data .sub {
        font-size: 90%;
        line-height: 115%; }
    .commlist .commlist-item .commlist-contact {
      flex-shrink: 1;
      text-align: right; }
    .commlist .commlist-item small {
      margin-right: 20px; }
      .commlist .commlist-item small.noblock {
        display: inline !important; }
  .commlist .commlist-item-edit {
    border: 1px solid #1a5b17;
    background: #dcf0dc !important; }
  .commlist .commlist-item-remove {
    border: 1px solid black;
    background: #FFCCCC !important; }
  .commlist.talks {
    display: block; }
    @media screen and (max-width: 768px) {
      .commlist.talks {
        display: block; } }
    .commlist.talks .commlist-item {
      display: block; }
      .commlist.talks .commlist-item.talk {
        border: 2px solid #1a5b17;
        background: white;
        color: #1a5b17; }
      .commlist.talks .commlist-item .btnrnd {
        display: inline-block;
        border: 2px solid #7a7a7a;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        text-decoration: none;
        margin: 15px 10px;
        background: transparent;
        color: #7a7a7a;
        font-size: 150%;
        cursor: pointer; }
        .commlist.talks .commlist-item .btnrnd.is-right {
          display: block;
          margin: 10px 10px 10px auto; }
        .commlist.talks .commlist-item .btnrnd:hover {
          color: #0a0a0a;
          border-color: #0a0a0a; }
      .commlist.talks .commlist-item .commlist-item-wrap {
        display: flex; }
        @media screen and (max-width: 768px) {
          .commlist.talks .commlist-item .commlist-item-wrap {
            display: block; } }
        .commlist.talks .commlist-item .commlist-item-wrap .commlist-avatar {
          width: 80px; }
          @media screen and (max-width: 768px) {
            .commlist.talks .commlist-item .commlist-item-wrap .commlist-avatar {
              display: block; } }
          .commlist.talks .commlist-item .commlist-item-wrap .commlist-avatar img {
            border: 2px solid #dbdbdb;
            border-radius: 50%;
            height: 80%;
            width: auto !important;
            margin: 8px; }
        .commlist.talks .commlist-item .commlist-item-wrap .commlist-body {
          flex-grow: 1;
          padding: 0 10px;
          /*background: $red */ }
          @media screen and (max-width: 768px) {
            .commlist.talks .commlist-item .commlist-item-wrap .commlist-body {
              width: 100%;
              display: block; } }
          .commlist.talks .commlist-item .commlist-item-wrap .commlist-body h3 {
            font-size: 80%;
            line-height: 130%; }
          .commlist.talks .commlist-item .commlist-item-wrap .commlist-body h2 {
            font-family: FrutigerLTPro-Bold, sans-serif;
            font-size: 130%;
            padding: 4px 0; }
          .commlist.talks .commlist-item .commlist-item-wrap .commlist-body h4 {
            font-family: FrutigerLTPro-Bold, sans-serif;
            font-size: 100%; }
          .commlist.talks .commlist-item .commlist-item-wrap .commlist-body div {
            font-size: 90%;
            line-height: 110%;
            margin: 0 0 10px 0; }
          .commlist.talks .commlist-item .commlist-item-wrap .commlist-body .item-info {
            font-size: 80%; }
            .commlist.talks .commlist-item .commlist-item-wrap .commlist-body .item-info div {
              line-height: 120%; }
        .commlist.talks .commlist-item .commlist-item-wrap .commlist-action {
          text-align: right;
          min-width: 145px;
          /*background: $blue */ }
      .commlist.talks .commlist-item .commlist-item-extra-wrap {
        display: none; }
        .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra {
          display: flex;
          margin: 5px 0 0 0;
          min-height: 200px;
          background: #dbdbdb; }
          @media screen and (max-width: 768px) {
            .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra {
              display: block; } }
          .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra.hidden {
            display: none; }
          .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra .commlist-extra-body {
            padding: 0 0 0 10px;
            /* background: $grey */
            flex-grow: 1; }
            @media screen and (max-width: 768px) {
              .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra .commlist-extra-body {
                width: 100%; } }
            .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra .commlist-extra-body h4 {
              font-family: FrutigerLTPro-Bold, sans-serif;
              font-size: 100%; }
            .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra .commlist-extra-body div {
              font-size: 90%;
              line-height: 110%;
              margin: 0 0 10px 0; }
          .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra .commlist-extra-action {
            /* background: $grey-lighter */
            text-align: right;
            min-width: 145px; }
            @media screen and (max-width: 768px) {
              .commlist.talks .commlist-item .commlist-item-extra-wrap .commlist-item-extra .commlist-extra-action {
                display: block;
                padding-bottom: 5px; } }
      .commlist.talks .commlist-item.invite {
        border: 2px solid #1a5b17;
        background: #1b5f19;
        color: white; }
        .commlist.talks .commlist-item.invite .commlist-avatar img {
          border-color: white !important; }
        .commlist.talks .commlist-item.invite .btnrnd {
          border-color: white;
          color: white; }
          .commlist.talks .commlist-item.invite .btnrnd:hover {
            border-color: #ffdd57;
            color: #ffdd57; }
        .commlist.talks .commlist-item.invite .commlist-item-extra {
          background: rgba(255, 255, 255, 0.1) !important; }
        .commlist.talks .commlist-item.invite.closed {
          background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 10px, rgba(255, 255, 255, 0.12) 10px, rgba(255, 255, 255, 0.12) 20px), #1a5b17;
          color: white;
          border-color: #960000;
          background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 10px, rgba(255, 255, 255, 0.12) 10px, rgba(255, 255, 255, 0.12) 20px), #960000; }
          .commlist.talks .commlist-item.invite.closed .commlist-avatar img {
            border-color: #960000 !important; }
          .commlist.talks .commlist-item.invite.closed .btnrnd {
            border-color: white;
            color: white; }
            .commlist.talks .commlist-item.invite.closed .btnrnd:hover {
              border-color: #ffdd57;
              color: #ffdd57; }
          .commlist.talks .commlist-item.invite.closed .commlist-item-extra {
            background: rgba(255, 255, 255, 0.1) !important; }
        .commlist.talks .commlist-item.invite.boarding {
          background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 10px, rgba(255, 255, 255, 0.12) 10px, rgba(255, 255, 255, 0.12) 20px), #1a5b17; }
          .commlist.talks .commlist-item.invite.boarding.finalcall {
            color: white;
            border-color: #960000;
            background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06) 10px, rgba(255, 255, 255, 0.12) 10px, rgba(255, 255, 255, 0.12) 20px), #960000; }
            .commlist.talks .commlist-item.invite.boarding.finalcall .commlist-avatar img {
              border-color: #960000 !important; }
            .commlist.talks .commlist-item.invite.boarding.finalcall .btnrnd {
              border-color: white;
              color: white; }
              .commlist.talks .commlist-item.invite.boarding.finalcall .btnrnd:hover {
                border-color: #ffdd57;
                color: #ffdd57; }
            .commlist.talks .commlist-item.invite.boarding.finalcall .commlist-item-extra {
              background: rgba(255, 255, 255, 0.1) !important; }
        .commlist.talks .commlist-item.invite.finalcall {
          color: white;
          border-color: #960000;
          background: #9b0000; }
          .commlist.talks .commlist-item.invite.finalcall .commlist-avatar img {
            border-color: #960000 !important; }
          .commlist.talks .commlist-item.invite.finalcall .btnrnd {
            border-color: white;
            color: white; }
            .commlist.talks .commlist-item.invite.finalcall .btnrnd:hover {
              border-color: #ffdd57;
              color: #ffdd57; }
          .commlist.talks .commlist-item.invite.finalcall .commlist-item-extra {
            background: rgba(255, 255, 255, 0.1) !important; }
      .commlist.talks .commlist-item.talk {
        border: 2px solid #1a5b17;
        background: white;
        color: #1a5b17; }
        .commlist.talks .commlist-item.talk .commlist-avatar img {
          border-color: #1a5b17 !important; }
        .commlist.talks .commlist-item.talk .btnrnd {
          border-color: #1a5b17;
          color: #1a5b17; }
          .commlist.talks .commlist-item.talk .btnrnd:hover {
            border-color: #0a0a0a;
            color: #0a0a0a; }
        .commlist.talks .commlist-item.talk .commlist-item-extra {
          background: #f2f2f2 !important; }
        .commlist.talks .commlist-item.talk.closed {
          color: #363636;
          border-color: #363636;
          background: repeating-linear-gradient(45deg, rgba(180, 180, 180, 0.06), rgba(180, 180, 180, 0.06) 10px, rgba(180, 180, 180, 0.12) 10px, rgba(180, 180, 180, 0.12) 20px), #dbdbdb; }
          .commlist.talks .commlist-item.talk.closed.requiresAction {
            color: #960000;
            border-color: #960000;
            background: repeating-linear-gradient(45deg, rgba(180, 180, 180, 0.06), rgba(180, 180, 180, 0.06) 10px, rgba(180, 180, 180, 0.12) 10px, rgba(180, 180, 180, 0.12) 20px), white; }
            .commlist.talks .commlist-item.talk.closed.requiresAction .commlist-avatar img {
              border-color: #960000 !important; }
            .commlist.talks .commlist-item.talk.closed.requiresAction .btnrnd {
              border-color: #960000;
              color: #960000; }
              .commlist.talks .commlist-item.talk.closed.requiresAction .btnrnd:hover {
                border-color: #ffdd57;
                color: #ffdd57; }
          .commlist.talks .commlist-item.talk.closed .commlist-avatar img {
            border-color: #363636 !important; }
          .commlist.talks .commlist-item.talk.closed .btnrnd {
            border-color: #363636;
            color: #363636; }
            .commlist.talks .commlist-item.talk.closed .btnrnd:hover {
              border-color: #1a5b17;
              color: #1a5b17; }
          .commlist.talks .commlist-item.talk.closed .commlist-item-extra {
            background: rgba(255, 255, 255, 0.1) !important; }
        .commlist.talks .commlist-item.talk.boarding {
          color: #7a7a7a;
          border-color: #7a7a7a;
          background: repeating-linear-gradient(45deg, rgba(180, 180, 180, 0.06), rgba(180, 180, 180, 0.06) 10px, rgba(180, 180, 180, 0.12) 10px, rgba(180, 180, 180, 0.12) 20px), white; }
          .commlist.talks .commlist-item.talk.boarding .commlist-avatar img {
            border-color: #7a7a7a !important; }
          .commlist.talks .commlist-item.talk.boarding .btnrnd {
            border-color: #7a7a7a;
            color: #7a7a7a; }
            .commlist.talks .commlist-item.talk.boarding .btnrnd:hover {
              border-color: #3273dc;
              color: #3273dc; }
          .commlist.talks .commlist-item.talk.boarding .commlist-item-extra {
            background: #f2f2f2 !important; }
          .commlist.talks .commlist-item.talk.boarding.finalcall {
            color: #960000;
            border-color: #960000;
            background: repeating-linear-gradient(45deg, rgba(180, 180, 180, 0.06), rgba(180, 180, 180, 0.06) 10px, rgba(180, 180, 180, 0.12) 10px, rgba(180, 180, 180, 0.12) 20px), white; }
            .commlist.talks .commlist-item.talk.boarding.finalcall .commlist-avatar img {
              border-color: #960000 !important; }
            .commlist.talks .commlist-item.talk.boarding.finalcall .btnrnd {
              border-color: #960000;
              color: #960000; }
              .commlist.talks .commlist-item.talk.boarding.finalcall .btnrnd:hover {
                border-color: #ffdd57;
                color: #ffdd57; }
            .commlist.talks .commlist-item.talk.boarding.finalcall .commlist-item-extra {
              background: #f2f2f2 !important; }

.commlist-side .sb-box {
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid white;
  background: #f6f6f7;
  padding: 5px; }
  .commlist-side .sb-box header {
    background: #e7e7e8;
    font-family: FrutigerLTPro-Bold;
    padding: 3px 5px; }
  .commlist-side .sb-box .body {
    padding: 3px 5px; }
    .commlist-side .sb-box .body span {
      display: block; }

.talks2.commlist {
  margin-bottom: 1em;
  display: block !important; }
.talks2 .commlist-heading-label {
  font-size: small; }
.talks2 .commlist-heading-content {
  padding-top: 5px !important; }
.talks2 .commlist-heading-top {
  display: flex; }
  .talks2 .commlist-heading-top .commlist-heading-label {
    font-size: small;
    margin-bottom: 5px; }
  .talks2 .commlist-heading-top .commlist-heading-title {
    font-size: normal;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .talks2 .commlist-heading-top .commlist-heading-title {
        font-size: larger; } }
  .talks2 .commlist-heading-top .commlist-heading-icon {
    width: 80px;
    min-height: 80px; }
    @media screen and (max-width: 768px) {
      .talks2 .commlist-heading-top .commlist-heading-icon {
        display: none; } }
    .talks2 .commlist-heading-top .commlist-heading-icon img {
      border: 2px solid #dbdbdb;
      border-radius: 50%;
      width: 80% !important;
      margin: 8px; }
  .talks2 .commlist-heading-top .commlist-heading-content {
    padding-top: 10px;
    flex: 1; }
  .talks2 .commlist-heading-top .commlist-status {
    margin-top: 0;
    margin-left: auto;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .talks2 .commlist-heading-top .commlist-status {
        margin-left: 10px; } }
    .talks2 .commlist-heading-top .commlist-status .commlist-status-item {
      text-align: center;
      min-width: 8em;
      border-radius: 5px;
      font-size: 0.8em;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: bold; }
      .talks2 .commlist-heading-top .commlist-status .commlist-status-item.submitted {
        background: #ff470f;
        color: white; }
      .talks2 .commlist-heading-top .commlist-status .commlist-status-item.issued {
        background: #ff470f;
        color: white; }
      .talks2 .commlist-heading-top .commlist-status .commlist-status-item.decline {
        background: #960000;
        color: white; }
      .talks2 .commlist-heading-top .commlist-status .commlist-status-item.live {
        background: #1a5b17;
        color: white; }
.talks2 .commlist-block {
  display: flex; }
  @media screen and (max-width: 768px) {
    .talks2 .commlist-block {
      display: block; } }
  .talks2 .commlist-block .teaserlabel {
    font-size: 1.3em !important;
    text-align: center;
    font-style: italic; }
  .talks2 .commlist-block .subavatar {
    font-size: 1.3em !important;
    text-align: center;
    font-style: italic; }
  .talks2 .commlist-block .commlist-body {
    flex-grow: 1;
    padding: 0 10px;
    /*background: $red */ }
    @media screen and (max-width: 768px) {
      .talks2 .commlist-block .commlist-body {
        width: 100%;
        display: block;
        padding-left: 0px; } }
    .talks2 .commlist-block .commlist-body h3 {
      margin-top: 5px;
      font-size: 80%;
      line-height: 130%; }
    .talks2 .commlist-block .commlist-body h2 {
      font-family: FrutigerLTPro-Bold, sans-serif;
      font-size: 130%;
      padding: 4px 0; }
    .talks2 .commlist-block .commlist-body h4 {
      font-family: FrutigerLTPro-Bold, sans-serif;
      font-size: 100%; }
    .talks2 .commlist-block .commlist-body div {
      font-size: 90%;
      line-height: 110%;
      margin: 0 0 10px 0; }
    .talks2 .commlist-block .commlist-body .item-info {
      font-size: 80%; }
      .talks2 .commlist-block .commlist-body .item-info div {
        line-height: 120%; }
  .talks2 .commlist-block .commlist-subblock {
    font-size: 100% !important; }
    .talks2 .commlist-block .commlist-subblock .commlist-subblock-avatar {
      width: 80px; }
      @media screen and (max-width: 768px) {
        .talks2 .commlist-block .commlist-subblock .commlist-subblock-avatar {
          display: block; } }
      .talks2 .commlist-block .commlist-subblock .commlist-subblock-avatar img {
        border: 2px solid #dbdbdb;
        border-radius: 50%;
        height: 80%;
        width: auto !important; }
    .talks2 .commlist-block .commlist-subblock .commlist-subblock-data {
      flex-grow: 2;
      padding-left: 25px; }
      .talks2 .commlist-block .commlist-subblock .commlist-subblock-data .sub {
        font-size: 90%;
        line-height: 115%; }
  .talks2 .commlist-block .boxCommlist {
    background: #eeeeee !important; }
.talks2 .commlist-icon {
  width: 80px; }
  @media screen and (max-width: 768px) {
    .talks2 .commlist-icon {
      display: block; } }
  .talks2 .commlist-icon img {
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    height: 80%;
    width: auto !important;
    margin: 8px; }
.talks2 .label-small {
  font-size: small;
  padding: 0;
  padding-left: 10px;
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .talks2 .label-small {
      padding-left: 0px;
      padding-top: 10px;
      margin-bottom: 0px; } }
.talks2 .label {
  font-size: normal;
  font-weight: bold;
  padding: 0;
  padding-left: 10px;
  margin-bottom: 5px; }
.talks2 .subtags {
  display: flex;
  flex-direction: row;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: small;
  justify-content: stretch; }
  @media screen and (max-width: 768px) {
    .talks2 .subtags {
      display: block; } }
  @media screen and (max-width: 768px) {
    .talks2 .subtags {
      margin-left: 0px; } }
  .talks2 .subtags .subtag-number {
    background: #1a5b17;
    color: white;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px 0px 0px 5px; }
    .talks2 .subtags .subtag-number.red {
      background: #960000 !important; }
  .talks2 .subtags .subtag-label {
    border-radius: 0px 5px 5px 0px;
    flex: 1 1 !important; }
  .talks2 .subtags .subtag-label, .talks2 .subtags .subtag-label-mid {
    flex: auto;
    background: #e6e6e6;
    color: #0a0a0a !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    word-wrap: normal;
    white-space: normal;
    line-height: 110%; }
    .talks2 .subtags .subtag-label.center, .talks2 .subtags .subtag-label-mid.center {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
    @media screen and (max-width: 768px) {
      .talks2 .subtags .subtag-label, .talks2 .subtags .subtag-label-mid {
        margin-top: 10px; } }
    .talks2 .subtags .subtag-label .area, .talks2 .subtags .subtag-label-mid .area {
      font-weight: bold; }
.talks2 .tags {
  margin-left: 10px;
  border-spacing: 0px 5px;
  border-collapse: separate; }
  @media screen and (max-width: 768px) {
    .talks2 .tags {
      margin-left: 0px; } }
  .talks2 .tags tr {
    font-size: small; }
  .talks2 .tags .left {
    background: #1a5b17 !important;
    color: white !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 5px 0px 0px 5px;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle; }
    .talks2 .tags .left.red {
      background: #960000 !important; }
    .talks2 .tags .left.orange {
      background: #ff470f !important; }
  .talks2 .tags .right {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 0px 5px 5px 0px;
    background: #e6e6e6;
    color: #0a0a0a;
    white-space: normal;
    line-height: 110%;
    text-align: left;
    padding-left: 5px;
    vertical-align: middle; }
    .talks2 .tags .right .area {
      font-weight: bold; }

.button.orange {
  background: #ff470f;
  color: white; }

.w100 {
  min-width: 100% !important; }

.fs100 {
  font-size: 100% !important; }

.largetitle {
  font-size: 1.3em !important;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .mobilescroll {
    overflow-y: scroll;
    height: 90vH; }
    .mobilescroll.h80 {
      height: 80vH; } }

.highlighted {
  background-color: #e1f7e0 !important; }

.atechat .quickview-header {
  background-color: #1a5b17;
  color: white;
  font-weight: 900;
  padding-top: 1em;
  padding-bottom: 1em; }
.atechat .quickview-block {
  padding-top: 1em;
  padding-left: 1em; }

.icon.red {
  color: #960000 !important; }

.modal.is-danger .modal-card .modal-card-head, .modal.error .modal-card .modal-card-head {
  background-color: #990000 !important; }
  .modal.is-danger .modal-card .modal-card-head .modal-card-title, .modal.error .modal-card .modal-card-head .modal-card-title {
    color: white !important; }

.message-body, .promobox-body, .promobox-body-disabled, .editable-badge-body, .idcard-body, .boffbox-body {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 12px 15px; }
  .message-body strong, .promobox-body strong, .promobox-body-disabled strong, .editable-badge-body strong, .idcard-body strong, .boffbox-body strong {
    color: inherit; }

.message-header, .promobox-header, .promobox-header-disabled, .editable-badge-header, .idcard-header, .boffbox-header {
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: white;
  padding: 7px 10px; }
  .message-header strong, .promobox-header strong, .promobox-header-disabled strong, .editable-badge-header strong, .idcard-header strong, .boffbox-header strong {
    color: inherit; }
  .message-header + .message-body, .promobox-header + .message-body, .promobox-header-disabled + .message-body, .editable-badge-header + .message-body, .idcard-header + .message-body, .boffbox-header + .message-body, .message-header + .promobox-body, .promobox-header + .promobox-body, .promobox-header-disabled + .promobox-body, .editable-badge-header + .promobox-body, .idcard-header + .promobox-body, .boffbox-header + .promobox-body, .message-header + .promobox-body-disabled, .promobox-header + .promobox-body-disabled, .promobox-header-disabled + .promobox-body-disabled, .editable-badge-header + .promobox-body-disabled, .idcard-header + .promobox-body-disabled, .boffbox-header + .promobox-body-disabled, .message-header + .editable-badge-body, .promobox-header + .editable-badge-body, .promobox-header-disabled + .editable-badge-body, .editable-badge-header + .editable-badge-body, .idcard-header + .editable-badge-body, .boffbox-header + .editable-badge-body, .message-header + .idcard-body, .promobox-header + .idcard-body, .promobox-header-disabled + .idcard-body, .editable-badge-header + .idcard-body, .idcard-header + .idcard-body, .boffbox-header + .idcard-body, .message-header + .boffbox-body, .promobox-header + .boffbox-body, .promobox-header-disabled + .boffbox-body, .editable-badge-header + .boffbox-body, .idcard-header + .boffbox-body, .boffbox-header + .boffbox-body {
    border-radius: 0 0 3px 3px;
    border-top: none; }

.message, .promobox, .editable-badge, .idcard, .boffbox-box {
  background-color: whitesmoke;
  border-radius: 3px; }
  .message:not(:last-child), .promobox:not(:last-child), .editable-badge:not(:last-child), .idcard:not(:last-child), .boffbox-box:not(:last-child) {
    margin-bottom: 20px; }
  .message.is-white, .is-white.promobox, .is-white.editable-badge, .is-white.idcard, .is-white.boffbox-box {
    background-color: white; }
    .message.is-white .message-header, .is-white.promobox .message-header, .is-white.editable-badge .message-header, .is-white.idcard .message-header, .is-white.boffbox-box .message-header, .message.is-white .promobox-header, .is-white.promobox .promobox-header, .is-white.editable-badge .promobox-header, .is-white.idcard .promobox-header, .is-white.boffbox-box .promobox-header, .message.is-white .promobox-header-disabled, .is-white.promobox .promobox-header-disabled, .is-white.editable-badge .promobox-header-disabled, .is-white.idcard .promobox-header-disabled, .is-white.boffbox-box .promobox-header-disabled, .message.is-white .editable-badge-header, .is-white.promobox .editable-badge-header, .is-white.editable-badge .editable-badge-header, .is-white.idcard .editable-badge-header, .is-white.boffbox-box .editable-badge-header, .message.is-white .idcard-header, .is-white.promobox .idcard-header, .is-white.editable-badge .idcard-header, .is-white.idcard .idcard-header, .is-white.boffbox-box .idcard-header, .message.is-white .boffbox-header, .is-white.promobox .boffbox-header, .is-white.editable-badge .boffbox-header, .is-white.idcard .boffbox-header, .is-white.boffbox-box .boffbox-header {
      background-color: white;
      color: white; }
    .message.is-white .message-body, .is-white.promobox .message-body, .is-white.editable-badge .message-body, .is-white.idcard .message-body, .is-white.boffbox-box .message-body, .message.is-white .promobox-body, .is-white.promobox .promobox-body, .is-white.editable-badge .promobox-body, .is-white.idcard .promobox-body, .is-white.boffbox-box .promobox-body, .message.is-white .promobox-body-disabled, .is-white.promobox .promobox-body-disabled, .is-white.editable-badge .promobox-body-disabled, .is-white.idcard .promobox-body-disabled, .is-white.boffbox-box .promobox-body-disabled, .message.is-white .editable-badge-body, .is-white.promobox .editable-badge-body, .is-white.editable-badge .editable-badge-body, .is-white.idcard .editable-badge-body, .is-white.boffbox-box .editable-badge-body, .message.is-white .idcard-body, .is-white.promobox .idcard-body, .is-white.editable-badge .idcard-body, .is-white.idcard .idcard-body, .is-white.boffbox-box .idcard-body, .message.is-white .boffbox-body, .is-white.promobox .boffbox-body, .is-white.editable-badge .boffbox-body, .is-white.idcard .boffbox-body, .is-white.boffbox-box .boffbox-body {
      border-color: white; }
  .message.is-black, .is-black.promobox, .is-black.editable-badge, .is-black.idcard, .is-black.boffbox-box {
    background-color: whitesmoke; }
    .message.is-black .message-header, .is-black.promobox .message-header, .is-black.editable-badge .message-header, .is-black.idcard .message-header, .is-black.boffbox-box .message-header, .message.is-black .promobox-header, .is-black.promobox .promobox-header, .is-black.editable-badge .promobox-header, .is-black.idcard .promobox-header, .is-black.boffbox-box .promobox-header, .message.is-black .promobox-header-disabled, .is-black.promobox .promobox-header-disabled, .is-black.editable-badge .promobox-header-disabled, .is-black.idcard .promobox-header-disabled, .is-black.boffbox-box .promobox-header-disabled, .message.is-black .editable-badge-header, .is-black.promobox .editable-badge-header, .is-black.editable-badge .editable-badge-header, .is-black.idcard .editable-badge-header, .is-black.boffbox-box .editable-badge-header, .message.is-black .idcard-header, .is-black.promobox .idcard-header, .is-black.editable-badge .idcard-header, .is-black.idcard .idcard-header, .is-black.boffbox-box .idcard-header, .message.is-black .boffbox-header, .is-black.promobox .boffbox-header, .is-black.editable-badge .boffbox-header, .is-black.idcard .boffbox-header, .is-black.boffbox-box .boffbox-header {
      background-color: #0a0a0a;
      color: white; }
    .message.is-black .message-body, .is-black.promobox .message-body, .is-black.editable-badge .message-body, .is-black.idcard .message-body, .is-black.boffbox-box .message-body, .message.is-black .promobox-body, .is-black.promobox .promobox-body, .is-black.editable-badge .promobox-body, .is-black.idcard .promobox-body, .is-black.boffbox-box .promobox-body, .message.is-black .promobox-body-disabled, .is-black.promobox .promobox-body-disabled, .is-black.editable-badge .promobox-body-disabled, .is-black.idcard .promobox-body-disabled, .is-black.boffbox-box .promobox-body-disabled, .message.is-black .editable-badge-body, .is-black.promobox .editable-badge-body, .is-black.editable-badge .editable-badge-body, .is-black.idcard .editable-badge-body, .is-black.boffbox-box .editable-badge-body, .message.is-black .idcard-body, .is-black.promobox .idcard-body, .is-black.editable-badge .idcard-body, .is-black.idcard .idcard-body, .is-black.boffbox-box .idcard-body, .message.is-black .boffbox-body, .is-black.promobox .boffbox-body, .is-black.editable-badge .boffbox-body, .is-black.idcard .boffbox-body, .is-black.boffbox-box .boffbox-body {
      border-color: #0a0a0a; }
  .message.is-light, .is-light.promobox, .is-light.editable-badge, .is-light.idcard, .is-light.boffbox-box {
    background-color: whitesmoke; }
    .message.is-light .message-header, .is-light.promobox .message-header, .is-light.editable-badge .message-header, .is-light.idcard .message-header, .is-light.boffbox-box .message-header, .message.is-light .promobox-header, .is-light.promobox .promobox-header, .is-light.editable-badge .promobox-header, .is-light.idcard .promobox-header, .is-light.boffbox-box .promobox-header, .message.is-light .promobox-header-disabled, .is-light.promobox .promobox-header-disabled, .is-light.editable-badge .promobox-header-disabled, .is-light.idcard .promobox-header-disabled, .is-light.boffbox-box .promobox-header-disabled, .message.is-light .editable-badge-header, .is-light.promobox .editable-badge-header, .is-light.editable-badge .editable-badge-header, .is-light.idcard .editable-badge-header, .is-light.boffbox-box .editable-badge-header, .message.is-light .idcard-header, .is-light.promobox .idcard-header, .is-light.editable-badge .idcard-header, .is-light.idcard .idcard-header, .is-light.boffbox-box .idcard-header, .message.is-light .boffbox-header, .is-light.promobox .boffbox-header, .is-light.editable-badge .boffbox-header, .is-light.idcard .boffbox-header, .is-light.boffbox-box .boffbox-header {
      background-color: whitesmoke;
      color: white; }
    .message.is-light .message-body, .is-light.promobox .message-body, .is-light.editable-badge .message-body, .is-light.idcard .message-body, .is-light.boffbox-box .message-body, .message.is-light .promobox-body, .is-light.promobox .promobox-body, .is-light.editable-badge .promobox-body, .is-light.idcard .promobox-body, .is-light.boffbox-box .promobox-body, .message.is-light .promobox-body-disabled, .is-light.promobox .promobox-body-disabled, .is-light.editable-badge .promobox-body-disabled, .is-light.idcard .promobox-body-disabled, .is-light.boffbox-box .promobox-body-disabled, .message.is-light .editable-badge-body, .is-light.promobox .editable-badge-body, .is-light.editable-badge .editable-badge-body, .is-light.idcard .editable-badge-body, .is-light.boffbox-box .editable-badge-body, .message.is-light .idcard-body, .is-light.promobox .idcard-body, .is-light.editable-badge .idcard-body, .is-light.idcard .idcard-body, .is-light.boffbox-box .idcard-body, .message.is-light .boffbox-body, .is-light.promobox .boffbox-body, .is-light.editable-badge .boffbox-body, .is-light.idcard .boffbox-body, .is-light.boffbox-box .boffbox-body {
      border-color: whitesmoke; }
  .message.is-dark, .is-dark.promobox, .promobox.tabselHighlightedYes, .promobox.is-light-darker, .is-dark.editable-badge, .editable-badge.tabselHighlightedYes, .editable-badge.is-light-darker, .is-dark.idcard, .idcard.tabselHighlightedYes, .idcard.is-light-darker, .is-dark.boffbox-box, .boffbox-box.tabselHighlightedYes, .boffbox-box.is-light-darker, .message.tabselHighlightedYes, .message.is-light-darker {
    background-color: whitesmoke; }
    .message.is-dark .message-header, .is-dark.promobox .message-header, .promobox.tabselHighlightedYes .message-header, .promobox.is-light-darker .message-header, .is-dark.editable-badge .message-header, .editable-badge.tabselHighlightedYes .message-header, .editable-badge.is-light-darker .message-header, .is-dark.idcard .message-header, .idcard.tabselHighlightedYes .message-header, .idcard.is-light-darker .message-header, .is-dark.boffbox-box .message-header, .boffbox-box.tabselHighlightedYes .message-header, .boffbox-box.is-light-darker .message-header, .message.tabselHighlightedYes .message-header, .message.is-light-darker .message-header, .message.is-dark .promobox-header, .is-dark.promobox .promobox-header, .promobox.tabselHighlightedYes .promobox-header, .promobox.is-light-darker .promobox-header, .is-dark.editable-badge .promobox-header, .editable-badge.tabselHighlightedYes .promobox-header, .editable-badge.is-light-darker .promobox-header, .is-dark.idcard .promobox-header, .idcard.tabselHighlightedYes .promobox-header, .idcard.is-light-darker .promobox-header, .is-dark.boffbox-box .promobox-header, .boffbox-box.tabselHighlightedYes .promobox-header, .boffbox-box.is-light-darker .promobox-header, .message.tabselHighlightedYes .promobox-header, .message.is-light-darker .promobox-header, .message.is-dark .promobox-header-disabled, .is-dark.promobox .promobox-header-disabled, .promobox.tabselHighlightedYes .promobox-header-disabled, .promobox.is-light-darker .promobox-header-disabled, .is-dark.editable-badge .promobox-header-disabled, .editable-badge.tabselHighlightedYes .promobox-header-disabled, .editable-badge.is-light-darker .promobox-header-disabled, .is-dark.idcard .promobox-header-disabled, .idcard.tabselHighlightedYes .promobox-header-disabled, .idcard.is-light-darker .promobox-header-disabled, .is-dark.boffbox-box .promobox-header-disabled, .boffbox-box.tabselHighlightedYes .promobox-header-disabled, .boffbox-box.is-light-darker .promobox-header-disabled, .message.tabselHighlightedYes .promobox-header-disabled, .message.is-light-darker .promobox-header-disabled, .message.is-dark .editable-badge-header, .is-dark.promobox .editable-badge-header, .promobox.tabselHighlightedYes .editable-badge-header, .promobox.is-light-darker .editable-badge-header, .is-dark.editable-badge .editable-badge-header, .editable-badge.tabselHighlightedYes .editable-badge-header, .editable-badge.is-light-darker .editable-badge-header, .is-dark.idcard .editable-badge-header, .idcard.tabselHighlightedYes .editable-badge-header, .idcard.is-light-darker .editable-badge-header, .is-dark.boffbox-box .editable-badge-header, .boffbox-box.tabselHighlightedYes .editable-badge-header, .boffbox-box.is-light-darker .editable-badge-header, .message.tabselHighlightedYes .editable-badge-header, .message.is-light-darker .editable-badge-header, .message.is-dark .idcard-header, .is-dark.promobox .idcard-header, .promobox.tabselHighlightedYes .idcard-header, .promobox.is-light-darker .idcard-header, .is-dark.editable-badge .idcard-header, .editable-badge.tabselHighlightedYes .idcard-header, .editable-badge.is-light-darker .idcard-header, .is-dark.idcard .idcard-header, .idcard.tabselHighlightedYes .idcard-header, .idcard.is-light-darker .idcard-header, .is-dark.boffbox-box .idcard-header, .boffbox-box.tabselHighlightedYes .idcard-header, .boffbox-box.is-light-darker .idcard-header, .message.tabselHighlightedYes .idcard-header, .message.is-light-darker .idcard-header, .message.is-dark .boffbox-header, .is-dark.promobox .boffbox-header, .promobox.tabselHighlightedYes .boffbox-header, .promobox.is-light-darker .boffbox-header, .is-dark.editable-badge .boffbox-header, .editable-badge.tabselHighlightedYes .boffbox-header, .editable-badge.is-light-darker .boffbox-header, .is-dark.idcard .boffbox-header, .idcard.tabselHighlightedYes .boffbox-header, .idcard.is-light-darker .boffbox-header, .is-dark.boffbox-box .boffbox-header, .boffbox-box.tabselHighlightedYes .boffbox-header, .boffbox-box.is-light-darker .boffbox-header, .message.tabselHighlightedYes .boffbox-header, .message.is-light-darker .boffbox-header {
      background-color: #363636;
      color: white; }
    .message.is-dark .message-body, .is-dark.promobox .message-body, .promobox.tabselHighlightedYes .message-body, .promobox.is-light-darker .message-body, .is-dark.editable-badge .message-body, .editable-badge.tabselHighlightedYes .message-body, .editable-badge.is-light-darker .message-body, .is-dark.idcard .message-body, .idcard.tabselHighlightedYes .message-body, .idcard.is-light-darker .message-body, .is-dark.boffbox-box .message-body, .boffbox-box.tabselHighlightedYes .message-body, .boffbox-box.is-light-darker .message-body, .message.tabselHighlightedYes .message-body, .message.is-light-darker .message-body, .message.is-dark .promobox-body, .is-dark.promobox .promobox-body, .promobox.tabselHighlightedYes .promobox-body, .promobox.is-light-darker .promobox-body, .is-dark.editable-badge .promobox-body, .editable-badge.tabselHighlightedYes .promobox-body, .editable-badge.is-light-darker .promobox-body, .is-dark.idcard .promobox-body, .idcard.tabselHighlightedYes .promobox-body, .idcard.is-light-darker .promobox-body, .is-dark.boffbox-box .promobox-body, .boffbox-box.tabselHighlightedYes .promobox-body, .boffbox-box.is-light-darker .promobox-body, .message.tabselHighlightedYes .promobox-body, .message.is-light-darker .promobox-body, .message.is-dark .promobox-body-disabled, .is-dark.promobox .promobox-body-disabled, .promobox.tabselHighlightedYes .promobox-body-disabled, .promobox.is-light-darker .promobox-body-disabled, .is-dark.editable-badge .promobox-body-disabled, .editable-badge.tabselHighlightedYes .promobox-body-disabled, .editable-badge.is-light-darker .promobox-body-disabled, .is-dark.idcard .promobox-body-disabled, .idcard.tabselHighlightedYes .promobox-body-disabled, .idcard.is-light-darker .promobox-body-disabled, .is-dark.boffbox-box .promobox-body-disabled, .boffbox-box.tabselHighlightedYes .promobox-body-disabled, .boffbox-box.is-light-darker .promobox-body-disabled, .message.tabselHighlightedYes .promobox-body-disabled, .message.is-light-darker .promobox-body-disabled, .message.is-dark .editable-badge-body, .is-dark.promobox .editable-badge-body, .promobox.tabselHighlightedYes .editable-badge-body, .promobox.is-light-darker .editable-badge-body, .is-dark.editable-badge .editable-badge-body, .editable-badge.tabselHighlightedYes .editable-badge-body, .editable-badge.is-light-darker .editable-badge-body, .is-dark.idcard .editable-badge-body, .idcard.tabselHighlightedYes .editable-badge-body, .idcard.is-light-darker .editable-badge-body, .is-dark.boffbox-box .editable-badge-body, .boffbox-box.tabselHighlightedYes .editable-badge-body, .boffbox-box.is-light-darker .editable-badge-body, .message.tabselHighlightedYes .editable-badge-body, .message.is-light-darker .editable-badge-body, .message.is-dark .idcard-body, .is-dark.promobox .idcard-body, .promobox.tabselHighlightedYes .idcard-body, .promobox.is-light-darker .idcard-body, .is-dark.editable-badge .idcard-body, .editable-badge.tabselHighlightedYes .idcard-body, .editable-badge.is-light-darker .idcard-body, .is-dark.idcard .idcard-body, .idcard.tabselHighlightedYes .idcard-body, .idcard.is-light-darker .idcard-body, .is-dark.boffbox-box .idcard-body, .boffbox-box.tabselHighlightedYes .idcard-body, .boffbox-box.is-light-darker .idcard-body, .message.tabselHighlightedYes .idcard-body, .message.is-light-darker .idcard-body, .message.is-dark .boffbox-body, .is-dark.promobox .boffbox-body, .promobox.tabselHighlightedYes .boffbox-body, .promobox.is-light-darker .boffbox-body, .is-dark.editable-badge .boffbox-body, .editable-badge.tabselHighlightedYes .boffbox-body, .editable-badge.is-light-darker .boffbox-body, .is-dark.idcard .boffbox-body, .idcard.tabselHighlightedYes .boffbox-body, .idcard.is-light-darker .boffbox-body, .is-dark.boffbox-box .boffbox-body, .boffbox-box.tabselHighlightedYes .boffbox-body, .boffbox-box.is-light-darker .boffbox-body, .message.tabselHighlightedYes .boffbox-body, .message.is-light-darker .boffbox-body {
      border-color: #363636; }
  .message.is-primary, .is-primary.promobox, .is-primary.editable-badge, .is-primary.idcard, .is-primary.boffbox-box {
    background-color: #effbef; }
    .message.is-primary .message-header, .is-primary.promobox .message-header, .is-primary.editable-badge .message-header, .is-primary.idcard .message-header, .is-primary.boffbox-box .message-header, .message.is-primary .promobox-header, .is-primary.promobox .promobox-header, .is-primary.editable-badge .promobox-header, .is-primary.idcard .promobox-header, .is-primary.boffbox-box .promobox-header, .message.is-primary .promobox-header-disabled, .is-primary.promobox .promobox-header-disabled, .is-primary.editable-badge .promobox-header-disabled, .is-primary.idcard .promobox-header-disabled, .is-primary.boffbox-box .promobox-header-disabled, .message.is-primary .editable-badge-header, .is-primary.promobox .editable-badge-header, .is-primary.editable-badge .editable-badge-header, .is-primary.idcard .editable-badge-header, .is-primary.boffbox-box .editable-badge-header, .message.is-primary .idcard-header, .is-primary.promobox .idcard-header, .is-primary.editable-badge .idcard-header, .is-primary.idcard .idcard-header, .is-primary.boffbox-box .idcard-header, .message.is-primary .boffbox-header, .is-primary.promobox .boffbox-header, .is-primary.editable-badge .boffbox-header, .is-primary.idcard .boffbox-header, .is-primary.boffbox-box .boffbox-header {
      background-color: #1a5b17;
      color: white; }
    .message.is-primary .message-body, .is-primary.promobox .message-body, .is-primary.editable-badge .message-body, .is-primary.idcard .message-body, .is-primary.boffbox-box .message-body, .message.is-primary .promobox-body, .is-primary.promobox .promobox-body, .is-primary.editable-badge .promobox-body, .is-primary.idcard .promobox-body, .is-primary.boffbox-box .promobox-body, .message.is-primary .promobox-body-disabled, .is-primary.promobox .promobox-body-disabled, .is-primary.editable-badge .promobox-body-disabled, .is-primary.idcard .promobox-body-disabled, .is-primary.boffbox-box .promobox-body-disabled, .message.is-primary .editable-badge-body, .is-primary.promobox .editable-badge-body, .is-primary.editable-badge .editable-badge-body, .is-primary.idcard .editable-badge-body, .is-primary.boffbox-box .editable-badge-body, .message.is-primary .idcard-body, .is-primary.promobox .idcard-body, .is-primary.editable-badge .idcard-body, .is-primary.idcard .idcard-body, .is-primary.boffbox-box .idcard-body, .message.is-primary .boffbox-body, .is-primary.promobox .boffbox-body, .is-primary.editable-badge .boffbox-body, .is-primary.idcard .boffbox-body, .is-primary.boffbox-box .boffbox-body {
      border-color: #1a5b17; }
  .message.is-secondary, .is-secondary.promobox, .promobox.tabselHighlightedNo, .is-secondary.editable-badge, .editable-badge.tabselHighlightedNo, .is-secondary.idcard, .idcard.tabselHighlightedNo, .is-secondary.boffbox-box, .boffbox-box.tabselHighlightedNo, .message.tabselHighlightedNo {
    background-color: whitesmoke; }
    .message.is-secondary .message-header, .is-secondary.promobox .message-header, .promobox.tabselHighlightedNo .message-header, .is-secondary.editable-badge .message-header, .editable-badge.tabselHighlightedNo .message-header, .is-secondary.idcard .message-header, .idcard.tabselHighlightedNo .message-header, .is-secondary.boffbox-box .message-header, .boffbox-box.tabselHighlightedNo .message-header, .message.tabselHighlightedNo .message-header, .message.is-secondary .promobox-header, .is-secondary.promobox .promobox-header, .promobox.tabselHighlightedNo .promobox-header, .is-secondary.editable-badge .promobox-header, .editable-badge.tabselHighlightedNo .promobox-header, .is-secondary.idcard .promobox-header, .idcard.tabselHighlightedNo .promobox-header, .is-secondary.boffbox-box .promobox-header, .boffbox-box.tabselHighlightedNo .promobox-header, .message.tabselHighlightedNo .promobox-header, .message.is-secondary .promobox-header-disabled, .is-secondary.promobox .promobox-header-disabled, .promobox.tabselHighlightedNo .promobox-header-disabled, .is-secondary.editable-badge .promobox-header-disabled, .editable-badge.tabselHighlightedNo .promobox-header-disabled, .is-secondary.idcard .promobox-header-disabled, .idcard.tabselHighlightedNo .promobox-header-disabled, .is-secondary.boffbox-box .promobox-header-disabled, .boffbox-box.tabselHighlightedNo .promobox-header-disabled, .message.tabselHighlightedNo .promobox-header-disabled, .message.is-secondary .editable-badge-header, .is-secondary.promobox .editable-badge-header, .promobox.tabselHighlightedNo .editable-badge-header, .is-secondary.editable-badge .editable-badge-header, .editable-badge.tabselHighlightedNo .editable-badge-header, .is-secondary.idcard .editable-badge-header, .idcard.tabselHighlightedNo .editable-badge-header, .is-secondary.boffbox-box .editable-badge-header, .boffbox-box.tabselHighlightedNo .editable-badge-header, .message.tabselHighlightedNo .editable-badge-header, .message.is-secondary .idcard-header, .is-secondary.promobox .idcard-header, .promobox.tabselHighlightedNo .idcard-header, .is-secondary.editable-badge .idcard-header, .editable-badge.tabselHighlightedNo .idcard-header, .is-secondary.idcard .idcard-header, .idcard.tabselHighlightedNo .idcard-header, .is-secondary.boffbox-box .idcard-header, .boffbox-box.tabselHighlightedNo .idcard-header, .message.tabselHighlightedNo .idcard-header, .message.is-secondary .boffbox-header, .is-secondary.promobox .boffbox-header, .promobox.tabselHighlightedNo .boffbox-header, .is-secondary.editable-badge .boffbox-header, .editable-badge.tabselHighlightedNo .boffbox-header, .is-secondary.idcard .boffbox-header, .idcard.tabselHighlightedNo .boffbox-header, .is-secondary.boffbox-box .boffbox-header, .boffbox-box.tabselHighlightedNo .boffbox-header, .message.tabselHighlightedNo .boffbox-header {
      background-color: #d2d2d2;
      color: white; }
    .message.is-secondary .message-body, .is-secondary.promobox .message-body, .promobox.tabselHighlightedNo .message-body, .is-secondary.editable-badge .message-body, .editable-badge.tabselHighlightedNo .message-body, .is-secondary.idcard .message-body, .idcard.tabselHighlightedNo .message-body, .is-secondary.boffbox-box .message-body, .boffbox-box.tabselHighlightedNo .message-body, .message.tabselHighlightedNo .message-body, .message.is-secondary .promobox-body, .is-secondary.promobox .promobox-body, .promobox.tabselHighlightedNo .promobox-body, .is-secondary.editable-badge .promobox-body, .editable-badge.tabselHighlightedNo .promobox-body, .is-secondary.idcard .promobox-body, .idcard.tabselHighlightedNo .promobox-body, .is-secondary.boffbox-box .promobox-body, .boffbox-box.tabselHighlightedNo .promobox-body, .message.tabselHighlightedNo .promobox-body, .message.is-secondary .promobox-body-disabled, .is-secondary.promobox .promobox-body-disabled, .promobox.tabselHighlightedNo .promobox-body-disabled, .is-secondary.editable-badge .promobox-body-disabled, .editable-badge.tabselHighlightedNo .promobox-body-disabled, .is-secondary.idcard .promobox-body-disabled, .idcard.tabselHighlightedNo .promobox-body-disabled, .is-secondary.boffbox-box .promobox-body-disabled, .boffbox-box.tabselHighlightedNo .promobox-body-disabled, .message.tabselHighlightedNo .promobox-body-disabled, .message.is-secondary .editable-badge-body, .is-secondary.promobox .editable-badge-body, .promobox.tabselHighlightedNo .editable-badge-body, .is-secondary.editable-badge .editable-badge-body, .editable-badge.tabselHighlightedNo .editable-badge-body, .is-secondary.idcard .editable-badge-body, .idcard.tabselHighlightedNo .editable-badge-body, .is-secondary.boffbox-box .editable-badge-body, .boffbox-box.tabselHighlightedNo .editable-badge-body, .message.tabselHighlightedNo .editable-badge-body, .message.is-secondary .idcard-body, .is-secondary.promobox .idcard-body, .promobox.tabselHighlightedNo .idcard-body, .is-secondary.editable-badge .idcard-body, .editable-badge.tabselHighlightedNo .idcard-body, .is-secondary.idcard .idcard-body, .idcard.tabselHighlightedNo .idcard-body, .is-secondary.boffbox-box .idcard-body, .boffbox-box.tabselHighlightedNo .idcard-body, .message.tabselHighlightedNo .idcard-body, .message.is-secondary .boffbox-body, .is-secondary.promobox .boffbox-body, .promobox.tabselHighlightedNo .boffbox-body, .is-secondary.editable-badge .boffbox-body, .editable-badge.tabselHighlightedNo .boffbox-body, .is-secondary.idcard .boffbox-body, .idcard.tabselHighlightedNo .boffbox-body, .is-secondary.boffbox-box .boffbox-body, .boffbox-box.tabselHighlightedNo .boffbox-body, .message.tabselHighlightedNo .boffbox-body {
      border-color: #d2d2d2; }
  .message.is-footer, .is-footer.promobox, .is-footer.editable-badge, .is-footer.idcard, .is-footer.boffbox-box {
    background-color: whitesmoke; }
    .message.is-footer .message-header, .is-footer.promobox .message-header, .is-footer.editable-badge .message-header, .is-footer.idcard .message-header, .is-footer.boffbox-box .message-header, .message.is-footer .promobox-header, .is-footer.promobox .promobox-header, .is-footer.editable-badge .promobox-header, .is-footer.idcard .promobox-header, .is-footer.boffbox-box .promobox-header, .message.is-footer .promobox-header-disabled, .is-footer.promobox .promobox-header-disabled, .is-footer.editable-badge .promobox-header-disabled, .is-footer.idcard .promobox-header-disabled, .is-footer.boffbox-box .promobox-header-disabled, .message.is-footer .editable-badge-header, .is-footer.promobox .editable-badge-header, .is-footer.editable-badge .editable-badge-header, .is-footer.idcard .editable-badge-header, .is-footer.boffbox-box .editable-badge-header, .message.is-footer .idcard-header, .is-footer.promobox .idcard-header, .is-footer.editable-badge .idcard-header, .is-footer.idcard .idcard-header, .is-footer.boffbox-box .idcard-header, .message.is-footer .boffbox-header, .is-footer.promobox .boffbox-header, .is-footer.editable-badge .boffbox-header, .is-footer.idcard .boffbox-header, .is-footer.boffbox-box .boffbox-header {
      background-color: #a2a2a2;
      color: white; }
    .message.is-footer .message-body, .is-footer.promobox .message-body, .is-footer.editable-badge .message-body, .is-footer.idcard .message-body, .is-footer.boffbox-box .message-body, .message.is-footer .promobox-body, .is-footer.promobox .promobox-body, .is-footer.editable-badge .promobox-body, .is-footer.idcard .promobox-body, .is-footer.boffbox-box .promobox-body, .message.is-footer .promobox-body-disabled, .is-footer.promobox .promobox-body-disabled, .is-footer.editable-badge .promobox-body-disabled, .is-footer.idcard .promobox-body-disabled, .is-footer.boffbox-box .promobox-body-disabled, .message.is-footer .editable-badge-body, .is-footer.promobox .editable-badge-body, .is-footer.editable-badge .editable-badge-body, .is-footer.idcard .editable-badge-body, .is-footer.boffbox-box .editable-badge-body, .message.is-footer .idcard-body, .is-footer.promobox .idcard-body, .is-footer.editable-badge .idcard-body, .is-footer.idcard .idcard-body, .is-footer.boffbox-box .idcard-body, .message.is-footer .boffbox-body, .is-footer.promobox .boffbox-body, .is-footer.editable-badge .boffbox-body, .is-footer.idcard .boffbox-body, .is-footer.boffbox-box .boffbox-body {
      border-color: #a2a2a2; }
  .message.is-info, .is-info.promobox, .is-info.editable-badge, .is-info.idcard, .is-info.boffbox-box {
    background-color: whitesmoke; }
    .message.is-info .message-header, .is-info.promobox .message-header, .is-info.editable-badge .message-header, .is-info.idcard .message-header, .is-info.boffbox-box .message-header, .message.is-info .promobox-header, .is-info.promobox .promobox-header, .is-info.editable-badge .promobox-header, .is-info.idcard .promobox-header, .is-info.boffbox-box .promobox-header, .message.is-info .promobox-header-disabled, .is-info.promobox .promobox-header-disabled, .is-info.editable-badge .promobox-header-disabled, .is-info.idcard .promobox-header-disabled, .is-info.boffbox-box .promobox-header-disabled, .message.is-info .editable-badge-header, .is-info.promobox .editable-badge-header, .is-info.editable-badge .editable-badge-header, .is-info.idcard .editable-badge-header, .is-info.boffbox-box .editable-badge-header, .message.is-info .idcard-header, .is-info.promobox .idcard-header, .is-info.editable-badge .idcard-header, .is-info.idcard .idcard-header, .is-info.boffbox-box .idcard-header, .message.is-info .boffbox-header, .is-info.promobox .boffbox-header, .is-info.editable-badge .boffbox-header, .is-info.idcard .boffbox-header, .is-info.boffbox-box .boffbox-header {
      background-color: #d2d2d2;
      color: white; }
    .message.is-info .message-body, .is-info.promobox .message-body, .is-info.editable-badge .message-body, .is-info.idcard .message-body, .is-info.boffbox-box .message-body, .message.is-info .promobox-body, .is-info.promobox .promobox-body, .is-info.editable-badge .promobox-body, .is-info.idcard .promobox-body, .is-info.boffbox-box .promobox-body, .message.is-info .promobox-body-disabled, .is-info.promobox .promobox-body-disabled, .is-info.editable-badge .promobox-body-disabled, .is-info.idcard .promobox-body-disabled, .is-info.boffbox-box .promobox-body-disabled, .message.is-info .editable-badge-body, .is-info.promobox .editable-badge-body, .is-info.editable-badge .editable-badge-body, .is-info.idcard .editable-badge-body, .is-info.boffbox-box .editable-badge-body, .message.is-info .idcard-body, .is-info.promobox .idcard-body, .is-info.editable-badge .idcard-body, .is-info.idcard .idcard-body, .is-info.boffbox-box .idcard-body, .message.is-info .boffbox-body, .is-info.promobox .boffbox-body, .is-info.editable-badge .boffbox-body, .is-info.idcard .boffbox-body, .is-info.boffbox-box .boffbox-body {
      border-color: #d2d2d2; }
  .message.is-success, .is-success.promobox, .is-success.editable-badge, .is-success.idcard, .is-success.boffbox-box {
    background-color: #eefbf2; }
    .message.is-success .message-header, .is-success.promobox .message-header, .is-success.editable-badge .message-header, .is-success.idcard .message-header, .is-success.boffbox-box .message-header, .message.is-success .promobox-header, .is-success.promobox .promobox-header, .is-success.editable-badge .promobox-header, .is-success.idcard .promobox-header, .is-success.boffbox-box .promobox-header, .message.is-success .promobox-header-disabled, .is-success.promobox .promobox-header-disabled, .is-success.editable-badge .promobox-header-disabled, .is-success.idcard .promobox-header-disabled, .is-success.boffbox-box .promobox-header-disabled, .message.is-success .editable-badge-header, .is-success.promobox .editable-badge-header, .is-success.editable-badge .editable-badge-header, .is-success.idcard .editable-badge-header, .is-success.boffbox-box .editable-badge-header, .message.is-success .idcard-header, .is-success.promobox .idcard-header, .is-success.editable-badge .idcard-header, .is-success.idcard .idcard-header, .is-success.boffbox-box .idcard-header, .message.is-success .boffbox-header, .is-success.promobox .boffbox-header, .is-success.editable-badge .boffbox-header, .is-success.idcard .boffbox-header, .is-success.boffbox-box .boffbox-header {
      background-color: #0A2D14;
      color: white; }
    .message.is-success .message-body, .is-success.promobox .message-body, .is-success.editable-badge .message-body, .is-success.idcard .message-body, .is-success.boffbox-box .message-body, .message.is-success .promobox-body, .is-success.promobox .promobox-body, .is-success.editable-badge .promobox-body, .is-success.idcard .promobox-body, .is-success.boffbox-box .promobox-body, .message.is-success .promobox-body-disabled, .is-success.promobox .promobox-body-disabled, .is-success.editable-badge .promobox-body-disabled, .is-success.idcard .promobox-body-disabled, .is-success.boffbox-box .promobox-body-disabled, .message.is-success .editable-badge-body, .is-success.promobox .editable-badge-body, .is-success.editable-badge .editable-badge-body, .is-success.idcard .editable-badge-body, .is-success.boffbox-box .editable-badge-body, .message.is-success .idcard-body, .is-success.promobox .idcard-body, .is-success.editable-badge .idcard-body, .is-success.idcard .idcard-body, .is-success.boffbox-box .idcard-body, .message.is-success .boffbox-body, .is-success.promobox .boffbox-body, .is-success.editable-badge .boffbox-body, .is-success.idcard .boffbox-body, .is-success.boffbox-box .boffbox-body {
      border-color: #0A2D14; }
  .message.is-warning, .is-warning.promobox, .is-warning.editable-badge, .is-warning.idcard, .is-warning.boffbox-box {
    background-color: #fffbeb; }
    .message.is-warning .message-header, .is-warning.promobox .message-header, .is-warning.editable-badge .message-header, .is-warning.idcard .message-header, .is-warning.boffbox-box .message-header, .message.is-warning .promobox-header, .is-warning.promobox .promobox-header, .is-warning.editable-badge .promobox-header, .is-warning.idcard .promobox-header, .is-warning.boffbox-box .promobox-header, .message.is-warning .promobox-header-disabled, .is-warning.promobox .promobox-header-disabled, .is-warning.editable-badge .promobox-header-disabled, .is-warning.idcard .promobox-header-disabled, .is-warning.boffbox-box .promobox-header-disabled, .message.is-warning .editable-badge-header, .is-warning.promobox .editable-badge-header, .is-warning.editable-badge .editable-badge-header, .is-warning.idcard .editable-badge-header, .is-warning.boffbox-box .editable-badge-header, .message.is-warning .idcard-header, .is-warning.promobox .idcard-header, .is-warning.editable-badge .idcard-header, .is-warning.idcard .idcard-header, .is-warning.boffbox-box .idcard-header, .message.is-warning .boffbox-header, .is-warning.promobox .boffbox-header, .is-warning.editable-badge .boffbox-header, .is-warning.idcard .boffbox-header, .is-warning.boffbox-box .boffbox-header {
      background-color: #ffdd57;
      color: white; }
    .message.is-warning .message-body, .is-warning.promobox .message-body, .is-warning.editable-badge .message-body, .is-warning.idcard .message-body, .is-warning.boffbox-box .message-body, .message.is-warning .promobox-body, .is-warning.promobox .promobox-body, .is-warning.editable-badge .promobox-body, .is-warning.idcard .promobox-body, .is-warning.boffbox-box .promobox-body, .message.is-warning .promobox-body-disabled, .is-warning.promobox .promobox-body-disabled, .is-warning.editable-badge .promobox-body-disabled, .is-warning.idcard .promobox-body-disabled, .is-warning.boffbox-box .promobox-body-disabled, .message.is-warning .editable-badge-body, .is-warning.promobox .editable-badge-body, .is-warning.editable-badge .editable-badge-body, .is-warning.idcard .editable-badge-body, .is-warning.boffbox-box .editable-badge-body, .message.is-warning .idcard-body, .is-warning.promobox .idcard-body, .is-warning.editable-badge .idcard-body, .is-warning.idcard .idcard-body, .is-warning.boffbox-box .idcard-body, .message.is-warning .boffbox-body, .is-warning.promobox .boffbox-body, .is-warning.editable-badge .boffbox-body, .is-warning.idcard .boffbox-body, .is-warning.boffbox-box .boffbox-body {
      border-color: #ffdd57; }
  .message.is-danger, .message.error, .error.promobox, .error.editable-badge, .error.idcard, .error.boffbox-box, .is-danger.promobox, .is-danger.editable-badge, .is-danger.idcard, .is-danger.boffbox-box {
    background-color: #ffebeb; }
    .message.is-danger .message-header, .message.error .message-header, .error.promobox .message-header, .error.editable-badge .message-header, .error.idcard .message-header, .error.boffbox-box .message-header, .is-danger.promobox .message-header, .is-danger.editable-badge .message-header, .is-danger.idcard .message-header, .is-danger.boffbox-box .message-header, .message.is-danger .promobox-header, .message.error .promobox-header, .error.promobox .promobox-header, .error.editable-badge .promobox-header, .error.idcard .promobox-header, .error.boffbox-box .promobox-header, .is-danger.promobox .promobox-header, .is-danger.editable-badge .promobox-header, .is-danger.idcard .promobox-header, .is-danger.boffbox-box .promobox-header, .message.is-danger .promobox-header-disabled, .message.error .promobox-header-disabled, .error.promobox .promobox-header-disabled, .error.editable-badge .promobox-header-disabled, .error.idcard .promobox-header-disabled, .error.boffbox-box .promobox-header-disabled, .is-danger.promobox .promobox-header-disabled, .is-danger.editable-badge .promobox-header-disabled, .is-danger.idcard .promobox-header-disabled, .is-danger.boffbox-box .promobox-header-disabled, .message.is-danger .editable-badge-header, .message.error .editable-badge-header, .error.promobox .editable-badge-header, .error.editable-badge .editable-badge-header, .error.idcard .editable-badge-header, .error.boffbox-box .editable-badge-header, .is-danger.promobox .editable-badge-header, .is-danger.editable-badge .editable-badge-header, .is-danger.idcard .editable-badge-header, .is-danger.boffbox-box .editable-badge-header, .message.is-danger .idcard-header, .message.error .idcard-header, .error.promobox .idcard-header, .error.editable-badge .idcard-header, .error.idcard .idcard-header, .error.boffbox-box .idcard-header, .is-danger.promobox .idcard-header, .is-danger.editable-badge .idcard-header, .is-danger.idcard .idcard-header, .is-danger.boffbox-box .idcard-header, .message.is-danger .boffbox-header, .message.error .boffbox-header, .error.promobox .boffbox-header, .error.editable-badge .boffbox-header, .error.idcard .boffbox-header, .error.boffbox-box .boffbox-header, .is-danger.promobox .boffbox-header, .is-danger.editable-badge .boffbox-header, .is-danger.idcard .boffbox-header, .is-danger.boffbox-box .boffbox-header {
      background-color: #960000;
      color: white; }
    .message.is-danger .message-body, .message.error .message-body, .error.promobox .message-body, .error.editable-badge .message-body, .error.idcard .message-body, .error.boffbox-box .message-body, .is-danger.promobox .message-body, .is-danger.editable-badge .message-body, .is-danger.idcard .message-body, .is-danger.boffbox-box .message-body, .message.is-danger .promobox-body, .message.error .promobox-body, .error.promobox .promobox-body, .error.editable-badge .promobox-body, .error.idcard .promobox-body, .error.boffbox-box .promobox-body, .is-danger.promobox .promobox-body, .is-danger.editable-badge .promobox-body, .is-danger.idcard .promobox-body, .is-danger.boffbox-box .promobox-body, .message.is-danger .promobox-body-disabled, .message.error .promobox-body-disabled, .error.promobox .promobox-body-disabled, .error.editable-badge .promobox-body-disabled, .error.idcard .promobox-body-disabled, .error.boffbox-box .promobox-body-disabled, .is-danger.promobox .promobox-body-disabled, .is-danger.editable-badge .promobox-body-disabled, .is-danger.idcard .promobox-body-disabled, .is-danger.boffbox-box .promobox-body-disabled, .message.is-danger .editable-badge-body, .message.error .editable-badge-body, .error.promobox .editable-badge-body, .error.editable-badge .editable-badge-body, .error.idcard .editable-badge-body, .error.boffbox-box .editable-badge-body, .is-danger.promobox .editable-badge-body, .is-danger.editable-badge .editable-badge-body, .is-danger.idcard .editable-badge-body, .is-danger.boffbox-box .editable-badge-body, .message.is-danger .idcard-body, .message.error .idcard-body, .error.promobox .idcard-body, .error.editable-badge .idcard-body, .error.idcard .idcard-body, .error.boffbox-box .idcard-body, .is-danger.promobox .idcard-body, .is-danger.editable-badge .idcard-body, .is-danger.idcard .idcard-body, .is-danger.boffbox-box .idcard-body, .message.is-danger .boffbox-body, .message.error .boffbox-body, .error.promobox .boffbox-body, .error.editable-badge .boffbox-body, .error.idcard .boffbox-body, .error.boffbox-box .boffbox-body, .is-danger.promobox .boffbox-body, .is-danger.editable-badge .boffbox-body, .is-danger.idcard .boffbox-body, .is-danger.boffbox-box .boffbox-body {
      border-color: #960000; }

.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs:not(:last-child) {
    margin-bottom: 20px; }
  .tabs a {
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 6px 12px;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #1a5b17;
      color: #1a5b17; }
  .tabs ul {
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 10px; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 10px;
      padding-right: 10px; }
    .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: 10px; }
  .tabs .icon:first-child {
    margin-right: 8px; }
  .tabs .icon:last-child {
    margin-left: 8px; }
  .tabs.is-centered ul {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    padding-bottom: 5px;
    padding-top: 5px; }
    .tabs.is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border: 1px solid #dbdbdb;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 3px 0 0 3px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 3px 3px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #1a5b17;
    border-color: #1a5b17;
    color: white;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-small {
    font-size: 12px; }
    .tabs.is-small a {
      padding: 2px 8px; }
    .tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a {
      padding-bottom: 1px;
      padding-top: 1px; }
  .tabs.is-medium, .tabs.tabselHighlightedYes {
    font-size: 18px; }
    .tabs.is-medium a, .tabs.tabselHighlightedYes a {
      padding: 10px 16px; }
    .tabs.is-medium.is-boxed a, .tabs.is-boxed.tabselHighlightedYes a, .tabs.is-medium.is-toggle a, .tabs.is-toggle.tabselHighlightedYes a {
      padding-bottom: 9px;
      padding-top: 9px; }
  .tabs.is-large {
    font-size: 26px; }
    .tabs.is-large a {
      padding: 14px 20px; }
    .tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a {
      padding-bottom: 13px;
      padding-top: 13px; }

.panel-icon {
  display: inline-block;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px;
  color: #7a7a7a;
  float: left;
  margin: 0 4px 0 -2px; }
  .panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }
  .panel-icon.normal {
    line-height: 1.4em !important; }

.panel-text {
  margin-left: 10px !important;
  margin-bottom: 0px !important; }

.panel-heading, .talks2 .commlist-heading {
  background-color: whitesmoke;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 18px;
  font-weight: 300;
  padding: 10px !important; }
  .panel-heading.darkgreen, .talks2 .darkgreen.commlist-heading {
    background-color: #1a5b17;
    color: white; }

.panel-list a {
  color: #4a4a4a;
  color: #1a5b17; }

.panel-tabs {
  display: flex;
  font-size: 12px;
  padding: 5px 10px 0;
  justify-content: center; }
  .panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 5px; }
    .panel-tabs a.is-active {
      border-bottom-color: #363636;
      color: #363636; }
    .panel-tabs a:not(:last-child) {
      border-bottom: 1px solid #dbdbdb; }

.panel-block, .talks2 .commlist-block {
  color: #363636;
  display: block;
  line-height: 2em;
  padding: 10px;
  background-color: white; }
  .panel-block.darkgreen, .talks2 .darkgreen.commlist-block {
    background-color: #1a5b17;
    color: white; }
  .panel-block.lightgreen, .talks2 .lightgreen.commlist-block {
    background-color: #e1f7e0; }
  .panel-block:not(:last-child), .talks2 .commlist-block:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }
  .panel-block.is-active, .talks2 .is-active.commlist-block {
    color: #FFFFFF;
    background-color: #1a5b17; }
    .panel-block.is-active:hover, .talks2 .is-active.commlist-block:hover,
    .panel-block.is-active .fa,
    .talks2 .is-active.commlist-block .fa {
      color: #FFFFFF;
      background-color: #1a5b17; }

a.panel-block:hover, .talks2 a.commlist-block:hover {
  background-color: whitesmoke; }

.panel, .talks2.commlist {
  border: 1px solid #dbdbdb;
  border-radius: 5px; }
  .panel:not(:last-child), .talks2.commlist:not(:last-child) {
    margin-bottom: 20px; }

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86); }

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px), print {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px; } }
  .modal-content.wider,
  .modal-card.wider {
    width: 1280px; }
    @media screen and (min-width: 769px), print {
      .modal-content.wider,
      .modal-card.wider {
        width: 1280px; } }
    @media screen and (max-width: 768px) {
      .modal-content.wider,
      .modal-card.wider {
        width: 740px; } }

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.1);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 24px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }
  .modal-close:before, .modal-close:after {
    background-color: white;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -25%;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 50%; }
  .modal-close:before {
    transform: rotate(45deg); }
  .modal-close:after {
    transform: rotate(-45deg); }
  .modal-close:hover {
    background-color: rgba(10, 10, 10, 0.2); }
  .modal-close.is-small {
    height: 16px;
    width: 16px; }
  .modal-close.is-medium, .modal-close.tabselHighlightedYes {
    height: 32px;
    width: 32px; }
  .modal-close.is-large {
    height: 40px;
    width: 40px; }

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: auto; }
  @media screen and (max-width: 768px) {
    .modal-card {
      max-height: calc(100vh - 20px); } }

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
  flex-wrap: wrap; }
  .modal-card-head button, .modal-card-head .banner-button, .modal-card-head .banner-button-secondary, .modal-card-head .t2v-tline .tci.chat-invite section .button-ok, .t2v-tline .tci.chat-invite section .modal-card-head .button-ok, .modal-card-head .t2v-tline .tci.chat-invite section .button-not, .t2v-tline .tci.chat-invite section .modal-card-head .button-not,
  .modal-card-foot button,
  .modal-card-foot .banner-button,
  .modal-card-foot .banner-button-secondary,
  .modal-card-foot .t2v-tline .tci.chat-invite section .button-ok,
  .t2v-tline .tci.chat-invite section .modal-card-foot .button-ok,
  .modal-card-foot .t2v-tline .tci.chat-invite section .button-not,
  .t2v-tline .tci.chat-invite section .modal-card-foot .button-not {
    margin-bottom: 5px; }

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dbdbdb; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }

.modal-card-body {
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
  margin: 0 !important; }
  @media screen and (max-width: 768px) {
    .modal-card-body {
      overflow-y: scroll; } }

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: auto;
  position: fixed;
  z-index: 1986; }
  .modal.is-active {
    display: flex; }
  .modal.normal {
    z-index: 1986; }
    .modal.normal .modal-card {
      display: flex; }
      .modal.normal .modal-card .modal-card-head {
        background-color: #b5b5b5; }
        .modal.normal .modal-card .modal-card-head .modal-card-title {
          color: #363636;
          font-family: FrutigerLTPro-Bold, sans-serif; }
      .modal.normal .modal-card .modal-card-body {
        color: #0a0a0a; }
      .modal.normal .modal-card .modal-card-foot {
        background-color: #b5b5b5;
        padding: 10px; }
      .modal.normal .modal-card .button {
        background-color: #dbdbdb; }
  .modal.success {
    z-index: 1986; }
    .modal.success .modal-card {
      display: flex; }
      .modal.success .modal-card .modal-card-head {
        background-color: #1a5b17; }
        .modal.success .modal-card .modal-card-head .modal-card-title {
          color: white;
          font-family: FrutigerLTPro-Bold, sans-serif; }
      .modal.success .modal-card .modal-card-body {
        color: #0a0a0a; }
      .modal.success .modal-card .modal-card-foot {
        background-color: #1a5b17;
        padding: 10px; }
      .modal.success .modal-card .button {
        background-color: #dbdbdb; }
  .modal.error {
    z-index: 1986; }
    .modal.error .modal-card {
      display: flex; }
      .modal.error .modal-card .modal-card-head {
        background-color: #960000; }
        .modal.error .modal-card .modal-card-head .modal-card-title {
          color: white;
          font-family: FrutigerLTPro-Bold, sans-serif; }
      .modal.error .modal-card .modal-card-body {
        color: #0a0a0a; }
      .modal.error .modal-card .modal-card-foot {
        background-color: #960000;
        padding: 10px; }
      .modal.error .modal-card .button {
        background-color: #dbdbdb; }

.modal {
  justify-content: space-around; }

.navi ul,
.navi ul ul,
.navi ul li,
.navi ul a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

.navi {
  background: #1a5b17;
  background: -webkit-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
  background: -moz-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
  background: -o-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
  background: -ms-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
  background: linear-gradient(to bottom, #1f6f1d 0%, #1a5b17 100%);
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .navi {
      position: relative; } }

@media screen and (max-width: 768px) {
  .navi.showmobile ul li:nth-child(n+2) {
    display: block; } }

.navi ul {
  height: 40px;
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .navi ul {
      width: 100%; }
      .navi ul li:nth-child(n+2) {
        display: none; } }
  .navi ul li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: auto; }
    @media screen and (max-width: 768px) {
      .navi ul li {
        float: none;
        width: 100%;
        background: #dbdbdb;
        border-bottom: 1px solid #7a7a7a;
        height: auto; } }
    .navi ul li.mobile {
      display: none;
      color: white;
      padding: 8px;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .navi ul li.mobile {
          display: block;
          color: white;
          background: #1a5b17; } }
    .navi ul li:hover > ul li {
      height: 39px;
      overflow: visible;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .navi ul li:hover > ul li {
          height: 39px;
          overflow: visible;
          padding: 0; } }
    @media screen and (max-width: 768px) {
      .navi ul li ul {
        opacity: 1 !important; }
        .navi ul li ul li {
          height: 48px !important;
          overflow: visible !important;
          padding: 0 !important;
          border-bottom: 1px solid #ddd; }
          .navi ul li ul li a {
            background: #4a4a4a;
            color: white; }
        .navi ul li ul li:last-child {
          border-bottom: none; } }
    .navi ul li a {
      display: block;
      padding: 0 14px;
      margin: 6px 0;
      line-height: 28px;
      text-decoration: none;
      border-left: 1px solid #1f6f1d;
      border-right: 1px solid #144612;
      color: #FFF;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      @media screen and (max-width: 768px) {
        .navi ul li a {
          color: #0a0a0a;
          background: #dbdbdb;
          margin: 0 0;
          line-height: 39px; } }
  .navi ul li:first-child a {
    border-left: none; }
  .navi ul li:last-child a {
    border-right: none; }
  .navi ul li:hover > a {
    color: #FFFb98; }
  .navi ul li:hover > ul {
    opacity: 1; }
  .navi ul ul {
    position: absolute;
    height: auto;
    width: auto;
    top: 40px;
    left: 0;
    opacity: 0;
    background: #1a5b17;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity 0.25s ease 0.1s;
    -moz-transition: opacity 0.25s ease 0.1s;
    -o-transition: opacity 0.25s ease 0.1s;
    -ms-transition: opacity 0.25s ease 0.1s;
    transition: opacity 0.25s ease 0.1s; }
    @media screen and (max-width: 768px) {
      .navi ul ul {
        position: relative;
        top: 0; } }
    .navi ul ul li {
      height: 0;
      overflow: hidden;
      padding: 0;
      float: none;
      min-width: 120px;
      -webkit-transition: height 0.25s ease 0.1s;
      -moz-transition: height 0.25s ease 0.1s;
      -o-transition: height 0.25s ease 0.1s;
      -ms-transition: height 0.25s ease 0.1s;
      transition: height 0.25s ease 0.1s; }
      @media screen and (max-width: 768px) {
        .navi ul ul li {
          height: 39px;
          opacity: 1; } }
      .navi ul ul li:hover ul {
        opacity: 1; }
      .navi ul ul li:last-child a {
        border: none; }
      @media screen and (max-width: 768px) {
        .navi ul ul li ul {
          opacity: 1;
          overflow: visible;
          position: relative; } }
      .navi ul ul li a {
        width: auto;
        padding: 4px 10px 4px 40px;
        margin: 0;
        border: none;
        border-bottom: 1px solid #1f6f1d;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .navi ul ul li a {
            border-bottom: 1px solid #dbdbdb; } }

nav.top {
  position: absolute;
  top: 0;
  width: 100%; }

nav.top ul {
  height: 26px;
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0; }
  nav.top ul li {
    font-family: FrutigerLTPro-Light, sans-serif;
    position: relative;
    list-style: none;
    float: right;
    display: block;
    height: 26px;
    margin-left: 10px; }
    nav.top ul li a {
      display: block;
      padding: 2 5px;
      margin: 0 6px;
      line-height: 22px;
      text-decoration: none;
      font-size: 105%;
      color: #0a0a0a;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      nav.top ul li a:hover {
        color: #1a5b17;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.pricing-table {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between; }
  .pricing-table.is-comparative .pricing-plan {
    margin: 0; }
    .pricing-table.is-comparative .pricing-plan:not(:last-child) {
      border-right: none; }
  .pricing-table .pricing-plan {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background-color: white;
    border: 0.1rem solid whitesmoke;
    border-radius: 3px;
    list-style-type: none;
    transition: 0.25s;
    margin: 0.5em; }
    .pricing-table .pricing-plan .plan-header {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-color: white;
      font-size: 18px;
      font-weight: 600;
      padding: 0.75em;
      align-content: center;
      text-align: center; }
      .pricing-table .pricing-plan .plan-header.highlight {
        background: #2a4929;
        color: white;
        margin-bottom: 0; }
      .pricing-table .pricing-plan .plan-header.gold {
        background: #335a32; }
      .pricing-table .pricing-plan .plan-header.silver {
        background: #3c6a3b; }
      .pricing-table .pricing-plan .plan-header.bronze {
        background: #467b44; }
    .pricing-table .pricing-plan .plan-item {
      background: whitesmoke;
      border-bottom: 0.1rem solid white;
      padding: 0.75em;
      align-content: center;
      text-align: center;
      font-size: 0.9em;
      color: #7a7a7a; }
      .pricing-table .pricing-plan .plan-item.dark {
        background: #adadad;
        color: white; }
    .pricing-table .pricing-plan .plan-price {
      background-color: white;
      font-size: 12px;
      font-weight: 400;
      padding: 0.75em;
      align-content: center;
      text-align: center; }
      .pricing-table .pricing-plan .plan-price .plan-price-amount {
        font-size: 28px;
        font-weight: 700; }
        .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
          vertical-align: super;
          font-size: 14px !important;
          font-weight: 400 !important;
          color: #4a4a4a;
          margin-right: 0.25rem; }
    .pricing-table .pricing-plan .plan-footer {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      padding: 0.75em;
      align-content: center;
      text-align: center;
      margin-top: auto; }
    .pricing-table .pricing-plan.is-active {
      box-shadow: 0 8px 12px 0 rgba(122, 122, 122, 0.2);
      transform: scale(1.05); }
      .pricing-table .pricing-plan.is-active .plan-price .plan-price-amount {
        color: #1a5b17; }
      .pricing-table .pricing-plan.is-active .plan-footer .button {
        background-color: #1a5b17;
        border-color: transparent;
        color: white; }
        .pricing-table .pricing-plan.is-active .plan-footer .button:hover, .pricing-table .pricing-plan.is-active .plan-footer .button.is-hovered {
          background-color: #175015;
          border-color: transparent;
          color: white; }
        .pricing-table .pricing-plan.is-active .plan-footer .button:focus, .pricing-table .pricing-plan.is-active .plan-footer .button.is-focused {
          border-color: transparent;
          box-shadow: 0 0 0.5em rgba(26, 91, 23, 0.25);
          color: white; }
        .pricing-table .pricing-plan.is-active .plan-footer .button:active, .pricing-table .pricing-plan.is-active .plan-footer .button.is-active {
          background-color: #144612;
          border-color: transparent;
          color: white; }
        .pricing-table .pricing-plan.is-active .plan-footer .button[disabled] {
          background-color: #1a5b17;
          border-color: transparent; }
    .pricing-table .pricing-plan.is-white .plan-price .plan-price-amount {
      color: white; }
    .pricing-table .pricing-plan.is-white .plan-footer .button {
      background-color: white;
      border-color: transparent;
      color: #0a0a0a; }
      .pricing-table .pricing-plan.is-white .plan-footer .button:hover, .pricing-table .pricing-plan.is-white .plan-footer .button.is-hovered {
        background-color: #f9f9f9;
        border-color: transparent;
        color: #0a0a0a; }
      .pricing-table .pricing-plan.is-white .plan-footer .button:focus, .pricing-table .pricing-plan.is-white .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
        color: #0a0a0a; }
      .pricing-table .pricing-plan.is-white .plan-footer .button:active, .pricing-table .pricing-plan.is-white .plan-footer .button.is-active {
        background-color: #f2f2f2;
        border-color: transparent;
        color: #0a0a0a; }
      .pricing-table .pricing-plan.is-white .plan-footer .button[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-black .plan-price .plan-price-amount {
      color: #0a0a0a; }
    .pricing-table .pricing-plan.is-black .plan-footer .button {
      background-color: #0a0a0a;
      border-color: transparent;
      color: white; }
      .pricing-table .pricing-plan.is-black .plan-footer .button:hover, .pricing-table .pricing-plan.is-black .plan-footer .button.is-hovered {
        background-color: #040404;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-black .plan-footer .button:focus, .pricing-table .pricing-plan.is-black .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
        color: white; }
      .pricing-table .pricing-plan.is-black .plan-footer .button:active, .pricing-table .pricing-plan.is-black .plan-footer .button.is-active {
        background-color: black;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-black .plan-footer .button[disabled] {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-light .plan-price .plan-price-amount {
      color: whitesmoke; }
    .pricing-table .pricing-plan.is-light .plan-footer .button {
      background-color: whitesmoke;
      border-color: transparent;
      color: #363636; }
      .pricing-table .pricing-plan.is-light .plan-footer .button:hover, .pricing-table .pricing-plan.is-light .plan-footer .button.is-hovered {
        background-color: #eeeeee;
        border-color: transparent;
        color: #363636; }
      .pricing-table .pricing-plan.is-light .plan-footer .button:focus, .pricing-table .pricing-plan.is-light .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
        color: #363636; }
      .pricing-table .pricing-plan.is-light .plan-footer .button:active, .pricing-table .pricing-plan.is-light .plan-footer .button.is-active {
        background-color: #e8e8e8;
        border-color: transparent;
        color: #363636; }
      .pricing-table .pricing-plan.is-light .plan-footer .button[disabled] {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-dark .plan-price .plan-price-amount, .pricing-table .pricing-plan.tabselHighlightedYes .plan-price .plan-price-amount, .pricing-table .pricing-plan.is-light-darker .plan-price .plan-price-amount {
      color: #363636; }
    .pricing-table .pricing-plan.is-dark .plan-footer .button, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button, .pricing-table .pricing-plan.is-light-darker .plan-footer .button {
      background-color: #363636;
      border-color: transparent;
      color: whitesmoke; }
      .pricing-table .pricing-plan.is-dark .plan-footer .button:hover, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button:hover, .pricing-table .pricing-plan.is-light-darker .plan-footer .button:hover, .pricing-table .pricing-plan.is-dark .plan-footer .button.is-hovered, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button.is-hovered, .pricing-table .pricing-plan.is-light-darker .plan-footer .button.is-hovered {
        background-color: #2f2f2f;
        border-color: transparent;
        color: whitesmoke; }
      .pricing-table .pricing-plan.is-dark .plan-footer .button:focus, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button:focus, .pricing-table .pricing-plan.is-light-darker .plan-footer .button:focus, .pricing-table .pricing-plan.is-dark .plan-footer .button.is-focused, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button.is-focused, .pricing-table .pricing-plan.is-light-darker .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
        color: whitesmoke; }
      .pricing-table .pricing-plan.is-dark .plan-footer .button:active, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button:active, .pricing-table .pricing-plan.is-light-darker .plan-footer .button:active, .pricing-table .pricing-plan.is-dark .plan-footer .button.is-active, .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button.is-active, .pricing-table .pricing-plan.is-light-darker .plan-footer .button.is-active {
        background-color: #292929;
        border-color: transparent;
        color: whitesmoke; }
      .pricing-table .pricing-plan.is-dark .plan-footer .button[disabled], .pricing-table .pricing-plan.tabselHighlightedYes .plan-footer .button[disabled], .pricing-table .pricing-plan.is-light-darker .plan-footer .button[disabled] {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount {
      color: #1a5b17; }
    .pricing-table .pricing-plan.is-primary .plan-footer .button {
      background-color: #1a5b17;
      border-color: transparent;
      color: white; }
      .pricing-table .pricing-plan.is-primary .plan-footer .button:hover, .pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered {
        background-color: #175015;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-primary .plan-footer .button:focus, .pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(26, 91, 23, 0.25);
        color: white; }
      .pricing-table .pricing-plan.is-primary .plan-footer .button:active, .pricing-table .pricing-plan.is-primary .plan-footer .button.is-active {
        background-color: #144612;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-primary .plan-footer .button[disabled] {
        background-color: #1a5b17;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-secondary .plan-price .plan-price-amount, .pricing-table .pricing-plan.tabselHighlightedNo .plan-price .plan-price-amount {
      color: #d2d2d2; }
    .pricing-table .pricing-plan.is-secondary .plan-footer .button, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button {
      background-color: #d2d2d2;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-secondary .plan-footer .button:hover, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button:hover, .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-hovered, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button.is-hovered {
        background-color: #cccccc;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-secondary .plan-footer .button:focus, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button:focus, .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-focused, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(210, 210, 210, 0.25);
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-secondary .plan-footer .button:active, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button:active, .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-active, .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button.is-active {
        background-color: #c5c5c5;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-secondary .plan-footer .button[disabled], .pricing-table .pricing-plan.tabselHighlightedNo .plan-footer .button[disabled] {
        background-color: #d2d2d2;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-footer .plan-price .plan-price-amount {
      color: #a2a2a2; }
    .pricing-table .pricing-plan.is-footer .plan-footer .button {
      background-color: #a2a2a2;
      border-color: transparent;
      color: white; }
      .pricing-table .pricing-plan.is-footer .plan-footer .button:hover, .pricing-table .pricing-plan.is-footer .plan-footer .button.is-hovered {
        background-color: #9b9b9b;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-footer .plan-footer .button:focus, .pricing-table .pricing-plan.is-footer .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(162, 162, 162, 0.25);
        color: white; }
      .pricing-table .pricing-plan.is-footer .plan-footer .button:active, .pricing-table .pricing-plan.is-footer .plan-footer .button.is-active {
        background-color: #959595;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-footer .plan-footer .button[disabled] {
        background-color: #a2a2a2;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-info .plan-price .plan-price-amount {
      color: #d2d2d2; }
    .pricing-table .pricing-plan.is-info .plan-footer .button {
      background-color: #d2d2d2;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-info .plan-footer .button:hover, .pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered {
        background-color: #cccccc;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-info .plan-footer .button:focus, .pricing-table .pricing-plan.is-info .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(210, 210, 210, 0.25);
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-info .plan-footer .button:active, .pricing-table .pricing-plan.is-info .plan-footer .button.is-active {
        background-color: #c5c5c5;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-info .plan-footer .button[disabled] {
        background-color: #d2d2d2;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-success .plan-price .plan-price-amount {
      color: #0A2D14; }
    .pricing-table .pricing-plan.is-success .plan-footer .button {
      background-color: #0A2D14;
      border-color: transparent;
      color: white; }
      .pricing-table .pricing-plan.is-success .plan-footer .button:hover, .pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered {
        background-color: #08230f;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-success .plan-footer .button:focus, .pricing-table .pricing-plan.is-success .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(10, 45, 20, 0.25);
        color: white; }
      .pricing-table .pricing-plan.is-success .plan-footer .button:active, .pricing-table .pricing-plan.is-success .plan-footer .button.is-active {
        background-color: #05180b;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-success .plan-footer .button[disabled] {
        background-color: #0A2D14;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount {
      color: #ffdd57; }
    .pricing-table .pricing-plan.is-warning .plan-footer .button {
      background-color: #ffdd57;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-warning .plan-footer .button:hover, .pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered {
        background-color: #ffdb4a;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-warning .plan-footer .button:focus, .pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-warning .plan-footer .button:active, .pricing-table .pricing-plan.is-warning .plan-footer .button.is-active {
        background-color: #ffd83d;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-plan.is-warning .plan-footer .button[disabled] {
        background-color: #ffdd57;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount, .pricing-table .pricing-plan.error .plan-price .plan-price-amount {
      color: #960000; }
    .pricing-table .pricing-plan.is-danger .plan-footer .button, .pricing-table .pricing-plan.error .plan-footer .button {
      background-color: #960000;
      border-color: transparent;
      color: white; }
      .pricing-table .pricing-plan.is-danger .plan-footer .button:hover, .pricing-table .pricing-plan.error .plan-footer .button:hover, .pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered, .pricing-table .pricing-plan.error .plan-footer .button.is-hovered {
        background-color: #890000;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-danger .plan-footer .button:focus, .pricing-table .pricing-plan.error .plan-footer .button:focus, .pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused, .pricing-table .pricing-plan.error .plan-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(150, 0, 0, 0.25);
        color: white; }
      .pricing-table .pricing-plan.is-danger .plan-footer .button:active, .pricing-table .pricing-plan.error .plan-footer .button:active, .pricing-table .pricing-plan.is-danger .plan-footer .button.is-active, .pricing-table .pricing-plan.error .plan-footer .button.is-active {
        background-color: #7d0000;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-plan.is-danger .plan-footer .button[disabled], .pricing-table .pricing-plan.error .plan-footer .button[disabled] {
        background-color: #960000;
        border-color: transparent;
        box-shadow: none; }

@media screen and (min-width: 769px), print {
  .pricing-table.is-comparative {
    margin: 0.5rem; }
    .pricing-table.is-comparative.is-features {
      display: none; }
    .pricing-table.is-comparative .plan-item::before {
      content: attr("data-feature"); }
  .pricing-table.is-horizontal .pricing-plan {
    display: flex;
    flex-direction: row;
    flex-basis: 100%; }
    .pricing-table.is-horizontal .pricing-plan .plan-header {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .pricing-table.is-horizontal .pricing-plan .plan-price {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center; }
    .pricing-table.is-horizontal .pricing-plan .plan-items {
      width: 100%;
      background-color: whitesmoke;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 0.1rem; }
    .pricing-table.is-horizontal .pricing-plan .plan-footer {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: auto; } }
@media screen and (max-width: 768px) {
  .pricing-table.is-comparative .pricing-plan {
    margin: 0.5rem; }
    .pricing-table.is-comparative .pricing-plan.is-plan-first-mobile {
      order: -1; }
    .pricing-table.is-comparative .pricing-plan.is-features {
      display: none; }
    .pricing-table.is-comparative .pricing-plan .plan-item::before {
      content: attr(data-feature);
      display: block;
      font-weight: 600;
      font-size: 12px;
      color: #b5b5b5; } }
.quickview {
  display: flex;
  flex-direction: column;
  background-color: white;
  max-width: calc( 100% - 50px );
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  transform: translateZ(0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform; }
  .quickview.is-marginless {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .quickview {
      width: 100%;
      right: -100%; } }
  @media screen and (min-width: 769px), print {
    .quickview {
      width: 50%;
      right: -50%; } }
  @media screen and (min-width: 1088px) {
    .quickview {
      width: 35%;
      right: -35%; } }
  @media screen and (min-width: 1280px) {
    .quickview {
      width: 30%;
      right: -30%; } }
  @media screen and (min-width: 1472px) {
    .quickview {
      width: 25%;
      right: -25%; } }
  @media screen and (max-width: 768px) {
    .quickview.is-left {
      left: -100%; } }
  @media screen and (min-width: 769px), print {
    .quickview.is-left {
      left: -50%; } }
  @media screen and (min-width: 1088px) {
    .quickview.is-left {
      left: -35%; } }
  @media screen and (min-width: 1280px) {
    .quickview.is-left {
      left: -30%; } }
  @media screen and (min-width: 1472px) {
    .quickview.is-left {
      left: -25%; } }
  .quickview.is-active {
    right: 0;
    box-shadow: 5px 0px 13px 3px rgba(0, 0, 0, 0.1); }
    .quickview.is-active.is-left {
      left: 0; }

.quickview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  min-height: 3.25em !important;
  border-bottom: 1px solid #dbdbdb; }
  .quickview-header.is-white {
    background-color: white; }
    .quickview-header.is-white .title {
      color: #0a0a0a; }
  .quickview-header.is-black {
    background-color: #0a0a0a; }
    .quickview-header.is-black .title {
      color: white; }
  .quickview-header.is-light {
    background-color: whitesmoke; }
    .quickview-header.is-light .title {
      color: #363636; }
  .quickview-header.is-dark, .quickview-header.tabselHighlightedYes, .quickview-header.is-light-darker {
    background-color: #363636; }
    .quickview-header.is-dark .title, .quickview-header.tabselHighlightedYes .title, .quickview-header.is-light-darker .title {
      color: whitesmoke; }
  .quickview-header.is-primary {
    background-color: #1a5b17; }
    .quickview-header.is-primary .title {
      color: white; }
  .quickview-header.is-secondary, .quickview-header.tabselHighlightedNo {
    background-color: #d2d2d2; }
    .quickview-header.is-secondary .title, .quickview-header.tabselHighlightedNo .title {
      color: rgba(0, 0, 0, 0.7); }
  .quickview-header.is-footer {
    background-color: #a2a2a2; }
    .quickview-header.is-footer .title {
      color: white; }
  .quickview-header.is-info {
    background-color: #d2d2d2; }
    .quickview-header.is-info .title {
      color: rgba(0, 0, 0, 0.7); }
  .quickview-header.is-success {
    background-color: #0A2D14; }
    .quickview-header.is-success .title {
      color: white; }
  .quickview-header.is-warning {
    background-color: #ffdd57; }
    .quickview-header.is-warning .title {
      color: rgba(0, 0, 0, 0.7); }
  .quickview-header.is-danger, .quickview-header.error {
    background-color: #960000; }
    .quickview-header.is-danger .title, .quickview-header.error .title {
      color: white; }
  .quickview-header .title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0; }
    .quickview-header .title img {
      max-height: 2em; }

.quickview-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  overflow-y: auto; }
  .quickview-body .bubble {
    margin: 2px 10px !important;
    border-radius: 5px;
    width: 75%;
    color: #0a0a0a;
    padding: 4px; }
    .quickview-body .bubble.recipient {
      border: 1px solid #6464f0;
      background: rgba(100, 100, 240, 0.2);
      float: left; }
    .quickview-body .bubble.sender {
      border: 1px solid #f0c81e;
      float: right;
      background: rgba(240, 200, 30, 0.2); }
    .quickview-body .bubble .date {
      font-size: 70%;
      display: block;
      text-align: right; }

.quickview-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  min-height: 4rem;
  background-color: whitesmoke;
  border-top: 1px solid #dbdbdb; }
  @media screen and (max-width: 768px) {
    .quickview-footer {
      padding: 5px 1rem 5rem 1rem; } }
  .quickview-footer > * {
    margin: 0 0.4rem; }

.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), div[class^="box-"]:not(:last-child), .article-page .boxHighlight:not(:last-child), .boxFeatureCol:not(:last-child), .talks2 .commlist-block .boxCommlist:not(:last-child), .timeline-item:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .promobox:not(:last-child), .editable-badge:not(:last-child), .idcard:not(:last-child), .boffbox-box:not(:last-child), .tabs:not(:last-child), .bd-snippet:not(:last-child), .bd-callout:not(:last-child), .accordions .accordion:not(:last-child), .steps:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center; }

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%; }

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px; }

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3); }

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4); }

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px; }

.is-medium.delete, .delete.tabselHighlightedYes, .is-medium.modal-close, .modal-close.tabselHighlightedYes {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px; }

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px; }

.pmcon {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .pmcon {
      width: 80vw; } }
  .pmcon .pm {
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #363636;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    justify-content: flex-start;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    width: 80%; }

.has-ribbon {
  position: relative; }

.has-ribbon-left {
  position: relative; }
  .has-ribbon-left .ribbon {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 0.1rem solid #dbdbdb; }

.has-ribbon-bottom {
  position: relative; }
  .has-ribbon-bottom .ribbon {
    top: auto;
    bottom: 0.5em; }

.ribbon {
  background-color: white;
  border: 0.1rem solid #dbdbdb;
  border-right: none;
  color: #363636;
  font-size: 14px;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0.5em;
  right: 0;
  font-weight: 400;
  z-index: 2; }
  .ribbon.is-white:not(.is-outlined) {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a !important; }
  .ribbon.is-white.is-outlined {
    background-color: transparent;
    border-color: white; }
  .ribbon.is-black:not(.is-outlined) {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white !important; }
  .ribbon.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a; }
  .ribbon.is-light:not(.is-outlined) {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636 !important; }
  .ribbon.is-light.is-outlined {
    background-color: transparent;
    border-color: whitesmoke; }
  .ribbon.is-dark:not(.is-outlined), .ribbon.tabselHighlightedYes:not(.is-outlined), .ribbon.is-light-darker:not(.is-outlined) {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke !important; }
  .ribbon.is-dark.is-outlined, .ribbon.is-outlined.tabselHighlightedYes, .ribbon.is-outlined.is-light-darker {
    background-color: transparent;
    border-color: #363636; }
  .ribbon.is-primary:not(.is-outlined) {
    background-color: #1a5b17;
    border-color: transparent;
    color: white !important; }
  .ribbon.is-primary.is-outlined {
    background-color: transparent;
    border-color: #1a5b17; }
  .ribbon.is-secondary:not(.is-outlined), .ribbon.tabselHighlightedNo:not(.is-outlined) {
    background-color: #d2d2d2;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7) !important; }
  .ribbon.is-secondary.is-outlined, .ribbon.is-outlined.tabselHighlightedNo {
    background-color: transparent;
    border-color: #d2d2d2; }
  .ribbon.is-footer:not(.is-outlined) {
    background-color: #a2a2a2;
    border-color: transparent;
    color: white !important; }
  .ribbon.is-footer.is-outlined {
    background-color: transparent;
    border-color: #a2a2a2; }
  .ribbon.is-info:not(.is-outlined) {
    background-color: #d2d2d2;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7) !important; }
  .ribbon.is-info.is-outlined {
    background-color: transparent;
    border-color: #d2d2d2; }
  .ribbon.is-success:not(.is-outlined) {
    background-color: #0A2D14;
    border-color: transparent;
    color: white !important; }
  .ribbon.is-success.is-outlined {
    background-color: transparent;
    border-color: #0A2D14; }
  .ribbon.is-warning:not(.is-outlined) {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7) !important; }
  .ribbon.is-warning.is-outlined {
    background-color: transparent;
    border-color: #ffdd57; }
  .ribbon.is-danger:not(.is-outlined), .ribbon.error:not(.is-outlined) {
    background-color: #960000;
    border-color: transparent;
    color: white !important; }
  .ribbon.is-danger.is-outlined, .ribbon.is-outlined.error {
    background-color: transparent;
    border-color: #960000; }
  .ribbon.is-small {
    font-size: 12px; }
  .ribbon.is-medium, .ribbon.tabselHighlightedYes {
    font-size: 18px; }
  .ribbon.is-large {
    font-size: 26px; }
  .ribbon.is-outlined {
    background-color: transparent; }

.steps {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  min-height: 28px; }
  .steps:not(:last-child) {
    margin-bottom: 20px; }
  .steps .step-item {
    margin-top: 0;
    position: relative;
    flex-grow: 1;
    flex-basis: 0; }
    .steps .step-item:not(:first-child) {
      flex-basis: 1em;
      flex-grow: 1;
      flex-shrink: 1; }
      .steps .step-item:not(:first-child)::before {
        content: " ";
        display: block;
        position: absolute; }
    .steps .step-item::before {
      background: linear-gradient(to left, #dbdbdb 50%, #1a5b17 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
      .steps .step-item::before .step-marker {
        color: white; }
    .steps .step-item.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-active .step-marker {
      background-color: white;
      border-color: #1a5b17;
      color: #1a5b17; }
    .steps .step-item.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-completed .step-marker {
      color: white;
      background-color: #1a5b17; }
    .steps .step-item .step-marker {
      align-items: center;
      display: flex;
      border-radius: 50%;
      font-weight: 700;
      justify-content: center;
      background: #b5b5b5;
      color: white;
      border: 0.2em solid #fff;
      z-index: 1; }
    .steps .step-item .step-details {
      text-align: center; }
    .steps .step-item.is-white::before {
      background: linear-gradient(to left, #dbdbdb 50%, #ffffff 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-white.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-white.is-active .step-marker {
      background-color: white;
      border-color: white;
      color: white; }
    .steps .step-item.is-white.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-white.is-completed .step-marker {
      color: #0a0a0a;
      background-color: white; }
    .steps .step-item.is-black::before {
      background: linear-gradient(to left, #dbdbdb 50%, #0a0a0a 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-black.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-black.is-active .step-marker {
      background-color: white;
      border-color: #0a0a0a;
      color: #0a0a0a; }
    .steps .step-item.is-black.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-black.is-completed .step-marker {
      color: white;
      background-color: #0a0a0a; }
    .steps .step-item.is-light::before {
      background: linear-gradient(to left, #dbdbdb 50%, #f5f5f5 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-light.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-light.is-active .step-marker {
      background-color: white;
      border-color: whitesmoke;
      color: whitesmoke; }
    .steps .step-item.is-light.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-light.is-completed .step-marker {
      color: #363636;
      background-color: whitesmoke; }
    .steps .step-item.is-dark::before, .steps .step-item.tabselHighlightedYes::before, .steps .step-item.is-light-darker::before {
      background: linear-gradient(to left, #dbdbdb 50%, #363636 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-dark.is-active::before, .steps .step-item.is-active.tabselHighlightedYes::before, .steps .step-item.is-active.is-light-darker::before {
      background-position: left bottom; }
    .steps .step-item.is-dark.is-active .step-marker, .steps .step-item.is-active.tabselHighlightedYes .step-marker, .steps .step-item.is-active.is-light-darker .step-marker {
      background-color: white;
      border-color: #363636;
      color: #363636; }
    .steps .step-item.is-dark.is-completed::before, .steps .step-item.is-completed.tabselHighlightedYes::before, .steps .step-item.is-completed.is-light-darker::before {
      background-position: left bottom; }
    .steps .step-item.is-dark.is-completed .step-marker, .steps .step-item.is-completed.tabselHighlightedYes .step-marker, .steps .step-item.is-completed.is-light-darker .step-marker {
      color: whitesmoke;
      background-color: #363636; }
    .steps .step-item.is-primary::before {
      background: linear-gradient(to left, #dbdbdb 50%, #1a5b17 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-primary.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-primary.is-active .step-marker {
      background-color: white;
      border-color: #1a5b17;
      color: #1a5b17; }
    .steps .step-item.is-primary.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-primary.is-completed .step-marker {
      color: white;
      background-color: #1a5b17; }
    .steps .step-item.is-secondary::before, .steps .step-item.tabselHighlightedNo::before {
      background: linear-gradient(to left, #dbdbdb 50%, #d2d2d2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-secondary.is-active::before, .steps .step-item.is-active.tabselHighlightedNo::before {
      background-position: left bottom; }
    .steps .step-item.is-secondary.is-active .step-marker, .steps .step-item.is-active.tabselHighlightedNo .step-marker {
      background-color: white;
      border-color: #d2d2d2;
      color: #d2d2d2; }
    .steps .step-item.is-secondary.is-completed::before, .steps .step-item.is-completed.tabselHighlightedNo::before {
      background-position: left bottom; }
    .steps .step-item.is-secondary.is-completed .step-marker, .steps .step-item.is-completed.tabselHighlightedNo .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #d2d2d2; }
    .steps .step-item.is-footer::before {
      background: linear-gradient(to left, #dbdbdb 50%, #a2a2a2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-footer.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-footer.is-active .step-marker {
      background-color: white;
      border-color: #a2a2a2;
      color: #a2a2a2; }
    .steps .step-item.is-footer.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-footer.is-completed .step-marker {
      color: white;
      background-color: #a2a2a2; }
    .steps .step-item.is-info::before {
      background: linear-gradient(to left, #dbdbdb 50%, #d2d2d2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-info.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-info.is-active .step-marker {
      background-color: white;
      border-color: #d2d2d2;
      color: #d2d2d2; }
    .steps .step-item.is-info.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-info.is-completed .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #d2d2d2; }
    .steps .step-item.is-success::before {
      background: linear-gradient(to left, #dbdbdb 50%, #0a2d14 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-success.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-success.is-active .step-marker {
      background-color: white;
      border-color: #0A2D14;
      color: #0A2D14; }
    .steps .step-item.is-success.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-success.is-completed .step-marker {
      color: white;
      background-color: #0A2D14; }
    .steps .step-item.is-warning::before {
      background: linear-gradient(to left, #dbdbdb 50%, #ffdd57 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-warning.is-active::before {
      background-position: left bottom; }
    .steps .step-item.is-warning.is-active .step-marker {
      background-color: white;
      border-color: #ffdd57;
      color: #ffdd57; }
    .steps .step-item.is-warning.is-completed::before {
      background-position: left bottom; }
    .steps .step-item.is-warning.is-completed .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #ffdd57; }
    .steps .step-item.is-danger::before, .steps .step-item.error::before {
      background: linear-gradient(to left, #dbdbdb 50%, #960000 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
    .steps .step-item.is-danger.is-active::before, .steps .step-item.is-active.error::before {
      background-position: left bottom; }
    .steps .step-item.is-danger.is-active .step-marker, .steps .step-item.is-active.error .step-marker {
      background-color: white;
      border-color: #960000;
      color: #960000; }
    .steps .step-item.is-danger.is-completed::before, .steps .step-item.is-completed.error::before {
      background-position: left bottom; }
    .steps .step-item.is-danger.is-completed .step-marker, .steps .step-item.is-completed.error .step-marker {
      color: white;
      background-color: #960000; }
  .steps .steps-content {
    align-items: stretch;
    flex-basis: 100%;
    margin: 2rem 0; }
    .steps .steps-content .step-content {
      display: none; }
      .steps .steps-content .step-content.is-active {
        display: block; }
  .steps .steps-actions {
    display: flex;
    align-items: stretch;
    flex-basis: 100%; }
    .steps .steps-actions .steps-action {
      display: flex;
      flex-basis: 0;
      flex-grow: 1;
      margin: 0.5rem;
      justify-content: center;
      align-items: center; }
  .steps.is-animated .step-item::before {
    transition: all 2s ease; }
  .steps.is-animated .step-item .step-marker {
    transition: all 0s ease;
    transition-delay: 1.5s; }
  .steps .step-item:not(:first-child)::before {
    height: 0.2em;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 14px; }
  .steps .step-item .step-marker {
    height: 28px;
    width: 28px;
    position: absolute;
    left: calc(50% - 14px); }
    .steps .step-item .step-marker .icon * {
      font-size: 14px; }
  .steps .step-item .step-details {
    margin-top: 28px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em; }
    .steps .step-item .step-details .step-title {
      font-size: 16.8px;
      font-weight: 600; }
  .steps.is-small {
    font-size: 12px;
    min-height: 24px; }
    .steps.is-small .step-item:not(:first-child)::before {
      height: 0.2em;
      width: 100%;
      bottom: 0;
      left: -50%;
      top: 12px; }
    .steps.is-small .step-item .step-marker {
      height: 24px;
      width: 24px;
      position: absolute;
      left: calc(50% - 12px); }
      .steps.is-small .step-item .step-marker .icon * {
        font-size: 12px; }
    .steps.is-small .step-item .step-details {
      margin-top: 24px;
      margin-left: 0.5em;
      margin-right: 0.5em;
      padding-top: 0.2em; }
      .steps.is-small .step-item .step-details .step-title {
        font-size: 14.4px;
        font-weight: 600; }
  .steps.is-medium, .steps.tabselHighlightedYes {
    font-size: 18px;
    min-height: 36px; }
    .steps.is-medium .step-item:not(:first-child)::before, .steps.tabselHighlightedYes .step-item:not(:first-child)::before {
      height: 0.2em;
      width: 100%;
      bottom: 0;
      left: -50%;
      top: 18px; }
    .steps.is-medium .step-item .step-marker, .steps.tabselHighlightedYes .step-item .step-marker {
      height: 36px;
      width: 36px;
      position: absolute;
      left: calc(50% - 18px); }
      .steps.is-medium .step-item .step-marker .icon *, .steps.tabselHighlightedYes .step-item .step-marker .icon * {
        font-size: 18px; }
    .steps.is-medium .step-item .step-details, .steps.tabselHighlightedYes .step-item .step-details {
      margin-top: 36px;
      margin-left: 0.5em;
      margin-right: 0.5em;
      padding-top: 0.2em; }
      .steps.is-medium .step-item .step-details .step-title, .steps.tabselHighlightedYes .step-item .step-details .step-title {
        font-size: 21.6px;
        font-weight: 600; }
  .steps.is-large {
    font-size: 26px;
    min-height: 52px; }
    .steps.is-large .step-item:not(:first-child)::before {
      height: 0.2em;
      width: 100%;
      bottom: 0;
      left: -50%;
      top: 26px; }
    .steps.is-large .step-item .step-marker {
      height: 52px;
      width: 52px;
      position: absolute;
      left: calc(50% - 26px); }
      .steps.is-large .step-item .step-marker .icon * {
        font-size: 26px; }
    .steps.is-large .step-item .step-details {
      margin-top: 52px;
      margin-left: 0.5em;
      margin-right: 0.5em;
      padding-top: 0.2em; }
      .steps.is-large .step-item .step-details .step-title {
        font-size: 31.2px;
        font-weight: 600; }

.threadbox {
  /*padding: 5px 0 5px 5px */
  background: #fefefe;
  border: 1px solid #1a5b17;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px 0; }
  .threadbox header {
    background: #1a5b17;
    color: white;
    padding: 0 10px 10px 10px; }
    .threadbox header .title {
      font-size: 150%;
      font-family: FrutigerLTPro-Bold, sans-serif;
      color: white; }
    .threadbox header .sup-title {
      font-size: 90%; }
  .threadbox .threadbox-body {
    padding: 10px;
    background: white;
    width: 100%;
    box-sizing: border-box;
    margin: 0; }
  .threadbox .thread-infotext {
    font-size: 90%;
    margin: 0 0 0 0;
    line-height: 140%;
    padding: 0 3px; }
  .threadbox footer {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 5px 10px; }
    .threadbox footer div:nth-of-type(1) {
      display: flex;
      flex-wrap: wrap;
      justify-content: start; }
      .threadbox footer div:nth-of-type(1) .switch {
        margin: 0 10px 0 0; }
      .threadbox footer div:nth-of-type(1) .tags {
        margin: 0 10px 0 0; }
    .threadbox footer div:nth-of-type(2) {
      display: flex;
      flex-wrap: wrap;
      justify-content: end; }
      .threadbox footer div:nth-of-type(2) .tags {
        margin: 0 0 0 10px; }
        .threadbox footer div:nth-of-type(2) .tags a {
          color: white; }

.postlist {
  display: block; }
  .postlist .postlist-item {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: white;
    background-image: repeating-linear-gradient(-45deg, rgba(100, 100, 100, 0.05), rgba(100, 100, 100, 0.025) 15px, rgba(100, 100, 100, 0.05) 15px, rgba(100, 100, 100, 0.025) 15px); }
    .postlist .postlist-item.myself {
      background: #f4fff4;
      color: #1a5b17; }
    .postlist .postlist-item.myself-ano {
      background: #E6DFDF;
      color: #660000; }
    .postlist .postlist-item.chattitle {
      background: #f4fff4;
      color: #1a5b17; }
    .postlist .postlist-item.platforminfo {
      background: #ffebcc;
      color: #1a5b17;
      background-image: repeating-linear-gradient(-45deg, rgba(100, 100, 100, 0.05), rgba(100, 100, 100, 0.025) 15px, rgba(100, 100, 100, 0.05) 15px, rgba(100, 100, 100, 0.025) 15px); }
    .postlist .postlist-item.chatinfo-finished {
      background: #660000;
      color: white; }
    .postlist .postlist-item.level2 {
      margin-left: 30px; }
      .postlist .postlist-item.level2:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "";
        display: inline-block;
        margin-right: 0.5em;
        margin-left: -2em; }
    .postlist .postlist-item.level3 {
      margin-left: 50px; }
      .postlist .postlist-item.level3:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "";
        display: inline-block;
        margin-right: 0.5em;
        margin-left: -2em; }
    .postlist .postlist-item header {
      display: flex; }
      .postlist .postlist-item header .poster-avatar {
        height: 30px;
        width: auto;
        min-width: 30px; }
        .postlist .postlist-item header .poster-avatar img {
          border-radius: 50%;
          height: 30px;
          width: auto !important; }
      .postlist .postlist-item header .poster-info {
        color: #7a7a7a;
        text-shadow: 0 0 1px white;
        font-size: 70%;
        line-height: 110%;
        margin-left: 15px; }
        .postlist .postlist-item header .poster-info.myself {
          color: #1a5b17; }
        .postlist .postlist-item header .poster-info.myself-ano {
          background: #E6DFDF;
          color: #660000; }
        .postlist .postlist-item header .poster-info.chattitle {
          background: #f4fff4;
          color: #1a5b17;
          background-image: repeating-linear-gradient(-45deg, rgba(100, 100, 100, 0.05), rgba(100, 100, 100, 0.025) 15px, rgba(100, 100, 100, 0.05) 15px, rgba(100, 100, 100, 0.025) 15px); }
        .postlist .postlist-item header .poster-info.platforminfo {
          background: #ffebcc;
          color: #1a5b17; }
        .postlist .postlist-item header .poster-info.chatinfo-finished {
          background: #660000;
          color: white; }
        .postlist .postlist-item header .poster-info div:nth-of-type(1) {
          margin-bottom: 4px; }
    .postlist .postlist-item .post-data {
      display: block;
      margin: 5px 0 0 0;
      padding: 5px;
      background: #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
      text-shadow: 0px 0px 1px #c8c8c8;
      font-family: Courier New, Courier;
      font-size: 100%;
      background-color: white;
      color: #0a0a0a;
      /* */ }
    .postlist .postlist-item footer {
      border-top: 1px solid #dbdbdb;
      padding: 3px 0 0 0;
      margin: 0 0 0 0;
      display: flex;
      justify-content: end;
      font-size: 70%;
      flex-wrap: no-wrap; }
      .postlist .postlist-item footer .tags {
        margin-bottom: 0;
        margin-left: 10px; }
        .postlist .postlist-item footer .tags .tag {
          background: white;
          margin-bottom: 0;
          font-size: 90%; }
          .postlist .postlist-item footer .tags .tag a {
            color: white; }
      .postlist .postlist-item footer .postitem-button {
        display: block;
        font-size: 80%;
        color: #1a5b17;
        background: white;
        padding: 0 5px;
        margin: 0 5px 0 0; }
        .postlist .postlist-item footer .postitem-button:hover {
          text-decoration: underline; }

.actionpanel {
  position: absolute;
  min-width: 8em;
  z-index: 1;
  top: 0;
  margin: auto;
  width: 50%; }

.subpanel {
  min-height: 3em;
  width: 100%;
  background-color: #e6e6e6;
  position: fixed;
  opacity: 0.7;
  padding-top: 0.7em;
  padding-right: 2em;
  text-align: right;
  border-bottom: 1px solid white; }

.subpanel-systemmsg {
  min-height: 3em;
  width: 101%;
  background: linear-gradient(180deg, #ff470f 0%, #ff370f 100%);
  position: fixed;
  z-index: 2;
  padding-top: 0.7em;
  text-align: center;
  border-bottom: 1px solid #666666; }
  .subpanel-systemmsg .msg {
    margin-top: 3px;
    color: white;
    width: 100%;
    font-family: FrutigerLTPro-Roman, sans-serif; }

.postlist-side .sb-box {
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid white;
  background: #f6f6f7;
  padding: 5px; }
  .postlist-side .sb-box.myself {
    background: #f4fff4;
    color: #1a5b17; }
  .postlist-side .sb-box.myself-ano {
    background: #E6DFDF;
    color: #660000; }
  .postlist-side .sb-box.chattitle {
    background: #f4fff4;
    color: #1a5b17; }
  .postlist-side .sb-box.platforminfo {
    background: #ffebcc;
    color: #1a5b17;
    background-image: repeating-linear-gradient(-45deg, rgba(100, 100, 100, 0.05), rgba(100, 100, 100, 0.025) 15px, rgba(100, 100, 100, 0.05) 15px, rgba(100, 100, 100, 0.025) 15px); }
  .postlist-side .sb-box.chatinfo-finished {
    background: #660000;
    color: white; }
  .postlist-side .sb-box.greenbutton {
    background: #1a5b17;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px);
    color: #FFFFFF; }
  .postlist-side .sb-box.redbutton {
    background: #960000;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px);
    color: #FFFFFF; }
  .postlist-side .sb-box .tag {
    font-size: 85%;
    background: white; }
  .postlist-side .sb-box .ml-profile {
    display: flex; }
    .postlist-side .sb-box .ml-profile .ml-avatar {
      height: 50px;
      width: auto;
      min-width: 50px; }
      .postlist-side .sb-box .ml-profile .ml-avatar img {
        border-radius: 50%;
        height: 50px;
        width: auto !important; }
    .postlist-side .sb-box .ml-profile .ml-info {
      margin-left: 5px;
      font-size: 70%;
      line-height: 110%; }
  .postlist-side .sb-box .anonteaser {
    font-size: 80%;
    text-align: center; }
  .postlist-side .sb-box header {
    background: #e7e7e8;
    font-family: FrutigerLTPro-Bold;
    padding: 3px 5px; }
    .postlist-side .sb-box header.red {
      background: #960000 !important;
      color: #FFFFFF !important; }
  .postlist-side .sb-box .body {
    padding: 3px 5px; }
    .postlist-side .sb-box .body span {
      display: block; }

.t2v-tline {
  width: 100%; }
  .t2v-tline .tline-item {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow-x: hidden;
    padding: 0; }
    .t2v-tline .tline-item:not(:last-child) {
      margin-bottom: 20px; }
    .t2v-tline .tline-item.minh100 {
      min-height: 100px;
      height: auto; }
    .t2v-tline .tline-item.minh150 {
      min-height: 150px;
      height: auto; }
    .t2v-tline .tline-item.minh175 {
      min-height: 175px;
      height: auto; }
    .t2v-tline .tline-item.minh200 {
      min-height: 200px;
      height: auto; }
    .t2v-tline .tline-item.has-label .tline-item-label {
      position: relative;
      display: table-cell;
      border-radius: 5px 0 0 5px;
      width: 30px;
      background: #7a7a7a;
      color: white;
      font-family: FrutigerLTPro-Bold, sans-serif;
      vertical-align: middle; }
      .t2v-tline .tline-item.has-label .tline-item-label span {
        display: block;
        position: relative;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        white-space: nowrap;
        height: auto; }
      .t2v-tline .tline-item.has-label .tline-item-label.chat {
        width: 75px; }
        .t2v-tline .tline-item.has-label .tline-item-label.chat div {
          display: block;
          text-align: center;
          padding: 5px;
          height: 100%; }
        .t2v-tline .tline-item.has-label .tline-item-label.chat.invite, .t2v-tline .tline-item.has-label .tline-item-label.chat.pitchstartup {
          background: #3273dc; }
          .t2v-tline .tline-item.has-label .tline-item-label.chat.invite.draft, .t2v-tline .tline-item.has-label .tline-item-label.chat.pitchstartup.draft {
            background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.2) 20px, rgba(255, 255, 255, 0.2) 40px); }
          .t2v-tline .tline-item.has-label .tline-item-label.chat.invite.boarding, .t2v-tline .tline-item.has-label .tline-item-label.chat.pitchstartup.boarding {
            background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.1) 20px, rgba(255, 255, 255, 0.1) 40px); }
        .t2v-tline .tline-item.has-label .tline-item-label.chat.discussion {
          background: #ffdd57;
          color: #0a0a0a; }
          .t2v-tline .tline-item.has-label .tline-item-label.chat.discussion.draft {
            background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(0, 0, 0, 0.2) 20px, rgba(0, 0, 0, 0.2) 40px); }
          .t2v-tline .tline-item.has-label .tline-item-label.chat.discussion.boarding {
            background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(0, 0, 0, 0.1) 20px, rgba(0, 0, 0, 0.1) 40px); }
          .t2v-tline .tline-item.has-label .tline-item-label.chat.discussion div {
            height: 100%;
            line-height: 100%; }
    .t2v-tline .tline-item.has-label .tline-item-content {
      display: table-cell;
      width: calc(100% - 30px);
      box-sizing: content-box; }
      .t2v-tline .tline-item.has-label .tline-item-content hr {
        margin: 0;
        padding: 0; }
      .t2v-tline .tline-item.has-label .tline-item-content.chat {
        width: calc(100% - 75px); }
  .t2v-tline .tci {
    /* timeline content items */
    /*						  */
    /*	   .tci .myclass	  */
    /*                        */
    /* * * * * * * * *  * * */
    /* CHAT - Feed - Invite */
    /* end .tci .chat-invite */ }
    .t2v-tline .tci .label {
      font-family: FrutigerLTPro-Roman, sans-serif;
      font-size: 80%;
      color: #7a7a7a;
      margin: 0 0 0 0; }
    .t2v-tline .tci .info {
      font-family: FrutigerLTPro-Roman, sans-serif;
      font-size: 80%;
      color: #0a0a0a;
      margin: 0 0 0 0; }
      .t2v-tline .tci .info.bold {
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 80%;
        color: #0a0a0a;
        margin: 0 0 0 0; }
      .t2v-tline .tci .info.hover:hover {
        color: #7a7a7a; }
    .t2v-tline .tci .block {
      display: block; }
    .t2v-tline .tci.chat-preview {
      padding: 5px 10px; }
      .t2v-tline .tci.chat-preview label {
        font-family: FrutigerLTPro-Roman, sans-serif;
        font-size: 80%;
        color: #7a7a7a;
        margin: 0 0 0 0;
        line-height: 80%; }
      .t2v-tline .tci.chat-preview header h2 {
        margin: 0;
        padding: 0;
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 120%;
        color: #0a0a0a;
        margin: 0 0 0 0; }
      .t2v-tline .tci.chat-preview section {
        /* sections */
        margin: 0 0 5px 0; }
        .t2v-tline .tci.chat-preview section.info {
          font-family: FrutigerLTPro-Roman, sans-serif;
          font-size: 80%;
          color: #0a0a0a;
          margin: 0 0 0 0;
          line-height: 1.2em; }
        .t2v-tline .tci.chat-preview section.filters {
          margin: 0 0 0 0; }
        .t2v-tline .tci.chat-preview section.flex {
          display: flex; }
          .t2v-tline .tci.chat-preview section.flex > * {
            margin: 0 5px 0 0; }
          .t2v-tline .tci.chat-preview section.flex > *:last-child {
            margin: 0 0 0 0; }
          .t2v-tline .tci.chat-preview section.flex.spread {
            justify-content: space-between; }
          .t2v-tline .tci.chat-preview section.flex.start {
            justify-content: flex-start; }
        .t2v-tline .tci.chat-preview section .flex-child {
          flex-grow: 1;
          flex-shrink: 1; }
    .t2v-tline .tci.chat-invite {
      padding: 5px 10px; }
      .t2v-tline .tci.chat-invite label {
        font-family: FrutigerLTPro-Roman, sans-serif;
        font-size: 80%;
        color: #7a7a7a;
        margin: 0 0 0 0;
        line-height: 80%; }
      .t2v-tline .tci.chat-invite header h2 {
        margin: 0;
        padding: 0;
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 120%;
        color: #0a0a0a;
        margin: 0 0 10px 0; }
      .t2v-tline .tci.chat-invite section {
        display: flex;
        justify-content: space-between; }
        .t2v-tline .tci.chat-invite section div.col .badge {
          width: 100%;
          flex-shrink: unset; }
          .t2v-tline .tci.chat-invite section div.col .badge span {
            display: block; }
          .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(1) {
            font-family: FrutigerLTPro-Bold, sans-serif;
            font-size: 100%;
            color: #0a0a0a;
            margin: 0 0 0 22px;
            display: block;
            white-space: no-wrap; }
          .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(2),
          .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(3),
          .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(4),
          .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(5) {
            display: block;
            margin: -5px 0 0 0;
            white-space: no-wrap; }
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(2) i,
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(3) i,
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(4) i,
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(5) i {
              font-size: 100%; }
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(2) em,
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(3) em,
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(4) em,
            .t2v-tline .tci.chat-invite section div.col .badge span:nth-of-type(5) em {
              font-family: FrutigerLTPro-Light, sans-serif;
              font-size: 90%;
              color: #1a5b17;
              margin: 0 0 0 0; }
        .t2v-tline .tci.chat-invite section .button-ok {
          color: white !important;
          background: #1a5b17 !important;
          border-color: #7a7a7a; }
          .t2v-tline .tci.chat-invite section .button-ok i {
            margin-right: 10px; }
          .t2v-tline .tci.chat-invite section .button-ok:hover {
            color: #7a7a7a;
            text-shadow: 0px 2px 3px #7a7a7a;
            border-color: #0a0a0a !important; }
        .t2v-tline .tci.chat-invite section .button-not {
          color: white !important;
          background: #960000 !important;
          border-color: #7a7a7a; }
          .t2v-tline .tci.chat-invite section .button-not i {
            margin-right: 10px; }
          .t2v-tline .tci.chat-invite section .button-not:hover {
            color: #7a7a7a;
            text-shadow: 0px 2px 3px #7a7a7a;
            border-color: #0a0a0a !important; }
        .t2v-tline .tci.chat-invite section div.col:nth-of-type(1) {
          min-width: 20%;
          flex-shrink: 1;
          margin: 0 15px 0 0; }
        .t2v-tline .tci.chat-invite section div.col:nth-of-type(2) {
          min-width: 20%;
          flex-grow: 1;
          margin: 0 15px 0 0; }
        .t2v-tline .tci.chat-invite section div.col:nth-of-type(3) {
          flex-shrink: 0; }
        .t2v-tline .tci.chat-invite section div.row {
          flex-shrink: unset;
          flex-grow: unset;
          display: flex;
          justify-content: space-between; }
        .t2v-tline .tci.chat-invite section div.boxframe {
          box-shadow: 1px 1px 2px rgba(10, 10, 10, 0.1);
          background: #fcfcfc;
          border: 1px solid rgba(220, 220, 220, 0.7);
          padding: 0 5px 5px 5px; }
      .t2v-tline .tci.chat-invite footer {
        display: block; }
    .t2v-tline .tci.no-services {
      color: #960000; }
    .t2v-tline .tci.performance-head, .t2v-tline .tci.promotion-head {
      font-size: 8pt;
      line-height: 100%;
      font-weight: normal;
      color: #7a7a7a;
      text-align: right;
      padding: 10px; }
    .t2v-tline .tci.performance-data, .t2v-tline .tci.promotion-data {
      padding: 10px;
      margin-top: 10px;
      display: flex;
      justify-content: space-between; }
      .t2v-tline .tci.performance-data h2,
      .t2v-tline .tci.performance-data h3,
      .t2v-tline .tci.performance-data h4, .t2v-tline .tci.promotion-data h2,
      .t2v-tline .tci.promotion-data h3,
      .t2v-tline .tci.promotion-data h4 {
        margin: 0;
        padding: 0; }
      .t2v-tline .tci.performance-data h2,
      .t2v-tline .tci.performance-data h3, .t2v-tline .tci.promotion-data h2,
      .t2v-tline .tci.promotion-data h3 {
        color: #1a5b17; }
      .t2v-tline .tci.performance-data h2, .t2v-tline .tci.promotion-data h2 {
        font-size: 160%;
        margin-bottom: 0px; }
      .t2v-tline .tci.performance-data h3, .t2v-tline .tci.promotion-data h3 {
        font-size: 110%;
        margin-bottom: 20px; }
      .t2v-tline .tci.performance-data h4, .t2v-tline .tci.promotion-data h4 {
        font-size: 110%;
        font-weight: bold; }
      .t2v-tline .tci.performance-data div:nth-child(1), .t2v-tline .tci.promotion-data div:nth-child(1) {
        flex-grow: 1; }
        .t2v-tline .tci.performance-data div:nth-child(1) p:nth-of-type(1), .t2v-tline .tci.promotion-data div:nth-child(1) p:nth-of-type(1) {
          color: #0a0a0a;
          font-weight: bold;
          margin-bottom: 15px; }
        .t2v-tline .tci.performance-data div:nth-child(1) p:nth-of-type(2), .t2v-tline .tci.promotion-data div:nth-child(1) p:nth-of-type(2) {
          color: #0a0a0a;
          font-size: 90%;
          line-height: 95%;
          margin-bottom: 10px; }
        .t2v-tline .tci.performance-data div:nth-child(1) p:nth-of-type(3), .t2v-tline .tci.promotion-data div:nth-child(1) p:nth-of-type(3) {
          color: #0a0a0a;
          font-size: 90%;
          line-height: 95%;
          margin-bottom: 10px; }
        .t2v-tline .tci.performance-data div:nth-child(1) .no-services, .t2v-tline .tci.promotion-data div:nth-child(1) .no-services {
          line-height: 110%;
          color: #960000; }
        .t2v-tline .tci.performance-data div:nth-child(1) ul.service-list, .t2v-tline .tci.promotion-data div:nth-child(1) ul.service-list {
          font-size: 90%;
          line-height: 90%; }
          .t2v-tline .tci.performance-data div:nth-child(1) ul.service-list li, .t2v-tline .tci.promotion-data div:nth-child(1) ul.service-list li {
            margin-left: 10px;
            list-style-position: inside;
            padding: 5px 0 0px 13px;
            text-indent: -0.7em; }
            .t2v-tline .tci.performance-data div:nth-child(1) ul.service-list li:before, .t2v-tline .tci.promotion-data div:nth-child(1) ul.service-list li:before {
              font-family: "Font Awesome 5 Pro";
              color: #1a5b17;
              content: "";
              margin: 0 10px auto -12px; }
      .t2v-tline .tci.performance-data div:nth-child(2), .t2v-tline .tci.promotion-data div:nth-child(2) {
        flex-shrink: 1; }
        .t2v-tline .tci.performance-data div:nth-child(2) img, .t2v-tline .tci.promotion-data div:nth-child(2) img {
          max-width: 120px; }
  .t2v-tline .timeline-item-buttons {
    padding: 10px; }
  .t2v-tline .timeline-comment-section {
    background: whitesmoke;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    line-height: 100%; }
  .t2v-tline .comment-label {
    font-size: 12px;
    color: #4a4a4a;
    margin-bottom: 5px;
    padding-top: 10px !important; }
  .t2v-tline .comment-title {
    font-size: 8pt;
    color: #4a4a4a; }
  .t2v-tline .comment-msg {
    font-size: 8pt;
    color: #4a4a4a; }
  .t2v-tline .comment-disabled {
    display: hidden;
    /* LABEL DEFINITIONEN */ }
    .t2v-tline .comment-disabled.performance .tline-item-label {
      background: #1a5b17;
      color: white; }
    .t2v-tline .comment-disabled.promotion .tline-item-label {
      background: #8a6e00;
      color: white; }
    .t2v-tline .comment-disabled.promotion-ad .tline-item-label {
      background: #1a5b17;
      color: white; }

.dsc-dialogue {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow-x: hidden;
  padding: 0; }
  .dsc-dialogue:not(:last-child) {
    margin-bottom: 20px; }
  .dsc-dialogue.wpx600 {
    width: 600px;
    margin: 0 auto; }
  .dsc-dialogue.wpx800 {
    width: 800px;
    margin: 0 auto; }
  .dsc-dialogue.wperc50 {
    width: 50%;
    margin: 0 auto; }
  .dsc-dialogue.wperc75 {
    width: 75%;
    margin: 0 auto; }
  .dsc-dialogue header {
    background: #7a7a7a;
    color: white;
    border-radius: 5px 5px 0 0; }
    .dsc-dialogue header.discussion {
      background: #e68a00; }
    .dsc-dialogue header.question {
      background: #3273dc; }
    .dsc-dialogue header.feedback {
      background: #960000; }
    .dsc-dialogue header.partner {
      background: #1a5b17; }
    .dsc-dialogue header h1 {
      font-size: 100%;
      font-family: FrutigerLTPro-Bold, sans-serif;
      padding: 5px 5px 5px 10px; }
  .dsc-dialogue.blue header, .dsc-dialogue.pitchstartup header {
    background: #3273dc !important; }
  .dsc-dialogue.yellow header, .dsc-dialogue.discussion header {
    background: #ffdd57 !important;
    color: #0a0a0a; }
  .dsc-dialogue section {
    padding: 8px; }
    .dsc-dialogue section h2 {
      font-family: FrutigerLTPro-Bold, sans-serif;
      font-size: 90%; }
    .dsc-dialogue section span.button.discussion,
    .dsc-dialogue section button.discussion,
    .dsc-dialogue section .discussion.banner-button,
    .dsc-dialogue section .discussion.banner-button-secondary,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .discussion.button-ok,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .discussion.button-ok,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .discussion.button-not,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .discussion.button-not {
      background: #e68a00;
      color: white; }
    .dsc-dialogue section span.button.question,
    .dsc-dialogue section button.question,
    .dsc-dialogue section .question.banner-button,
    .dsc-dialogue section .question.banner-button-secondary,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .question.button-ok,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .question.button-ok,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .question.button-not,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .question.button-not {
      background: #3273dc;
      color: white; }
    .dsc-dialogue section span.button.feedback,
    .dsc-dialogue section button.feedback,
    .dsc-dialogue section .feedback.banner-button,
    .dsc-dialogue section .feedback.banner-button-secondary,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .feedback.button-ok,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .feedback.button-ok,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .feedback.button-not,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .feedback.button-not {
      background: #960000;
      color: white; }
    .dsc-dialogue section span.button.partner,
    .dsc-dialogue section button.partner,
    .dsc-dialogue section .partner.banner-button,
    .dsc-dialogue section .partner.banner-button-secondary,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .partner.button-ok,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .partner.button-ok,
    .dsc-dialogue .t2v-tline .tci.chat-invite section .partner.button-not,
    .t2v-tline .tci.chat-invite .dsc-dialogue section .partner.button-not {
      background: #1a5b17;
      color: white; }
    .dsc-dialogue section .infobox {
      display: block; }
      .dsc-dialogue section .infobox .info {
        display: block;
        height: 60px;
        width: 100%;
        display: none; }
        .dsc-dialogue section .infobox .info .info-label {
          position: relative;
          display: table-cell;
          border-radius: 5px 0 0 5px;
          width: 60px;
          background: #7a7a7a;
          color: white;
          font-family: FrutigerLTPro-Bold, sans-serif;
          vertical-align: middle;
          height: 60px;
          text-align: center; }
          .dsc-dialogue section .infobox .info .info-label.discussion {
            background: #e68a00; }
          .dsc-dialogue section .infobox .info .info-label.question {
            background: #3273dc; }
          .dsc-dialogue section .infobox .info .info-label.feedback {
            background: #960000; }
          .dsc-dialogue section .infobox .info .info-label.partner {
            background: #1a5b17; }
          .dsc-dialogue section .infobox .info .info-label span {
            display: block;
            position: relative;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            white-space: nowrap;
            height: auto; }
          .dsc-dialogue section .infobox .info .info-label.chat {
            width: 75px; }
            .dsc-dialogue section .infobox .info .info-label.chat div {
              display: block;
              text-align: center;
              padding: 5px;
              height: 100%; }
            .dsc-dialogue section .infobox .info .info-label.chat.discussion {
              background: #e68a00; }
              .dsc-dialogue section .infobox .info .info-label.chat.discussion div {
                height: 100%;
                line-height: 100%; }
        .dsc-dialogue section .infobox .info .info-content {
          display: table-cell;
          background: white;
          width: calc(100% - 60px);
          box-sizing: content-box;
          font-size: 80%;
          border-radius: 0 5px 5px 0;
          padding: 2px 5px; }
          .dsc-dialogue section .infobox .info .info-content.chat {
            width: calc(100% - 75px); }

.badge-box {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }
  .badge-box:not(:last-child) {
    margin-bottom: 20px; }
  .badge-box .far {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0; }
  .badge-box .nick {
    text-align: center;
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 150%;
    margin: 20px 0; }
  .badge-box .info span {
    font-size: 80%;
    margin: 0 0 -5px 0;
    display: block;
    text-align: center; }

.badge {
  position: relative;
  white-space: nowrap;
  position: relative; }
  .badge[data-badge]::after {
    position: absolute;
    left: 100%;
    margin: 0;
    background: #1a5b17;
    background-clip: padding-box;
    border-radius: 1rem;
    box-shadow: 0 0 0 0.1rem white;
    color: white;
    content: attr(data-badge);
    display: inline-block; }
  .badge:not([data-badge=""])::after {
    padding: 0.3rem 0.5rem;
    text-align: center;
    white-space: nowrap; }
  .badge[data-badge=""]::after {
    display: inline-block;
    vertical-align: inherit; }
  .badge.is-badge-white[data-badge]::after, .badge.is-badge-white:not([data-badge])::after {
    background: white;
    color: #0a0a0a; }
  .badge.is-badge-black[data-badge]::after, .badge.is-badge-black:not([data-badge])::after {
    background: #0a0a0a;
    color: white; }
  .badge.is-badge-light[data-badge]::after, .badge.is-badge-light:not([data-badge])::after {
    background: whitesmoke;
    color: #363636; }
  .badge.is-badge-dark[data-badge]::after, .badge.is-badge-dark:not([data-badge])::after {
    background: #363636;
    color: whitesmoke; }
  .badge.is-badge-primary[data-badge]::after, .badge.is-badge-primary:not([data-badge])::after {
    background: #1a5b17;
    color: white; }
  .badge.is-badge-secondary[data-badge]::after, .badge.is-badge-secondary:not([data-badge])::after {
    background: #d2d2d2;
    color: rgba(0, 0, 0, 0.7); }
  .badge.is-badge-footer[data-badge]::after, .badge.is-badge-footer:not([data-badge])::after {
    background: #a2a2a2;
    color: white; }
  .badge.is-badge-info[data-badge]::after, .badge.is-badge-info:not([data-badge])::after {
    background: #d2d2d2;
    color: rgba(0, 0, 0, 0.7); }
  .badge.is-badge-success[data-badge]::after, .badge.is-badge-success:not([data-badge])::after {
    background: #0A2D14;
    color: white; }
  .badge.is-badge-warning[data-badge]::after, .badge.is-badge-warning:not([data-badge])::after {
    background: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .badge.is-badge-danger[data-badge]::after, .badge.is-badge-danger:not([data-badge])::after {
    background: #960000;
    color: white; }
  .badge.is-badge-outlined[data-badge]::after {
    background-color: white;
    box-shadow: none;
    border: 0.1rem solid #1a5b17;
    color: #1a5b17; }
  .badge.is-badge-outlined.is-badge-white[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid white;
    color: white; }
  .badge.is-badge-outlined.is-badge-black[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #0a0a0a;
    color: #0a0a0a; }
  .badge.is-badge-outlined.is-badge-light[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid whitesmoke;
    color: whitesmoke; }
  .badge.is-badge-outlined.is-badge-dark[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #363636;
    color: #363636; }
  .badge.is-badge-outlined.is-badge-primary[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #1a5b17;
    color: #1a5b17; }
  .badge.is-badge-outlined.is-badge-secondary[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #d2d2d2;
    color: #d2d2d2; }
  .badge.is-badge-outlined.is-badge-footer[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #a2a2a2;
    color: #a2a2a2; }
  .badge.is-badge-outlined.is-badge-info[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #d2d2d2;
    color: #d2d2d2; }
  .badge.is-badge-outlined.is-badge-success[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #0A2D14;
    color: #0A2D14; }
  .badge.is-badge-outlined.is-badge-warning[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #ffdd57;
    color: #ffdd57; }
  .badge.is-badge-outlined.is-badge-danger[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #960000;
    color: #960000; }
  .badge[data-badge]::after {
    top: calc(0px - ( 14px / 2 ));
    left: calc(100% - ( 14px / 2 ));
    min-height: 14px;
    min-width: 14px; }
  .badge:not([data-badge=""])::after {
    font-size: 10.5px;
    line-height: 7px; }
  .badge[data-badge=""]::after {
    width: 14px; }
  .badge.is-badge-left::after {
    left: calc(0px - ( 14px / 2 )); }
  .badge.is-badge-bottom::after {
    top: calc(100% - ( 14px / 2 )); }
  .badge.is-badge-bottom-left::after {
    left: calc(0px - ( 14px / 2 ));
    top: calc(100% - ( 14px / 2 )); }
  .badge.is-badge-small[data-badge]::after {
    top: calc(0px - ( 12px / 2 ));
    left: calc(100% - ( 12px / 2 ));
    min-height: 12px;
    min-width: 12px; }
  .badge.is-badge-small:not([data-badge=""])::after {
    font-size: 9px;
    line-height: 6px; }
  .badge.is-badge-small[data-badge=""]::after {
    width: 12px; }
  .badge.is-badge-small.is-badge-left::after {
    left: calc(0px - ( 12px / 2 )); }
  .badge.is-badge-small.is-badge-bottom::after {
    top: calc(100% - ( 12px / 2 )); }
  .badge.is-badge-small.is-badge-bottom-left::after {
    left: calc(0px - ( 12px / 2 ));
    top: calc(100% - ( 12px / 2 )); }
  .badge.is-badge-medium[data-badge]::after {
    top: calc(0px - ( 18px / 2 ));
    left: calc(100% - ( 18px / 2 ));
    min-height: 18px;
    min-width: 18px; }
  .badge.is-badge-medium:not([data-badge=""])::after {
    font-size: 13.5px;
    line-height: 9px; }
  .badge.is-badge-medium[data-badge=""]::after {
    width: 18px; }
  .badge.is-badge-medium.is-badge-left::after {
    left: calc(0px - ( 18px / 2 )); }
  .badge.is-badge-medium.is-badge-bottom::after {
    top: calc(100% - ( 18px / 2 )); }
  .badge.is-badge-medium.is-badge-bottom-left::after {
    left: calc(0px - ( 18px / 2 ));
    top: calc(100% - ( 18px / 2 )); }
  .badge.is-badge-large[data-badge]::after {
    top: calc(0px - ( 26px / 2 ));
    left: calc(100% - ( 26px / 2 ));
    min-height: 26px;
    min-width: 26px; }
  .badge.is-badge-large:not([data-badge=""])::after {
    font-size: 19.5px;
    line-height: 13px; }
  .badge.is-badge-large[data-badge=""]::after {
    width: 26px; }
  .badge.is-badge-large.is-badge-left::after {
    left: calc(0px - ( 26px / 2 )); }
  .badge.is-badge-large.is-badge-bottom::after {
    top: calc(100% - ( 26px / 2 )); }
  .badge.is-badge-large.is-badge-bottom-left::after {
    left: calc(0px - ( 26px / 2 ));
    top: calc(100% - ( 26px / 2 )); }

.box, div[class^="box-"], .article-page .boxHighlight, .boxFeatureCol, .talks2 .commlist-block .boxCommlist, .timeline-item {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: block;
  padding: 20px; }
  .box:not(:last-child), div[class^="box-"]:not(:last-child), .article-page .boxHighlight:not(:last-child), .boxFeatureCol:not(:last-child), .talks2 .commlist-block .boxCommlist:not(:last-child), .timeline-item:not(:last-child) {
    margin-bottom: 20px; }
  .box.is-bg01, div.is-bg01[class^="box-"], .article-page .is-bg01.boxHighlight, .is-bg01.boxFeatureCol, .talks2 .commlist-block .is-bg01.boxCommlist, .is-bg01.timeline-item {
    background-color: #1a5b17;
    color: white; }
    .box.is-bg01 .title, div.is-bg01[class^="box-"] .title, .article-page .is-bg01.boxHighlight .title, .is-bg01.boxFeatureCol .title, .talks2 .commlist-block .is-bg01.boxCommlist .title, .is-bg01.timeline-item .title {
      color: white; }
  .box.is-bg02, div.is-bg02[class^="box-"], .article-page .is-bg02.boxHighlight, .is-bg02.boxFeatureCol, .talks2 .commlist-block .is-bg02.boxCommlist, .is-bg02.timeline-item {
    background-color: #1f6f1d;
    color: white; }
    .box.is-bg02 .title, div.is-bg02[class^="box-"] .title, .article-page .is-bg02.boxHighlight .title, .is-bg02.boxFeatureCol .title, .talks2 .commlist-block .is-bg02.boxCommlist .title, .is-bg02.timeline-item .title {
      color: white; }
  .box.is-bg03, div.is-bg03[class^="box-"], .article-page .is-bg03.boxHighlight, .is-bg03.boxFeatureCol, .talks2 .commlist-block .is-bg03.boxCommlist, .is-bg03.timeline-item {
    background-color: #258322;
    color: white; }
  .box.is-bg04, div.is-bg04[class^="box-"], .article-page .is-bg04.boxHighlight, .is-bg04.boxFeatureCol, .talks2 .commlist-block .is-bg04.boxCommlist, .is-bg04.timeline-item {
    background-color: #2b9727;
    color: white; }
  .box.is-bg05, div.is-bg05[class^="box-"], .article-page .is-bg05.boxHighlight, .is-bg05.boxFeatureCol, .talks2 .commlist-block .is-bg05.boxCommlist, .is-bg05.timeline-item {
    background-color: #30ab2d;
    color: white; }
  .box.is-bg05, div.is-bg05[class^="box-"], .article-page .is-bg05.boxHighlight, .is-bg05.boxFeatureCol, .talks2 .commlist-block .is-bg05.boxCommlist, .is-bg05.timeline-item {
    background-color: #30ab2d;
    color: white; }
  .box.is-primary, div.is-primary[class^="box-"], .article-page .is-primary.boxHighlight, .is-primary.boxFeatureCol, .talks2 .commlist-block .is-primary.boxCommlist, .is-primary.timeline-item {
    background-color: #d1f3d0;
    color: #1a5b17; }

.tilePic {
  background-color: rgba(150, 150, 150, 0.8);
  padding: 10px;
  margin: 20px; }

.tilePic .has-centered-text {
  text-align: center; }
.tilePic .has-vcentered-text {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.bgi-srvlistex {
  background-image: url("/task2vendor/de/public/images/t2v/service-list-example.png");
  background-size: cover; }

.boxA-bg {
  background-color: rgba(150, 150, 150, 0.8); }

.boxN {
  background-color: rgba(175, 175, 175, 0.8); }
  .boxN header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important; }

.boxA,
.boxB,
.boxC,
.boxN {
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: block;
  color: white; }
  .boxA:not(:last-child),
  .boxB:not(:last-child),
  .boxC:not(:last-child),
  .boxN:not(:last-child) {
    margin-bottom: 20px; }
  .boxA header,
  .boxB header,
  .boxC header,
  .boxN header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    display: block; }
    .boxA header .title,
    .boxB header .title,
    .boxC header .title,
    .boxN header .title {
      color: #dbdbdb; }
      .boxA header .title.is-1,
      .boxB header .title.is-1,
      .boxC header .title.is-1,
      .boxN header .title.is-1 {
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 110%; }
    .boxA header .lhSingle > b,
    .boxB header .lhSingle > b,
    .boxC header .lhSingle > b,
    .boxN header .lhSingle > b {
      line-height: 200% !important; }
  .boxA main,
  .boxA section.main,
  .boxB main,
  .boxB section.main,
  .boxC main,
  .boxC section.main,
  .boxN main,
  .boxN section.main {
    padding: 20px 20px 20px 20px;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    color: #363636;
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: min-content;
    height: calc(100% - 60px); }
    .boxA main.adjustH,
    .boxA section.main.adjustH,
    .boxB main.adjustH,
    .boxB section.main.adjustH,
    .boxC main.adjustH,
    .boxC section.main.adjustH,
    .boxN main.adjustH,
    .boxN section.main.adjustH {
      height: calc(100% - 84px); }
    .boxA main .collapse,
    .boxA section.main .collapse,
    .boxB main .collapse,
    .boxB section.main .collapse,
    .boxC main .collapse,
    .boxC section.main .collapse,
    .boxN main .collapse,
    .boxN section.main .collapse {
      display: block; }
      .boxA main .collapse.is-collapsed,
      .boxA section.main .collapse.is-collapsed,
      .boxB main .collapse.is-collapsed,
      .boxB section.main .collapse.is-collapsed,
      .boxC main .collapse.is-collapsed,
      .boxC section.main .collapse.is-collapsed,
      .boxN main .collapse.is-collapsed,
      .boxN section.main .collapse.is-collapsed {
        display: none; }
    .boxA main .columns,
    .boxA section.main .columns,
    .boxB main .columns,
    .boxB section.main .columns,
    .boxC main .columns,
    .boxC section.main .columns,
    .boxN main .columns,
    .boxN section.main .columns {
      margin-bottom: 0; }
    .boxA main fieldset,
    .boxA section.main fieldset,
    .boxB main fieldset,
    .boxB section.main fieldset,
    .boxC main fieldset,
    .boxC section.main fieldset,
    .boxN main fieldset,
    .boxN section.main fieldset {
      display: block;
      width: 100%;
      box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
      border: 1px solid #7a7a7a;
      background-color: rgba(150, 150, 150, 0.1); }
      .boxA main fieldset p.content,
      .boxA section.main fieldset p.content,
      .boxB main fieldset p.content,
      .boxB section.main fieldset p.content,
      .boxC main fieldset p.content,
      .boxC section.main fieldset p.content,
      .boxN main fieldset p.content,
      .boxN section.main fieldset p.content {
        font-size: 90%;
        padding: 0 5px !important;
        color: black;
        text-shadow: 0px 1px 1px #d4d4d4;
        line-height: 1.3em; }
        .boxA main fieldset p.content.right,
        .boxA section.main fieldset p.content.right,
        .boxB main fieldset p.content.right,
        .boxB section.main fieldset p.content.right,
        .boxC main fieldset p.content.right,
        .boxC section.main fieldset p.content.right,
        .boxN main fieldset p.content.right,
        .boxN section.main fieldset p.content.right {
          text-align: right; }
      .boxA main fieldset legend,
      .boxA section.main fieldset legend,
      .boxB main fieldset legend,
      .boxB section.main fieldset legend,
      .boxC main fieldset legend,
      .boxC section.main fieldset legend,
      .boxN main fieldset legend,
      .boxN section.main fieldset legend {
        font-family: FrutigerLTPro-Bold, sans-serif;
        color: #1a5b17;
        font-size: 90%; }
    .boxA main .info,
    .boxA section.main .info,
    .boxB main .info,
    .boxB section.main .info,
    .boxC main .info,
    .boxC section.main .info,
    .boxN main .info,
    .boxN section.main .info {
      font-size: 90%;
      line-height: 1.3em; }
      .boxA main .info .title,
      .boxA section.main .info .title,
      .boxB main .info .title,
      .boxB section.main .info .title,
      .boxC main .info .title,
      .boxC section.main .info .title,
      .boxN main .info .title,
      .boxN section.main .info .title {
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 120%; }
      .boxA main .info .button,
      .boxA section.main .info .button,
      .boxB main .info .button,
      .boxB section.main .info .button,
      .boxC main .info .button,
      .boxC section.main .info .button,
      .boxN main .info .button,
      .boxN section.main .info .button {
        font-size: 90%;
        line-height: 1.3em; }
  .boxA footer,
  .boxB footer,
  .boxC footer,
  .boxN footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 20px 4px 20px; }
    .boxA footer.has-content,
    .boxB footer.has-content,
    .boxC footer.has-content,
    .boxN footer.has-content {
      height: 32px; }
    .boxA footer span.do-collapse,
    .boxB footer span.do-collapse,
    .boxC footer span.do-collapse,
    .boxN footer span.do-collapse {
      cursor: pointer; }
  .boxA .button.light,
  .boxB .button.light,
  .boxC .button.light,
  .boxN .button.light {
    background-color: rgba(255, 255, 255, 0.2); }
    .boxA .button.light:hover,
    .boxB .button.light:hover,
    .boxC .button.light:hover,
    .boxN .button.light:hover {
      background-color: rgba(255, 255, 255, 0.6); }
  .boxA .select,
  .boxB .select,
  .boxC .select,
  .boxN .select {
    background-color: rgba(50, 50, 50, 0.5) !important; }
  .boxA hr,
  .boxB hr,
  .boxC hr,
  .boxN hr {
    height: 1px;
    line-height: 1px;
    background: #5c5c5c;
    border-bottom: 1px solid #8c8c8c; }

.boxB main,
.boxB section.main {
  height: calc(100% - 84px); }

.boxB footer {
  height: 32px; }

.boxC header {
  padding: 12px; }

.boxN {
  height: calc(100% - 12px); }

.boxN footer {
  height: 12px; }

a.box:hover, .article-page a.boxHighlight:hover, a.boxFeatureCol:hover, .talks2 .commlist-block a.boxCommlist:hover, a.timeline-item:hover, a.box:focus, .article-page a.boxHighlight:focus, a.boxFeatureCol:focus, .talks2 .commlist-block a.boxCommlist:focus, a.timeline-item:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #1a5b17; }
a.box:active, .article-page a.boxHighlight:active, a.boxFeatureCol:active, .talks2 .commlist-block a.boxCommlist:active, a.timeline-item:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #1a5b17; }

.ci-default .boxA,
.ci-certified .boxA,
.ci-certified .boxB {
  display: block; }
  .ci-default .boxA.t2v header,
  .ci-certified .boxA.t2v header,
  .ci-certified .boxB.t2v header {
    background: #1a5b17;
    background: -webkit-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: -moz-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: -o-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: -ms-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: linear-gradient(to bottom, #1f6f1d 0%, #1a5b17 100%); }
    .ci-default .boxA.t2v header .title,
    .ci-certified .boxA.t2v header .title,
    .ci-certified .boxB.t2v header .title {
      color: white; }
  .ci-default .boxA.t2v footer,
  .ci-certified .boxA.t2v footer,
  .ci-certified .boxB.t2v footer {
    background: #1a5b17;
    background: -webkit-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: -moz-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: -o-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: -ms-linear-gradient(top, #1f6f1d 0%, #1a5b17 100%);
    background: linear-gradient(to bottom, #1f6f1d 0%, #1a5b17 100%); }
  .ci-default .boxA.info header,
  .ci-certified .boxA.info header,
  .ci-certified .boxB.info header {
    background: #b5b5b5;
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: -moz-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #dbdbdb 100%); }
    .ci-default .boxA.info header .title,
    .ci-certified .boxA.info header .title,
    .ci-certified .boxB.info header .title {
      color: #363636; }
  .ci-default .boxA.info footer,
  .ci-certified .boxA.info footer,
  .ci-certified .boxB.info footer {
    background: #1a5b17;
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: -moz-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #dbdbdb 100%); }
  .ci-default .boxA.performance header,
  .ci-certified .boxA.performance header,
  .ci-certified .boxB.performance header {
    background-color: #1a5b17; }
    .ci-default .boxA.performance header .title,
    .ci-certified .boxA.performance header .title,
    .ci-certified .boxB.performance header .title {
      color: #dbdbdb; }
  .ci-default .boxA.performance footer,
  .ci-certified .boxA.performance footer,
  .ci-certified .boxB.performance footer {
    background-color: #1a5b17; }
  .ci-default .boxA.vendor header,
  .ci-certified .boxA.vendor header,
  .ci-certified .boxB.vendor header {
    background-color: #31772e; }
    .ci-default .boxA.vendor header .title,
    .ci-certified .boxA.vendor header .title,
    .ci-certified .boxB.vendor header .title {
      color: #dbdbdb; }
  .ci-default .boxA.vendor footer,
  .ci-certified .boxA.vendor footer,
  .ci-certified .boxB.vendor footer {
    background-color: #31772e; }
  .ci-default .boxA.service header,
  .ci-certified .boxA.service header,
  .ci-certified .boxB.service header {
    background-color: #598058; }
    .ci-default .boxA.service header .title,
    .ci-certified .boxA.service header .title,
    .ci-certified .boxB.service header .title {
      color: white; }
  .ci-default .boxA.service footer,
  .ci-certified .boxA.service footer,
  .ci-certified .boxB.service footer {
    background-color: #598058; }
  .ci-default .boxA.navigation header,
  .ci-certified .boxA.navigation header,
  .ci-certified .boxB.navigation header {
    background-color: rgba(150, 150, 150, 0.8); }
    .ci-default .boxA.navigation header .title,
    .ci-certified .boxA.navigation header .title,
    .ci-certified .boxB.navigation header .title {
      color: #dbdbdb; }
  .ci-default .boxA.navigation footer,
  .ci-certified .boxA.navigation footer,
  .ci-certified .boxB.navigation footer {
    background-color: rgba(150, 150, 150, 0.8); }
  .ci-default .boxA.navigation-top header,
  .ci-certified .boxA.navigation-top header,
  .ci-certified .boxB.navigation-top header {
    background-color: rgba(150, 150, 150, 0.8);
    padding: 10px 20px 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .ci-default .boxA.error header,
  .ci-certified .boxA.error header,
  .ci-certified .boxB.error header {
    background-color: rgba(200, 35, 45, 0.8); }
    .ci-default .boxA.error header .title,
    .ci-certified .boxA.error header .title,
    .ci-certified .boxB.error header .title {
      color: #dbdbdb; }
  .ci-default .boxA.error footer,
  .ci-certified .boxA.error footer,
  .ci-certified .boxB.error footer {
    background-color: rgba(200, 35, 45, 0.8); }

.ci-perf .boxA,
.ci-perf .boxB {
  display: block;
  box-shadow: 0 1px 3px rgba(10, 10, 10, 0.5), 0 0 0 1px rgba(10, 10, 10, 0.1); }
  .ci-perf .boxA header,
  .ci-perf .boxB header {
    height: 56px;
    overflow: hidden; }
  .ci-perf .boxA main,
  .ci-perf .boxA section.main,
  .ci-perf .boxB main,
  .ci-perf .boxB section.main {
    background-image: url(../images/t2v/certbg-soft.jpg);
    background-size: 100%; }
  .ci-perf .boxA footer,
  .ci-perf .boxB footer {
    margin-top: -3px; }
  .ci-perf .boxA.performance header,
  .ci-perf .boxB.performance header {
    background-color: rgba(10, 10, 10, 0.2); }
    .ci-perf .boxA.performance header .title,
    .ci-perf .boxB.performance header .title {
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
      color: #4a4a4a; }
  .ci-perf .boxA.performance footer,
  .ci-perf .boxB.performance footer {
    background-color: rgba(10, 10, 10, 0.2); }
  .ci-perf .boxA.warning header,
  .ci-perf .boxB.warning header {
    background-color: rgba(255, 221, 87, 0.6); }
    .ci-perf .boxA.warning header .title,
    .ci-perf .boxB.warning header .title {
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
      color: #363636; }
  .ci-perf .boxA.warning footer,
  .ci-perf .boxB.warning footer {
    background-color: rgba(255, 221, 87, 0.6); }
  .ci-perf .boxA.navigation-top header,
  .ci-perf .boxB.navigation-top header {
    background-color: #dbdbdb;
    padding: 10px 20px 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .ci-perf .boxA.navigation header,
  .ci-perf .boxB.navigation header {
    background-color: #e8e8e8; }
    .ci-perf .boxA.navigation header .title,
    .ci-perf .boxB.navigation header .title {
      color: #4a4a4a; }
  .ci-perf .boxA.navigation footer,
  .ci-perf .boxB.navigation footer {
    background-color: #e8e8e8; }
  .ci-perf .boxA.vendor header,
  .ci-perf .boxB.vendor header {
    background-color: rgba(10, 10, 10, 0.3); }
    .ci-perf .boxA.vendor header .title,
    .ci-perf .boxB.vendor header .title {
      color: #4a4a4a; }
  .ci-perf .boxA.vendor footer,
  .ci-perf .boxB.vendor footer {
    background-color: rgba(10, 10, 10, 0.3); }
  .ci-perf .boxA.service header,
  .ci-perf .boxB.service header {
    background-color: rgba(10, 10, 10, 0.4); }
    .ci-perf .boxA.service header .title,
    .ci-perf .boxB.service header .title {
      color: #4a4a4a; }
  .ci-perf .boxA.service footer,
  .ci-perf .boxB.service footer {
    background-color: rgba(10, 10, 10, 0.4); }

.ci-default .boxC {
  display: block;
  box-shadow: 0 1px 3px rgba(10, 10, 10, 0.5), 0 0 0 1px rgba(10, 10, 10, 0.1); }
  .ci-default .boxC main,
  .ci-default .boxC section.main {
    background-image: url(../images/t2v/certbg-soft.jpg);
    background-size: 100%; }
  .ci-default .boxC header {
    background-color: whitesmoke; }
    .ci-default .boxC header .title {
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
      color: #4a4a4a; }
  .ci-default .boxC footer {
    background-color: whitesmoke; }

.title.is-10 {
  font-family: FrutigerLTPro-Bold, sans-serif;
  font-size: 130%; }

article {
  font-size: 100%; }
  article.vblog {
    margin: 0 0 30px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    padding: 20px;
    border: 1px solid #c5c5C5; }
  article header {
    margin: 0 0 0 0; }
    article header label {
      font-size: 80%; }
  article aside.info {
    font-size: 80%;
    color: #b5b5b5;
    padding: 3px 0; }
  article .videoWrapper {
    margin: 8px 0 0 0; }
  article .teaser {
    margin: 8px 0 15px 0;
    line-height: 130%; }
  article footer {
    border-top: 1px solid #b5b5b5;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0; }
    article footer .button {
      padding: 3px 6px;
      font-size: 90%;
      height: 20px; }
  article section.comments {
    background: rgba(240, 240, 240, 0.8);
    padding: 10px;
    margin: 10px 0 0 0; }
    article section.comments .comment {
      margin: 0 0 2px 0;
      padding: 0 5px; }
      article section.comments .comment .commentary {
        font-size: 90% !important; }

.layerbox, .layerbox200, .layerbox2Rows, .layerboxXL {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 300px; }
  .layerbox .layerimage, .layerbox200 .layerimage, .layerbox2Rows .layerimage, .layerboxXL .layerimage, .layerbox .layerimage2Rows, .layerbox200 .layerimage2Rows, .layerbox2Rows .layerimage2Rows, .layerboxXL .layerimage2Rows, .layerbox .layerimageXL, .layerbox200 .layerimageXL, .layerbox2Rows .layerimageXL, .layerboxXL .layerimageXL {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .layerbox .layerimage img, .layerbox200 .layerimage img, .layerbox2Rows .layerimage img, .layerboxXL .layerimage img, .layerbox .layerimage2Rows img, .layerbox200 .layerimage2Rows img, .layerbox2Rows .layerimage2Rows img, .layerboxXL .layerimage2Rows img, .layerbox .layerimageXL img, .layerbox200 .layerimageXL img, .layerbox2Rows .layerimageXL img, .layerboxXL .layerimageXL img {
      height: auto;
      width: auto;
      max-width: 1200px;
      max-height: 600px; }
  .layerbox .layertext, .layerbox200 .layertext, .layerbox2Rows .layertext, .layerboxXL .layertext {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 25px;
    width: 100%;
    text-align: center;
    font-size: 130%; }
    .layerbox .layertext span.black, .layerbox200 .layertext span.black, .layerbox2Rows .layertext span.black, .layerboxXL .layertext span.black {
      color: #0a0a0a; }
    .layerbox .layertext span.white, .layerbox200 .layertext span.white, .layerbox2Rows .layertext span.white, .layerboxXL .layertext span.white {
      color: white; }
    .layerbox .layertext span.t2v, .layerbox200 .layertext span.t2v, .layerbox2Rows .layertext span.t2v, .layerboxXL .layertext span.t2v {
      color: #1a5b17; }
    .layerbox .layertext span.large, .layerbox200 .layertext span.large, .layerbox2Rows .layertext span.large, .layerboxXL .layertext span.large {
      font-size: 160%; }
    .layerbox .layertext span.larger, .layerbox200 .layertext span.larger, .layerbox2Rows .layertext span.larger, .layerboxXL .layertext span.larger {
      font-size: 120%; }
    .layerbox .layertext span.bold, .layerbox200 .layertext span.bold, .layerbox2Rows .layertext span.bold, .layerboxXL .layertext span.bold {
      font-weight: bold; }

.layerbox200 {
  height: 200px; }

.layerbox2Rows {
  height: 620px; }

.layerimage2Rows img {
  max-height: 620px !important;
  height: 620px !important; }

.layerboxXL {
  max-height: 500px;
  height: 500px; }

.layerimageXL img {
  max-height: 500px !important;
  height: 500px !important; }

.boxL {
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: block;
  color: #0a0a0a; }
  .boxL:not(:last-child) {
    margin-bottom: 20px; }
  .boxL article {
    padding: 5px;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    color: #0a0a0a;
    font-size: 90%;
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: content-box !important; }

.timeline {
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 1300px;
  background: #f0f0e6; }

.timeline-item {
  min-height: 300px;
  padding: 0px;
  margin: 0px; }
  .timeline-item.timeline-label {
    padding-left: 30px !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden; }
    .timeline-item.timeline-label:before {
      border-radius: 5px 5px 0 0;
      min-width: 176px;
      width: 100%;
      max-width: 100vh;
      min-height: 30px;
      position: absolute;
      left: calc(-50% + 15px);
      top: 43%;
      font-family: FrutigerLTPro-Bold, sans-serif;
      color: white;
      padding-top: 4px;
      /*writing-mode:tb-rl */
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      white-space: nowrap;
      display: block;
      text-align: center; }
    .timeline-item.timeline-label.performance-label:before {
      content: "Einsatz beim Kunden";
      background: #258322; }
    .timeline-item.timeline-label.promotion-label:before {
      content: "Freie Kapazitäten (Promo Auftrag)";
      background: #8a6e00; }
    .timeline-item.timeline-label.promotion-label-ad:before {
      content: "Sponsored";
      background: #1a5b17; }
    .timeline-item.timeline-label.promotion-label-ad {
      background: #e1f7e0;
      min-height: 70px !important; }
  .timeline-item .timeline-item-ctrl {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px; }
  .timeline-item .performance-label {
    margin-top: 20px !important;
    line-height: 100%;
    text-align: right;
    font-size: 8pt;
    font-weight: normal;
    color: #7a7a7a; }
  .timeline-item .timeline-item-buttons {
    margin-bottom: 20px; }
  .timeline-item .timeline-comment-section {
    background: whitesmoke;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    line-height: 100%; }
  .timeline-item .comment-label {
    font-size: 12px;
    color: #4a4a4a;
    margin-bottom: 5px;
    padding-top: 10px !important; }
  .timeline-item .comment-title {
    font-size: 8pt;
    color: #4a4a4a; }
  .timeline-item .comment-msg {
    font-size: 8pt;
    color: #4a4a4a; }
  .timeline-item .comment-disabled {
    display: hidden; }

.timeline-item-control {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px; }

.timeline-logo {
  max-height: 120px;
  max-width: 120px;
  float: right; }

.lh100 {
  line-height: 100% !important; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #363636;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap; }
  .button.blue, .button.pitchstartup {
    color: #3273dc; }
    .button.blue .info,
    .button.blue .bold, .button.pitchstartup .info,
    .button.pitchstartup .bold {
      color: #3273dc; }
    .button.blue:hover, .button.pitchstartup:hover {
      background: #3273dc;
      color: white !important; }
      .button.blue:hover .info,
      .button.blue:hover .bold, .button.pitchstartup:hover .info,
      .button.pitchstartup:hover .bold {
        color: white; }
    .button.blue:hover, .button.pitchstartup:hover {
      background: #3273dc;
      color: white !important; }
  .button.yellow, .button.discussion {
    color: #ffdd57; }
    .button.yellow .info,
    .button.yellow .bold, .button.discussion .info,
    .button.discussion .bold {
      color: #ffdd57; }
    .button.yellow:hover, .button.discussion:hover {
      background: #ffdd57;
      color: #0a0a0a !important; }
      .button.yellow:hover .info,
      .button.yellow:hover .bold, .button.discussion:hover .info,
      .button.discussion:hover .bold {
        color: #0a0a0a; }
    .button.yellow:hover, .button.discussion:hover {
      background: #ffdd57;
      color: #0a0a0a !important; }
  .button.right {
    align: right; }
  .button.group-end {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .button:hover {
    border-color: #b5b5b5; }
  .button:active, .button:focus, .button.is-active {
    border-color: #1a5b17;
    outline: none; }
  .button[disabled], .button.is-disabled {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    cursor: not-allowed;
    pointer-events: none; }
    .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
  .button strong {
    color: inherit; }
  .button small {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px; }
  .button .icon:first-child,
  .button .tag:first-child {
    margin-left: -2px;
    margin-right: 4px; }
  .button .icon:last-child,
  .button .tag:last-child {
    margin-left: 4px;
    margin-right: -2px; }
  .button:hover, .button:focus, .button.is-active {
    color: #363636; }
  .button:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .button.is-white {
    background-color: white !important;
    border-width: 0;
    color: #0a0a0a; }
    .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover {
        background-color: #0a0a0a; }
    .button.is-white.is-loading:after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      border-width: 1px;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
  .button.is-black {
    background-color: #0a0a0a !important;
    border-width: 0;
    color: white; }
    .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover {
        background-color: white; }
    .button.is-black.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      border-width: 1px;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
  .button.is-light {
    background-color: whitesmoke !important;
    border-width: 0;
    color: #363636; }
    .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636; }
    .button.is-light.is-inverted {
      background-color: #363636;
      color: whitesmoke; }
      .button.is-light.is-inverted:hover {
        background-color: #363636; }
    .button.is-light.is-loading:after {
      border-color: transparent transparent #363636 #363636 !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      border-width: 1px;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: #363636; }
  .button.is-dark, .button.tabselHighlightedYes, .button.is-light-darker {
    background-color: #363636 !important;
    border-width: 0;
    color: whitesmoke; }
    .button.is-dark:hover, .button.tabselHighlightedYes:hover, .button.is-light-darker:hover, .button.is-dark:focus, .button.tabselHighlightedYes:focus, .button.is-light-darker:focus, .button.is-dark.is-active, .button.is-active.tabselHighlightedYes, .button.is-active.is-light-darker {
      background-color: #292929;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark.is-inverted, .button.is-inverted.tabselHighlightedYes, .button.is-inverted.is-light-darker {
      background-color: whitesmoke;
      color: #363636; }
      .button.is-dark.is-inverted:hover, .button.is-inverted.tabselHighlightedYes:hover, .button.is-inverted.is-light-darker:hover {
        background-color: whitesmoke; }
    .button.is-dark.is-loading:after, .button.is-loading.tabselHighlightedYes:after, .button.is-loading.is-light-darker:after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
    .button.is-dark.is-outlined, .button.is-outlined.tabselHighlightedYes, .button.is-outlined.is-light-darker {
      background-color: transparent;
      border-color: #363636;
      border-width: 1px;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-outlined.tabselHighlightedYes:hover, .button.is-outlined.is-light-darker:hover, .button.is-dark.is-outlined:focus, .button.is-outlined.tabselHighlightedYes:focus, .button.is-outlined.is-light-darker:focus {
        background-color: #363636;
        border-color: #363636;
        color: whitesmoke; }
  .button.is-primary {
    background-color: #1a5b17 !important;
    border-width: 0;
    color: white; }
    .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active {
      background-color: #144612;
      border-color: transparent;
      color: white; }
    .button.is-primary.is-inverted {
      background-color: white;
      color: #1a5b17; }
      .button.is-primary.is-inverted:hover {
        background-color: white; }
    .button.is-primary.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #1a5b17;
      border-width: 1px;
      color: #1a5b17; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #1a5b17;
        border-color: #1a5b17;
        color: white; }
  .button.is-secondary, .button.tabselHighlightedNo {
    background-color: #d2d2d2 !important;
    border-width: 0;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-secondary:hover, .button.tabselHighlightedNo:hover, .button.is-secondary:focus, .button.tabselHighlightedNo:focus, .button.is-secondary.is-active, .button.is-active.tabselHighlightedNo {
      background-color: #c5c5c5;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-secondary.is-inverted, .button.is-inverted.tabselHighlightedNo {
      background-color: rgba(0, 0, 0, 0.7);
      color: #d2d2d2; }
      .button.is-secondary.is-inverted:hover, .button.is-inverted.tabselHighlightedNo:hover {
        background-color: rgba(0, 0, 0, 0.7); }
    .button.is-secondary.is-loading:after, .button.is-loading.tabselHighlightedNo:after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-secondary.is-outlined, .button.is-outlined.tabselHighlightedNo {
      background-color: transparent;
      border-color: #d2d2d2;
      border-width: 1px;
      color: #d2d2d2; }
      .button.is-secondary.is-outlined:hover, .button.is-outlined.tabselHighlightedNo:hover, .button.is-secondary.is-outlined:focus, .button.is-outlined.tabselHighlightedNo:focus {
        background-color: #d2d2d2;
        border-color: #d2d2d2;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-footer {
    background-color: #a2a2a2 !important;
    border-width: 0;
    color: white; }
    .button.is-footer:hover, .button.is-footer:focus, .button.is-footer.is-active {
      background-color: #959595;
      border-color: transparent;
      color: white; }
    .button.is-footer.is-inverted {
      background-color: white;
      color: #a2a2a2; }
      .button.is-footer.is-inverted:hover {
        background-color: white; }
    .button.is-footer.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-footer.is-outlined {
      background-color: transparent;
      border-color: #a2a2a2;
      border-width: 1px;
      color: #a2a2a2; }
      .button.is-footer.is-outlined:hover, .button.is-footer.is-outlined:focus {
        background-color: #a2a2a2;
        border-color: #a2a2a2;
        color: white; }
  .button.is-info {
    background-color: #d2d2d2 !important;
    border-width: 0;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active {
      background-color: #c5c5c5;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-info.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #d2d2d2; }
      .button.is-info.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
    .button.is-info.is-loading:after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #d2d2d2;
      border-width: 1px;
      color: #d2d2d2; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #d2d2d2;
        border-color: #d2d2d2;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-success {
    background-color: #0A2D14 !important;
    border-width: 0;
    color: white; }
    .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active {
      background-color: #05180b;
      border-color: transparent;
      color: white; }
    .button.is-success.is-inverted {
      background-color: white;
      color: #0A2D14; }
      .button.is-success.is-inverted:hover {
        background-color: white; }
    .button.is-success.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #0A2D14;
      border-width: 1px;
      color: #0A2D14; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
        background-color: #0A2D14;
        border-color: #0A2D14;
        color: white; }
  .button.is-warning {
    background-color: #ffdd57 !important;
    border-width: 0;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active {
      background-color: #ffd83d;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57; }
      .button.is-warning.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
    .button.is-warning.is-loading:after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      border-width: 1px;
      color: #ffdd57; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
        background-color: #ffdd57;
        border-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-danger, .button.error {
    background-color: #960000 !important;
    border-width: 0;
    color: white; }
    .button.is-danger:hover, .button.error:hover, .button.is-danger:focus, .button.error:focus, .button.is-danger.is-active, .button.is-active.error {
      background-color: #7d0000;
      border-color: transparent;
      color: white; }
    .button.is-danger.is-inverted, .button.is-inverted.error {
      background-color: white;
      color: #960000; }
      .button.is-danger.is-inverted:hover, .button.is-inverted.error:hover {
        background-color: white; }
    .button.is-danger.is-loading:after, .button.is-loading.error:after {
      border-color: transparent transparent white white !important; }
    .button.is-danger.is-outlined, .button.is-outlined.error {
      background-color: transparent;
      border-color: #960000;
      border-width: 1px;
      color: #960000; }
      .button.is-danger.is-outlined:hover, .button.is-outlined.error:hover, .button.is-danger.is-outlined:focus, .button.is-outlined.error:focus {
        background-color: #960000;
        border-color: #960000;
        color: white; }
  .button.is-link {
    background-color: transparent;
    border-width: 0;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-link:hover, .button.is-link:focus {
      background-color: whitesmoke;
      color: #363636; }
  .button.is-small {
    border-radius: 2px;
    font-size: 11px;
    height: 24px;
    line-height: 16px;
    padding-left: 6px;
    padding-right: 6px; }
  .button.is-smalldb {
    border-radius: 2px;
    font-size: 11px;
    min-height: 24px;
    line-height: 13px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px; }
  .button.is-medium, .button.tabselHighlightedYes {
    font-size: 18px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px; }
  .button.is-large {
    font-size: 22px;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px; }
  .button[disabled], .button.is-disabled {
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading:after {
      animation: spinAround 500ms infinite linear;
      border: 2px solid #dbdbdb;
      border-radius: 290486px;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 16px;
      position: relative;
      width: 16px;
      left: 50%;
      margin-left: -8px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      position: absolute !important; }

.button-icon {
  border: 2px solid #4a4a4a;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 6px;
  cursor: pointer;
  color: #4a4a4a;
  background: none; }
  .button-icon:hover {
    border-color: white;
    background: #7a7a7a;
    color: white; }
  .button-icon.top-right {
    margin: 4px 10px 0 0;
    text-align: right; }
  .button-icon.small {
    font-size: 70%;
    line-height: 70%;
    padding: 4px 2px;
    margin: 0; }
  .button-icon:before {
    font-family: "FontAwesome";
    content: ""; }
  .button-icon.edit {
    padding: 4px 7px; }
    .button-icon.edit:before {
      content: ""; }
  .button-icon.arrowleft {
    padding: 4px 9px; }
    .button-icon.arrowleft:before {
      content: ""; }
  .button-icon.trash {
    padding: 4px 8px; }
    .button-icon.trash:before {
      content: ""; }
  .button-icon.light {
    color: #dbdbdb;
    border-color: #dbdbdb; }
  .button-icon.light:hover {
    color: white;
    border-color: white;
    background: rgba(255, 255, 255, 0.4); }

form.is-button {
  display: inline; }

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #363636;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
  .input:hover,
  .textarea:hover {
    border-color: #b5b5b5; }
  .input:active, .input:focus, .input.is-active,
  .textarea:active,
  .textarea:focus,
  .textarea.is-active {
    border-color: #1a5b17;
    outline: none; }
  .input[disabled], .input.is-disabled,
  .textarea[disabled],
  .textarea.is-disabled {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    cursor: not-allowed;
    pointer-events: none; }
    .input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder,
    .textarea.is-disabled::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder,
    .textarea.is-disabled::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder,
    .textarea.is-disabled:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder,
    .textarea.is-disabled:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
  .input.is-white,
  .textarea.is-white {
    border-color: white; }
  .input.is-black,
  .textarea.is-black {
    border-color: #0a0a0a; }
  .input.is-light,
  .textarea.is-light {
    border-color: whitesmoke; }
  .input.is-dark, .input.tabselHighlightedYes, .input.is-light-darker,
  .textarea.is-dark,
  .textarea.tabselHighlightedYes,
  .textarea.is-light-darker {
    border-color: #363636; }
  .input.is-primary,
  .textarea.is-primary {
    border-color: #1a5b17; }
  .input.is-secondary, .input.tabselHighlightedNo,
  .textarea.is-secondary,
  .textarea.tabselHighlightedNo {
    border-color: #d2d2d2; }
  .input.is-footer,
  .textarea.is-footer {
    border-color: #a2a2a2; }
  .input.is-info,
  .textarea.is-info {
    border-color: #d2d2d2; }
  .input.is-success,
  .textarea.is-success {
    border-color: #0A2D14; }
  .input.is-warning,
  .textarea.is-warning {
    border-color: #ffdd57; }
  .input.is-danger, .input.error,
  .textarea.is-danger,
  .textarea.error {
    border-color: #960000; }
  .input[type="search"],
  .textarea[type="search"] {
    border-radius: 290486px; }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 11px;
    height: 24px;
    line-height: 16px;
    padding-left: 6px;
    padding-right: 6px; }
  .input.is-medium, .input.tabselHighlightedYes,
  .textarea.is-medium,
  .textarea.tabselHighlightedYes {
    font-size: 18px;
    height: 40px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px; }
  .input.is-large,
  .textarea.is-large {
    font-size: 24px;
    height: 48px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 12px; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.textarea {
  font-family: FrutigerLTPro-Light, sans-serif;
  display: block;
  line-height: 1.2;
  max-height: 600px;
  max-width: 100%;
  min-height: 120px;
  min-width: 10%;
  padding: 10px;
  resize: vertical; }
  .textarea.ihFiveLines {
    height: 106px !important;
    min-height: 106px; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  position: relative;
  vertical-align: top; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #363636; }
  .checkbox.is-disabled,
  .radio.is-disabled {
    color: #dbdbdb;
    pointer-events: none; }
    .checkbox.is-disabled input,
    .radio.is-disabled input {
      pointer-events: none; }

.radio + .radio {
  margin-left: 10px; }

.select {
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: top; }
  .select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #363636;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    justify-content: flex-start;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    display: block;
    outline: none;
    padding-right: 36px; }
    .select select:hover {
      border-color: #b5b5b5; }
    .select select:active, .select select:focus, .select select.is-active {
      border-color: #1a5b17;
      outline: none; }
    .select select[disabled], .select select.is-disabled {
      background-color: whitesmoke;
      border-color: #dbdbdb;
      cursor: not-allowed;
      pointer-events: none; }
      .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder {
        color: rgba(54, 54, 54, 0.3); }
      .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder {
        color: rgba(54, 54, 54, 0.3); }
      .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder {
        color: rgba(54, 54, 54, 0.3); }
      .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder {
        color: rgba(54, 54, 54, 0.3); }
    .select select.is-white {
      border-color: white; }
    .select select.is-black {
      border-color: #0a0a0a; }
    .select select.is-light {
      border-color: whitesmoke; }
    .select select.is-dark, .select select.tabselHighlightedYes, .select select.is-light-darker {
      border-color: #363636; }
    .select select.is-primary {
      border-color: #1a5b17; }
    .select select.is-secondary, .select select.tabselHighlightedNo {
      border-color: #d2d2d2; }
    .select select.is-footer {
      border-color: #a2a2a2; }
    .select select.is-info {
      border-color: #d2d2d2; }
    .select select.is-success {
      border-color: #0A2D14; }
    .select select.is-warning {
      border-color: #ffdd57; }
    .select select.is-danger, .select select.error {
      border-color: #960000; }
    .select select:hover {
      border-color: #b5b5b5; }
    .select select::ms-expand {
      display: none; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select:after {
    border: 1px solid #1a5b17;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    width: 7px;
    margin-top: -6px;
    right: 16px;
    top: 50%; }
  .select:hover:after {
    border-color: #363636; }
  .select.is-small {
    height: 24px; }
    .select.is-small select {
      border-radius: 2px;
      font-size: 11px;
      height: 24px;
      line-height: 16px;
      padding-left: 6px;
      padding-right: 6px;
      padding-right: 28px; }
  .select.is-medium, .select.tabselHighlightedYes {
    height: 40px; }
    .select.is-medium select, .select.tabselHighlightedYes select {
      font-size: 18px;
      height: 40px;
      line-height: 32px;
      padding-left: 10px;
      padding-right: 10px;
      padding-right: 44px; }
  .select.is-large {
    height: 48px; }
    .select.is-large select {
      font-size: 24px;
      height: 48px;
      line-height: 40px;
      padding-left: 12px;
      padding-right: 12px;
      padding-right: 52px; }

.label {
  color: #363636;
  display: block;
  font-weight: bold; }
  .label:not(:last-child) {
    margin-bottom: 5px; }

.help {
  display: block;
  font-size: 12px;
  margin-top: 5px; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark, .help.tabselHighlightedYes, .help.is-light-darker {
    color: #363636; }
  .help.is-primary {
    color: #1a5b17; }
  .help.is-secondary, .help.tabselHighlightedNo {
    color: #d2d2d2; }
  .help.is-footer {
    color: #a2a2a2; }
  .help.is-info {
    color: #d2d2d2; }
  .help.is-success {
    color: #0A2D14; }
  .help.is-warning {
    color: #ffdd57; }
  .help.is-danger, .help.error {
    color: #960000; }

@media screen and (max-width: 768px) {
  .control-label {
    margin-bottom: 5px; } }
@media screen and (min-width: 769px), print {
  .control-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 20px;
    padding-top: 7px;
    text-align: right; } }

.control {
  position: relative;
  text-align: left; }
  .control small.noblock {
    display: inline;
    padding: 6px 2px;
    line-height: 30px !important; }
  .control:not(:last-child) {
    margin-bottom: 10px; }
  .control.has-addons {
    justify-content: flex-start;
    display: -ms-flexbox; }
    .control.has-addons .button,
    .control.has-addons .input,
    .control.has-addons .select {
      border-radius: 0;
      margin-right: -5px;
      width: auto; }
      .control.has-addons .button:hover,
      .control.has-addons .input:hover,
      .control.has-addons .select:hover {
        z-index: 2; }
      .control.has-addons .button:active, .control.has-addons .button:focus,
      .control.has-addons .input:active,
      .control.has-addons .input:focus,
      .control.has-addons .select:active,
      .control.has-addons .select:focus {
        z-index: 3; }
      .control.has-addons .button:first-child,
      .control.has-addons .input:first-child,
      .control.has-addons .select:first-child {
        border-radius: 3px 0 0 3px; }
        .control.has-addons .button:first-child select,
        .control.has-addons .input:first-child select,
        .control.has-addons .select:first-child select {
          border-radius: 3px 0 0 3px; }
          .control.has-addons .button:first-child select:first-child,
          .control.has-addons .input:first-child select:first-child,
          .control.has-addons .select:first-child select:first-child {
            border-radius: 3px 0 0 3px; }
      .control.has-addons .button:last-child,
      .control.has-addons .input:last-child,
      .control.has-addons .select:last-child {
        border-radius: 0 3px 3px 0; }
        .control.has-addons .button:last-child select,
        .control.has-addons .input:last-child select,
        .control.has-addons .select:last-child select {
          border-radius: 0 3px 3px 0; }
      .control.has-addons .button.is-expanded,
      .control.has-addons .input.is-expanded,
      .control.has-addons .select.is-expanded {
        flex-grow: 1;
        flex-shrink: 0; }
    .control.has-addons.has-addons-centered {
      justify-content: center; }
    .control.has-addons.has-addons-right {
      justify-content: flex-end; }
    .control.has-addons.has-addons-fullwidth .button,
    .control.has-addons.has-addons-fullwidth .input,
    .control.has-addons.has-addons-fullwidth .select {
      flex-grow: 1;
      flex-shrink: 0; }
  .control.has-level {
    justify-content: flex;
    display: -ms-flexbox; }
    .control.has-level .public {
      border-radius: 3px 0 0 3px;
      text-align: center;
      font-family: FrutigerLTPro-Bold, sans-serif;
      color: #1a5b17;
      width: 40px !important;
      background: #dbdbdb; }
      .control.has-level .public:before {
        content: "P"; }
    .control.has-level .con {
      border-radius: 3px 0 0 3px;
      text-align: center;
      width: 40px !important;
      font-family: FrutigerLTPro-Bold, sans-serif;
      color: #960000;
      background: #dbdbdb; }
      .control.has-level .con:before {
        content: "C"; }
    .control.has-level .scon {
      border-radius: 3px 0 0 3px;
      text-align: center;
      width: 40px !important;
      font-family: FrutigerLTPro-Bold, sans-serif;
      color: #960000;
      background: #dbdbdb; }
      .control.has-level .scon:before {
        content: "SC"; }
    .control.has-level .input,
    .control.has-level .textarea,
    .control.has-level .select {
      border-radius: 0 3px 3px 0 !important; }
    .control.has-level .button,
    .control.has-level .input,
    .control.has-level .select {
      margin-right: -5px;
      width: auto; }
      .control.has-level .button:hover,
      .control.has-level .input:hover,
      .control.has-level .select:hover {
        z-index: 2; }
      .control.has-level .button:active, .control.has-level .button:focus,
      .control.has-level .input:active,
      .control.has-level .input:focus,
      .control.has-level .select:active,
      .control.has-level .select:focus {
        z-index: 3; }
      .control.has-level .button.is-expanded,
      .control.has-level .input.is-expanded,
      .control.has-level .select.is-expanded {
        flex-grow: 1;
        flex-shrink: 0; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #363636; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 12px; }
  .control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .input.tabselHighlightedYes ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon,
  .control.has-icons-left .select.tabselHighlightedYes ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .input.tabselHighlightedYes ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon,
  .control.has-icons-right .select.tabselHighlightedYes ~ .icon {
    font-size: 18px; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 26px; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #7a7a7a;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 4px;
    width: 2.25em;
    z-index: 4;
    cursor: pointer; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 12px; }
  .control.is-loading.is-medium:after, .control.is-loading.tabselHighlightedYes:after {
    font-size: 18px; }
  .control.is-loading.is-large:after {
    font-size: 26px; }
  .control.has-icon > .fa {
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    width: 24px;
    color: #dbdbdb;
    pointer-events: none;
    position: absolute;
    top: 4px;
    z-index: 4; }
  .control.has-icon .input:focus + .fa {
    color: #b5b5b5; }
  .control.has-icon .input.is-small + .fa {
    font-size: 10.5px;
    top: 0; }
  .control.has-icon .input.is-medium + .fa, .control.has-icon .input.tabselHighlightedYes + .fa {
    font-size: 21px;
    top: 8px; }
  .control.has-icon .input.is-large + .fa {
    font-size: 21px;
    top: 12px; }
  .control.has-icon:not(.has-icon-right) > .fa {
    left: 4px; }
  .control.has-icon:not(.has-icon-right) .input {
    padding-left: 32px; }
    .control.has-icon:not(.has-icon-right) .input.is-small {
      padding-left: 24px; }
      .control.has-icon:not(.has-icon-right) .input.is-small + .fa {
        left: 0; }
    .control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .input.tabselHighlightedYes {
      padding-left: 40px; }
      .control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .input.tabselHighlightedYes + .fa {
        left: 8px; }
    .control.has-icon:not(.has-icon-right) .input.is-large {
      padding-left: 48px; }
      .control.has-icon:not(.has-icon-right) .input.is-large + .fa {
        left: 12px; }
  .control.has-icon.has-icon-right > .fa {
    right: 4px; }
  .control.has-icon.has-icon-right .input {
    padding-right: 32px; }
    .control.has-icon.has-icon-right .input.is-small {
      padding-right: 24px; }
      .control.has-icon.has-icon-right .input.is-small + .fa {
        right: 0; }
    .control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .input.tabselHighlightedYes {
      padding-right: 40px; }
      .control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .input.tabselHighlightedYes + .fa {
        right: 8px; }
    .control.has-icon.has-icon-right .input.is-large {
      padding-right: 48px; }
      .control.has-icon.has-icon-right .input.is-large + .fa {
        right: 12px; }
  .control.is-grouped {
    display: flex;
    justify-content: flex-start; }
    .control.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 10px; }
    .control.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
    .control.is-grouped.is-grouped-centered {
      justify-content: center; }
    .control.is-grouped.is-grouped-right {
      justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .control.is-horizontal {
      display: flex; }
      .control.is-horizontal > .control {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1; } }
  .control.is-loading:after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
    position: absolute !important;
    right: 8px;
    top: 8px; }

.performance .field-error,
.regular .field-error,
.field-error {
  border-color: #960000;
  background-color: #960000;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 60px); }
  .performance .field-error:hover,
  .regular .field-error:hover,
  .field-error:hover {
    background-color: #960000; }
  .performance .field-error label,
  .performance .field-error div.input-info,
  .regular .field-error label,
  .regular .field-error div.input-info,
  .field-error label,
  .field-error div.input-info {
    color: white; }
  .performance .field-error label.error,
  .regular .field-error label.error,
  .field-error label.error {
    position: relative;
    top: 5px;
    left: 6px;
    display: block;
    margin: 0 0 8px 35px; }

.standardForm .field-error {
  padding: 5px;
  border-radius: 5px; }
  .standardForm .field-error label.error {
    margin: 0 0 8px 0px; }

.frameAll .control,
.frameMain > .control,
.frameEle {
  border: 1px solid #dbdbdb;
  padding: 10px;
  background-color: whitesmoke; }
  .frameAll .control:hover,
  .frameMain > .control:hover,
  .frameEle:hover {
    background-color: white; }
  .frameAll .control.field-error,
  .frameMain > .control.field-error,
  .frameEle.field-error {
    border-color: #960000;
    background-color: #960000;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 60px); }
    .frameAll .control.field-error:hover,
    .frameMain > .control.field-error:hover,
    .frameEle.field-error:hover {
      background-color: #960000; }
    .frameAll .control.field-error label,
    .frameAll .control.field-error div.input-info,
    .frameMain > .control.field-error label,
    .frameMain > .control.field-error div.input-info,
    .frameEle.field-error label,
    .frameEle.field-error div.input-info {
      color: white; }
    .frameAll .control.field-error label.error,
    .frameMain > .control.field-error label.error,
    .frameEle.field-error label.error {
      position: relative;
      top: 5px;
      left: 6px; }
  .frameAll .control .info-con,
  .frameMain > .control .info-con,
  .frameEle .info-con {
    font-size: 90%;
    margin: 10px 0 0 0;
    padding: 0 5px;
    background-color: white;
    border: 1px dotted #dbdbdb; }
    .frameAll .control .info-con header,
    .frameMain > .control .info-con header,
    .frameEle .info-con header {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .frameAll .control .info-con header .info-toggle,
      .frameMain > .control .info-con header .info-toggle,
      .frameEle .info-con header .info-toggle {
        flex: 1;
        cursor: pointer; }
        .frameAll .control .info-con header .info-toggle i,
        .frameMain > .control .info-con header .info-toggle i,
        .frameEle .info-con header .info-toggle i {
          color: #dbdbdb; }
        .frameAll .control .info-con header .info-toggle:hover i,
        .frameMain > .control .info-con header .info-toggle:hover i,
        .frameEle .info-con header .info-toggle:hover i {
          color: #1a5b17; }
      .frameAll .control .info-con header .input-datasec,
      .frameMain > .control .info-con header .input-datasec,
      .frameEle .info-con header .input-datasec {
        font-style: italic;
        font-weight: bold;
        color: #dbdbdb; }
      .frameAll .control .info-con header .info-datasec,
      .frameMain > .control .info-con header .info-datasec,
      .frameEle .info-con header .info-datasec {
        margin-left: auto;
        cursor: help; }
        .frameAll .control .info-con header .info-datasec i,
        .frameMain > .control .info-con header .info-datasec i,
        .frameEle .info-con header .info-datasec i {
          color: #dbdbdb; }
        .frameAll .control .info-con header .info-datasec.dsl1 i:nth-child(2),
        .frameMain > .control .info-con header .info-datasec.dsl1 i:nth-child(2),
        .frameEle .info-con header .info-datasec.dsl1 i:nth-child(2) {
          color: #4a4a4a; }
        .frameAll .control .info-con header .info-datasec.dsl2 i:nth-child(2),
        .frameAll .control .info-con header .info-datasec.dsl2 i:nth-child(3),
        .frameMain > .control .info-con header .info-datasec.dsl2 i:nth-child(2),
        .frameMain > .control .info-con header .info-datasec.dsl2 i:nth-child(3),
        .frameEle .info-con header .info-datasec.dsl2 i:nth-child(2),
        .frameEle .info-con header .info-datasec.dsl2 i:nth-child(3) {
          color: #4a4a4a; }
        .frameAll .control .info-con header .info-datasec.dsl3 i:nth-child(2),
        .frameAll .control .info-con header .info-datasec.dsl3 i:nth-child(3),
        .frameAll .control .info-con header .info-datasec.dsl3 i:nth-child(4),
        .frameMain > .control .info-con header .info-datasec.dsl3 i:nth-child(2),
        .frameMain > .control .info-con header .info-datasec.dsl3 i:nth-child(3),
        .frameMain > .control .info-con header .info-datasec.dsl3 i:nth-child(4),
        .frameEle .info-con header .info-datasec.dsl3 i:nth-child(2),
        .frameEle .info-con header .info-datasec.dsl3 i:nth-child(3),
        .frameEle .info-con header .info-datasec.dsl3 i:nth-child(4) {
          color: #4a4a4a; }
        .frameAll .control .info-con header .info-datasec.dsl4 i:nth-child(2),
        .frameAll .control .info-con header .info-datasec.dsl4 i:nth-child(3),
        .frameAll .control .info-con header .info-datasec.dsl4 i:nth-child(4),
        .frameAll .control .info-con header .info-datasec.dsl4 i:nth-child(5),
        .frameMain > .control .info-con header .info-datasec.dsl4 i:nth-child(2),
        .frameMain > .control .info-con header .info-datasec.dsl4 i:nth-child(3),
        .frameMain > .control .info-con header .info-datasec.dsl4 i:nth-child(4),
        .frameMain > .control .info-con header .info-datasec.dsl4 i:nth-child(5),
        .frameEle .info-con header .info-datasec.dsl4 i:nth-child(2),
        .frameEle .info-con header .info-datasec.dsl4 i:nth-child(3),
        .frameEle .info-con header .info-datasec.dsl4 i:nth-child(4),
        .frameEle .info-con header .info-datasec.dsl4 i:nth-child(5) {
          color: #4a4a4a; }

.skipLast > .control:last-child {
  border-width: 0;
  padding: 10px;
  background-color: white; }

.frameMain > .control .control.field-error {
  padding: 5px;
  border-color: #960000;
  background-color: #960000;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 60px); }
  .frameMain > .control .control.field-error:hover {
    background-color: #960000; }
  .frameMain > .control .control.field-error label,
  .frameMain > .control .control.field-error div.input-info {
    color: white; }
  .frameMain > .control .control.field-error > label.error {
    display: block;
    margin-top: 5px; }

.frameMain .control.regconf {
  background-color: #b00000;
  color: white; }

.frameMain .control.regpub {
  background-color: #1f6f1d;
  color: white; }

.performance .control input,
.performance .control textarea,
.performance .control select {
  font-size: 90%;
  color: black;
  background-color: rgba(210, 210, 210, 0.8);
  border-left: 1px solid #7a7a7a;
  border-top: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a; }
  .performance .control input:hover,
  .performance .control textarea:hover,
  .performance .control select:hover {
    background-color: rgba(230, 230, 230, 0.8); }
  .performance .control input:focus,
  .performance .control textarea:focus,
  .performance .control select:focus {
    background-color: rgba(255, 255, 255, 0.8); }
  .performance .control input.right,
  .performance .control textarea.right,
  .performance .control select.right {
    text-align: right; }
.performance .control textarea {
  display: inline-block; }
.performance .control.has-level .button {
  border-color: #7a7a7a !important; }

.itemlist {
  display: block; }
  .itemlist h1 {
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 100%;
    color: #0a0a0a;
    margin: 0 0 10px 0; }
  .itemlist .item {
    padding: 10px;
    border: 1px solid #dbdbdb;
    background: white; }
    .itemlist .item:not(:last-child) {
      margin-bottom: 8px; }
    .itemlist .item .trigger {
      cursor: pointer; }
    .itemlist .item a {
      text-decoration: none;
      font-family: FrutigerLTPro-Bold, sans-serif;
      font-size: 100%;
      color: #0a0a0a;
      margin: 0 0 0 0; }
      .itemlist .item a:hover {
        text-decoration: underline; }
    .itemlist .item header {
      display: flex; }
      .itemlist .item header div:nth-child(1) {
        flex: shrink; }
        .itemlist .item header div:nth-child(1) .fal, .itemlist .item header div:nth-child(1) .far, .itemlist .item header div:nth-child(1) .fas {
          display: inline-block;
          border-radius: 120px;
          box-shadow: 0px 0px 1px #0a0a0a;
          padding: 0.6em 0.6em;
          background: #dbdbdb;
          border: 1px solid #7a7a7a;
          color: #7a7a7a; }
      .itemlist .item header div:nth-child(2) {
        flex-grow: 1;
        margin: 0 0 0 20px; }
        .itemlist .item header div:nth-child(2) label {
          font-family: FrutigerLTPro-Light, sans-serif;
          font-size: 75%;
          color: #0a0a0a;
          margin: 0 0 0 0; }
        .itemlist .item header div:nth-child(2) h2 {
          font-family: FrutigerLTPro-Bold, sans-serif;
          font-size: 125%;
          color: #0a0a0a;
          margin: 0 0 0 0; }
      .itemlist .item header div:nth-child(3) {
        height: 66px;
        margin: 0 20px;
        flex-shrink: 0; }
        .itemlist .item header div:nth-child(3):before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          height: 100%; }
    .itemlist .item .btn-round {
      cursor: pointer;
      margin: 0.5em 0.5em 0 0.5em;
      display: inline-block;
      padding: 0;
      border: none;
      background: transparent;
      vertical-align: middle; }
      .itemlist .item .btn-round i {
        background: white;
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 1px #0a0a0a;
        border: 2px solid #fc0000;
        padding: 0.7em 0.7em; }
      .itemlist .item .btn-round.decline {
        color: #960000; }
        .itemlist .item .btn-round.decline i {
          border: 2px solid #960000;
          padding: 0.85em 0.85em; }
        .itemlist .item .btn-round.decline:hover {
          color: #fc0000; }
          .itemlist .item .btn-round.decline:hover i {
            border: 2px solid #fc0000; }
      .itemlist .item .btn-round.accept {
        color: #1a5b17; }
        .itemlist .item .btn-round.accept i {
          padding: 0.85em 0.75em;
          border: 2px solid #1a5b17; }
        .itemlist .item .btn-round.accept:hover {
          color: #30ab2d; }
          .itemlist .item .btn-round.accept:hover i {
            border: 2px solid #30ab2d; }
      .itemlist .item .btn-round.trash {
        color: #7a7a7a; }
        .itemlist .item .btn-round.trash i {
          border: 2px solid #7a7a7a; }
        .itemlist .item .btn-round.trash:hover {
          color: #fc0000; }
          .itemlist .item .btn-round.trash:hover i {
            border: 2px solid #fc0000; }
      .itemlist .item .btn-round.leave {
        color: #7a7a7a; }
        .itemlist .item .btn-round.leave i {
          border: 2px solid #7a7a7a;
          padding: 0.32em 0.32em; }
        .itemlist .item .btn-round.leave:hover {
          color: #fc0000; }
          .itemlist .item .btn-round.leave:hover i {
            border: 2px solid #fc0000; }
      .itemlist .item .btn-round.edit {
        color: #7a7a7a; }
        .itemlist .item .btn-round.edit i {
          padding: 0.575em 0.6em;
          border: 2px solid #7a7a7a; }
        .itemlist .item .btn-round.edit:hover {
          color: #30ab2d; }
          .itemlist .item .btn-round.edit:hover i {
            border: 2px solid #30ab2d; }
      .itemlist .item .btn-round.plane {
        color: #7a7a7a; }
        .itemlist .item .btn-round.plane i {
          padding: 0.7em 0.6em;
          border: 2px solid #7a7a7a; }
        .itemlist .item .btn-round.plane:hover {
          color: #adadad; }
          .itemlist .item .btn-round.plane:hover i {
            border: 2px solid #adadad; }
      .itemlist .item .btn-round.golive {
        color: #7a7a7a; }
        .itemlist .item .btn-round.golive i {
          padding: 0.8em 0.7em;
          border: 2px solid #7a7a7a; }
        .itemlist .item .btn-round.golive:hover {
          color: #adadad; }
          .itemlist .item .btn-round.golive:hover i {
            border: 2px solid #adadad; }
      .itemlist .item .btn-round.stop {
        color: #7a7a7a; }
        .itemlist .item .btn-round.stop i {
          padding: 0.8em 0.6em;
          border: 2px solid #7a7a7a; }
        .itemlist .item .btn-round.stop:hover {
          color: #adadad; }
          .itemlist .item .btn-round.stop:hover i {
            border: 2px solid #adadad; }
      .itemlist .item .btn-round.open {
        color: #7a7a7a; }
        .itemlist .item .btn-round.open i {
          padding: 0.75em 0.6em;
          border: 2px solid #7a7a7a; }
        .itemlist .item .btn-round.open:hover {
          color: #adadad; }
          .itemlist .item .btn-round.open:hover i {
            border: 2px solid #adadad; }
    .itemlist .item.discussion:hover header div:nth-child(1) .fal {
      color: #0a0a0a;
      background: #ffdd57;
      border: 1px solid #0a0a0a; }
    .itemlist .item.pitchstartup:hover header div:nth-child(1) .fal {
      color: white;
      background: #3273dc;
      border: 1px solid white; }
    .itemlist .item main {
      display: none;
      margin: 5px;
      border-radius: 2px;
      padding: 5px; }
      .itemlist .item main > div {
        display: block;
        margin-bottom: 10px; }
        .itemlist .item main > div label {
          font-family: FrutigerLTPro-Bold, sans-serif;
          font-size: 110%;
          color: #0a0a0a;
          margin: 0 0 0 0; }
        .itemlist .item main > div > div {
          font-family: FrutigerLTPro-Light, sans-serif;
          font-size: 80%;
          color: #0a0a0a;
          margin: 0 0 0 0;
          line-height: 110%; }
      .itemlist .item main .mobile-btns {
        display: none; }
        @media screen and (max-width: 768px) {
          .itemlist .item main .mobile-btns {
            display: flex;
            justify-content: space-evenly; }
            .itemlist .item main .mobile-btns span {
              cursur: pointer;
              margin-top: 0.5em;
              display: block; }
            .itemlist .item main .mobile-btns span.decline i {
              background: white;
              display: inline-block;
              border-radius: 60px;
              box-shadow: 0px 0px 0px #0a0a0a;
              border: 2px solid #fc0000;
              padding: 0.7em 0.7em;
              color: #fc0000; }
              .itemlist .item main .mobile-btns span.decline i:hover {
                color: #c90000;
                border: 2px solid #c90000; }
            .itemlist .item main .mobile-btns span.accept i {
              background: white;
              display: inline-block;
              border-radius: 60px;
              box-shadow: 0px 0px 0px #0a0a0a;
              border: 2px solid #30ab2d;
              padding: 0.7em 0.6em;
              color: #30ab2d; }
              .itemlist .item main .mobile-btns span.accept i:hover {
                color: #258322;
                border: 2px solid #258322; } }

.pageloader {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  padding-top: 2em;
  background: #1a5b17;
  background: #1a5b17;
  z-index: 999998;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  will-change: transform; }
  .pageloader.is-white {
    background-color: white;
    background: white; }
    .pageloader.is-white::after {
      border-color: #0a0a0a;
      -webkit-animation: loader-figure-white 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-white 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-white 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-white .title {
      color: #0a0a0a; }
  .pageloader.is-black {
    background-color: #0a0a0a;
    background: #0a0a0a; }
    .pageloader.is-black::after {
      border-color: white;
      -webkit-animation: loader-figure-black 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-black 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-black 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-black .title {
      color: white; }
  .pageloader.is-light {
    background-color: whitesmoke;
    background: whitesmoke; }
    .pageloader.is-light::after {
      border-color: #363636;
      -webkit-animation: loader-figure-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-light .title {
      color: #363636; }
  .pageloader.is-dark, .pageloader.tabselHighlightedYes, .pageloader.is-light-darker {
    background-color: #363636;
    background: #363636; }
    .pageloader.is-dark::after, .pageloader.tabselHighlightedYes::after, .pageloader.is-light-darker::after {
      border-color: whitesmoke;
      -webkit-animation: loader-figure-dark 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-dark 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-dark 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-dark .title, .pageloader.tabselHighlightedYes .title, .pageloader.is-light-darker .title {
      color: whitesmoke; }
  .pageloader.is-primary {
    background-color: #1a5b17;
    background: #1a5b17; }
    .pageloader.is-primary::after {
      border-color: white;
      -webkit-animation: loader-figure-primary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-primary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-primary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-primary .title {
      color: white; }
  .pageloader.is-secondary, .pageloader.tabselHighlightedNo {
    background-color: #d2d2d2;
    background: #d2d2d2; }
    .pageloader.is-secondary::after, .pageloader.tabselHighlightedNo::after {
      border-color: rgba(0, 0, 0, 0.7);
      -webkit-animation: loader-figure-secondary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-secondary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-secondary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-secondary .title, .pageloader.tabselHighlightedNo .title {
      color: rgba(0, 0, 0, 0.7); }
  .pageloader.is-footer {
    background-color: #a2a2a2;
    background: #a2a2a2; }
    .pageloader.is-footer::after {
      border-color: white;
      -webkit-animation: loader-figure-footer 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-footer 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-footer 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-footer .title {
      color: white; }
  .pageloader.is-info {
    background-color: #d2d2d2;
    background: #d2d2d2; }
    .pageloader.is-info::after {
      border-color: rgba(0, 0, 0, 0.7);
      -webkit-animation: loader-figure-info 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-info 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-info 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-info .title {
      color: rgba(0, 0, 0, 0.7); }
  .pageloader.is-success {
    background-color: #0A2D14;
    background: #0a2d14; }
    .pageloader.is-success::after {
      border-color: white;
      -webkit-animation: loader-figure-success 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-success 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-success 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-success .title {
      color: white; }
  .pageloader.is-warning {
    background-color: #ffdd57;
    background: #ffdd57; }
    .pageloader.is-warning::after {
      border-color: rgba(0, 0, 0, 0.7);
      -webkit-animation: loader-figure-warning 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-warning 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-warning 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-warning .title {
      color: rgba(0, 0, 0, 0.7); }
  .pageloader.is-danger, .pageloader.error {
    background-color: #960000;
    background: #960000; }
    .pageloader.is-danger::after, .pageloader.error::after {
      border-color: white;
      -webkit-animation: loader-figure-danger 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-animation: loader-figure-danger 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
      animation: loader-figure-danger 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pageloader.is-danger .title, .pageloader.error .title {
      color: white; }
  .pageloader:not(.is-left-to-right), .pageloader:not(.is-right-to-left) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .pageloader.is-left-to-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .pageloader.is-right-to-left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .pageloader.is-active:not(.is-left-to-right), .pageloader.is-active:not(.is-right-to-left) {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .pageloader.is-active.is-left-to-right, .pageloader.is-active.is-right-to-left {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .pageloader::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 100%;
    content: "";
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 0 solid white;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
  .pageloader .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 2em 0 0 0;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: white;
    white-space: nowrap; }
@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-white {
  0% {
    height: 0;
    width: 0;
    background-color: #0a0a0a; }
  29% {
    background-color: #0a0a0a; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-white {
  0% {
    height: 0;
    width: 0;
    background-color: #0a0a0a; }
  29% {
    background-color: #0a0a0a; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-white {
  0% {
    height: 0;
    width: 0;
    background-color: #0a0a0a; }
  29% {
    background-color: #0a0a0a; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-white {
  0% {
    height: 0;
    width: 0;
    background-color: #0a0a0a; }
  29% {
    background-color: #0a0a0a; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-black {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-black {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-black {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-black {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-light {
  0% {
    height: 0;
    width: 0;
    background-color: #363636; }
  29% {
    background-color: #363636; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-light {
  0% {
    height: 0;
    width: 0;
    background-color: #363636; }
  29% {
    background-color: #363636; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-light {
  0% {
    height: 0;
    width: 0;
    background-color: #363636; }
  29% {
    background-color: #363636; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-light {
  0% {
    height: 0;
    width: 0;
    background-color: #363636; }
  29% {
    background-color: #363636; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-dark {
  0% {
    height: 0;
    width: 0;
    background-color: whitesmoke; }
  29% {
    background-color: whitesmoke; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-dark {
  0% {
    height: 0;
    width: 0;
    background-color: whitesmoke; }
  29% {
    background-color: whitesmoke; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-dark {
  0% {
    height: 0;
    width: 0;
    background-color: whitesmoke; }
  29% {
    background-color: whitesmoke; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-dark {
  0% {
    height: 0;
    width: 0;
    background-color: whitesmoke; }
  29% {
    background-color: whitesmoke; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-primary {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-primary {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-primary {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-primary {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-secondary {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-secondary {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-secondary {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-secondary {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-footer {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-footer {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-footer {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-footer {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-info {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-info {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-info {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-info {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-success {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-success {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-success {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-success {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-warning {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-warning {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-warning {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-warning {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  29% {
    background-color: rgba(0, 0, 0, 0.7); }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-figure-danger {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure-danger {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-o-keyframes loader-figure-danger {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure-danger {
  0% {
    height: 0;
    width: 0;
    background-color: white; }
  29% {
    background-color: white; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 12px;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress:not(:last-child) {
    margin-bottom: 20px; }
  .progress::-webkit-progress-bar {
    background-color: #dbdbdb; }
  .progress::-webkit-progress-value {
    background-color: #4a4a4a; }
  .progress::-moz-progress-bar {
    background-color: #4a4a4a; }
  .progress.is-white::-webkit-progress-value {
    background-color: white; }
  .progress.is-white::-moz-progress-bar {
    background-color: white; }
  .progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-light::-webkit-progress-value {
    background-color: whitesmoke; }
  .progress.is-light::-moz-progress-bar {
    background-color: whitesmoke; }
  .progress.is-dark::-webkit-progress-value, .progress.tabselHighlightedYes::-webkit-progress-value, .progress.is-light-darker::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar, .progress.tabselHighlightedYes::-moz-progress-bar, .progress.is-light-darker::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-primary::-webkit-progress-value {
    background-color: #1a5b17; }
  .progress.is-primary::-moz-progress-bar {
    background-color: #1a5b17; }
  .progress.is-secondary::-webkit-progress-value, .progress.tabselHighlightedNo::-webkit-progress-value {
    background-color: #d2d2d2; }
  .progress.is-secondary::-moz-progress-bar, .progress.tabselHighlightedNo::-moz-progress-bar {
    background-color: #d2d2d2; }
  .progress.is-footer::-webkit-progress-value {
    background-color: #a2a2a2; }
  .progress.is-footer::-moz-progress-bar {
    background-color: #a2a2a2; }
  .progress.is-info::-webkit-progress-value {
    background-color: #d2d2d2; }
  .progress.is-info::-moz-progress-bar {
    background-color: #d2d2d2; }
  .progress.is-success::-webkit-progress-value {
    background-color: #0A2D14; }
  .progress.is-success::-moz-progress-bar {
    background-color: #0A2D14; }
  .progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57; }
  .progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57; }
  .progress.is-danger::-webkit-progress-value, .progress.error::-webkit-progress-value {
    background-color: #960000; }
  .progress.is-danger::-moz-progress-bar, .progress.error::-moz-progress-bar {
    background-color: #960000; }
  .progress.is-small {
    height: 8px; }
  .progress.is-medium, .progress.tabselHighlightedYes {
    height: 16px; }
  .progress.is-large {
    height: 20px; }

/* Stylesheets for DSC Roundtables */
.iconbox {
  padding: 8px 16px 0 0; }

.roundtable {
  display: flex;
  box-sizing: content-box; }
  @media screen and (max-width: 768px) {
    .roundtable {
      flex-flow: column wrap; } }
  .roundtable .small {
    font-size: 80%; }
  .roundtable .label {
    font-family: FrutigerLTPro-Roman, sans-serif;
    font-size: 80%;
    color: #7a7a7a;
    margin: 0 0 0 0; }
  .roundtable .info {
    font-family: FrutigerLTPro-Roman, sans-serif;
    font-size: 80%;
    color: #0a0a0a;
    margin: 0 0 0 0; }
  .roundtable.bold {
    font-family: FrutigerLTPro-Bold, sans-serif;
    font-size: 80%;
    color: #0a0a0a;
    margin: 0 0 0 0; }
    .roundtable.bold.hover:hover {
      color: #7a7a7a; }
  .roundtable.type-pitchstartup {
    /* coloration */ }
    .roundtable.type-pitchstartup .op > header {
      background-color: #3273dc;
      color: white;
      padding: 5px 10px; }
      .roundtable.type-pitchstartup .op > header span {
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 120%; }
    .roundtable.type-pitchstartup .statbox.colored {
      background-color: #3273dc;
      color: white; }
      .roundtable.type-pitchstartup .statbox.colored .statbox-row {
        border-color: #2366d1; }
    .roundtable.type-pitchstartup .statbox.grey {
      color: #4a4a4a; }
      .roundtable.type-pitchstartup .statbox.grey .statbox-row {
        background-color: #e8e8e8;
        border: 1px solid #cfcfcf; }
  .roundtable.type-discussion {
    /* coloration */ }
    .roundtable.type-discussion .op > header {
      background-color: #ffdd57;
      color: #0a0a0a;
      padding: 5px 10px; }
      .roundtable.type-discussion .op > header span {
        font-family: FrutigerLTPro-Bold, sans-serif;
        font-size: 120%; }
    .roundtable.type-discussion .statbox.colored {
      background-color: #ffdd57;
      color: #0a0a0a; }
      .roundtable.type-discussion .statbox.colored .statbox-row {
        border-bottom-color: #6e6e6e; }
    .roundtable.type-discussion .statbox.grey {
      color: #0a0a0a; }
      .roundtable.type-discussion .statbox.grey .statbox-row {
        background-color: #e8e8e8; }
  .roundtable .thread {
    vertical-align: top;
    width: 60%;
    overflow: hidden; }
    .roundtable .thread:not(:last-child) {
      margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .roundtable .thread {
        width: 100%; } }
    .roundtable .thread .op {
      background-color: white;
      border-radius: 5px;
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: table;
      table-layout: fixed;
      width: 100%;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      margin-bottom: 15px; }
      .roundtable .thread .op header {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .roundtable .thread .op footer {
        padding: 10px 5px 5px 5px;
        font-size: 80%; }
      .roundtable .thread .op .op-content {
        padding: 10px;
        font-size: 95%;
        line-height: 120%; }
        .roundtable .thread .op .op-content h1 {
          font-family: FrutigerLTPro-Bold, sans-serif;
          margin: 0 0 10px 0; }
        .roundtable .thread .op .op-content p {
          padding: 0;
          margin: 0; }
    .roundtable .thread .post {
      background-color: #dbdbdb;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 60px);
      border-radius: 5px;
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: table;
      table-layout: fixed;
      width: 100%;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      margin-bottom: 10px; }
      .roundtable .thread .post header {
        font-size: 70%;
        padding: 2px 10px; }
      .roundtable .thread .post footer {
        padding: 10px 5px 5px 5px;
        text-align: right;
        display: flex;
        justify-content: end; }
        .roundtable .thread .post footer span.tags {
          margin-left: 5px; }
      .roundtable .thread .post .post-content {
        padding: 10px;
        font-size: 95%;
        line-height: 120%;
        font-family: Courier New, Courier; }
        .roundtable .thread .post .post-content h2 {
          font-family: FrutigerLTPro-Bold, sans-serif;
          margin: 0 0 10px 0; }
        .roundtable .thread .post .post-content p {
          padding: 0;
          margin: 0; }
  .roundtable .statbar {
    padding-left: 3%;
    width: 37%; }
    .roundtable .statbar:not(:last-child) {
      margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .roundtable .statbar {
        padding-left: 0;
        width: 100%; } }
    .roundtable .statbar .statbox {
      border-radius: 5px;
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      padding: 10px; }
      .roundtable .statbar .statbox:not(:last-child) {
        margin-bottom: 20px; }
      .roundtable .statbar .statbox .tag {
        font-size: 70%; }
      .roundtable .statbar .statbox .statbox-content {
        /* nothig yetr */ }
        .roundtable .statbar .statbox .statbox-content .statbox-row {
          display: flex;
          justify-content: space-between;
          padding: 5px;
          border-bottom: 1px solid #cfcfcf;
          margin: 5px 0 0 0; }
          .roundtable .statbar .statbox .statbox-content .statbox-row:first-of-type {
            margin: 0; }
          .roundtable .statbar .statbox .statbox-content .statbox-row.no-flex {
            display: block; }
          .roundtable .statbar .statbox .statbox-content .statbox-row .statbox-item {
            text-align: center;
            padding: 10px 5px; }
            .roundtable .statbar .statbox .statbox-content .statbox-row .statbox-item span.icon-label {
              font-size: 85%;
              display: block; }
          .roundtable .statbar .statbox .statbox-content .statbox-row.noflex {
            display: block; }
          .roundtable .statbar .statbox .statbox-content .statbox-row h3 {
            display: block;
            font-family: FrutigerLTPro-Bold, sans-serif;
            padding: 0 0 4px 0; }
        .roundtable .statbar .statbox .statbox-content:last-child {
          border: none;
          /* remove the border from last row */ }

.title,
.subtitle {
  font-weight: 300;
  word-break: break-word; }
  .title:not(:last-child),
  .subtitle:not(:last-child) {
    margin-bottom: 20px; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: 300; }
  .title a:hover,
  .subtitle a:hover {
    border-bottom: 1px solid; }
  .title strong,
  .subtitle strong {
    font-weight: 500; }
  .title .tag,
  .subtitle .tag {
    vertical-align: bottom; }

.title {
  color: #363636;
  font-size: 26px;
  line-height: 1; }
  .title code {
    display: inline-block;
    font-size: 26px; }
  .title strong {
    color: inherit; }
  .title + .highlight {
    margin-top: -10px; }
  .title + .subtitle {
    margin-top: -10px; }
  .title.is-1 {
    font-size: 30px; }
    .title.is-1 code {
      font-size: 28px; }
  .title.is-2 {
    font-size: 28px; }
    .title.is-2 code {
      font-size: 26px; }
  .title.is-3, .title.commlist-side, .title.postlist-side {
    font-size: 26px; }
    .title.is-3 code, .title.commlist-side code, .title.postlist-side code {
      font-size: 22px; }
  .title.is-4 {
    font-size: 22px; }
    .title.is-4 code {
      font-size: 18px; }
  .title.is-5, div[class^="box-"] .title {
    font-size: 18px; }
    .title.is-5 code, div[class^="box-"] .title code {
      font-size: 14px; }
  .title.is-6, div[class^="box-"] .title.subtitle {
    font-size: 14px; }
    .title.is-6 code, div[class^="box-"] .title.subtitle code {
      font-size: 12px; }
  .title.is-7 {
    font-size: 12px; }
    .title.is-7 code {
      font-size: 12px; }
  .title.is-normal {
    font-weight: 400; }
    .title.is-normal strong {
      font-weight: 700; }
  @media screen and (min-width: 769px), print {
    .title + .subtitle {
      margin-top: -15px; } }

.subtitle {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.125; }
  .subtitle code {
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    padding: 2px 3px;
    vertical-align: top; }
  .subtitle strong {
    color: #363636; }
  .subtitle + .title {
    margin-top: -20px; }
  .subtitle.is-1 {
    font-size: 30px; }
    .subtitle.is-1 code {
      font-size: 28px; }
  .subtitle.is-2 {
    font-size: 28px; }
    .subtitle.is-2 code {
      font-size: 26px; }
  .subtitle.is-3, .subtitle.commlist-side, .subtitle.postlist-side {
    font-size: 26px; }
    .subtitle.is-3 code, .subtitle.commlist-side code, .subtitle.postlist-side code {
      font-size: 22px; }
  .subtitle.is-4 {
    font-size: 22px; }
    .subtitle.is-4 code {
      font-size: 18px; }
  .subtitle.is-5, div[class^="box-"] .subtitle.title {
    font-size: 18px; }
    .subtitle.is-5 code, div[class^="box-"] .subtitle.title code {
      font-size: 14px; }
  .subtitle.is-6, div[class^="box-"] .subtitle {
    font-size: 14px; }
    .subtitle.is-6 code, div[class^="box-"] .subtitle code {
      font-size: 12px; }
  .subtitle.is-7 {
    font-size: 12px; }
    .subtitle.is-7 code {
      font-size: 12px; }
  .subtitle.is-normal {
    font-weight: 400; }
    .subtitle.is-normal strong {
      font-weight: 700; }

.table {
  background-color: white;
  color: #363636;
  margin-bottom: 20px;
  width: 100%; }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 8px 10px;
    vertical-align: top; }
    .table td.is-icon,
    .table th.is-icon {
      padding: 5px;
      text-align: center;
      white-space: nowrap;
      width: 1%; }
      .table td.is-icon .fa,
      .table th.is-icon .fa {
        display: inline-block;
        font-size: 21px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        vertical-align: top;
        width: 24px; }
      .table td.is-icon.is-link,
      .table th.is-icon.is-link {
        padding: 0; }
        .table td.is-icon.is-link > a,
        .table th.is-icon.is-link > a {
          padding: 5px; }
    .table td.is-link,
    .table th.is-link {
      padding: 0; }
      .table td.is-link > a,
      .table th.is-link > a {
        display: block;
        padding: 8px 10px; }
        .table td.is-link > a:hover,
        .table th.is-link > a:hover {
          background-color: #1a5b17;
          color: white; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
  .table th {
    color: #363636;
    text-align: left; }
  .table tr:hover {
    background-color: whitesmoke; }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #7a7a7a; }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0; }
  .table tfoot td,
  .table tfoot th {
    border-width: 2px 0 0;
    color: #7a7a7a; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 5px 10px; }
    .table.is-narrow td.is-icon,
    .table.is-narrow th.is-icon {
      padding: 2px; }
      .table.is-narrow td.is-icon.is-link,
      .table.is-narrow th.is-icon.is-link {
        padding: 0; }
        .table.is-narrow td.is-icon.is-link > a,
        .table.is-narrow th.is-icon.is-link > a {
          padding: 2px; }
    .table.is-narrow td.is-link,
    .table.is-narrow th.is-link {
      padding: 0; }
      .table.is-narrow td.is-link > a,
      .table.is-narrow th.is-link > a {
        padding: 5px 10px; }
  .table.is-striped tbody tr:nth-child(even) {
    background-color: #fafafa; }
    .table.is-striped tbody tr:nth-child(even):hover {
      background-color: whitesmoke; }

table.std th,
table.std td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 10px !important; }

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .tags.no-flex {
    display: inline; }
  .tags.blue.has-addons .tag:nth-of-type(2) {
    background: #3273dc;
    color: white; }
  .tags.black.has-addons .tag:nth-of-type(2) {
    background: #0a0a0a;
    color: white; }
  .tags.red.has-addons .tag:nth-of-type(2) {
    background: #960000;
    color: white; }
  .tags.green.has-addons .tag:nth-of-type(2) {
    background: #1a5b17;
    color: white; }
  .tags.grey-red.has-addons .tag:nth-of-type(2) {
    background: #7a7a7a;
    color: white; }
    .tags.grey-red.has-addons .tag:nth-of-type(2):hover {
      background: #960000;
      color: white; }
    .tags.grey-red.has-addons .tag:nth-of-type(2) > a {
      color: white; }
  .tags.small .tag {
    height: 1.5em;
    justify-content: center;
    line-height: 1.2;
    padding-left: 0.25em;
    padding-right: 0.25em;
    font-size: 90% !important; }
  .tags.yellow.has-addons .tag:nth-of-type(2) {
    background: #ffdd57;
    color: #0a0a0a !important; }
    .tags.yellow.has-addons .tag:nth-of-type(2) a {
      color: #0a0a0a; }
  .tags.striped.has-addons .tag:nth-of-type(2) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px); }
  .tags .tag {
    margin-bottom: 0.5rem; }
    .tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
  .tags:last-child {
    margin-bottom: -0.5rem; }
  .tags:not(:last-child) {
    margin-bottom: 1rem; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .tags.is-centered {
    justify-content: center; }
    .tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  .tags.is-right {
    justify-content: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
    .tags.is-right .tag:not(:last-child) {
      margin-right: 0; }

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 3px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 12px;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
  .tag:not(body).is-white {
    background-color: white;
    color: #0a0a0a; }
  .tag:not(body).is-black {
    background-color: #0a0a0a;
    color: white; }
  .tag:not(body).is-light {
    background-color: whitesmoke;
    color: #363636; }
  .tag:not(body).is-dark, .tag.tabselHighlightedYes:not(body), .tag.is-light-darker:not(body) {
    background-color: #363636;
    color: whitesmoke; }
  .tag:not(body).is-primary {
    background-color: #1a5b17;
    color: white; }
  .tag:not(body).is-secondary, .tag.tabselHighlightedNo:not(body) {
    background-color: #d2d2d2;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-footer {
    background-color: #a2a2a2;
    color: white; }
  .tag:not(body).is-info {
    background-color: #d2d2d2;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-success {
    background-color: #0A2D14;
    color: white; }
  .tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-danger, .tag.error:not(body) {
    background-color: #960000;
    color: white; }
  .tag:not(body).is-medium, .tag.tabselHighlightedYes:not(body) {
    font-size: 14px; }
  .tag:not(body).is-large {
    font-size: 18px; }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
  .tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
    .tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
    .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #e8e8e8; }
    .tag:not(body).is-delete:active {
      background-color: #dbdbdb; }
  .tag:not(body).is-rounded {
    border-radius: 290486px; }

a.tag:hover {
  text-decoration: underline; }

.tooltip {
  position: relative; }
  .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none; }
  .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none; }
  .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    content: "";
    border-style: solid;
    border-width: 0.5rem; }
  .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    opacity: 0;
    content: attr(data-tooltip);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 0.4rem 0.8rem;
    transform: translate(-50%, 1rem);
    background: rgba(74, 74, 74, 0.9);
    border-radius: 3px;
    color: white;
    max-width: 24rem; }
  .tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
    top: 0;
    bottom: auto;
    left: 50%;
    opacity: 1;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent; }
  .tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -0.5rem); }
  .tooltip.is-tooltip-right::before {
    top: auto;
    bottom: 50%;
    left: 100%;
    right: auto;
    transform: translate(-1rem, 50%); }
  .tooltip.is-tooltip-right:focus:not(.is-loading)::after, .tooltip.is-tooltip-right:hover:not(.is-loading)::after, .tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after {
    top: 50%;
    left: 100%;
    right: auto;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent; }
  .tooltip.is-tooltip-right:focus::before, .tooltip.is-tooltip-right:hover::before, .tooltip.is-tooltip-right.is-tooltip-active::before {
    transform: translate(0.5rem, 50%); }
  .tooltip.is-tooltip-bottom::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -1rem); }
  .tooltip.is-tooltip-bottom:focus:not(.is-loading)::after, .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after, .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent; }
  .tooltip.is-tooltip-bottom:focus::before, .tooltip.is-tooltip-bottom:hover::before, .tooltip.is-tooltip-bottom.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem); }
  .tooltip.is-tooltip-left::before {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 100%;
    transform: translate(1rem, 50%); }
  .tooltip.is-tooltip-left:focus:not(.is-loading)::after, .tooltip.is-tooltip-left:hover:not(.is-loading)::after, .tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after {
    top: 50%;
    left: auto;
    right: calc(100% - .5rem);
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9); }
  .tooltip.is-tooltip-left:focus::before, .tooltip.is-tooltip-left:hover::before, .tooltip.is-tooltip-left.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%); }
  .tooltip.is-tooltip-multiline::before {
    min-width: 24rem;
    text-overflow: clip;
    white-space: normal;
    word-break: break-word; }
  .tooltip.is-tooltip-white:not(.is-loading)::after {
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent; }
  .tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent; }
  .tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9); }
  .tooltip.is-tooltip-white::before {
    background: rgba(255, 255, 255, 0.9);
    color: #0a0a0a; }
  .tooltip.is-tooltip-black:not(.is-loading)::after {
    border-color: rgba(10, 10, 10, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(10, 10, 10, 0.9) transparent transparent; }
  .tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(10, 10, 10, 0.9) transparent; }
  .tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(10, 10, 10, 0.9); }
  .tooltip.is-tooltip-black::before {
    background: rgba(10, 10, 10, 0.9);
    color: white; }
  .tooltip.is-tooltip-light:not(.is-loading)::after {
    border-color: rgba(245, 245, 245, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(245, 245, 245, 0.9) transparent transparent; }
  .tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(245, 245, 245, 0.9) transparent; }
  .tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(245, 245, 245, 0.9); }
  .tooltip.is-tooltip-light::before {
    background: rgba(245, 245, 245, 0.9);
    color: #363636; }
  .tooltip.is-tooltip-dark:not(.is-loading)::after {
    border-color: rgba(54, 54, 54, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(54, 54, 54, 0.9) transparent transparent; }
  .tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(54, 54, 54, 0.9) transparent; }
  .tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(54, 54, 54, 0.9); }
  .tooltip.is-tooltip-dark::before {
    background: rgba(54, 54, 54, 0.9);
    color: whitesmoke; }
  .tooltip.is-tooltip-primary:not(.is-loading)::after {
    border-color: rgba(26, 91, 23, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(26, 91, 23, 0.9) transparent transparent; }
  .tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(26, 91, 23, 0.9) transparent; }
  .tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(26, 91, 23, 0.9); }
  .tooltip.is-tooltip-primary::before {
    background: rgba(26, 91, 23, 0.9);
    color: white; }
  .tooltip.is-tooltip-secondary:not(.is-loading)::after {
    border-color: rgba(210, 210, 210, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-secondary.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(210, 210, 210, 0.9) transparent transparent; }
  .tooltip.is-tooltip-secondary.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(210, 210, 210, 0.9) transparent; }
  .tooltip.is-tooltip-secondary.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(210, 210, 210, 0.9); }
  .tooltip.is-tooltip-secondary::before {
    background: rgba(210, 210, 210, 0.9);
    color: rgba(0, 0, 0, 0.7); }
  .tooltip.is-tooltip-footer:not(.is-loading)::after {
    border-color: rgba(162, 162, 162, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-footer.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(162, 162, 162, 0.9) transparent transparent; }
  .tooltip.is-tooltip-footer.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(162, 162, 162, 0.9) transparent; }
  .tooltip.is-tooltip-footer.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(162, 162, 162, 0.9); }
  .tooltip.is-tooltip-footer::before {
    background: rgba(162, 162, 162, 0.9);
    color: white; }
  .tooltip.is-tooltip-info:not(.is-loading)::after {
    border-color: rgba(210, 210, 210, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(210, 210, 210, 0.9) transparent transparent; }
  .tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(210, 210, 210, 0.9) transparent; }
  .tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(210, 210, 210, 0.9); }
  .tooltip.is-tooltip-info::before {
    background: rgba(210, 210, 210, 0.9);
    color: rgba(0, 0, 0, 0.7); }
  .tooltip.is-tooltip-success:not(.is-loading)::after {
    border-color: rgba(10, 45, 20, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(10, 45, 20, 0.9) transparent transparent; }
  .tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(10, 45, 20, 0.9) transparent; }
  .tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(10, 45, 20, 0.9); }
  .tooltip.is-tooltip-success::before {
    background: rgba(10, 45, 20, 0.9);
    color: white; }
  .tooltip.is-tooltip-warning:not(.is-loading)::after {
    border-color: rgba(255, 221, 87, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 221, 87, 0.9) transparent transparent; }
  .tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 221, 87, 0.9) transparent; }
  .tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 221, 87, 0.9); }
  .tooltip.is-tooltip-warning::before {
    background: rgba(255, 221, 87, 0.9);
    color: rgba(0, 0, 0, 0.7); }
  .tooltip.is-tooltip-danger:not(.is-loading)::after {
    border-color: rgba(150, 0, 0, 0.9) transparent transparent transparent; }
  .tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(150, 0, 0, 0.9) transparent transparent; }
  .tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(150, 0, 0, 0.9) transparent; }
  .tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(150, 0, 0, 0.9); }
  .tooltip.is-tooltip-danger::before {
    background: rgba(150, 0, 0, 0.9);
    color: white; }

.is-checkradio[type="radio"],
.is-checkradio[type="checkbox"] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0; }
  .is-checkradio[type="radio"] + label,
  .is-checkradio[type="checkbox"] + label {
    position: relative;
    display: initial;
    cursor: pointer;
    vertical-align: middle;
    margin: 0.5em;
    padding: 0.2rem 0.5rem 0.2rem 0;
    border-radius: 3px; }
    .is-checkradio[type="radio"] + label:hover::before,
    .is-checkradio[type="checkbox"] + label:hover::before {
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-name: hover-color; }
    .is-checkradio[type="radio"] + label::before,
    .is-checkradio[type="checkbox"] + label::before {
      position: absolute;
      left: 0;
      top: 0rem;
      content: "";
      border: 0.1rem solid #dbdbdb; }
    .is-checkradio[type="radio"] + label::after,
    .is-checkradio[type="checkbox"] + label::after {
      position: absolute;
      display: none;
      content: "";
      top: 0rem; }
  .is-checkradio[type="radio"].is-rtl + label,
  .is-checkradio[type="checkbox"].is-rtl + label {
    margin-right: 0rem;
    margin-left: 0.5rem; }
    .is-checkradio[type="radio"].is-rtl + label::before,
    .is-checkradio[type="checkbox"].is-rtl + label::before {
      left: auto;
      right: 0; }
  .is-checkradio[type="radio"]:focus + label::before,
  .is-checkradio[type="checkbox"]:focus + label::before {
    outline: 1px dotted #b5b5b5; }
  .is-checkradio[type="radio"]:hover:not([disabled]) + label::before,
  .is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before {
    border-color: #1a5b17 !important; }
  .is-checkradio[type="radio"]:checked + label::before,
  .is-checkradio[type="checkbox"]:checked + label::before {
    border: 0.1rem solid #dbdbdb; }
  .is-checkradio[type="radio"]:checked[disabled],
  .is-checkradio[type="checkbox"]:checked[disabled] {
    cursor: not-allowed; }
    .is-checkradio[type="radio"]:checked[disabled] + label,
    .is-checkradio[type="checkbox"]:checked[disabled] + label {
      opacity: 0.5; }
  .is-checkradio[type="radio"]:checked + label::before,
  .is-checkradio[type="checkbox"]:checked + label::before {
    animation-name: none; }
  .is-checkradio[type="radio"]:checked + label::after,
  .is-checkradio[type="checkbox"]:checked + label::after {
    display: inline-block; }
  .is-checkradio[type="radio"][disabled],
  .is-checkradio[type="checkbox"][disabled] {
    cursor: not-allowed; }
    .is-checkradio[type="radio"][disabled] + label,
    .is-checkradio[type="checkbox"][disabled] + label {
      opacity: 0.5;
      cursor: not-allowed; }
      .is-checkradio[type="radio"][disabled] + label:hover, .is-checkradio[type="radio"][disabled] + label:before, .is-checkradio[type="radio"][disabled] + label:after,
      .is-checkradio[type="checkbox"][disabled] + label:hover,
      .is-checkradio[type="checkbox"][disabled] + label:before,
      .is-checkradio[type="checkbox"][disabled] + label:after {
        cursor: not-allowed; }
    .is-checkradio[type="radio"][disabled]:hover,
    .is-checkradio[type="checkbox"][disabled]:hover {
      cursor: not-allowed; }
      .is-checkradio[type="radio"][disabled]:hover::before,
      .is-checkradio[type="checkbox"][disabled]:hover::before {
        animation-name: none; }
    .is-checkradio[type="radio"][disabled]::before,
    .is-checkradio[type="checkbox"][disabled]::before {
      cursor: not-allowed; }
    .is-checkradio[type="radio"][disabled]::after,
    .is-checkradio[type="checkbox"][disabled]::after {
      cursor: not-allowed; }
  .is-checkradio[type="radio"].has-no-border + label::before,
  .is-checkradio[type="checkbox"].has-no-border + label::before {
    border: none !important; }
  .is-checkradio[type="radio"].is-block,
  .is-checkradio[type="checkbox"].is-block {
    display: none !important; }
    .is-checkradio[type="radio"].is-block + label,
    .is-checkradio[type="checkbox"].is-block + label {
      width: 100% !important;
      background: whitesmoke;
      color: rgba(0, 0, 0, 0.7);
      padding-right: 0.75em; }
      .is-checkradio[type="radio"].is-block + label::before,
      .is-checkradio[type="checkbox"].is-block + label::before {
        border: none !important; }

.is-checkradio[type="checkbox"] + label::before {
  border-radius: 3px; }
.is-checkradio[type="checkbox"] + label::after {
  box-sizing: border-box;
  transform: rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #1a5b17;
  border-top: 0;
  border-left: 0; }
.is-checkradio[type="checkbox"].is-circle + label::before {
  border-radius: 50%; }
.is-checkradio[type="checkbox"] + label {
  font-size: 14px;
  padding-left: 28px; }
  .is-checkradio[type="checkbox"] + label::before {
    width: 21px;
    height: 21px; }
  .is-checkradio[type="checkbox"] + label::after {
    width: 5.25px;
    height: 8.4px;
    top: 5.67px;
    left: 8.4px; }
.is-checkradio[type="checkbox"].is-block + label::after {
  top: 8.19px;
  left: 10.92px; }
.is-checkradio[type="checkbox"].is-rtl + label {
  padding-left: 0;
  padding-right: 28px; }
  .is-checkradio[type="checkbox"].is-rtl + label::after {
    left: auto;
    right: 8.4px; }
.is-checkradio[type="checkbox"].is-small + label {
  font-size: 12px;
  padding-left: 24px; }
  .is-checkradio[type="checkbox"].is-small + label::before {
    width: 18px;
    height: 18px; }
  .is-checkradio[type="checkbox"].is-small + label::after {
    width: 4.5px;
    height: 7.2px;
    top: 4.86px;
    left: 7.2px; }
.is-checkradio[type="checkbox"].is-small.is-block + label::after {
  top: 7.02px;
  left: 9.36px; }
.is-checkradio[type="checkbox"].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 24px; }
  .is-checkradio[type="checkbox"].is-small.is-rtl + label::after {
    left: auto;
    right: 7.2px; }
.is-checkradio[type="checkbox"].is-medium + label, .is-checkradio[type="checkbox"].tabselHighlightedYes + label {
  font-size: 18px;
  padding-left: 36px; }
  .is-checkradio[type="checkbox"].is-medium + label::before, .is-checkradio[type="checkbox"].tabselHighlightedYes + label::before {
    width: 27px;
    height: 27px; }
  .is-checkradio[type="checkbox"].is-medium + label::after, .is-checkradio[type="checkbox"].tabselHighlightedYes + label::after {
    width: 6.75px;
    height: 10.8px;
    top: 7.29px;
    left: 10.8px; }
.is-checkradio[type="checkbox"].is-medium.is-block + label::after, .is-checkradio[type="checkbox"].is-block.tabselHighlightedYes + label::after {
  top: 10.53px;
  left: 14.04px; }
.is-checkradio[type="checkbox"].is-medium.is-rtl + label, .is-checkradio[type="checkbox"].is-rtl.tabselHighlightedYes + label {
  padding-left: 0;
  padding-right: 36px; }
  .is-checkradio[type="checkbox"].is-medium.is-rtl + label::after, .is-checkradio[type="checkbox"].is-rtl.tabselHighlightedYes + label::after {
    left: auto;
    right: 10.8px; }
.is-checkradio[type="checkbox"].is-large + label {
  font-size: 26px;
  padding-left: 52px; }
  .is-checkradio[type="checkbox"].is-large + label::before {
    width: 39px;
    height: 39px; }
  .is-checkradio[type="checkbox"].is-large + label::after {
    width: 9.75px;
    height: 15.6px;
    top: 10.53px;
    left: 15.6px; }
.is-checkradio[type="checkbox"].is-large.is-block + label::after {
  top: 15.21px;
  left: 20.28px; }
.is-checkradio[type="checkbox"].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 52px; }
  .is-checkradio[type="checkbox"].is-large.is-rtl + label::after {
    left: auto;
    right: 15.6px; }
.is-checkradio[type="checkbox"].is-white.has-background-color + label::before {
  border-color: transparent !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:hover:not([disabled]) + label::before {
  border-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked + label::after {
  border-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.has-background-color + label::after {
  border-color: #0a0a0a !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.is-block + label {
  color: #0a0a0a;
  border-color: white !important;
  background: white; }
  .is-checkradio[type="checkbox"].is-white:checked.is-block + label::after {
    border-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:hover:not([disabled]) + label::before {
  border-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked + label::after {
  border-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="checkbox"].is-black:checked.is-block + label {
  color: white;
  border-color: #0a0a0a !important;
  background: #0a0a0a; }
  .is-checkradio[type="checkbox"].is-black:checked.is-block + label::after {
    border-color: white !important; }
.is-checkradio[type="checkbox"].is-light.has-background-color + label::before {
  border-color: transparent !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:hover:not([disabled]) + label::before {
  border-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked + label::after {
  border-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked.has-background-color + label::after {
  border-color: #363636 !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-light:checked.is-block + label {
  color: #363636;
  border-color: whitesmoke !important;
  background: whitesmoke; }
  .is-checkradio[type="checkbox"].is-light:checked.is-block + label::after {
    border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark.has-background-color + label::before, .is-checkradio[type="checkbox"].has-background-color.tabselHighlightedYes + label::before, .is-checkradio[type="checkbox"].has-background-color.is-light-darker + label::before {
  border-color: transparent !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].tabselHighlightedYes:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-light-darker:hover:not([disabled]) + label::before {
  border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked + label::after, .is-checkradio[type="checkbox"].tabselHighlightedYes:checked + label::after, .is-checkradio[type="checkbox"].is-light-darker:checked + label::after {
  border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].tabselHighlightedYes:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-light-darker:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].tabselHighlightedYes:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-light-darker:checked.has-background-color + label::after {
  border-color: whitesmoke !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.is-block + label, .is-checkradio[type="checkbox"].tabselHighlightedYes:checked.is-block + label, .is-checkradio[type="checkbox"].is-light-darker:checked.is-block + label {
  color: whitesmoke;
  border-color: #363636 !important;
  background: #363636; }
  .is-checkradio[type="checkbox"].is-dark:checked.is-block + label::after, .is-checkradio[type="checkbox"].tabselHighlightedYes:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-light-darker:checked.is-block + label::after {
    border-color: whitesmoke !important; }
.is-checkradio[type="checkbox"].is-primary.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #1a5b17 !important; }
.is-checkradio[type="checkbox"].is-primary:hover:not([disabled]) + label::before {
  border-color: #1a5b17 !important; }
.is-checkradio[type="checkbox"].is-primary:checked + label::after {
  border-color: #1a5b17 !important; }
.is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #1a5b17 !important; }
.is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: #1a5b17 !important; }
.is-checkradio[type="checkbox"].is-primary:checked.is-block + label {
  color: white;
  border-color: #1a5b17 !important;
  background: #1a5b17; }
  .is-checkradio[type="checkbox"].is-primary:checked.is-block + label::after {
    border-color: white !important; }
.is-checkradio[type="checkbox"].is-secondary.has-background-color + label::before, .is-checkradio[type="checkbox"].has-background-color.tabselHighlightedNo + label::before {
  border-color: transparent !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-secondary:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].tabselHighlightedNo:hover:not([disabled]) + label::before {
  border-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-secondary:checked + label::after, .is-checkradio[type="checkbox"].tabselHighlightedNo:checked + label::after {
  border-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-secondary:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].tabselHighlightedNo:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-secondary:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].tabselHighlightedNo:checked.has-background-color + label::after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-secondary:checked.is-block + label, .is-checkradio[type="checkbox"].tabselHighlightedNo:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #d2d2d2 !important;
  background: #d2d2d2; }
  .is-checkradio[type="checkbox"].is-secondary:checked.is-block + label::after, .is-checkradio[type="checkbox"].tabselHighlightedNo:checked.is-block + label::after {
    border-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="checkbox"].is-footer.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #a2a2a2 !important; }
.is-checkradio[type="checkbox"].is-footer:hover:not([disabled]) + label::before {
  border-color: #a2a2a2 !important; }
.is-checkradio[type="checkbox"].is-footer:checked + label::after {
  border-color: #a2a2a2 !important; }
.is-checkradio[type="checkbox"].is-footer:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #a2a2a2 !important; }
.is-checkradio[type="checkbox"].is-footer:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: #a2a2a2 !important; }
.is-checkradio[type="checkbox"].is-footer:checked.is-block + label {
  color: white;
  border-color: #a2a2a2 !important;
  background: #a2a2a2; }
  .is-checkradio[type="checkbox"].is-footer:checked.is-block + label::after {
    border-color: white !important; }
.is-checkradio[type="checkbox"].is-info.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-info:hover:not([disabled]) + label::before {
  border-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-info:checked + label::after {
  border-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-info:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-info:checked.has-background-color + label::after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="checkbox"].is-info:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #d2d2d2 !important;
  background: #d2d2d2; }
  .is-checkradio[type="checkbox"].is-info:checked.is-block + label::after {
    border-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="checkbox"].is-success.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #0A2D14 !important; }
.is-checkradio[type="checkbox"].is-success:hover:not([disabled]) + label::before {
  border-color: #0A2D14 !important; }
.is-checkradio[type="checkbox"].is-success:checked + label::after {
  border-color: #0A2D14 !important; }
.is-checkradio[type="checkbox"].is-success:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #0A2D14 !important; }
.is-checkradio[type="checkbox"].is-success:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: #0A2D14 !important; }
.is-checkradio[type="checkbox"].is-success:checked.is-block + label {
  color: white;
  border-color: #0A2D14 !important;
  background: #0A2D14; }
  .is-checkradio[type="checkbox"].is-success:checked.is-block + label::after {
    border-color: white !important; }
.is-checkradio[type="checkbox"].is-warning.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #ffdd57 !important; }
.is-checkradio[type="checkbox"].is-warning:hover:not([disabled]) + label::before {
  border-color: #ffdd57 !important; }
.is-checkradio[type="checkbox"].is-warning:checked + label::after {
  border-color: #ffdd57 !important; }
.is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #ffdd57 !important; }
.is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label::after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #ffdd57 !important; }
.is-checkradio[type="checkbox"].is-warning:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #ffdd57 !important;
  background: #ffdd57; }
  .is-checkradio[type="checkbox"].is-warning:checked.is-block + label::after {
    border-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="checkbox"].is-danger.has-background-color + label::before, .is-checkradio[type="checkbox"].has-background-color.error + label::before {
  border-color: transparent !important;
  background-color: #960000 !important; }
.is-checkradio[type="checkbox"].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].error:hover:not([disabled]) + label::before {
  border-color: #960000 !important; }
.is-checkradio[type="checkbox"].is-danger:checked + label::after, .is-checkradio[type="checkbox"].error:checked + label::after {
  border-color: #960000 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].error:checked.has-background-color + label::before {
  border-color: transparent !important;
  background-color: #960000 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].error:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: #960000 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.is-block + label, .is-checkradio[type="checkbox"].error:checked.is-block + label {
  color: white;
  border-color: #960000 !important;
  background: #960000; }
  .is-checkradio[type="checkbox"].is-danger:checked.is-block + label::after, .is-checkradio[type="checkbox"].error:checked.is-block + label::after {
    border-color: white !important; }
.is-checkradio[type="checkbox"]:indeterminate + label::after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none; }
.is-checkradio[type="checkbox"]:indeterminate.is-white + label::after {
  border-color: white; }
.is-checkradio[type="checkbox"]:indeterminate.is-black + label::after {
  border-color: #0a0a0a; }
.is-checkradio[type="checkbox"]:indeterminate.is-light + label::after {
  border-color: whitesmoke; }
.is-checkradio[type="checkbox"]:indeterminate.is-dark + label::after, .is-checkradio[type="checkbox"].tabselHighlightedYes:indeterminate + label::after, .is-checkradio[type="checkbox"].is-light-darker:indeterminate + label::after {
  border-color: #363636; }
.is-checkradio[type="checkbox"]:indeterminate.is-primary + label::after {
  border-color: #1a5b17; }
.is-checkradio[type="checkbox"]:indeterminate.is-secondary + label::after, .is-checkradio[type="checkbox"].tabselHighlightedNo:indeterminate + label::after {
  border-color: #d2d2d2; }
.is-checkradio[type="checkbox"]:indeterminate.is-footer + label::after {
  border-color: #a2a2a2; }
.is-checkradio[type="checkbox"]:indeterminate.is-info + label::after {
  border-color: #d2d2d2; }
.is-checkradio[type="checkbox"]:indeterminate.is-success + label::after {
  border-color: #0A2D14; }
.is-checkradio[type="checkbox"]:indeterminate.is-warning + label::after {
  border-color: #ffdd57; }
.is-checkradio[type="checkbox"]:indeterminate.is-danger + label::after, .is-checkradio[type="checkbox"].error:indeterminate + label::after {
  border-color: #960000; }

.is-checkradio[type="radio"] + label::before {
  border-radius: 50%; }
.is-checkradio[type="radio"] + label::after {
  border-radius: 50%;
  background: #1a5b17;
  left: 0;
  transform: scale(0.5); }
.is-checkradio[type="radio"]:checked.has-background-color + label::before {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important; }
.is-checkradio[type="radio"]:checked.has-background-color + label::after {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important; }
.is-checkradio[type="radio"].is-rtl + label {
  padding-left: 0; }
  .is-checkradio[type="radio"].is-rtl + label::after {
    left: auto;
    right: 0; }
.is-checkradio[type="radio"] + label {
  font-size: 14px;
  line-height: 21px;
  padding-left: 28px; }
  .is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label::after {
    width: 21px;
    height: 21px; }
.is-checkradio[type="radio"].is-rtl + label {
  padding-right: 28px; }
.is-checkradio[type="radio"].is-small + label {
  font-size: 12px;
  line-height: 18px;
  padding-left: 24px; }
  .is-checkradio[type="radio"].is-small + label::before, .is-checkradio[type="radio"].is-small + label::after {
    width: 18px;
    height: 18px; }
.is-checkradio[type="radio"].is-small.is-rtl + label {
  padding-right: 24px; }
.is-checkradio[type="radio"].is-medium + label, .is-checkradio[type="radio"].tabselHighlightedYes + label {
  font-size: 18px;
  line-height: 27px;
  padding-left: 36px; }
  .is-checkradio[type="radio"].is-medium + label::before, .is-checkradio[type="radio"].tabselHighlightedYes + label::before, .is-checkradio[type="radio"].is-medium + label::after, .is-checkradio[type="radio"].tabselHighlightedYes + label::after {
    width: 27px;
    height: 27px; }
.is-checkradio[type="radio"].is-medium.is-rtl + label, .is-checkradio[type="radio"].is-rtl.tabselHighlightedYes + label {
  padding-right: 36px; }
.is-checkradio[type="radio"].is-large + label {
  font-size: 26px;
  line-height: 39px;
  padding-left: 52px; }
  .is-checkradio[type="radio"].is-large + label::before, .is-checkradio[type="radio"].is-large + label::after {
    width: 39px;
    height: 39px; }
.is-checkradio[type="radio"].is-large.is-rtl + label {
  padding-right: 52px; }
.is-checkradio[type="radio"].is-white.has-background-color + label::before {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:hover:not([disabled]) + label::before {
  border-color: white !important; }
.is-checkradio[type="radio"].is-white:checked + label::after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:checked.has-background-color + label::before {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:checked.has-background-color + label::after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black.has-background-color + label::before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:hover:not([disabled]) + label::before {
  border-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:checked + label::after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:checked.has-background-color + label::before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important; }
.is-checkradio[type="radio"].is-black:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-light.has-background-color + label::before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:hover:not([disabled]) + label::before {
  border-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:checked + label::after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:checked.has-background-color + label::before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-light:checked.has-background-color + label::after {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark.has-background-color + label::before, .is-checkradio[type="radio"].has-background-color.tabselHighlightedYes + label::before, .is-checkradio[type="radio"].has-background-color.is-light-darker + label::before {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].tabselHighlightedYes:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-light-darker:hover:not([disabled]) + label::before {
  border-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked + label::after, .is-checkradio[type="radio"].tabselHighlightedYes:checked + label::after, .is-checkradio[type="radio"].is-light-darker:checked + label::after {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked.has-background-color + label::before, .is-checkradio[type="radio"].tabselHighlightedYes:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-light-darker:checked.has-background-color + label::before {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked.has-background-color + label::after, .is-checkradio[type="radio"].tabselHighlightedYes:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-light-darker:checked.has-background-color + label::after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important; }
.is-checkradio[type="radio"].is-primary.has-background-color + label::before {
  border-color: #1a5b17 !important;
  background-color: #1a5b17 !important; }
.is-checkradio[type="radio"].is-primary:hover:not([disabled]) + label::before {
  border-color: #1a5b17 !important; }
.is-checkradio[type="radio"].is-primary:checked + label::after {
  border-color: #1a5b17 !important;
  background-color: #1a5b17 !important; }
.is-checkradio[type="radio"].is-primary:checked.has-background-color + label::before {
  border-color: #1a5b17 !important;
  background-color: #1a5b17 !important; }
.is-checkradio[type="radio"].is-primary:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-secondary.has-background-color + label::before, .is-checkradio[type="radio"].has-background-color.tabselHighlightedNo + label::before {
  border-color: #d2d2d2 !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-secondary:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].tabselHighlightedNo:hover:not([disabled]) + label::before {
  border-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-secondary:checked + label::after, .is-checkradio[type="radio"].tabselHighlightedNo:checked + label::after {
  border-color: #d2d2d2 !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-secondary:checked.has-background-color + label::before, .is-checkradio[type="radio"].tabselHighlightedNo:checked.has-background-color + label::before {
  border-color: #d2d2d2 !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-secondary:checked.has-background-color + label::after, .is-checkradio[type="radio"].tabselHighlightedNo:checked.has-background-color + label::after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="radio"].is-footer.has-background-color + label::before {
  border-color: #a2a2a2 !important;
  background-color: #a2a2a2 !important; }
.is-checkradio[type="radio"].is-footer:hover:not([disabled]) + label::before {
  border-color: #a2a2a2 !important; }
.is-checkradio[type="radio"].is-footer:checked + label::after {
  border-color: #a2a2a2 !important;
  background-color: #a2a2a2 !important; }
.is-checkradio[type="radio"].is-footer:checked.has-background-color + label::before {
  border-color: #a2a2a2 !important;
  background-color: #a2a2a2 !important; }
.is-checkradio[type="radio"].is-footer:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-info.has-background-color + label::before {
  border-color: #d2d2d2 !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-info:hover:not([disabled]) + label::before {
  border-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-info:checked + label::after {
  border-color: #d2d2d2 !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-info:checked.has-background-color + label::before {
  border-color: #d2d2d2 !important;
  background-color: #d2d2d2 !important; }
.is-checkradio[type="radio"].is-info:checked.has-background-color + label::after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="radio"].is-success.has-background-color + label::before {
  border-color: #0A2D14 !important;
  background-color: #0A2D14 !important; }
.is-checkradio[type="radio"].is-success:hover:not([disabled]) + label::before {
  border-color: #0A2D14 !important; }
.is-checkradio[type="radio"].is-success:checked + label::after {
  border-color: #0A2D14 !important;
  background-color: #0A2D14 !important; }
.is-checkradio[type="radio"].is-success:checked.has-background-color + label::before {
  border-color: #0A2D14 !important;
  background-color: #0A2D14 !important; }
.is-checkradio[type="radio"].is-success:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-warning.has-background-color + label::before {
  border-color: #ffdd57 !important;
  background-color: #ffdd57 !important; }
.is-checkradio[type="radio"].is-warning:hover:not([disabled]) + label::before {
  border-color: #ffdd57 !important; }
.is-checkradio[type="radio"].is-warning:checked + label::after {
  border-color: #ffdd57 !important;
  background-color: #ffdd57 !important; }
.is-checkradio[type="radio"].is-warning:checked.has-background-color + label::before {
  border-color: #ffdd57 !important;
  background-color: #ffdd57 !important; }
.is-checkradio[type="radio"].is-warning:checked.has-background-color + label::after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="radio"].is-danger.has-background-color + label::before, .is-checkradio[type="radio"].has-background-color.error + label::before {
  border-color: #960000 !important;
  background-color: #960000 !important; }
.is-checkradio[type="radio"].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].error:hover:not([disabled]) + label::before {
  border-color: #960000 !important; }
.is-checkradio[type="radio"].is-danger:checked + label::after, .is-checkradio[type="radio"].error:checked + label::after {
  border-color: #960000 !important;
  background-color: #960000 !important; }
.is-checkradio[type="radio"].is-danger:checked.has-background-color + label::before, .is-checkradio[type="radio"].error:checked.has-background-color + label::before {
  border-color: #960000 !important;
  background-color: #960000 !important; }
.is-checkradio[type="radio"].is-danger:checked.has-background-color + label::after, .is-checkradio[type="radio"].error:checked.has-background-color + label::after {
  border-color: white !important;
  background-color: white !important; }

[data-action="iconPicker"] {
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  top: -999px;
  position: absolute; }

.iconpicker-preview {
  border-radius: 100%;
  background-color: whitesmoke; }
  .iconpicker-preview:hover {
    cursor: pointer; }
  .iconpicker-preview .iconpicker-icon-preview {
    color: #7a7a7a;
    font-size: 1.5em; }

.iconpicker-modal .modal-card .modal-card-head {
  background: #1a5b17;
  color: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1rem; }
  .iconpicker-modal .modal-card .modal-card-head .modal-card-title {
    font-size: 1.2em;
    color: white; }
  .iconpicker-modal .modal-card .modal-card-head .iconpicker-search {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    box-shadow: none;
    border: 0.1em solid rgba(255, 255, 255, 0.3);
    margin: 0 2em;
    padding: 0.3em 1em;
    color: #7a7a7a; }
.iconpicker-modal .iconpicker-sets {
  flex-shrink: 0;
  background-color: whitesmoke;
  font-size: 0.8em;
  margin: 0; }
.iconpicker-modal .modal-card-body {
  padding: 0; }
  .iconpicker-modal .modal-card-body .iconpicker-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em; }
    .iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] {
      display: block;
      width: 48px;
      height: 48px;
      text-align: center;
      padding: 0.5rem; }
      .iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] .iconpicker-icon-preview {
        font-size: 1.4em; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }
  .selectize-dropdown-header-close:hover {
    color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control {
  position: relative; }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
    .selectize-control.plugin-remove_button [data-value] .remove {
      z-index: 1;
      /* fixes ie bug (see #392) */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 17px;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      color: inherit;
      text-decoration: none;
      vertical-align: middle;
      display: inline-block;
      padding: 2px 0 0 0;
      border-left: 1px solid #d0d0d0;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: #cacaca; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff; }
    .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }

.selectize-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  background: #ffffff;
  cursor: text;
  display: inline-block; }
  .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit; }

.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }
.selectize-input.disabled {
  cursor: default !important; }
  .selectize-input.disabled * {
    cursor: default !important; }
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }
  .selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca; }
.selectize-control.multi .selectize-input.disabled > div {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .selectize-input > input::-ms-clear {
    display: none; }
  .selectize-input > input:focus {
    outline: none !important; }
.selectize-input::after {
  content: " ";
  display: block;
  clear: left; }
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    padding: 5px 8px; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(125, 168, 208, 0.2);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
    .selectize-dropdown .active.create {
      color: #495c68; }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input {
  cursor: pointer; }
  .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
  .selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent; }
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }
  .selectize-dropdown-header-close:hover {
    color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control {
  position: relative; }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
    .selectize-control.plugin-remove_button [data-value] .remove {
      z-index: 1;
      /* fixes ie bug (see #392) */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 17px;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      color: inherit;
      text-decoration: none;
      vertical-align: middle;
      display: inline-block;
      padding: 2px 0 0 0;
      border-left: 1px solid #0073bb;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: #00578d; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaaaaa; }
    .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }

.selectize-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  background: #ffffff;
  cursor: text;
  display: inline-block; }
  .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit; }

.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }
.selectize-input.disabled {
  cursor: default !important; }
  .selectize-input.disabled * {
    cursor: default !important; }
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }
  .selectize-control.multi .selectize-input > div.active {
    background: #92c836;
    color: #ffffff;
    border: 1px solid #00578d; }
.selectize-control.multi .selectize-input.disabled > div {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: #ffffff;
    background: #d2d2d2;
    border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .selectize-input > input::-ms-clear {
    display: none; }
  .selectize-input > input:focus {
    outline: none !important; }
.selectize-input::after {
  content: " ";
  display: block;
  clear: left; }
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    padding: 5px 8px; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(125, 168, 208, 0.2);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
    .selectize-dropdown .active.create {
      color: #495c68; }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input {
  cursor: pointer; }
  .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
  .selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent; }
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6; }
  .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6;
    background: none; }
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }
  .selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  border-color: #b8b8b8; }

.selectize-dropdown.single {
  border-color: #b8b8b8; }
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

input[type=range].slider {
  -webkit-appearance: none;
  appearance: none;
  margin: 1rem 0;
  background: transparent; }
  input[type=range].slider.is-fullwidth {
    display: block;
    width: 100%; }
  input[type=range].slider:focus {
    outline: none; }
  input[type=range].slider:not([orient="vertical"])::-webkit-slider-runnable-track {
    width: 100%; }
  input[type=range].slider:not([orient="vertical"])::-moz-range-track {
    width: 100%; }
  input[type=range].slider:not([orient="vertical"])::-ms-track {
    width: 100%; }
  input[type=range].slider:not([orient="vertical"]).has-output + output, input[type=range].slider:not([orient="vertical"]).has-output-tooltip + output {
    width: 3rem;
    background: #4a4a4a;
    border-radius: 3px;
    padding: 0.4rem 0.8rem;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    overflow: hidden;
    pointer-events: none;
    z-index: 200; }
  input[type=range].slider:not([orient="vertical"]).has-output {
    display: inline-block;
    width: calc(100% - ( 4.2rem )); }
    input[type=range].slider:not([orient="vertical"]).has-output + output {
      display: inline-block;
      position: relative;
      margin-left: 0.75rem;
      top: -0.75rem; }
  input[type=range].slider:not([orient="vertical"]).has-output-tooltip {
    display: block; }
    input[type=range].slider:not([orient="vertical"]).has-output-tooltip + output {
      position: absolute;
      left: 0;
      top: -0.1rem; }
  input[type=range].slider[orient="vertical"] {
    -webkit-appearance: slider-vertical;
    writing-mode: bt-lr; }
    input[type=range].slider[orient="vertical"]::-webkit-slider-runnable-track {
      height: 100%; }
    input[type=range].slider[orient="vertical"]::-moz-range-track {
      height: 100%; }
    input[type=range].slider[orient="vertical"]::-ms-track {
      height: 100%; }
  input[type=range].slider::-webkit-slider-runnable-track {
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #7a7a7a;
    background: #dbdbdb;
    border-radius: 3px;
    border: 0px solid #7a7a7a; }
  input[type=range].slider::-moz-range-track {
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #7a7a7a;
    background: #dbdbdb;
    border-radius: 3px;
    border: 0px solid #7a7a7a; }
  input[type=range].slider::-ms-track {
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #7a7a7a;
    background: #dbdbdb;
    border-radius: 3px;
    border: 0px solid #7a7a7a; }
  input[type=range].slider::-ms-fill-lower {
    background: #1a5b17; }
  input[type=range].slider::-ms-fill-upper {
    background: #dbdbdb; }
  input[type=range].slider::-webkit-slider-thumb {
    box-shadow: none;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: -webkit-transform 0.2s ease; }
  input[type=range].slider::-moz-range-thumb {
    box-shadow: none;
    border: 1px solid #b5b5b5;
    background: white;
    border-radius: 3px;
    cursor: pointer;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: -webkit-transform 0.2s ease; }
  input[type=range].slider::-ms-thumb {
    box-shadow: none;
    border: 1px solid #b5b5b5;
    background: white;
    border-radius: 3px;
    cursor: pointer;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: -webkit-transform 0.2s ease; }
  input[type=range].slider::-webkit-slider-thumb {
    -webkit-appearance: none; }
  input[type=range].slider.is-circle::-webkit-slider-thumb {
    border-radius: 50%; }
  input[type=range].slider.is-circle::-moz-range-thumb {
    border-radius: 50%; }
  input[type=range].slider.is-circle::-ms-thumb {
    border-radius: 50%; }
  input[type=range].slider:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  input[type=range].slider:active::-moz-range-thumb {
    transform: scale(1.25); }
  input[type=range].slider:active::-ms-thumb {
    -ms-transform: scale(1.25);
    transform: scale(1.25); }
  input[type=range].slider:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
    input[type=range].slider:disabled::-webkit-slider-thumb {
      cursor: not-allowed;
      -webkit-transform: scale(1);
      transform: scale(1); }
    input[type=range].slider:disabled::-moz-range-thumb {
      cursor: not-allowed;
      transform: scale(1); }
    input[type=range].slider:disabled::-ms-thumb {
      cursor: not-allowed;
      -ms-transform: scale(1);
      transform: scale(1); }
  input[type=range].slider:not([orient="vertical"])::-webkit-slider-runnable-track {
    height: 7px; }
  input[type=range].slider:not([orient="vertical"])::-moz-range-track {
    height: 7px; }
  input[type=range].slider:not([orient="vertical"])::-ms-track {
    height: 7px; }
  input[type=range].slider[orient="vertical"]::-webkit-slider-runnable-track {
    width: 7px; }
  input[type=range].slider[orient="vertical"]::-moz-range-track {
    width: 7px; }
  input[type=range].slider[orient="vertical"]::-ms-track {
    width: 7px; }
  input[type=range].slider::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    margin-top: -3.5px; }
  input[type=range].slider::-moz-range-thumb {
    height: 14px;
    width: 14px; }
  input[type=range].slider::-ms-thumb {
    height: 14px;
    width: 14px; }
  input[type=range].slider[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -3.5px; }
  input[type=range].slider.is-small:not([orient="vertical"])::-webkit-slider-runnable-track {
    height: 6px; }
  input[type=range].slider.is-small:not([orient="vertical"])::-moz-range-track {
    height: 6px; }
  input[type=range].slider.is-small:not([orient="vertical"])::-ms-track {
    height: 6px; }
  input[type=range].slider.is-small[orient="vertical"]::-webkit-slider-runnable-track {
    width: 6px; }
  input[type=range].slider.is-small[orient="vertical"]::-moz-range-track {
    width: 6px; }
  input[type=range].slider.is-small[orient="vertical"]::-ms-track {
    width: 6px; }
  input[type=range].slider.is-small::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    margin-top: -3px; }
  input[type=range].slider.is-small::-moz-range-thumb {
    height: 12px;
    width: 12px; }
  input[type=range].slider.is-small::-ms-thumb {
    height: 12px;
    width: 12px; }
  input[type=range].slider.is-small[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -3px; }
  input[type=range].slider.is-medium:not([orient="vertical"])::-webkit-slider-runnable-track, input[type=range].slider.tabselHighlightedYes:not([orient="vertical"])::-webkit-slider-runnable-track {
    height: 9px; }
  input[type=range].slider.is-medium:not([orient="vertical"])::-moz-range-track, input[type=range].slider.tabselHighlightedYes:not([orient="vertical"])::-moz-range-track {
    height: 9px; }
  input[type=range].slider.is-medium:not([orient="vertical"])::-ms-track, input[type=range].slider.tabselHighlightedYes:not([orient="vertical"])::-ms-track {
    height: 9px; }
  input[type=range].slider.is-medium[orient="vertical"]::-webkit-slider-runnable-track, input[type=range].slider[orient="vertical"].tabselHighlightedYes::-webkit-slider-runnable-track {
    width: 9px; }
  input[type=range].slider.is-medium[orient="vertical"]::-moz-range-track, input[type=range].slider[orient="vertical"].tabselHighlightedYes::-moz-range-track {
    width: 9px; }
  input[type=range].slider.is-medium[orient="vertical"]::-ms-track, input[type=range].slider[orient="vertical"].tabselHighlightedYes::-ms-track {
    width: 9px; }
  input[type=range].slider.is-medium::-webkit-slider-thumb, input[type=range].slider.tabselHighlightedYes::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    margin-top: -4.5px; }
  input[type=range].slider.is-medium::-moz-range-thumb, input[type=range].slider.tabselHighlightedYes::-moz-range-thumb {
    height: 18px;
    width: 18px; }
  input[type=range].slider.is-medium::-ms-thumb, input[type=range].slider.tabselHighlightedYes::-ms-thumb {
    height: 18px;
    width: 18px; }
  input[type=range].slider.is-medium[orient="vertical"]::-webkit-slider-thumb, input[type=range].slider[orient="vertical"].tabselHighlightedYes::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -4.5px; }
  input[type=range].slider.is-large:not([orient="vertical"])::-webkit-slider-runnable-track {
    height: 13px; }
  input[type=range].slider.is-large:not([orient="vertical"])::-moz-range-track {
    height: 13px; }
  input[type=range].slider.is-large:not([orient="vertical"])::-ms-track {
    height: 13px; }
  input[type=range].slider.is-large[orient="vertical"]::-webkit-slider-runnable-track {
    width: 13px; }
  input[type=range].slider.is-large[orient="vertical"]::-moz-range-track {
    width: 13px; }
  input[type=range].slider.is-large[orient="vertical"]::-ms-track {
    width: 13px; }
  input[type=range].slider.is-large::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
    margin-top: -6.5px; }
  input[type=range].slider.is-large::-moz-range-thumb {
    height: 26px;
    width: 26px; }
  input[type=range].slider.is-large::-ms-thumb {
    height: 26px;
    width: 26px; }
  input[type=range].slider.is-large[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -6.5px; }
  input[type=range].slider.is-white::-moz-range-track {
    background: white; }
  input[type=range].slider.is-white::-webkit-slider-runnable-track {
    background: white; }
  input[type=range].slider.is-white::-ms-track {
    background: white !important; }
  input[type=range].slider.is-white::-ms-fill-lower {
    background: white; }
  input[type=range].slider.is-white.has-output + output,
  input[type=range].slider.is-white .has-output-tooltip + output {
    background-color: white;
    color: #0a0a0a; }
  input[type=range].slider.is-black::-moz-range-track {
    background: #0a0a0a; }
  input[type=range].slider.is-black::-webkit-slider-runnable-track {
    background: #0a0a0a; }
  input[type=range].slider.is-black::-ms-track {
    background: #0a0a0a !important; }
  input[type=range].slider.is-black::-ms-fill-lower {
    background: #0a0a0a; }
  input[type=range].slider.is-black.has-output + output,
  input[type=range].slider.is-black .has-output-tooltip + output {
    background-color: #0a0a0a;
    color: white; }
  input[type=range].slider.is-light::-moz-range-track {
    background: whitesmoke; }
  input[type=range].slider.is-light::-webkit-slider-runnable-track {
    background: whitesmoke; }
  input[type=range].slider.is-light::-ms-track {
    background: whitesmoke !important; }
  input[type=range].slider.is-light::-ms-fill-lower {
    background: whitesmoke; }
  input[type=range].slider.is-light.has-output + output,
  input[type=range].slider.is-light .has-output-tooltip + output {
    background-color: whitesmoke;
    color: #363636; }
  input[type=range].slider.is-dark::-moz-range-track, input[type=range].slider.tabselHighlightedYes::-moz-range-track, input[type=range].slider.is-light-darker::-moz-range-track {
    background: #363636; }
  input[type=range].slider.is-dark::-webkit-slider-runnable-track, input[type=range].slider.tabselHighlightedYes::-webkit-slider-runnable-track, input[type=range].slider.is-light-darker::-webkit-slider-runnable-track {
    background: #363636; }
  input[type=range].slider.is-dark::-ms-track, input[type=range].slider.tabselHighlightedYes::-ms-track, input[type=range].slider.is-light-darker::-ms-track {
    background: #363636 !important; }
  input[type=range].slider.is-dark::-ms-fill-lower, input[type=range].slider.tabselHighlightedYes::-ms-fill-lower, input[type=range].slider.is-light-darker::-ms-fill-lower {
    background: #363636; }
  input[type=range].slider.is-dark.has-output + output, input[type=range].slider.has-output.tabselHighlightedYes + output, input[type=range].slider.has-output.is-light-darker + output,
  input[type=range].slider.is-dark .has-output-tooltip + output,
  input[type=range].slider.tabselHighlightedYes .has-output-tooltip + output,
  input[type=range].slider.is-light-darker .has-output-tooltip + output {
    background-color: #363636;
    color: whitesmoke; }
  input[type=range].slider.is-primary::-moz-range-track {
    background: #1a5b17; }
  input[type=range].slider.is-primary::-webkit-slider-runnable-track {
    background: #1a5b17; }
  input[type=range].slider.is-primary::-ms-track {
    background: #1a5b17 !important; }
  input[type=range].slider.is-primary::-ms-fill-lower {
    background: #1a5b17; }
  input[type=range].slider.is-primary.has-output + output,
  input[type=range].slider.is-primary .has-output-tooltip + output {
    background-color: #1a5b17;
    color: white; }
  input[type=range].slider.is-secondary::-moz-range-track, input[type=range].slider.tabselHighlightedNo::-moz-range-track {
    background: #d2d2d2; }
  input[type=range].slider.is-secondary::-webkit-slider-runnable-track, input[type=range].slider.tabselHighlightedNo::-webkit-slider-runnable-track {
    background: #d2d2d2; }
  input[type=range].slider.is-secondary::-ms-track, input[type=range].slider.tabselHighlightedNo::-ms-track {
    background: #d2d2d2 !important; }
  input[type=range].slider.is-secondary::-ms-fill-lower, input[type=range].slider.tabselHighlightedNo::-ms-fill-lower {
    background: #d2d2d2; }
  input[type=range].slider.is-secondary.has-output + output, input[type=range].slider.has-output.tabselHighlightedNo + output,
  input[type=range].slider.is-secondary .has-output-tooltip + output,
  input[type=range].slider.tabselHighlightedNo .has-output-tooltip + output {
    background-color: #d2d2d2;
    color: rgba(0, 0, 0, 0.7); }
  input[type=range].slider.is-footer::-moz-range-track {
    background: #a2a2a2; }
  input[type=range].slider.is-footer::-webkit-slider-runnable-track {
    background: #a2a2a2; }
  input[type=range].slider.is-footer::-ms-track {
    background: #a2a2a2 !important; }
  input[type=range].slider.is-footer::-ms-fill-lower {
    background: #a2a2a2; }
  input[type=range].slider.is-footer.has-output + output,
  input[type=range].slider.is-footer .has-output-tooltip + output {
    background-color: #a2a2a2;
    color: white; }
  input[type=range].slider.is-info::-moz-range-track {
    background: #d2d2d2; }
  input[type=range].slider.is-info::-webkit-slider-runnable-track {
    background: #d2d2d2; }
  input[type=range].slider.is-info::-ms-track {
    background: #d2d2d2 !important; }
  input[type=range].slider.is-info::-ms-fill-lower {
    background: #d2d2d2; }
  input[type=range].slider.is-info.has-output + output,
  input[type=range].slider.is-info .has-output-tooltip + output {
    background-color: #d2d2d2;
    color: rgba(0, 0, 0, 0.7); }
  input[type=range].slider.is-success::-moz-range-track {
    background: #0A2D14; }
  input[type=range].slider.is-success::-webkit-slider-runnable-track {
    background: #0A2D14; }
  input[type=range].slider.is-success::-ms-track {
    background: #0A2D14 !important; }
  input[type=range].slider.is-success::-ms-fill-lower {
    background: #0A2D14; }
  input[type=range].slider.is-success.has-output + output,
  input[type=range].slider.is-success .has-output-tooltip + output {
    background-color: #0A2D14;
    color: white; }
  input[type=range].slider.is-warning::-moz-range-track {
    background: #ffdd57; }
  input[type=range].slider.is-warning::-webkit-slider-runnable-track {
    background: #ffdd57; }
  input[type=range].slider.is-warning::-ms-track {
    background: #ffdd57 !important; }
  input[type=range].slider.is-warning::-ms-fill-lower {
    background: #ffdd57; }
  input[type=range].slider.is-warning.has-output + output,
  input[type=range].slider.is-warning .has-output-tooltip + output {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  input[type=range].slider.is-danger::-moz-range-track, input[type=range].slider.error::-moz-range-track {
    background: #960000; }
  input[type=range].slider.is-danger::-webkit-slider-runnable-track, input[type=range].slider.error::-webkit-slider-runnable-track {
    background: #960000; }
  input[type=range].slider.is-danger::-ms-track, input[type=range].slider.error::-ms-track {
    background: #960000 !important; }
  input[type=range].slider.is-danger::-ms-fill-lower, input[type=range].slider.error::-ms-fill-lower {
    background: #960000; }
  input[type=range].slider.is-danger.has-output + output, input[type=range].slider.has-output.error + output,
  input[type=range].slider.is-danger .has-output-tooltip + output,
  input[type=range].slider.error .has-output-tooltip + output {
    background-color: #960000;
    color: white; }

.switch[type="checkbox"] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0; }
  .switch[type="checkbox"][disabled] {
    cursor: not-allowed; }
    .switch[type="checkbox"][disabled] + label {
      opacity: 0.5; }
      .switch[type="checkbox"][disabled] + label::before {
        opacity: 0.5; }
      .switch[type="checkbox"][disabled] + label::after {
        opacity: 0.5; }
      .switch[type="checkbox"][disabled] + label:hover {
        cursor: not-allowed; }
  .switch[type="checkbox"] + label {
    position: relative;
    display: initial;
    font-size: 14px;
    line-height: initial;
    padding-left: 42.5px;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"] + label::before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 42px;
      height: 21px;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"] + label::after {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 11px;
      height: 11px;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-rtl + label {
    padding-left: 0;
    padding-right: 42.5px; }
    .switch[type="checkbox"].is-rtl + label::before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-rtl + label::after {
      left: auto;
      right: 5px; }
  .switch[type="checkbox"]:checked + label::before {
    background: #1a5b17; }
  .switch[type="checkbox"]:checked + label::after {
    left: 23.5px; }
  .switch[type="checkbox"]:checked.is-rtl + label::after {
    left: auto;
    right: 23.5px; }
  .switch[type="checkbox"].is-outlined + label::before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-outlined + label::after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #1a5b17; }
  .switch[type="checkbox"].is-outlined:checked + label::after {
    background: #1a5b17; }
  .switch[type="checkbox"].is-thin + label::before {
    top: 7.63636px;
    height: 5.25px; }
  .switch[type="checkbox"].is-thin + label::after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-rounded + label::before {
    border-radius: 20px; }
  .switch[type="checkbox"].is-rounded + label::after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-small + label {
    position: relative;
    display: initial;
    font-size: 12px;
    line-height: initial;
    padding-left: 36.5px;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"].is-small + label::before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 36px;
      height: 18px;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"].is-small + label::after {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 8px;
      height: 8px;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-small.is-rtl + label {
    padding-left: 0;
    padding-right: 36.5px; }
    .switch[type="checkbox"].is-small.is-rtl + label::before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-small.is-rtl + label::after {
      left: auto;
      right: 5px; }
  .switch[type="checkbox"].is-small:checked + label::before {
    background: #1a5b17; }
  .switch[type="checkbox"].is-small:checked + label::after {
    left: 20.5px; }
  .switch[type="checkbox"].is-small:checked.is-rtl + label::after {
    left: auto;
    right: 20.5px; }
  .switch[type="checkbox"].is-small.is-outlined + label::before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-small.is-outlined + label::after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-small.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #1a5b17; }
  .switch[type="checkbox"].is-small.is-outlined:checked + label::after {
    background: #1a5b17; }
  .switch[type="checkbox"].is-small.is-thin + label::before {
    top: 6.54545px;
    height: 4.5px; }
  .switch[type="checkbox"].is-small.is-thin + label::after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-small.is-rounded + label::before {
    border-radius: 20px; }
  .switch[type="checkbox"].is-small.is-rounded + label::after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-medium + label, .switch[type="checkbox"].tabselHighlightedYes + label {
    position: relative;
    display: initial;
    font-size: 18px;
    line-height: initial;
    padding-left: 54.5px;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"].is-medium + label::before, .switch[type="checkbox"].tabselHighlightedYes + label::before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 54px;
      height: 27px;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"].is-medium + label::after, .switch[type="checkbox"].tabselHighlightedYes + label::after {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 17px;
      height: 17px;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-medium.is-rtl + label, .switch[type="checkbox"].is-rtl.tabselHighlightedYes + label {
    padding-left: 0;
    padding-right: 54.5px; }
    .switch[type="checkbox"].is-medium.is-rtl + label::before, .switch[type="checkbox"].is-rtl.tabselHighlightedYes + label::before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-medium.is-rtl + label::after, .switch[type="checkbox"].is-rtl.tabselHighlightedYes + label::after {
      left: auto;
      right: 5px; }
  .switch[type="checkbox"].is-medium:checked + label::before, .switch[type="checkbox"].tabselHighlightedYes:checked + label::before {
    background: #1a5b17; }
  .switch[type="checkbox"].is-medium:checked + label::after, .switch[type="checkbox"].tabselHighlightedYes:checked + label::after {
    left: 29.5px; }
  .switch[type="checkbox"].is-medium:checked.is-rtl + label::after, .switch[type="checkbox"].tabselHighlightedYes:checked.is-rtl + label::after {
    left: auto;
    right: 29.5px; }
  .switch[type="checkbox"].is-medium.is-outlined + label::before, .switch[type="checkbox"].is-outlined.tabselHighlightedYes + label::before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-medium.is-outlined + label::after, .switch[type="checkbox"].is-outlined.tabselHighlightedYes + label::after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-medium.is-outlined:checked + label::before, .switch[type="checkbox"].is-outlined.tabselHighlightedYes:checked + label::before {
    background-color: transparent;
    border-color: #1a5b17; }
  .switch[type="checkbox"].is-medium.is-outlined:checked + label::after, .switch[type="checkbox"].is-outlined.tabselHighlightedYes:checked + label::after {
    background: #1a5b17; }
  .switch[type="checkbox"].is-medium.is-thin + label::before, .switch[type="checkbox"].is-thin.tabselHighlightedYes + label::before {
    top: 9.81818px;
    height: 6.75px; }
  .switch[type="checkbox"].is-medium.is-thin + label::after, .switch[type="checkbox"].is-thin.tabselHighlightedYes + label::after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-medium.is-rounded + label::before, .switch[type="checkbox"].is-rounded.tabselHighlightedYes + label::before {
    border-radius: 20px; }
  .switch[type="checkbox"].is-medium.is-rounded + label::after, .switch[type="checkbox"].is-rounded.tabselHighlightedYes + label::after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-large + label {
    position: relative;
    display: initial;
    font-size: 26px;
    line-height: initial;
    padding-left: 78.5px;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"].is-large + label::before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 78px;
      height: 39px;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"].is-large + label::after {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 29px;
      height: 29px;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-large.is-rtl + label {
    padding-left: 0;
    padding-right: 78.5px; }
    .switch[type="checkbox"].is-large.is-rtl + label::before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-large.is-rtl + label::after {
      left: auto;
      right: 5px; }
  .switch[type="checkbox"].is-large:checked + label::before {
    background: #1a5b17; }
  .switch[type="checkbox"].is-large:checked + label::after {
    left: 41.5px; }
  .switch[type="checkbox"].is-large:checked.is-rtl + label::after {
    left: auto;
    right: 41.5px; }
  .switch[type="checkbox"].is-large.is-outlined + label::before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-large.is-outlined + label::after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-large.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #1a5b17; }
  .switch[type="checkbox"].is-large.is-outlined:checked + label::after {
    background: #1a5b17; }
  .switch[type="checkbox"].is-large.is-thin + label::before {
    top: 14.18182px;
    height: 9.75px; }
  .switch[type="checkbox"].is-large.is-thin + label::after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-large.is-rounded + label::before {
    border-radius: 20px; }
  .switch[type="checkbox"].is-large.is-rounded + label::after {
    border-radius: 50%; }
  .switch[type="checkbox"].blue:checked + label::before {
    background: #3273dc; }
  .switch[type="checkbox"].yellow:checked + label::before {
    background: #ffdd57; }
  .switch[type="checkbox"].is-white:checked + label::before {
    background: white; }
  .switch[type="checkbox"].is-white.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: white !important; }
  .switch[type="checkbox"].is-white.is-outlined:checked + label::after {
    background: white; }
  .switch[type="checkbox"].is-white.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-white + label::before {
    background: white; }
  .switch[type="checkbox"].is-unchecked-white.is-outlined + label::before {
    background-color: transparent;
    border-color: white !important; }
  .switch[type="checkbox"].is-unchecked-white.is-outlined + label::after {
    background: white; }
  .switch[type="checkbox"].is-black:checked + label::before {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-black.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #0a0a0a !important; }
  .switch[type="checkbox"].is-black.is-outlined:checked + label::after {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-black.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-black + label::before {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-unchecked-black.is-outlined + label::before {
    background-color: transparent;
    border-color: #0a0a0a !important; }
  .switch[type="checkbox"].is-unchecked-black.is-outlined + label::after {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-light:checked + label::before {
    background: whitesmoke; }
  .switch[type="checkbox"].is-light.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: whitesmoke !important; }
  .switch[type="checkbox"].is-light.is-outlined:checked + label::after {
    background: whitesmoke; }
  .switch[type="checkbox"].is-light.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-light + label::before {
    background: whitesmoke; }
  .switch[type="checkbox"].is-unchecked-light.is-outlined + label::before {
    background-color: transparent;
    border-color: whitesmoke !important; }
  .switch[type="checkbox"].is-unchecked-light.is-outlined + label::after {
    background: whitesmoke; }
  .switch[type="checkbox"].is-dark:checked + label::before, .switch[type="checkbox"].tabselHighlightedYes:checked + label::before, .switch[type="checkbox"].is-light-darker:checked + label::before {
    background: #363636; }
  .switch[type="checkbox"].is-dark.is-outlined:checked + label::before, .switch[type="checkbox"].is-outlined.tabselHighlightedYes:checked + label::before, .switch[type="checkbox"].is-outlined.is-light-darker:checked + label::before {
    background-color: transparent;
    border-color: #363636 !important; }
  .switch[type="checkbox"].is-dark.is-outlined:checked + label::after, .switch[type="checkbox"].is-outlined.tabselHighlightedYes:checked + label::after, .switch[type="checkbox"].is-outlined.is-light-darker:checked + label::after {
    background: #363636; }
  .switch[type="checkbox"].is-dark.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-thin.is-outlined.tabselHighlightedYes + label::after, .switch[type="checkbox"].is-thin.is-outlined.is-light-darker + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-dark + label::before {
    background: #363636; }
  .switch[type="checkbox"].is-unchecked-dark.is-outlined + label::before {
    background-color: transparent;
    border-color: #363636 !important; }
  .switch[type="checkbox"].is-unchecked-dark.is-outlined + label::after {
    background: #363636; }
  .switch[type="checkbox"].is-primary:checked + label::before {
    background: #1a5b17; }
  .switch[type="checkbox"].is-primary.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #1a5b17 !important; }
  .switch[type="checkbox"].is-primary.is-outlined:checked + label::after {
    background: #1a5b17; }
  .switch[type="checkbox"].is-primary.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-primary + label::before {
    background: #1a5b17; }
  .switch[type="checkbox"].is-unchecked-primary.is-outlined + label::before {
    background-color: transparent;
    border-color: #1a5b17 !important; }
  .switch[type="checkbox"].is-unchecked-primary.is-outlined + label::after {
    background: #1a5b17; }
  .switch[type="checkbox"].is-secondary:checked + label::before, .switch[type="checkbox"].tabselHighlightedNo:checked + label::before {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-secondary.is-outlined:checked + label::before, .switch[type="checkbox"].is-outlined.tabselHighlightedNo:checked + label::before {
    background-color: transparent;
    border-color: #d2d2d2 !important; }
  .switch[type="checkbox"].is-secondary.is-outlined:checked + label::after, .switch[type="checkbox"].is-outlined.tabselHighlightedNo:checked + label::after {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-secondary.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-thin.is-outlined.tabselHighlightedNo + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-secondary + label::before {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-unchecked-secondary.is-outlined + label::before {
    background-color: transparent;
    border-color: #d2d2d2 !important; }
  .switch[type="checkbox"].is-unchecked-secondary.is-outlined + label::after {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-footer:checked + label::before {
    background: #a2a2a2; }
  .switch[type="checkbox"].is-footer.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #a2a2a2 !important; }
  .switch[type="checkbox"].is-footer.is-outlined:checked + label::after {
    background: #a2a2a2; }
  .switch[type="checkbox"].is-footer.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-footer + label::before {
    background: #a2a2a2; }
  .switch[type="checkbox"].is-unchecked-footer.is-outlined + label::before {
    background-color: transparent;
    border-color: #a2a2a2 !important; }
  .switch[type="checkbox"].is-unchecked-footer.is-outlined + label::after {
    background: #a2a2a2; }
  .switch[type="checkbox"].is-info:checked + label::before {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-info.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #d2d2d2 !important; }
  .switch[type="checkbox"].is-info.is-outlined:checked + label::after {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-info.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-info + label::before {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-unchecked-info.is-outlined + label::before {
    background-color: transparent;
    border-color: #d2d2d2 !important; }
  .switch[type="checkbox"].is-unchecked-info.is-outlined + label::after {
    background: #d2d2d2; }
  .switch[type="checkbox"].is-success:checked + label::before {
    background: #0A2D14; }
  .switch[type="checkbox"].is-success.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #0A2D14 !important; }
  .switch[type="checkbox"].is-success.is-outlined:checked + label::after {
    background: #0A2D14; }
  .switch[type="checkbox"].is-success.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-success + label::before {
    background: #0A2D14; }
  .switch[type="checkbox"].is-unchecked-success.is-outlined + label::before {
    background-color: transparent;
    border-color: #0A2D14 !important; }
  .switch[type="checkbox"].is-unchecked-success.is-outlined + label::after {
    background: #0A2D14; }
  .switch[type="checkbox"].is-warning:checked + label::before {
    background: #ffdd57; }
  .switch[type="checkbox"].is-warning.is-outlined:checked + label::before {
    background-color: transparent;
    border-color: #ffdd57 !important; }
  .switch[type="checkbox"].is-warning.is-outlined:checked + label::after {
    background: #ffdd57; }
  .switch[type="checkbox"].is-warning.is-thin.is-outlined + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-warning + label::before {
    background: #ffdd57; }
  .switch[type="checkbox"].is-unchecked-warning.is-outlined + label::before {
    background-color: transparent;
    border-color: #ffdd57 !important; }
  .switch[type="checkbox"].is-unchecked-warning.is-outlined + label::after {
    background: #ffdd57; }
  .switch[type="checkbox"].is-danger:checked + label::before, .switch[type="checkbox"].error:checked + label::before {
    background: #960000; }
  .switch[type="checkbox"].is-danger.is-outlined:checked + label::before, .switch[type="checkbox"].is-outlined.error:checked + label::before {
    background-color: transparent;
    border-color: #960000 !important; }
  .switch[type="checkbox"].is-danger.is-outlined:checked + label::after, .switch[type="checkbox"].is-outlined.error:checked + label::after {
    background: #960000; }
  .switch[type="checkbox"].is-danger.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-thin.is-outlined.error + label::after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-danger + label::before {
    background: #960000; }
  .switch[type="checkbox"].is-unchecked-danger.is-outlined + label::before {
    background-color: transparent;
    border-color: #960000 !important; }
  .switch[type="checkbox"].is-unchecked-danger.is-outlined + label::after {
    background: #960000; }

.tagsinput {
  height: auto !important; }
  .tagsinput .control {
    margin-bottom: 0.1em !important;
    margin-top: 0.1em !important; }
  .tagsinput input {
    border: none;
    margin-bottom: 0.1em !important;
    margin-top: 0.1em !important; }
  .tagsinput .tag.is-active {
    background-color: #1a5b17;
    color: white; }

.standard-page {
  background-color: #fcfcfc !important; }
  .standard-page p {
    font-size: 110%;
    margin-bottom: 10px; }
  .standard-page .quote {
    font-size: 200%;
    line-height: 110%;
    margin-bottom: 4em; }
  .standard-page .page-headline {
    margin-top: 1em;
    margin-bottom: 50px; }
    .standard-page .page-headline h1 {
      font-size: 250%;
      line-height: 110%;
      margin-bottom: 10px; }
    .standard-page .page-headline h2 {
      font-size: 200%;
      line-height: 110%; }
  .standard-page .section {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .standard-page .section .columns {
        margin-left: 0px; } }
    .standard-page .section h2 {
      font-size: 200%;
      margin-bottom: 10px;
      line-height: 110%; }
    .standard-page .section ul {
      font-size: 110%;
      margin-bottom: 10px; }
    .standard-page .section ul li {
      text-indent: 0em; }
    .standard-page .section ul li:before {
      left: -2em;
      margin-right: 0.5em;
      margin-left: 0em;
      top: 0.65em; }
    .standard-page .section .subheadline {
      margin-top: 30px; }
  .standard-page .features, .standard-page .listing {
    text-align: left; }
    .standard-page .features h2, .standard-page .listing h2 {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .standard-page .features h2, .standard-page .listing h2 {
          padding-left: 0px;
          text-align: left; } }
    .standard-page .features h3, .standard-page .listing h3 {
      font-size: 150%;
      margin-bottom: 10px; }
    .standard-page .features .column, .standard-page .listing .column {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 768px) {
        .standard-page .features .column, .standard-page .listing .column {
          padding-left: 0px;
          padding-right: 0px; } }
    .standard-page .features .picto, .standard-page .listing .picto {
      text-align: center; }
      .standard-page .features .picto img, .standard-page .listing .picto img {
        height: 100px;
        width: 100px; }
  .standard-page .listing .tile {
    padding-left: 5px;
    padding-right: 20px;
    margin-bottom: 20px; }
  .standard-page .listing .greyed {
    background: #dbdbdb; }
