@charset "UTF-8";
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.modal-close::before, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal-close::before {
  height: 2px;
  width: 50%;
}

.modal-close::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal, .modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.columns {
  width: 100%;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.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: 50%;
}

.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-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.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-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.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 {
  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 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  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: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .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: 50%;
  }
  .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-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .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.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, .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, .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 (max-width: 1087px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    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: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .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: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .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%;
  }
}

@media screen and (min-width: 1472px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 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;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.modal {
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  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-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

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

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

@keyframes infogram-loader {
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/hc/theming_assets/01JQEP0SCHADNCA1YZ37PNG1E6) format("truetype"), url(/hc/theming_assets/01JQEP0PQR0SV3Y9CH2XJXZVV8?) format("eot"), url(/hc/theming_assets/01JQEP0Q64VSDCTW32BRM2JRWW) format("woff2"), url(/hc/theming_assets/01JQEP0SKDZ5DQARJMBCQQMEND) format("woff"), url(/hc/theming_assets/01M3BXH8CJ43F2P7X1MNN2TD0C#Roboto) format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/hc/theming_assets/01JQEP0SBPR5KNBHCN3AZS0SQK) format("truetype"), url(/hc/theming_assets/01JQEP0RKMKRA9MZQRNQ2TRSNQ?) format("eot"), url(/hc/theming_assets/01JQEP0PVAVH170VSEPVATSMKZ) format("woff2"), url(/hc/theming_assets/01JQEP0S3B1KBXB8ABBC5BSXHB) format("woff"), url(/hc/theming_assets/01M3BXH8B7DZQX2Z462J8XE9FF#Roboto) format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/hc/theming_assets/01JQEP0S0V56YG93AX26MSXAAQ) format("truetype"), url(/hc/theming_assets/01JQEP0QFH6PGR9W6WV683SYND?) format("eot"), url(/hc/theming_assets/01JQEP0P27Y011SYW83GZ6SWXH) format("woff2"), url(/hc/theming_assets/01JQEP0S3BR6ZFEAJB9R4FNM7M) format("woff"), url(/hc/theming_assets/01M3BXH39HBM1ZEJQS5C41KMJG#Roboto) format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/hc/theming_assets/01JQEP0RWAWY5HDXKHK5XAXPZD) format("truetype"), url(/hc/theming_assets/01JQEP0RBFPSR09EK60KF4MF11?) format("eot"), url(/hc/theming_assets/01JQEP0P3SSW2DBEEBAD7MF8DB) format("woff2"), url(/hc/theming_assets/01JQEP0SBCYHSATGE5GNC3DNMK) format("woff"), url(/hc/theming_assets/01M3BXH5B3R24BNV1WHQ4N37WZ#Roboto) format("svg");
}

@font-face {
  font-family: "infoticons";
  font-style: normal;
  font-weight: normal;
  src: url(/hc/theming_assets/01JQEP0SAW58032MH0FTGJY5KN) format("truetype"), url(/hc/theming_assets/01JQEP0P2C38Q1QQVMPCEQAB8Q?) format("eot"), url(/hc/theming_assets/01JQEP0SJRY0TF1476XEZQ3TVH) format("woff"), url(/hc/theming_assets/01M3BXH8M088VKM0A4X1NHV015#infoticons) format("svg");
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

body {
  background-color: #fff;
  color: #333333;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

p {
  color: #333333;
  font-weight: 400;
}

a {
  color: #3195cb;
  font-weight: 500;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #3195cb;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01M3BXH2XD1QB8HWEVZX84P2BA) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #3195cb;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

.article iframe {
  max-width: 100% !important;
}

textarea:focus {
  border: 1px solid #3195cb;
}

.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .container:not(.no-padding-mobile) {
    padding: 60px 15px !important;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto';
  font-weight: 500;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

.headline {
  color: #ffffff;
  font-size: 49px;
  font-weight: 300;
  line-height: 57px;
  text-align: center;
}

.subheading {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .subheading {
    margin-top: 12px !important;
  }
}

.section-title {
  font-size: 29px;
  font-weight: 300;
  line-height: 34px;
  color: #656565;
}

.paragraph {
  color: #656565;
  font-weight: 500;
}

.title-h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  color: #656565;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.text--lowercase {
  text-transform: lowercase !important;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--light {
  color: #ffffff !important;
}

.text--dark {
  color: #9b9b9b !important;
}

.text--link {
  font-weight: 500;
  color: #3195cb !important;
  transition: .15s color ease-in;
}

.text--link:hover {
  color: #60afd9 !important;
}

.text--break-word {
  -ms-word-break: break-all !important;
  word-break: break-word !important;
}

.text--nowrap {
  white-space: nowrap !important;
}

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

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

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

.display--b {
  display: block !important;
}

.display--ib {
  display: inline-block !important;
}

.display--n,
.hidden {
  display: none !important;
}

.text--light {
  color: #ffffff;
}

.text--light > * {
  color: inherit;
}

.text--dark {
  color: #9b9b9b;
}

.text--dark > * {
  color: inherit;
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .xs-hidden {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-centered-on-mobile {
    margin: 0 auto;
  }
}

.section .container {
  padding: 60px 0;
}

.section--grey {
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .section--tutorials {
    text-align: center;
  }
  .section--tutorials .columns {
    justify-content: center;
  }
}

.section--separate-bottom .container {
  border-bottom: 1px solid #ebebee;
}

.section--separate-top .container {
  border-top: 1px solid #ebebee;
}

/***** Header *****/
.header {
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 90px;
  margin-bottom: -90px;
  max-width: 1520px;
  padding: 0 2%;
}

.header > .columns {
  height: 100%;
}

.header__logo {
  padding-top: 20px;
  padding-bottom: 0;
}

.header__logo img {
  height: 53px;
}

.header__nav li {
  transition: .2s all ease;
  text-align: center;
}

@media (max-width: 767px) {
  .header__nav li {
    text-align: left;
  }
}

.header__nav li:last-child {
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .header__nav li:last-child {
    text-align: left;
  }
}

.header__nav li:not(:first-child) a {
  padding-top: 15px;
}

.header__nav li:not(:first-child):hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 860px) {
  .header__nav li:not(:first-child) {
    display: none;
  }
}

.header__nav li a {
  color: #ffffff;
  line-height: 25px;
  text-decoration: none;
  display: block;
  height: 100%;
}

.header__signin {
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header__signin {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .header__signin {
    padding-right: 0;
    padding-left: 0;
  }
}

.header__signin .login {
  display: none;
  color: #dff6e9;
  border: 2px solid #dff6e9;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 15px;
}

.header__signin .login:hover, .header__signin .login:active, .header__signin .login:focus {
  color: #dff6e9;
  border-color: currentColor;
  background-color: transparent;
}

.header__signin .submit-a-request {
  color: #fff;
  margin-right: 10px;
}

.header__signin .infogram-login {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .header__signin .infogram-login {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 7px;
  }
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
  transition: .25s all ease-in-out;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #3195cb;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
  background-color: transparent;
  color: #3195cb;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #3195cb;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #ffffff;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #ffffff;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #ffffff;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #3195cb;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #fff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

.footer {
  position: relative;
  background: #fff;
  text-align: center;
}

.footer__languages {
  margin-top: 20px;
}

.footer__languages__language {
  font-size: 13px;
  color: #757575;
  margin: 0 10px;
}

.footer__links {
  text-align: left;
}

.footer__links:after {
  content: "";
  display: table;
  clear: both;
}

.footer__links a {
  display: block;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 13px;
}

.footer__links .col {
  width: 165px;
  margin: 0 10px;
}

.footer__links .col:last-child {
  margin: 0 0 0 10px;
}

.footer__links .col__header {
  font-size: 17px;
  color: #656565;
  font-weight: 500;
}

@media screen and (min-width: 930px) {
  .footer__links .col {
    float: left;
  }
}

@media screen and (max-width: 930px) {
  .footer__links .col {
    display: block;
    margin: 0 auto 20px !important;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .footer__links {
    padding: 20px;
  }
}

.footer__soc_icons {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.footer__soc_icons__icon {
  flex-basis: auto;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition: .25s all ease-in-out;
  border-radius: 4px;
  background-color: #ebebee;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__soc_icons__icon:hover {
  background-color: rgba(235, 235, 238, 0.6);
}

.footer__soc_icons__icon--facebook {
  background-size: 45%;
  background-image: url(/hc/theming_assets/01M3BXH7ZHXTA1V7V619KQP22H);
}

.footer__soc_icons__icon--twitter {
  background-size: 51%;
  background-image: url(/hc/theming_assets/01M3BXH8C52QWBZFKNZBZMMWXH);
}

.footer__soc_icons__icon--linkedin {
  background-size: 48%;
  background-image: url(/hc/theming_assets/01M3BXH8GTS3F5M3B56BSVDQ8P);
}

.footer__soc_icons__icon--instagram {
  background-size: 48%;
  background-image: url(/hc/theming_assets/01M3BXH86PBB5S64RV1XHVZ5ZX);
}

.footer__soc_icons__icon--youtube {
  background-size: 48%;
  background-image: url(/hc/theming_assets/01M3BXH8Q53P6H1DET4VDNY022);
}

.footer__contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__contacts__icon {
  font-size: 15px;
  text-align: center;
  position: relative;
  padding-left: 23px;
  margin: 0 12px;
}

@media screen and (max-width: 420px) {
  .footer__contacts__icon--email {
    margin-bottom: 5px;
  }
}

.footer__contacts__icon::before {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
}

.footer__contacts__icon--email::before {
  top: 48%;
  background-image: url(/hc/theming_assets/01M3BXH51X41B4M23D8PE86HH8);
}

.footer__contacts__icon--phone::before {
  left: -2px;
  top: 48%;
  background-image: url(/hc/theming_assets/01M3BXH8FFCY5C70A2P3RG4ZXS);
}

.footer__contacts__icon--chat::before {
  background-image: url(/hc/theming_assets/01M3BXH8C9D6ZFW22J9TR1WKMG);
}

.footer__copyright {
  text-align: center;
}

.footer__copyright p {
  font-size: 15px;
  line-height: 20px;
  padding: 30px 20px 25px;
}

.footer__copyright p span {
  font-size: 11px;
  line-height: 20px;
}

.footer__copyright img {
  width: 65px;
  height: 20px;
}

@media screen and (max-width: 420px) {
  .footer .contacts ul li {
    display: block;
    padding: 10px 0;
  }
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 30px 0 15px 0;
  padding: 0;
}

.breadcrumbs li {
  color: #9b9b9b;
  display: inline;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: "\e045";
  font-size: 9px;
  font-family: 'infoticons';
  margin: 0 4px;
}

.breadcrumbs li a {
  color: inherit;
}

/***** Buttons *****/
.button,
[role="button"] {
  border: 1px solid #3195cb;
  border-radius: 4px;
  color: #3195cb;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button,
  [role="button"] {
    width: auto;
  }
}

.button::after,
[role="button"]::after {
  color: #3195cb;
}

.button:hover,
.button:active,
.button:focus,
[role="button"]:hover,
[role="button"]:active,
[role="button"]:focus {
  background-color: #3195cb;
  color: #fff;
  text-decoration: none;
}

.button[data-disabled],
[role="button"][data-disabled] {
  cursor: default;
}

.button-large,
input[type="submit"] {
  background-color: #3195cb;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large,
  input[type="submit"] {
    width: auto;
  }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #1d5979;
}

.button-large[disabled],
input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: black;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.bttn {
  background-color: #ce2533;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 36px;
  margin: 0;
  min-width: 140px;
  text-align: center;
  transition: .15s all ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  border: 2px solid transparent;
  font-weight: 500;
}

.bttn:hover, .bttn:focus {
  background-color: #e25e68;
  text-decoration: none;
}

.bttn--transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.bttn--transparent:hover {
  background-color: #ffffff;
  color: #656565;
}

.bttn--primary {
  background-color: #3195cb;
}

.bttn--primary:hover, .bttn--primary:focus {
  background-color: #6db5dc;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: black;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #3195cb;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #3195cb;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #3195cb;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: black;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01JQEP0P97SRQ46F5MN90EWKPJ) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
}

.form footer a {
  color: black;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #1d5979;
}

/***** Search field *****/
.search {
  position: relative;
  margin-top: 28px;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #666;
  font-size: 16px;
  position: absolute;
  left: 20px;
  transition: .2s all ease-in-out;
}

@media (max-width: 767px) {
  .search::before {
    left: 10px;
  }
}

[dir="rtl"] .search::before {
  right: 20px;
  left: auto;
}

.search input[type="search"] {
  transition: .2s all ease-in-out;
  font-weight: 500;
  font-size: 17px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #999;
  height: 50px;
  padding-left: 55px;
  -webkit-appearance: none;
  width: 100%;
  border-color: transparent;
  box-shadow: 0 0 0 1px #c2c7cd;
}

.search input[type="search"]::placeholder {
  color: #a8a8a8;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  box-shadow: 0 0 0 1px #3195cb;
  color: #555;
  padding-left: 60px;
}

.search input[type="search"]:hover {
  box-shadow: 0 0 0 1px rgba(49, 149, 203, 0.6);
}

@media (max-width: 767px) {
  .search input[type="search"] {
    padding-left: 35px;
  }
}

.search.no-results::before {
  color: #ce2533;
}

.search.no-results input[type="search"] {
  color: #ce2533;
}

.search-terms {
  margin-top: 35px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .search-terms {
    text-align: left;
  }
}

.search-terms h5 {
  font-size: inherit;
}

.search-terms ul {
  margin-left: 15px;
}

.search-terms ul li {
  display: inline-block;
  margin-left: 5px;
  border-radius: 4px;
  background-color: transparent;
  transition: .2s all ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 8px;
  margin-bottom: 5px;
}

.search-terms ul li:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  color: #656565;
  cursor: pointer;
}

.contact-box {
  display: flex;
  align-items: center;
}

.contact-box__image {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}

.categories-list {
  justify-content: center;
}

.categories-list > .column {
  padding: 10px;
}

.categories-list__item {
  border: 2px solid #e0e0e4;
  border-radius: 4px;
  box-sizing: border-box;
  color: #656565;
  text-align: center;
  transition: .2s all ease;
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  height: 100%;
}

.categories-list__item:hover, .categories-list__item:focus, .categories-list__item:active {
  background-color: #f5f5f5;
}

.categories-list__item-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.categories-list__item-description {
  font-weight: 400;
}

.categories-list__item-link {
  color: inherit;
  display: block;
  padding: 15px 10px;
}

.categories-list__item-link:hover, .categories-list__item-link:focus {
  text-decoration: none;
}

.categories-tree__item {
  margin-bottom: 20px;
}

.categories-tree__title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #656565;
}

.categories-tree__title a {
  font-weight: inherit;
  color: inherit;
}

.categories-tree .article-list {
  display: initial;
}

.categories-tree .article-list-item {
  border-bottom: none;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .categories-tree .article-list-item.article-promoted {
    margin-left: 20px;
  }
}

.categories-tree .article-list-link {
  font-size: 15px;
}

.categories-tree .article-list-link.icon-star::before {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 11px;
}

.categories-tree .see-all-articles {
  font-size: 13px;
  font-weight: 500;
  color: #656565;
}

.tutorial-video {
  max-width: 360px;
}

@media (max-width: 767px) {
  .tutorial-video {
    margin: 0 auto;
  }
}

.tutorial-video__thumb {
  cursor: pointer;
  position: relative;
}

.tutorial-video__thumb::before, .tutorial-video__thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .15s all ease-in-out;
  display: block;
  z-index: 10;
  transform-origin: left top;
}

.tutorial-video__thumb::before {
  width: 70px;
  height: 45px;
  background-color: rgba(51, 51, 51, 0.85);
}

.tutorial-video__thumb::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  border-color: transparent transparent transparent #ffffff;
}

.tutorial-video__thumb:hover::before {
  background-color: rgba(49, 149, 203, 0.85);
}

.tutorial-video__thumb img {
  max-width: 100%;
}

.tutorial-video__title {
  color: #656565;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  padding-top: 15px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* Fixes tutorial video height */
iframe[src*="wistia.com/embed"] {
  min-height: 350px;
  display: block;
  max-width: 640px;
}

zd-autocomplete {
  display: none;
}

.type-ahead-box {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.type-ahead-box h3 {
  font-size: 15px;
  line-height: 24px;
  color: #3195cb;
  display: inline-block;
}

.type-ahead-box h3.has-video {
  padding-left: 10px;
}

.type-ahead-box ul {
  margin-top: 5px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(21, 34, 53, 0.4);
  border-radius: 3px;
}

.type-ahead-box ul li {
  text-align: left;
  color: #656565;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  transition: .2s all ease-in-out;
}

.type-ahead-box ul li:hover {
  background-color: #fafafa;
}

.type-ahead-box ul li a:hover {
  text-decoration: none;
}

.type-ahead-box .type-ahead-breadcrumb {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 18px;
}

.type-ahead-box .type-ahead-breadcrumb:first-of-type {
  margin-right: 5px;
}

.type-ahead-box .type-ahead-breadcrumb:last-of-type {
  margin-left: 5px;
}

.type-ahead-box .type-ahead-breadcrumb:last-of-type::before {
  font-size: 10px;
  position: relative;
  left: -5px;
}

.type-ahead-header {
  display: flex;
  flex-direction: column;
}

.type-ahead-header h3,
.type-ahead-header p {
  margin-bottom: 10px;
}

.type-ahead-header a:hover,
.type-ahead-header a:focus,
.type-ahead-header a:active {
  color: #3195cb;
}

.search-breadcrumb-wrapper {
  color: #afb3ba;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-list__item {
  padding: 20px;
  padding-left: 0;
  flex: 1 0 45%;
}

@media (max-width: 767px) {
  .article-list__item {
    flex-basis: 100%;
  }
}

.article-list__link {
  font-size: 21px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
}

.article-list__link.icon-star::before {
  color: #3195cb;
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 5px;
}

.article-list__description {
  font-size: 15px;
  line-height: 23px;
  color: #656565;
}

@media (min-width: 1066px) {
  .article {
    padding-right: 50px;
  }
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 80%;
    max-width: 736px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ebebee;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article img {
  cursor: zoom-in;
}

.article a[href] img {
  cursor: pointer;
}

.article-author {
  margin-bottom: 10px;
}

.article-title {
  margin-bottom: 0;
  color: #656565;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"]
.article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}

.article-body a:visited {
  color: #1d5979;
}

.article-body code {
  background: #f7f7f7;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 25px 0;
  word-wrap: break-word;
}

.article-content a:visited {
  color: #3195cb;
}

.article-content p, .article-content li {
  color: #656565;
}

.article-content h2 {
  font-weight: 500;
  color: #656565;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #3195cb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 1065px) {
  .article-sidebar .related-articles {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .article-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .article-sidebar .related-articles li a {
    padding: 7px;
    line-height: 18px;
  }
}

.article-sidebar__title {
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}

.article-sidebar__articles {
  margin-bottom: 25px;
}

@media (max-width: 1065px) {
  .article-sidebar__articles {
    display: none;
  }
}

.article-sidebar__sections {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
}

.article-sidebar__sections a {
  color: #656565;
  font-weight: 500;
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 10px;
  transition: color .15s ease-in;
  text-decoration: none;
}

.article-sidebar__sections a:hover, .article-sidebar__sections a:focus, .article-sidebar__sections a:active {
  color: #3195cb;
}

.article-sidebar h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}

.article-sidebar ul li a {
  color: #656565;
  line-height: 25px;
  border-radius: 4px;
  color: #333333;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  transition: .15s all ease-in-out;
}

.article-sidebar ul li a:not(.current-article) {
  color: #3195cb;
}

.article-sidebar ul li a:hover, .article-sidebar ul li a.current-article {
  background-color: #ebebee;
  color: #656565;
  text-decoration: none;
}

.article-relatives {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  padding: 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebee;
}

.article-votes__question {
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  color: #656565;
}

.article-votes__icon {
  position: absolute;
  left: 10px;
  top: 7.5px;
}

.article-vote {
  color: #3195cb;
  margin: 10px 5px;
  height: 40px;
  width: 80px;
  border: 2px solid #3195cb;
  border-radius: 4px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.article-vote:hover, .article-vote[aria-selected="true"], .article-vote:focus, .article-vote:active {
  background-color: #3195cb;
}

.article-vote:hover::after, .article-vote[aria-selected="true"]::after, .article-vote:focus::after, .article-vote:active::after {
  color: #ffffff;
}

.article-vote::after {
  content: attr(title);
  line-height: 35px;
  padding-left: 18px;
}

.article-vote-up::before,
.article-vote-down::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  width: 21px;
  height: 21px;
}

.article-vote-up::before {
  background: transparent url(/hc/theming_assets/01M3BXH83TZKHS2Y59N18NDP0R) center center no-repeat;
}

.article-vote-up:hover::before, .article-vote-up[aria-selected="true"]::before, .article-vote-up:active::before, .article-vote-up:focus::before {
  background-image: url(/hc/theming_assets/01M3BXH85WBK6B13HM6W405A5M);
}

.article-vote-down::before {
  background: transparent url(/hc/theming_assets/01M3BXH8C6N7PBSE9KWYXXV6A0) center center no-repeat;
}

.article-vote-down:hover::before, .article-vote-down[aria-selected="true"]::before, .article-vote-down:active::before, .article-vote-down:focus::before {
  background-image: url(/hc/theming_assets/01M3BXH4N7CDM3EFNQEAX1VHYC);
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .search-results-list {
    max-width: 75%;
  }
}

.search-results-list > li {
  padding: 15px 0;
}

.info-box {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
}

.info-box__icon {
  min-width: 40px;
  min-height: 25px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.info-box__content {
  font-size: 15px;
  line-height: 25px;
  color: #656565;
}

.info-box__subtitle {
  font-weight: 500;
}

.info-box--green {
  border-color: #3ea771;
  background-color: rgba(62, 167, 113, 0.1);
}

.info-box--yellow {
  border-color: #f0cb69;
  background-color: rgba(240, 203, 105, 0.1);
}

.info-box--red {
  border-color: #dc5356;
  background-color: rgba(220, 83, 86, 0.1);
}

.info-box--green .info-box__icon {
  background-image: url(/hc/theming_assets/01M3BXH8CEQF7YTM001A30WE6D);
}

.info-box--yellow .info-box__icon {
  background-image: url(/hc/theming_assets/01M3BXH8CAPW016CTJH8315WDH);
}

.info-box--red .info-box__icon {
  background-image: url(/hc/theming_assets/01M3BXH83W7HZZ24BHNRYESASB);
}

.language-selector {
  margin-right: 10px;
}

.language-selector .dropdown-toggle {
  color: #fff;
}

.language-selector .dropdown-menu {
  top: 0;
  display: initial;
  pointer-events: none;
  padding: 0;
  border: 0;
  opacity: 0;
  height: 0;
  transition: .15s all ease-in-out;
}

.language-selector:hover {
  overflow-x: visible;
}

.language-selector:hover .dropdown-menu {
  top: 22px;
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.modal .modal-content {
  background-color: #ffffff;
  width: 990px;
  height: 620px;
  overflow: hidden;
}

.modal .modal-content iframe {
  width: 100%;
  height: 100%;
}

.modal--lightbox .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: transparent;
}

.modal--lightbox img {
  max-width: 100%;
}

.divider {
  border: 0;
  border-bottom: 1px solid #ebebee;
}

ul.styled-list, ol.styled-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

ul.styled-list--icons li .icon, ol.styled-list--icons li .icon {
  position: absolute;
  left: 0;
}

ul.styled-list li, ol.styled-list li {
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 5px;
  position: relative;
}

ul.styled-list--digits li::before, ul.styled-list--checkmarks li::before, ol.styled-list--digits li::before, ol.styled-list--checkmarks li::before {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  font-weight: 500;
  top: 3px;
  background-color: #3195cb;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
}

ul.styled-list--digits, ol.styled-list--digits {
  counter-reset: ordered-list;
}

ul.styled-list--digits li, ol.styled-list--digits li {
  counter-increment: ordered-list;
}

ul.styled-list--digits li::before, ol.styled-list--digits li::before {
  content: counter(ordered-list);
}

ul.styled-list--checkmarks li::before, ol.styled-list--checkmarks li::before {
  content: '\e009';
  font-size: 12px;
  font-family: 'infoticons';
}

.framed {
  padding: 15px 25px;
  border: 1px solid #ebebee;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}

.article-content kbd {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  cursor: default;
  user-select: none;
  background: #ffffff;
  border: 1px solid #ebebee;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}

.tabs__input {
  position: absolute;
  opacity: 0;
}

.tabs__label {
  width: 100%;
  padding: 10px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  color: #656565;
  position: relative;
  transition: color .15s ease-in-out;
}

.tabs__label:hover, .tabs__label:active {
  color: #3195cb;
}

@media (min-width: 600px) {
  .tabs__label {
    width: auto;
  }
}

.tabs__panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
  border: 1px solid #ebebee;
  border-radius: 4px;
  margin-top: -1px;
  flex-basis: 100%;
}

@media (min-width: 600px) {
  .tabs__panel {
    order: 99;
  }
}

.tabs__input:checked + .tabs__label {
  color: #3195cb;
  border: 1px solid #ebebee;
  border-bottom: 1px solid #fff;
}

.tabs__input:checked + .tabs__label + .tabs__panel {
  display: block;
}

.tabs__input:focus + .tabs_ + label {
  box-shadow: inset 0px 0px 0px 3px #3195cb;
  z-index: 1;
}

#back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 80px;
  right: -30px;
  cursor: pointer;
  transition-property: right, background-color;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
  color: #3195cb;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3195cb;
}

#back-to-top.visible {
  right: 20px;
}

@media (max-width: 1065px) {
  #back-to-top.visible {
    right: 30px;
    bottom: 65px;
  }
}

#back-to-top:hover {
  color: #fff;
  background-color: #3195cb;
}

.ig-color--pro {
  color: #539883;
}

.ig-color--business {
  color: #456579;
}

.ig-color--team {
  color: #da7d81;
}

.ig-color--enterprise {
  color: #9c81b6;
}

.ig-color--brand {
  color: #3195cb;
}

.ig-color--accent {
  color: #ce2533;
}

.spacer {
  display: block;
  margin: 0;
  padding: 0;
}

.spacer.s5 {
  height: 5px;
}

.spacer.s10 {
  height: 10px;
}

.spacer.s15 {
  height: 15px;
}

.spacer.s20 {
  height: 20px;
}

.spacer.s25 {
  height: 25px;
}

.spacer.s30 {
  height: 30px;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: inherit;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #1d5979;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #3195cb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Icons *****/
[class^='icon-']::before,
[class*=' icon-']::before,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected='true']::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: 'infoticons', 'copenhagen-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon::before {
  font-size: inherit;
  color: inherit;
}

.icon-sort-down:before {
  content: '\e005';
}

.icon-sort-up:before {
  content: '\e006';
}

.icon-drop:before {
  content: '\e000';
}

.icon-add-team:before {
  content: '\e001';
}

.icon-billing:before {
  content: '\e007';
}

.icon-cancel:before {
  content: '\e008';
}

.icon-check:before {
  content: '\e009';
}

.icon-color-pallete:before {
  content: '\e00a';
}

.icon-comment:before {
  content: '\e00b';
}

.icon-contact:before {
  content: '\e00c';
}

.icon-create:before {
  content: '\e00d';
}

.icon-delete:before {
  content: '\e00f';
}

.icon-document:before {
  content: '\e010';
}

.icon-down:before {
  content: '\e011';
}

.icon-download:before {
  content: '\e012';
}

.icon-dropbox:before {
  content: '\e013';
}

.icon-duplicate:before {
  content: '\e014';
}

.icon-edit:before {
  content: '\e015';
}

.icon-error:before {
  content: '\e016';
}

.icon-expand:before {
  content: '\e017';
}

.icon-facebook:before {
  content: '\e018';
}

.icon-favorite:before {
  content: '\e019';
}

.icon-folder:before {
  content: '\e01a';
}

.icon-font-larger:before {
  content: '\e01b';
}

.icon-font-smaller:before {
  content: '\e01c';
}

.icon-google:before {
  content: '\e01d';
}

.icon-google-analytics:before {
  content: '\e01e';
}

.icon-google-drive:before {
  content: '\e01f';
}

.icon-hamburger:before {
  content: '\e020';
}

.icon-info:before {
  content: '\e021';
}

.icon-info-analytics-infographic-settings:before {
  content: '\e022';
}

.icon-info-stroke:before {
  content: '\e023';
}

.icon-infographic-settings:before {
  content: '\e024';
}

.icon-insertchart:before {
  content: '\e025';
}

.icon-insertmap:before {
  content: '\e026';
}

.icon-insertmedia:before {
  content: '\e027';
}

.icon-insertpicture:before {
  content: '\e028';
}

.icon-insertplugin:before {
  content: '\e029';
}

.icon-inserttext:before {
  content: '\e02a';
}

.icon-instagram:before {
  content: '\e02b';
}

.icon-learn:before {
  content: '\e02c';
}

.icon-drag:before {
  content: '\e02d';
}

.icon-italic:before {
  content: '\e02e';
}

.icon-json:before {
  content: '\e02f';
}

.icon-landscape:before {
  content: '\e030';
}

.icon-left:before {
  content: '\e031';
}

.icon-library:before {
  content: '\e032';
}

.icon-link:before {
  content: '\e033';
}

.icon-linkedin:before {
  content: '\e034';
}

.icon-list:before {
  content: '\e035';
}

.icon-logout:before {
  content: '\e036';
}

.icon-max-object:before {
  content: '\e037';
}

.icon-merge:before {
  content: '\e038';
}

.icon-min-object:before {
  content: '\e039';
}

.icon-minus:before {
  content: '\e03a';
}

.icon-more:before {
  content: '\e03b';
}

.icon-notifications:before {
  content: '\e03c';
}

.icon-numbered-list:before {
  content: '\e03d';
}

.icon-onedrive:before {
  content: '\e03e';
}

.icon-plus:before {
  content: '\e03f';
}

.icon-portrait:before {
  content: '\e040';
}

.icon-presentation:before {
  content: '\e041';
}

.icon-preview:before {
  content: '\e042';
}

.icon-private:before {
  content: '\e043';
}

.icon-public:before {
  content: '\e044';
}

.icon-right:before {
  content: '\e045';
}

.icon-save:before {
  content: '\e046';
}

.icon-saved:before {
  content: '\e047';
}

.icon-settings:before {
  content: '\e048';
}

.icon-share-alt:before {
  content: '\e049';
}

.icon-slideshare:before {
  content: '\e04a';
}

.icon-strikeout:before {
  content: '\e04b';
}

.icon-swap-arrow:before {
  content: '\e04c';
}

.icon-team:before {
  content: '\e04d';
}

.icon-thumbnails:before {
  content: '\e04e';
}

.icon-twitter:before {
  content: '\e04f';
}

.icon-txt-center:before {
  content: '\e051';
}

.icon-txt-clear:before {
  content: '\e052';
}

.icon-txt-left:before {
  content: '\e053';
}

.icon-txt-list:before {
  content: '\e054';
}

.icon-txt-right:before {
  content: '\e055';
}

.icon-up:before {
  content: '\e056';
}

.icon-upgrade:before {
  content: '\e057';
}

.icon-upload:before {
  content: '\e058';
}

.icon-user:before {
  content: '\e059';
}

.icon-vimeo:before {
  content: '\e05a';
}

.icon-youtube:before {
  content: '\e05b';
}

.icon-share-arrow:before {
  content: '\e05c';
}

.icon-search:before {
  content: '\e05d';
}

.icon-code:before {
  content: '\e05e';
}

.icon-area-chart:before {
  content: '\e060';
}

.icon-area-chart-basic:before {
  content: '\e061';
}

.icon-area-percent:before {
  content: '\e062';
}

.icon-bar-chart:before {
  content: '\e063';
}

.icon-bar-stacked:before {
  content: '\e064';
}

.icon-body-text:before {
  content: '\e065';
}

.icon-bubble-chart:before {
  content: '\e066';
}

.icon-bubble-plot:before {
  content: '\e067';
}

.icon-candlestick:before {
  content: '\e068';
}

.icon-column-chart:before {
  content: '\e069';
}

.icon-column-stacked:before {
  content: '\e06a';
}

.icon-dot-plot:before {
  content: '\e06b';
}

.icon-doubleline:before {
  content: '\e06c';
}

.icon-doughnut:before {
  content: '\e06d';
}

.icon-facts-and-figures:before {
  content: '\e06e';
}

.icon-financial:before {
  content: '\e06f';
}

.icon-funnel:before {
  content: '\e070';
}

.icon-gauge:before {
  content: '\e071';
}

.icon-grouped-bar:before {
  content: '\e072';
}

.icon-grouped-column:before {
  content: '\e073';
}

.icon-grouped-scatter:before {
  content: '\e074';
}

.icon-headline:before {
  content: '\e075';
}

.icon-hierarchy:before {
  content: '\e076';
}

.icon-histogram:before {
  content: '\e077';
}

.icon-interface-waterfall:before {
  content: '\e078';
}

.icon-irregular:before {
  content: '\e079';
}

.icon-line:before {
  content: '\e07a';
}

.icon-line-chart:before {
  content: '\e07b';
}

.icon-multiple-axes:before {
  content: '\e07c';
}

.icon-pictorial:before {
  content: '\e07d';
}

.icon-pictorial-bar:before {
  content: '\e07e';
}

.icon-pie-chart:before {
  content: '\e07f';
}

.icon-progress-bar:before {
  content: '\e080';
}

.icon-quote:before {
  content: '\e081';
}

.icon-radial:before {
  content: '\e082';
}

.icon-scatter-chart:before {
  content: '\e083';
}

.icon-size-comparison:before {
  content: '\e084';
}

.icon-stepped-area:before {
  content: '\e085';
}

.icon-stream-chart:before {
  content: '\e086';
}

.icon-table:before {
  content: '\e087';
}

.icon-timer:before {
  content: '\e088';
}

.icon-treemap:before {
  content: '\e089';
}

.icon-wordcloud:before {
  content: '\e08a';
}

.icon-sort:before {
  content: '\e004';
}

.icon-share:before {
  content: '\e003';
}

.icon-right-small:before {
  content: '\e08b';
}

.icon-left-small:before {
  content: '\e08c';
}

.icon-education:before {
  content: '\e08d';
}

.icon-filter:before {
  content: '\e08e';
}

.icon-data:before {
  content: '\e08f';
}

.icon-unlocked:before {
  content: '\e00e';
}

.icon-semicircle:before {
  content: '\e090';
}

.icon-shapes:before {
  content: '\e091';
}

.icon-txt-bold:before {
  content: '\e050';
}

.icon-map-chart:before {
  content: '\e095';
}

.icon-infographic:before {
  content: '\e092';
}

.icon-flickr:before {
  content: '\e093';
}

.icon-cupcake:before {
  content: '\e094';
}

.icon-map-upd:before {
  content: '\e096';
}

.icon-rowafter:before {
  content: '\e097';
}

.icon-rowbefore:before {
  content: '\e098';
}

.icon-columnfirst:before {
  content: '\e099';
}

.icon-columnlast:before {
  content: '\e09a';
}

.icon-copy:before {
  content: '\e09b';
}

.icon-cut:before {
  content: '\e09c';
}

.icon-paste:before {
  content: '\e09d';
}

.icon-delete-column:before {
  content: '\e09e';
}

.icon-delete-row:before {
  content: '\e09f';
}

.icon-shine:before {
  content: '\e0a0';
}

.icon-group-mix:before {
  content: '\e0a2';
}

.icon-lock-size:before {
  content: '\e0a3';
}

.icon-goback:before {
  content: '\e0a1';
}

.icon-stacked-line-combo:before {
  content: '\e0a4';
}

.icon-all-charts:before {
  content: '\e0a5';
}

.icon-graphics:before {
  content: '\e0a6';
}

.icon-information-i:before {
  content: '\e0a9';
}

.icon-zoom:before {
  content: '\e05f';
}

.icon-txt-underline:before {
  content: '\e002';
}

.icon-txt-justify:before {
  content: '\e0aa';
}

.icon-analytics:before {
  content: '\e0ab';
}

.icon-rotate-arrow:before {
  content: '\e0ac';
}

.icon-bring-back:before {
  content: '\e0a7';
}

.icon-bring-front:before {
  content: '\e0a8';
}

.icon-mask:before {
  content: '\e0ad';
}

.icon-pause:before {
  content: '\e0ae';
}

.icon-start:before {
  content: '\e0af';
}

.icon-product-updates:before {
  content: '\e0b0';
}

.icon-edit-map:before {
  content: '\e0b1';
}

.icon-custom-size:before {
  content: '\e0b2';
}

.icon-reports:before {
  content: '\e0b3';
}

.icon-slides:before {
  content: '\e0b4';
}

.icon-bullet:before {
  content: '\e0b5';
}

.icon-learn-book:before {
  content: '\e0b6';
}

.icon-values:before {
  content: '\e0b7';
}

.icon-tooltips:before {
  content: '\e0b8';
}

.icon-legend:before {
  content: '\e0b9';
}

.icon-axes:before {
  content: '\e0ba';
}

.icon-history:before {
  content: '\e0bb';
}

.icon-undo:before {
  content: '\e0bc';
}

.icon-redo:before {
  content: '\e0bd';
}

.icon-cell-merge:before {
  content: '\e0be';
}

.icon-cell-split:before {
  content: '\e0bf';
}

.icon-superscript:before {
  content: '\e0c0';
}

.icon-subscript:before {
  content: '\e0c1';
}

.icon-invisible:before {
  content: '\e0c2';
}

.icon-gantt:before {
  content: '\e0c3';
}

.icon-png-file:before {
  content: '\e0c4';
}

.icon-gif-file:before {
  content: '\e0c5';
}

.icon-pdf-file:before {
  content: '\e0c6';
}

.icon-jpg-file:before {
  content: '\e0c7';
}

.icon-branding:before {
  content: '\e0c8';
}

.icon-lock::before {
  content: '\1F512';
}

.icon-star::before {
  content: '\2605';
}

.icon-linkedin::before {
  content: '\e900';
}

.icon-twitter::before {
  content: '\e901';
}

.icon-googleplus-::before {
  content: '\e902';
}

.icon-facebook::before {
  content: '\e903';
}

.icon-agent::before {
  content: '\1F464';
}

.icon-close::before {
  content: '\2715';
}

.icon-arrow-up::before {
  content: '\2B06';
}

.icon-arrow-down::before {
  content: '\2B07';
}

.icon-attachments::before {
  content: '\1F4CE';
}

.icon-comments::before {
  content: '\1F4AC';
}

.icon-vote::before {
  content: '\1F44D';
}

.icon-handle::before {
  content: '\25BE';
}

.icon-check::before {
  content: '\2713';
}

.icon-gear::before {
  content: '\2699';
}

.icon-menu::before {
  content: '\2630';
}

.icon-article::before {
  content: '\1F4C4';
}

.icon-post::before {
  content: '\1F4D4';
}

.icon-notification-alert::before {
  content: '\26A0';
}

.icon-notification-error::before {
  content: '\00D7';
}

.icon-notification-info::before {
  content: '\2139';
}

.icon-notification-success::before {
  content: '\2714';
}

/***** Hero component *****/
.hero {
  background-image: linear-gradient(267.77deg, #419bad 0%, #4064b9 50%, #582e8d 100%);
  background-position: center;
  background-size: cover;
  padding: 85px 15px 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

.hero .hero-inner {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero .hero-inner {
    padding-top: 30px;
  }
}

.hero .container {
  padding-bottom: 90px;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 25px;
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  min-height: 50px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #333333;
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent,
.recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: #3195cb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li,
.share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #3195cb;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #3195cb;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #3195cb;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #3195cb;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: inherit;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #1d5979;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: #3195cb;
}

.vote-up::before,
.vote-down::before {
  color: #666666;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: #3195cb;
}

.vote-voted:hover::before {
  color: #1d5979;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: #3195cb;
}

.community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
  border-color: #fff;
  color: #fff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: #3195cb;
  color: #fff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #fff;
  color: #fff;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #1d5979;
  border-color: #1d5979;
}

.community-follow [role="button"]::after {
  border-left: 1px solid #3195cb;
  content: attr(data-follower-count);
  color: #3195cb;
  display: inline-block;
  font-family: $heading_font;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #3195cb;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #3195cb;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #1d5979;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #3195cb;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #666666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #3195cb;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #3195cb;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe,
  [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #3195cb;
  color: #fff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #3195cb;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #1d5979;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #666666;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #3195cb;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #3195cb;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a,
.pagination span {
  font-size: 15px;
  color: #666666;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #3195cb;
}

.pagination-current a,
.pagination-current span {
  color: #fff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #3195cb;
  border: 0;
  color: #fff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #3195cb;
  border-radius: 4px;
  color: #3195cb;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}
