@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn, .form-search .input-group .ghk-content-styling .cookie__button, .ghk-content-styling .form-search .input-group .cookie__button {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled), .sidebar-sm .ghk-content-styling .cookie__button:not(.btn-unstyled), .ghk-content-styling .sidebar-sm .cookie__button:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close, .sidebar-sm .ghk-content-styling .cookie__button:not(.btn-unstyled).close, .ghk-content-styling .sidebar-sm .cookie__button:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .ghk-content-styling .btn-monospaced.cookie__button, .ghk-content-styling .sidebar-sm .btn-monospaced.cookie__button, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .ghk-content-styling .btn-monospaced.input-localized-trigger.cookie__button, .ghk-content-styling .sidebar-sm .btn-monospaced.input-localized-trigger.cookie__button, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section, .sidebar-sm .input-group-item .ghk-content-styling .cookie__button .btn-section, .ghk-content-styling .sidebar-sm .input-group-item .cookie__button .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a, .lfr-search-container td .overlay.entry-action .ghk-content-styling .cookie__button a, .ghk-content-styling .lfr-search-container td .overlay.entry-action .cookie__button a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection, .taglib-move-boxes .sortable-container .ghk-content-styling .edit-selection.cookie__button, .ghk-content-styling .taglib-move-boxes .sortable-container .edit-selection.cookie__button {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before, .item-selector .ghk-content-styling .input-file + label.file__close, .ghk-content-styling .item-selector .input-file + label.file__close, .item-selector .ghk-content-styling .input-file + label.navbar__link.dropdown-toggle:before, .ghk-content-styling .item-selector .input-file + label.navbar__link.dropdown-toggle:before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before, .item-selector .ghk-content-styling .input-file:focus + label.file__close, .ghk-content-styling .item-selector .input-file:focus + label.file__close {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before, .navbar .ghk-content-styling .navbar-collapse.file__close, .ghk-content-styling .navbar .navbar-collapse.file__close, .navbar .ghk-content-styling .navbar-collapse.navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar .navbar-collapse.navbar__link.dropdown-toggle:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn, .taglib-page-iterator .lfr-pagination-config .current-page-menu .ghk-content-styling .cookie__button, .ghk-content-styling .taglib-page-iterator .lfr-pagination-config .current-page-menu .cookie__button {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close, .taglib-search-toggle-advanced-wrapper .ghk-content-styling .close.cookie__button, .ghk-content-styling .taglib-search-toggle-advanced-wrapper .close.cookie__button {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn, .portal-popup .dialog-footer .ghk-content-styling .cookie__button, .ghk-content-styling .portal-popup .dialog-footer .cookie__button {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row, .portal-popup .ghk-content-styling .columns-max > .portlet-layout.dashboard__card-row, .ghk-content-styling .portal-popup .columns-max > .portlet-layout.dashboard__card-row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column, .portal-popup .ghk-content-styling .columns-max > .portlet-layout.dashboard__card-row > .portlet-column, .ghk-content-styling .portal-popup .columns-max > .portlet-layout.dashboard__card-row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn, .lfr-portlet-title-editable .lfr-portlet-title-editable-content .ghk-content-styling .cookie__button, .ghk-content-styling .lfr-portlet-title-editable .lfr-portlet-title-editable-content .cookie__button {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn, .lfr-source-editor .lfr-source-editor-toolbar .ghk-content-styling li > .cookie__button, .ghk-content-styling .lfr-source-editor .lfr-source-editor-toolbar li > .cookie__button {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ghk-content-styling .ace_fold-widget.ace_open.file__close, .ghk-content-styling .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open.file__close {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ghk-content-styling .ace_fold-widget.ace_closed.file__close, .ghk-content-styling .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed.file__close {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn, .sheet-footer .ghk-content-styling .cookie__button, .ghk-content-styling .sheet-footer .cookie__button {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child, .sheet-footer .ghk-content-styling .cookie__button:last-child, .ghk-content-styling .sheet-footer .cookie__button:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontawesome-alloy";
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before, .ghk-content-styling [class^=icon-].accordion__header:before, .ghk-content-styling [class^=icon-].validation__failed::before, .ghk-content-styling [class^=icon-].validation__success::before, .ghk-content-styling [class^=icon-].file__close, .ghk-content-styling [class^=icon-].navbar__link.dropdown-toggle.file__close, .ghk-content-styling [class^=icon-].navbar__link.dropdown-toggle:before, .ghk-content-styling [class^=icon-].navbar__item--locked:before,
[class*=" icon-"]:before,
.ghk-content-styling [class*=" icon-"].accordion__header:before,
.ghk-content-styling [class*=" icon-"].validation__failed::before,
.ghk-content-styling [class*=" icon-"].validation__success::before,
.ghk-content-styling [class*=" icon-"].file__close,
.ghk-content-styling [class*=" icon-"].navbar__link.dropdown-toggle.file__close,
.ghk-content-styling [class*=" icon-"].navbar__link.dropdown-toggle:before,
.ghk-content-styling [class*=" icon-"].navbar__item--locked:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before, .ghk-content-styling .icon-large.accordion__header:before, .ghk-content-styling .icon-large.validation__failed::before, .ghk-content-styling .icon-large.validation__success::before, .ghk-content-styling .icon-large.file__close, .ghk-content-styling .icon-large.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-large.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-large.navbar__item--locked:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large, .ghk-content-styling .cookie__button [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large,
.ghk-content-styling .cookie__button [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin, .ghk-content-styling .cookie__button [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin,
.ghk-content-styling .cookie__button [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .ghk-content-styling .cookie__button [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x, .ghk-content-styling .cookie__button [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.ghk-content-styling .cookie__button [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x,
.ghk-content-styling .cookie__button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large, .ghk-content-styling .cookie__button [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large,
.ghk-content-styling .cookie__button [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .ghk-content-styling .btn-small.cookie__button [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x, .ghk-content-styling .btn-small.cookie__button [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.ghk-content-styling .btn-small.cookie__button [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x,
.ghk-content-styling .btn-small.cookie__button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-], .ghk-content-styling .btn-large.cookie__button [class^=icon-],
.btn.btn-large [class*=" icon-"],
.ghk-content-styling .btn-large.cookie__button [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .ghk-content-styling .btn-large.cookie__button [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x, .ghk-content-styling .btn-large.cookie__button [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.ghk-content-styling .btn-large.cookie__button [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x,
.ghk-content-styling .btn-large.cookie__button [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .ghk-content-styling .btn-large.cookie__button [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.ghk-content-styling .btn-large.cookie__button [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x, .ghk-content-styling .btn-large.cookie__button [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x,
.ghk-content-styling .btn-large.cookie__button [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg);
  }
100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before, .ghk-content-styling .icon-rotate-90.accordion__header:before, .ghk-content-styling .icon-rotate-90.validation__failed::before, .ghk-content-styling .icon-rotate-90.validation__success::before, .ghk-content-styling .icon-rotate-90.file__close, .ghk-content-styling .icon-rotate-90.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rotate-90.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rotate-90.navbar__item--locked:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before, .ghk-content-styling .icon-rotate-180.accordion__header:before, .ghk-content-styling .icon-rotate-180.validation__failed::before, .ghk-content-styling .icon-rotate-180.validation__success::before, .ghk-content-styling .icon-rotate-180.file__close, .ghk-content-styling .icon-rotate-180.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rotate-180.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rotate-180.navbar__item--locked:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before, .ghk-content-styling .icon-rotate-270.accordion__header:before, .ghk-content-styling .icon-rotate-270.validation__failed::before, .ghk-content-styling .icon-rotate-270.validation__success::before, .ghk-content-styling .icon-rotate-270.file__close, .ghk-content-styling .icon-rotate-270.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rotate-270.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rotate-270.navbar__item--locked:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before, .ghk-content-styling .icon-flip-horizontal.accordion__header:before, .ghk-content-styling .icon-flip-horizontal.validation__failed::before, .ghk-content-styling .icon-flip-horizontal.validation__success::before, .ghk-content-styling .icon-flip-horizontal.file__close, .ghk-content-styling .icon-flip-horizontal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-flip-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-flip-horizontal.navbar__item--locked:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before, .ghk-content-styling .icon-flip-vertical.accordion__header:before, .ghk-content-styling .icon-flip-vertical.validation__failed::before, .ghk-content-styling .icon-flip-vertical.validation__success::before, .ghk-content-styling .icon-flip-vertical.file__close, .ghk-content-styling .icon-flip-vertical.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-flip-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-flip-vertical.navbar__item--locked:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .ghk-content-styling .icon-rotate-90.accordion__header:before, .ghk-content-styling a .icon-rotate-90.accordion__header:before, a .ghk-content-styling .icon-rotate-90.accordion__header.file__close, .ghk-content-styling a .icon-rotate-90.accordion__header.file__close, a .ghk-content-styling .icon-rotate-90.validation__failed::before, a .ghk-content-styling .icon-rotate-90.validation__failed.accordion__header.file__close, .ghk-content-styling a .icon-rotate-90.validation__failed::before, .ghk-content-styling a .icon-rotate-90.validation__failed.accordion__header.file__close, a .ghk-content-styling .icon-rotate-90.validation__success::before, a .ghk-content-styling .icon-rotate-90.validation__success.accordion__header.file__close, .ghk-content-styling a .icon-rotate-90.validation__success::before, .ghk-content-styling a .icon-rotate-90.validation__success.accordion__header.file__close, a .ghk-content-styling .icon-rotate-90.file__close, .ghk-content-styling a .icon-rotate-90.file__close, a .ghk-content-styling .icon-rotate-90.navbar__link.dropdown-toggle:before, a .ghk-content-styling .icon-rotate-90.navbar__link.dropdown-toggle.accordion__header.file__close, .ghk-content-styling a .icon-rotate-90.navbar__link.dropdown-toggle:before, .ghk-content-styling a .icon-rotate-90.navbar__link.dropdown-toggle.accordion__header.file__close, a .ghk-content-styling .icon-rotate-90.navbar__item--locked:before, a .ghk-content-styling .icon-rotate-90.navbar__item--locked.accordion__header.file__close, .ghk-content-styling a .icon-rotate-90.navbar__item--locked:before, .ghk-content-styling a .icon-rotate-90.navbar__item--locked.accordion__header.file__close, a .icon-rotate-180:before, a .ghk-content-styling .icon-rotate-180.accordion__header:before, .ghk-content-styling a .icon-rotate-180.accordion__header:before, a .ghk-content-styling .icon-rotate-180.accordion__header.file__close, .ghk-content-styling a .icon-rotate-180.accordion__header.file__close, a .ghk-content-styling .icon-rotate-180.validation__failed::before, a .ghk-content-styling .icon-rotate-180.validation__failed.accordion__header.file__close, .ghk-content-styling a .icon-rotate-180.validation__failed::before, .ghk-content-styling a .icon-rotate-180.validation__failed.accordion__header.file__close, a .ghk-content-styling .icon-rotate-180.validation__success::before, a .ghk-content-styling .icon-rotate-180.validation__success.accordion__header.file__close, .ghk-content-styling a .icon-rotate-180.validation__success::before, .ghk-content-styling a .icon-rotate-180.validation__success.accordion__header.file__close, a .ghk-content-styling .icon-rotate-180.file__close, .ghk-content-styling a .icon-rotate-180.file__close, a .ghk-content-styling .icon-rotate-180.navbar__link.dropdown-toggle:before, a .ghk-content-styling .icon-rotate-180.navbar__link.dropdown-toggle.accordion__header.file__close, .ghk-content-styling a .icon-rotate-180.navbar__link.dropdown-toggle:before, .ghk-content-styling a .icon-rotate-180.navbar__link.dropdown-toggle.accordion__header.file__close, a .ghk-content-styling .icon-rotate-180.navbar__item--locked:before, a .ghk-content-styling .icon-rotate-180.navbar__item--locked.accordion__header.file__close, .ghk-content-styling a .icon-rotate-180.navbar__item--locked:before, .ghk-content-styling a .icon-rotate-180.navbar__item--locked.accordion__header.file__close, a .icon-rotate-270:before, a .ghk-content-styling .icon-rotate-270.accordion__header:before, .ghk-content-styling a .icon-rotate-270.accordion__header:before, a .ghk-content-styling .icon-rotate-270.accordion__header.file__close, .ghk-content-styling a .icon-rotate-270.accordion__header.file__close, a .ghk-content-styling .icon-rotate-270.validation__failed::before, a .ghk-content-styling .icon-rotate-270.validation__failed.accordion__header.file__close, .ghk-content-styling a .icon-rotate-270.validation__failed::before, .ghk-content-styling a .icon-rotate-270.validation__failed.accordion__header.file__close, a .ghk-content-styling .icon-rotate-270.validation__success::before, a .ghk-content-styling .icon-rotate-270.validation__success.accordion__header.file__close, .ghk-content-styling a .icon-rotate-270.validation__success::before, .ghk-content-styling a .icon-rotate-270.validation__success.accordion__header.file__close, a .ghk-content-styling .icon-rotate-270.file__close, .ghk-content-styling a .icon-rotate-270.file__close, a .ghk-content-styling .icon-rotate-270.navbar__link.dropdown-toggle:before, a .ghk-content-styling .icon-rotate-270.navbar__link.dropdown-toggle.accordion__header.file__close, .ghk-content-styling a .icon-rotate-270.navbar__link.dropdown-toggle:before, .ghk-content-styling a .icon-rotate-270.navbar__link.dropdown-toggle.accordion__header.file__close, a .ghk-content-styling .icon-rotate-270.navbar__item--locked:before, a .ghk-content-styling .icon-rotate-270.navbar__item--locked.accordion__header.file__close, .ghk-content-styling a .icon-rotate-270.navbar__item--locked:before, .ghk-content-styling a .icon-rotate-270.navbar__item--locked.accordion__header.file__close, a .icon-flip-horizontal:before, a .ghk-content-styling .icon-flip-horizontal.accordion__header:before, .ghk-content-styling a .icon-flip-horizontal.accordion__header:before, a .ghk-content-styling .icon-flip-horizontal.accordion__header.file__close, .ghk-content-styling a .icon-flip-horizontal.accordion__header.file__close, a .ghk-content-styling .icon-flip-horizontal.validation__failed::before, a .ghk-content-styling .icon-flip-horizontal.validation__failed.accordion__header.file__close, .ghk-content-styling a .icon-flip-horizontal.validation__failed::before, .ghk-content-styling a .icon-flip-horizontal.validation__failed.accordion__header.file__close, a .ghk-content-styling .icon-flip-horizontal.validation__success::before, a .ghk-content-styling .icon-flip-horizontal.validation__success.accordion__header.file__close, .ghk-content-styling a .icon-flip-horizontal.validation__success::before, .ghk-content-styling a .icon-flip-horizontal.validation__success.accordion__header.file__close, a .ghk-content-styling .icon-flip-horizontal.file__close, .ghk-content-styling a .icon-flip-horizontal.file__close, a .ghk-content-styling .icon-flip-horizontal.navbar__link.dropdown-toggle:before, a .ghk-content-styling .icon-flip-horizontal.navbar__link.dropdown-toggle.accordion__header.file__close, .ghk-content-styling a .icon-flip-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling a .icon-flip-horizontal.navbar__link.dropdown-toggle.accordion__header.file__close, a .ghk-content-styling .icon-flip-horizontal.navbar__item--locked:before, a .ghk-content-styling .icon-flip-horizontal.navbar__item--locked.accordion__header.file__close, .ghk-content-styling a .icon-flip-horizontal.navbar__item--locked:before, .ghk-content-styling a .icon-flip-horizontal.navbar__item--locked.accordion__header.file__close, a .icon-flip-vertical:before, a .ghk-content-styling .icon-flip-vertical.accordion__header:before, .ghk-content-styling a .icon-flip-vertical.accordion__header:before, a .ghk-content-styling .icon-flip-vertical.accordion__header.file__close, .ghk-content-styling a .icon-flip-vertical.accordion__header.file__close, a .ghk-content-styling .icon-flip-vertical.validation__failed::before, a .ghk-content-styling .icon-flip-vertical.validation__failed.accordion__header.file__close, .ghk-content-styling a .icon-flip-vertical.validation__failed::before, .ghk-content-styling a .icon-flip-vertical.validation__failed.accordion__header.file__close, a .ghk-content-styling .icon-flip-vertical.validation__success::before, a .ghk-content-styling .icon-flip-vertical.validation__success.accordion__header.file__close, .ghk-content-styling a .icon-flip-vertical.validation__success::before, .ghk-content-styling a .icon-flip-vertical.validation__success.accordion__header.file__close, a .ghk-content-styling .icon-flip-vertical.file__close, .ghk-content-styling a .icon-flip-vertical.file__close, a .ghk-content-styling .icon-flip-vertical.navbar__link.dropdown-toggle:before, a .ghk-content-styling .icon-flip-vertical.navbar__link.dropdown-toggle.accordion__header.file__close, .ghk-content-styling a .icon-flip-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling a .icon-flip-vertical.navbar__link.dropdown-toggle.accordion__header.file__close, a .ghk-content-styling .icon-flip-vertical.navbar__item--locked:before, a .ghk-content-styling .icon-flip-vertical.navbar__item--locked.accordion__header.file__close, .ghk-content-styling a .icon-flip-vertical.navbar__item--locked:before, .ghk-content-styling a .icon-flip-vertical.navbar__item--locked.accordion__header.file__close {
  display: inline-block;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before, .ghk-content-styling [data-icon].accordion__header:before, .ghk-content-styling [data-icon].validation__failed::before, .ghk-content-styling [data-icon].validation__success::before, .ghk-content-styling [data-icon].file__close, .ghk-content-styling [data-icon].navbar__link.dropdown-toggle.file__close, .ghk-content-styling [data-icon].navbar__link.dropdown-toggle:before, .ghk-content-styling [data-icon].navbar__item--locked:before {
  font-family: "fontawesome-alloy";
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before, .ghk-content-styling .icon-caret-bottom-right.accordion__header:before, .ghk-content-styling .icon-caret-bottom-right.validation__failed::before, .ghk-content-styling .icon-caret-bottom-right.validation__success::before, .ghk-content-styling .icon-caret-bottom-right.file__close, .ghk-content-styling .icon-caret-bottom-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-caret-bottom-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-caret-bottom-right.navbar__item--locked:before {
  content: "\e016";
}

.icon-glass:before, .ghk-content-styling .icon-glass.accordion__header:before, .ghk-content-styling .icon-glass.validation__failed::before, .ghk-content-styling .icon-glass.validation__success::before, .ghk-content-styling .icon-glass.file__close, .ghk-content-styling .icon-glass.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-glass.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-glass.navbar__item--locked:before {
  content: "\f000";
}

.icon-music:before, .ghk-content-styling .icon-music.accordion__header:before, .ghk-content-styling .icon-music.validation__failed::before, .ghk-content-styling .icon-music.validation__success::before, .ghk-content-styling .icon-music.file__close, .ghk-content-styling .icon-music.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-music.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-music.navbar__item--locked:before {
  content: "\f001";
}

.icon-search:before, .ghk-content-styling .icon-search.accordion__header:before, .ghk-content-styling .icon-search.validation__failed::before, .ghk-content-styling .icon-search.validation__success::before, .ghk-content-styling .icon-search.file__close, .ghk-content-styling .icon-search.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-search.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-search.navbar__item--locked:before {
  content: "\f002";
}

.icon-envelope:before, .ghk-content-styling .icon-envelope.accordion__header:before, .ghk-content-styling .icon-envelope.validation__failed::before, .ghk-content-styling .icon-envelope.validation__success::before, .ghk-content-styling .icon-envelope.file__close, .ghk-content-styling .icon-envelope.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-envelope.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-envelope.navbar__item--locked:before {
  content: "\f003";
}

.icon-heart:before, .ghk-content-styling .icon-heart.accordion__header:before, .ghk-content-styling .icon-heart.validation__failed::before, .ghk-content-styling .icon-heart.validation__success::before, .ghk-content-styling .icon-heart.file__close, .ghk-content-styling .icon-heart.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-heart.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-heart.navbar__item--locked:before {
  content: "\f004";
}

.icon-star:before, .ghk-content-styling .icon-star.accordion__header:before, .ghk-content-styling .icon-star.validation__failed::before, .ghk-content-styling .icon-star.validation__success::before, .ghk-content-styling .icon-star.file__close, .ghk-content-styling .icon-star.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-star.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-star.navbar__item--locked:before {
  content: "\f005";
}

.icon-star-empty:before, .ghk-content-styling .icon-star-empty.accordion__header:before, .ghk-content-styling .icon-star-empty.validation__failed::before, .ghk-content-styling .icon-star-empty.validation__success::before, .ghk-content-styling .icon-star-empty.file__close, .ghk-content-styling .icon-star-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-star-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-star-empty.navbar__item--locked:before {
  content: "\f006";
}

.icon-user:before, .ghk-content-styling .icon-user.accordion__header:before, .ghk-content-styling .icon-user.validation__failed::before, .ghk-content-styling .icon-user.validation__success::before, .ghk-content-styling .icon-user.file__close, .ghk-content-styling .icon-user.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-user.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-user.navbar__item--locked:before {
  content: "\f007";
}

.icon-film:before, .ghk-content-styling .icon-film.accordion__header:before, .ghk-content-styling .icon-film.validation__failed::before, .ghk-content-styling .icon-film.validation__success::before, .ghk-content-styling .icon-film.file__close, .ghk-content-styling .icon-film.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-film.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-film.navbar__item--locked:before {
  content: "\f008";
}

.icon-th-large:before, .ghk-content-styling .icon-th-large.accordion__header:before, .ghk-content-styling .icon-th-large.validation__failed::before, .ghk-content-styling .icon-th-large.validation__success::before, .ghk-content-styling .icon-th-large.file__close, .ghk-content-styling .icon-th-large.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-th-large.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-th-large.navbar__item--locked:before {
  content: "\f009";
}

.icon-th:before, .ghk-content-styling .icon-th.accordion__header:before, .ghk-content-styling .icon-th.validation__failed::before, .ghk-content-styling .icon-th.validation__success::before, .ghk-content-styling .icon-th.file__close, .ghk-content-styling .icon-th.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-th.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-th.navbar__item--locked:before {
  content: "\f00a";
}

.icon-th-list:before, .ghk-content-styling .icon-th-list.accordion__header:before, .ghk-content-styling .icon-th-list.validation__failed::before, .ghk-content-styling .icon-th-list.validation__success::before, .ghk-content-styling .icon-th-list.file__close, .ghk-content-styling .icon-th-list.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-th-list.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-th-list.navbar__item--locked:before {
  content: "\f00b";
}

.icon-ok:before, .ghk-content-styling .icon-ok.accordion__header:before, .ghk-content-styling .icon-ok.validation__failed::before, .ghk-content-styling .icon-ok.validation__success::before, .ghk-content-styling .icon-ok.file__close, .ghk-content-styling .icon-ok.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ok.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ok.navbar__item--locked:before {
  content: "\f00c";
}

.icon-remove:before, .ghk-content-styling .icon-remove.accordion__header:before, .ghk-content-styling .icon-remove.validation__failed::before, .ghk-content-styling .icon-remove.validation__success::before, .ghk-content-styling .icon-remove.file__close, .ghk-content-styling .icon-remove.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-remove.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-remove.navbar__item--locked:before {
  content: "\f00d";
}

.icon-zoom-in:before, .ghk-content-styling .icon-zoom-in.accordion__header:before, .ghk-content-styling .icon-zoom-in.validation__failed::before, .ghk-content-styling .icon-zoom-in.validation__success::before, .ghk-content-styling .icon-zoom-in.file__close, .ghk-content-styling .icon-zoom-in.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-zoom-in.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-zoom-in.navbar__item--locked:before {
  content: "\f00e";
}

.icon-zoom-out:before, .ghk-content-styling .icon-zoom-out.accordion__header:before, .ghk-content-styling .icon-zoom-out.validation__failed::before, .ghk-content-styling .icon-zoom-out.validation__success::before, .ghk-content-styling .icon-zoom-out.file__close, .ghk-content-styling .icon-zoom-out.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-zoom-out.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-zoom-out.navbar__item--locked:before {
  content: "\f010";
}

.icon-off:before, .ghk-content-styling .icon-off.accordion__header:before, .ghk-content-styling .icon-off.validation__failed::before, .ghk-content-styling .icon-off.validation__success::before, .ghk-content-styling .icon-off.file__close, .ghk-content-styling .icon-off.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-off.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-off.navbar__item--locked:before {
  content: "\f011";
}

.icon-signal:before, .ghk-content-styling .icon-signal.accordion__header:before, .ghk-content-styling .icon-signal.validation__failed::before, .ghk-content-styling .icon-signal.validation__success::before, .ghk-content-styling .icon-signal.file__close, .ghk-content-styling .icon-signal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-signal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-signal.navbar__item--locked:before {
  content: "\f012";
}

.icon-cog:before, .ghk-content-styling .icon-cog.accordion__header:before, .ghk-content-styling .icon-cog.validation__failed::before, .ghk-content-styling .icon-cog.validation__success::before, .ghk-content-styling .icon-cog.file__close, .ghk-content-styling .icon-cog.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cog.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cog.navbar__item--locked:before {
  content: "\f013";
}

.icon-trash:before, .ghk-content-styling .icon-trash.accordion__header:before, .ghk-content-styling .icon-trash.validation__failed::before, .ghk-content-styling .icon-trash.validation__success::before, .ghk-content-styling .icon-trash.file__close, .ghk-content-styling .icon-trash.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-trash.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-trash.navbar__item--locked:before {
  content: "\f014";
}

.icon-home:before, .ghk-content-styling .icon-home.accordion__header:before, .ghk-content-styling .icon-home.validation__failed::before, .ghk-content-styling .icon-home.validation__success::before, .ghk-content-styling .icon-home.file__close, .ghk-content-styling .icon-home.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-home.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-home.navbar__item--locked:before {
  content: "\f015";
}

.icon-file:before, .ghk-content-styling .icon-file.accordion__header:before, .ghk-content-styling .icon-file.validation__failed::before, .ghk-content-styling .icon-file.validation__success::before, .ghk-content-styling .icon-file.file__close, .ghk-content-styling .icon-file.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-file.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-file.navbar__item--locked:before {
  content: "\f016";
}

.icon-inbox:before, .ghk-content-styling .icon-inbox.accordion__header:before, .ghk-content-styling .icon-inbox.validation__failed::before, .ghk-content-styling .icon-inbox.validation__success::before, .ghk-content-styling .icon-inbox.file__close, .ghk-content-styling .icon-inbox.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-inbox.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-inbox.navbar__item--locked:before {
  content: "\f01c";
}

.icon-play-circle:before, .ghk-content-styling .icon-play-circle.accordion__header:before, .ghk-content-styling .icon-play-circle.validation__failed::before, .ghk-content-styling .icon-play-circle.validation__success::before, .ghk-content-styling .icon-play-circle.file__close, .ghk-content-styling .icon-play-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-play-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-play-circle.navbar__item--locked:before {
  content: "\f01d";
}

.icon-repeat:before, .ghk-content-styling .icon-repeat.accordion__header:before, .ghk-content-styling .icon-repeat.validation__failed::before, .ghk-content-styling .icon-repeat.validation__success::before, .ghk-content-styling .icon-repeat.file__close, .ghk-content-styling .icon-repeat.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-repeat.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-repeat.navbar__item--locked:before {
  content: "\f01e";
}

.icon-refresh:before, .ghk-content-styling .icon-refresh.accordion__header:before, .ghk-content-styling .icon-refresh.validation__failed::before, .ghk-content-styling .icon-refresh.validation__success::before, .ghk-content-styling .icon-refresh.file__close, .ghk-content-styling .icon-refresh.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-refresh.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-refresh.navbar__item--locked:before {
  content: "\f021";
}

.icon-list-alt:before, .ghk-content-styling .icon-list-alt.accordion__header:before, .ghk-content-styling .icon-list-alt.validation__failed::before, .ghk-content-styling .icon-list-alt.validation__success::before, .ghk-content-styling .icon-list-alt.file__close, .ghk-content-styling .icon-list-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-list-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-list-alt.navbar__item--locked:before {
  content: "\f022";
}

.icon-lock:before, .ghk-content-styling .icon-lock.accordion__header:before, .ghk-content-styling .icon-lock.validation__failed::before, .ghk-content-styling .icon-lock.validation__success::before, .ghk-content-styling .icon-lock.file__close, .ghk-content-styling .icon-lock.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-lock.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-lock.navbar__item--locked:before {
  content: "\f023";
}

.icon-flag:before, .ghk-content-styling .icon-flag.accordion__header:before, .ghk-content-styling .icon-flag.validation__failed::before, .ghk-content-styling .icon-flag.validation__success::before, .ghk-content-styling .icon-flag.file__close, .ghk-content-styling .icon-flag.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-flag.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-flag.navbar__item--locked:before {
  content: "\f024";
}

.icon-headphones:before, .ghk-content-styling .icon-headphones.accordion__header:before, .ghk-content-styling .icon-headphones.validation__failed::before, .ghk-content-styling .icon-headphones.validation__success::before, .ghk-content-styling .icon-headphones.file__close, .ghk-content-styling .icon-headphones.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-headphones.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-headphones.navbar__item--locked:before {
  content: "\f025";
}

.icon-volume-off:before, .ghk-content-styling .icon-volume-off.accordion__header:before, .ghk-content-styling .icon-volume-off.validation__failed::before, .ghk-content-styling .icon-volume-off.validation__success::before, .ghk-content-styling .icon-volume-off.file__close, .ghk-content-styling .icon-volume-off.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-volume-off.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-volume-off.navbar__item--locked:before {
  content: "\f026";
}

.icon-volume-down:before, .ghk-content-styling .icon-volume-down.accordion__header:before, .ghk-content-styling .icon-volume-down.validation__failed::before, .ghk-content-styling .icon-volume-down.validation__success::before, .ghk-content-styling .icon-volume-down.file__close, .ghk-content-styling .icon-volume-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-volume-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-volume-down.navbar__item--locked:before {
  content: "\f027";
}

.icon-volume-up:before, .ghk-content-styling .icon-volume-up.accordion__header:before, .ghk-content-styling .icon-volume-up.validation__failed::before, .ghk-content-styling .icon-volume-up.validation__success::before, .ghk-content-styling .icon-volume-up.file__close, .ghk-content-styling .icon-volume-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-volume-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-volume-up.navbar__item--locked:before {
  content: "\f028";
}

.icon-qrcode:before, .ghk-content-styling .icon-qrcode.accordion__header:before, .ghk-content-styling .icon-qrcode.validation__failed::before, .ghk-content-styling .icon-qrcode.validation__success::before, .ghk-content-styling .icon-qrcode.file__close, .ghk-content-styling .icon-qrcode.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-qrcode.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-qrcode.navbar__item--locked:before {
  content: "\f029";
}

.icon-barcode:before, .ghk-content-styling .icon-barcode.accordion__header:before, .ghk-content-styling .icon-barcode.validation__failed::before, .ghk-content-styling .icon-barcode.validation__success::before, .ghk-content-styling .icon-barcode.file__close, .ghk-content-styling .icon-barcode.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-barcode.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-barcode.navbar__item--locked:before {
  content: "\f02a";
}

.icon-tag:before, .ghk-content-styling .icon-tag.accordion__header:before, .ghk-content-styling .icon-tag.validation__failed::before, .ghk-content-styling .icon-tag.validation__success::before, .ghk-content-styling .icon-tag.file__close, .ghk-content-styling .icon-tag.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tag.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tag.navbar__item--locked:before {
  content: "\f02b";
}

.icon-tags:before, .ghk-content-styling .icon-tags.accordion__header:before, .ghk-content-styling .icon-tags.validation__failed::before, .ghk-content-styling .icon-tags.validation__success::before, .ghk-content-styling .icon-tags.file__close, .ghk-content-styling .icon-tags.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tags.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tags.navbar__item--locked:before {
  content: "\f02c";
}

.icon-book:before, .ghk-content-styling .icon-book.accordion__header:before, .ghk-content-styling .icon-book.validation__failed::before, .ghk-content-styling .icon-book.validation__success::before, .ghk-content-styling .icon-book.file__close, .ghk-content-styling .icon-book.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-book.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-book.navbar__item--locked:before {
  content: "\f02d";
}

.icon-bookmark:before, .ghk-content-styling .icon-bookmark.accordion__header:before, .ghk-content-styling .icon-bookmark.validation__failed::before, .ghk-content-styling .icon-bookmark.validation__success::before, .ghk-content-styling .icon-bookmark.file__close, .ghk-content-styling .icon-bookmark.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bookmark.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bookmark.navbar__item--locked:before {
  content: "\f02e";
}

.icon-print:before, .ghk-content-styling .icon-print.accordion__header:before, .ghk-content-styling .icon-print.validation__failed::before, .ghk-content-styling .icon-print.validation__success::before, .ghk-content-styling .icon-print.file__close, .ghk-content-styling .icon-print.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-print.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-print.navbar__item--locked:before {
  content: "\f02f";
}

.icon-camera:before, .ghk-content-styling .icon-camera.accordion__header:before, .ghk-content-styling .icon-camera.validation__failed::before, .ghk-content-styling .icon-camera.validation__success::before, .ghk-content-styling .icon-camera.file__close, .ghk-content-styling .icon-camera.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-camera.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-camera.navbar__item--locked:before {
  content: "\f030";
}

.icon-font:before, .ghk-content-styling .icon-font.accordion__header:before, .ghk-content-styling .icon-font.validation__failed::before, .ghk-content-styling .icon-font.validation__success::before, .ghk-content-styling .icon-font.file__close, .ghk-content-styling .icon-font.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-font.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-font.navbar__item--locked:before {
  content: "\f031";
}

.icon-bold:before, .ghk-content-styling .icon-bold.accordion__header:before, .ghk-content-styling .icon-bold.validation__failed::before, .ghk-content-styling .icon-bold.validation__success::before, .ghk-content-styling .icon-bold.file__close, .ghk-content-styling .icon-bold.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bold.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bold.navbar__item--locked:before {
  content: "\f032";
}

.icon-italic:before, .ghk-content-styling .icon-italic.accordion__header:before, .ghk-content-styling .icon-italic.validation__failed::before, .ghk-content-styling .icon-italic.validation__success::before, .ghk-content-styling .icon-italic.file__close, .ghk-content-styling .icon-italic.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-italic.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-italic.navbar__item--locked:before {
  content: "\f033";
}

.icon-align-justify:before, .ghk-content-styling .icon-align-justify.accordion__header:before, .ghk-content-styling .icon-align-justify.validation__failed::before, .ghk-content-styling .icon-align-justify.validation__success::before, .ghk-content-styling .icon-align-justify.file__close, .ghk-content-styling .icon-align-justify.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-align-justify.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-align-justify.navbar__item--locked:before {
  content: "\f039";
}

.icon-list:before, .ghk-content-styling .icon-list.accordion__header:before, .ghk-content-styling .icon-list.validation__failed::before, .ghk-content-styling .icon-list.validation__success::before, .ghk-content-styling .icon-list.file__close, .ghk-content-styling .icon-list.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-list.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-list.navbar__item--locked:before {
  content: "\f03a";
}

.icon-indent-left:before, .ghk-content-styling .icon-indent-left.accordion__header:before, .ghk-content-styling .icon-indent-left.validation__failed::before, .ghk-content-styling .icon-indent-left.validation__success::before, .ghk-content-styling .icon-indent-left.file__close, .ghk-content-styling .icon-indent-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-indent-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-indent-left.navbar__item--locked:before {
  content: "\f03b";
}

.icon-indent-right:before, .ghk-content-styling .icon-indent-right.accordion__header:before, .ghk-content-styling .icon-indent-right.validation__failed::before, .ghk-content-styling .icon-indent-right.validation__success::before, .ghk-content-styling .icon-indent-right.file__close, .ghk-content-styling .icon-indent-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-indent-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-indent-right.navbar__item--locked:before {
  content: "\f03c";
}

.icon-facetime-video:before, .ghk-content-styling .icon-facetime-video.accordion__header:before, .ghk-content-styling .icon-facetime-video.validation__failed::before, .ghk-content-styling .icon-facetime-video.validation__success::before, .ghk-content-styling .icon-facetime-video.file__close, .ghk-content-styling .icon-facetime-video.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-facetime-video.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-facetime-video.navbar__item--locked:before {
  content: "\f03d";
}

.icon-picture:before, .ghk-content-styling .icon-picture.accordion__header:before, .ghk-content-styling .icon-picture.validation__failed::before, .ghk-content-styling .icon-picture.validation__success::before, .ghk-content-styling .icon-picture.file__close, .ghk-content-styling .icon-picture.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-picture.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-picture.navbar__item--locked:before {
  content: "\f03e";
}

.icon-pencil:before, .ghk-content-styling .icon-pencil.accordion__header:before, .ghk-content-styling .icon-pencil.validation__failed::before, .ghk-content-styling .icon-pencil.validation__success::before, .ghk-content-styling .icon-pencil.file__close, .ghk-content-styling .icon-pencil.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-pencil.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-pencil.navbar__item--locked:before {
  content: "\f040";
}

.icon-map-marker:before, .ghk-content-styling .icon-map-marker.accordion__header:before, .ghk-content-styling .icon-map-marker.validation__failed::before, .ghk-content-styling .icon-map-marker.validation__success::before, .ghk-content-styling .icon-map-marker.file__close, .ghk-content-styling .icon-map-marker.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-map-marker.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-map-marker.navbar__item--locked:before {
  content: "\f041";
}

.icon-adjust:before, .ghk-content-styling .icon-adjust.accordion__header:before, .ghk-content-styling .icon-adjust.validation__failed::before, .ghk-content-styling .icon-adjust.validation__success::before, .ghk-content-styling .icon-adjust.file__close, .ghk-content-styling .icon-adjust.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-adjust.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-adjust.navbar__item--locked:before {
  content: "\f042";
}

.icon-tint:before, .ghk-content-styling .icon-tint.accordion__header:before, .ghk-content-styling .icon-tint.validation__failed::before, .ghk-content-styling .icon-tint.validation__success::before, .ghk-content-styling .icon-tint.file__close, .ghk-content-styling .icon-tint.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tint.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tint.navbar__item--locked:before {
  content: "\f043";
}

.icon-edit:before, .ghk-content-styling .icon-edit.accordion__header:before, .ghk-content-styling .icon-edit.validation__failed::before, .ghk-content-styling .icon-edit.validation__success::before, .ghk-content-styling .icon-edit.file__close, .ghk-content-styling .icon-edit.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-edit.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-edit.navbar__item--locked:before {
  content: "\f044";
}

.icon-share:before, .ghk-content-styling .icon-share.accordion__header:before, .ghk-content-styling .icon-share.validation__failed::before, .ghk-content-styling .icon-share.validation__success::before, .ghk-content-styling .icon-share.file__close, .ghk-content-styling .icon-share.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-share.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-share.navbar__item--locked:before {
  content: "\f045";
}

.icon-check:before, .ghk-content-styling .icon-check.accordion__header:before, .ghk-content-styling .icon-check.validation__failed::before, .ghk-content-styling .icon-check.validation__success::before, .ghk-content-styling .icon-check.file__close, .ghk-content-styling .icon-check.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-check.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-check.navbar__item--locked:before {
  content: "\f046";
}

.icon-move:before, .ghk-content-styling .icon-move.accordion__header:before, .ghk-content-styling .icon-move.validation__failed::before, .ghk-content-styling .icon-move.validation__success::before, .ghk-content-styling .icon-move.file__close, .ghk-content-styling .icon-move.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-move.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-move.navbar__item--locked:before {
  content: "\f047";
}

.icon-step-backward:before, .ghk-content-styling .icon-step-backward.accordion__header:before, .ghk-content-styling .icon-step-backward.validation__failed::before, .ghk-content-styling .icon-step-backward.validation__success::before, .ghk-content-styling .icon-step-backward.file__close, .ghk-content-styling .icon-step-backward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-step-backward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-step-backward.navbar__item--locked:before {
  content: "\f048";
}

.icon-fast-backward:before, .ghk-content-styling .icon-fast-backward.accordion__header:before, .ghk-content-styling .icon-fast-backward.validation__failed::before, .ghk-content-styling .icon-fast-backward.validation__success::before, .ghk-content-styling .icon-fast-backward.file__close, .ghk-content-styling .icon-fast-backward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fast-backward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fast-backward.navbar__item--locked:before {
  content: "\f049";
}

.icon-backward:before, .ghk-content-styling .icon-backward.accordion__header:before, .ghk-content-styling .icon-backward.validation__failed::before, .ghk-content-styling .icon-backward.validation__success::before, .ghk-content-styling .icon-backward.file__close, .ghk-content-styling .icon-backward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-backward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-backward.navbar__item--locked:before {
  content: "\f04a";
}

.icon-play:before, .ghk-content-styling .icon-play.accordion__header:before, .ghk-content-styling .icon-play.validation__failed::before, .ghk-content-styling .icon-play.validation__success::before, .ghk-content-styling .icon-play.file__close, .ghk-content-styling .icon-play.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-play.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-play.navbar__item--locked:before {
  content: "\f04b";
}

.icon-pause:before, .ghk-content-styling .icon-pause.accordion__header:before, .ghk-content-styling .icon-pause.validation__failed::before, .ghk-content-styling .icon-pause.validation__success::before, .ghk-content-styling .icon-pause.file__close, .ghk-content-styling .icon-pause.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-pause.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-pause.navbar__item--locked:before {
  content: "\f04c";
}

.icon-stop:before, .ghk-content-styling .icon-stop.accordion__header:before, .ghk-content-styling .icon-stop.validation__failed::before, .ghk-content-styling .icon-stop.validation__success::before, .ghk-content-styling .icon-stop.file__close, .ghk-content-styling .icon-stop.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-stop.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-stop.navbar__item--locked:before {
  content: "\f04d";
}

.icon-forward:before, .ghk-content-styling .icon-forward.accordion__header:before, .ghk-content-styling .icon-forward.validation__failed::before, .ghk-content-styling .icon-forward.validation__success::before, .ghk-content-styling .icon-forward.file__close, .ghk-content-styling .icon-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-forward.navbar__item--locked:before {
  content: "\f04e";
}

.icon-fast-forward:before, .ghk-content-styling .icon-fast-forward.accordion__header:before, .ghk-content-styling .icon-fast-forward.validation__failed::before, .ghk-content-styling .icon-fast-forward.validation__success::before, .ghk-content-styling .icon-fast-forward.file__close, .ghk-content-styling .icon-fast-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fast-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fast-forward.navbar__item--locked:before {
  content: "\f050";
}

.icon-minus-sign:before, .ghk-content-styling .icon-minus-sign.accordion__header:before, .ghk-content-styling .icon-minus-sign.validation__failed::before, .ghk-content-styling .icon-minus-sign.validation__success::before, .ghk-content-styling .icon-minus-sign.file__close, .ghk-content-styling .icon-minus-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-minus-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-minus-sign.navbar__item--locked:before {
  content: "\f056";
}

.icon-remove-sign:before, .ghk-content-styling .icon-remove-sign.accordion__header:before, .ghk-content-styling .icon-remove-sign.validation__failed::before, .ghk-content-styling .icon-remove-sign.validation__success::before, .ghk-content-styling .icon-remove-sign.file__close, .ghk-content-styling .icon-remove-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-remove-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-remove-sign.navbar__item--locked:before {
  content: "\f057";
}

.icon-ok-sign:before, .ghk-content-styling .icon-ok-sign.accordion__header:before, .ghk-content-styling .icon-ok-sign.validation__failed::before, .ghk-content-styling .icon-ok-sign.validation__success::before, .ghk-content-styling .icon-ok-sign.file__close, .ghk-content-styling .icon-ok-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ok-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ok-sign.navbar__item--locked:before {
  content: "\f058";
}

.icon-question-sign:before, .ghk-content-styling .icon-question-sign.accordion__header:before, .ghk-content-styling .icon-question-sign.validation__failed::before, .ghk-content-styling .icon-question-sign.validation__success::before, .ghk-content-styling .icon-question-sign.file__close, .ghk-content-styling .icon-question-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-question-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-question-sign.navbar__item--locked:before {
  content: "\f059";
}

.icon-info-sign:before, .ghk-content-styling .icon-info-sign.accordion__header:before, .ghk-content-styling .icon-info-sign.validation__failed::before, .ghk-content-styling .icon-info-sign.validation__success::before, .ghk-content-styling .icon-info-sign.file__close, .ghk-content-styling .icon-info-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-info-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-info-sign.navbar__item--locked:before {
  content: "\f05a";
}

.icon-screenshot:before, .ghk-content-styling .icon-screenshot.accordion__header:before, .ghk-content-styling .icon-screenshot.validation__failed::before, .ghk-content-styling .icon-screenshot.validation__success::before, .ghk-content-styling .icon-screenshot.file__close, .ghk-content-styling .icon-screenshot.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-screenshot.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-screenshot.navbar__item--locked:before {
  content: "\f05b";
}

.icon-remove-circle:before, .ghk-content-styling .icon-remove-circle.accordion__header:before, .ghk-content-styling .icon-remove-circle.validation__failed::before, .ghk-content-styling .icon-remove-circle.validation__success::before, .ghk-content-styling .icon-remove-circle.file__close, .ghk-content-styling .icon-remove-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-remove-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-remove-circle.navbar__item--locked:before {
  content: "\f05c";
}

.icon-ok-circle:before, .ghk-content-styling .icon-ok-circle.accordion__header:before, .ghk-content-styling .icon-ok-circle.validation__failed::before, .ghk-content-styling .icon-ok-circle.validation__success::before, .ghk-content-styling .icon-ok-circle.file__close, .ghk-content-styling .icon-ok-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ok-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ok-circle.navbar__item--locked:before {
  content: "\f05d";
}

.icon-ban-circle:before, .ghk-content-styling .icon-ban-circle.accordion__header:before, .ghk-content-styling .icon-ban-circle.validation__failed::before, .ghk-content-styling .icon-ban-circle.validation__success::before, .ghk-content-styling .icon-ban-circle.file__close, .ghk-content-styling .icon-ban-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ban-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ban-circle.navbar__item--locked:before {
  content: "\f05e";
}

.icon-arrow-left:before, .ghk-content-styling .icon-arrow-left.accordion__header:before, .ghk-content-styling .icon-arrow-left.validation__failed::before, .ghk-content-styling .icon-arrow-left.validation__success::before, .ghk-content-styling .icon-arrow-left.file__close, .ghk-content-styling .icon-arrow-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-arrow-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-arrow-left.navbar__item--locked:before {
  content: "\f060";
}

.icon-arrow-right:before, .ghk-content-styling .icon-arrow-right.accordion__header:before, .ghk-content-styling .icon-arrow-right.validation__failed::before, .ghk-content-styling .icon-arrow-right.validation__success::before, .ghk-content-styling .icon-arrow-right.file__close, .ghk-content-styling .icon-arrow-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-arrow-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-arrow-right.navbar__item--locked:before {
  content: "\f061";
}

.icon-arrow-up:before, .ghk-content-styling .icon-arrow-up.accordion__header:before, .ghk-content-styling .icon-arrow-up.validation__failed::before, .ghk-content-styling .icon-arrow-up.validation__success::before, .ghk-content-styling .icon-arrow-up.file__close, .ghk-content-styling .icon-arrow-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-arrow-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-arrow-up.navbar__item--locked:before {
  content: "\f062";
}

.icon-arrow-down:before, .ghk-content-styling .icon-arrow-down.accordion__header:before, .ghk-content-styling .icon-arrow-down.validation__failed::before, .ghk-content-styling .icon-arrow-down.validation__success::before, .ghk-content-styling .icon-arrow-down.file__close, .ghk-content-styling .icon-arrow-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-arrow-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-arrow-down.navbar__item--locked:before {
  content: "\f063";
}

.icon-share-alt:before, .ghk-content-styling .icon-share-alt.accordion__header:before, .ghk-content-styling .icon-share-alt.validation__failed::before, .ghk-content-styling .icon-share-alt.validation__success::before, .ghk-content-styling .icon-share-alt.file__close, .ghk-content-styling .icon-share-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-share-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-share-alt.navbar__item--locked:before {
  content: "\f064";
}

.icon-resize-full:before, .ghk-content-styling .icon-resize-full.accordion__header:before, .ghk-content-styling .icon-resize-full.validation__failed::before, .ghk-content-styling .icon-resize-full.validation__success::before, .ghk-content-styling .icon-resize-full.file__close, .ghk-content-styling .icon-resize-full.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-resize-full.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-resize-full.navbar__item--locked:before {
  content: "\f065";
}

.icon-resize-small:before, .ghk-content-styling .icon-resize-small.accordion__header:before, .ghk-content-styling .icon-resize-small.validation__failed::before, .ghk-content-styling .icon-resize-small.validation__success::before, .ghk-content-styling .icon-resize-small.file__close, .ghk-content-styling .icon-resize-small.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-resize-small.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-resize-small.navbar__item--locked:before {
  content: "\f066";
}

.icon-plus:before, .ghk-content-styling .icon-plus.accordion__header:before, .ghk-content-styling .icon-plus.validation__failed::before, .ghk-content-styling .icon-plus.validation__success::before, .ghk-content-styling .icon-plus.file__close, .ghk-content-styling .icon-plus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-plus.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-plus.navbar__item--locked:before {
  content: "\f067";
}

.icon-minus:before, .ghk-content-styling .icon-minus.accordion__header:before, .ghk-content-styling .icon-minus.validation__failed::before, .ghk-content-styling .icon-minus.validation__success::before, .ghk-content-styling .icon-minus.file__close, .ghk-content-styling .icon-minus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-minus.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-minus.navbar__item--locked:before {
  content: "\f068";
}

.icon-asterisk:before, .ghk-content-styling .icon-asterisk.accordion__header:before, .ghk-content-styling .icon-asterisk.validation__failed::before, .ghk-content-styling .icon-asterisk.validation__success::before, .ghk-content-styling .icon-asterisk.file__close, .ghk-content-styling .icon-asterisk.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-asterisk.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-asterisk.navbar__item--locked:before {
  content: "\f069";
}

.icon-exclamation-sign:before, .ghk-content-styling .icon-exclamation-sign.accordion__header:before, .ghk-content-styling .icon-exclamation-sign.validation__failed::before, .ghk-content-styling .icon-exclamation-sign.validation__success::before, .ghk-content-styling .icon-exclamation-sign.file__close, .ghk-content-styling .icon-exclamation-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-exclamation-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-exclamation-sign.navbar__item--locked:before {
  content: "\f06a";
}

.icon-gift:before, .ghk-content-styling .icon-gift.accordion__header:before, .ghk-content-styling .icon-gift.validation__failed::before, .ghk-content-styling .icon-gift.validation__success::before, .ghk-content-styling .icon-gift.file__close, .ghk-content-styling .icon-gift.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-gift.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-gift.navbar__item--locked:before {
  content: "\f06b";
}

.icon-leaf:before, .ghk-content-styling .icon-leaf.accordion__header:before, .ghk-content-styling .icon-leaf.validation__failed::before, .ghk-content-styling .icon-leaf.validation__success::before, .ghk-content-styling .icon-leaf.file__close, .ghk-content-styling .icon-leaf.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-leaf.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-leaf.navbar__item--locked:before {
  content: "\f06c";
}

.icon-calendar:before, .ghk-content-styling .icon-calendar.accordion__header:before, .ghk-content-styling .icon-calendar.validation__failed::before, .ghk-content-styling .icon-calendar.validation__success::before, .ghk-content-styling .icon-calendar.file__close, .ghk-content-styling .icon-calendar.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-calendar.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-calendar.navbar__item--locked:before {
  content: "\f073";
}

.icon-random:before, .ghk-content-styling .icon-random.accordion__header:before, .ghk-content-styling .icon-random.validation__failed::before, .ghk-content-styling .icon-random.validation__success::before, .ghk-content-styling .icon-random.file__close, .ghk-content-styling .icon-random.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-random.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-random.navbar__item--locked:before {
  content: "\f074";
}

.icon-comment:before, .ghk-content-styling .icon-comment.accordion__header:before, .ghk-content-styling .icon-comment.validation__failed::before, .ghk-content-styling .icon-comment.validation__success::before, .ghk-content-styling .icon-comment.file__close, .ghk-content-styling .icon-comment.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-comment.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-comment.navbar__item--locked:before {
  content: "\f075";
}

.icon-magnet:before, .ghk-content-styling .icon-magnet.accordion__header:before, .ghk-content-styling .icon-magnet.validation__failed::before, .ghk-content-styling .icon-magnet.validation__success::before, .ghk-content-styling .icon-magnet.file__close, .ghk-content-styling .icon-magnet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-magnet.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-magnet.navbar__item--locked:before {
  content: "\f076";
}

.icon-chevron-up:before, .ghk-content-styling .icon-chevron-up.accordion__header:before, .ghk-content-styling .icon-chevron-up.validation__failed::before, .ghk-content-styling .icon-chevron-up.validation__success::before, .ghk-content-styling .icon-chevron-up.file__close, .ghk-content-styling .icon-chevron-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-up.navbar__item--locked:before {
  content: "\f077";
}

.icon-chevron-down:before, .ghk-content-styling .icon-chevron-down.accordion__header:before, .ghk-content-styling .icon-chevron-down.validation__failed::before, .ghk-content-styling .icon-chevron-down.validation__success::before, .ghk-content-styling .icon-chevron-down.file__close, .ghk-content-styling .icon-chevron-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-down.navbar__item--locked:before {
  content: "\f078";
}

.icon-retweet:before, .ghk-content-styling .icon-retweet.accordion__header:before, .ghk-content-styling .icon-retweet.validation__failed::before, .ghk-content-styling .icon-retweet.validation__success::before, .ghk-content-styling .icon-retweet.file__close, .ghk-content-styling .icon-retweet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-retweet.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-retweet.navbar__item--locked:before {
  content: "\f079";
}

.icon-shopping-cart:before, .ghk-content-styling .icon-shopping-cart.accordion__header:before, .ghk-content-styling .icon-shopping-cart.validation__failed::before, .ghk-content-styling .icon-shopping-cart.validation__success::before, .ghk-content-styling .icon-shopping-cart.file__close, .ghk-content-styling .icon-shopping-cart.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-shopping-cart.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-shopping-cart.navbar__item--locked:before {
  content: "\f07a";
}

.icon-folder-close:before, .ghk-content-styling .icon-folder-close.accordion__header:before, .ghk-content-styling .icon-folder-close.validation__failed::before, .ghk-content-styling .icon-folder-close.validation__success::before, .ghk-content-styling .icon-folder-close.file__close, .ghk-content-styling .icon-folder-close.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-folder-close.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-folder-close.navbar__item--locked:before {
  content: "\f07b";
}

.icon-folder-open:before, .ghk-content-styling .icon-folder-open.accordion__header:before, .ghk-content-styling .icon-folder-open.validation__failed::before, .ghk-content-styling .icon-folder-open.validation__success::before, .ghk-content-styling .icon-folder-open.file__close, .ghk-content-styling .icon-folder-open.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-folder-open.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-folder-open.navbar__item--locked:before {
  content: "\f07c";
}

.icon-resize-vertical:before, .ghk-content-styling .icon-resize-vertical.accordion__header:before, .ghk-content-styling .icon-resize-vertical.validation__failed::before, .ghk-content-styling .icon-resize-vertical.validation__success::before, .ghk-content-styling .icon-resize-vertical.file__close, .ghk-content-styling .icon-resize-vertical.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-resize-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-resize-vertical.navbar__item--locked:before {
  content: "\f07d";
}

.icon-resize-horizontal:before, .ghk-content-styling .icon-resize-horizontal.accordion__header:before, .ghk-content-styling .icon-resize-horizontal.validation__failed::before, .ghk-content-styling .icon-resize-horizontal.validation__success::before, .ghk-content-styling .icon-resize-horizontal.file__close, .ghk-content-styling .icon-resize-horizontal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-resize-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-resize-horizontal.navbar__item--locked:before {
  content: "\f07e";
}

.icon-bar-chart:before, .ghk-content-styling .icon-bar-chart.accordion__header:before, .ghk-content-styling .icon-bar-chart.validation__failed::before, .ghk-content-styling .icon-bar-chart.validation__success::before, .ghk-content-styling .icon-bar-chart.file__close, .ghk-content-styling .icon-bar-chart.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bar-chart.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bar-chart.navbar__item--locked:before {
  content: "\f080";
}

.icon-twitter-sign:before, .ghk-content-styling .icon-twitter-sign.accordion__header:before, .ghk-content-styling .icon-twitter-sign.validation__failed::before, .ghk-content-styling .icon-twitter-sign.validation__success::before, .ghk-content-styling .icon-twitter-sign.file__close, .ghk-content-styling .icon-twitter-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-twitter-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-twitter-sign.navbar__item--locked:before {
  content: "\f081";
}

.icon-facebook-sign:before, .ghk-content-styling .icon-facebook-sign.accordion__header:before, .ghk-content-styling .icon-facebook-sign.validation__failed::before, .ghk-content-styling .icon-facebook-sign.validation__success::before, .ghk-content-styling .icon-facebook-sign.file__close, .ghk-content-styling .icon-facebook-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-facebook-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-facebook-sign.navbar__item--locked:before {
  content: "\f082";
}

.icon-camera-retro:before, .ghk-content-styling .icon-camera-retro.accordion__header:before, .ghk-content-styling .icon-camera-retro.validation__failed::before, .ghk-content-styling .icon-camera-retro.validation__success::before, .ghk-content-styling .icon-camera-retro.file__close, .ghk-content-styling .icon-camera-retro.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-camera-retro.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-camera-retro.navbar__item--locked:before {
  content: "\f083";
}

.icon-key:before, .ghk-content-styling .icon-key.accordion__header:before, .ghk-content-styling .icon-key.validation__failed::before, .ghk-content-styling .icon-key.validation__success::before, .ghk-content-styling .icon-key.file__close, .ghk-content-styling .icon-key.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-key.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-key.navbar__item--locked:before {
  content: "\f084";
}

.icon-cogs:before, .ghk-content-styling .icon-cogs.accordion__header:before, .ghk-content-styling .icon-cogs.validation__failed::before, .ghk-content-styling .icon-cogs.validation__success::before, .ghk-content-styling .icon-cogs.file__close, .ghk-content-styling .icon-cogs.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cogs.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cogs.navbar__item--locked:before {
  content: "\f085";
}

.icon-comments:before, .ghk-content-styling .icon-comments.accordion__header:before, .ghk-content-styling .icon-comments.validation__failed::before, .ghk-content-styling .icon-comments.validation__success::before, .ghk-content-styling .icon-comments.file__close, .ghk-content-styling .icon-comments.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-comments.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-comments.navbar__item--locked:before {
  content: "\f086";
}

.icon-thumbs-up:before, .ghk-content-styling .icon-thumbs-up.accordion__header:before, .ghk-content-styling .icon-thumbs-up.validation__failed::before, .ghk-content-styling .icon-thumbs-up.validation__success::before, .ghk-content-styling .icon-thumbs-up.file__close, .ghk-content-styling .icon-thumbs-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-thumbs-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-thumbs-up.navbar__item--locked:before {
  content: "\f087";
}

.icon-thumbs-down:before, .ghk-content-styling .icon-thumbs-down.accordion__header:before, .ghk-content-styling .icon-thumbs-down.validation__failed::before, .ghk-content-styling .icon-thumbs-down.validation__success::before, .ghk-content-styling .icon-thumbs-down.file__close, .ghk-content-styling .icon-thumbs-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-thumbs-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-thumbs-down.navbar__item--locked:before {
  content: "\f088";
}

.icon-star-half:before, .ghk-content-styling .icon-star-half.accordion__header:before, .ghk-content-styling .icon-star-half.validation__failed::before, .ghk-content-styling .icon-star-half.validation__success::before, .ghk-content-styling .icon-star-half.file__close, .ghk-content-styling .icon-star-half.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-star-half.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-star-half.navbar__item--locked:before {
  content: "\f089";
}

.icon-signin:before, .ghk-content-styling .icon-signin.accordion__header:before, .ghk-content-styling .icon-signin.validation__failed::before, .ghk-content-styling .icon-signin.validation__success::before, .ghk-content-styling .icon-signin.file__close, .ghk-content-styling .icon-signin.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-signin.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-signin.navbar__item--locked:before {
  content: "\f090";
}

.icon-trophy:before, .ghk-content-styling .icon-trophy.accordion__header:before, .ghk-content-styling .icon-trophy.validation__failed::before, .ghk-content-styling .icon-trophy.validation__success::before, .ghk-content-styling .icon-trophy.file__close, .ghk-content-styling .icon-trophy.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-trophy.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-trophy.navbar__item--locked:before {
  content: "\f091";
}

.icon-github-sign:before, .ghk-content-styling .icon-github-sign.accordion__header:before, .ghk-content-styling .icon-github-sign.validation__failed::before, .ghk-content-styling .icon-github-sign.validation__success::before, .ghk-content-styling .icon-github-sign.file__close, .ghk-content-styling .icon-github-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-github-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-github-sign.navbar__item--locked:before {
  content: "\f092";
}

.icon-upload-alt:before, .ghk-content-styling .icon-upload-alt.accordion__header:before, .ghk-content-styling .icon-upload-alt.validation__failed::before, .ghk-content-styling .icon-upload-alt.validation__success::before, .ghk-content-styling .icon-upload-alt.file__close, .ghk-content-styling .icon-upload-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-upload-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-upload-alt.navbar__item--locked:before {
  content: "\f093";
}

.icon-lemon:before, .ghk-content-styling .icon-lemon.accordion__header:before, .ghk-content-styling .icon-lemon.validation__failed::before, .ghk-content-styling .icon-lemon.validation__success::before, .ghk-content-styling .icon-lemon.file__close, .ghk-content-styling .icon-lemon.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-lemon.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-lemon.navbar__item--locked:before {
  content: "\f094";
}

.icon-phone:before, .ghk-content-styling .icon-phone.accordion__header:before, .ghk-content-styling .icon-phone.validation__failed::before, .ghk-content-styling .icon-phone.validation__success::before, .ghk-content-styling .icon-phone.file__close, .ghk-content-styling .icon-phone.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-phone.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-phone.navbar__item--locked:before {
  content: "\f095";
}

.icon-check-empty:before, .ghk-content-styling .icon-check-empty.accordion__header:before, .ghk-content-styling .icon-check-empty.validation__failed::before, .ghk-content-styling .icon-check-empty.validation__success::before, .ghk-content-styling .icon-check-empty.file__close, .ghk-content-styling .icon-check-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-check-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-check-empty.navbar__item--locked:before {
  content: "\f096";
}

.icon-bookmark-empty:before, .ghk-content-styling .icon-bookmark-empty.accordion__header:before, .ghk-content-styling .icon-bookmark-empty.validation__failed::before, .ghk-content-styling .icon-bookmark-empty.validation__success::before, .ghk-content-styling .icon-bookmark-empty.file__close, .ghk-content-styling .icon-bookmark-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bookmark-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bookmark-empty.navbar__item--locked:before {
  content: "\f097";
}

.icon-phone-sign:before, .ghk-content-styling .icon-phone-sign.accordion__header:before, .ghk-content-styling .icon-phone-sign.validation__failed::before, .ghk-content-styling .icon-phone-sign.validation__success::before, .ghk-content-styling .icon-phone-sign.file__close, .ghk-content-styling .icon-phone-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-phone-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-phone-sign.navbar__item--locked:before {
  content: "\f098";
}

.icon-twitter:before, .ghk-content-styling .icon-twitter.accordion__header:before, .ghk-content-styling .icon-twitter.validation__failed::before, .ghk-content-styling .icon-twitter.validation__success::before, .ghk-content-styling .icon-twitter.file__close, .ghk-content-styling .icon-twitter.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-twitter.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-twitter.navbar__item--locked:before {
  content: "\f099";
}

.icon-facebook:before, .ghk-content-styling .icon-facebook.accordion__header:before, .ghk-content-styling .icon-facebook.validation__failed::before, .ghk-content-styling .icon-facebook.validation__success::before, .ghk-content-styling .icon-facebook.file__close, .ghk-content-styling .icon-facebook.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-facebook.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-facebook.navbar__item--locked:before {
  content: "\f09a";
}

.icon-github:before, .ghk-content-styling .icon-github.accordion__header:before, .ghk-content-styling .icon-github.validation__failed::before, .ghk-content-styling .icon-github.validation__success::before, .ghk-content-styling .icon-github.file__close, .ghk-content-styling .icon-github.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-github.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-github.navbar__item--locked:before {
  content: "\f09b";
}

.icon-unlock:before, .ghk-content-styling .icon-unlock.accordion__header:before, .ghk-content-styling .icon-unlock.validation__failed::before, .ghk-content-styling .icon-unlock.validation__success::before, .ghk-content-styling .icon-unlock.file__close, .ghk-content-styling .icon-unlock.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-unlock.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-unlock.navbar__item--locked:before {
  content: "\f09c";
}

.icon-credit:before, .ghk-content-styling .icon-credit.accordion__header:before, .ghk-content-styling .icon-credit.validation__failed::before, .ghk-content-styling .icon-credit.validation__success::before, .ghk-content-styling .icon-credit.file__close, .ghk-content-styling .icon-credit.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-credit.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-credit.navbar__item--locked:before {
  content: "\f09d";
}

.icon-rss:before, .ghk-content-styling .icon-rss.accordion__header:before, .ghk-content-styling .icon-rss.validation__failed::before, .ghk-content-styling .icon-rss.validation__success::before, .ghk-content-styling .icon-rss.file__close, .ghk-content-styling .icon-rss.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rss.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rss.navbar__item--locked:before {
  content: "\f09e";
}

.icon-hdd:before, .ghk-content-styling .icon-hdd.accordion__header:before, .ghk-content-styling .icon-hdd.validation__failed::before, .ghk-content-styling .icon-hdd.validation__success::before, .ghk-content-styling .icon-hdd.file__close, .ghk-content-styling .icon-hdd.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-hdd.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-hdd.navbar__item--locked:before {
  content: "\f0a0";
}

.icon-bullhorn:before, .ghk-content-styling .icon-bullhorn.accordion__header:before, .ghk-content-styling .icon-bullhorn.validation__failed::before, .ghk-content-styling .icon-bullhorn.validation__success::before, .ghk-content-styling .icon-bullhorn.file__close, .ghk-content-styling .icon-bullhorn.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bullhorn.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bullhorn.navbar__item--locked:before {
  content: "\f0a1";
}

.icon-bell:before, .ghk-content-styling .icon-bell.accordion__header:before, .ghk-content-styling .icon-bell.validation__failed::before, .ghk-content-styling .icon-bell.validation__success::before, .ghk-content-styling .icon-bell.file__close, .ghk-content-styling .icon-bell.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bell.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bell.navbar__item--locked:before {
  content: "\f0a2";
}

.icon-certificate:before, .ghk-content-styling .icon-certificate.accordion__header:before, .ghk-content-styling .icon-certificate.validation__failed::before, .ghk-content-styling .icon-certificate.validation__success::before, .ghk-content-styling .icon-certificate.file__close, .ghk-content-styling .icon-certificate.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-certificate.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-certificate.navbar__item--locked:before {
  content: "\f0a3";
}

.icon-hand-right:before, .ghk-content-styling .icon-hand-right.accordion__header:before, .ghk-content-styling .icon-hand-right.validation__failed::before, .ghk-content-styling .icon-hand-right.validation__success::before, .ghk-content-styling .icon-hand-right.file__close, .ghk-content-styling .icon-hand-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-hand-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-hand-right.navbar__item--locked:before {
  content: "\f0a4";
}

.icon-hand-left:before, .ghk-content-styling .icon-hand-left.accordion__header:before, .ghk-content-styling .icon-hand-left.validation__failed::before, .ghk-content-styling .icon-hand-left.validation__success::before, .ghk-content-styling .icon-hand-left.file__close, .ghk-content-styling .icon-hand-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-hand-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-hand-left.navbar__item--locked:before {
  content: "\f0a5";
}

.icon-hand-up:before, .ghk-content-styling .icon-hand-up.accordion__header:before, .ghk-content-styling .icon-hand-up.validation__failed::before, .ghk-content-styling .icon-hand-up.validation__success::before, .ghk-content-styling .icon-hand-up.file__close, .ghk-content-styling .icon-hand-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-hand-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-hand-up.navbar__item--locked:before {
  content: "\f0a6";
}

.icon-globe:before, .ghk-content-styling .icon-globe.accordion__header:before, .ghk-content-styling .icon-globe.validation__failed::before, .ghk-content-styling .icon-globe.validation__success::before, .ghk-content-styling .icon-globe.file__close, .ghk-content-styling .icon-globe.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-globe.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-globe.navbar__item--locked:before {
  content: "\f0ac";
}

.icon-wrench:before, .ghk-content-styling .icon-wrench.accordion__header:before, .ghk-content-styling .icon-wrench.validation__failed::before, .ghk-content-styling .icon-wrench.validation__success::before, .ghk-content-styling .icon-wrench.file__close, .ghk-content-styling .icon-wrench.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-wrench.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-wrench.navbar__item--locked:before {
  content: "\f0ad";
}

.icon-tasks:before, .ghk-content-styling .icon-tasks.accordion__header:before, .ghk-content-styling .icon-tasks.validation__failed::before, .ghk-content-styling .icon-tasks.validation__success::before, .ghk-content-styling .icon-tasks.file__close, .ghk-content-styling .icon-tasks.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tasks.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tasks.navbar__item--locked:before {
  content: "\f0ae";
}

.icon-filter:before, .ghk-content-styling .icon-filter.accordion__header:before, .ghk-content-styling .icon-filter.validation__failed::before, .ghk-content-styling .icon-filter.validation__success::before, .ghk-content-styling .icon-filter.file__close, .ghk-content-styling .icon-filter.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-filter.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-filter.navbar__item--locked:before {
  content: "\f0b0";
}

.icon-briefcase:before, .ghk-content-styling .icon-briefcase.accordion__header:before, .ghk-content-styling .icon-briefcase.validation__failed::before, .ghk-content-styling .icon-briefcase.validation__success::before, .ghk-content-styling .icon-briefcase.file__close, .ghk-content-styling .icon-briefcase.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-briefcase.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-briefcase.navbar__item--locked:before {
  content: "\f0b1";
}

.icon-fullscreen:before, .ghk-content-styling .icon-fullscreen.accordion__header:before, .ghk-content-styling .icon-fullscreen.validation__failed::before, .ghk-content-styling .icon-fullscreen.validation__success::before, .ghk-content-styling .icon-fullscreen.file__close, .ghk-content-styling .icon-fullscreen.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fullscreen.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fullscreen.navbar__item--locked:before {
  content: "\f0b2";
}

.icon-group:before, .ghk-content-styling .icon-group.accordion__header:before, .ghk-content-styling .icon-group.validation__failed::before, .ghk-content-styling .icon-group.validation__success::before, .ghk-content-styling .icon-group.file__close, .ghk-content-styling .icon-group.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-group.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-group.navbar__item--locked:before {
  content: "\f0c0";
}

.icon-link:before, .ghk-content-styling .icon-link.accordion__header:before, .ghk-content-styling .icon-link.validation__failed::before, .ghk-content-styling .icon-link.validation__success::before, .ghk-content-styling .icon-link.file__close, .ghk-content-styling .icon-link.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-link.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-link.navbar__item--locked:before {
  content: "\f0c1";
}

.icon-cloud:before, .ghk-content-styling .icon-cloud.accordion__header:before, .ghk-content-styling .icon-cloud.validation__failed::before, .ghk-content-styling .icon-cloud.validation__success::before, .ghk-content-styling .icon-cloud.file__close, .ghk-content-styling .icon-cloud.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cloud.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cloud.navbar__item--locked:before {
  content: "\f0c2";
}

.icon-beaker:before, .ghk-content-styling .icon-beaker.accordion__header:before, .ghk-content-styling .icon-beaker.validation__failed::before, .ghk-content-styling .icon-beaker.validation__success::before, .ghk-content-styling .icon-beaker.file__close, .ghk-content-styling .icon-beaker.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-beaker.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-beaker.navbar__item--locked:before {
  content: "\f0c3";
}

.icon-cut:before, .ghk-content-styling .icon-cut.accordion__header:before, .ghk-content-styling .icon-cut.validation__failed::before, .ghk-content-styling .icon-cut.validation__success::before, .ghk-content-styling .icon-cut.file__close, .ghk-content-styling .icon-cut.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cut.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cut.navbar__item--locked:before {
  content: "\f0c4";
}

.icon-copy:before, .ghk-content-styling .icon-copy.accordion__header:before, .ghk-content-styling .icon-copy.validation__failed::before, .ghk-content-styling .icon-copy.validation__success::before, .ghk-content-styling .icon-copy.file__close, .ghk-content-styling .icon-copy.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-copy.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-copy.navbar__item--locked:before {
  content: "\f0c5";
}

.icon-paper-clip:before, .ghk-content-styling .icon-paper-clip.accordion__header:before, .ghk-content-styling .icon-paper-clip.validation__failed::before, .ghk-content-styling .icon-paper-clip.validation__success::before, .ghk-content-styling .icon-paper-clip.file__close, .ghk-content-styling .icon-paper-clip.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-paper-clip.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-paper-clip.navbar__item--locked:before {
  content: "\f0c6";
}

.icon-save:before, .ghk-content-styling .icon-save.accordion__header:before, .ghk-content-styling .icon-save.validation__failed::before, .ghk-content-styling .icon-save.validation__success::before, .ghk-content-styling .icon-save.file__close, .ghk-content-styling .icon-save.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-save.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-save.navbar__item--locked:before {
  content: "\f0c7";
}

.icon-sign-blank:before, .ghk-content-styling .icon-sign-blank.accordion__header:before, .ghk-content-styling .icon-sign-blank.validation__failed::before, .ghk-content-styling .icon-sign-blank.validation__success::before, .ghk-content-styling .icon-sign-blank.file__close, .ghk-content-styling .icon-sign-blank.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sign-blank.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sign-blank.navbar__item--locked:before {
  content: "\f0c8";
}

.icon-reorder:before, .ghk-content-styling .icon-reorder.accordion__header:before, .ghk-content-styling .icon-reorder.validation__failed::before, .ghk-content-styling .icon-reorder.validation__success::before, .ghk-content-styling .icon-reorder.file__close, .ghk-content-styling .icon-reorder.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-reorder.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-reorder.navbar__item--locked:before {
  content: "\f0c9";
}

.icon-list-ul:before, .ghk-content-styling .icon-list-ul.accordion__header:before, .ghk-content-styling .icon-list-ul.validation__failed::before, .ghk-content-styling .icon-list-ul.validation__success::before, .ghk-content-styling .icon-list-ul.file__close, .ghk-content-styling .icon-list-ul.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-list-ul.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-list-ul.navbar__item--locked:before {
  content: "\f0ca";
}

.icon-list-ol:before, .ghk-content-styling .icon-list-ol.accordion__header:before, .ghk-content-styling .icon-list-ol.validation__failed::before, .ghk-content-styling .icon-list-ol.validation__success::before, .ghk-content-styling .icon-list-ol.file__close, .ghk-content-styling .icon-list-ol.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-list-ol.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-list-ol.navbar__item--locked:before {
  content: "\f0cb";
}

.icon-strikethrough:before, .ghk-content-styling .icon-strikethrough.accordion__header:before, .ghk-content-styling .icon-strikethrough.validation__failed::before, .ghk-content-styling .icon-strikethrough.validation__success::before, .ghk-content-styling .icon-strikethrough.file__close, .ghk-content-styling .icon-strikethrough.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-strikethrough.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-strikethrough.navbar__item--locked:before {
  content: "\f0cc";
}

.icon-underline:before, .ghk-content-styling .icon-underline.accordion__header:before, .ghk-content-styling .icon-underline.validation__failed::before, .ghk-content-styling .icon-underline.validation__success::before, .ghk-content-styling .icon-underline.file__close, .ghk-content-styling .icon-underline.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-underline.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-underline.navbar__item--locked:before {
  content: "\f0cd";
}

.icon-table:before, .ghk-content-styling .icon-table.accordion__header:before, .ghk-content-styling .icon-table.validation__failed::before, .ghk-content-styling .icon-table.validation__success::before, .ghk-content-styling .icon-table.file__close, .ghk-content-styling .icon-table.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-table.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-table.navbar__item--locked:before {
  content: "\f0ce";
}

.icon-magic:before, .ghk-content-styling .icon-magic.accordion__header:before, .ghk-content-styling .icon-magic.validation__failed::before, .ghk-content-styling .icon-magic.validation__success::before, .ghk-content-styling .icon-magic.file__close, .ghk-content-styling .icon-magic.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-magic.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-magic.navbar__item--locked:before {
  content: "\f0d0";
}

.icon-money:before, .ghk-content-styling .icon-money.accordion__header:before, .ghk-content-styling .icon-money.validation__failed::before, .ghk-content-styling .icon-money.validation__success::before, .ghk-content-styling .icon-money.file__close, .ghk-content-styling .icon-money.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-money.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-money.navbar__item--locked:before {
  content: "\f0d6";
}

.icon-caret-down:before, .ghk-content-styling .icon-caret-down.accordion__header:before, .ghk-content-styling .icon-caret-down.validation__failed::before, .ghk-content-styling .icon-caret-down.validation__success::before, .ghk-content-styling .icon-caret-down.file__close, .ghk-content-styling .icon-caret-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-caret-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-caret-down.navbar__item--locked:before {
  content: "\f0d7";
}

.icon-caret-up:before, .ghk-content-styling .icon-caret-up.accordion__header:before, .ghk-content-styling .icon-caret-up.validation__failed::before, .ghk-content-styling .icon-caret-up.validation__success::before, .ghk-content-styling .icon-caret-up.file__close, .ghk-content-styling .icon-caret-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-caret-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-caret-up.navbar__item--locked:before {
  content: "\f0d8";
}

.icon-caret-left:before, .ghk-content-styling .icon-caret-left.accordion__header:before, .ghk-content-styling .icon-caret-left.validation__failed::before, .ghk-content-styling .icon-caret-left.validation__success::before, .ghk-content-styling .icon-caret-left.file__close, .ghk-content-styling .icon-caret-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-caret-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-caret-left.navbar__item--locked:before {
  content: "\f0d9";
}

.icon-caret-right:before, .ghk-content-styling .icon-caret-right.accordion__header:before, .ghk-content-styling .icon-caret-right.validation__failed::before, .ghk-content-styling .icon-caret-right.validation__success::before, .ghk-content-styling .icon-caret-right.file__close, .ghk-content-styling .icon-caret-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-caret-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-caret-right.navbar__item--locked:before {
  content: "\f0da";
}

.icon-columns:before, .ghk-content-styling .icon-columns.accordion__header:before, .ghk-content-styling .icon-columns.validation__failed::before, .ghk-content-styling .icon-columns.validation__success::before, .ghk-content-styling .icon-columns.file__close, .ghk-content-styling .icon-columns.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-columns.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-columns.navbar__item--locked:before {
  content: "\f0db";
}

.icon-sort:before, .ghk-content-styling .icon-sort.accordion__header:before, .ghk-content-styling .icon-sort.validation__failed::before, .ghk-content-styling .icon-sort.validation__success::before, .ghk-content-styling .icon-sort.file__close, .ghk-content-styling .icon-sort.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort.navbar__item--locked:before {
  content: "\f0dc";
}

.icon-sort-down:before, .ghk-content-styling .icon-sort-down.accordion__header:before, .ghk-content-styling .icon-sort-down.validation__failed::before, .ghk-content-styling .icon-sort-down.validation__success::before, .ghk-content-styling .icon-sort-down.file__close, .ghk-content-styling .icon-sort-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-down.navbar__item--locked:before {
  content: "\f0dd";
}

.icon-sort-up:before, .ghk-content-styling .icon-sort-up.accordion__header:before, .ghk-content-styling .icon-sort-up.validation__failed::before, .ghk-content-styling .icon-sort-up.validation__success::before, .ghk-content-styling .icon-sort-up.file__close, .ghk-content-styling .icon-sort-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-up.navbar__item--locked:before {
  content: "\f0de";
}

.icon-envelope-alt:before, .ghk-content-styling .icon-envelope-alt.accordion__header:before, .ghk-content-styling .icon-envelope-alt.validation__failed::before, .ghk-content-styling .icon-envelope-alt.validation__success::before, .ghk-content-styling .icon-envelope-alt.file__close, .ghk-content-styling .icon-envelope-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-envelope-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-envelope-alt.navbar__item--locked:before {
  content: "\f0e0";
}

.icon-linkedin:before, .ghk-content-styling .icon-linkedin.accordion__header:before, .ghk-content-styling .icon-linkedin.validation__failed::before, .ghk-content-styling .icon-linkedin.validation__success::before, .ghk-content-styling .icon-linkedin.file__close, .ghk-content-styling .icon-linkedin.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-linkedin.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-linkedin.navbar__item--locked:before {
  content: "\f0e1";
}

.icon-undo:before, .ghk-content-styling .icon-undo.accordion__header:before, .ghk-content-styling .icon-undo.validation__failed::before, .ghk-content-styling .icon-undo.validation__success::before, .ghk-content-styling .icon-undo.file__close, .ghk-content-styling .icon-undo.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-undo.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-undo.navbar__item--locked:before {
  content: "\f0e2";
}

.icon-legal:before, .ghk-content-styling .icon-legal.accordion__header:before, .ghk-content-styling .icon-legal.validation__failed::before, .ghk-content-styling .icon-legal.validation__success::before, .ghk-content-styling .icon-legal.file__close, .ghk-content-styling .icon-legal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-legal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-legal.navbar__item--locked:before {
  content: "\f0e3";
}

.icon-dashboard:before, .ghk-content-styling .icon-dashboard.accordion__header:before, .ghk-content-styling .icon-dashboard.validation__failed::before, .ghk-content-styling .icon-dashboard.validation__success::before, .ghk-content-styling .icon-dashboard.file__close, .ghk-content-styling .icon-dashboard.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-dashboard.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-dashboard.navbar__item--locked:before {
  content: "\f0e4";
}

.icon-comment-alt:before, .ghk-content-styling .icon-comment-alt.accordion__header:before, .ghk-content-styling .icon-comment-alt.validation__failed::before, .ghk-content-styling .icon-comment-alt.validation__success::before, .ghk-content-styling .icon-comment-alt.file__close, .ghk-content-styling .icon-comment-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-comment-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-comment-alt.navbar__item--locked:before {
  content: "\f0e5";
}

.icon-comments-alt:before, .ghk-content-styling .icon-comments-alt.accordion__header:before, .ghk-content-styling .icon-comments-alt.validation__failed::before, .ghk-content-styling .icon-comments-alt.validation__success::before, .ghk-content-styling .icon-comments-alt.file__close, .ghk-content-styling .icon-comments-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-comments-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-comments-alt.navbar__item--locked:before {
  content: "\f0e6";
}

.icon-bolt:before, .ghk-content-styling .icon-bolt.accordion__header:before, .ghk-content-styling .icon-bolt.validation__failed::before, .ghk-content-styling .icon-bolt.validation__success::before, .ghk-content-styling .icon-bolt.file__close, .ghk-content-styling .icon-bolt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bolt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bolt.navbar__item--locked:before {
  content: "\f0e7";
}

.icon-sitemap:before, .ghk-content-styling .icon-sitemap.accordion__header:before, .ghk-content-styling .icon-sitemap.validation__failed::before, .ghk-content-styling .icon-sitemap.validation__success::before, .ghk-content-styling .icon-sitemap.file__close, .ghk-content-styling .icon-sitemap.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sitemap.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sitemap.navbar__item--locked:before {
  content: "\f0e8";
}

.icon-umbrella:before, .ghk-content-styling .icon-umbrella.accordion__header:before, .ghk-content-styling .icon-umbrella.validation__failed::before, .ghk-content-styling .icon-umbrella.validation__success::before, .ghk-content-styling .icon-umbrella.file__close, .ghk-content-styling .icon-umbrella.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-umbrella.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-umbrella.navbar__item--locked:before {
  content: "\f0e9";
}

.icon-paste:before, .ghk-content-styling .icon-paste.accordion__header:before, .ghk-content-styling .icon-paste.validation__failed::before, .ghk-content-styling .icon-paste.validation__success::before, .ghk-content-styling .icon-paste.file__close, .ghk-content-styling .icon-paste.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-paste.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-paste.navbar__item--locked:before {
  content: "\f0ea";
}

.icon-lightbulb:before, .ghk-content-styling .icon-lightbulb.accordion__header:before, .ghk-content-styling .icon-lightbulb.validation__failed::before, .ghk-content-styling .icon-lightbulb.validation__success::before, .ghk-content-styling .icon-lightbulb.file__close, .ghk-content-styling .icon-lightbulb.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-lightbulb.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-lightbulb.navbar__item--locked:before {
  content: "\f0eb";
}

.icon-exchange:before, .ghk-content-styling .icon-exchange.accordion__header:before, .ghk-content-styling .icon-exchange.validation__failed::before, .ghk-content-styling .icon-exchange.validation__success::before, .ghk-content-styling .icon-exchange.file__close, .ghk-content-styling .icon-exchange.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-exchange.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-exchange.navbar__item--locked:before {
  content: "\f0ec";
}

.icon-bell-alt:before, .ghk-content-styling .icon-bell-alt.accordion__header:before, .ghk-content-styling .icon-bell-alt.validation__failed::before, .ghk-content-styling .icon-bell-alt.validation__success::before, .ghk-content-styling .icon-bell-alt.file__close, .ghk-content-styling .icon-bell-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bell-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bell-alt.navbar__item--locked:before {
  content: "\f0f3";
}

.icon-coffee:before, .ghk-content-styling .icon-coffee.accordion__header:before, .ghk-content-styling .icon-coffee.validation__failed::before, .ghk-content-styling .icon-coffee.validation__success::before, .ghk-content-styling .icon-coffee.file__close, .ghk-content-styling .icon-coffee.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-coffee.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-coffee.navbar__item--locked:before {
  content: "\f0f4";
}

.icon-food:before, .ghk-content-styling .icon-food.accordion__header:before, .ghk-content-styling .icon-food.validation__failed::before, .ghk-content-styling .icon-food.validation__success::before, .ghk-content-styling .icon-food.file__close, .ghk-content-styling .icon-food.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-food.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-food.navbar__item--locked:before {
  content: "\f0f5";
}

.icon-file-alt:before, .ghk-content-styling .icon-file-alt.accordion__header:before, .ghk-content-styling .icon-file-alt.validation__failed::before, .ghk-content-styling .icon-file-alt.validation__success::before, .ghk-content-styling .icon-file-alt.file__close, .ghk-content-styling .icon-file-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-file-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-file-alt.navbar__item--locked:before {
  content: "\f0f6";
}

.icon-building:before, .ghk-content-styling .icon-building.accordion__header:before, .ghk-content-styling .icon-building.validation__failed::before, .ghk-content-styling .icon-building.validation__success::before, .ghk-content-styling .icon-building.file__close, .ghk-content-styling .icon-building.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-building.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-building.navbar__item--locked:before {
  content: "\f0f7";
}

.icon-hospital:before, .ghk-content-styling .icon-hospital.accordion__header:before, .ghk-content-styling .icon-hospital.validation__failed::before, .ghk-content-styling .icon-hospital.validation__success::before, .ghk-content-styling .icon-hospital.file__close, .ghk-content-styling .icon-hospital.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-hospital.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-hospital.navbar__item--locked:before {
  content: "\f0f8";
}

.icon-ambulance:before, .ghk-content-styling .icon-ambulance.accordion__header:before, .ghk-content-styling .icon-ambulance.validation__failed::before, .ghk-content-styling .icon-ambulance.validation__success::before, .ghk-content-styling .icon-ambulance.file__close, .ghk-content-styling .icon-ambulance.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ambulance.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ambulance.navbar__item--locked:before {
  content: "\f0f9";
}

.icon-medkit:before, .ghk-content-styling .icon-medkit.accordion__header:before, .ghk-content-styling .icon-medkit.validation__failed::before, .ghk-content-styling .icon-medkit.validation__success::before, .ghk-content-styling .icon-medkit.file__close, .ghk-content-styling .icon-medkit.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-medkit.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-medkit.navbar__item--locked:before {
  content: "\f0fa";
}

.icon-fighter-jet:before, .ghk-content-styling .icon-fighter-jet.accordion__header:before, .ghk-content-styling .icon-fighter-jet.validation__failed::before, .ghk-content-styling .icon-fighter-jet.validation__success::before, .ghk-content-styling .icon-fighter-jet.file__close, .ghk-content-styling .icon-fighter-jet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fighter-jet.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fighter-jet.navbar__item--locked:before {
  content: "\f0fb";
}

.icon-beer:before, .ghk-content-styling .icon-beer.accordion__header:before, .ghk-content-styling .icon-beer.validation__failed::before, .ghk-content-styling .icon-beer.validation__success::before, .ghk-content-styling .icon-beer.file__close, .ghk-content-styling .icon-beer.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-beer.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-beer.navbar__item--locked:before {
  content: "\f0fc";
}

.icon-h-sign:before, .ghk-content-styling .icon-h-sign.accordion__header:before, .ghk-content-styling .icon-h-sign.validation__failed::before, .ghk-content-styling .icon-h-sign.validation__success::before, .ghk-content-styling .icon-h-sign.file__close, .ghk-content-styling .icon-h-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-h-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-h-sign.navbar__item--locked:before {
  content: "\f0fd";
}

.icon-plus-sign:before, .ghk-content-styling .icon-plus-sign.accordion__header:before, .ghk-content-styling .icon-plus-sign.validation__failed::before, .ghk-content-styling .icon-plus-sign.validation__success::before, .ghk-content-styling .icon-plus-sign.file__close, .ghk-content-styling .icon-plus-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-plus-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-plus-sign.navbar__item--locked:before {
  content: "\f0fe";
}

.icon-double-angle-left:before, .ghk-content-styling .icon-double-angle-left.accordion__header:before, .ghk-content-styling .icon-double-angle-left.validation__failed::before, .ghk-content-styling .icon-double-angle-left.validation__success::before, .ghk-content-styling .icon-double-angle-left.file__close, .ghk-content-styling .icon-double-angle-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-double-angle-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-double-angle-left.navbar__item--locked:before {
  content: "\f100";
}

.icon-double-angle-right:before, .ghk-content-styling .icon-double-angle-right.accordion__header:before, .ghk-content-styling .icon-double-angle-right.validation__failed::before, .ghk-content-styling .icon-double-angle-right.validation__success::before, .ghk-content-styling .icon-double-angle-right.file__close, .ghk-content-styling .icon-double-angle-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-double-angle-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-double-angle-right.navbar__item--locked:before {
  content: "\f101";
}

.icon-double-angle-up:before, .ghk-content-styling .icon-double-angle-up.accordion__header:before, .ghk-content-styling .icon-double-angle-up.validation__failed::before, .ghk-content-styling .icon-double-angle-up.validation__success::before, .ghk-content-styling .icon-double-angle-up.file__close, .ghk-content-styling .icon-double-angle-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-double-angle-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-double-angle-up.navbar__item--locked:before {
  content: "\f102";
}

.icon-double-angle-down:before, .ghk-content-styling .icon-double-angle-down.accordion__header:before, .ghk-content-styling .icon-double-angle-down.validation__failed::before, .ghk-content-styling .icon-double-angle-down.validation__success::before, .ghk-content-styling .icon-double-angle-down.file__close, .ghk-content-styling .icon-double-angle-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-double-angle-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-double-angle-down.navbar__item--locked:before {
  content: "\f103";
}

.icon-angle-left:before, .ghk-content-styling .icon-angle-left.accordion__header:before, .ghk-content-styling .icon-angle-left.validation__failed::before, .ghk-content-styling .icon-angle-left.validation__success::before, .ghk-content-styling .icon-angle-left.file__close, .ghk-content-styling .icon-angle-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-angle-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-angle-left.navbar__item--locked:before {
  content: "\f104";
}

.icon-angle-right:before, .ghk-content-styling .icon-angle-right.accordion__header:before, .ghk-content-styling .icon-angle-right.validation__failed::before, .ghk-content-styling .icon-angle-right.validation__success::before, .ghk-content-styling .icon-angle-right.file__close, .ghk-content-styling .icon-angle-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-angle-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-angle-right.navbar__item--locked:before {
  content: "\f105";
}

.icon-angle-up:before, .ghk-content-styling .icon-angle-up.accordion__header:before, .ghk-content-styling .icon-angle-up.validation__failed::before, .ghk-content-styling .icon-angle-up.validation__success::before, .ghk-content-styling .icon-angle-up.file__close, .ghk-content-styling .icon-angle-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-angle-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-angle-up.navbar__item--locked:before {
  content: "\f106";
}

.icon-angle-down:before, .ghk-content-styling .icon-angle-down.accordion__header:before, .ghk-content-styling .icon-angle-down.validation__failed::before, .ghk-content-styling .icon-angle-down.validation__success::before, .ghk-content-styling .icon-angle-down.file__close, .ghk-content-styling .icon-angle-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-angle-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-angle-down.navbar__item--locked:before {
  content: "\f107";
}

.icon-desktop:before, .ghk-content-styling .icon-desktop.accordion__header:before, .ghk-content-styling .icon-desktop.validation__failed::before, .ghk-content-styling .icon-desktop.validation__success::before, .ghk-content-styling .icon-desktop.file__close, .ghk-content-styling .icon-desktop.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-desktop.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-desktop.navbar__item--locked:before {
  content: "\f108";
}

.icon-laptop:before, .ghk-content-styling .icon-laptop.accordion__header:before, .ghk-content-styling .icon-laptop.validation__failed::before, .ghk-content-styling .icon-laptop.validation__success::before, .ghk-content-styling .icon-laptop.file__close, .ghk-content-styling .icon-laptop.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-laptop.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-laptop.navbar__item--locked:before {
  content: "\f109";
}

.icon-spinner:before, .ghk-content-styling .icon-spinner.accordion__header:before, .ghk-content-styling .icon-spinner.validation__failed::before, .ghk-content-styling .icon-spinner.validation__success::before, .ghk-content-styling .icon-spinner.file__close, .ghk-content-styling .icon-spinner.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-spinner.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-spinner.navbar__item--locked:before {
  content: "\f110";
}

.icon-circle:before, .ghk-content-styling .icon-circle.accordion__header:before, .ghk-content-styling .icon-circle.validation__failed::before, .ghk-content-styling .icon-circle.validation__success::before, .ghk-content-styling .icon-circle.file__close, .ghk-content-styling .icon-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-circle.navbar__item--locked:before {
  content: "\f111";
}

.icon-reply:before, .ghk-content-styling .icon-reply.accordion__header:before, .ghk-content-styling .icon-reply.validation__failed::before, .ghk-content-styling .icon-reply.validation__success::before, .ghk-content-styling .icon-reply.file__close, .ghk-content-styling .icon-reply.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-reply.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-reply.navbar__item--locked:before {
  content: "\f112";
}

.icon-github-alt:before, .ghk-content-styling .icon-github-alt.accordion__header:before, .ghk-content-styling .icon-github-alt.validation__failed::before, .ghk-content-styling .icon-github-alt.validation__success::before, .ghk-content-styling .icon-github-alt.file__close, .ghk-content-styling .icon-github-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-github-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-github-alt.navbar__item--locked:before {
  content: "\f113";
}

.icon-folder-close-alt:before, .ghk-content-styling .icon-folder-close-alt.accordion__header:before, .ghk-content-styling .icon-folder-close-alt.validation__failed::before, .ghk-content-styling .icon-folder-close-alt.validation__success::before, .ghk-content-styling .icon-folder-close-alt.file__close, .ghk-content-styling .icon-folder-close-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-folder-close-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-folder-close-alt.navbar__item--locked:before {
  content: "\f114";
}

.icon-folder-open-alt:before, .ghk-content-styling .icon-folder-open-alt.accordion__header:before, .ghk-content-styling .icon-folder-open-alt.validation__failed::before, .ghk-content-styling .icon-folder-open-alt.validation__success::before, .ghk-content-styling .icon-folder-open-alt.file__close, .ghk-content-styling .icon-folder-open-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-folder-open-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-folder-open-alt.navbar__item--locked:before {
  content: "\f115";
}

.icon-expand-alt:before, .ghk-content-styling .icon-expand-alt.accordion__header:before, .ghk-content-styling .icon-expand-alt.validation__failed::before, .ghk-content-styling .icon-expand-alt.validation__success::before, .ghk-content-styling .icon-expand-alt.file__close, .ghk-content-styling .icon-expand-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-expand-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-expand-alt.navbar__item--locked:before {
  content: "\f116";
}

.icon-collapse-alt:before, .ghk-content-styling .icon-collapse-alt.accordion__header:before, .ghk-content-styling .icon-collapse-alt.validation__failed::before, .ghk-content-styling .icon-collapse-alt.validation__success::before, .ghk-content-styling .icon-collapse-alt.file__close, .ghk-content-styling .icon-collapse-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-collapse-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-collapse-alt.navbar__item--locked:before {
  content: "\f117";
}

.icon-smile:before, .ghk-content-styling .icon-smile.accordion__header:before, .ghk-content-styling .icon-smile.validation__failed::before, .ghk-content-styling .icon-smile.validation__success::before, .ghk-content-styling .icon-smile.file__close, .ghk-content-styling .icon-smile.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-smile.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-smile.navbar__item--locked:before {
  content: "\f118";
}

.icon-frown:before, .ghk-content-styling .icon-frown.accordion__header:before, .ghk-content-styling .icon-frown.validation__failed::before, .ghk-content-styling .icon-frown.validation__success::before, .ghk-content-styling .icon-frown.file__close, .ghk-content-styling .icon-frown.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-frown.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-frown.navbar__item--locked:before {
  content: "\f119";
}

.icon-meh:before, .ghk-content-styling .icon-meh.accordion__header:before, .ghk-content-styling .icon-meh.validation__failed::before, .ghk-content-styling .icon-meh.validation__success::before, .ghk-content-styling .icon-meh.file__close, .ghk-content-styling .icon-meh.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-meh.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-meh.navbar__item--locked:before {
  content: "\f11a";
}

.icon-gamepad:before, .ghk-content-styling .icon-gamepad.accordion__header:before, .ghk-content-styling .icon-gamepad.validation__failed::before, .ghk-content-styling .icon-gamepad.validation__success::before, .ghk-content-styling .icon-gamepad.file__close, .ghk-content-styling .icon-gamepad.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-gamepad.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-gamepad.navbar__item--locked:before {
  content: "\f11b";
}

.icon-keyboard:before, .ghk-content-styling .icon-keyboard.accordion__header:before, .ghk-content-styling .icon-keyboard.validation__failed::before, .ghk-content-styling .icon-keyboard.validation__success::before, .ghk-content-styling .icon-keyboard.file__close, .ghk-content-styling .icon-keyboard.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-keyboard.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-keyboard.navbar__item--locked:before {
  content: "\f11c";
}

.icon-flag-alt:before, .ghk-content-styling .icon-flag-alt.accordion__header:before, .ghk-content-styling .icon-flag-alt.validation__failed::before, .ghk-content-styling .icon-flag-alt.validation__success::before, .ghk-content-styling .icon-flag-alt.file__close, .ghk-content-styling .icon-flag-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-flag-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-flag-alt.navbar__item--locked:before {
  content: "\f11d";
}

.icon-flag-checkered:before, .ghk-content-styling .icon-flag-checkered.accordion__header:before, .ghk-content-styling .icon-flag-checkered.validation__failed::before, .ghk-content-styling .icon-flag-checkered.validation__success::before, .ghk-content-styling .icon-flag-checkered.file__close, .ghk-content-styling .icon-flag-checkered.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-flag-checkered.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-flag-checkered.navbar__item--locked:before {
  content: "\f11e";
}

.icon-terminal:before, .ghk-content-styling .icon-terminal.accordion__header:before, .ghk-content-styling .icon-terminal.validation__failed::before, .ghk-content-styling .icon-terminal.validation__success::before, .ghk-content-styling .icon-terminal.file__close, .ghk-content-styling .icon-terminal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-terminal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-terminal.navbar__item--locked:before {
  content: "\f120";
}

.icon-code:before, .ghk-content-styling .icon-code.accordion__header:before, .ghk-content-styling .icon-code.validation__failed::before, .ghk-content-styling .icon-code.validation__success::before, .ghk-content-styling .icon-code.file__close, .ghk-content-styling .icon-code.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-code.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-code.navbar__item--locked:before {
  content: "\f121";
}

.icon-reply-all:before, .ghk-content-styling .icon-reply-all.accordion__header:before, .ghk-content-styling .icon-reply-all.validation__failed::before, .ghk-content-styling .icon-reply-all.validation__success::before, .ghk-content-styling .icon-reply-all.file__close, .ghk-content-styling .icon-reply-all.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-reply-all.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-reply-all.navbar__item--locked:before {
  content: "\f122";
}

.icon-star-half-full:before, .ghk-content-styling .icon-star-half-full.accordion__header:before, .ghk-content-styling .icon-star-half-full.validation__failed::before, .ghk-content-styling .icon-star-half-full.validation__success::before, .ghk-content-styling .icon-star-half-full.file__close, .ghk-content-styling .icon-star-half-full.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-star-half-full.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-star-half-full.navbar__item--locked:before {
  content: "\f123";
}

.icon-location-arrow:before, .ghk-content-styling .icon-location-arrow.accordion__header:before, .ghk-content-styling .icon-location-arrow.validation__failed::before, .ghk-content-styling .icon-location-arrow.validation__success::before, .ghk-content-styling .icon-location-arrow.file__close, .ghk-content-styling .icon-location-arrow.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-location-arrow.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-location-arrow.navbar__item--locked:before {
  content: "\f124";
}

.icon-crop:before, .ghk-content-styling .icon-crop.accordion__header:before, .ghk-content-styling .icon-crop.validation__failed::before, .ghk-content-styling .icon-crop.validation__success::before, .ghk-content-styling .icon-crop.file__close, .ghk-content-styling .icon-crop.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-crop.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-crop.navbar__item--locked:before {
  content: "\f125";
}

.icon-code-fork:before, .ghk-content-styling .icon-code-fork.accordion__header:before, .ghk-content-styling .icon-code-fork.validation__failed::before, .ghk-content-styling .icon-code-fork.validation__success::before, .ghk-content-styling .icon-code-fork.file__close, .ghk-content-styling .icon-code-fork.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-code-fork.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-code-fork.navbar__item--locked:before {
  content: "\f126";
}

.icon-subscript:before, .ghk-content-styling .icon-subscript.accordion__header:before, .ghk-content-styling .icon-subscript.validation__failed::before, .ghk-content-styling .icon-subscript.validation__success::before, .ghk-content-styling .icon-subscript.file__close, .ghk-content-styling .icon-subscript.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-subscript.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-subscript.navbar__item--locked:before {
  content: "\f12c";
}

.icon-eraser:before, .ghk-content-styling .icon-eraser.accordion__header:before, .ghk-content-styling .icon-eraser.validation__failed::before, .ghk-content-styling .icon-eraser.validation__success::before, .ghk-content-styling .icon-eraser.file__close, .ghk-content-styling .icon-eraser.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-eraser.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-eraser.navbar__item--locked:before {
  content: "\f12d";
}

.icon-puzzle:before, .ghk-content-styling .icon-puzzle.accordion__header:before, .ghk-content-styling .icon-puzzle.validation__failed::before, .ghk-content-styling .icon-puzzle.validation__success::before, .ghk-content-styling .icon-puzzle.file__close, .ghk-content-styling .icon-puzzle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-puzzle.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-puzzle.navbar__item--locked:before {
  content: "\f12e";
}

.icon-microphone:before, .ghk-content-styling .icon-microphone.accordion__header:before, .ghk-content-styling .icon-microphone.validation__failed::before, .ghk-content-styling .icon-microphone.validation__success::before, .ghk-content-styling .icon-microphone.file__close, .ghk-content-styling .icon-microphone.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-microphone.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-microphone.navbar__item--locked:before {
  content: "\f130";
}

.icon-microphone-off:before, .ghk-content-styling .icon-microphone-off.accordion__header:before, .ghk-content-styling .icon-microphone-off.validation__failed::before, .ghk-content-styling .icon-microphone-off.validation__success::before, .ghk-content-styling .icon-microphone-off.file__close, .ghk-content-styling .icon-microphone-off.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-microphone-off.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-microphone-off.navbar__item--locked:before {
  content: "\f131";
}

.icon-shield:before, .ghk-content-styling .icon-shield.accordion__header:before, .ghk-content-styling .icon-shield.validation__failed::before, .ghk-content-styling .icon-shield.validation__success::before, .ghk-content-styling .icon-shield.file__close, .ghk-content-styling .icon-shield.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-shield.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-shield.navbar__item--locked:before {
  content: "\f132";
}

.icon-calendar-empty:before, .ghk-content-styling .icon-calendar-empty.accordion__header:before, .ghk-content-styling .icon-calendar-empty.validation__failed::before, .ghk-content-styling .icon-calendar-empty.validation__success::before, .ghk-content-styling .icon-calendar-empty.file__close, .ghk-content-styling .icon-calendar-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-calendar-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-calendar-empty.navbar__item--locked:before {
  content: "\f133";
}

.icon-fire-extinguisher:before, .ghk-content-styling .icon-fire-extinguisher.accordion__header:before, .ghk-content-styling .icon-fire-extinguisher.validation__failed::before, .ghk-content-styling .icon-fire-extinguisher.validation__success::before, .ghk-content-styling .icon-fire-extinguisher.file__close, .ghk-content-styling .icon-fire-extinguisher.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fire-extinguisher.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fire-extinguisher.navbar__item--locked:before {
  content: "\f134";
}

.icon-rocket:before, .ghk-content-styling .icon-rocket.accordion__header:before, .ghk-content-styling .icon-rocket.validation__failed::before, .ghk-content-styling .icon-rocket.validation__success::before, .ghk-content-styling .icon-rocket.file__close, .ghk-content-styling .icon-rocket.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rocket.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rocket.navbar__item--locked:before {
  content: "\f135";
}

.icon-maxcdn:before, .ghk-content-styling .icon-maxcdn.accordion__header:before, .ghk-content-styling .icon-maxcdn.validation__failed::before, .ghk-content-styling .icon-maxcdn.validation__success::before, .ghk-content-styling .icon-maxcdn.file__close, .ghk-content-styling .icon-maxcdn.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-maxcdn.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-maxcdn.navbar__item--locked:before {
  content: "\f136";
}

.icon-chevron-sign-left:before, .ghk-content-styling .icon-chevron-sign-left.accordion__header:before, .ghk-content-styling .icon-chevron-sign-left.validation__failed::before, .ghk-content-styling .icon-chevron-sign-left.validation__success::before, .ghk-content-styling .icon-chevron-sign-left.file__close, .ghk-content-styling .icon-chevron-sign-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-sign-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-sign-left.navbar__item--locked:before {
  content: "\f137";
}

.icon-chevron-sign-right:before, .ghk-content-styling .icon-chevron-sign-right.accordion__header:before, .ghk-content-styling .icon-chevron-sign-right.validation__failed::before, .ghk-content-styling .icon-chevron-sign-right.validation__success::before, .ghk-content-styling .icon-chevron-sign-right.file__close, .ghk-content-styling .icon-chevron-sign-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-sign-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-sign-right.navbar__item--locked:before {
  content: "\f138";
}

.icon-chevron-sign-up:before, .ghk-content-styling .icon-chevron-sign-up.accordion__header:before, .ghk-content-styling .icon-chevron-sign-up.validation__failed::before, .ghk-content-styling .icon-chevron-sign-up.validation__success::before, .ghk-content-styling .icon-chevron-sign-up.file__close, .ghk-content-styling .icon-chevron-sign-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-sign-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-sign-up.navbar__item--locked:before {
  content: "\f139";
}

.icon-chevron-sign-down:before, .ghk-content-styling .icon-chevron-sign-down.accordion__header:before, .ghk-content-styling .icon-chevron-sign-down.validation__failed::before, .ghk-content-styling .icon-chevron-sign-down.validation__success::before, .ghk-content-styling .icon-chevron-sign-down.file__close, .ghk-content-styling .icon-chevron-sign-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-sign-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-sign-down.navbar__item--locked:before {
  content: "\f13a";
}

.icon-html5:before, .ghk-content-styling .icon-html5.accordion__header:before, .ghk-content-styling .icon-html5.validation__failed::before, .ghk-content-styling .icon-html5.validation__success::before, .ghk-content-styling .icon-html5.file__close, .ghk-content-styling .icon-html5.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-html5.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-html5.navbar__item--locked:before {
  content: "\f13b";
}

.icon-css3:before, .ghk-content-styling .icon-css3.accordion__header:before, .ghk-content-styling .icon-css3.validation__failed::before, .ghk-content-styling .icon-css3.validation__success::before, .ghk-content-styling .icon-css3.file__close, .ghk-content-styling .icon-css3.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-css3.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-css3.navbar__item--locked:before {
  content: "\f13c";
}

.icon-anchor:before, .ghk-content-styling .icon-anchor.accordion__header:before, .ghk-content-styling .icon-anchor.validation__failed::before, .ghk-content-styling .icon-anchor.validation__success::before, .ghk-content-styling .icon-anchor.file__close, .ghk-content-styling .icon-anchor.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-anchor.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-anchor.navbar__item--locked:before {
  content: "\f13d";
}

.icon-unlock-alt:before, .ghk-content-styling .icon-unlock-alt.accordion__header:before, .ghk-content-styling .icon-unlock-alt.validation__failed::before, .ghk-content-styling .icon-unlock-alt.validation__success::before, .ghk-content-styling .icon-unlock-alt.file__close, .ghk-content-styling .icon-unlock-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-unlock-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-unlock-alt.navbar__item--locked:before {
  content: "\f13e";
}

.icon-bullseye:before, .ghk-content-styling .icon-bullseye.accordion__header:before, .ghk-content-styling .icon-bullseye.validation__failed::before, .ghk-content-styling .icon-bullseye.validation__success::before, .ghk-content-styling .icon-bullseye.file__close, .ghk-content-styling .icon-bullseye.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bullseye.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bullseye.navbar__item--locked:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before, .ghk-content-styling .icon-ellipsis-horizontal.accordion__header:before, .ghk-content-styling .icon-ellipsis-horizontal.validation__failed::before, .ghk-content-styling .icon-ellipsis-horizontal.validation__success::before, .ghk-content-styling .icon-ellipsis-horizontal.file__close, .ghk-content-styling .icon-ellipsis-horizontal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ellipsis-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ellipsis-horizontal.navbar__item--locked:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before, .ghk-content-styling .icon-ellipsis-vertical.accordion__header:before, .ghk-content-styling .icon-ellipsis-vertical.validation__failed::before, .ghk-content-styling .icon-ellipsis-vertical.validation__success::before, .ghk-content-styling .icon-ellipsis-vertical.file__close, .ghk-content-styling .icon-ellipsis-vertical.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ellipsis-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ellipsis-vertical.navbar__item--locked:before {
  content: "\f142";
}

.icon-rss-sign:before, .ghk-content-styling .icon-rss-sign.accordion__header:before, .ghk-content-styling .icon-rss-sign.validation__failed::before, .ghk-content-styling .icon-rss-sign.validation__success::before, .ghk-content-styling .icon-rss-sign.file__close, .ghk-content-styling .icon-rss-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rss-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rss-sign.navbar__item--locked:before {
  content: "\f143";
}

.icon-fb-boolean:before, .ghk-content-styling .icon-fb-boolean.accordion__header:before, .ghk-content-styling .icon-fb-boolean.validation__failed::before, .ghk-content-styling .icon-fb-boolean.validation__success::before, .ghk-content-styling .icon-fb-boolean.file__close, .ghk-content-styling .icon-fb-boolean.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-boolean.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-boolean.navbar__item--locked:before {
  content: "\e008";
}

.icon-text-height:before, .ghk-content-styling .icon-text-height.accordion__header:before, .ghk-content-styling .icon-text-height.validation__failed::before, .ghk-content-styling .icon-text-height.validation__success::before, .ghk-content-styling .icon-text-height.file__close, .ghk-content-styling .icon-text-height.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-text-height.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-text-height.navbar__item--locked:before {
  content: "\f034";
}

.icon-text-width:before, .ghk-content-styling .icon-text-width.accordion__header:before, .ghk-content-styling .icon-text-width.validation__failed::before, .ghk-content-styling .icon-text-width.validation__success::before, .ghk-content-styling .icon-text-width.file__close, .ghk-content-styling .icon-text-width.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-text-width.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-text-width.navbar__item--locked:before {
  content: "\f035";
}

.icon-align-left:before, .ghk-content-styling .icon-align-left.accordion__header:before, .ghk-content-styling .icon-align-left.validation__failed::before, .ghk-content-styling .icon-align-left.validation__success::before, .ghk-content-styling .icon-align-left.file__close, .ghk-content-styling .icon-align-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-align-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-align-left.navbar__item--locked:before {
  content: "\f036";
}

.icon-align-center:before, .ghk-content-styling .icon-align-center.accordion__header:before, .ghk-content-styling .icon-align-center.validation__failed::before, .ghk-content-styling .icon-align-center.validation__success::before, .ghk-content-styling .icon-align-center.file__close, .ghk-content-styling .icon-align-center.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-align-center.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-align-center.navbar__item--locked:before {
  content: "\f037";
}

.icon-align-right:before, .ghk-content-styling .icon-align-right.accordion__header:before, .ghk-content-styling .icon-align-right.validation__failed::before, .ghk-content-styling .icon-align-right.validation__success::before, .ghk-content-styling .icon-align-right.file__close, .ghk-content-styling .icon-align-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-align-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-align-right.navbar__item--locked:before {
  content: "\f038";
}

.icon-step-forward:before, .ghk-content-styling .icon-step-forward.accordion__header:before, .ghk-content-styling .icon-step-forward.validation__failed::before, .ghk-content-styling .icon-step-forward.validation__success::before, .ghk-content-styling .icon-step-forward.file__close, .ghk-content-styling .icon-step-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-step-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-step-forward.navbar__item--locked:before {
  content: "\f051";
}

.icon-eject:before, .ghk-content-styling .icon-eject.accordion__header:before, .ghk-content-styling .icon-eject.validation__failed::before, .ghk-content-styling .icon-eject.validation__success::before, .ghk-content-styling .icon-eject.file__close, .ghk-content-styling .icon-eject.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-eject.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-eject.navbar__item--locked:before {
  content: "\f052";
}

.icon-chevron-left:before, .ghk-content-styling .icon-chevron-left.accordion__header:before, .ghk-content-styling .icon-chevron-left.validation__failed::before, .ghk-content-styling .icon-chevron-left.validation__success::before, .ghk-content-styling .icon-chevron-left.file__close, .ghk-content-styling .icon-chevron-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-left.navbar__item--locked:before {
  content: "\f053";
}

.icon-chevron-right:before, .ghk-content-styling .icon-chevron-right.accordion__header:before, .ghk-content-styling .icon-chevron-right.validation__failed::before, .ghk-content-styling .icon-chevron-right.validation__success::before, .ghk-content-styling .icon-chevron-right.file__close, .ghk-content-styling .icon-chevron-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-chevron-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-chevron-right.navbar__item--locked:before {
  content: "\f054";
}

.icon-plus-sign-2:before, .ghk-content-styling .icon-plus-sign-2.accordion__header:before, .ghk-content-styling .icon-plus-sign-2.validation__failed::before, .ghk-content-styling .icon-plus-sign-2.validation__success::before, .ghk-content-styling .icon-plus-sign-2.file__close, .ghk-content-styling .icon-plus-sign-2.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-plus-sign-2.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-plus-sign-2.navbar__item--locked:before {
  content: "\f055";
}

.icon-fire:before, .ghk-content-styling .icon-fire.accordion__header:before, .ghk-content-styling .icon-fire.validation__failed::before, .ghk-content-styling .icon-fire.validation__success::before, .ghk-content-styling .icon-fire.file__close, .ghk-content-styling .icon-fire.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fire.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fire.navbar__item--locked:before {
  content: "\f06d";
}

.icon-eye-open:before, .ghk-content-styling .icon-eye-open.accordion__header:before, .ghk-content-styling .icon-eye-open.validation__failed::before, .ghk-content-styling .icon-eye-open.validation__success::before, .ghk-content-styling .icon-eye-open.file__close, .ghk-content-styling .icon-eye-open.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-eye-open.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-eye-open.navbar__item--locked:before {
  content: "\f06e";
}

.icon-eye-close:before, .ghk-content-styling .icon-eye-close.accordion__header:before, .ghk-content-styling .icon-eye-close.validation__failed::before, .ghk-content-styling .icon-eye-close.validation__success::before, .ghk-content-styling .icon-eye-close.file__close, .ghk-content-styling .icon-eye-close.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-eye-close.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-eye-close.navbar__item--locked:before {
  content: "\f070";
}

.icon-warning-sign:before, .ghk-content-styling .icon-warning-sign.accordion__header:before, .ghk-content-styling .icon-warning-sign.validation__failed::before, .ghk-content-styling .icon-warning-sign.validation__success::before, .ghk-content-styling .icon-warning-sign.file__close, .ghk-content-styling .icon-warning-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-warning-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-warning-sign.navbar__item--locked:before {
  content: "\f071";
}

.icon-plane:before, .ghk-content-styling .icon-plane.accordion__header:before, .ghk-content-styling .icon-plane.validation__failed::before, .ghk-content-styling .icon-plane.validation__success::before, .ghk-content-styling .icon-plane.file__close, .ghk-content-styling .icon-plane.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-plane.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-plane.navbar__item--locked:before {
  content: "\f072";
}

.icon-heart-empty:before, .ghk-content-styling .icon-heart-empty.accordion__header:before, .ghk-content-styling .icon-heart-empty.validation__failed::before, .ghk-content-styling .icon-heart-empty.validation__success::before, .ghk-content-styling .icon-heart-empty.file__close, .ghk-content-styling .icon-heart-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-heart-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-heart-empty.navbar__item--locked:before {
  content: "\f08a";
}

.icon-signout:before, .ghk-content-styling .icon-signout.accordion__header:before, .ghk-content-styling .icon-signout.validation__failed::before, .ghk-content-styling .icon-signout.validation__success::before, .ghk-content-styling .icon-signout.file__close, .ghk-content-styling .icon-signout.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-signout.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-signout.navbar__item--locked:before {
  content: "\f08b";
}

.icon-linkedin-sign:before, .ghk-content-styling .icon-linkedin-sign.accordion__header:before, .ghk-content-styling .icon-linkedin-sign.validation__failed::before, .ghk-content-styling .icon-linkedin-sign.validation__success::before, .ghk-content-styling .icon-linkedin-sign.file__close, .ghk-content-styling .icon-linkedin-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-linkedin-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-linkedin-sign.navbar__item--locked:before {
  content: "\f08c";
}

.icon-pushpin:before, .ghk-content-styling .icon-pushpin.accordion__header:before, .ghk-content-styling .icon-pushpin.validation__failed::before, .ghk-content-styling .icon-pushpin.validation__success::before, .ghk-content-styling .icon-pushpin.file__close, .ghk-content-styling .icon-pushpin.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-pushpin.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-pushpin.navbar__item--locked:before {
  content: "\f08d";
}

.icon-external-link:before, .ghk-content-styling .icon-external-link.accordion__header:before, .ghk-content-styling .icon-external-link.validation__failed::before, .ghk-content-styling .icon-external-link.validation__success::before, .ghk-content-styling .icon-external-link.file__close, .ghk-content-styling .icon-external-link.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-external-link.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-external-link.navbar__item--locked:before {
  content: "\f08e";
}

.icon-hand-down:before, .ghk-content-styling .icon-hand-down.accordion__header:before, .ghk-content-styling .icon-hand-down.validation__failed::before, .ghk-content-styling .icon-hand-down.validation__success::before, .ghk-content-styling .icon-hand-down.file__close, .ghk-content-styling .icon-hand-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-hand-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-hand-down.navbar__item--locked:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before, .ghk-content-styling .icon-circle-arrow-left.accordion__header:before, .ghk-content-styling .icon-circle-arrow-left.validation__failed::before, .ghk-content-styling .icon-circle-arrow-left.validation__success::before, .ghk-content-styling .icon-circle-arrow-left.file__close, .ghk-content-styling .icon-circle-arrow-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-circle-arrow-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-circle-arrow-left.navbar__item--locked:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before, .ghk-content-styling .icon-circle-arrow-right.accordion__header:before, .ghk-content-styling .icon-circle-arrow-right.validation__failed::before, .ghk-content-styling .icon-circle-arrow-right.validation__success::before, .ghk-content-styling .icon-circle-arrow-right.file__close, .ghk-content-styling .icon-circle-arrow-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-circle-arrow-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-circle-arrow-right.navbar__item--locked:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before, .ghk-content-styling .icon-circle-arrow-up.accordion__header:before, .ghk-content-styling .icon-circle-arrow-up.validation__failed::before, .ghk-content-styling .icon-circle-arrow-up.validation__success::before, .ghk-content-styling .icon-circle-arrow-up.file__close, .ghk-content-styling .icon-circle-arrow-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-circle-arrow-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-circle-arrow-up.navbar__item--locked:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before, .ghk-content-styling .icon-circle-arrow-down.accordion__header:before, .ghk-content-styling .icon-circle-arrow-down.validation__failed::before, .ghk-content-styling .icon-circle-arrow-down.validation__success::before, .ghk-content-styling .icon-circle-arrow-down.file__close, .ghk-content-styling .icon-circle-arrow-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-circle-arrow-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-circle-arrow-down.navbar__item--locked:before {
  content: "\f0ab";
}

.icon-truck:before, .ghk-content-styling .icon-truck.accordion__header:before, .ghk-content-styling .icon-truck.validation__failed::before, .ghk-content-styling .icon-truck.validation__success::before, .ghk-content-styling .icon-truck.file__close, .ghk-content-styling .icon-truck.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-truck.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-truck.navbar__item--locked:before {
  content: "\f0d1";
}

.icon-pinterest:before, .ghk-content-styling .icon-pinterest.accordion__header:before, .ghk-content-styling .icon-pinterest.validation__failed::before, .ghk-content-styling .icon-pinterest.validation__success::before, .ghk-content-styling .icon-pinterest.file__close, .ghk-content-styling .icon-pinterest.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-pinterest.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-pinterest.navbar__item--locked:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before, .ghk-content-styling .icon-pinterest-sign.accordion__header:before, .ghk-content-styling .icon-pinterest-sign.validation__failed::before, .ghk-content-styling .icon-pinterest-sign.validation__success::before, .ghk-content-styling .icon-pinterest-sign.file__close, .ghk-content-styling .icon-pinterest-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-pinterest-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-pinterest-sign.navbar__item--locked:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before, .ghk-content-styling .icon-google-plus-sign.accordion__header:before, .ghk-content-styling .icon-google-plus-sign.validation__failed::before, .ghk-content-styling .icon-google-plus-sign.validation__success::before, .ghk-content-styling .icon-google-plus-sign.file__close, .ghk-content-styling .icon-google-plus-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-google-plus-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-google-plus-sign.navbar__item--locked:before {
  content: "\f0d4";
}

.icon-google-plus:before, .ghk-content-styling .icon-google-plus.accordion__header:before, .ghk-content-styling .icon-google-plus.validation__failed::before, .ghk-content-styling .icon-google-plus.validation__success::before, .ghk-content-styling .icon-google-plus.file__close, .ghk-content-styling .icon-google-plus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-google-plus.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-google-plus.navbar__item--locked:before {
  content: "\f0d5";
}

.icon-cloud-download:before, .ghk-content-styling .icon-cloud-download.accordion__header:before, .ghk-content-styling .icon-cloud-download.validation__failed::before, .ghk-content-styling .icon-cloud-download.validation__success::before, .ghk-content-styling .icon-cloud-download.file__close, .ghk-content-styling .icon-cloud-download.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cloud-download.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cloud-download.navbar__item--locked:before {
  content: "\f0ed";
}

.icon-cloud-upload:before, .ghk-content-styling .icon-cloud-upload.accordion__header:before, .ghk-content-styling .icon-cloud-upload.validation__failed::before, .ghk-content-styling .icon-cloud-upload.validation__success::before, .ghk-content-styling .icon-cloud-upload.file__close, .ghk-content-styling .icon-cloud-upload.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cloud-upload.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cloud-upload.navbar__item--locked:before {
  content: "\f0ee";
}

.icon-user-md:before, .ghk-content-styling .icon-user-md.accordion__header:before, .ghk-content-styling .icon-user-md.validation__failed::before, .ghk-content-styling .icon-user-md.validation__success::before, .ghk-content-styling .icon-user-md.file__close, .ghk-content-styling .icon-user-md.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-user-md.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-user-md.navbar__item--locked:before {
  content: "\f0f0";
}

.icon-stethoscope:before, .ghk-content-styling .icon-stethoscope.accordion__header:before, .ghk-content-styling .icon-stethoscope.validation__failed::before, .ghk-content-styling .icon-stethoscope.validation__success::before, .ghk-content-styling .icon-stethoscope.file__close, .ghk-content-styling .icon-stethoscope.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-stethoscope.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-stethoscope.navbar__item--locked:before {
  content: "\f0f1";
}

.icon-suitcase:before, .ghk-content-styling .icon-suitcase.accordion__header:before, .ghk-content-styling .icon-suitcase.validation__failed::before, .ghk-content-styling .icon-suitcase.validation__success::before, .ghk-content-styling .icon-suitcase.file__close, .ghk-content-styling .icon-suitcase.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-suitcase.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-suitcase.navbar__item--locked:before {
  content: "\f0f2";
}

.icon-tablet:before, .ghk-content-styling .icon-tablet.accordion__header:before, .ghk-content-styling .icon-tablet.validation__failed::before, .ghk-content-styling .icon-tablet.validation__success::before, .ghk-content-styling .icon-tablet.file__close, .ghk-content-styling .icon-tablet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tablet.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tablet.navbar__item--locked:before {
  content: "\f10a";
}

.icon-mobile:before, .ghk-content-styling .icon-mobile.accordion__header:before, .ghk-content-styling .icon-mobile.validation__failed::before, .ghk-content-styling .icon-mobile.validation__success::before, .ghk-content-styling .icon-mobile.file__close, .ghk-content-styling .icon-mobile.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-mobile.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-mobile.navbar__item--locked:before {
  content: "\f10b";
}

.icon-circle-blank:before, .ghk-content-styling .icon-circle-blank.accordion__header:before, .ghk-content-styling .icon-circle-blank.validation__failed::before, .ghk-content-styling .icon-circle-blank.validation__success::before, .ghk-content-styling .icon-circle-blank.file__close, .ghk-content-styling .icon-circle-blank.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-circle-blank.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-circle-blank.navbar__item--locked:before {
  content: "\f10c";
}

.icon-quote-left:before, .ghk-content-styling .icon-quote-left.accordion__header:before, .ghk-content-styling .icon-quote-left.validation__failed::before, .ghk-content-styling .icon-quote-left.validation__success::before, .ghk-content-styling .icon-quote-left.file__close, .ghk-content-styling .icon-quote-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-quote-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-quote-left.navbar__item--locked:before {
  content: "\f10d";
}

.icon-quote-right:before, .ghk-content-styling .icon-quote-right.accordion__header:before, .ghk-content-styling .icon-quote-right.validation__failed::before, .ghk-content-styling .icon-quote-right.validation__success::before, .ghk-content-styling .icon-quote-right.file__close, .ghk-content-styling .icon-quote-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-quote-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-quote-right.navbar__item--locked:before {
  content: "\f10e";
}

.icon-unlink:before, .ghk-content-styling .icon-unlink.accordion__header:before, .ghk-content-styling .icon-unlink.validation__failed::before, .ghk-content-styling .icon-unlink.validation__success::before, .ghk-content-styling .icon-unlink.file__close, .ghk-content-styling .icon-unlink.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-unlink.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-unlink.navbar__item--locked:before {
  content: "\f127";
}

.icon-question:before, .ghk-content-styling .icon-question.accordion__header:before, .ghk-content-styling .icon-question.validation__failed::before, .ghk-content-styling .icon-question.validation__success::before, .ghk-content-styling .icon-question.file__close, .ghk-content-styling .icon-question.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-question.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-question.navbar__item--locked:before {
  content: "\f128";
}

.icon-info:before, .ghk-content-styling .icon-info.accordion__header:before, .ghk-content-styling .icon-info.validation__failed::before, .ghk-content-styling .icon-info.validation__success::before, .ghk-content-styling .icon-info.file__close, .ghk-content-styling .icon-info.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-info.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-info.navbar__item--locked:before {
  content: "\f129";
}

.icon-exclamation:before, .ghk-content-styling .icon-exclamation.accordion__header:before, .ghk-content-styling .icon-exclamation.validation__failed::before, .ghk-content-styling .icon-exclamation.validation__success::before, .ghk-content-styling .icon-exclamation.file__close, .ghk-content-styling .icon-exclamation.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-exclamation.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-exclamation.navbar__item--locked:before {
  content: "\f12a";
}

.icon-superscript:before, .ghk-content-styling .icon-superscript.accordion__header:before, .ghk-content-styling .icon-superscript.validation__failed::before, .ghk-content-styling .icon-superscript.validation__success::before, .ghk-content-styling .icon-superscript.file__close, .ghk-content-styling .icon-superscript.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-superscript.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-superscript.navbar__item--locked:before {
  content: "\f12b";
}

.icon-play-sign:before, .ghk-content-styling .icon-play-sign.accordion__header:before, .ghk-content-styling .icon-play-sign.validation__failed::before, .ghk-content-styling .icon-play-sign.validation__success::before, .ghk-content-styling .icon-play-sign.file__close, .ghk-content-styling .icon-play-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-play-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-play-sign.navbar__item--locked:before {
  content: "\f144";
}

.icon-ticket:before, .ghk-content-styling .icon-ticket.accordion__header:before, .ghk-content-styling .icon-ticket.validation__failed::before, .ghk-content-styling .icon-ticket.validation__success::before, .ghk-content-styling .icon-ticket.file__close, .ghk-content-styling .icon-ticket.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-ticket.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-ticket.navbar__item--locked:before {
  content: "\f145";
}

.icon-minus-sign-alt:before, .ghk-content-styling .icon-minus-sign-alt.accordion__header:before, .ghk-content-styling .icon-minus-sign-alt.validation__failed::before, .ghk-content-styling .icon-minus-sign-alt.validation__success::before, .ghk-content-styling .icon-minus-sign-alt.file__close, .ghk-content-styling .icon-minus-sign-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-minus-sign-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-minus-sign-alt.navbar__item--locked:before {
  content: "\f146";
}

.icon-check-minus:before, .ghk-content-styling .icon-check-minus.accordion__header:before, .ghk-content-styling .icon-check-minus.validation__failed::before, .ghk-content-styling .icon-check-minus.validation__success::before, .ghk-content-styling .icon-check-minus.file__close, .ghk-content-styling .icon-check-minus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-check-minus.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-check-minus.navbar__item--locked:before {
  content: "\f147";
}

.icon-level-up:before, .ghk-content-styling .icon-level-up.accordion__header:before, .ghk-content-styling .icon-level-up.validation__failed::before, .ghk-content-styling .icon-level-up.validation__success::before, .ghk-content-styling .icon-level-up.file__close, .ghk-content-styling .icon-level-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-level-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-level-up.navbar__item--locked:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before, .ghk-content-styling .icon-sort-by-attributes-alt.accordion__header:before, .ghk-content-styling .icon-sort-by-attributes-alt.validation__failed::before, .ghk-content-styling .icon-sort-by-attributes-alt.validation__success::before, .ghk-content-styling .icon-sort-by-attributes-alt.file__close, .ghk-content-styling .icon-sort-by-attributes-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-by-attributes-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-by-attributes-alt.navbar__item--locked:before {
  content: "\f161";
}

.icon-sort-by-order:before, .ghk-content-styling .icon-sort-by-order.accordion__header:before, .ghk-content-styling .icon-sort-by-order.validation__failed::before, .ghk-content-styling .icon-sort-by-order.validation__success::before, .ghk-content-styling .icon-sort-by-order.file__close, .ghk-content-styling .icon-sort-by-order.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-by-order.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-by-order.navbar__item--locked:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before, .ghk-content-styling .icon-sort-by-order-alt.accordion__header:before, .ghk-content-styling .icon-sort-by-order-alt.validation__failed::before, .ghk-content-styling .icon-sort-by-order-alt.validation__success::before, .ghk-content-styling .icon-sort-by-order-alt.file__close, .ghk-content-styling .icon-sort-by-order-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-by-order-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-by-order-alt.navbar__item--locked:before {
  content: "\f163";
}

.icon-thumbs-up-2:before, .ghk-content-styling .icon-thumbs-up-2.accordion__header:before, .ghk-content-styling .icon-thumbs-up-2.validation__failed::before, .ghk-content-styling .icon-thumbs-up-2.validation__success::before, .ghk-content-styling .icon-thumbs-up-2.file__close, .ghk-content-styling .icon-thumbs-up-2.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-thumbs-up-2.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-thumbs-up-2.navbar__item--locked:before {
  content: "\f164";
}

.icon-thumbs-down-2:before, .ghk-content-styling .icon-thumbs-down-2.accordion__header:before, .ghk-content-styling .icon-thumbs-down-2.validation__failed::before, .ghk-content-styling .icon-thumbs-down-2.validation__success::before, .ghk-content-styling .icon-thumbs-down-2.file__close, .ghk-content-styling .icon-thumbs-down-2.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-thumbs-down-2.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-thumbs-down-2.navbar__item--locked:before {
  content: "\f165";
}

.icon-dribbble:before, .ghk-content-styling .icon-dribbble.accordion__header:before, .ghk-content-styling .icon-dribbble.validation__failed::before, .ghk-content-styling .icon-dribbble.validation__success::before, .ghk-content-styling .icon-dribbble.file__close, .ghk-content-styling .icon-dribbble.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-dribbble.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-dribbble.navbar__item--locked:before {
  content: "\f17d";
}

.icon-skype:before, .ghk-content-styling .icon-skype.accordion__header:before, .ghk-content-styling .icon-skype.validation__failed::before, .ghk-content-styling .icon-skype.validation__success::before, .ghk-content-styling .icon-skype.file__close, .ghk-content-styling .icon-skype.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-skype.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-skype.navbar__item--locked:before {
  content: "\f17e";
}

.icon-foursquare:before, .ghk-content-styling .icon-foursquare.accordion__header:before, .ghk-content-styling .icon-foursquare.validation__failed::before, .ghk-content-styling .icon-foursquare.validation__success::before, .ghk-content-styling .icon-foursquare.file__close, .ghk-content-styling .icon-foursquare.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-foursquare.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-foursquare.navbar__item--locked:before {
  content: "\f180";
}

.icon-trello:before, .ghk-content-styling .icon-trello.accordion__header:before, .ghk-content-styling .icon-trello.validation__failed::before, .ghk-content-styling .icon-trello.validation__success::before, .ghk-content-styling .icon-trello.file__close, .ghk-content-styling .icon-trello.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-trello.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-trello.navbar__item--locked:before {
  content: "\f181";
}

.icon-female:before, .ghk-content-styling .icon-female.accordion__header:before, .ghk-content-styling .icon-female.validation__failed::before, .ghk-content-styling .icon-female.validation__success::before, .ghk-content-styling .icon-female.file__close, .ghk-content-styling .icon-female.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-female.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-female.navbar__item--locked:before {
  content: "\f182";
}

.icon-level-down:before, .ghk-content-styling .icon-level-down.accordion__header:before, .ghk-content-styling .icon-level-down.validation__failed::before, .ghk-content-styling .icon-level-down.validation__success::before, .ghk-content-styling .icon-level-down.file__close, .ghk-content-styling .icon-level-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-level-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-level-down.navbar__item--locked:before {
  content: "\f149";
}

.icon-check-sign:before, .ghk-content-styling .icon-check-sign.accordion__header:before, .ghk-content-styling .icon-check-sign.validation__failed::before, .ghk-content-styling .icon-check-sign.validation__success::before, .ghk-content-styling .icon-check-sign.file__close, .ghk-content-styling .icon-check-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-check-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-check-sign.navbar__item--locked:before {
  content: "\f14a";
}

.icon-edit-sign:before, .ghk-content-styling .icon-edit-sign.accordion__header:before, .ghk-content-styling .icon-edit-sign.validation__failed::before, .ghk-content-styling .icon-edit-sign.validation__success::before, .ghk-content-styling .icon-edit-sign.file__close, .ghk-content-styling .icon-edit-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-edit-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-edit-sign.navbar__item--locked:before {
  content: "\f14b";
}

.icon-external-link-sign:before, .ghk-content-styling .icon-external-link-sign.accordion__header:before, .ghk-content-styling .icon-external-link-sign.validation__failed::before, .ghk-content-styling .icon-external-link-sign.validation__success::before, .ghk-content-styling .icon-external-link-sign.file__close, .ghk-content-styling .icon-external-link-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-external-link-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-external-link-sign.navbar__item--locked:before {
  content: "\f14c";
}

.icon-share-sign:before, .ghk-content-styling .icon-share-sign.accordion__header:before, .ghk-content-styling .icon-share-sign.validation__failed::before, .ghk-content-styling .icon-share-sign.validation__success::before, .ghk-content-styling .icon-share-sign.file__close, .ghk-content-styling .icon-share-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-share-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-share-sign.navbar__item--locked:before {
  content: "\f14d";
}

.icon-compass:before, .ghk-content-styling .icon-compass.accordion__header:before, .ghk-content-styling .icon-compass.validation__failed::before, .ghk-content-styling .icon-compass.validation__success::before, .ghk-content-styling .icon-compass.file__close, .ghk-content-styling .icon-compass.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-compass.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-compass.navbar__item--locked:before {
  content: "\f14e";
}

.icon-collapse:before, .ghk-content-styling .icon-collapse.accordion__header:before, .ghk-content-styling .icon-collapse.validation__failed::before, .ghk-content-styling .icon-collapse.validation__success::before, .ghk-content-styling .icon-collapse.file__close, .ghk-content-styling .icon-collapse.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-collapse.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-collapse.navbar__item--locked:before {
  content: "\f150";
}

.icon-collapse-top:before, .ghk-content-styling .icon-collapse-top.accordion__header:before, .ghk-content-styling .icon-collapse-top.validation__failed::before, .ghk-content-styling .icon-collapse-top.validation__success::before, .ghk-content-styling .icon-collapse-top.file__close, .ghk-content-styling .icon-collapse-top.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-collapse-top.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-collapse-top.navbar__item--locked:before {
  content: "\f151";
}

.icon-expand:before, .ghk-content-styling .icon-expand.accordion__header:before, .ghk-content-styling .icon-expand.validation__failed::before, .ghk-content-styling .icon-expand.validation__success::before, .ghk-content-styling .icon-expand.file__close, .ghk-content-styling .icon-expand.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-expand.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-expand.navbar__item--locked:before {
  content: "\f152";
}

.icon-euro:before, .ghk-content-styling .icon-euro.accordion__header:before, .ghk-content-styling .icon-euro.validation__failed::before, .ghk-content-styling .icon-euro.validation__success::before, .ghk-content-styling .icon-euro.file__close, .ghk-content-styling .icon-euro.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-euro.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-euro.navbar__item--locked:before {
  content: "\f153";
}

.icon-gbp:before, .ghk-content-styling .icon-gbp.accordion__header:before, .ghk-content-styling .icon-gbp.validation__failed::before, .ghk-content-styling .icon-gbp.validation__success::before, .ghk-content-styling .icon-gbp.file__close, .ghk-content-styling .icon-gbp.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-gbp.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-gbp.navbar__item--locked:before {
  content: "\f154";
}

.icon-dollar:before, .ghk-content-styling .icon-dollar.accordion__header:before, .ghk-content-styling .icon-dollar.validation__failed::before, .ghk-content-styling .icon-dollar.validation__success::before, .ghk-content-styling .icon-dollar.file__close, .ghk-content-styling .icon-dollar.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-dollar.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-dollar.navbar__item--locked:before {
  content: "\f155";
}

.icon-rupee:before, .ghk-content-styling .icon-rupee.accordion__header:before, .ghk-content-styling .icon-rupee.validation__failed::before, .ghk-content-styling .icon-rupee.validation__success::before, .ghk-content-styling .icon-rupee.file__close, .ghk-content-styling .icon-rupee.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rupee.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rupee.navbar__item--locked:before {
  content: "\f156";
}

.icon-yen:before, .ghk-content-styling .icon-yen.accordion__header:before, .ghk-content-styling .icon-yen.validation__failed::before, .ghk-content-styling .icon-yen.validation__success::before, .ghk-content-styling .icon-yen.file__close, .ghk-content-styling .icon-yen.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-yen.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-yen.navbar__item--locked:before {
  content: "\f157";
}

.icon-renminbi:before, .ghk-content-styling .icon-renminbi.accordion__header:before, .ghk-content-styling .icon-renminbi.validation__failed::before, .ghk-content-styling .icon-renminbi.validation__success::before, .ghk-content-styling .icon-renminbi.file__close, .ghk-content-styling .icon-renminbi.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-renminbi.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-renminbi.navbar__item--locked:before {
  content: "\f158";
}

.icon-won:before, .ghk-content-styling .icon-won.accordion__header:before, .ghk-content-styling .icon-won.validation__failed::before, .ghk-content-styling .icon-won.validation__success::before, .ghk-content-styling .icon-won.file__close, .ghk-content-styling .icon-won.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-won.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-won.navbar__item--locked:before {
  content: "\f159";
}

.icon-bitcoin:before, .ghk-content-styling .icon-bitcoin.accordion__header:before, .ghk-content-styling .icon-bitcoin.validation__failed::before, .ghk-content-styling .icon-bitcoin.validation__success::before, .ghk-content-styling .icon-bitcoin.file__close, .ghk-content-styling .icon-bitcoin.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bitcoin.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bitcoin.navbar__item--locked:before {
  content: "\f15a";
}

.icon-file-2:before, .ghk-content-styling .icon-file-2.accordion__header:before, .ghk-content-styling .icon-file-2.validation__failed::before, .ghk-content-styling .icon-file-2.validation__success::before, .ghk-content-styling .icon-file-2.file__close, .ghk-content-styling .icon-file-2.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-file-2.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-file-2.navbar__item--locked:before {
  content: "\f15b";
}

.icon-file-text:before, .ghk-content-styling .icon-file-text.accordion__header:before, .ghk-content-styling .icon-file-text.validation__failed::before, .ghk-content-styling .icon-file-text.validation__success::before, .ghk-content-styling .icon-file-text.file__close, .ghk-content-styling .icon-file-text.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-file-text.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-file-text.navbar__item--locked:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before, .ghk-content-styling .icon-sort-by-alphabet.accordion__header:before, .ghk-content-styling .icon-sort-by-alphabet.validation__failed::before, .ghk-content-styling .icon-sort-by-alphabet.validation__success::before, .ghk-content-styling .icon-sort-by-alphabet.file__close, .ghk-content-styling .icon-sort-by-alphabet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-by-alphabet.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-by-alphabet.navbar__item--locked:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before, .ghk-content-styling .icon-sort-by-alphabet-alt.accordion__header:before, .ghk-content-styling .icon-sort-by-alphabet-alt.validation__failed::before, .ghk-content-styling .icon-sort-by-alphabet-alt.validation__success::before, .ghk-content-styling .icon-sort-by-alphabet-alt.file__close, .ghk-content-styling .icon-sort-by-alphabet-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-by-alphabet-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-by-alphabet-alt.navbar__item--locked:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before, .ghk-content-styling .icon-sort-by-attributes.accordion__header:before, .ghk-content-styling .icon-sort-by-attributes.validation__failed::before, .ghk-content-styling .icon-sort-by-attributes.validation__success::before, .ghk-content-styling .icon-sort-by-attributes.file__close, .ghk-content-styling .icon-sort-by-attributes.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sort-by-attributes.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sort-by-attributes.navbar__item--locked:before {
  content: "\f160";
}

.icon-youtube-sign:before, .ghk-content-styling .icon-youtube-sign.accordion__header:before, .ghk-content-styling .icon-youtube-sign.validation__failed::before, .ghk-content-styling .icon-youtube-sign.validation__success::before, .ghk-content-styling .icon-youtube-sign.file__close, .ghk-content-styling .icon-youtube-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-youtube-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-youtube-sign.navbar__item--locked:before {
  content: "\f166";
}

.icon-youtube:before, .ghk-content-styling .icon-youtube.accordion__header:before, .ghk-content-styling .icon-youtube.validation__failed::before, .ghk-content-styling .icon-youtube.validation__success::before, .ghk-content-styling .icon-youtube.file__close, .ghk-content-styling .icon-youtube.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-youtube.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-youtube.navbar__item--locked:before {
  content: "\f167";
}

.icon-xing:before, .ghk-content-styling .icon-xing.accordion__header:before, .ghk-content-styling .icon-xing.validation__failed::before, .ghk-content-styling .icon-xing.validation__success::before, .ghk-content-styling .icon-xing.file__close, .ghk-content-styling .icon-xing.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-xing.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-xing.navbar__item--locked:before {
  content: "\f168";
}

.icon-xing-sign:before, .ghk-content-styling .icon-xing-sign.accordion__header:before, .ghk-content-styling .icon-xing-sign.validation__failed::before, .ghk-content-styling .icon-xing-sign.validation__success::before, .ghk-content-styling .icon-xing-sign.file__close, .ghk-content-styling .icon-xing-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-xing-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-xing-sign.navbar__item--locked:before {
  content: "\f169";
}

.icon-youtube-play:before, .ghk-content-styling .icon-youtube-play.accordion__header:before, .ghk-content-styling .icon-youtube-play.validation__failed::before, .ghk-content-styling .icon-youtube-play.validation__success::before, .ghk-content-styling .icon-youtube-play.file__close, .ghk-content-styling .icon-youtube-play.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-youtube-play.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-youtube-play.navbar__item--locked:before {
  content: "\f16a";
}

.icon-dropbox:before, .ghk-content-styling .icon-dropbox.accordion__header:before, .ghk-content-styling .icon-dropbox.validation__failed::before, .ghk-content-styling .icon-dropbox.validation__success::before, .ghk-content-styling .icon-dropbox.file__close, .ghk-content-styling .icon-dropbox.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-dropbox.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-dropbox.navbar__item--locked:before {
  content: "\f16b";
}

.icon-stackexchange:before, .ghk-content-styling .icon-stackexchange.accordion__header:before, .ghk-content-styling .icon-stackexchange.validation__failed::before, .ghk-content-styling .icon-stackexchange.validation__success::before, .ghk-content-styling .icon-stackexchange.file__close, .ghk-content-styling .icon-stackexchange.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-stackexchange.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-stackexchange.navbar__item--locked:before {
  content: "\f16c";
}

.icon-instagram:before, .ghk-content-styling .icon-instagram.accordion__header:before, .ghk-content-styling .icon-instagram.validation__failed::before, .ghk-content-styling .icon-instagram.validation__success::before, .ghk-content-styling .icon-instagram.file__close, .ghk-content-styling .icon-instagram.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-instagram.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-instagram.navbar__item--locked:before {
  content: "\f16d";
}

.icon-flickr:before, .ghk-content-styling .icon-flickr.accordion__header:before, .ghk-content-styling .icon-flickr.validation__failed::before, .ghk-content-styling .icon-flickr.validation__success::before, .ghk-content-styling .icon-flickr.file__close, .ghk-content-styling .icon-flickr.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-flickr.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-flickr.navbar__item--locked:before {
  content: "\f16e";
}

.icon-adn:before, .ghk-content-styling .icon-adn.accordion__header:before, .ghk-content-styling .icon-adn.validation__failed::before, .ghk-content-styling .icon-adn.validation__success::before, .ghk-content-styling .icon-adn.file__close, .ghk-content-styling .icon-adn.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-adn.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-adn.navbar__item--locked:before {
  content: "\f170";
}

.icon-bitbucket:before, .ghk-content-styling .icon-bitbucket.accordion__header:before, .ghk-content-styling .icon-bitbucket.validation__failed::before, .ghk-content-styling .icon-bitbucket.validation__success::before, .ghk-content-styling .icon-bitbucket.file__close, .ghk-content-styling .icon-bitbucket.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bitbucket.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bitbucket.navbar__item--locked:before {
  content: "\f171";
}

.icon-bitbucket-sign:before, .ghk-content-styling .icon-bitbucket-sign.accordion__header:before, .ghk-content-styling .icon-bitbucket-sign.validation__failed::before, .ghk-content-styling .icon-bitbucket-sign.validation__success::before, .ghk-content-styling .icon-bitbucket-sign.file__close, .ghk-content-styling .icon-bitbucket-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bitbucket-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bitbucket-sign.navbar__item--locked:before {
  content: "\f172";
}

.icon-tumblr:before, .ghk-content-styling .icon-tumblr.accordion__header:before, .ghk-content-styling .icon-tumblr.validation__failed::before, .ghk-content-styling .icon-tumblr.validation__success::before, .ghk-content-styling .icon-tumblr.file__close, .ghk-content-styling .icon-tumblr.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tumblr.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tumblr.navbar__item--locked:before {
  content: "\f173";
}

.icon-tumblr-sign:before, .ghk-content-styling .icon-tumblr-sign.accordion__header:before, .ghk-content-styling .icon-tumblr-sign.validation__failed::before, .ghk-content-styling .icon-tumblr-sign.validation__success::before, .ghk-content-styling .icon-tumblr-sign.file__close, .ghk-content-styling .icon-tumblr-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-tumblr-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-tumblr-sign.navbar__item--locked:before {
  content: "\f174";
}

.icon-long-arrow-down:before, .ghk-content-styling .icon-long-arrow-down.accordion__header:before, .ghk-content-styling .icon-long-arrow-down.validation__failed::before, .ghk-content-styling .icon-long-arrow-down.validation__success::before, .ghk-content-styling .icon-long-arrow-down.file__close, .ghk-content-styling .icon-long-arrow-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-long-arrow-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-long-arrow-down.navbar__item--locked:before {
  content: "\f175";
}

.icon-long-arrow-up:before, .ghk-content-styling .icon-long-arrow-up.accordion__header:before, .ghk-content-styling .icon-long-arrow-up.validation__failed::before, .ghk-content-styling .icon-long-arrow-up.validation__success::before, .ghk-content-styling .icon-long-arrow-up.file__close, .ghk-content-styling .icon-long-arrow-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-long-arrow-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-long-arrow-up.navbar__item--locked:before {
  content: "\f176";
}

.icon-long-arrow-left:before, .ghk-content-styling .icon-long-arrow-left.accordion__header:before, .ghk-content-styling .icon-long-arrow-left.validation__failed::before, .ghk-content-styling .icon-long-arrow-left.validation__success::before, .ghk-content-styling .icon-long-arrow-left.file__close, .ghk-content-styling .icon-long-arrow-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-long-arrow-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-long-arrow-left.navbar__item--locked:before {
  content: "\f177";
}

.icon-long-arrow-right:before, .ghk-content-styling .icon-long-arrow-right.accordion__header:before, .ghk-content-styling .icon-long-arrow-right.validation__failed::before, .ghk-content-styling .icon-long-arrow-right.validation__success::before, .ghk-content-styling .icon-long-arrow-right.file__close, .ghk-content-styling .icon-long-arrow-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-long-arrow-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-long-arrow-right.navbar__item--locked:before {
  content: "\f178";
}

.icon-apple:before, .ghk-content-styling .icon-apple.accordion__header:before, .ghk-content-styling .icon-apple.validation__failed::before, .ghk-content-styling .icon-apple.validation__success::before, .ghk-content-styling .icon-apple.file__close, .ghk-content-styling .icon-apple.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-apple.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-apple.navbar__item--locked:before {
  content: "\f179";
}

.icon-windows:before, .ghk-content-styling .icon-windows.accordion__header:before, .ghk-content-styling .icon-windows.validation__failed::before, .ghk-content-styling .icon-windows.validation__success::before, .ghk-content-styling .icon-windows.file__close, .ghk-content-styling .icon-windows.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-windows.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-windows.navbar__item--locked:before {
  content: "\f17a";
}

.icon-android:before, .ghk-content-styling .icon-android.accordion__header:before, .ghk-content-styling .icon-android.validation__failed::before, .ghk-content-styling .icon-android.validation__success::before, .ghk-content-styling .icon-android.file__close, .ghk-content-styling .icon-android.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-android.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-android.navbar__item--locked:before {
  content: "\f17b";
}

.icon-linux:before, .ghk-content-styling .icon-linux.accordion__header:before, .ghk-content-styling .icon-linux.validation__failed::before, .ghk-content-styling .icon-linux.validation__success::before, .ghk-content-styling .icon-linux.file__close, .ghk-content-styling .icon-linux.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-linux.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-linux.navbar__item--locked:before {
  content: "\f17c";
}

.icon-male:before, .ghk-content-styling .icon-male.accordion__header:before, .ghk-content-styling .icon-male.validation__failed::before, .ghk-content-styling .icon-male.validation__success::before, .ghk-content-styling .icon-male.file__close, .ghk-content-styling .icon-male.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-male.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-male.navbar__item--locked:before {
  content: "\f183";
}

.icon-gittip:before, .ghk-content-styling .icon-gittip.accordion__header:before, .ghk-content-styling .icon-gittip.validation__failed::before, .ghk-content-styling .icon-gittip.validation__success::before, .ghk-content-styling .icon-gittip.file__close, .ghk-content-styling .icon-gittip.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-gittip.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-gittip.navbar__item--locked:before {
  content: "\f184";
}

.icon-sun:before, .ghk-content-styling .icon-sun.accordion__header:before, .ghk-content-styling .icon-sun.validation__failed::before, .ghk-content-styling .icon-sun.validation__success::before, .ghk-content-styling .icon-sun.file__close, .ghk-content-styling .icon-sun.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-sun.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-sun.navbar__item--locked:before {
  content: "\f185";
}

.icon-moon:before, .ghk-content-styling .icon-moon.accordion__header:before, .ghk-content-styling .icon-moon.validation__failed::before, .ghk-content-styling .icon-moon.validation__success::before, .ghk-content-styling .icon-moon.file__close, .ghk-content-styling .icon-moon.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-moon.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-moon.navbar__item--locked:before {
  content: "\f186";
}

.icon-archive:before, .ghk-content-styling .icon-archive.accordion__header:before, .ghk-content-styling .icon-archive.validation__failed::before, .ghk-content-styling .icon-archive.validation__success::before, .ghk-content-styling .icon-archive.file__close, .ghk-content-styling .icon-archive.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-archive.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-archive.navbar__item--locked:before {
  content: "\f187";
}

.icon-bug:before, .ghk-content-styling .icon-bug.accordion__header:before, .ghk-content-styling .icon-bug.validation__failed::before, .ghk-content-styling .icon-bug.validation__success::before, .ghk-content-styling .icon-bug.file__close, .ghk-content-styling .icon-bug.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-bug.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-bug.navbar__item--locked:before {
  content: "\f188";
}

.icon-vk:before, .ghk-content-styling .icon-vk.accordion__header:before, .ghk-content-styling .icon-vk.validation__failed::before, .ghk-content-styling .icon-vk.validation__success::before, .ghk-content-styling .icon-vk.file__close, .ghk-content-styling .icon-vk.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-vk.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-vk.navbar__item--locked:before {
  content: "\f189";
}

.icon-weibo:before, .ghk-content-styling .icon-weibo.accordion__header:before, .ghk-content-styling .icon-weibo.validation__failed::before, .ghk-content-styling .icon-weibo.validation__success::before, .ghk-content-styling .icon-weibo.file__close, .ghk-content-styling .icon-weibo.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-weibo.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-weibo.navbar__item--locked:before {
  content: "\f18a";
}

.icon-renren:before, .ghk-content-styling .icon-renren.accordion__header:before, .ghk-content-styling .icon-renren.validation__failed::before, .ghk-content-styling .icon-renren.validation__success::before, .ghk-content-styling .icon-renren.file__close, .ghk-content-styling .icon-renren.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-renren.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-renren.navbar__item--locked:before {
  content: "\f18b";
}

.icon-time:before, .ghk-content-styling .icon-time.accordion__header:before, .ghk-content-styling .icon-time.validation__failed::before, .ghk-content-styling .icon-time.validation__success::before, .ghk-content-styling .icon-time.file__close, .ghk-content-styling .icon-time.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-time.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-time.navbar__item--locked:before {
  content: "\f017";
}

.icon-road:before, .ghk-content-styling .icon-road.accordion__header:before, .ghk-content-styling .icon-road.validation__failed::before, .ghk-content-styling .icon-road.validation__success::before, .ghk-content-styling .icon-road.file__close, .ghk-content-styling .icon-road.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-road.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-road.navbar__item--locked:before {
  content: "\f018";
}

.icon-download-alt:before, .ghk-content-styling .icon-download-alt.accordion__header:before, .ghk-content-styling .icon-download-alt.validation__failed::before, .ghk-content-styling .icon-download-alt.validation__success::before, .ghk-content-styling .icon-download-alt.file__close, .ghk-content-styling .icon-download-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-download-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-download-alt.navbar__item--locked:before {
  content: "\f019";
}

.icon-download:before, .ghk-content-styling .icon-download.accordion__header:before, .ghk-content-styling .icon-download.validation__failed::before, .ghk-content-styling .icon-download.validation__success::before, .ghk-content-styling .icon-download.file__close, .ghk-content-styling .icon-download.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-download.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-download.navbar__item--locked:before {
  content: "\f01a";
}

.icon-upload:before, .ghk-content-styling .icon-upload.accordion__header:before, .ghk-content-styling .icon-upload.validation__failed::before, .ghk-content-styling .icon-upload.validation__success::before, .ghk-content-styling .icon-upload.file__close, .ghk-content-styling .icon-upload.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-upload.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-upload.navbar__item--locked:before {
  content: "\f01b";
}

.icon-db-joinxor:before, .ghk-content-styling .icon-db-joinxor.accordion__header:before, .ghk-content-styling .icon-db-joinxor.validation__failed::before, .ghk-content-styling .icon-db-joinxor.validation__success::before, .ghk-content-styling .icon-db-joinxor.file__close, .ghk-content-styling .icon-db-joinxor.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-joinxor.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-joinxor.navbar__item--locked:before {
  content: "\e006";
}

.icon-db-state:before, .ghk-content-styling .icon-db-state.accordion__header:before, .ghk-content-styling .icon-db-state.validation__failed::before, .ghk-content-styling .icon-db-state.validation__success::before, .ghk-content-styling .icon-db-state.file__close, .ghk-content-styling .icon-db-state.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-state.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-state.navbar__item--locked:before {
  content: "\e009";
}

.icon-db-start:before, .ghk-content-styling .icon-db-start.accordion__header:before, .ghk-content-styling .icon-db-start.validation__failed::before, .ghk-content-styling .icon-db-start.validation__success::before, .ghk-content-styling .icon-db-start.file__close, .ghk-content-styling .icon-db-start.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-start.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-start.navbar__item--locked:before {
  content: "\e00b";
}

.icon-db-end:before, .ghk-content-styling .icon-db-end.accordion__header:before, .ghk-content-styling .icon-db-end.validation__failed::before, .ghk-content-styling .icon-db-end.validation__success::before, .ghk-content-styling .icon-db-end.file__close, .ghk-content-styling .icon-db-end.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-end.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-end.navbar__item--locked:before {
  content: "\e00a";
}

.icon-db-fork:before, .ghk-content-styling .icon-db-fork.accordion__header:before, .ghk-content-styling .icon-db-fork.validation__failed::before, .ghk-content-styling .icon-db-fork.validation__success::before, .ghk-content-styling .icon-db-fork.file__close, .ghk-content-styling .icon-db-fork.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-fork.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-fork.navbar__item--locked:before {
  content: "\e00c";
}

.icon-db-condition:before, .ghk-content-styling .icon-db-condition.accordion__header:before, .ghk-content-styling .icon-db-condition.validation__failed::before, .ghk-content-styling .icon-db-condition.validation__success::before, .ghk-content-styling .icon-db-condition.file__close, .ghk-content-styling .icon-db-condition.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-condition.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-condition.navbar__item--locked:before {
  content: "\e00e";
}

.icon-db-task:before, .ghk-content-styling .icon-db-task.accordion__header:before, .ghk-content-styling .icon-db-task.validation__failed::before, .ghk-content-styling .icon-db-task.validation__success::before, .ghk-content-styling .icon-db-task.file__close, .ghk-content-styling .icon-db-task.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-task.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-task.navbar__item--locked:before {
  content: "\e00d";
}

.icon-db-join:before, .ghk-content-styling .icon-db-join.accordion__header:before, .ghk-content-styling .icon-db-join.validation__failed::before, .ghk-content-styling .icon-db-join.validation__success::before, .ghk-content-styling .icon-db-join.file__close, .ghk-content-styling .icon-db-join.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-db-join.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-db-join.navbar__item--locked:before {
  content: "\e00f";
}

.icon-fb-button:before, .ghk-content-styling .icon-fb-button.accordion__header:before, .ghk-content-styling .icon-fb-button.validation__failed::before, .ghk-content-styling .icon-fb-button.validation__success::before, .ghk-content-styling .icon-fb-button.file__close, .ghk-content-styling .icon-fb-button.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-button.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-button.navbar__item--locked:before {
  content: "\e010";
}

.icon-fb-fieldset:before, .ghk-content-styling .icon-fb-fieldset.accordion__header:before, .ghk-content-styling .icon-fb-fieldset.validation__failed::before, .ghk-content-styling .icon-fb-fieldset.validation__success::before, .ghk-content-styling .icon-fb-fieldset.file__close, .ghk-content-styling .icon-fb-fieldset.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-fieldset.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-fieldset.navbar__item--locked:before {
  content: "\e011";
}

.icon-fb-custom-field:before, .ghk-content-styling .icon-fb-custom-field.accordion__header:before, .ghk-content-styling .icon-fb-custom-field.validation__failed::before, .ghk-content-styling .icon-fb-custom-field.validation__success::before, .ghk-content-styling .icon-fb-custom-field.file__close, .ghk-content-styling .icon-fb-custom-field.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-custom-field.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-custom-field.navbar__item--locked:before {
  content: "\e012";
}

.icon-fb-separator:before, .ghk-content-styling .icon-fb-separator.accordion__header:before, .ghk-content-styling .icon-fb-separator.validation__failed::before, .ghk-content-styling .icon-fb-separator.validation__success::before, .ghk-content-styling .icon-fb-separator.file__close, .ghk-content-styling .icon-fb-separator.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-separator.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-separator.navbar__item--locked:before {
  content: "\e013";
}

.icon-fb-paragraph:before, .ghk-content-styling .icon-fb-paragraph.accordion__header:before, .ghk-content-styling .icon-fb-paragraph.validation__failed::before, .ghk-content-styling .icon-fb-paragraph.validation__success::before, .ghk-content-styling .icon-fb-paragraph.file__close, .ghk-content-styling .icon-fb-paragraph.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-paragraph.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-paragraph.navbar__item--locked:before {
  content: "\e014";
}

.icon-fb-file-upload:before, .ghk-content-styling .icon-fb-file-upload.accordion__header:before, .ghk-content-styling .icon-fb-file-upload.validation__failed::before, .ghk-content-styling .icon-fb-file-upload.validation__success::before, .ghk-content-styling .icon-fb-file-upload.file__close, .ghk-content-styling .icon-fb-file-upload.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-file-upload.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-file-upload.navbar__item--locked:before {
  content: "\e015";
}

.icon-fb-text:before, .ghk-content-styling .icon-fb-text.accordion__header:before, .ghk-content-styling .icon-fb-text.validation__failed::before, .ghk-content-styling .icon-fb-text.validation__success::before, .ghk-content-styling .icon-fb-text.file__close, .ghk-content-styling .icon-fb-text.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-text.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-text.navbar__item--locked:before {
  content: "\e000";
}

.icon-fb-text-box:before, .ghk-content-styling .icon-fb-text-box.accordion__header:before, .ghk-content-styling .icon-fb-text-box.validation__failed::before, .ghk-content-styling .icon-fb-text-box.validation__success::before, .ghk-content-styling .icon-fb-text-box.file__close, .ghk-content-styling .icon-fb-text-box.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-text-box.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-text-box.navbar__item--locked:before {
  content: "\e001";
}

.icon-fb-select:before, .ghk-content-styling .icon-fb-select.accordion__header:before, .ghk-content-styling .icon-fb-select.validation__failed::before, .ghk-content-styling .icon-fb-select.validation__success::before, .ghk-content-styling .icon-fb-select.file__close, .ghk-content-styling .icon-fb-select.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-select.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-select.navbar__item--locked:before {
  content: "\e002";
}

.icon-fb-radio:before, .ghk-content-styling .icon-fb-radio.accordion__header:before, .ghk-content-styling .icon-fb-radio.validation__failed::before, .ghk-content-styling .icon-fb-radio.validation__success::before, .ghk-content-styling .icon-fb-radio.file__close, .ghk-content-styling .icon-fb-radio.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-radio.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-radio.navbar__item--locked:before {
  content: "\e003";
}

.icon-fb-number:before, .ghk-content-styling .icon-fb-number.accordion__header:before, .ghk-content-styling .icon-fb-number.validation__failed::before, .ghk-content-styling .icon-fb-number.validation__success::before, .ghk-content-styling .icon-fb-number.file__close, .ghk-content-styling .icon-fb-number.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-number.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-number.navbar__item--locked:before {
  content: "\e004";
}

.icon-fb-integer:before, .ghk-content-styling .icon-fb-integer.accordion__header:before, .ghk-content-styling .icon-fb-integer.validation__failed::before, .ghk-content-styling .icon-fb-integer.validation__success::before, .ghk-content-styling .icon-fb-integer.file__close, .ghk-content-styling .icon-fb-integer.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-integer.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-integer.navbar__item--locked:before {
  content: "\e005";
}

.icon-fb-decimal:before, .ghk-content-styling .icon-fb-decimal.accordion__header:before, .ghk-content-styling .icon-fb-decimal.validation__failed::before, .ghk-content-styling .icon-fb-decimal.validation__success::before, .ghk-content-styling .icon-fb-decimal.file__close, .ghk-content-styling .icon-fb-decimal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-fb-decimal.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-fb-decimal.navbar__item--locked:before {
  content: "\e007";
}

.icon-btc:before, .ghk-content-styling .icon-btc.accordion__header:before, .ghk-content-styling .icon-btc.validation__failed::before, .ghk-content-styling .icon-btc.validation__success::before, .ghk-content-styling .icon-btc.file__close, .ghk-content-styling .icon-btc.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-btc.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-btc.navbar__item--locked:before {
  content: "\f15a";
}

.icon-cny:before, .ghk-content-styling .icon-cny.accordion__header:before, .ghk-content-styling .icon-cny.validation__failed::before, .ghk-content-styling .icon-cny.validation__success::before, .ghk-content-styling .icon-cny.file__close, .ghk-content-styling .icon-cny.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-cny.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-cny.navbar__item--locked:before {
  content: "\f158";
}

.icon-eur:before, .ghk-content-styling .icon-eur.accordion__header:before, .ghk-content-styling .icon-eur.validation__failed::before, .ghk-content-styling .icon-eur.validation__success::before, .ghk-content-styling .icon-eur.file__close, .ghk-content-styling .icon-eur.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-eur.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-eur.navbar__item--locked:before {
  content: "\f153";
}

.icon-gear:before, .ghk-content-styling .icon-gear.accordion__header:before, .ghk-content-styling .icon-gear.validation__failed::before, .ghk-content-styling .icon-gear.validation__success::before, .ghk-content-styling .icon-gear.file__close, .ghk-content-styling .icon-gear.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-gear.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-gear.navbar__item--locked:before {
  content: "\f013";
}

.icon-gears:before, .ghk-content-styling .icon-gears.accordion__header:before, .ghk-content-styling .icon-gears.validation__failed::before, .ghk-content-styling .icon-gears.validation__success::before, .ghk-content-styling .icon-gears.file__close, .ghk-content-styling .icon-gears.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-gears.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-gears.navbar__item--locked:before {
  content: "\f085";
}

.icon-inr:before, .ghk-content-styling .icon-inr.accordion__header:before, .ghk-content-styling .icon-inr.validation__failed::before, .ghk-content-styling .icon-inr.validation__success::before, .ghk-content-styling .icon-inr.file__close, .ghk-content-styling .icon-inr.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-inr.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-inr.navbar__item--locked:before {
  content: "\f156";
}

.icon-jpy:before, .ghk-content-styling .icon-jpy.accordion__header:before, .ghk-content-styling .icon-jpy.validation__failed::before, .ghk-content-styling .icon-jpy.validation__success::before, .ghk-content-styling .icon-jpy.file__close, .ghk-content-styling .icon-jpy.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-jpy.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-jpy.navbar__item--locked:before {
  content: "\f157";
}

.icon-krw:before, .ghk-content-styling .icon-krw.accordion__header:before, .ghk-content-styling .icon-krw.validation__failed::before, .ghk-content-styling .icon-krw.validation__success::before, .ghk-content-styling .icon-krw.file__close, .ghk-content-styling .icon-krw.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-krw.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-krw.navbar__item--locked:before {
  content: "\f159";
}

.icon-mail-forward:before, .ghk-content-styling .icon-mail-forward.accordion__header:before, .ghk-content-styling .icon-mail-forward.validation__failed::before, .ghk-content-styling .icon-mail-forward.validation__success::before, .ghk-content-styling .icon-mail-forward.file__close, .ghk-content-styling .icon-mail-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-mail-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-mail-forward.navbar__item--locked:before {
  content: "\f064";
}

.icon-mail-reply:before, .ghk-content-styling .icon-mail-reply.accordion__header:before, .ghk-content-styling .icon-mail-reply.validation__failed::before, .ghk-content-styling .icon-mail-reply.validation__success::before, .ghk-content-styling .icon-mail-reply.file__close, .ghk-content-styling .icon-mail-reply.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-mail-reply.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-mail-reply.navbar__item--locked:before {
  content: "\f112";
}

.icon-paperclip:before, .ghk-content-styling .icon-paperclip.accordion__header:before, .ghk-content-styling .icon-paperclip.validation__failed::before, .ghk-content-styling .icon-paperclip.validation__success::before, .ghk-content-styling .icon-paperclip.file__close, .ghk-content-styling .icon-paperclip.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-paperclip.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-paperclip.navbar__item--locked:before {
  content: "\f0c6";
}

.icon-power-off:before, .ghk-content-styling .icon-power-off.accordion__header:before, .ghk-content-styling .icon-power-off.validation__failed::before, .ghk-content-styling .icon-power-off.validation__success::before, .ghk-content-styling .icon-power-off.file__close, .ghk-content-styling .icon-power-off.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-power-off.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-power-off.navbar__item--locked:before {
  content: "\f011";
}

.icon-rotate-left:before, .ghk-content-styling .icon-rotate-left.accordion__header:before, .ghk-content-styling .icon-rotate-left.validation__failed::before, .ghk-content-styling .icon-rotate-left.validation__success::before, .ghk-content-styling .icon-rotate-left.file__close, .ghk-content-styling .icon-rotate-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rotate-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rotate-left.navbar__item--locked:before {
  content: "\f0e2";
}

.icon-rotate-right:before, .ghk-content-styling .icon-rotate-right.accordion__header:before, .ghk-content-styling .icon-rotate-right.validation__failed::before, .ghk-content-styling .icon-rotate-right.validation__success::before, .ghk-content-styling .icon-rotate-right.file__close, .ghk-content-styling .icon-rotate-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-rotate-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-rotate-right.navbar__item--locked:before {
  content: "\f01e";
}

.icon-star-half-empty:before, .ghk-content-styling .icon-star-half-empty.accordion__header:before, .ghk-content-styling .icon-star-half-empty.validation__failed::before, .ghk-content-styling .icon-star-half-empty.validation__success::before, .ghk-content-styling .icon-star-half-empty.file__close, .ghk-content-styling .icon-star-half-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-star-half-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-star-half-empty.navbar__item--locked:before {
  content: "\f123";
}

.icon-unchecked:before, .ghk-content-styling .icon-unchecked.accordion__header:before, .ghk-content-styling .icon-unchecked.validation__failed::before, .ghk-content-styling .icon-unchecked.validation__success::before, .ghk-content-styling .icon-unchecked.file__close, .ghk-content-styling .icon-unchecked.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-unchecked.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-unchecked.navbar__item--locked:before {
  content: "\f096";
}

.icon-usd:before, .ghk-content-styling .icon-usd.accordion__header:before, .ghk-content-styling .icon-usd.validation__failed::before, .ghk-content-styling .icon-usd.validation__success::before, .ghk-content-styling .icon-usd.file__close, .ghk-content-styling .icon-usd.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .icon-usd.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon-usd.navbar__item--locked:before {
  content: "\f155";
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
}
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before, .ghk-content-styling .glyphicon-asterisk.accordion__header:before, .ghk-content-styling .glyphicon-asterisk.validation__failed::before, .ghk-content-styling .glyphicon-asterisk.validation__success::before, .ghk-content-styling .glyphicon-asterisk.file__close, .ghk-content-styling .glyphicon-asterisk.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-asterisk.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-asterisk.navbar__item--locked:before {
  content: "*";
}

.glyphicon-plus:before, .ghk-content-styling .glyphicon-plus.accordion__header:before, .ghk-content-styling .glyphicon-plus.validation__failed::before, .ghk-content-styling .glyphicon-plus.validation__success::before, .ghk-content-styling .glyphicon-plus.file__close, .ghk-content-styling .glyphicon-plus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-plus.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-plus.navbar__item--locked:before {
  content: "+";
}

.glyphicon-euro:before, .ghk-content-styling .glyphicon-euro.accordion__header:before, .ghk-content-styling .glyphicon-euro.validation__failed::before, .ghk-content-styling .glyphicon-euro.validation__success::before, .ghk-content-styling .glyphicon-euro.file__close, .ghk-content-styling .glyphicon-euro.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-euro.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-euro.navbar__item--locked:before, .glyphicon-eur:before, .ghk-content-styling .glyphicon-eur.accordion__header:before, .ghk-content-styling .glyphicon-eur.validation__failed::before, .ghk-content-styling .glyphicon-eur.validation__success::before, .ghk-content-styling .glyphicon-eur.file__close, .ghk-content-styling .glyphicon-eur.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-eur.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-eur.navbar__item--locked:before {
  content: "€";
}

.glyphicon-minus:before, .ghk-content-styling .glyphicon-minus.accordion__header:before, .ghk-content-styling .glyphicon-minus.validation__failed::before, .ghk-content-styling .glyphicon-minus.validation__success::before, .ghk-content-styling .glyphicon-minus.file__close, .ghk-content-styling .glyphicon-minus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-minus.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-minus.navbar__item--locked:before {
  content: "−";
}

.glyphicon-cloud:before, .ghk-content-styling .glyphicon-cloud.accordion__header:before, .ghk-content-styling .glyphicon-cloud.validation__failed::before, .ghk-content-styling .glyphicon-cloud.validation__success::before, .ghk-content-styling .glyphicon-cloud.file__close, .ghk-content-styling .glyphicon-cloud.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-cloud.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-cloud.navbar__item--locked:before {
  content: "☁";
}

.glyphicon-envelope:before, .ghk-content-styling .glyphicon-envelope.accordion__header:before, .ghk-content-styling .glyphicon-envelope.validation__failed::before, .ghk-content-styling .glyphicon-envelope.validation__success::before, .ghk-content-styling .glyphicon-envelope.file__close, .ghk-content-styling .glyphicon-envelope.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-envelope.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-envelope.navbar__item--locked:before {
  content: "✉";
}

.glyphicon-pencil:before, .ghk-content-styling .glyphicon-pencil.accordion__header:before, .ghk-content-styling .glyphicon-pencil.validation__failed::before, .ghk-content-styling .glyphicon-pencil.validation__success::before, .ghk-content-styling .glyphicon-pencil.file__close, .ghk-content-styling .glyphicon-pencil.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-pencil.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-pencil.navbar__item--locked:before {
  content: "✏";
}

.glyphicon-glass:before, .ghk-content-styling .glyphicon-glass.accordion__header:before, .ghk-content-styling .glyphicon-glass.validation__failed::before, .ghk-content-styling .glyphicon-glass.validation__success::before, .ghk-content-styling .glyphicon-glass.file__close, .ghk-content-styling .glyphicon-glass.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-glass.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-glass.navbar__item--locked:before {
  content: "\e001";
}

.glyphicon-music:before, .ghk-content-styling .glyphicon-music.accordion__header:before, .ghk-content-styling .glyphicon-music.validation__failed::before, .ghk-content-styling .glyphicon-music.validation__success::before, .ghk-content-styling .glyphicon-music.file__close, .ghk-content-styling .glyphicon-music.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-music.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-music.navbar__item--locked:before {
  content: "\e002";
}

.glyphicon-search:before, .ghk-content-styling .glyphicon-search.accordion__header:before, .ghk-content-styling .glyphicon-search.validation__failed::before, .ghk-content-styling .glyphicon-search.validation__success::before, .ghk-content-styling .glyphicon-search.file__close, .ghk-content-styling .glyphicon-search.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-search.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-search.navbar__item--locked:before {
  content: "\e003";
}

.glyphicon-heart:before, .ghk-content-styling .glyphicon-heart.accordion__header:before, .ghk-content-styling .glyphicon-heart.validation__failed::before, .ghk-content-styling .glyphicon-heart.validation__success::before, .ghk-content-styling .glyphicon-heart.file__close, .ghk-content-styling .glyphicon-heart.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-heart.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-heart.navbar__item--locked:before {
  content: "\e005";
}

.glyphicon-star:before, .ghk-content-styling .glyphicon-star.accordion__header:before, .ghk-content-styling .glyphicon-star.validation__failed::before, .ghk-content-styling .glyphicon-star.validation__success::before, .ghk-content-styling .glyphicon-star.file__close, .ghk-content-styling .glyphicon-star.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-star.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-star.navbar__item--locked:before {
  content: "\e006";
}

.glyphicon-star-empty:before, .ghk-content-styling .glyphicon-star-empty.accordion__header:before, .ghk-content-styling .glyphicon-star-empty.validation__failed::before, .ghk-content-styling .glyphicon-star-empty.validation__success::before, .ghk-content-styling .glyphicon-star-empty.file__close, .ghk-content-styling .glyphicon-star-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-star-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-star-empty.navbar__item--locked:before {
  content: "\e007";
}

.glyphicon-user:before, .ghk-content-styling .glyphicon-user.accordion__header:before, .ghk-content-styling .glyphicon-user.validation__failed::before, .ghk-content-styling .glyphicon-user.validation__success::before, .ghk-content-styling .glyphicon-user.file__close, .ghk-content-styling .glyphicon-user.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-user.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-user.navbar__item--locked:before {
  content: "\e008";
}

.glyphicon-film:before, .ghk-content-styling .glyphicon-film.accordion__header:before, .ghk-content-styling .glyphicon-film.validation__failed::before, .ghk-content-styling .glyphicon-film.validation__success::before, .ghk-content-styling .glyphicon-film.file__close, .ghk-content-styling .glyphicon-film.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-film.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-film.navbar__item--locked:before {
  content: "\e009";
}

.glyphicon-th-large:before, .ghk-content-styling .glyphicon-th-large.accordion__header:before, .ghk-content-styling .glyphicon-th-large.validation__failed::before, .ghk-content-styling .glyphicon-th-large.validation__success::before, .ghk-content-styling .glyphicon-th-large.file__close, .ghk-content-styling .glyphicon-th-large.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-th-large.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-th-large.navbar__item--locked:before {
  content: "\e010";
}

.glyphicon-th:before, .ghk-content-styling .glyphicon-th.accordion__header:before, .ghk-content-styling .glyphicon-th.validation__failed::before, .ghk-content-styling .glyphicon-th.validation__success::before, .ghk-content-styling .glyphicon-th.file__close, .ghk-content-styling .glyphicon-th.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-th.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-th.navbar__item--locked:before {
  content: "\e011";
}

.glyphicon-th-list:before, .ghk-content-styling .glyphicon-th-list.accordion__header:before, .ghk-content-styling .glyphicon-th-list.validation__failed::before, .ghk-content-styling .glyphicon-th-list.validation__success::before, .ghk-content-styling .glyphicon-th-list.file__close, .ghk-content-styling .glyphicon-th-list.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-th-list.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-th-list.navbar__item--locked:before {
  content: "\e012";
}

.glyphicon-ok:before, .ghk-content-styling .glyphicon-ok.accordion__header:before, .ghk-content-styling .glyphicon-ok.validation__failed::before, .ghk-content-styling .glyphicon-ok.validation__success::before, .ghk-content-styling .glyphicon-ok.file__close, .ghk-content-styling .glyphicon-ok.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ok.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ok.navbar__item--locked:before {
  content: "\e013";
}

.glyphicon-remove:before, .ghk-content-styling .glyphicon-remove.accordion__header:before, .ghk-content-styling .glyphicon-remove.validation__failed::before, .ghk-content-styling .glyphicon-remove.validation__success::before, .ghk-content-styling .glyphicon-remove.file__close, .ghk-content-styling .glyphicon-remove.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-remove.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-remove.navbar__item--locked:before {
  content: "\e014";
}

.glyphicon-zoom-in:before, .ghk-content-styling .glyphicon-zoom-in.accordion__header:before, .ghk-content-styling .glyphicon-zoom-in.validation__failed::before, .ghk-content-styling .glyphicon-zoom-in.validation__success::before, .ghk-content-styling .glyphicon-zoom-in.file__close, .ghk-content-styling .glyphicon-zoom-in.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-zoom-in.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-zoom-in.navbar__item--locked:before {
  content: "\e015";
}

.glyphicon-zoom-out:before, .ghk-content-styling .glyphicon-zoom-out.accordion__header:before, .ghk-content-styling .glyphicon-zoom-out.validation__failed::before, .ghk-content-styling .glyphicon-zoom-out.validation__success::before, .ghk-content-styling .glyphicon-zoom-out.file__close, .ghk-content-styling .glyphicon-zoom-out.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-zoom-out.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-zoom-out.navbar__item--locked:before {
  content: "\e016";
}

.glyphicon-off:before, .ghk-content-styling .glyphicon-off.accordion__header:before, .ghk-content-styling .glyphicon-off.validation__failed::before, .ghk-content-styling .glyphicon-off.validation__success::before, .ghk-content-styling .glyphicon-off.file__close, .ghk-content-styling .glyphicon-off.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-off.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-off.navbar__item--locked:before {
  content: "\e017";
}

.glyphicon-signal:before, .ghk-content-styling .glyphicon-signal.accordion__header:before, .ghk-content-styling .glyphicon-signal.validation__failed::before, .ghk-content-styling .glyphicon-signal.validation__success::before, .ghk-content-styling .glyphicon-signal.file__close, .ghk-content-styling .glyphicon-signal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-signal.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-signal.navbar__item--locked:before {
  content: "\e018";
}

.glyphicon-cog:before, .ghk-content-styling .glyphicon-cog.accordion__header:before, .ghk-content-styling .glyphicon-cog.validation__failed::before, .ghk-content-styling .glyphicon-cog.validation__success::before, .ghk-content-styling .glyphicon-cog.file__close, .ghk-content-styling .glyphicon-cog.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-cog.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-cog.navbar__item--locked:before {
  content: "\e019";
}

.glyphicon-trash:before, .ghk-content-styling .glyphicon-trash.accordion__header:before, .ghk-content-styling .glyphicon-trash.validation__failed::before, .ghk-content-styling .glyphicon-trash.validation__success::before, .ghk-content-styling .glyphicon-trash.file__close, .ghk-content-styling .glyphicon-trash.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-trash.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-trash.navbar__item--locked:before {
  content: "\e020";
}

.glyphicon-home:before, .ghk-content-styling .glyphicon-home.accordion__header:before, .ghk-content-styling .glyphicon-home.validation__failed::before, .ghk-content-styling .glyphicon-home.validation__success::before, .ghk-content-styling .glyphicon-home.file__close, .ghk-content-styling .glyphicon-home.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-home.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-home.navbar__item--locked:before {
  content: "\e021";
}

.glyphicon-file:before, .ghk-content-styling .glyphicon-file.accordion__header:before, .ghk-content-styling .glyphicon-file.validation__failed::before, .ghk-content-styling .glyphicon-file.validation__success::before, .ghk-content-styling .glyphicon-file.file__close, .ghk-content-styling .glyphicon-file.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-file.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-file.navbar__item--locked:before {
  content: "\e022";
}

.glyphicon-time:before, .ghk-content-styling .glyphicon-time.accordion__header:before, .ghk-content-styling .glyphicon-time.validation__failed::before, .ghk-content-styling .glyphicon-time.validation__success::before, .ghk-content-styling .glyphicon-time.file__close, .ghk-content-styling .glyphicon-time.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-time.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-time.navbar__item--locked:before {
  content: "\e023";
}

.glyphicon-road:before, .ghk-content-styling .glyphicon-road.accordion__header:before, .ghk-content-styling .glyphicon-road.validation__failed::before, .ghk-content-styling .glyphicon-road.validation__success::before, .ghk-content-styling .glyphicon-road.file__close, .ghk-content-styling .glyphicon-road.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-road.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-road.navbar__item--locked:before {
  content: "\e024";
}

.glyphicon-download-alt:before, .ghk-content-styling .glyphicon-download-alt.accordion__header:before, .ghk-content-styling .glyphicon-download-alt.validation__failed::before, .ghk-content-styling .glyphicon-download-alt.validation__success::before, .ghk-content-styling .glyphicon-download-alt.file__close, .ghk-content-styling .glyphicon-download-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-download-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-download-alt.navbar__item--locked:before {
  content: "\e025";
}

.glyphicon-download:before, .ghk-content-styling .glyphicon-download.accordion__header:before, .ghk-content-styling .glyphicon-download.validation__failed::before, .ghk-content-styling .glyphicon-download.validation__success::before, .ghk-content-styling .glyphicon-download.file__close, .ghk-content-styling .glyphicon-download.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-download.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-download.navbar__item--locked:before {
  content: "\e026";
}

.glyphicon-upload:before, .ghk-content-styling .glyphicon-upload.accordion__header:before, .ghk-content-styling .glyphicon-upload.validation__failed::before, .ghk-content-styling .glyphicon-upload.validation__success::before, .ghk-content-styling .glyphicon-upload.file__close, .ghk-content-styling .glyphicon-upload.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-upload.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-upload.navbar__item--locked:before {
  content: "\e027";
}

.glyphicon-inbox:before, .ghk-content-styling .glyphicon-inbox.accordion__header:before, .ghk-content-styling .glyphicon-inbox.validation__failed::before, .ghk-content-styling .glyphicon-inbox.validation__success::before, .ghk-content-styling .glyphicon-inbox.file__close, .ghk-content-styling .glyphicon-inbox.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-inbox.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-inbox.navbar__item--locked:before {
  content: "\e028";
}

.glyphicon-play-circle:before, .ghk-content-styling .glyphicon-play-circle.accordion__header:before, .ghk-content-styling .glyphicon-play-circle.validation__failed::before, .ghk-content-styling .glyphicon-play-circle.validation__success::before, .ghk-content-styling .glyphicon-play-circle.file__close, .ghk-content-styling .glyphicon-play-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-play-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-play-circle.navbar__item--locked:before {
  content: "\e029";
}

.glyphicon-repeat:before, .ghk-content-styling .glyphicon-repeat.accordion__header:before, .ghk-content-styling .glyphicon-repeat.validation__failed::before, .ghk-content-styling .glyphicon-repeat.validation__success::before, .ghk-content-styling .glyphicon-repeat.file__close, .ghk-content-styling .glyphicon-repeat.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-repeat.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-repeat.navbar__item--locked:before {
  content: "\e030";
}

.glyphicon-refresh:before, .ghk-content-styling .glyphicon-refresh.accordion__header:before, .ghk-content-styling .glyphicon-refresh.validation__failed::before, .ghk-content-styling .glyphicon-refresh.validation__success::before, .ghk-content-styling .glyphicon-refresh.file__close, .ghk-content-styling .glyphicon-refresh.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-refresh.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-refresh.navbar__item--locked:before {
  content: "\e031";
}

.glyphicon-list-alt:before, .ghk-content-styling .glyphicon-list-alt.accordion__header:before, .ghk-content-styling .glyphicon-list-alt.validation__failed::before, .ghk-content-styling .glyphicon-list-alt.validation__success::before, .ghk-content-styling .glyphicon-list-alt.file__close, .ghk-content-styling .glyphicon-list-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-list-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-list-alt.navbar__item--locked:before {
  content: "\e032";
}

.glyphicon-lock:before, .ghk-content-styling .glyphicon-lock.accordion__header:before, .ghk-content-styling .glyphicon-lock.validation__failed::before, .ghk-content-styling .glyphicon-lock.validation__success::before, .ghk-content-styling .glyphicon-lock.file__close, .ghk-content-styling .glyphicon-lock.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-lock.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-lock.navbar__item--locked:before {
  content: "\e033";
}

.glyphicon-flag:before, .ghk-content-styling .glyphicon-flag.accordion__header:before, .ghk-content-styling .glyphicon-flag.validation__failed::before, .ghk-content-styling .glyphicon-flag.validation__success::before, .ghk-content-styling .glyphicon-flag.file__close, .ghk-content-styling .glyphicon-flag.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-flag.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-flag.navbar__item--locked:before {
  content: "\e034";
}

.glyphicon-headphones:before, .ghk-content-styling .glyphicon-headphones.accordion__header:before, .ghk-content-styling .glyphicon-headphones.validation__failed::before, .ghk-content-styling .glyphicon-headphones.validation__success::before, .ghk-content-styling .glyphicon-headphones.file__close, .ghk-content-styling .glyphicon-headphones.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-headphones.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-headphones.navbar__item--locked:before {
  content: "\e035";
}

.glyphicon-volume-off:before, .ghk-content-styling .glyphicon-volume-off.accordion__header:before, .ghk-content-styling .glyphicon-volume-off.validation__failed::before, .ghk-content-styling .glyphicon-volume-off.validation__success::before, .ghk-content-styling .glyphicon-volume-off.file__close, .ghk-content-styling .glyphicon-volume-off.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-volume-off.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-volume-off.navbar__item--locked:before {
  content: "\e036";
}

.glyphicon-volume-down:before, .ghk-content-styling .glyphicon-volume-down.accordion__header:before, .ghk-content-styling .glyphicon-volume-down.validation__failed::before, .ghk-content-styling .glyphicon-volume-down.validation__success::before, .ghk-content-styling .glyphicon-volume-down.file__close, .ghk-content-styling .glyphicon-volume-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-volume-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-volume-down.navbar__item--locked:before {
  content: "\e037";
}

.glyphicon-volume-up:before, .ghk-content-styling .glyphicon-volume-up.accordion__header:before, .ghk-content-styling .glyphicon-volume-up.validation__failed::before, .ghk-content-styling .glyphicon-volume-up.validation__success::before, .ghk-content-styling .glyphicon-volume-up.file__close, .ghk-content-styling .glyphicon-volume-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-volume-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-volume-up.navbar__item--locked:before {
  content: "\e038";
}

.glyphicon-qrcode:before, .ghk-content-styling .glyphicon-qrcode.accordion__header:before, .ghk-content-styling .glyphicon-qrcode.validation__failed::before, .ghk-content-styling .glyphicon-qrcode.validation__success::before, .ghk-content-styling .glyphicon-qrcode.file__close, .ghk-content-styling .glyphicon-qrcode.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-qrcode.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-qrcode.navbar__item--locked:before {
  content: "\e039";
}

.glyphicon-barcode:before, .ghk-content-styling .glyphicon-barcode.accordion__header:before, .ghk-content-styling .glyphicon-barcode.validation__failed::before, .ghk-content-styling .glyphicon-barcode.validation__success::before, .ghk-content-styling .glyphicon-barcode.file__close, .ghk-content-styling .glyphicon-barcode.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-barcode.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-barcode.navbar__item--locked:before {
  content: "\e040";
}

.glyphicon-tag:before, .ghk-content-styling .glyphicon-tag.accordion__header:before, .ghk-content-styling .glyphicon-tag.validation__failed::before, .ghk-content-styling .glyphicon-tag.validation__success::before, .ghk-content-styling .glyphicon-tag.file__close, .ghk-content-styling .glyphicon-tag.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tag.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tag.navbar__item--locked:before {
  content: "\e041";
}

.glyphicon-tags:before, .ghk-content-styling .glyphicon-tags.accordion__header:before, .ghk-content-styling .glyphicon-tags.validation__failed::before, .ghk-content-styling .glyphicon-tags.validation__success::before, .ghk-content-styling .glyphicon-tags.file__close, .ghk-content-styling .glyphicon-tags.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tags.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tags.navbar__item--locked:before {
  content: "\e042";
}

.glyphicon-book:before, .ghk-content-styling .glyphicon-book.accordion__header:before, .ghk-content-styling .glyphicon-book.validation__failed::before, .ghk-content-styling .glyphicon-book.validation__success::before, .ghk-content-styling .glyphicon-book.file__close, .ghk-content-styling .glyphicon-book.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-book.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-book.navbar__item--locked:before {
  content: "\e043";
}

.glyphicon-bookmark:before, .ghk-content-styling .glyphicon-bookmark.accordion__header:before, .ghk-content-styling .glyphicon-bookmark.validation__failed::before, .ghk-content-styling .glyphicon-bookmark.validation__success::before, .ghk-content-styling .glyphicon-bookmark.file__close, .ghk-content-styling .glyphicon-bookmark.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bookmark.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bookmark.navbar__item--locked:before {
  content: "\e044";
}

.glyphicon-print:before, .ghk-content-styling .glyphicon-print.accordion__header:before, .ghk-content-styling .glyphicon-print.validation__failed::before, .ghk-content-styling .glyphicon-print.validation__success::before, .ghk-content-styling .glyphicon-print.file__close, .ghk-content-styling .glyphicon-print.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-print.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-print.navbar__item--locked:before {
  content: "\e045";
}

.glyphicon-camera:before, .ghk-content-styling .glyphicon-camera.accordion__header:before, .ghk-content-styling .glyphicon-camera.validation__failed::before, .ghk-content-styling .glyphicon-camera.validation__success::before, .ghk-content-styling .glyphicon-camera.file__close, .ghk-content-styling .glyphicon-camera.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-camera.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-camera.navbar__item--locked:before {
  content: "\e046";
}

.glyphicon-font:before, .ghk-content-styling .glyphicon-font.accordion__header:before, .ghk-content-styling .glyphicon-font.validation__failed::before, .ghk-content-styling .glyphicon-font.validation__success::before, .ghk-content-styling .glyphicon-font.file__close, .ghk-content-styling .glyphicon-font.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-font.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-font.navbar__item--locked:before {
  content: "\e047";
}

.glyphicon-bold:before, .ghk-content-styling .glyphicon-bold.accordion__header:before, .ghk-content-styling .glyphicon-bold.validation__failed::before, .ghk-content-styling .glyphicon-bold.validation__success::before, .ghk-content-styling .glyphicon-bold.file__close, .ghk-content-styling .glyphicon-bold.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bold.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bold.navbar__item--locked:before {
  content: "\e048";
}

.glyphicon-italic:before, .ghk-content-styling .glyphicon-italic.accordion__header:before, .ghk-content-styling .glyphicon-italic.validation__failed::before, .ghk-content-styling .glyphicon-italic.validation__success::before, .ghk-content-styling .glyphicon-italic.file__close, .ghk-content-styling .glyphicon-italic.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-italic.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-italic.navbar__item--locked:before {
  content: "\e049";
}

.glyphicon-text-height:before, .ghk-content-styling .glyphicon-text-height.accordion__header:before, .ghk-content-styling .glyphicon-text-height.validation__failed::before, .ghk-content-styling .glyphicon-text-height.validation__success::before, .ghk-content-styling .glyphicon-text-height.file__close, .ghk-content-styling .glyphicon-text-height.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-text-height.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-text-height.navbar__item--locked:before {
  content: "\e050";
}

.glyphicon-text-width:before, .ghk-content-styling .glyphicon-text-width.accordion__header:before, .ghk-content-styling .glyphicon-text-width.validation__failed::before, .ghk-content-styling .glyphicon-text-width.validation__success::before, .ghk-content-styling .glyphicon-text-width.file__close, .ghk-content-styling .glyphicon-text-width.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-text-width.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-text-width.navbar__item--locked:before {
  content: "\e051";
}

.glyphicon-align-left:before, .ghk-content-styling .glyphicon-align-left.accordion__header:before, .ghk-content-styling .glyphicon-align-left.validation__failed::before, .ghk-content-styling .glyphicon-align-left.validation__success::before, .ghk-content-styling .glyphicon-align-left.file__close, .ghk-content-styling .glyphicon-align-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-align-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-align-left.navbar__item--locked:before {
  content: "\e052";
}

.glyphicon-align-center:before, .ghk-content-styling .glyphicon-align-center.accordion__header:before, .ghk-content-styling .glyphicon-align-center.validation__failed::before, .ghk-content-styling .glyphicon-align-center.validation__success::before, .ghk-content-styling .glyphicon-align-center.file__close, .ghk-content-styling .glyphicon-align-center.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-align-center.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-align-center.navbar__item--locked:before {
  content: "\e053";
}

.glyphicon-align-right:before, .ghk-content-styling .glyphicon-align-right.accordion__header:before, .ghk-content-styling .glyphicon-align-right.validation__failed::before, .ghk-content-styling .glyphicon-align-right.validation__success::before, .ghk-content-styling .glyphicon-align-right.file__close, .ghk-content-styling .glyphicon-align-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-align-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-align-right.navbar__item--locked:before {
  content: "\e054";
}

.glyphicon-align-justify:before, .ghk-content-styling .glyphicon-align-justify.accordion__header:before, .ghk-content-styling .glyphicon-align-justify.validation__failed::before, .ghk-content-styling .glyphicon-align-justify.validation__success::before, .ghk-content-styling .glyphicon-align-justify.file__close, .ghk-content-styling .glyphicon-align-justify.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-align-justify.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-align-justify.navbar__item--locked:before {
  content: "\e055";
}

.glyphicon-list:before, .ghk-content-styling .glyphicon-list.accordion__header:before, .ghk-content-styling .glyphicon-list.validation__failed::before, .ghk-content-styling .glyphicon-list.validation__success::before, .ghk-content-styling .glyphicon-list.file__close, .ghk-content-styling .glyphicon-list.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-list.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-list.navbar__item--locked:before {
  content: "\e056";
}

.glyphicon-indent-left:before, .ghk-content-styling .glyphicon-indent-left.accordion__header:before, .ghk-content-styling .glyphicon-indent-left.validation__failed::before, .ghk-content-styling .glyphicon-indent-left.validation__success::before, .ghk-content-styling .glyphicon-indent-left.file__close, .ghk-content-styling .glyphicon-indent-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-indent-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-indent-left.navbar__item--locked:before {
  content: "\e057";
}

.glyphicon-indent-right:before, .ghk-content-styling .glyphicon-indent-right.accordion__header:before, .ghk-content-styling .glyphicon-indent-right.validation__failed::before, .ghk-content-styling .glyphicon-indent-right.validation__success::before, .ghk-content-styling .glyphicon-indent-right.file__close, .ghk-content-styling .glyphicon-indent-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-indent-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-indent-right.navbar__item--locked:before {
  content: "\e058";
}

.glyphicon-facetime-video:before, .ghk-content-styling .glyphicon-facetime-video.accordion__header:before, .ghk-content-styling .glyphicon-facetime-video.validation__failed::before, .ghk-content-styling .glyphicon-facetime-video.validation__success::before, .ghk-content-styling .glyphicon-facetime-video.file__close, .ghk-content-styling .glyphicon-facetime-video.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-facetime-video.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-facetime-video.navbar__item--locked:before {
  content: "\e059";
}

.glyphicon-picture:before, .ghk-content-styling .glyphicon-picture.accordion__header:before, .ghk-content-styling .glyphicon-picture.validation__failed::before, .ghk-content-styling .glyphicon-picture.validation__success::before, .ghk-content-styling .glyphicon-picture.file__close, .ghk-content-styling .glyphicon-picture.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-picture.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-picture.navbar__item--locked:before {
  content: "\e060";
}

.glyphicon-map-marker:before, .ghk-content-styling .glyphicon-map-marker.accordion__header:before, .ghk-content-styling .glyphicon-map-marker.validation__failed::before, .ghk-content-styling .glyphicon-map-marker.validation__success::before, .ghk-content-styling .glyphicon-map-marker.file__close, .ghk-content-styling .glyphicon-map-marker.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-map-marker.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-map-marker.navbar__item--locked:before {
  content: "\e062";
}

.glyphicon-adjust:before, .ghk-content-styling .glyphicon-adjust.accordion__header:before, .ghk-content-styling .glyphicon-adjust.validation__failed::before, .ghk-content-styling .glyphicon-adjust.validation__success::before, .ghk-content-styling .glyphicon-adjust.file__close, .ghk-content-styling .glyphicon-adjust.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-adjust.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-adjust.navbar__item--locked:before {
  content: "\e063";
}

.glyphicon-tint:before, .ghk-content-styling .glyphicon-tint.accordion__header:before, .ghk-content-styling .glyphicon-tint.validation__failed::before, .ghk-content-styling .glyphicon-tint.validation__success::before, .ghk-content-styling .glyphicon-tint.file__close, .ghk-content-styling .glyphicon-tint.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tint.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tint.navbar__item--locked:before {
  content: "\e064";
}

.glyphicon-edit:before, .ghk-content-styling .glyphicon-edit.accordion__header:before, .ghk-content-styling .glyphicon-edit.validation__failed::before, .ghk-content-styling .glyphicon-edit.validation__success::before, .ghk-content-styling .glyphicon-edit.file__close, .ghk-content-styling .glyphicon-edit.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-edit.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-edit.navbar__item--locked:before {
  content: "\e065";
}

.glyphicon-share:before, .ghk-content-styling .glyphicon-share.accordion__header:before, .ghk-content-styling .glyphicon-share.validation__failed::before, .ghk-content-styling .glyphicon-share.validation__success::before, .ghk-content-styling .glyphicon-share.file__close, .ghk-content-styling .glyphicon-share.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-share.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-share.navbar__item--locked:before {
  content: "\e066";
}

.glyphicon-check:before, .ghk-content-styling .glyphicon-check.accordion__header:before, .ghk-content-styling .glyphicon-check.validation__failed::before, .ghk-content-styling .glyphicon-check.validation__success::before, .ghk-content-styling .glyphicon-check.file__close, .ghk-content-styling .glyphicon-check.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-check.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-check.navbar__item--locked:before {
  content: "\e067";
}

.glyphicon-move:before, .ghk-content-styling .glyphicon-move.accordion__header:before, .ghk-content-styling .glyphicon-move.validation__failed::before, .ghk-content-styling .glyphicon-move.validation__success::before, .ghk-content-styling .glyphicon-move.file__close, .ghk-content-styling .glyphicon-move.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-move.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-move.navbar__item--locked:before {
  content: "\e068";
}

.glyphicon-step-backward:before, .ghk-content-styling .glyphicon-step-backward.accordion__header:before, .ghk-content-styling .glyphicon-step-backward.validation__failed::before, .ghk-content-styling .glyphicon-step-backward.validation__success::before, .ghk-content-styling .glyphicon-step-backward.file__close, .ghk-content-styling .glyphicon-step-backward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-step-backward.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-step-backward.navbar__item--locked:before {
  content: "\e069";
}

.glyphicon-fast-backward:before, .ghk-content-styling .glyphicon-fast-backward.accordion__header:before, .ghk-content-styling .glyphicon-fast-backward.validation__failed::before, .ghk-content-styling .glyphicon-fast-backward.validation__success::before, .ghk-content-styling .glyphicon-fast-backward.file__close, .ghk-content-styling .glyphicon-fast-backward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-fast-backward.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-fast-backward.navbar__item--locked:before {
  content: "\e070";
}

.glyphicon-backward:before, .ghk-content-styling .glyphicon-backward.accordion__header:before, .ghk-content-styling .glyphicon-backward.validation__failed::before, .ghk-content-styling .glyphicon-backward.validation__success::before, .ghk-content-styling .glyphicon-backward.file__close, .ghk-content-styling .glyphicon-backward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-backward.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-backward.navbar__item--locked:before {
  content: "\e071";
}

.glyphicon-play:before, .ghk-content-styling .glyphicon-play.accordion__header:before, .ghk-content-styling .glyphicon-play.validation__failed::before, .ghk-content-styling .glyphicon-play.validation__success::before, .ghk-content-styling .glyphicon-play.file__close, .ghk-content-styling .glyphicon-play.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-play.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-play.navbar__item--locked:before {
  content: "\e072";
}

.glyphicon-pause:before, .ghk-content-styling .glyphicon-pause.accordion__header:before, .ghk-content-styling .glyphicon-pause.validation__failed::before, .ghk-content-styling .glyphicon-pause.validation__success::before, .ghk-content-styling .glyphicon-pause.file__close, .ghk-content-styling .glyphicon-pause.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-pause.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-pause.navbar__item--locked:before {
  content: "\e073";
}

.glyphicon-stop:before, .ghk-content-styling .glyphicon-stop.accordion__header:before, .ghk-content-styling .glyphicon-stop.validation__failed::before, .ghk-content-styling .glyphicon-stop.validation__success::before, .ghk-content-styling .glyphicon-stop.file__close, .ghk-content-styling .glyphicon-stop.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-stop.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-stop.navbar__item--locked:before {
  content: "\e074";
}

.glyphicon-forward:before, .ghk-content-styling .glyphicon-forward.accordion__header:before, .ghk-content-styling .glyphicon-forward.validation__failed::before, .ghk-content-styling .glyphicon-forward.validation__success::before, .ghk-content-styling .glyphicon-forward.file__close, .ghk-content-styling .glyphicon-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-forward.navbar__item--locked:before {
  content: "\e075";
}

.glyphicon-fast-forward:before, .ghk-content-styling .glyphicon-fast-forward.accordion__header:before, .ghk-content-styling .glyphicon-fast-forward.validation__failed::before, .ghk-content-styling .glyphicon-fast-forward.validation__success::before, .ghk-content-styling .glyphicon-fast-forward.file__close, .ghk-content-styling .glyphicon-fast-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-fast-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-fast-forward.navbar__item--locked:before {
  content: "\e076";
}

.glyphicon-step-forward:before, .ghk-content-styling .glyphicon-step-forward.accordion__header:before, .ghk-content-styling .glyphicon-step-forward.validation__failed::before, .ghk-content-styling .glyphicon-step-forward.validation__success::before, .ghk-content-styling .glyphicon-step-forward.file__close, .ghk-content-styling .glyphicon-step-forward.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-step-forward.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-step-forward.navbar__item--locked:before {
  content: "\e077";
}

.glyphicon-eject:before, .ghk-content-styling .glyphicon-eject.accordion__header:before, .ghk-content-styling .glyphicon-eject.validation__failed::before, .ghk-content-styling .glyphicon-eject.validation__success::before, .ghk-content-styling .glyphicon-eject.file__close, .ghk-content-styling .glyphicon-eject.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-eject.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-eject.navbar__item--locked:before {
  content: "\e078";
}

.glyphicon-chevron-left:before, .ghk-content-styling .glyphicon-chevron-left.accordion__header:before, .ghk-content-styling .glyphicon-chevron-left.validation__failed::before, .ghk-content-styling .glyphicon-chevron-left.validation__success::before, .ghk-content-styling .glyphicon-chevron-left.file__close, .ghk-content-styling .glyphicon-chevron-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-chevron-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-chevron-left.navbar__item--locked:before {
  content: "\e079";
}

.glyphicon-chevron-right:before, .ghk-content-styling .glyphicon-chevron-right.accordion__header:before, .ghk-content-styling .glyphicon-chevron-right.validation__failed::before, .ghk-content-styling .glyphicon-chevron-right.validation__success::before, .ghk-content-styling .glyphicon-chevron-right.file__close, .ghk-content-styling .glyphicon-chevron-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-chevron-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-chevron-right.navbar__item--locked:before {
  content: "\e080";
}

.glyphicon-plus-sign:before, .ghk-content-styling .glyphicon-plus-sign.accordion__header:before, .ghk-content-styling .glyphicon-plus-sign.validation__failed::before, .ghk-content-styling .glyphicon-plus-sign.validation__success::before, .ghk-content-styling .glyphicon-plus-sign.file__close, .ghk-content-styling .glyphicon-plus-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-plus-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-plus-sign.navbar__item--locked:before {
  content: "\e081";
}

.glyphicon-minus-sign:before, .ghk-content-styling .glyphicon-minus-sign.accordion__header:before, .ghk-content-styling .glyphicon-minus-sign.validation__failed::before, .ghk-content-styling .glyphicon-minus-sign.validation__success::before, .ghk-content-styling .glyphicon-minus-sign.file__close, .ghk-content-styling .glyphicon-minus-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-minus-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-minus-sign.navbar__item--locked:before {
  content: "\e082";
}

.glyphicon-remove-sign:before, .ghk-content-styling .glyphicon-remove-sign.accordion__header:before, .ghk-content-styling .glyphicon-remove-sign.validation__failed::before, .ghk-content-styling .glyphicon-remove-sign.validation__success::before, .ghk-content-styling .glyphicon-remove-sign.file__close, .ghk-content-styling .glyphicon-remove-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-remove-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-remove-sign.navbar__item--locked:before {
  content: "\e083";
}

.glyphicon-ok-sign:before, .ghk-content-styling .glyphicon-ok-sign.accordion__header:before, .ghk-content-styling .glyphicon-ok-sign.validation__failed::before, .ghk-content-styling .glyphicon-ok-sign.validation__success::before, .ghk-content-styling .glyphicon-ok-sign.file__close, .ghk-content-styling .glyphicon-ok-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ok-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ok-sign.navbar__item--locked:before {
  content: "\e084";
}

.glyphicon-question-sign:before, .ghk-content-styling .glyphicon-question-sign.accordion__header:before, .ghk-content-styling .glyphicon-question-sign.validation__failed::before, .ghk-content-styling .glyphicon-question-sign.validation__success::before, .ghk-content-styling .glyphicon-question-sign.file__close, .ghk-content-styling .glyphicon-question-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-question-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-question-sign.navbar__item--locked:before {
  content: "\e085";
}

.glyphicon-info-sign:before, .ghk-content-styling .glyphicon-info-sign.accordion__header:before, .ghk-content-styling .glyphicon-info-sign.validation__failed::before, .ghk-content-styling .glyphicon-info-sign.validation__success::before, .ghk-content-styling .glyphicon-info-sign.file__close, .ghk-content-styling .glyphicon-info-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-info-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-info-sign.navbar__item--locked:before {
  content: "\e086";
}

.glyphicon-screenshot:before, .ghk-content-styling .glyphicon-screenshot.accordion__header:before, .ghk-content-styling .glyphicon-screenshot.validation__failed::before, .ghk-content-styling .glyphicon-screenshot.validation__success::before, .ghk-content-styling .glyphicon-screenshot.file__close, .ghk-content-styling .glyphicon-screenshot.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-screenshot.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-screenshot.navbar__item--locked:before {
  content: "\e087";
}

.glyphicon-remove-circle:before, .ghk-content-styling .glyphicon-remove-circle.accordion__header:before, .ghk-content-styling .glyphicon-remove-circle.validation__failed::before, .ghk-content-styling .glyphicon-remove-circle.validation__success::before, .ghk-content-styling .glyphicon-remove-circle.file__close, .ghk-content-styling .glyphicon-remove-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-remove-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-remove-circle.navbar__item--locked:before {
  content: "\e088";
}

.glyphicon-ok-circle:before, .ghk-content-styling .glyphicon-ok-circle.accordion__header:before, .ghk-content-styling .glyphicon-ok-circle.validation__failed::before, .ghk-content-styling .glyphicon-ok-circle.validation__success::before, .ghk-content-styling .glyphicon-ok-circle.file__close, .ghk-content-styling .glyphicon-ok-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ok-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ok-circle.navbar__item--locked:before {
  content: "\e089";
}

.glyphicon-ban-circle:before, .ghk-content-styling .glyphicon-ban-circle.accordion__header:before, .ghk-content-styling .glyphicon-ban-circle.validation__failed::before, .ghk-content-styling .glyphicon-ban-circle.validation__success::before, .ghk-content-styling .glyphicon-ban-circle.file__close, .ghk-content-styling .glyphicon-ban-circle.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ban-circle.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ban-circle.navbar__item--locked:before {
  content: "\e090";
}

.glyphicon-arrow-left:before, .ghk-content-styling .glyphicon-arrow-left.accordion__header:before, .ghk-content-styling .glyphicon-arrow-left.validation__failed::before, .ghk-content-styling .glyphicon-arrow-left.validation__success::before, .ghk-content-styling .glyphicon-arrow-left.file__close, .ghk-content-styling .glyphicon-arrow-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-arrow-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-arrow-left.navbar__item--locked:before {
  content: "\e091";
}

.glyphicon-arrow-right:before, .ghk-content-styling .glyphicon-arrow-right.accordion__header:before, .ghk-content-styling .glyphicon-arrow-right.validation__failed::before, .ghk-content-styling .glyphicon-arrow-right.validation__success::before, .ghk-content-styling .glyphicon-arrow-right.file__close, .ghk-content-styling .glyphicon-arrow-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-arrow-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-arrow-right.navbar__item--locked:before {
  content: "\e092";
}

.glyphicon-arrow-up:before, .ghk-content-styling .glyphicon-arrow-up.accordion__header:before, .ghk-content-styling .glyphicon-arrow-up.validation__failed::before, .ghk-content-styling .glyphicon-arrow-up.validation__success::before, .ghk-content-styling .glyphicon-arrow-up.file__close, .ghk-content-styling .glyphicon-arrow-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-arrow-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-arrow-up.navbar__item--locked:before {
  content: "\e093";
}

.glyphicon-arrow-down:before, .ghk-content-styling .glyphicon-arrow-down.accordion__header:before, .ghk-content-styling .glyphicon-arrow-down.validation__failed::before, .ghk-content-styling .glyphicon-arrow-down.validation__success::before, .ghk-content-styling .glyphicon-arrow-down.file__close, .ghk-content-styling .glyphicon-arrow-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-arrow-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-arrow-down.navbar__item--locked:before {
  content: "\e094";
}

.glyphicon-share-alt:before, .ghk-content-styling .glyphicon-share-alt.accordion__header:before, .ghk-content-styling .glyphicon-share-alt.validation__failed::before, .ghk-content-styling .glyphicon-share-alt.validation__success::before, .ghk-content-styling .glyphicon-share-alt.file__close, .ghk-content-styling .glyphicon-share-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-share-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-share-alt.navbar__item--locked:before {
  content: "\e095";
}

.glyphicon-resize-full:before, .ghk-content-styling .glyphicon-resize-full.accordion__header:before, .ghk-content-styling .glyphicon-resize-full.validation__failed::before, .ghk-content-styling .glyphicon-resize-full.validation__success::before, .ghk-content-styling .glyphicon-resize-full.file__close, .ghk-content-styling .glyphicon-resize-full.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-resize-full.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-resize-full.navbar__item--locked:before {
  content: "\e096";
}

.glyphicon-resize-small:before, .ghk-content-styling .glyphicon-resize-small.accordion__header:before, .ghk-content-styling .glyphicon-resize-small.validation__failed::before, .ghk-content-styling .glyphicon-resize-small.validation__success::before, .ghk-content-styling .glyphicon-resize-small.file__close, .ghk-content-styling .glyphicon-resize-small.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-resize-small.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-resize-small.navbar__item--locked:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before, .ghk-content-styling .glyphicon-exclamation-sign.accordion__header:before, .ghk-content-styling .glyphicon-exclamation-sign.validation__failed::before, .ghk-content-styling .glyphicon-exclamation-sign.validation__success::before, .ghk-content-styling .glyphicon-exclamation-sign.file__close, .ghk-content-styling .glyphicon-exclamation-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-exclamation-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-exclamation-sign.navbar__item--locked:before {
  content: "\e101";
}

.glyphicon-gift:before, .ghk-content-styling .glyphicon-gift.accordion__header:before, .ghk-content-styling .glyphicon-gift.validation__failed::before, .ghk-content-styling .glyphicon-gift.validation__success::before, .ghk-content-styling .glyphicon-gift.file__close, .ghk-content-styling .glyphicon-gift.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-gift.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-gift.navbar__item--locked:before {
  content: "\e102";
}

.glyphicon-leaf:before, .ghk-content-styling .glyphicon-leaf.accordion__header:before, .ghk-content-styling .glyphicon-leaf.validation__failed::before, .ghk-content-styling .glyphicon-leaf.validation__success::before, .ghk-content-styling .glyphicon-leaf.file__close, .ghk-content-styling .glyphicon-leaf.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-leaf.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-leaf.navbar__item--locked:before {
  content: "\e103";
}

.glyphicon-fire:before, .ghk-content-styling .glyphicon-fire.accordion__header:before, .ghk-content-styling .glyphicon-fire.validation__failed::before, .ghk-content-styling .glyphicon-fire.validation__success::before, .ghk-content-styling .glyphicon-fire.file__close, .ghk-content-styling .glyphicon-fire.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-fire.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-fire.navbar__item--locked:before {
  content: "\e104";
}

.glyphicon-eye-open:before, .ghk-content-styling .glyphicon-eye-open.accordion__header:before, .ghk-content-styling .glyphicon-eye-open.validation__failed::before, .ghk-content-styling .glyphicon-eye-open.validation__success::before, .ghk-content-styling .glyphicon-eye-open.file__close, .ghk-content-styling .glyphicon-eye-open.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-eye-open.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-eye-open.navbar__item--locked:before {
  content: "\e105";
}

.glyphicon-eye-close:before, .ghk-content-styling .glyphicon-eye-close.accordion__header:before, .ghk-content-styling .glyphicon-eye-close.validation__failed::before, .ghk-content-styling .glyphicon-eye-close.validation__success::before, .ghk-content-styling .glyphicon-eye-close.file__close, .ghk-content-styling .glyphicon-eye-close.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-eye-close.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-eye-close.navbar__item--locked:before {
  content: "\e106";
}

.glyphicon-warning-sign:before, .ghk-content-styling .glyphicon-warning-sign.accordion__header:before, .ghk-content-styling .glyphicon-warning-sign.validation__failed::before, .ghk-content-styling .glyphicon-warning-sign.validation__success::before, .ghk-content-styling .glyphicon-warning-sign.file__close, .ghk-content-styling .glyphicon-warning-sign.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-warning-sign.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-warning-sign.navbar__item--locked:before {
  content: "\e107";
}

.glyphicon-plane:before, .ghk-content-styling .glyphicon-plane.accordion__header:before, .ghk-content-styling .glyphicon-plane.validation__failed::before, .ghk-content-styling .glyphicon-plane.validation__success::before, .ghk-content-styling .glyphicon-plane.file__close, .ghk-content-styling .glyphicon-plane.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-plane.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-plane.navbar__item--locked:before {
  content: "\e108";
}

.glyphicon-calendar:before, .ghk-content-styling .glyphicon-calendar.accordion__header:before, .ghk-content-styling .glyphicon-calendar.validation__failed::before, .ghk-content-styling .glyphicon-calendar.validation__success::before, .ghk-content-styling .glyphicon-calendar.file__close, .ghk-content-styling .glyphicon-calendar.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-calendar.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-calendar.navbar__item--locked:before {
  content: "\e109";
}

.glyphicon-random:before, .ghk-content-styling .glyphicon-random.accordion__header:before, .ghk-content-styling .glyphicon-random.validation__failed::before, .ghk-content-styling .glyphicon-random.validation__success::before, .ghk-content-styling .glyphicon-random.file__close, .ghk-content-styling .glyphicon-random.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-random.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-random.navbar__item--locked:before {
  content: "\e110";
}

.glyphicon-comment:before, .ghk-content-styling .glyphicon-comment.accordion__header:before, .ghk-content-styling .glyphicon-comment.validation__failed::before, .ghk-content-styling .glyphicon-comment.validation__success::before, .ghk-content-styling .glyphicon-comment.file__close, .ghk-content-styling .glyphicon-comment.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-comment.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-comment.navbar__item--locked:before {
  content: "\e111";
}

.glyphicon-magnet:before, .ghk-content-styling .glyphicon-magnet.accordion__header:before, .ghk-content-styling .glyphicon-magnet.validation__failed::before, .ghk-content-styling .glyphicon-magnet.validation__success::before, .ghk-content-styling .glyphicon-magnet.file__close, .ghk-content-styling .glyphicon-magnet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-magnet.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-magnet.navbar__item--locked:before {
  content: "\e112";
}

.glyphicon-chevron-up:before, .ghk-content-styling .glyphicon-chevron-up.accordion__header:before, .ghk-content-styling .glyphicon-chevron-up.validation__failed::before, .ghk-content-styling .glyphicon-chevron-up.validation__success::before, .ghk-content-styling .glyphicon-chevron-up.file__close, .ghk-content-styling .glyphicon-chevron-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-chevron-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-chevron-up.navbar__item--locked:before {
  content: "\e113";
}

.glyphicon-chevron-down:before, .ghk-content-styling .glyphicon-chevron-down.accordion__header:before, .ghk-content-styling .glyphicon-chevron-down.validation__failed::before, .ghk-content-styling .glyphicon-chevron-down.validation__success::before, .ghk-content-styling .glyphicon-chevron-down.file__close, .ghk-content-styling .glyphicon-chevron-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-chevron-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-chevron-down.navbar__item--locked:before {
  content: "\e114";
}

.glyphicon-retweet:before, .ghk-content-styling .glyphicon-retweet.accordion__header:before, .ghk-content-styling .glyphicon-retweet.validation__failed::before, .ghk-content-styling .glyphicon-retweet.validation__success::before, .ghk-content-styling .glyphicon-retweet.file__close, .ghk-content-styling .glyphicon-retweet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-retweet.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-retweet.navbar__item--locked:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before, .ghk-content-styling .glyphicon-shopping-cart.accordion__header:before, .ghk-content-styling .glyphicon-shopping-cart.validation__failed::before, .ghk-content-styling .glyphicon-shopping-cart.validation__success::before, .ghk-content-styling .glyphicon-shopping-cart.file__close, .ghk-content-styling .glyphicon-shopping-cart.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-shopping-cart.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-shopping-cart.navbar__item--locked:before {
  content: "\e116";
}

.glyphicon-folder-close:before, .ghk-content-styling .glyphicon-folder-close.accordion__header:before, .ghk-content-styling .glyphicon-folder-close.validation__failed::before, .ghk-content-styling .glyphicon-folder-close.validation__success::before, .ghk-content-styling .glyphicon-folder-close.file__close, .ghk-content-styling .glyphicon-folder-close.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-folder-close.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-folder-close.navbar__item--locked:before {
  content: "\e117";
}

.glyphicon-folder-open:before, .ghk-content-styling .glyphicon-folder-open.accordion__header:before, .ghk-content-styling .glyphicon-folder-open.validation__failed::before, .ghk-content-styling .glyphicon-folder-open.validation__success::before, .ghk-content-styling .glyphicon-folder-open.file__close, .ghk-content-styling .glyphicon-folder-open.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-folder-open.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-folder-open.navbar__item--locked:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before, .ghk-content-styling .glyphicon-resize-vertical.accordion__header:before, .ghk-content-styling .glyphicon-resize-vertical.validation__failed::before, .ghk-content-styling .glyphicon-resize-vertical.validation__success::before, .ghk-content-styling .glyphicon-resize-vertical.file__close, .ghk-content-styling .glyphicon-resize-vertical.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-resize-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-resize-vertical.navbar__item--locked:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before, .ghk-content-styling .glyphicon-resize-horizontal.accordion__header:before, .ghk-content-styling .glyphicon-resize-horizontal.validation__failed::before, .ghk-content-styling .glyphicon-resize-horizontal.validation__success::before, .ghk-content-styling .glyphicon-resize-horizontal.file__close, .ghk-content-styling .glyphicon-resize-horizontal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-resize-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-resize-horizontal.navbar__item--locked:before {
  content: "\e120";
}

.glyphicon-hdd:before, .ghk-content-styling .glyphicon-hdd.accordion__header:before, .ghk-content-styling .glyphicon-hdd.validation__failed::before, .ghk-content-styling .glyphicon-hdd.validation__success::before, .ghk-content-styling .glyphicon-hdd.file__close, .ghk-content-styling .glyphicon-hdd.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hdd.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hdd.navbar__item--locked:before {
  content: "\e121";
}

.glyphicon-bullhorn:before, .ghk-content-styling .glyphicon-bullhorn.accordion__header:before, .ghk-content-styling .glyphicon-bullhorn.validation__failed::before, .ghk-content-styling .glyphicon-bullhorn.validation__success::before, .ghk-content-styling .glyphicon-bullhorn.file__close, .ghk-content-styling .glyphicon-bullhorn.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bullhorn.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bullhorn.navbar__item--locked:before {
  content: "\e122";
}

.glyphicon-bell:before, .ghk-content-styling .glyphicon-bell.accordion__header:before, .ghk-content-styling .glyphicon-bell.validation__failed::before, .ghk-content-styling .glyphicon-bell.validation__success::before, .ghk-content-styling .glyphicon-bell.file__close, .ghk-content-styling .glyphicon-bell.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bell.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bell.navbar__item--locked:before {
  content: "\e123";
}

.glyphicon-certificate:before, .ghk-content-styling .glyphicon-certificate.accordion__header:before, .ghk-content-styling .glyphicon-certificate.validation__failed::before, .ghk-content-styling .glyphicon-certificate.validation__success::before, .ghk-content-styling .glyphicon-certificate.file__close, .ghk-content-styling .glyphicon-certificate.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-certificate.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-certificate.navbar__item--locked:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before, .ghk-content-styling .glyphicon-thumbs-up.accordion__header:before, .ghk-content-styling .glyphicon-thumbs-up.validation__failed::before, .ghk-content-styling .glyphicon-thumbs-up.validation__success::before, .ghk-content-styling .glyphicon-thumbs-up.file__close, .ghk-content-styling .glyphicon-thumbs-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-thumbs-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-thumbs-up.navbar__item--locked:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before, .ghk-content-styling .glyphicon-thumbs-down.accordion__header:before, .ghk-content-styling .glyphicon-thumbs-down.validation__failed::before, .ghk-content-styling .glyphicon-thumbs-down.validation__success::before, .ghk-content-styling .glyphicon-thumbs-down.file__close, .ghk-content-styling .glyphicon-thumbs-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-thumbs-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-thumbs-down.navbar__item--locked:before {
  content: "\e126";
}

.glyphicon-hand-right:before, .ghk-content-styling .glyphicon-hand-right.accordion__header:before, .ghk-content-styling .glyphicon-hand-right.validation__failed::before, .ghk-content-styling .glyphicon-hand-right.validation__success::before, .ghk-content-styling .glyphicon-hand-right.file__close, .ghk-content-styling .glyphicon-hand-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hand-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hand-right.navbar__item--locked:before {
  content: "\e127";
}

.glyphicon-hand-left:before, .ghk-content-styling .glyphicon-hand-left.accordion__header:before, .ghk-content-styling .glyphicon-hand-left.validation__failed::before, .ghk-content-styling .glyphicon-hand-left.validation__success::before, .ghk-content-styling .glyphicon-hand-left.file__close, .ghk-content-styling .glyphicon-hand-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hand-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hand-left.navbar__item--locked:before {
  content: "\e128";
}

.glyphicon-hand-up:before, .ghk-content-styling .glyphicon-hand-up.accordion__header:before, .ghk-content-styling .glyphicon-hand-up.validation__failed::before, .ghk-content-styling .glyphicon-hand-up.validation__success::before, .ghk-content-styling .glyphicon-hand-up.file__close, .ghk-content-styling .glyphicon-hand-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hand-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hand-up.navbar__item--locked:before {
  content: "\e129";
}

.glyphicon-hand-down:before, .ghk-content-styling .glyphicon-hand-down.accordion__header:before, .ghk-content-styling .glyphicon-hand-down.validation__failed::before, .ghk-content-styling .glyphicon-hand-down.validation__success::before, .ghk-content-styling .glyphicon-hand-down.file__close, .ghk-content-styling .glyphicon-hand-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hand-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hand-down.navbar__item--locked:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before, .ghk-content-styling .glyphicon-circle-arrow-right.accordion__header:before, .ghk-content-styling .glyphicon-circle-arrow-right.validation__failed::before, .ghk-content-styling .glyphicon-circle-arrow-right.validation__success::before, .ghk-content-styling .glyphicon-circle-arrow-right.file__close, .ghk-content-styling .glyphicon-circle-arrow-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-circle-arrow-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-circle-arrow-right.navbar__item--locked:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before, .ghk-content-styling .glyphicon-circle-arrow-left.accordion__header:before, .ghk-content-styling .glyphicon-circle-arrow-left.validation__failed::before, .ghk-content-styling .glyphicon-circle-arrow-left.validation__success::before, .ghk-content-styling .glyphicon-circle-arrow-left.file__close, .ghk-content-styling .glyphicon-circle-arrow-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-circle-arrow-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-circle-arrow-left.navbar__item--locked:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before, .ghk-content-styling .glyphicon-circle-arrow-up.accordion__header:before, .ghk-content-styling .glyphicon-circle-arrow-up.validation__failed::before, .ghk-content-styling .glyphicon-circle-arrow-up.validation__success::before, .ghk-content-styling .glyphicon-circle-arrow-up.file__close, .ghk-content-styling .glyphicon-circle-arrow-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-circle-arrow-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-circle-arrow-up.navbar__item--locked:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before, .ghk-content-styling .glyphicon-circle-arrow-down.accordion__header:before, .ghk-content-styling .glyphicon-circle-arrow-down.validation__failed::before, .ghk-content-styling .glyphicon-circle-arrow-down.validation__success::before, .ghk-content-styling .glyphicon-circle-arrow-down.file__close, .ghk-content-styling .glyphicon-circle-arrow-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-circle-arrow-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-circle-arrow-down.navbar__item--locked:before {
  content: "\e134";
}

.glyphicon-globe:before, .ghk-content-styling .glyphicon-globe.accordion__header:before, .ghk-content-styling .glyphicon-globe.validation__failed::before, .ghk-content-styling .glyphicon-globe.validation__success::before, .ghk-content-styling .glyphicon-globe.file__close, .ghk-content-styling .glyphicon-globe.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-globe.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-globe.navbar__item--locked:before {
  content: "\e135";
}

.glyphicon-wrench:before, .ghk-content-styling .glyphicon-wrench.accordion__header:before, .ghk-content-styling .glyphicon-wrench.validation__failed::before, .ghk-content-styling .glyphicon-wrench.validation__success::before, .ghk-content-styling .glyphicon-wrench.file__close, .ghk-content-styling .glyphicon-wrench.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-wrench.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-wrench.navbar__item--locked:before {
  content: "\e136";
}

.glyphicon-tasks:before, .ghk-content-styling .glyphicon-tasks.accordion__header:before, .ghk-content-styling .glyphicon-tasks.validation__failed::before, .ghk-content-styling .glyphicon-tasks.validation__success::before, .ghk-content-styling .glyphicon-tasks.file__close, .ghk-content-styling .glyphicon-tasks.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tasks.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tasks.navbar__item--locked:before {
  content: "\e137";
}

.glyphicon-filter:before, .ghk-content-styling .glyphicon-filter.accordion__header:before, .ghk-content-styling .glyphicon-filter.validation__failed::before, .ghk-content-styling .glyphicon-filter.validation__success::before, .ghk-content-styling .glyphicon-filter.file__close, .ghk-content-styling .glyphicon-filter.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-filter.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-filter.navbar__item--locked:before {
  content: "\e138";
}

.glyphicon-briefcase:before, .ghk-content-styling .glyphicon-briefcase.accordion__header:before, .ghk-content-styling .glyphicon-briefcase.validation__failed::before, .ghk-content-styling .glyphicon-briefcase.validation__success::before, .ghk-content-styling .glyphicon-briefcase.file__close, .ghk-content-styling .glyphicon-briefcase.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-briefcase.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-briefcase.navbar__item--locked:before {
  content: "\e139";
}

.glyphicon-fullscreen:before, .ghk-content-styling .glyphicon-fullscreen.accordion__header:before, .ghk-content-styling .glyphicon-fullscreen.validation__failed::before, .ghk-content-styling .glyphicon-fullscreen.validation__success::before, .ghk-content-styling .glyphicon-fullscreen.file__close, .ghk-content-styling .glyphicon-fullscreen.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-fullscreen.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-fullscreen.navbar__item--locked:before {
  content: "\e140";
}

.glyphicon-dashboard:before, .ghk-content-styling .glyphicon-dashboard.accordion__header:before, .ghk-content-styling .glyphicon-dashboard.validation__failed::before, .ghk-content-styling .glyphicon-dashboard.validation__success::before, .ghk-content-styling .glyphicon-dashboard.file__close, .ghk-content-styling .glyphicon-dashboard.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-dashboard.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-dashboard.navbar__item--locked:before {
  content: "\e141";
}

.glyphicon-paperclip:before, .ghk-content-styling .glyphicon-paperclip.accordion__header:before, .ghk-content-styling .glyphicon-paperclip.validation__failed::before, .ghk-content-styling .glyphicon-paperclip.validation__success::before, .ghk-content-styling .glyphicon-paperclip.file__close, .ghk-content-styling .glyphicon-paperclip.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-paperclip.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-paperclip.navbar__item--locked:before {
  content: "\e142";
}

.glyphicon-heart-empty:before, .ghk-content-styling .glyphicon-heart-empty.accordion__header:before, .ghk-content-styling .glyphicon-heart-empty.validation__failed::before, .ghk-content-styling .glyphicon-heart-empty.validation__success::before, .ghk-content-styling .glyphicon-heart-empty.file__close, .ghk-content-styling .glyphicon-heart-empty.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-heart-empty.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-heart-empty.navbar__item--locked:before {
  content: "\e143";
}

.glyphicon-link:before, .ghk-content-styling .glyphicon-link.accordion__header:before, .ghk-content-styling .glyphicon-link.validation__failed::before, .ghk-content-styling .glyphicon-link.validation__success::before, .ghk-content-styling .glyphicon-link.file__close, .ghk-content-styling .glyphicon-link.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-link.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-link.navbar__item--locked:before {
  content: "\e144";
}

.glyphicon-phone:before, .ghk-content-styling .glyphicon-phone.accordion__header:before, .ghk-content-styling .glyphicon-phone.validation__failed::before, .ghk-content-styling .glyphicon-phone.validation__success::before, .ghk-content-styling .glyphicon-phone.file__close, .ghk-content-styling .glyphicon-phone.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-phone.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-phone.navbar__item--locked:before {
  content: "\e145";
}

.glyphicon-pushpin:before, .ghk-content-styling .glyphicon-pushpin.accordion__header:before, .ghk-content-styling .glyphicon-pushpin.validation__failed::before, .ghk-content-styling .glyphicon-pushpin.validation__success::before, .ghk-content-styling .glyphicon-pushpin.file__close, .ghk-content-styling .glyphicon-pushpin.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-pushpin.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-pushpin.navbar__item--locked:before {
  content: "\e146";
}

.glyphicon-usd:before, .ghk-content-styling .glyphicon-usd.accordion__header:before, .ghk-content-styling .glyphicon-usd.validation__failed::before, .ghk-content-styling .glyphicon-usd.validation__success::before, .ghk-content-styling .glyphicon-usd.file__close, .ghk-content-styling .glyphicon-usd.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-usd.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-usd.navbar__item--locked:before {
  content: "\e148";
}

.glyphicon-gbp:before, .ghk-content-styling .glyphicon-gbp.accordion__header:before, .ghk-content-styling .glyphicon-gbp.validation__failed::before, .ghk-content-styling .glyphicon-gbp.validation__success::before, .ghk-content-styling .glyphicon-gbp.file__close, .ghk-content-styling .glyphicon-gbp.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-gbp.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-gbp.navbar__item--locked:before {
  content: "\e149";
}

.glyphicon-sort:before, .ghk-content-styling .glyphicon-sort.accordion__header:before, .ghk-content-styling .glyphicon-sort.validation__failed::before, .ghk-content-styling .glyphicon-sort.validation__success::before, .ghk-content-styling .glyphicon-sort.file__close, .ghk-content-styling .glyphicon-sort.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort.navbar__item--locked:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before, .ghk-content-styling .glyphicon-sort-by-alphabet.accordion__header:before, .ghk-content-styling .glyphicon-sort-by-alphabet.validation__failed::before, .ghk-content-styling .glyphicon-sort-by-alphabet.validation__success::before, .ghk-content-styling .glyphicon-sort-by-alphabet.file__close, .ghk-content-styling .glyphicon-sort-by-alphabet.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort-by-alphabet.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort-by-alphabet.navbar__item--locked:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.accordion__header:before, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.validation__failed::before, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.validation__success::before, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.file__close, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort-by-alphabet-alt.navbar__item--locked:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before, .ghk-content-styling .glyphicon-sort-by-order.accordion__header:before, .ghk-content-styling .glyphicon-sort-by-order.validation__failed::before, .ghk-content-styling .glyphicon-sort-by-order.validation__success::before, .ghk-content-styling .glyphicon-sort-by-order.file__close, .ghk-content-styling .glyphicon-sort-by-order.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort-by-order.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort-by-order.navbar__item--locked:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before, .ghk-content-styling .glyphicon-sort-by-order-alt.accordion__header:before, .ghk-content-styling .glyphicon-sort-by-order-alt.validation__failed::before, .ghk-content-styling .glyphicon-sort-by-order-alt.validation__success::before, .ghk-content-styling .glyphicon-sort-by-order-alt.file__close, .ghk-content-styling .glyphicon-sort-by-order-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort-by-order-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort-by-order-alt.navbar__item--locked:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before, .ghk-content-styling .glyphicon-sort-by-attributes.accordion__header:before, .ghk-content-styling .glyphicon-sort-by-attributes.validation__failed::before, .ghk-content-styling .glyphicon-sort-by-attributes.validation__success::before, .ghk-content-styling .glyphicon-sort-by-attributes.file__close, .ghk-content-styling .glyphicon-sort-by-attributes.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort-by-attributes.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort-by-attributes.navbar__item--locked:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before, .ghk-content-styling .glyphicon-sort-by-attributes-alt.accordion__header:before, .ghk-content-styling .glyphicon-sort-by-attributes-alt.validation__failed::before, .ghk-content-styling .glyphicon-sort-by-attributes-alt.validation__success::before, .ghk-content-styling .glyphicon-sort-by-attributes-alt.file__close, .ghk-content-styling .glyphicon-sort-by-attributes-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sort-by-attributes-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sort-by-attributes-alt.navbar__item--locked:before {
  content: "\e156";
}

.glyphicon-unchecked:before, .ghk-content-styling .glyphicon-unchecked.accordion__header:before, .ghk-content-styling .glyphicon-unchecked.validation__failed::before, .ghk-content-styling .glyphicon-unchecked.validation__success::before, .ghk-content-styling .glyphicon-unchecked.file__close, .ghk-content-styling .glyphicon-unchecked.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-unchecked.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-unchecked.navbar__item--locked:before {
  content: "\e157";
}

.glyphicon-expand:before, .ghk-content-styling .glyphicon-expand.accordion__header:before, .ghk-content-styling .glyphicon-expand.validation__failed::before, .ghk-content-styling .glyphicon-expand.validation__success::before, .ghk-content-styling .glyphicon-expand.file__close, .ghk-content-styling .glyphicon-expand.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-expand.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-expand.navbar__item--locked:before {
  content: "\e158";
}

.glyphicon-collapse-down:before, .ghk-content-styling .glyphicon-collapse-down.accordion__header:before, .ghk-content-styling .glyphicon-collapse-down.validation__failed::before, .ghk-content-styling .glyphicon-collapse-down.validation__success::before, .ghk-content-styling .glyphicon-collapse-down.file__close, .ghk-content-styling .glyphicon-collapse-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-collapse-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-collapse-down.navbar__item--locked:before {
  content: "\e159";
}

.glyphicon-collapse-up:before, .ghk-content-styling .glyphicon-collapse-up.accordion__header:before, .ghk-content-styling .glyphicon-collapse-up.validation__failed::before, .ghk-content-styling .glyphicon-collapse-up.validation__success::before, .ghk-content-styling .glyphicon-collapse-up.file__close, .ghk-content-styling .glyphicon-collapse-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-collapse-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-collapse-up.navbar__item--locked:before {
  content: "\e160";
}

.glyphicon-log-in:before, .ghk-content-styling .glyphicon-log-in.accordion__header:before, .ghk-content-styling .glyphicon-log-in.validation__failed::before, .ghk-content-styling .glyphicon-log-in.validation__success::before, .ghk-content-styling .glyphicon-log-in.file__close, .ghk-content-styling .glyphicon-log-in.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-log-in.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-log-in.navbar__item--locked:before {
  content: "\e161";
}

.glyphicon-flash:before, .ghk-content-styling .glyphicon-flash.accordion__header:before, .ghk-content-styling .glyphicon-flash.validation__failed::before, .ghk-content-styling .glyphicon-flash.validation__success::before, .ghk-content-styling .glyphicon-flash.file__close, .ghk-content-styling .glyphicon-flash.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-flash.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-flash.navbar__item--locked:before {
  content: "\e162";
}

.glyphicon-log-out:before, .ghk-content-styling .glyphicon-log-out.accordion__header:before, .ghk-content-styling .glyphicon-log-out.validation__failed::before, .ghk-content-styling .glyphicon-log-out.validation__success::before, .ghk-content-styling .glyphicon-log-out.file__close, .ghk-content-styling .glyphicon-log-out.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-log-out.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-log-out.navbar__item--locked:before {
  content: "\e163";
}

.glyphicon-new-window:before, .ghk-content-styling .glyphicon-new-window.accordion__header:before, .ghk-content-styling .glyphicon-new-window.validation__failed::before, .ghk-content-styling .glyphicon-new-window.validation__success::before, .ghk-content-styling .glyphicon-new-window.file__close, .ghk-content-styling .glyphicon-new-window.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-new-window.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-new-window.navbar__item--locked:before {
  content: "\e164";
}

.glyphicon-record:before, .ghk-content-styling .glyphicon-record.accordion__header:before, .ghk-content-styling .glyphicon-record.validation__failed::before, .ghk-content-styling .glyphicon-record.validation__success::before, .ghk-content-styling .glyphicon-record.file__close, .ghk-content-styling .glyphicon-record.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-record.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-record.navbar__item--locked:before {
  content: "\e165";
}

.glyphicon-save:before, .ghk-content-styling .glyphicon-save.accordion__header:before, .ghk-content-styling .glyphicon-save.validation__failed::before, .ghk-content-styling .glyphicon-save.validation__success::before, .ghk-content-styling .glyphicon-save.file__close, .ghk-content-styling .glyphicon-save.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-save.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-save.navbar__item--locked:before {
  content: "\e166";
}

.glyphicon-open:before, .ghk-content-styling .glyphicon-open.accordion__header:before, .ghk-content-styling .glyphicon-open.validation__failed::before, .ghk-content-styling .glyphicon-open.validation__success::before, .ghk-content-styling .glyphicon-open.file__close, .ghk-content-styling .glyphicon-open.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-open.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-open.navbar__item--locked:before {
  content: "\e167";
}

.glyphicon-saved:before, .ghk-content-styling .glyphicon-saved.accordion__header:before, .ghk-content-styling .glyphicon-saved.validation__failed::before, .ghk-content-styling .glyphicon-saved.validation__success::before, .ghk-content-styling .glyphicon-saved.file__close, .ghk-content-styling .glyphicon-saved.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-saved.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-saved.navbar__item--locked:before {
  content: "\e168";
}

.glyphicon-import:before, .ghk-content-styling .glyphicon-import.accordion__header:before, .ghk-content-styling .glyphicon-import.validation__failed::before, .ghk-content-styling .glyphicon-import.validation__success::before, .ghk-content-styling .glyphicon-import.file__close, .ghk-content-styling .glyphicon-import.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-import.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-import.navbar__item--locked:before {
  content: "\e169";
}

.glyphicon-export:before, .ghk-content-styling .glyphicon-export.accordion__header:before, .ghk-content-styling .glyphicon-export.validation__failed::before, .ghk-content-styling .glyphicon-export.validation__success::before, .ghk-content-styling .glyphicon-export.file__close, .ghk-content-styling .glyphicon-export.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-export.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-export.navbar__item--locked:before {
  content: "\e170";
}

.glyphicon-send:before, .ghk-content-styling .glyphicon-send.accordion__header:before, .ghk-content-styling .glyphicon-send.validation__failed::before, .ghk-content-styling .glyphicon-send.validation__success::before, .ghk-content-styling .glyphicon-send.file__close, .ghk-content-styling .glyphicon-send.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-send.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-send.navbar__item--locked:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before, .ghk-content-styling .glyphicon-floppy-disk.accordion__header:before, .ghk-content-styling .glyphicon-floppy-disk.validation__failed::before, .ghk-content-styling .glyphicon-floppy-disk.validation__success::before, .ghk-content-styling .glyphicon-floppy-disk.file__close, .ghk-content-styling .glyphicon-floppy-disk.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-floppy-disk.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-floppy-disk.navbar__item--locked:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before, .ghk-content-styling .glyphicon-floppy-saved.accordion__header:before, .ghk-content-styling .glyphicon-floppy-saved.validation__failed::before, .ghk-content-styling .glyphicon-floppy-saved.validation__success::before, .ghk-content-styling .glyphicon-floppy-saved.file__close, .ghk-content-styling .glyphicon-floppy-saved.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-floppy-saved.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-floppy-saved.navbar__item--locked:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before, .ghk-content-styling .glyphicon-floppy-remove.accordion__header:before, .ghk-content-styling .glyphicon-floppy-remove.validation__failed::before, .ghk-content-styling .glyphicon-floppy-remove.validation__success::before, .ghk-content-styling .glyphicon-floppy-remove.file__close, .ghk-content-styling .glyphicon-floppy-remove.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-floppy-remove.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-floppy-remove.navbar__item--locked:before {
  content: "\e174";
}

.glyphicon-floppy-save:before, .ghk-content-styling .glyphicon-floppy-save.accordion__header:before, .ghk-content-styling .glyphicon-floppy-save.validation__failed::before, .ghk-content-styling .glyphicon-floppy-save.validation__success::before, .ghk-content-styling .glyphicon-floppy-save.file__close, .ghk-content-styling .glyphicon-floppy-save.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-floppy-save.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-floppy-save.navbar__item--locked:before {
  content: "\e175";
}

.glyphicon-floppy-open:before, .ghk-content-styling .glyphicon-floppy-open.accordion__header:before, .ghk-content-styling .glyphicon-floppy-open.validation__failed::before, .ghk-content-styling .glyphicon-floppy-open.validation__success::before, .ghk-content-styling .glyphicon-floppy-open.file__close, .ghk-content-styling .glyphicon-floppy-open.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-floppy-open.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-floppy-open.navbar__item--locked:before {
  content: "\e176";
}

.glyphicon-credit-card:before, .ghk-content-styling .glyphicon-credit-card.accordion__header:before, .ghk-content-styling .glyphicon-credit-card.validation__failed::before, .ghk-content-styling .glyphicon-credit-card.validation__success::before, .ghk-content-styling .glyphicon-credit-card.file__close, .ghk-content-styling .glyphicon-credit-card.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-credit-card.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-credit-card.navbar__item--locked:before {
  content: "\e177";
}

.glyphicon-transfer:before, .ghk-content-styling .glyphicon-transfer.accordion__header:before, .ghk-content-styling .glyphicon-transfer.validation__failed::before, .ghk-content-styling .glyphicon-transfer.validation__success::before, .ghk-content-styling .glyphicon-transfer.file__close, .ghk-content-styling .glyphicon-transfer.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-transfer.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-transfer.navbar__item--locked:before {
  content: "\e178";
}

.glyphicon-cutlery:before, .ghk-content-styling .glyphicon-cutlery.accordion__header:before, .ghk-content-styling .glyphicon-cutlery.validation__failed::before, .ghk-content-styling .glyphicon-cutlery.validation__success::before, .ghk-content-styling .glyphicon-cutlery.file__close, .ghk-content-styling .glyphicon-cutlery.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-cutlery.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-cutlery.navbar__item--locked:before {
  content: "\e179";
}

.glyphicon-header:before, .ghk-content-styling .glyphicon-header.accordion__header:before, .ghk-content-styling .glyphicon-header.validation__failed::before, .ghk-content-styling .glyphicon-header.validation__success::before, .ghk-content-styling .glyphicon-header.file__close, .ghk-content-styling .glyphicon-header.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-header.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-header.navbar__item--locked:before {
  content: "\e180";
}

.glyphicon-compressed:before, .ghk-content-styling .glyphicon-compressed.accordion__header:before, .ghk-content-styling .glyphicon-compressed.validation__failed::before, .ghk-content-styling .glyphicon-compressed.validation__success::before, .ghk-content-styling .glyphicon-compressed.file__close, .ghk-content-styling .glyphicon-compressed.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-compressed.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-compressed.navbar__item--locked:before {
  content: "\e181";
}

.glyphicon-earphone:before, .ghk-content-styling .glyphicon-earphone.accordion__header:before, .ghk-content-styling .glyphicon-earphone.validation__failed::before, .ghk-content-styling .glyphicon-earphone.validation__success::before, .ghk-content-styling .glyphicon-earphone.file__close, .ghk-content-styling .glyphicon-earphone.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-earphone.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-earphone.navbar__item--locked:before {
  content: "\e182";
}

.glyphicon-phone-alt:before, .ghk-content-styling .glyphicon-phone-alt.accordion__header:before, .ghk-content-styling .glyphicon-phone-alt.validation__failed::before, .ghk-content-styling .glyphicon-phone-alt.validation__success::before, .ghk-content-styling .glyphicon-phone-alt.file__close, .ghk-content-styling .glyphicon-phone-alt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-phone-alt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-phone-alt.navbar__item--locked:before {
  content: "\e183";
}

.glyphicon-tower:before, .ghk-content-styling .glyphicon-tower.accordion__header:before, .ghk-content-styling .glyphicon-tower.validation__failed::before, .ghk-content-styling .glyphicon-tower.validation__success::before, .ghk-content-styling .glyphicon-tower.file__close, .ghk-content-styling .glyphicon-tower.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tower.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tower.navbar__item--locked:before {
  content: "\e184";
}

.glyphicon-stats:before, .ghk-content-styling .glyphicon-stats.accordion__header:before, .ghk-content-styling .glyphicon-stats.validation__failed::before, .ghk-content-styling .glyphicon-stats.validation__success::before, .ghk-content-styling .glyphicon-stats.file__close, .ghk-content-styling .glyphicon-stats.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-stats.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-stats.navbar__item--locked:before {
  content: "\e185";
}

.glyphicon-sd-video:before, .ghk-content-styling .glyphicon-sd-video.accordion__header:before, .ghk-content-styling .glyphicon-sd-video.validation__failed::before, .ghk-content-styling .glyphicon-sd-video.validation__success::before, .ghk-content-styling .glyphicon-sd-video.file__close, .ghk-content-styling .glyphicon-sd-video.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sd-video.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sd-video.navbar__item--locked:before {
  content: "\e186";
}

.glyphicon-hd-video:before, .ghk-content-styling .glyphicon-hd-video.accordion__header:before, .ghk-content-styling .glyphicon-hd-video.validation__failed::before, .ghk-content-styling .glyphicon-hd-video.validation__success::before, .ghk-content-styling .glyphicon-hd-video.file__close, .ghk-content-styling .glyphicon-hd-video.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hd-video.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hd-video.navbar__item--locked:before {
  content: "\e187";
}

.glyphicon-subtitles:before, .ghk-content-styling .glyphicon-subtitles.accordion__header:before, .ghk-content-styling .glyphicon-subtitles.validation__failed::before, .ghk-content-styling .glyphicon-subtitles.validation__success::before, .ghk-content-styling .glyphicon-subtitles.file__close, .ghk-content-styling .glyphicon-subtitles.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-subtitles.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-subtitles.navbar__item--locked:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before, .ghk-content-styling .glyphicon-sound-stereo.accordion__header:before, .ghk-content-styling .glyphicon-sound-stereo.validation__failed::before, .ghk-content-styling .glyphicon-sound-stereo.validation__success::before, .ghk-content-styling .glyphicon-sound-stereo.file__close, .ghk-content-styling .glyphicon-sound-stereo.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sound-stereo.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sound-stereo.navbar__item--locked:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before, .ghk-content-styling .glyphicon-sound-dolby.accordion__header:before, .ghk-content-styling .glyphicon-sound-dolby.validation__failed::before, .ghk-content-styling .glyphicon-sound-dolby.validation__success::before, .ghk-content-styling .glyphicon-sound-dolby.file__close, .ghk-content-styling .glyphicon-sound-dolby.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sound-dolby.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sound-dolby.navbar__item--locked:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before, .ghk-content-styling .glyphicon-sound-5-1.accordion__header:before, .ghk-content-styling .glyphicon-sound-5-1.validation__failed::before, .ghk-content-styling .glyphicon-sound-5-1.validation__success::before, .ghk-content-styling .glyphicon-sound-5-1.file__close, .ghk-content-styling .glyphicon-sound-5-1.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sound-5-1.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sound-5-1.navbar__item--locked:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before, .ghk-content-styling .glyphicon-sound-6-1.accordion__header:before, .ghk-content-styling .glyphicon-sound-6-1.validation__failed::before, .ghk-content-styling .glyphicon-sound-6-1.validation__success::before, .ghk-content-styling .glyphicon-sound-6-1.file__close, .ghk-content-styling .glyphicon-sound-6-1.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sound-6-1.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sound-6-1.navbar__item--locked:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before, .ghk-content-styling .glyphicon-sound-7-1.accordion__header:before, .ghk-content-styling .glyphicon-sound-7-1.validation__failed::before, .ghk-content-styling .glyphicon-sound-7-1.validation__success::before, .ghk-content-styling .glyphicon-sound-7-1.file__close, .ghk-content-styling .glyphicon-sound-7-1.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sound-7-1.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sound-7-1.navbar__item--locked:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before, .ghk-content-styling .glyphicon-copyright-mark.accordion__header:before, .ghk-content-styling .glyphicon-copyright-mark.validation__failed::before, .ghk-content-styling .glyphicon-copyright-mark.validation__success::before, .ghk-content-styling .glyphicon-copyright-mark.file__close, .ghk-content-styling .glyphicon-copyright-mark.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-copyright-mark.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-copyright-mark.navbar__item--locked:before {
  content: "\e194";
}

.glyphicon-registration-mark:before, .ghk-content-styling .glyphicon-registration-mark.accordion__header:before, .ghk-content-styling .glyphicon-registration-mark.validation__failed::before, .ghk-content-styling .glyphicon-registration-mark.validation__success::before, .ghk-content-styling .glyphicon-registration-mark.file__close, .ghk-content-styling .glyphicon-registration-mark.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-registration-mark.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-registration-mark.navbar__item--locked:before {
  content: "\e195";
}

.glyphicon-cloud-download:before, .ghk-content-styling .glyphicon-cloud-download.accordion__header:before, .ghk-content-styling .glyphicon-cloud-download.validation__failed::before, .ghk-content-styling .glyphicon-cloud-download.validation__success::before, .ghk-content-styling .glyphicon-cloud-download.file__close, .ghk-content-styling .glyphicon-cloud-download.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-cloud-download.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-cloud-download.navbar__item--locked:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before, .ghk-content-styling .glyphicon-cloud-upload.accordion__header:before, .ghk-content-styling .glyphicon-cloud-upload.validation__failed::before, .ghk-content-styling .glyphicon-cloud-upload.validation__success::before, .ghk-content-styling .glyphicon-cloud-upload.file__close, .ghk-content-styling .glyphicon-cloud-upload.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-cloud-upload.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-cloud-upload.navbar__item--locked:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before, .ghk-content-styling .glyphicon-tree-conifer.accordion__header:before, .ghk-content-styling .glyphicon-tree-conifer.validation__failed::before, .ghk-content-styling .glyphicon-tree-conifer.validation__success::before, .ghk-content-styling .glyphicon-tree-conifer.file__close, .ghk-content-styling .glyphicon-tree-conifer.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tree-conifer.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tree-conifer.navbar__item--locked:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before, .ghk-content-styling .glyphicon-tree-deciduous.accordion__header:before, .ghk-content-styling .glyphicon-tree-deciduous.validation__failed::before, .ghk-content-styling .glyphicon-tree-deciduous.validation__success::before, .ghk-content-styling .glyphicon-tree-deciduous.file__close, .ghk-content-styling .glyphicon-tree-deciduous.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tree-deciduous.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tree-deciduous.navbar__item--locked:before {
  content: "\e200";
}

.glyphicon-cd:before, .ghk-content-styling .glyphicon-cd.accordion__header:before, .ghk-content-styling .glyphicon-cd.validation__failed::before, .ghk-content-styling .glyphicon-cd.validation__success::before, .ghk-content-styling .glyphicon-cd.file__close, .ghk-content-styling .glyphicon-cd.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-cd.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-cd.navbar__item--locked:before {
  content: "\e201";
}

.glyphicon-save-file:before, .ghk-content-styling .glyphicon-save-file.accordion__header:before, .ghk-content-styling .glyphicon-save-file.validation__failed::before, .ghk-content-styling .glyphicon-save-file.validation__success::before, .ghk-content-styling .glyphicon-save-file.file__close, .ghk-content-styling .glyphicon-save-file.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-save-file.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-save-file.navbar__item--locked:before {
  content: "\e202";
}

.glyphicon-open-file:before, .ghk-content-styling .glyphicon-open-file.accordion__header:before, .ghk-content-styling .glyphicon-open-file.validation__failed::before, .ghk-content-styling .glyphicon-open-file.validation__success::before, .ghk-content-styling .glyphicon-open-file.file__close, .ghk-content-styling .glyphicon-open-file.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-open-file.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-open-file.navbar__item--locked:before {
  content: "\e203";
}

.glyphicon-level-up:before, .ghk-content-styling .glyphicon-level-up.accordion__header:before, .ghk-content-styling .glyphicon-level-up.validation__failed::before, .ghk-content-styling .glyphicon-level-up.validation__success::before, .ghk-content-styling .glyphicon-level-up.file__close, .ghk-content-styling .glyphicon-level-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-level-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-level-up.navbar__item--locked:before {
  content: "\e204";
}

.glyphicon-copy:before, .ghk-content-styling .glyphicon-copy.accordion__header:before, .ghk-content-styling .glyphicon-copy.validation__failed::before, .ghk-content-styling .glyphicon-copy.validation__success::before, .ghk-content-styling .glyphicon-copy.file__close, .ghk-content-styling .glyphicon-copy.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-copy.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-copy.navbar__item--locked:before {
  content: "\e205";
}

.glyphicon-paste:before, .ghk-content-styling .glyphicon-paste.accordion__header:before, .ghk-content-styling .glyphicon-paste.validation__failed::before, .ghk-content-styling .glyphicon-paste.validation__success::before, .ghk-content-styling .glyphicon-paste.file__close, .ghk-content-styling .glyphicon-paste.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-paste.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-paste.navbar__item--locked:before {
  content: "\e206";
}

.glyphicon-alert:before, .ghk-content-styling .glyphicon-alert.accordion__header:before, .ghk-content-styling .glyphicon-alert.validation__failed::before, .ghk-content-styling .glyphicon-alert.validation__success::before, .ghk-content-styling .glyphicon-alert.file__close, .ghk-content-styling .glyphicon-alert.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-alert.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-alert.navbar__item--locked:before {
  content: "\e209";
}

.glyphicon-equalizer:before, .ghk-content-styling .glyphicon-equalizer.accordion__header:before, .ghk-content-styling .glyphicon-equalizer.validation__failed::before, .ghk-content-styling .glyphicon-equalizer.validation__success::before, .ghk-content-styling .glyphicon-equalizer.file__close, .ghk-content-styling .glyphicon-equalizer.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-equalizer.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-equalizer.navbar__item--locked:before {
  content: "\e210";
}

.glyphicon-king:before, .ghk-content-styling .glyphicon-king.accordion__header:before, .ghk-content-styling .glyphicon-king.validation__failed::before, .ghk-content-styling .glyphicon-king.validation__success::before, .ghk-content-styling .glyphicon-king.file__close, .ghk-content-styling .glyphicon-king.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-king.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-king.navbar__item--locked:before {
  content: "\e211";
}

.glyphicon-queen:before, .ghk-content-styling .glyphicon-queen.accordion__header:before, .ghk-content-styling .glyphicon-queen.validation__failed::before, .ghk-content-styling .glyphicon-queen.validation__success::before, .ghk-content-styling .glyphicon-queen.file__close, .ghk-content-styling .glyphicon-queen.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-queen.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-queen.navbar__item--locked:before {
  content: "\e212";
}

.glyphicon-pawn:before, .ghk-content-styling .glyphicon-pawn.accordion__header:before, .ghk-content-styling .glyphicon-pawn.validation__failed::before, .ghk-content-styling .glyphicon-pawn.validation__success::before, .ghk-content-styling .glyphicon-pawn.file__close, .ghk-content-styling .glyphicon-pawn.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-pawn.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-pawn.navbar__item--locked:before {
  content: "\e213";
}

.glyphicon-bishop:before, .ghk-content-styling .glyphicon-bishop.accordion__header:before, .ghk-content-styling .glyphicon-bishop.validation__failed::before, .ghk-content-styling .glyphicon-bishop.validation__success::before, .ghk-content-styling .glyphicon-bishop.file__close, .ghk-content-styling .glyphicon-bishop.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bishop.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bishop.navbar__item--locked:before {
  content: "\e214";
}

.glyphicon-knight:before, .ghk-content-styling .glyphicon-knight.accordion__header:before, .ghk-content-styling .glyphicon-knight.validation__failed::before, .ghk-content-styling .glyphicon-knight.validation__success::before, .ghk-content-styling .glyphicon-knight.file__close, .ghk-content-styling .glyphicon-knight.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-knight.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-knight.navbar__item--locked:before {
  content: "\e215";
}

.glyphicon-baby-formula:before, .ghk-content-styling .glyphicon-baby-formula.accordion__header:before, .ghk-content-styling .glyphicon-baby-formula.validation__failed::before, .ghk-content-styling .glyphicon-baby-formula.validation__success::before, .ghk-content-styling .glyphicon-baby-formula.file__close, .ghk-content-styling .glyphicon-baby-formula.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-baby-formula.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-baby-formula.navbar__item--locked:before {
  content: "\e216";
}

.glyphicon-tent:before, .ghk-content-styling .glyphicon-tent.accordion__header:before, .ghk-content-styling .glyphicon-tent.validation__failed::before, .ghk-content-styling .glyphicon-tent.validation__success::before, .ghk-content-styling .glyphicon-tent.file__close, .ghk-content-styling .glyphicon-tent.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-tent.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-tent.navbar__item--locked:before {
  content: "⛺";
}

.glyphicon-blackboard:before, .ghk-content-styling .glyphicon-blackboard.accordion__header:before, .ghk-content-styling .glyphicon-blackboard.validation__failed::before, .ghk-content-styling .glyphicon-blackboard.validation__success::before, .ghk-content-styling .glyphicon-blackboard.file__close, .ghk-content-styling .glyphicon-blackboard.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-blackboard.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-blackboard.navbar__item--locked:before {
  content: "\e218";
}

.glyphicon-bed:before, .ghk-content-styling .glyphicon-bed.accordion__header:before, .ghk-content-styling .glyphicon-bed.validation__failed::before, .ghk-content-styling .glyphicon-bed.validation__success::before, .ghk-content-styling .glyphicon-bed.file__close, .ghk-content-styling .glyphicon-bed.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bed.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bed.navbar__item--locked:before {
  content: "\e219";
}

.glyphicon-apple:before, .ghk-content-styling .glyphicon-apple.accordion__header:before, .ghk-content-styling .glyphicon-apple.validation__failed::before, .ghk-content-styling .glyphicon-apple.validation__success::before, .ghk-content-styling .glyphicon-apple.file__close, .ghk-content-styling .glyphicon-apple.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-apple.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-apple.navbar__item--locked:before {
  content: "\f8ff";
}

.glyphicon-erase:before, .ghk-content-styling .glyphicon-erase.accordion__header:before, .ghk-content-styling .glyphicon-erase.validation__failed::before, .ghk-content-styling .glyphicon-erase.validation__success::before, .ghk-content-styling .glyphicon-erase.file__close, .ghk-content-styling .glyphicon-erase.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-erase.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-erase.navbar__item--locked:before {
  content: "\e221";
}

.glyphicon-hourglass:before, .ghk-content-styling .glyphicon-hourglass.accordion__header:before, .ghk-content-styling .glyphicon-hourglass.validation__failed::before, .ghk-content-styling .glyphicon-hourglass.validation__success::before, .ghk-content-styling .glyphicon-hourglass.file__close, .ghk-content-styling .glyphicon-hourglass.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-hourglass.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-hourglass.navbar__item--locked:before {
  content: "⌛";
}

.glyphicon-lamp:before, .ghk-content-styling .glyphicon-lamp.accordion__header:before, .ghk-content-styling .glyphicon-lamp.validation__failed::before, .ghk-content-styling .glyphicon-lamp.validation__success::before, .ghk-content-styling .glyphicon-lamp.file__close, .ghk-content-styling .glyphicon-lamp.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-lamp.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-lamp.navbar__item--locked:before {
  content: "\e223";
}

.glyphicon-duplicate:before, .ghk-content-styling .glyphicon-duplicate.accordion__header:before, .ghk-content-styling .glyphicon-duplicate.validation__failed::before, .ghk-content-styling .glyphicon-duplicate.validation__success::before, .ghk-content-styling .glyphicon-duplicate.file__close, .ghk-content-styling .glyphicon-duplicate.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-duplicate.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-duplicate.navbar__item--locked:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before, .ghk-content-styling .glyphicon-piggy-bank.accordion__header:before, .ghk-content-styling .glyphicon-piggy-bank.validation__failed::before, .ghk-content-styling .glyphicon-piggy-bank.validation__success::before, .ghk-content-styling .glyphicon-piggy-bank.file__close, .ghk-content-styling .glyphicon-piggy-bank.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-piggy-bank.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-piggy-bank.navbar__item--locked:before {
  content: "\e225";
}

.glyphicon-scissors:before, .ghk-content-styling .glyphicon-scissors.accordion__header:before, .ghk-content-styling .glyphicon-scissors.validation__failed::before, .ghk-content-styling .glyphicon-scissors.validation__success::before, .ghk-content-styling .glyphicon-scissors.file__close, .ghk-content-styling .glyphicon-scissors.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-scissors.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-scissors.navbar__item--locked:before {
  content: "\e226";
}

.glyphicon-bitcoin:before, .ghk-content-styling .glyphicon-bitcoin.accordion__header:before, .ghk-content-styling .glyphicon-bitcoin.validation__failed::before, .ghk-content-styling .glyphicon-bitcoin.validation__success::before, .ghk-content-styling .glyphicon-bitcoin.file__close, .ghk-content-styling .glyphicon-bitcoin.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-bitcoin.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-bitcoin.navbar__item--locked:before {
  content: "\e227";
}

.glyphicon-btc:before, .ghk-content-styling .glyphicon-btc.accordion__header:before, .ghk-content-styling .glyphicon-btc.validation__failed::before, .ghk-content-styling .glyphicon-btc.validation__success::before, .ghk-content-styling .glyphicon-btc.file__close, .ghk-content-styling .glyphicon-btc.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-btc.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-btc.navbar__item--locked:before {
  content: "\e227";
}

.glyphicon-xbt:before, .ghk-content-styling .glyphicon-xbt.accordion__header:before, .ghk-content-styling .glyphicon-xbt.validation__failed::before, .ghk-content-styling .glyphicon-xbt.validation__success::before, .ghk-content-styling .glyphicon-xbt.file__close, .ghk-content-styling .glyphicon-xbt.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-xbt.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-xbt.navbar__item--locked:before {
  content: "\e227";
}

.glyphicon-yen:before, .ghk-content-styling .glyphicon-yen.accordion__header:before, .ghk-content-styling .glyphicon-yen.validation__failed::before, .ghk-content-styling .glyphicon-yen.validation__success::before, .ghk-content-styling .glyphicon-yen.file__close, .ghk-content-styling .glyphicon-yen.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-yen.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-yen.navbar__item--locked:before {
  content: "¥";
}

.glyphicon-jpy:before, .ghk-content-styling .glyphicon-jpy.accordion__header:before, .ghk-content-styling .glyphicon-jpy.validation__failed::before, .ghk-content-styling .glyphicon-jpy.validation__success::before, .ghk-content-styling .glyphicon-jpy.file__close, .ghk-content-styling .glyphicon-jpy.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-jpy.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-jpy.navbar__item--locked:before {
  content: "¥";
}

.glyphicon-ruble:before, .ghk-content-styling .glyphicon-ruble.accordion__header:before, .ghk-content-styling .glyphicon-ruble.validation__failed::before, .ghk-content-styling .glyphicon-ruble.validation__success::before, .ghk-content-styling .glyphicon-ruble.file__close, .ghk-content-styling .glyphicon-ruble.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ruble.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ruble.navbar__item--locked:before {
  content: "₽";
}

.glyphicon-rub:before, .ghk-content-styling .glyphicon-rub.accordion__header:before, .ghk-content-styling .glyphicon-rub.validation__failed::before, .ghk-content-styling .glyphicon-rub.validation__success::before, .ghk-content-styling .glyphicon-rub.file__close, .ghk-content-styling .glyphicon-rub.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-rub.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-rub.navbar__item--locked:before {
  content: "₽";
}

.glyphicon-scale:before, .ghk-content-styling .glyphicon-scale.accordion__header:before, .ghk-content-styling .glyphicon-scale.validation__failed::before, .ghk-content-styling .glyphicon-scale.validation__success::before, .ghk-content-styling .glyphicon-scale.file__close, .ghk-content-styling .glyphicon-scale.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-scale.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-scale.navbar__item--locked:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before, .ghk-content-styling .glyphicon-ice-lolly.accordion__header:before, .ghk-content-styling .glyphicon-ice-lolly.validation__failed::before, .ghk-content-styling .glyphicon-ice-lolly.validation__success::before, .ghk-content-styling .glyphicon-ice-lolly.file__close, .ghk-content-styling .glyphicon-ice-lolly.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ice-lolly.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ice-lolly.navbar__item--locked:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before, .ghk-content-styling .glyphicon-ice-lolly-tasted.accordion__header:before, .ghk-content-styling .glyphicon-ice-lolly-tasted.validation__failed::before, .ghk-content-styling .glyphicon-ice-lolly-tasted.validation__success::before, .ghk-content-styling .glyphicon-ice-lolly-tasted.file__close, .ghk-content-styling .glyphicon-ice-lolly-tasted.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-ice-lolly-tasted.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-ice-lolly-tasted.navbar__item--locked:before {
  content: "\e232";
}

.glyphicon-education:before, .ghk-content-styling .glyphicon-education.accordion__header:before, .ghk-content-styling .glyphicon-education.validation__failed::before, .ghk-content-styling .glyphicon-education.validation__success::before, .ghk-content-styling .glyphicon-education.file__close, .ghk-content-styling .glyphicon-education.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-education.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-education.navbar__item--locked:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before, .ghk-content-styling .glyphicon-option-horizontal.accordion__header:before, .ghk-content-styling .glyphicon-option-horizontal.validation__failed::before, .ghk-content-styling .glyphicon-option-horizontal.validation__success::before, .ghk-content-styling .glyphicon-option-horizontal.file__close, .ghk-content-styling .glyphicon-option-horizontal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-option-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-option-horizontal.navbar__item--locked:before {
  content: "\e234";
}

.glyphicon-option-vertical:before, .ghk-content-styling .glyphicon-option-vertical.accordion__header:before, .ghk-content-styling .glyphicon-option-vertical.validation__failed::before, .ghk-content-styling .glyphicon-option-vertical.validation__success::before, .ghk-content-styling .glyphicon-option-vertical.file__close, .ghk-content-styling .glyphicon-option-vertical.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-option-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-option-vertical.navbar__item--locked:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before, .ghk-content-styling .glyphicon-menu-hamburger.accordion__header:before, .ghk-content-styling .glyphicon-menu-hamburger.validation__failed::before, .ghk-content-styling .glyphicon-menu-hamburger.validation__success::before, .ghk-content-styling .glyphicon-menu-hamburger.file__close, .ghk-content-styling .glyphicon-menu-hamburger.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-menu-hamburger.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-menu-hamburger.navbar__item--locked:before {
  content: "\e236";
}

.glyphicon-modal-window:before, .ghk-content-styling .glyphicon-modal-window.accordion__header:before, .ghk-content-styling .glyphicon-modal-window.validation__failed::before, .ghk-content-styling .glyphicon-modal-window.validation__success::before, .ghk-content-styling .glyphicon-modal-window.file__close, .ghk-content-styling .glyphicon-modal-window.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-modal-window.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-modal-window.navbar__item--locked:before {
  content: "\e237";
}

.glyphicon-oil:before, .ghk-content-styling .glyphicon-oil.accordion__header:before, .ghk-content-styling .glyphicon-oil.validation__failed::before, .ghk-content-styling .glyphicon-oil.validation__success::before, .ghk-content-styling .glyphicon-oil.file__close, .ghk-content-styling .glyphicon-oil.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-oil.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-oil.navbar__item--locked:before {
  content: "\e238";
}

.glyphicon-grain:before, .ghk-content-styling .glyphicon-grain.accordion__header:before, .ghk-content-styling .glyphicon-grain.validation__failed::before, .ghk-content-styling .glyphicon-grain.validation__success::before, .ghk-content-styling .glyphicon-grain.file__close, .ghk-content-styling .glyphicon-grain.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-grain.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-grain.navbar__item--locked:before {
  content: "\e239";
}

.glyphicon-sunglasses:before, .ghk-content-styling .glyphicon-sunglasses.accordion__header:before, .ghk-content-styling .glyphicon-sunglasses.validation__failed::before, .ghk-content-styling .glyphicon-sunglasses.validation__success::before, .ghk-content-styling .glyphicon-sunglasses.file__close, .ghk-content-styling .glyphicon-sunglasses.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-sunglasses.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-sunglasses.navbar__item--locked:before {
  content: "\e240";
}

.glyphicon-text-size:before, .ghk-content-styling .glyphicon-text-size.accordion__header:before, .ghk-content-styling .glyphicon-text-size.validation__failed::before, .ghk-content-styling .glyphicon-text-size.validation__success::before, .ghk-content-styling .glyphicon-text-size.file__close, .ghk-content-styling .glyphicon-text-size.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-text-size.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-text-size.navbar__item--locked:before {
  content: "\e241";
}

.glyphicon-text-color:before, .ghk-content-styling .glyphicon-text-color.accordion__header:before, .ghk-content-styling .glyphicon-text-color.validation__failed::before, .ghk-content-styling .glyphicon-text-color.validation__success::before, .ghk-content-styling .glyphicon-text-color.file__close, .ghk-content-styling .glyphicon-text-color.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-text-color.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-text-color.navbar__item--locked:before {
  content: "\e242";
}

.glyphicon-text-background:before, .ghk-content-styling .glyphicon-text-background.accordion__header:before, .ghk-content-styling .glyphicon-text-background.validation__failed::before, .ghk-content-styling .glyphicon-text-background.validation__success::before, .ghk-content-styling .glyphicon-text-background.file__close, .ghk-content-styling .glyphicon-text-background.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-text-background.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-text-background.navbar__item--locked:before {
  content: "\e243";
}

.glyphicon-object-align-top:before, .ghk-content-styling .glyphicon-object-align-top.accordion__header:before, .ghk-content-styling .glyphicon-object-align-top.validation__failed::before, .ghk-content-styling .glyphicon-object-align-top.validation__success::before, .ghk-content-styling .glyphicon-object-align-top.file__close, .ghk-content-styling .glyphicon-object-align-top.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-object-align-top.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-object-align-top.navbar__item--locked:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before, .ghk-content-styling .glyphicon-object-align-bottom.accordion__header:before, .ghk-content-styling .glyphicon-object-align-bottom.validation__failed::before, .ghk-content-styling .glyphicon-object-align-bottom.validation__success::before, .ghk-content-styling .glyphicon-object-align-bottom.file__close, .ghk-content-styling .glyphicon-object-align-bottom.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-object-align-bottom.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-object-align-bottom.navbar__item--locked:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before, .ghk-content-styling .glyphicon-object-align-horizontal.accordion__header:before, .ghk-content-styling .glyphicon-object-align-horizontal.validation__failed::before, .ghk-content-styling .glyphicon-object-align-horizontal.validation__success::before, .ghk-content-styling .glyphicon-object-align-horizontal.file__close, .ghk-content-styling .glyphicon-object-align-horizontal.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-object-align-horizontal.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-object-align-horizontal.navbar__item--locked:before {
  content: "\e246";
}

.glyphicon-object-align-left:before, .ghk-content-styling .glyphicon-object-align-left.accordion__header:before, .ghk-content-styling .glyphicon-object-align-left.validation__failed::before, .ghk-content-styling .glyphicon-object-align-left.validation__success::before, .ghk-content-styling .glyphicon-object-align-left.file__close, .ghk-content-styling .glyphicon-object-align-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-object-align-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-object-align-left.navbar__item--locked:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before, .ghk-content-styling .glyphicon-object-align-vertical.accordion__header:before, .ghk-content-styling .glyphicon-object-align-vertical.validation__failed::before, .ghk-content-styling .glyphicon-object-align-vertical.validation__success::before, .ghk-content-styling .glyphicon-object-align-vertical.file__close, .ghk-content-styling .glyphicon-object-align-vertical.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-object-align-vertical.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-object-align-vertical.navbar__item--locked:before {
  content: "\e248";
}

.glyphicon-object-align-right:before, .ghk-content-styling .glyphicon-object-align-right.accordion__header:before, .ghk-content-styling .glyphicon-object-align-right.validation__failed::before, .ghk-content-styling .glyphicon-object-align-right.validation__success::before, .ghk-content-styling .glyphicon-object-align-right.file__close, .ghk-content-styling .glyphicon-object-align-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-object-align-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-object-align-right.navbar__item--locked:before {
  content: "\e249";
}

.glyphicon-triangle-right:before, .ghk-content-styling .glyphicon-triangle-right.accordion__header:before, .ghk-content-styling .glyphicon-triangle-right.validation__failed::before, .ghk-content-styling .glyphicon-triangle-right.validation__success::before, .ghk-content-styling .glyphicon-triangle-right.file__close, .ghk-content-styling .glyphicon-triangle-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-triangle-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-triangle-right.navbar__item--locked:before {
  content: "\e250";
}

.glyphicon-triangle-left:before, .ghk-content-styling .glyphicon-triangle-left.accordion__header:before, .ghk-content-styling .glyphicon-triangle-left.validation__failed::before, .ghk-content-styling .glyphicon-triangle-left.validation__success::before, .ghk-content-styling .glyphicon-triangle-left.file__close, .ghk-content-styling .glyphicon-triangle-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-triangle-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-triangle-left.navbar__item--locked:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before, .ghk-content-styling .glyphicon-triangle-bottom.accordion__header:before, .ghk-content-styling .glyphicon-triangle-bottom.validation__failed::before, .ghk-content-styling .glyphicon-triangle-bottom.validation__success::before, .ghk-content-styling .glyphicon-triangle-bottom.file__close, .ghk-content-styling .glyphicon-triangle-bottom.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-triangle-bottom.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-triangle-bottom.navbar__item--locked:before {
  content: "\e252";
}

.glyphicon-triangle-top:before, .ghk-content-styling .glyphicon-triangle-top.accordion__header:before, .ghk-content-styling .glyphicon-triangle-top.validation__failed::before, .ghk-content-styling .glyphicon-triangle-top.validation__success::before, .ghk-content-styling .glyphicon-triangle-top.file__close, .ghk-content-styling .glyphicon-triangle-top.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-triangle-top.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-triangle-top.navbar__item--locked:before {
  content: "\e253";
}

.glyphicon-console:before, .ghk-content-styling .glyphicon-console.accordion__header:before, .ghk-content-styling .glyphicon-console.validation__failed::before, .ghk-content-styling .glyphicon-console.validation__success::before, .ghk-content-styling .glyphicon-console.file__close, .ghk-content-styling .glyphicon-console.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-console.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-console.navbar__item--locked:before {
  content: "\e254";
}

.glyphicon-superscript:before, .ghk-content-styling .glyphicon-superscript.accordion__header:before, .ghk-content-styling .glyphicon-superscript.validation__failed::before, .ghk-content-styling .glyphicon-superscript.validation__success::before, .ghk-content-styling .glyphicon-superscript.file__close, .ghk-content-styling .glyphicon-superscript.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-superscript.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-superscript.navbar__item--locked:before {
  content: "\e255";
}

.glyphicon-subscript:before, .ghk-content-styling .glyphicon-subscript.accordion__header:before, .ghk-content-styling .glyphicon-subscript.validation__failed::before, .ghk-content-styling .glyphicon-subscript.validation__success::before, .ghk-content-styling .glyphicon-subscript.file__close, .ghk-content-styling .glyphicon-subscript.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-subscript.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-subscript.navbar__item--locked:before {
  content: "\e256";
}

.glyphicon-menu-left:before, .ghk-content-styling .glyphicon-menu-left.accordion__header:before, .ghk-content-styling .glyphicon-menu-left.validation__failed::before, .ghk-content-styling .glyphicon-menu-left.validation__success::before, .ghk-content-styling .glyphicon-menu-left.file__close, .ghk-content-styling .glyphicon-menu-left.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-menu-left.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-menu-left.navbar__item--locked:before {
  content: "\e257";
}

.glyphicon-menu-right:before, .ghk-content-styling .glyphicon-menu-right.accordion__header:before, .ghk-content-styling .glyphicon-menu-right.validation__failed::before, .ghk-content-styling .glyphicon-menu-right.validation__success::before, .ghk-content-styling .glyphicon-menu-right.file__close, .ghk-content-styling .glyphicon-menu-right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-menu-right.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-menu-right.navbar__item--locked:before {
  content: "\e258";
}

.glyphicon-menu-down:before, .ghk-content-styling .glyphicon-menu-down.accordion__header:before, .ghk-content-styling .glyphicon-menu-down.validation__failed::before, .ghk-content-styling .glyphicon-menu-down.validation__success::before, .ghk-content-styling .glyphicon-menu-down.file__close, .ghk-content-styling .glyphicon-menu-down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-menu-down.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-menu-down.navbar__item--locked:before {
  content: "\e259";
}

.glyphicon-menu-up:before, .ghk-content-styling .glyphicon-menu-up.accordion__header:before, .ghk-content-styling .glyphicon-menu-up.validation__failed::before, .ghk-content-styling .glyphicon-menu-up.validation__success::before, .ghk-content-styling .glyphicon-menu-up.file__close, .ghk-content-styling .glyphicon-menu-up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .glyphicon-menu-up.navbar__link.dropdown-toggle:before, .ghk-content-styling .glyphicon-menu-up.navbar__item--locked:before {
  content: "\e260";
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/opensans-regular/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular/opensans-regular.svg#Open Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/opensans-semibold/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold/opensans-semibold.svg#Open Sans") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-light/rubik-light.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-light/rubik-light.woff2") format("woff2"), url("../fonts/rubik-light/rubik-light.woff") format("woff"), url("../fonts/rubik-light/rubik-light.ttf") format("truetype"), url("../fonts/rubik-light/rubik-light.svg#Rubik") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/rubik-lightitalic/rubik-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-lightitalic/rubik-lightitalic.woff2") format("woff2"), url("../fonts/rubik-lightitalic/rubik-lightitalic.woff") format("woff"), url("../fonts/rubik-lightitalic/rubik-lightitalic.ttf") format("truetype"), url("../fonts/rubik-lightitalic/rubik-lightitalic.svg#Rubik") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-medium/rubik-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-medium/rubik-medium.woff2") format("woff2"), url("../fonts/rubik-medium/rubik-medium.woff") format("woff"), url("../fonts/rubik-medium/rubik-medium.ttf") format("truetype"), url("../fonts/rubik-medium/rubik-medium.svg#Rubik") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/rubik-regular/rubik-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-regular/rubik-regular.woff2") format("woff2"), url("../fonts/rubik-regular/rubik-regular.woff") format("woff"), url("../fonts/rubik-regular/rubik-regular.ttf") format("truetype"), url("../fonts/rubik-regular/rubik-regular.svg#Rubik") format("svg");
}
@font-face {
  font-family: "Gehaltskasse";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/gehaltskasse/gehaltskasse.eot?#iefix") format("embedded-opentype"), url("../fonts/gehaltskasse/gehaltskasse.woff2") format("woff2"), url("../fonts/gehaltskasse/gehaltskasse.woff") format("woff"), url("../fonts/gehaltskasse/gehaltskasse.ttf") format("truetype"), url("../fonts/gehaltskasse/gehaltskasse.svg#Gehaltskasse") format("svg");
}
[class^=i-]:before, .ghk-content-styling .accordion__header:before,
[class*=" i-"]:before,
.ghk-content-styling .validation__failed:before,
.ghk-content-styling .validation__success:before,
.ghk-content-styling .file__close:before,
.ghk-content-styling .file__close,
.ghk-content-styling .file__close.navbar__item--locked,
.ghk-content-styling .file__close.navbar__link.dropdown-toggle,
.ghk-content-styling .nav-form__i-close:before,
.ghk-content-styling .navbar__link.dropdown-toggle:before,
.ghk-content-styling .navbar__item--locked:before {
  font-family: "Gehaltskasse";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class=i-menu]:before, .ghk-content-styling [class=i-menu].accordion__header:before, .ghk-content-styling [class=i-menu].validation__failed::before, .ghk-content-styling [class=i-menu].validation__success::before, .ghk-content-styling [class=i-menu].file__close, .ghk-content-styling [class=i-menu].navbar__link.dropdown-toggle.file__close, .ghk-content-styling [class=i-menu].navbar__link.dropdown-toggle:before, .ghk-content-styling [class=i-menu].navbar__item--locked:before {
  vertical-align: inherit;
}

a[class^=i-] span, .ghk-content-styling a.accordion__header span, a[class*=" i-"] span, .ghk-content-styling a.validation__failed::before span, .ghk-content-styling a.validation__success::before span, .ghk-content-styling a.file__close span, .ghk-content-styling a.nav-form__i-close:before span, .ghk-content-styling a.navbar__link.dropdown-toggle:before span, .ghk-content-styling a.navbar__link.dropdown-toggle.file__close span, .ghk-content-styling a.navbar__item--locked:before span {
  border-bottom: 1px solid transparent;
}
a[class^=i-]:hover, .ghk-content-styling a.accordion__header:hover, a[class^=i-]:focus, .ghk-content-styling a.accordion__header:focus, a[class^=i-]:active, .ghk-content-styling a.accordion__header:active, a[class*=" i-"]:hover, .ghk-content-styling a.validation__failed:hover::before, .ghk-content-styling a.validation__success:hover::before, .ghk-content-styling a.file__close:hover, .ghk-content-styling a.nav-form__i-close:hover:before, .ghk-content-styling a.navbar__link.dropdown-toggle:hover:before, .ghk-content-styling a.navbar__item--locked:hover:before, a[class*=" i-"]:focus, .ghk-content-styling a.validation__failed:focus::before, .ghk-content-styling a.validation__success:focus::before, .ghk-content-styling a.file__close:focus, .ghk-content-styling a.nav-form__i-close:focus:before, .ghk-content-styling a.navbar__link.dropdown-toggle:focus:before, .ghk-content-styling a.navbar__item--locked:focus:before, a[class*=" i-"]:active, .ghk-content-styling a.validation__failed:active::before, .ghk-content-styling a.validation__success:active::before, .ghk-content-styling a.file__close:active, .ghk-content-styling a.nav-form__i-close:active:before, .ghk-content-styling a.navbar__link.dropdown-toggle:active:before, .ghk-content-styling a.navbar__item--locked:active:before {
  text-decoration: none;
}
a[class^=i-]:hover span, .ghk-content-styling a.accordion__header:hover span, a[class^=i-]:focus span, .ghk-content-styling a.accordion__header:focus span, a[class^=i-]:active span, .ghk-content-styling a.accordion__header:active span, a[class*=" i-"]:hover span, .ghk-content-styling a.validation__failed:hover::before span, .ghk-content-styling a.validation__success:hover::before span, .ghk-content-styling a.file__close:hover span, .ghk-content-styling a.nav-form__i-close:hover:before span, .ghk-content-styling a.navbar__link.dropdown-toggle:hover:before span, .ghk-content-styling a.navbar__item--locked:hover:before span, a[class*=" i-"]:focus span, .ghk-content-styling a.validation__failed:focus::before span, .ghk-content-styling a.validation__success:focus::before span, .ghk-content-styling a.file__close:focus span, .ghk-content-styling a.nav-form__i-close:focus:before span, .ghk-content-styling a.navbar__link.dropdown-toggle:focus:before span, .ghk-content-styling a.navbar__item--locked:focus:before span, a[class*=" i-"]:active span, .ghk-content-styling a.validation__failed:active::before span, .ghk-content-styling a.validation__success:active::before span, .ghk-content-styling a.file__close:active span, .ghk-content-styling a.nav-form__i-close:active:before span, .ghk-content-styling a.navbar__link.dropdown-toggle:active:before span, .ghk-content-styling a.navbar__item--locked:active:before span {
  border-color: inherit;
}

.i-akkordeon_plus:before, .ghk-content-styling .i-akkordeon_plus.accordion__header:before, .ghk-content-styling .i-akkordeon_plus.validation__failed::before, .ghk-content-styling .i-akkordeon_plus.validation__success::before, .ghk-content-styling .i-akkordeon_plus.file__close, .ghk-content-styling .i-akkordeon_plus.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-akkordeon_plus.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-akkordeon_plus.navbar__item--locked:before {
  content: "\e800";
} /* '' */
.i-akkordeon_x:before, .ghk-content-styling .i-akkordeon_x.accordion__header:before, .ghk-content-styling .i-akkordeon_x.validation__failed::before, .ghk-content-styling .i-akkordeon_x.validation__success::before, .ghk-content-styling .i-akkordeon_x.file__close, .ghk-content-styling .i-akkordeon_x.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-akkordeon_x.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-akkordeon_x.navbar__item--locked:before {
  content: "\e801";
} /* '' */
.i-arrow_circle_right:before, .ghk-content-styling .i-arrow_circle_right.accordion__header:before, .ghk-content-styling .i-arrow_circle_right.validation__failed::before, .ghk-content-styling .i-arrow_circle_right.validation__success::before, .ghk-content-styling .i-arrow_circle_right.file__close, .ghk-content-styling .i-arrow_circle_right.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-arrow_circle_right.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-arrow_circle_right.navbar__item--locked:before {
  content: "\e802";
} /* '' */
.i-arrow_down:before, .ghk-content-styling .i-arrow_down.accordion__header:before, .ghk-content-styling .i-arrow_down.validation__failed::before, .ghk-content-styling .i-arrow_down.validation__success::before, .ghk-content-styling .i-arrow_down.file__close, .ghk-content-styling .i-arrow_down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-arrow_down.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-arrow_down.navbar__item--locked:before {
  content: "\e803";
} /* '' */
.i-calendar:before, .ghk-content-styling .i-calendar.accordion__header:before, .ghk-content-styling .i-calendar.validation__failed::before, .ghk-content-styling .i-calendar.validation__success::before, .ghk-content-styling .i-calendar.file__close, .ghk-content-styling .i-calendar.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-calendar.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-calendar.navbar__item--locked:before {
  content: "\e804";
} /* '' */
.i-check:before, .ghk-content-styling .i-check.accordion__header:before, .ghk-content-styling .i-check.validation__failed::before, .ghk-content-styling .validation__success:before, .ghk-content-styling .validation__success.navbar__link.dropdown-toggle:before, .ghk-content-styling .validation__success.file__close, .ghk-content-styling .validation__success.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-check.file__close, .ghk-content-styling .i-check.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-check.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-check.navbar__item--locked:before {
  content: "\e805";
} /* '' */
.i-checkbox_check:before, .ghk-content-styling .i-checkbox_check.accordion__header:before, .ghk-content-styling .i-checkbox_check.validation__failed::before, .ghk-content-styling .i-checkbox_check.validation__success::before, .ghk-content-styling .i-checkbox_check.file__close, .ghk-content-styling .i-checkbox_check.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-checkbox_check.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-checkbox_check.navbar__item--locked:before {
  content: "\e806";
} /* '' */
.i-pause:before, .ghk-content-styling .i-pause.accordion__header:before, .ghk-content-styling .i-pause.validation__failed::before, .ghk-content-styling .i-pause.validation__success::before, .ghk-content-styling .i-pause.file__close, .ghk-content-styling .i-pause.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-pause.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-pause.navbar__item--locked:before {
  content: "\e807";
} /* '' */
.i-download:before, .ghk-content-styling .i-download.accordion__header:before, .ghk-content-styling .i-download.validation__failed::before, .ghk-content-styling .i-download.validation__success::before, .ghk-content-styling .i-download.file__close, .ghk-content-styling .i-download.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-download.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-download.navbar__item--locked:before {
  content: "\e808";
} /* '' */
.i-error:before, .ghk-content-styling .i-error.accordion__header:before, .ghk-content-styling .validation__failed:before, .ghk-content-styling .validation__failed.navbar__link.dropdown-toggle:before, .ghk-content-styling .validation__failed.file__close, .ghk-content-styling .validation__failed.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-error.validation__success::before, .ghk-content-styling .i-error.file__close, .ghk-content-styling .i-error.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-error.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-error.navbar__item--locked:before {
  content: "\e809";
} /* '' */
.i-help:before, .ghk-content-styling .i-help.accordion__header:before, .ghk-content-styling .i-help.validation__failed::before, .ghk-content-styling .i-help.validation__success::before, .ghk-content-styling .i-help.file__close, .ghk-content-styling .i-help.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-help.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-help.navbar__item--locked:before {
  content: "\e80a";
} /* '' */
.i-info:before, .ghk-content-styling .i-info.accordion__header:before, .ghk-content-styling .i-info.validation__failed::before, .ghk-content-styling .i-info.validation__success::before, .ghk-content-styling .i-info.file__close, .ghk-content-styling .i-info.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-info.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-info.navbar__item--locked:before {
  content: "\e80b";
} /* '' */
.i-mail:before, .ghk-content-styling .i-mail.accordion__header:before, .ghk-content-styling .i-mail.validation__failed::before, .ghk-content-styling .i-mail.validation__success::before, .ghk-content-styling .i-mail.file__close, .ghk-content-styling .i-mail.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-mail.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-mail.navbar__item--locked:before {
  content: "\e80c";
} /* '' */
.i-menu:before, .ghk-content-styling .i-menu.accordion__header:before, .ghk-content-styling .i-menu.validation__failed::before, .ghk-content-styling .i-menu.validation__success::before, .ghk-content-styling .i-menu.file__close, .ghk-content-styling .i-menu.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-menu.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-menu.navbar__item--locked:before {
  content: "\e80d";
} /* '' */
.i-dienstleister:before, .ghk-content-styling .i-dienstleister.accordion__header:before, .ghk-content-styling .i-dienstleister.validation__failed::before, .ghk-content-styling .i-dienstleister.validation__success::before, .ghk-content-styling .i-dienstleister.file__close, .ghk-content-styling .i-dienstleister.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-dienstleister.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-dienstleister.navbar__item--locked:before {
  content: "\e80e";
} /* '' */
.i-besoldung:before, .ghk-content-styling .i-besoldung.accordion__header:before, .ghk-content-styling .i-besoldung.validation__failed::before, .ghk-content-styling .i-besoldung.validation__success::before, .ghk-content-styling .i-besoldung.file__close, .ghk-content-styling .i-besoldung.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-besoldung.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-besoldung.navbar__item--locked:before {
  content: "\e80f";
} /* '' */
.i-rezeptverrechnung:before, .ghk-content-styling .i-rezeptverrechnung.accordion__header:before, .ghk-content-styling .i-rezeptverrechnung.validation__failed::before, .ghk-content-styling .i-rezeptverrechnung.validation__success::before, .ghk-content-styling .i-rezeptverrechnung.file__close, .ghk-content-styling .i-rezeptverrechnung.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-rezeptverrechnung.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-rezeptverrechnung.navbar__item--locked:before {
  content: "\e810";
} /* '' */
.i-search:before, .ghk-content-styling .i-search.accordion__header:before, .ghk-content-styling .i-search.validation__failed::before, .ghk-content-styling .i-search.validation__success::before, .ghk-content-styling .i-search.file__close, .ghk-content-styling .i-search.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-search.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-search.navbar__item--locked:before {
  content: "\e811";
} /* '' */
.i-stellensuche:before, .ghk-content-styling .i-stellensuche.accordion__header:before, .ghk-content-styling .i-stellensuche.validation__failed::before, .ghk-content-styling .i-stellensuche.validation__success::before, .ghk-content-styling .i-stellensuche.file__close, .ghk-content-styling .i-stellensuche.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-stellensuche.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-stellensuche.navbar__item--locked:before {
  content: "\e812";
} /* '' */
.i-triangle_down:before, .ghk-content-styling .i-triangle_down.accordion__header:before, .ghk-content-styling .i-triangle_down.validation__failed::before, .ghk-content-styling .i-triangle_down.validation__success::before, .ghk-content-styling .i-triangle_down.file__close, .ghk-content-styling .i-triangle_down.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-triangle_down.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-triangle_down.navbar__item--locked:before {
  content: "\e813";
} /* '' */
.i-triangle_left:before, .ghk-content-styling .i-triangle_left.accordion__header:before, .ghk-content-styling .i-triangle_left.validation__failed::before, .ghk-content-styling .i-triangle_left.validation__success::before, .ghk-content-styling .i-triangle_left.file__close, .ghk-content-styling .navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-triangle_left.navbar__item--locked:before {
  content: "\e814";
} /* '' */
.i-triangle_up:before, .ghk-content-styling .i-triangle_up.accordion__header:before, .ghk-content-styling .i-triangle_up.validation__failed::before, .ghk-content-styling .i-triangle_up.validation__success::before, .ghk-content-styling .i-triangle_up.file__close, .ghk-content-styling .i-triangle_up.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-triangle_up.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-triangle_up.navbar__item--locked:before {
  content: "\e815";
} /* '' */
.i-user:before, .ghk-content-styling .i-user.accordion__header:before, .ghk-content-styling .i-user.validation__failed::before, .ghk-content-styling .i-user.validation__success::before, .ghk-content-styling .i-user.file__close, .ghk-content-styling .i-user.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-user.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-user.navbar__item--locked:before {
  content: "\e816";
} /* '' */
.i-chevron_down_double:before, .ghk-content-styling .i-chevron_down_double.accordion__header:before, .ghk-content-styling .i-chevron_down_double.validation__failed::before, .ghk-content-styling .i-chevron_down_double.validation__success::before, .ghk-content-styling .i-chevron_down_double.file__close, .ghk-content-styling .i-chevron_down_double.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-chevron_down_double.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-chevron_down_double.navbar__item--locked:before {
  content: "\e817";
} /* '' */
.i-e-formulare:before, .ghk-content-styling .i-e-formulare.accordion__header:before, .ghk-content-styling .i-e-formulare.validation__failed::before, .ghk-content-styling .i-e-formulare.validation__success::before, .ghk-content-styling .i-e-formulare.file__close, .ghk-content-styling .i-e-formulare.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-e-formulare.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-e-formulare.navbar__item--locked:before {
  content: "\e818";
} /* '' */
.i-fax:before, .ghk-content-styling .i-fax.accordion__header:before, .ghk-content-styling .i-fax.validation__failed::before, .ghk-content-styling .i-fax.validation__success::before, .ghk-content-styling .i-fax.file__close, .ghk-content-styling .i-fax.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-fax.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-fax.navbar__item--locked:before {
  content: "\e819";
} /* '' */
.i-wohfahrtsfond:before, .ghk-content-styling .i-wohfahrtsfond.accordion__header:before, .ghk-content-styling .i-wohfahrtsfond.validation__failed::before, .ghk-content-styling .i-wohfahrtsfond.validation__success::before, .ghk-content-styling .i-wohfahrtsfond.file__close, .ghk-content-styling .i-wohfahrtsfond.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-wohfahrtsfond.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-wohfahrtsfond.navbar__item--locked:before {
  content: "\e81a";
} /* '' */
.i-close:before, .ghk-content-styling .accordion__header:before, .ghk-content-styling .accordion__header.navbar__link.dropdown-toggle:before, .ghk-content-styling .accordion__header.file__close, .ghk-content-styling .accordion__header.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-close.validation__failed::before, .ghk-content-styling .i-close.validation__success::before, .ghk-content-styling .i-close.file__close, .ghk-content-styling .i-close.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .nav-form__i-close:before, .ghk-content-styling .nav-form__i-close.file__close, .ghk-content-styling .nav-form__i-close.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-close.navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.nav-form__i-close:before, .ghk-content-styling .i-close.navbar__item--locked:before {
  content: "\e81b";
} /* '' */
.i-pdf:before, .ghk-content-styling .i-pdf.accordion__header:before, .ghk-content-styling .i-pdf.validation__failed::before, .ghk-content-styling .i-pdf.validation__success::before, .ghk-content-styling .i-pdf.file__close, .ghk-content-styling .i-pdf.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-pdf.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-pdf.navbar__item--locked:before {
  content: "\e81c";
} /* '' */
.i-pen:before, .ghk-content-styling .i-pen.accordion__header:before, .ghk-content-styling .i-pen.validation__failed::before, .ghk-content-styling .i-pen.validation__success::before, .ghk-content-styling .i-pen.file__close, .ghk-content-styling .i-pen.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-pen.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-pen.navbar__item--locked:before {
  content: "\e81d";
} /* '' */
.i-trash:before, .ghk-content-styling .i-trash.accordion__header:before, .ghk-content-styling .i-trash.validation__failed::before, .ghk-content-styling .i-trash.validation__success::before, .ghk-content-styling .i-trash.file__close, .ghk-content-styling .i-trash.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-trash.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-trash.navbar__item--locked:before {
  content: "\e81e";
} /* '' */
.i-time:before, .ghk-content-styling .i-time.accordion__header:before, .ghk-content-styling .i-time.validation__failed::before, .ghk-content-styling .i-time.validation__success::before, .ghk-content-styling .i-time.file__close, .ghk-content-styling .i-time.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-time.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-time.navbar__item--locked:before {
  content: "\e81f";
} /* '' */
.i-rechner:before, .ghk-content-styling .i-rechner.accordion__header:before, .ghk-content-styling .i-rechner.validation__failed::before, .ghk-content-styling .i-rechner.validation__success::before, .ghk-content-styling .i-rechner.file__close, .ghk-content-styling .i-rechner.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-rechner.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-rechner.navbar__item--locked:before {
  content: "\e820";
} /* '' */
.i-lock:before, .ghk-content-styling .i-lock.accordion__header:before, .ghk-content-styling .i-lock.validation__failed::before, .ghk-content-styling .i-lock.validation__success::before, .ghk-content-styling .i-lock.file__close, .ghk-content-styling .i-lock.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-lock.navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__item--locked:before, .ghk-content-styling .navbar__item--locked.file__close, .ghk-content-styling .navbar__item--locked.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__item--locked.navbar__link.dropdown-toggle:before {
  content: "\e84c";
} /* '' */
.i-floppy:before, .ghk-content-styling .i-floppy.accordion__header:before, .ghk-content-styling .i-floppy.validation__failed::before, .ghk-content-styling .i-floppy.validation__success::before, .ghk-content-styling .i-floppy.file__close, .ghk-content-styling .i-floppy.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-floppy.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-floppy.navbar__item--locked:before {
  content: "\e821";
} /* '' */
.i-phone:before, .ghk-content-styling .i-phone.accordion__header:before, .ghk-content-styling .i-phone.validation__failed::before, .ghk-content-styling .i-phone.validation__success::before, .ghk-content-styling .i-phone.file__close, .ghk-content-styling .i-phone.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .i-phone.navbar__link.dropdown-toggle:before, .ghk-content-styling .i-phone.navbar__item--locked:before {
  content: "\e822";
} /* '' */
.ghk-content-styling {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /*!
   * Bootstrap v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*!
   * Pikaday
   * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
   */
  /* Additional Custom Styling*/
  /* Additional Custom Styles */
  /* validation stylings */
}
.ghk-content-styling html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.ghk-content-styling body {
  margin: 0;
}
.ghk-content-styling h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ghk-content-styling hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.ghk-content-styling pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.ghk-content-styling a {
  background-color: transparent;
}
.ghk-content-styling abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
.ghk-content-styling b,
.ghk-content-styling strong {
  font-weight: bolder;
}
.ghk-content-styling code,
.ghk-content-styling kbd,
.ghk-content-styling samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.ghk-content-styling small {
  font-size: 80%;
}
.ghk-content-styling sub,
.ghk-content-styling sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ghk-content-styling sub {
  bottom: -0.25em;
}
.ghk-content-styling sup {
  top: -0.5em;
}
.ghk-content-styling img {
  border-style: none;
}
.ghk-content-styling button,
.ghk-content-styling input,
.ghk-content-styling optgroup,
.ghk-content-styling select,
.ghk-content-styling textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
.ghk-content-styling button,
.ghk-content-styling input { /* 1 */
  overflow: visible;
}
.ghk-content-styling button,
.ghk-content-styling select { /* 1 */
  text-transform: none;
}
.ghk-content-styling button,
.ghk-content-styling [type=button],
.ghk-content-styling [type=reset],
.ghk-content-styling [type=submit] {
  -webkit-appearance: button;
}
.ghk-content-styling button::-moz-focus-inner,
.ghk-content-styling [type=button]::-moz-focus-inner,
.ghk-content-styling [type=reset]::-moz-focus-inner,
.ghk-content-styling [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.ghk-content-styling button:-moz-focusring,
.ghk-content-styling [type=button]:-moz-focusring,
.ghk-content-styling [type=reset]:-moz-focusring,
.ghk-content-styling [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.ghk-content-styling fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.ghk-content-styling legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.ghk-content-styling progress {
  vertical-align: baseline;
}
.ghk-content-styling textarea {
  overflow: auto;
}
.ghk-content-styling [type=checkbox],
.ghk-content-styling [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.ghk-content-styling [type=number]::-webkit-inner-spin-button,
.ghk-content-styling [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.ghk-content-styling [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.ghk-content-styling [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ghk-content-styling ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.ghk-content-styling details {
  display: block;
}
.ghk-content-styling summary {
  display: list-item;
}
.ghk-content-styling template {
  display: none;
}
.ghk-content-styling [hidden] {
  display: none;
}
.ghk-content-styling .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1150px) {
  .ghk-content-styling .container {
    max-width: 1180px;
  }
}
.ghk-content-styling .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ghk-content-styling .row, .ghk-content-styling .dashboard__card-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ghk-content-styling .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.ghk-content-styling .no-gutters > .col,
.ghk-content-styling .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.ghk-content-styling .col-xl,
.ghk-content-styling .col-xl-auto, .ghk-content-styling .col-xl-12, .ghk-content-styling .col-xl-11, .ghk-content-styling .col-xl-10, .ghk-content-styling .col-xl-9, .ghk-content-styling .col-xl-8, .ghk-content-styling .col-xl-7, .ghk-content-styling .col-xl-6, .ghk-content-styling .col-xl-5, .ghk-content-styling .col-xl-4, .ghk-content-styling .col-xl-3, .ghk-content-styling .col-xl-2, .ghk-content-styling .col-xl-1, .ghk-content-styling .col-lg,
.ghk-content-styling .col-lg-auto, .ghk-content-styling .col-lg-12, .ghk-content-styling .col-lg-11, .ghk-content-styling .col-lg-10, .ghk-content-styling .col-lg-9, .ghk-content-styling .col-lg-8, .ghk-content-styling .col-lg-7, .ghk-content-styling .col-lg-6, .ghk-content-styling .col-lg-5, .ghk-content-styling .col-lg-4, .ghk-content-styling .col-lg-3, .ghk-content-styling .col-lg-2, .ghk-content-styling .col-lg-1, .ghk-content-styling .col-md,
.ghk-content-styling .col-md-auto, .ghk-content-styling .col-md-12, .ghk-content-styling .col-md-11, .ghk-content-styling .col-md-10, .ghk-content-styling .col-md-9, .ghk-content-styling .col-md-8, .ghk-content-styling .col-md-7, .ghk-content-styling .col-md-6, .ghk-content-styling .col-md-5, .ghk-content-styling .col-md-4, .ghk-content-styling .col-md-3, .ghk-content-styling .col-md-2, .ghk-content-styling .col-md-1, .ghk-content-styling .col-sm,
.ghk-content-styling .col-sm-auto, .ghk-content-styling .col-sm-12, .ghk-content-styling .col-sm-11, .ghk-content-styling .col-sm-10, .ghk-content-styling .col-sm-9, .ghk-content-styling .col-sm-8, .ghk-content-styling .col-sm-7, .ghk-content-styling .col-sm-6, .ghk-content-styling .col-sm-5, .ghk-content-styling .col-sm-4, .ghk-content-styling .col-sm-3, .ghk-content-styling .col-sm-2, .ghk-content-styling .col-sm-1, .ghk-content-styling .col,
.ghk-content-styling .col-auto, .ghk-content-styling .col-12, .ghk-content-styling .col-11, .ghk-content-styling .col-10, .ghk-content-styling .col-9, .ghk-content-styling .col-8, .ghk-content-styling .col-7, .ghk-content-styling .col-6, .ghk-content-styling .col-5, .ghk-content-styling .col-4, .ghk-content-styling .col-3, .ghk-content-styling .col-2, .ghk-content-styling .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ghk-content-styling .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.ghk-content-styling .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.ghk-content-styling .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.ghk-content-styling .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.ghk-content-styling .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.ghk-content-styling .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.ghk-content-styling .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.ghk-content-styling .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.ghk-content-styling .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.ghk-content-styling .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.ghk-content-styling .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.ghk-content-styling .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.ghk-content-styling .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.ghk-content-styling .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.ghk-content-styling .order-first {
  order: -1;
}
.ghk-content-styling .order-last {
  order: 13;
}
.ghk-content-styling .order-0 {
  order: 0;
}
.ghk-content-styling .order-1 {
  order: 1;
}
.ghk-content-styling .order-2 {
  order: 2;
}
.ghk-content-styling .order-3 {
  order: 3;
}
.ghk-content-styling .order-4 {
  order: 4;
}
.ghk-content-styling .order-5 {
  order: 5;
}
.ghk-content-styling .order-6 {
  order: 6;
}
.ghk-content-styling .order-7 {
  order: 7;
}
.ghk-content-styling .order-8 {
  order: 8;
}
.ghk-content-styling .order-9 {
  order: 9;
}
.ghk-content-styling .order-10 {
  order: 10;
}
.ghk-content-styling .order-11 {
  order: 11;
}
.ghk-content-styling .order-12 {
  order: 12;
}
.ghk-content-styling .offset-1 {
  margin-left: 8.3333333333%;
}
.ghk-content-styling .offset-2 {
  margin-left: 16.6666666667%;
}
.ghk-content-styling .offset-3 {
  margin-left: 25%;
}
.ghk-content-styling .offset-4 {
  margin-left: 33.3333333333%;
}
.ghk-content-styling .offset-5 {
  margin-left: 41.6666666667%;
}
.ghk-content-styling .offset-6 {
  margin-left: 50%;
}
.ghk-content-styling .offset-7 {
  margin-left: 58.3333333333%;
}
.ghk-content-styling .offset-8 {
  margin-left: 66.6666666667%;
}
.ghk-content-styling .offset-9 {
  margin-left: 75%;
}
.ghk-content-styling .offset-10 {
  margin-left: 83.3333333333%;
}
.ghk-content-styling .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .ghk-content-styling .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ghk-content-styling .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ghk-content-styling .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ghk-content-styling .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ghk-content-styling .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ghk-content-styling .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ghk-content-styling .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ghk-content-styling .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ghk-content-styling .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ghk-content-styling .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ghk-content-styling .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ghk-content-styling .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ghk-content-styling .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ghk-content-styling .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ghk-content-styling .order-sm-first {
    order: -1;
  }
  .ghk-content-styling .order-sm-last {
    order: 13;
  }
  .ghk-content-styling .order-sm-0 {
    order: 0;
  }
  .ghk-content-styling .order-sm-1 {
    order: 1;
  }
  .ghk-content-styling .order-sm-2 {
    order: 2;
  }
  .ghk-content-styling .order-sm-3 {
    order: 3;
  }
  .ghk-content-styling .order-sm-4 {
    order: 4;
  }
  .ghk-content-styling .order-sm-5 {
    order: 5;
  }
  .ghk-content-styling .order-sm-6 {
    order: 6;
  }
  .ghk-content-styling .order-sm-7 {
    order: 7;
  }
  .ghk-content-styling .order-sm-8 {
    order: 8;
  }
  .ghk-content-styling .order-sm-9 {
    order: 9;
  }
  .ghk-content-styling .order-sm-10 {
    order: 10;
  }
  .ghk-content-styling .order-sm-11 {
    order: 11;
  }
  .ghk-content-styling .order-sm-12 {
    order: 12;
  }
  .ghk-content-styling .offset-sm-0 {
    margin-left: 0;
  }
  .ghk-content-styling .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ghk-content-styling .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ghk-content-styling .offset-sm-3 {
    margin-left: 25%;
  }
  .ghk-content-styling .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ghk-content-styling .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ghk-content-styling .offset-sm-6 {
    margin-left: 50%;
  }
  .ghk-content-styling .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ghk-content-styling .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ghk-content-styling .offset-sm-9 {
    margin-left: 75%;
  }
  .ghk-content-styling .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ghk-content-styling .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .ghk-content-styling .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ghk-content-styling .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ghk-content-styling .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ghk-content-styling .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ghk-content-styling .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ghk-content-styling .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ghk-content-styling .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ghk-content-styling .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ghk-content-styling .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ghk-content-styling .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ghk-content-styling .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ghk-content-styling .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ghk-content-styling .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ghk-content-styling .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ghk-content-styling .order-md-first {
    order: -1;
  }
  .ghk-content-styling .order-md-last {
    order: 13;
  }
  .ghk-content-styling .order-md-0 {
    order: 0;
  }
  .ghk-content-styling .order-md-1 {
    order: 1;
  }
  .ghk-content-styling .order-md-2 {
    order: 2;
  }
  .ghk-content-styling .order-md-3 {
    order: 3;
  }
  .ghk-content-styling .order-md-4 {
    order: 4;
  }
  .ghk-content-styling .order-md-5 {
    order: 5;
  }
  .ghk-content-styling .order-md-6 {
    order: 6;
  }
  .ghk-content-styling .order-md-7 {
    order: 7;
  }
  .ghk-content-styling .order-md-8 {
    order: 8;
  }
  .ghk-content-styling .order-md-9 {
    order: 9;
  }
  .ghk-content-styling .order-md-10 {
    order: 10;
  }
  .ghk-content-styling .order-md-11 {
    order: 11;
  }
  .ghk-content-styling .order-md-12 {
    order: 12;
  }
  .ghk-content-styling .offset-md-0 {
    margin-left: 0;
  }
  .ghk-content-styling .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ghk-content-styling .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ghk-content-styling .offset-md-3 {
    margin-left: 25%;
  }
  .ghk-content-styling .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ghk-content-styling .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ghk-content-styling .offset-md-6 {
    margin-left: 50%;
  }
  .ghk-content-styling .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ghk-content-styling .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ghk-content-styling .offset-md-9 {
    margin-left: 75%;
  }
  .ghk-content-styling .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ghk-content-styling .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ghk-content-styling .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ghk-content-styling .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ghk-content-styling .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ghk-content-styling .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ghk-content-styling .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ghk-content-styling .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ghk-content-styling .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ghk-content-styling .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ghk-content-styling .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ghk-content-styling .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ghk-content-styling .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ghk-content-styling .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ghk-content-styling .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ghk-content-styling .order-lg-first {
    order: -1;
  }
  .ghk-content-styling .order-lg-last {
    order: 13;
  }
  .ghk-content-styling .order-lg-0 {
    order: 0;
  }
  .ghk-content-styling .order-lg-1 {
    order: 1;
  }
  .ghk-content-styling .order-lg-2 {
    order: 2;
  }
  .ghk-content-styling .order-lg-3 {
    order: 3;
  }
  .ghk-content-styling .order-lg-4 {
    order: 4;
  }
  .ghk-content-styling .order-lg-5 {
    order: 5;
  }
  .ghk-content-styling .order-lg-6 {
    order: 6;
  }
  .ghk-content-styling .order-lg-7 {
    order: 7;
  }
  .ghk-content-styling .order-lg-8 {
    order: 8;
  }
  .ghk-content-styling .order-lg-9 {
    order: 9;
  }
  .ghk-content-styling .order-lg-10 {
    order: 10;
  }
  .ghk-content-styling .order-lg-11 {
    order: 11;
  }
  .ghk-content-styling .order-lg-12 {
    order: 12;
  }
  .ghk-content-styling .offset-lg-0 {
    margin-left: 0;
  }
  .ghk-content-styling .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ghk-content-styling .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ghk-content-styling .offset-lg-3 {
    margin-left: 25%;
  }
  .ghk-content-styling .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ghk-content-styling .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ghk-content-styling .offset-lg-6 {
    margin-left: 50%;
  }
  .ghk-content-styling .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ghk-content-styling .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ghk-content-styling .offset-lg-9 {
    margin-left: 75%;
  }
  .ghk-content-styling .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ghk-content-styling .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1150px) {
  .ghk-content-styling .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .ghk-content-styling .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ghk-content-styling .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ghk-content-styling .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ghk-content-styling .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ghk-content-styling .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ghk-content-styling .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ghk-content-styling .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ghk-content-styling .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ghk-content-styling .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ghk-content-styling .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ghk-content-styling .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ghk-content-styling .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ghk-content-styling .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ghk-content-styling .order-xl-first {
    order: -1;
  }
  .ghk-content-styling .order-xl-last {
    order: 13;
  }
  .ghk-content-styling .order-xl-0 {
    order: 0;
  }
  .ghk-content-styling .order-xl-1 {
    order: 1;
  }
  .ghk-content-styling .order-xl-2 {
    order: 2;
  }
  .ghk-content-styling .order-xl-3 {
    order: 3;
  }
  .ghk-content-styling .order-xl-4 {
    order: 4;
  }
  .ghk-content-styling .order-xl-5 {
    order: 5;
  }
  .ghk-content-styling .order-xl-6 {
    order: 6;
  }
  .ghk-content-styling .order-xl-7 {
    order: 7;
  }
  .ghk-content-styling .order-xl-8 {
    order: 8;
  }
  .ghk-content-styling .order-xl-9 {
    order: 9;
  }
  .ghk-content-styling .order-xl-10 {
    order: 10;
  }
  .ghk-content-styling .order-xl-11 {
    order: 11;
  }
  .ghk-content-styling .order-xl-12 {
    order: 12;
  }
  .ghk-content-styling .offset-xl-0 {
    margin-left: 0;
  }
  .ghk-content-styling .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .ghk-content-styling .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .ghk-content-styling .offset-xl-3 {
    margin-left: 25%;
  }
  .ghk-content-styling .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .ghk-content-styling .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .ghk-content-styling .offset-xl-6 {
    margin-left: 50%;
  }
  .ghk-content-styling .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .ghk-content-styling .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .ghk-content-styling .offset-xl-9 {
    margin-left: 75%;
  }
  .ghk-content-styling .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .ghk-content-styling .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.ghk-content-styling .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.ghk-content-styling .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -0.0625rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 0.0625rem solid #dee2e6;
}
.ghk-content-styling .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.ghk-content-styling .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ghk-content-styling .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ghk-content-styling .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ghk-content-styling .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.ghk-content-styling .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ghk-content-styling .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.ghk-content-styling .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.ghk-content-styling .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.ghk-content-styling .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.ghk-content-styling .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ghk-content-styling .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.ghk-content-styling .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.ghk-content-styling table {
  border-collapse: collapse;
}
.ghk-content-styling caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.ghk-content-styling th {
  text-align: inherit;
}
.ghk-content-styling .pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #434343;
  background: #ffffff;
  border: 1px solid #e8e7e7;
  border-bottom-color: #e8e7e7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ghk-content-styling .pika-single.is-hidden {
  display: none;
}
.ghk-content-styling .pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ghk-content-styling .pika-single {
  *zoom: 1;
}
.ghk-content-styling .pika-single:before, .ghk-content-styling .pika-single.file__close, .ghk-content-styling .pika-single.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .pika-single.navbar__link.dropdown-toggle:before, .ghk-content-styling .pika-single:after {
  content: " ";
  display: table;
}
.ghk-content-styling .pika-single:after {
  clear: both;
}
.ghk-content-styling .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.ghk-content-styling .pika-title {
  position: relative;
  text-align: center;
}
.ghk-content-styling .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.ghk-content-styling .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
}
.ghk-content-styling .pika-prev,
.ghk-content-styling .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.ghk-content-styling .pika-prev:hover,
.ghk-content-styling .pika-next:hover {
  opacity: 1;
}
.ghk-content-styling .pika-prev.is-disabled,
.ghk-content-styling .pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.ghk-content-styling .pika-prev,
.ghk-content-styling .is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.ghk-content-styling .pika-next,
.ghk-content-styling .is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.ghk-content-styling .pika-select {
  display: inline-block;
  *display: inline;
}
.ghk-content-styling .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.ghk-content-styling .pika-table th,
.ghk-content-styling .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.ghk-content-styling .pika-table th {
  color: #434343;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.ghk-content-styling .pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.ghk-content-styling .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #434343;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #fcfefc;
}
.is-today .ghk-content-styling .pika-button {
  color: #4caf50;
  font-weight: bold;
}
.is-selected .ghk-content-styling .pika-button {
  color: #fff;
  font-weight: bold;
  background: #4caf50;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .ghk-content-styling .pika-button, .is-outside-current-month .ghk-content-styling .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .ghk-content-styling .pika-button {
  pointer-events: none;
  cursor: default;
}
.ghk-content-styling .pika-button:hover {
  color: #ffffff;
  background: #4caf50;
  box-shadow: none;
  border-radius: 3px;
}
.ghk-content-styling .pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.ghk-content-styling .pika-week {
  font-size: 11px;
  color: #999;
}
.ghk-content-styling .is-inrange .pika-button {
  background: #D5E9F7;
}
.ghk-content-styling .is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.ghk-content-styling .is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.ghk-content-styling .container__main, .ghk-content-styling .cookie__bar, .ghk-content-styling .section__container, .ghk-content-styling .container__main-form, .ghk-content-styling .nav-form__container, .ghk-content-styling .main__container, .ghk-content-styling .header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1150px) {
  .ghk-content-styling .container__main, .ghk-content-styling .cookie__bar, .ghk-content-styling .section__container, .ghk-content-styling .container__main-form, .ghk-content-styling .nav-form__container, .ghk-content-styling .main__container, .ghk-content-styling .header__container {
    max-width: 1180px;
  }
}
.ghk-content-styling .container--center {
  align-self: center;
}
.ghk-content-styling .container__medium, .ghk-content-styling .content__media, .ghk-content-styling .content__text-media {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 985px;
}
.ghk-content-styling .container__small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 885px;
}
.ghk-content-styling .container__xs, .ghk-content-styling .section__container-xs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 560px;
}
.ghk-content-styling .container__narrow, .ghk-content-styling .container__search, .ghk-content-styling .content__table, .ghk-content-styling .content__text, .ghk-content-styling .container__narrow-form {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 788px;
}
.ghk-content-styling .content__row, .ghk-content-styling .section__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ghk-content-styling body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #434343;
  background-color: #ffffff;
  min-height: 100vh;
}
.ghk-content-styling .wrapper {
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}
.ghk-content-styling .header {
  position: relative;
}
.ghk-content-styling .header__shadow {
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1020;
}
.ghk-content-styling .main {
  flex-grow: 1;
}
.ghk-content-styling .footer {
  background-color: #4caf50;
  position: relative;
  z-index: 12;
  color: #ffffff;
}
.ghk-content-styling .footer a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .ghk-content-styling .footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ghk-content-styling * {
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
.ghk-content-styling *:before, .ghk-content-styling .accordion__header:before, .ghk-content-styling .validation__failed::before, .ghk-content-styling .validation__success::before, .ghk-content-styling .file__close, .ghk-content-styling .navbar__item--locked.file__close, .ghk-content-styling .navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__item--locked:before,
.ghk-content-styling *:after {
  box-sizing: border-box;
}
.ghk-content-styling a {
  color: #434343;
  text-decoration: none;
}
.ghk-content-styling a:hover {
  color: black;
  text-decoration: none;
}
.ghk-content-styling a:focus {
  outline: 0 auto #e8e7e7;
  outline-offset: 3px;
}
.ghk-content-styling input,
.ghk-content-styling [type=search] {
  border-radius: 0;
  outline-offset: 0;
  outline: none;
  -webkit-appearance: none;
}
.ghk-content-styling ::-webkit-input-placeholder {
  color: #736e6e;
}
.ghk-content-styling ::-moz-placeholder {
  color: #736e6e;
}
.ghk-content-styling :-ms-input-placeholder {
  color: #736e6e;
}
.ghk-content-styling :-moz-placeholder {
  color: #736e6e;
}
.ghk-content-styling html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ghk-content-styling h1,
.ghk-content-styling h2,
.ghk-content-styling h3,
.ghk-content-styling h4,
.ghk-content-styling h5,
.ghk-content-styling h6,
.ghk-content-styling .h1,
.ghk-content-styling .h2,
.ghk-content-styling .h3,
.ghk-content-styling .h4,
.ghk-content-styling .h5,
.ghk-content-styling .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.ghk-content-styling h1,
.ghk-content-styling .h1 {
  font-weight: 300;
}
.ghk-content-styling p {
  line-height: 1.7;
  margin-top: 0;
}
.ghk-content-styling .subtitle,
.ghk-content-styling .lead {
  font-size: 1rem;
  margin-top: 0;
}
.ghk-content-styling .border, .ghk-content-styling .validation__result {
  border: 0.0625rem solid #dee2e6;
}
.ghk-content-styling .border-top, .ghk-content-styling .searchresult__item, .ghk-content-styling .result__sum {
  border-top: 0.0625rem solid #dee2e6;
}
.ghk-content-styling .border-right {
  border-right: 0.0625rem solid #dee2e6;
}
.ghk-content-styling .border-bottom, .ghk-content-styling .searchresult__container, .ghk-content-styling .team__member, .ghk-content-styling .dashboard__card-row:not(:last-child), .ghk-content-styling .result__sum, .ghk-content-styling .result__std--border, .ghk-content-styling .section-devider__form--medium, .ghk-content-styling .section-heading__form, .ghk-content-styling .section-devider__form {
  border-bottom: 0.0625rem solid #dee2e6;
}
.ghk-content-styling .border-left {
  border-left: 0.0625rem solid #dee2e6;
}
.ghk-content-styling .border-0 {
  border: 0;
}
.ghk-content-styling .border-top-0 {
  border-top: 0;
}
.ghk-content-styling .border-right-0 {
  border-right: 0;
}
.ghk-content-styling .border-bottom-0 {
  border-bottom: 0;
}
.ghk-content-styling .border-left-0 {
  border-left: 0;
}
.ghk-content-styling .border-primary {
  border-color: #007bff;
}
.ghk-content-styling .border-secondary {
  border-color: #6c757d;
}
.ghk-content-styling .border-success {
  border-color: #28a745;
}
.ghk-content-styling .border-info {
  border-color: #17a2b8;
}
.ghk-content-styling .border-warning {
  border-color: #ffc107;
}
.ghk-content-styling .border-danger {
  border-color: #dc3545;
}
.ghk-content-styling .border-light {
  border-color: #f8f9fa;
}
.ghk-content-styling .border-dark {
  border-color: #343a40;
}
.ghk-content-styling .border-white {
  border-color: #ffffff;
}
.ghk-content-styling .rounded {
  border-radius: 0.25rem;
}
.ghk-content-styling .rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.ghk-content-styling .rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.ghk-content-styling .rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ghk-content-styling .rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ghk-content-styling .rounded-circle {
  border-radius: 50%;
}
.ghk-content-styling .rounded-0 {
  border-radius: 0;
}
.ghk-content-styling .m-0 {
  margin: 0;
}
.ghk-content-styling .mt-0,
.ghk-content-styling .my-0 {
  margin-top: 0;
}
.ghk-content-styling .mr-0,
.ghk-content-styling .mx-0 {
  margin-right: 0;
}
.ghk-content-styling .mb-0,
.ghk-content-styling .my-0 {
  margin-bottom: 0;
}
.ghk-content-styling .ml-0,
.ghk-content-styling .mx-0 {
  margin-left: 0;
}
.ghk-content-styling .m-1 {
  margin: 0.25rem;
}
.ghk-content-styling .mt-1,
.ghk-content-styling .my-1 {
  margin-top: 0.25rem;
}
.ghk-content-styling .mr-1,
.ghk-content-styling .mx-1 {
  margin-right: 0.25rem;
}
.ghk-content-styling .mb-1, .ghk-content-styling .result,
.ghk-content-styling .my-1 {
  margin-bottom: 0.25rem;
}
.ghk-content-styling .ml-1,
.ghk-content-styling .mx-1 {
  margin-left: 0.25rem;
}
.ghk-content-styling .m-2 {
  margin: 0.5rem;
}
.ghk-content-styling .mt-2, .ghk-content-styling .td span, .ghk-content-styling .result__sum, .ghk-content-styling h2.success, .ghk-content-styling .file__selected, .ghk-content-styling .section-label__form,
.ghk-content-styling .my-2 {
  margin-top: 0.5rem;
}
.ghk-content-styling .mr-2,
.ghk-content-styling .mx-2 {
  margin-right: 0.5rem;
}
.ghk-content-styling .mb-2, .ghk-content-styling .td span, .ghk-content-styling .page-item, .ghk-content-styling .section-label__form, .ghk-content-styling .headline--xsmall, .ghk-content-styling .headline--small,
.ghk-content-styling .my-2 {
  margin-bottom: 0.5rem;
}
.ghk-content-styling .ml-2,
.ghk-content-styling .mx-2 {
  margin-left: 0.5rem;
}
.ghk-content-styling .m-3 {
  margin: 1rem;
}
.ghk-content-styling .mt-3, .ghk-content-styling .section__link--mt, .ghk-content-styling .section-devider__form--medium,
.ghk-content-styling .my-3 {
  margin-top: 1rem;
}
.ghk-content-styling .mr-3,
.ghk-content-styling .mx-3 {
  margin-right: 1rem;
}
.ghk-content-styling .mb-3, .ghk-content-styling .i--m-large, .ghk-content-styling h2.success, .ghk-content-styling .section-devider__form--medium, .ghk-content-styling .btn, .ghk-content-styling .cookie__button, .ghk-content-styling .headline, .ghk-content-styling .fact__figure, .ghk-content-styling .subtitle,
.ghk-content-styling .lead,
.ghk-content-styling .my-3 {
  margin-bottom: 1rem;
}
.ghk-content-styling .ml-3,
.ghk-content-styling .mx-3 {
  margin-left: 1rem;
}
.ghk-content-styling .m-4 {
  margin: 1.5rem;
}
.ghk-content-styling .mt-4, .ghk-content-styling .section-devider__result, .ghk-content-styling .result__total, .ghk-content-styling .result__std--spacer-small, .ghk-content-styling .section-heading__form.devider, .ghk-content-styling .devider.section-devider__form,
.ghk-content-styling .my-4 {
  margin-top: 1.5rem;
}
.ghk-content-styling .mr-4,
.ghk-content-styling .mx-4 {
  margin-right: 1.5rem;
}
.ghk-content-styling .mb-4, .ghk-content-styling .search__header, .ghk-content-styling .result__std--spacer-small, .ghk-content-styling .section-devider__form--small, .ghk-content-styling .section-heading__form, .ghk-content-styling .section-devider__form,
.ghk-content-styling .my-4 {
  margin-bottom: 1.5rem;
}
.ghk-content-styling .ml-4,
.ghk-content-styling .mx-4 {
  margin-left: 1.5rem;
}
.ghk-content-styling .m-5 {
  margin: 3rem;
}
.ghk-content-styling .mt-5, .ghk-content-styling .team__teaser, .ghk-content-styling .result__spacer, .ghk-content-styling .result__std--spacer, .ghk-content-styling .section-devider__form--large, .ghk-content-styling .section-heading__form, .ghk-content-styling .section-devider__form,
.ghk-content-styling .my-5 {
  margin-top: 3rem;
}
.ghk-content-styling .mr-5,
.ghk-content-styling .mx-5 {
  margin-right: 3rem;
}
.ghk-content-styling .mb-5, .ghk-content-styling .team__teaser, .ghk-content-styling .container__main-form,
.ghk-content-styling .container__narrow-form, .ghk-content-styling .section-devider__form--large,
.ghk-content-styling .my-5 {
  margin-bottom: 3rem;
}
.ghk-content-styling .ml-5,
.ghk-content-styling .mx-5 {
  margin-left: 3rem;
}
.ghk-content-styling .m-10 {
  margin: 0.625rem;
}
.ghk-content-styling .mt-10, .ghk-content-styling .login__headline,
.ghk-content-styling .my-10 {
  margin-top: 0.625rem;
}
.ghk-content-styling .mr-10,
.ghk-content-styling .mx-10 {
  margin-right: 0.625rem;
}
.ghk-content-styling .mb-10, .ghk-content-styling .accordion__item, .ghk-content-styling .fact__divider, .ghk-content-styling .login__link, .ghk-content-styling .login__label,
.ghk-content-styling .my-10 {
  margin-bottom: 0.625rem;
}
.ghk-content-styling .ml-10,
.ghk-content-styling .mx-10 {
  margin-left: 0.625rem;
}
.ghk-content-styling .m-12 {
  margin: 0.75rem;
}
.ghk-content-styling .mt-12,
.ghk-content-styling .my-12 {
  margin-top: 0.75rem;
}
.ghk-content-styling .mr-12,
.ghk-content-styling .mx-12 {
  margin-right: 0.75rem;
}
.ghk-content-styling .mb-12,
.ghk-content-styling .my-12 {
  margin-bottom: 0.75rem;
}
.ghk-content-styling .ml-12,
.ghk-content-styling .mx-12 {
  margin-left: 0.75rem;
}
.ghk-content-styling .m-15 {
  margin: 0.9375rem;
}
.ghk-content-styling .mt-15,
.ghk-content-styling .my-15 {
  margin-top: 0.9375rem;
}
.ghk-content-styling .mr-15,
.ghk-content-styling .mx-15 {
  margin-right: 0.9375rem;
}
.ghk-content-styling .mb-15, .ghk-content-styling .login__headline, .ghk-content-styling .service__icon,
.ghk-content-styling .my-15 {
  margin-bottom: 0.9375rem;
}
.ghk-content-styling .ml-15,
.ghk-content-styling .mx-15 {
  margin-left: 0.9375rem;
}
.ghk-content-styling .m-20 {
  margin: 1.25rem;
}
.ghk-content-styling .mt-20, .ghk-content-styling .team-nav, .ghk-content-styling .headline--m-base, .ghk-content-styling .headline--medium,
.ghk-content-styling .my-20 {
  margin-top: 1.25rem;
}
.ghk-content-styling .mr-20,
.ghk-content-styling .mx-20 {
  margin-right: 1.25rem;
}
.ghk-content-styling .mb-20, .ghk-content-styling .profile__contact, .ghk-content-styling .divider,
.ghk-content-styling .my-20 {
  margin-bottom: 1.25rem;
}
.ghk-content-styling .ml-20,
.ghk-content-styling .mx-20 {
  margin-left: 1.25rem;
}
.ghk-content-styling .m-25 {
  margin: 1.563rem;
}
.ghk-content-styling .mt-25,
.ghk-content-styling .my-25 {
  margin-top: 1.563rem;
}
.ghk-content-styling .mr-25,
.ghk-content-styling .mx-25 {
  margin-right: 1.563rem;
}
.ghk-content-styling .mb-25, .ghk-content-styling .content h1,
.ghk-content-styling .content h2,
.ghk-content-styling .content h3,
.ghk-content-styling .content h4, .ghk-content-styling p,
.ghk-content-styling .my-25 {
  margin-bottom: 1.563rem;
}
.ghk-content-styling .ml-25,
.ghk-content-styling .mx-25 {
  margin-left: 1.563rem;
}
.ghk-content-styling .m-30 {
  margin: 1.875rem;
}
.ghk-content-styling .mt-30,
.ghk-content-styling .my-30 {
  margin-top: 1.875rem;
}
.ghk-content-styling .mr-30,
.ghk-content-styling .mx-30 {
  margin-right: 1.875rem;
}
.ghk-content-styling .mb-30, .ghk-content-styling .department, .ghk-content-styling .fact__item, .ghk-content-styling .login__item, .ghk-content-styling .service__item,
.ghk-content-styling .my-30 {
  margin-bottom: 1.875rem;
}
.ghk-content-styling .ml-30,
.ghk-content-styling .mx-30 {
  margin-left: 1.875rem;
}
.ghk-content-styling .m-35 {
  margin: 2.188rem;
}
.ghk-content-styling .mt-35,
.ghk-content-styling .my-35 {
  margin-top: 2.188rem;
}
.ghk-content-styling .mr-35,
.ghk-content-styling .mx-35 {
  margin-right: 2.188rem;
}
.ghk-content-styling .mb-35, .ghk-content-styling .video__item, .ghk-content-styling .headline--m-base, .ghk-content-styling .headline--medium,
.ghk-content-styling .my-35 {
  margin-bottom: 2.188rem;
}
.ghk-content-styling .ml-35,
.ghk-content-styling .mx-35 {
  margin-left: 2.188rem;
}
.ghk-content-styling .m-40 {
  margin: 2.5rem;
}
.ghk-content-styling .mt-40,
.ghk-content-styling .my-40 {
  margin-top: 2.5rem;
}
.ghk-content-styling .mr-40,
.ghk-content-styling .mx-40 {
  margin-right: 2.5rem;
}
.ghk-content-styling .mb-40, .ghk-content-styling .team-nav, .ghk-content-styling .team__member,
.ghk-content-styling .my-40 {
  margin-bottom: 2.5rem;
}
.ghk-content-styling .ml-40,
.ghk-content-styling .mx-40 {
  margin-left: 2.5rem;
}
.ghk-content-styling .m-45 {
  margin: 2.813rem;
}
.ghk-content-styling .mt-45,
.ghk-content-styling .my-45 {
  margin-top: 2.813rem;
}
.ghk-content-styling .mr-45,
.ghk-content-styling .mx-45 {
  margin-right: 2.813rem;
}
.ghk-content-styling .mb-45, .ghk-content-styling .content hr, .ghk-content-styling .content--mb-large,
.ghk-content-styling .my-45 {
  margin-bottom: 2.813rem;
}
.ghk-content-styling .ml-45,
.ghk-content-styling .mx-45 {
  margin-left: 2.813rem;
}
.ghk-content-styling .m-50 {
  margin: 3rem;
}
.ghk-content-styling .mt-50,
.ghk-content-styling .my-50 {
  margin-top: 3rem;
}
.ghk-content-styling .mr-50,
.ghk-content-styling .mx-50 {
  margin-right: 3rem;
}
.ghk-content-styling .mb-50,
.ghk-content-styling .my-50 {
  margin-bottom: 3rem;
}
.ghk-content-styling .ml-50,
.ghk-content-styling .mx-50 {
  margin-left: 3rem;
}
.ghk-content-styling .m-60 {
  margin: 3.7rem;
}
.ghk-content-styling .mt-60,
.ghk-content-styling .my-60 {
  margin-top: 3.7rem;
}
.ghk-content-styling .mr-60,
.ghk-content-styling .mx-60 {
  margin-right: 3.7rem;
}
.ghk-content-styling .mb-60, .ghk-content-styling .description__section,
.ghk-content-styling .my-60 {
  margin-bottom: 3.7rem;
}
.ghk-content-styling .ml-60,
.ghk-content-styling .mx-60 {
  margin-left: 3.7rem;
}
.ghk-content-styling .m-6 {
  margin: 4.5rem;
}
.ghk-content-styling .mt-6,
.ghk-content-styling .my-6 {
  margin-top: 4.5rem;
}
.ghk-content-styling .mr-6,
.ghk-content-styling .mx-6 {
  margin-right: 4.5rem;
}
.ghk-content-styling .mb-6,
.ghk-content-styling .my-6 {
  margin-bottom: 4.5rem;
}
.ghk-content-styling .ml-6,
.ghk-content-styling .mx-6 {
  margin-left: 4.5rem;
}
.ghk-content-styling .m-7 {
  margin: 6rem;
}
.ghk-content-styling .mt-7,
.ghk-content-styling .my-7 {
  margin-top: 6rem;
}
.ghk-content-styling .mr-7,
.ghk-content-styling .mx-7 {
  margin-right: 6rem;
}
.ghk-content-styling .mb-7,
.ghk-content-styling .my-7 {
  margin-bottom: 6rem;
}
.ghk-content-styling .ml-7,
.ghk-content-styling .mx-7 {
  margin-left: 6rem;
}
.ghk-content-styling .m-8 {
  margin: 7.5rem;
}
.ghk-content-styling .mt-8,
.ghk-content-styling .my-8 {
  margin-top: 7.5rem;
}
.ghk-content-styling .mr-8,
.ghk-content-styling .mx-8 {
  margin-right: 7.5rem;
}
.ghk-content-styling .mb-8,
.ghk-content-styling .my-8 {
  margin-bottom: 7.5rem;
}
.ghk-content-styling .ml-8,
.ghk-content-styling .mx-8 {
  margin-left: 7.5rem;
}
.ghk-content-styling .p-0 {
  padding: 0;
}
.ghk-content-styling .pt-0,
.ghk-content-styling .py-0 {
  padding-top: 0;
}
.ghk-content-styling .pr-0,
.ghk-content-styling .px-0 {
  padding-right: 0;
}
.ghk-content-styling .pb-0,
.ghk-content-styling .py-0 {
  padding-bottom: 0;
}
.ghk-content-styling .pl-0,
.ghk-content-styling .px-0 {
  padding-left: 0;
}
.ghk-content-styling .p-1 {
  padding: 0.25rem;
}
.ghk-content-styling .pt-1,
.ghk-content-styling .py-1 {
  padding-top: 0.25rem;
}
.ghk-content-styling .pr-1,
.ghk-content-styling .px-1 {
  padding-right: 0.25rem;
}
.ghk-content-styling .pb-1, .ghk-content-styling .dropdown-login .dropdown-menu,
.ghk-content-styling .py-1 {
  padding-bottom: 0.25rem;
}
.ghk-content-styling .pl-1,
.ghk-content-styling .px-1 {
  padding-left: 0.25rem;
}
.ghk-content-styling .p-2 {
  padding: 0.5rem;
}
.ghk-content-styling .pt-2, .ghk-content-styling .searchresult__item, .ghk-content-styling .contact, .ghk-content-styling .result__std--border,
.ghk-content-styling .py-2 {
  padding-top: 0.5rem;
}
.ghk-content-styling .pr-2,
.ghk-content-styling .px-2 {
  padding-right: 0.5rem;
}
.ghk-content-styling .pb-2, .ghk-content-styling .result__std--border,
.ghk-content-styling .py-2 {
  padding-bottom: 0.5rem;
}
.ghk-content-styling .pl-2,
.ghk-content-styling .px-2 {
  padding-left: 0.5rem;
}
.ghk-content-styling .p-3, .ghk-content-styling .validation__result {
  padding: 1rem;
}
.ghk-content-styling .pt-3,
.ghk-content-styling .py-3 {
  padding-top: 1rem;
}
.ghk-content-styling .pr-3,
.ghk-content-styling .px-3 {
  padding-right: 1rem;
}
.ghk-content-styling .pb-3, .ghk-content-styling .section-heading__form, .ghk-content-styling .section-devider__form,
.ghk-content-styling .py-3 {
  padding-bottom: 1rem;
}
.ghk-content-styling .pl-3,
.ghk-content-styling .px-3 {
  padding-left: 1rem;
}
.ghk-content-styling .p-4 {
  padding: 1.5rem;
}
.ghk-content-styling .pt-4,
.ghk-content-styling .py-4 {
  padding-top: 1.5rem;
}
.ghk-content-styling .pr-4,
.ghk-content-styling .px-4 {
  padding-right: 1.5rem;
}
.ghk-content-styling .pb-4,
.ghk-content-styling .py-4 {
  padding-bottom: 1.5rem;
}
.ghk-content-styling .pl-4,
.ghk-content-styling .px-4 {
  padding-left: 1.5rem;
}
.ghk-content-styling .p-5 {
  padding: 3rem;
}
.ghk-content-styling .pt-5, .ghk-content-styling .team__teaser,
.ghk-content-styling .py-5 {
  padding-top: 3rem;
}
.ghk-content-styling .pr-5,
.ghk-content-styling .px-5 {
  padding-right: 3rem;
}
.ghk-content-styling .pb-5, .ghk-content-styling .team__teaser,
.ghk-content-styling .py-5 {
  padding-bottom: 3rem;
}
.ghk-content-styling .pl-5,
.ghk-content-styling .px-5 {
  padding-left: 3rem;
}
.ghk-content-styling .p-10 {
  padding: 0.625rem;
}
.ghk-content-styling .pt-10, .ghk-content-styling .login__input.form-control,
.ghk-content-styling .py-10 {
  padding-top: 0.625rem;
}
.ghk-content-styling .pr-10,
.ghk-content-styling .px-10 {
  padding-right: 0.625rem;
}
.ghk-content-styling .pb-10, .ghk-content-styling .login__input.form-control,
.ghk-content-styling .py-10 {
  padding-bottom: 0.625rem;
}
.ghk-content-styling .pl-10,
.ghk-content-styling .px-10 {
  padding-left: 0.625rem;
}
.ghk-content-styling .p-12 {
  padding: 0.75rem;
}
.ghk-content-styling .pt-12,
.ghk-content-styling .py-12 {
  padding-top: 0.75rem;
}
.ghk-content-styling .pr-12,
.ghk-content-styling .px-12 {
  padding-right: 0.75rem;
}
.ghk-content-styling .pb-12,
.ghk-content-styling .py-12 {
  padding-bottom: 0.75rem;
}
.ghk-content-styling .pl-12,
.ghk-content-styling .px-12 {
  padding-left: 0.75rem;
}
.ghk-content-styling .p-15 {
  padding: 0.9375rem;
}
.ghk-content-styling .pt-15, .ghk-content-styling .login__icon,
.ghk-content-styling .py-15 {
  padding-top: 0.9375rem;
}
.ghk-content-styling .pr-15,
.ghk-content-styling .px-15 {
  padding-right: 0.9375rem;
}
.ghk-content-styling .pb-15, .ghk-content-styling .login__icon,
.ghk-content-styling .py-15 {
  padding-bottom: 0.9375rem;
}
.ghk-content-styling .pl-15,
.ghk-content-styling .px-15 {
  padding-left: 0.9375rem;
}
.ghk-content-styling .p-20 {
  padding: 1.25rem;
}
.ghk-content-styling .pt-20, .ghk-content-styling .section__small,
.ghk-content-styling .py-20 {
  padding-top: 1.25rem;
}
.ghk-content-styling .pr-20,
.ghk-content-styling .px-20 {
  padding-right: 1.25rem;
}
.ghk-content-styling .pb-20, .ghk-content-styling .section__small,
.ghk-content-styling .py-20 {
  padding-bottom: 1.25rem;
}
.ghk-content-styling .pl-20,
.ghk-content-styling .px-20 {
  padding-left: 1.25rem;
}
.ghk-content-styling .p-25 {
  padding: 1.563rem;
}
.ghk-content-styling .pt-25, .ghk-content-styling .section,
.ghk-content-styling .py-25 {
  padding-top: 1.563rem;
}
.ghk-content-styling .pr-25,
.ghk-content-styling .px-25 {
  padding-right: 1.563rem;
}
.ghk-content-styling .pb-25,
.ghk-content-styling .py-25 {
  padding-bottom: 1.563rem;
}
.ghk-content-styling .pl-25,
.ghk-content-styling .px-25 {
  padding-left: 1.563rem;
}
.ghk-content-styling .p-30 {
  padding: 1.875rem;
}
.ghk-content-styling .pt-30, .ghk-content-styling .dropdown-login .dropdown-menu,
.ghk-content-styling .py-30 {
  padding-top: 1.875rem;
}
.ghk-content-styling .pr-30,
.ghk-content-styling .px-30 {
  padding-right: 1.875rem;
}
.ghk-content-styling .pb-30, .ghk-content-styling .section__link,
.ghk-content-styling .py-30 {
  padding-bottom: 1.875rem;
}
.ghk-content-styling .pl-30,
.ghk-content-styling .px-30 {
  padding-left: 1.875rem;
}
.ghk-content-styling .p-35 {
  padding: 2.188rem;
}
.ghk-content-styling .pt-35, .ghk-content-styling .service__section, .ghk-content-styling .section__pt-large,
.ghk-content-styling .py-35 {
  padding-top: 2.188rem;
}
.ghk-content-styling .pr-35,
.ghk-content-styling .px-35 {
  padding-right: 2.188rem;
}
.ghk-content-styling .pb-35, .ghk-content-styling .section,
.ghk-content-styling .py-35 {
  padding-bottom: 2.188rem;
}
.ghk-content-styling .pl-35,
.ghk-content-styling .px-35 {
  padding-left: 2.188rem;
}
.ghk-content-styling .p-40 {
  padding: 2.5rem;
}
.ghk-content-styling .pt-40,
.ghk-content-styling .py-40 {
  padding-top: 2.5rem;
}
.ghk-content-styling .pr-40,
.ghk-content-styling .px-40 {
  padding-right: 2.5rem;
}
.ghk-content-styling .pb-40,
.ghk-content-styling .py-40 {
  padding-bottom: 2.5rem;
}
.ghk-content-styling .pl-40,
.ghk-content-styling .px-40 {
  padding-left: 2.5rem;
}
.ghk-content-styling .p-45 {
  padding: 2.813rem;
}
.ghk-content-styling .pt-45,
.ghk-content-styling .py-45 {
  padding-top: 2.813rem;
}
.ghk-content-styling .pr-45,
.ghk-content-styling .px-45 {
  padding-right: 2.813rem;
}
.ghk-content-styling .pb-45,
.ghk-content-styling .py-45 {
  padding-bottom: 2.813rem;
}
.ghk-content-styling .pl-45,
.ghk-content-styling .px-45 {
  padding-left: 2.813rem;
}
.ghk-content-styling .p-50 {
  padding: 3rem;
}
.ghk-content-styling .pt-50,
.ghk-content-styling .py-50 {
  padding-top: 3rem;
}
.ghk-content-styling .pr-50,
.ghk-content-styling .px-50 {
  padding-right: 3rem;
}
.ghk-content-styling .pb-50,
.ghk-content-styling .py-50 {
  padding-bottom: 3rem;
}
.ghk-content-styling .pl-50,
.ghk-content-styling .px-50 {
  padding-left: 3rem;
}
.ghk-content-styling .p-60 {
  padding: 3.7rem;
}
.ghk-content-styling .pt-60, .ghk-content-styling .description__section,
.ghk-content-styling .py-60 {
  padding-top: 3.7rem;
}
.ghk-content-styling .pr-60,
.ghk-content-styling .px-60 {
  padding-right: 3.7rem;
}
.ghk-content-styling .pb-60,
.ghk-content-styling .py-60 {
  padding-bottom: 3.7rem;
}
.ghk-content-styling .pl-60,
.ghk-content-styling .px-60 {
  padding-left: 3.7rem;
}
.ghk-content-styling .p-6 {
  padding: 4.5rem;
}
.ghk-content-styling .pt-6,
.ghk-content-styling .py-6 {
  padding-top: 4.5rem;
}
.ghk-content-styling .pr-6,
.ghk-content-styling .px-6 {
  padding-right: 4.5rem;
}
.ghk-content-styling .pb-6,
.ghk-content-styling .py-6 {
  padding-bottom: 4.5rem;
}
.ghk-content-styling .pl-6,
.ghk-content-styling .px-6 {
  padding-left: 4.5rem;
}
.ghk-content-styling .p-7 {
  padding: 6rem;
}
.ghk-content-styling .pt-7,
.ghk-content-styling .py-7 {
  padding-top: 6rem;
}
.ghk-content-styling .pr-7,
.ghk-content-styling .px-7 {
  padding-right: 6rem;
}
.ghk-content-styling .pb-7,
.ghk-content-styling .py-7 {
  padding-bottom: 6rem;
}
.ghk-content-styling .pl-7,
.ghk-content-styling .px-7 {
  padding-left: 6rem;
}
.ghk-content-styling .p-8 {
  padding: 7.5rem;
}
.ghk-content-styling .pt-8,
.ghk-content-styling .py-8 {
  padding-top: 7.5rem;
}
.ghk-content-styling .pr-8,
.ghk-content-styling .px-8 {
  padding-right: 7.5rem;
}
.ghk-content-styling .pb-8,
.ghk-content-styling .py-8 {
  padding-bottom: 7.5rem;
}
.ghk-content-styling .pl-8,
.ghk-content-styling .px-8 {
  padding-left: 7.5rem;
}
.ghk-content-styling .m-auto {
  margin: auto;
}
.ghk-content-styling .mt-auto,
.ghk-content-styling .my-auto {
  margin-top: auto;
}
.ghk-content-styling .mr-auto,
.ghk-content-styling .mx-auto {
  margin-right: auto;
}
.ghk-content-styling .mb-auto,
.ghk-content-styling .my-auto {
  margin-bottom: auto;
}
.ghk-content-styling .ml-auto,
.ghk-content-styling .mx-auto {
  margin-left: auto;
}
@media (min-width: 576px) {
  .ghk-content-styling .m-sm-0 {
    margin: 0;
  }
  .ghk-content-styling .mt-sm-0,
  .ghk-content-styling .my-sm-0 {
    margin-top: 0;
  }
  .ghk-content-styling .mr-sm-0,
  .ghk-content-styling .mx-sm-0 {
    margin-right: 0;
  }
  .ghk-content-styling .mb-sm-0,
  .ghk-content-styling .my-sm-0 {
    margin-bottom: 0;
  }
  .ghk-content-styling .ml-sm-0,
  .ghk-content-styling .mx-sm-0 {
    margin-left: 0;
  }
  .ghk-content-styling .m-sm-1 {
    margin: 0.25rem;
  }
  .ghk-content-styling .mt-sm-1,
  .ghk-content-styling .my-sm-1 {
    margin-top: 0.25rem;
  }
  .ghk-content-styling .mr-sm-1,
  .ghk-content-styling .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .ghk-content-styling .mb-sm-1,
  .ghk-content-styling .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ghk-content-styling .ml-sm-1,
  .ghk-content-styling .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .ghk-content-styling .m-sm-2 {
    margin: 0.5rem;
  }
  .ghk-content-styling .mt-sm-2,
  .ghk-content-styling .my-sm-2 {
    margin-top: 0.5rem;
  }
  .ghk-content-styling .mr-sm-2,
  .ghk-content-styling .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .ghk-content-styling .mb-sm-2,
  .ghk-content-styling .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ghk-content-styling .ml-sm-2,
  .ghk-content-styling .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .ghk-content-styling .m-sm-3 {
    margin: 1rem;
  }
  .ghk-content-styling .mt-sm-3,
  .ghk-content-styling .my-sm-3 {
    margin-top: 1rem;
  }
  .ghk-content-styling .mr-sm-3,
  .ghk-content-styling .mx-sm-3 {
    margin-right: 1rem;
  }
  .ghk-content-styling .mb-sm-3,
  .ghk-content-styling .my-sm-3 {
    margin-bottom: 1rem;
  }
  .ghk-content-styling .ml-sm-3,
  .ghk-content-styling .mx-sm-3 {
    margin-left: 1rem;
  }
  .ghk-content-styling .m-sm-4 {
    margin: 1.5rem;
  }
  .ghk-content-styling .mt-sm-4,
  .ghk-content-styling .my-sm-4 {
    margin-top: 1.5rem;
  }
  .ghk-content-styling .mr-sm-4,
  .ghk-content-styling .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .ghk-content-styling .mb-sm-4,
  .ghk-content-styling .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ghk-content-styling .ml-sm-4,
  .ghk-content-styling .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .ghk-content-styling .m-sm-5 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-sm-5,
  .ghk-content-styling .my-sm-5 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-sm-5,
  .ghk-content-styling .mx-sm-5 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-sm-5,
  .ghk-content-styling .my-sm-5 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-sm-5,
  .ghk-content-styling .mx-sm-5 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-sm-10 {
    margin: 0.625rem;
  }
  .ghk-content-styling .mt-sm-10,
  .ghk-content-styling .my-sm-10 {
    margin-top: 0.625rem;
  }
  .ghk-content-styling .mr-sm-10,
  .ghk-content-styling .mx-sm-10 {
    margin-right: 0.625rem;
  }
  .ghk-content-styling .mb-sm-10,
  .ghk-content-styling .my-sm-10 {
    margin-bottom: 0.625rem;
  }
  .ghk-content-styling .ml-sm-10,
  .ghk-content-styling .mx-sm-10 {
    margin-left: 0.625rem;
  }
  .ghk-content-styling .m-sm-12 {
    margin: 0.75rem;
  }
  .ghk-content-styling .mt-sm-12,
  .ghk-content-styling .my-sm-12 {
    margin-top: 0.75rem;
  }
  .ghk-content-styling .mr-sm-12,
  .ghk-content-styling .mx-sm-12 {
    margin-right: 0.75rem;
  }
  .ghk-content-styling .mb-sm-12,
  .ghk-content-styling .my-sm-12 {
    margin-bottom: 0.75rem;
  }
  .ghk-content-styling .ml-sm-12,
  .ghk-content-styling .mx-sm-12 {
    margin-left: 0.75rem;
  }
  .ghk-content-styling .m-sm-15 {
    margin: 0.9375rem;
  }
  .ghk-content-styling .mt-sm-15,
  .ghk-content-styling .my-sm-15 {
    margin-top: 0.9375rem;
  }
  .ghk-content-styling .mr-sm-15,
  .ghk-content-styling .mx-sm-15 {
    margin-right: 0.9375rem;
  }
  .ghk-content-styling .mb-sm-15,
  .ghk-content-styling .my-sm-15 {
    margin-bottom: 0.9375rem;
  }
  .ghk-content-styling .ml-sm-15,
  .ghk-content-styling .mx-sm-15 {
    margin-left: 0.9375rem;
  }
  .ghk-content-styling .m-sm-20 {
    margin: 1.25rem;
  }
  .ghk-content-styling .mt-sm-20,
  .ghk-content-styling .my-sm-20 {
    margin-top: 1.25rem;
  }
  .ghk-content-styling .mr-sm-20,
  .ghk-content-styling .mx-sm-20 {
    margin-right: 1.25rem;
  }
  .ghk-content-styling .mb-sm-20,
  .ghk-content-styling .my-sm-20 {
    margin-bottom: 1.25rem;
  }
  .ghk-content-styling .ml-sm-20,
  .ghk-content-styling .mx-sm-20 {
    margin-left: 1.25rem;
  }
  .ghk-content-styling .m-sm-25 {
    margin: 1.563rem;
  }
  .ghk-content-styling .mt-sm-25,
  .ghk-content-styling .my-sm-25 {
    margin-top: 1.563rem;
  }
  .ghk-content-styling .mr-sm-25,
  .ghk-content-styling .mx-sm-25 {
    margin-right: 1.563rem;
  }
  .ghk-content-styling .mb-sm-25,
  .ghk-content-styling .my-sm-25 {
    margin-bottom: 1.563rem;
  }
  .ghk-content-styling .ml-sm-25,
  .ghk-content-styling .mx-sm-25 {
    margin-left: 1.563rem;
  }
  .ghk-content-styling .m-sm-30 {
    margin: 1.875rem;
  }
  .ghk-content-styling .mt-sm-30,
  .ghk-content-styling .my-sm-30 {
    margin-top: 1.875rem;
  }
  .ghk-content-styling .mr-sm-30,
  .ghk-content-styling .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .ghk-content-styling .mb-sm-30,
  .ghk-content-styling .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .ghk-content-styling .ml-sm-30,
  .ghk-content-styling .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .ghk-content-styling .m-sm-35 {
    margin: 2.188rem;
  }
  .ghk-content-styling .mt-sm-35,
  .ghk-content-styling .my-sm-35 {
    margin-top: 2.188rem;
  }
  .ghk-content-styling .mr-sm-35,
  .ghk-content-styling .mx-sm-35 {
    margin-right: 2.188rem;
  }
  .ghk-content-styling .mb-sm-35,
  .ghk-content-styling .my-sm-35 {
    margin-bottom: 2.188rem;
  }
  .ghk-content-styling .ml-sm-35,
  .ghk-content-styling .mx-sm-35 {
    margin-left: 2.188rem;
  }
  .ghk-content-styling .m-sm-40 {
    margin: 2.5rem;
  }
  .ghk-content-styling .mt-sm-40,
  .ghk-content-styling .my-sm-40 {
    margin-top: 2.5rem;
  }
  .ghk-content-styling .mr-sm-40,
  .ghk-content-styling .mx-sm-40 {
    margin-right: 2.5rem;
  }
  .ghk-content-styling .mb-sm-40,
  .ghk-content-styling .my-sm-40 {
    margin-bottom: 2.5rem;
  }
  .ghk-content-styling .ml-sm-40,
  .ghk-content-styling .mx-sm-40 {
    margin-left: 2.5rem;
  }
  .ghk-content-styling .m-sm-45 {
    margin: 2.813rem;
  }
  .ghk-content-styling .mt-sm-45,
  .ghk-content-styling .my-sm-45 {
    margin-top: 2.813rem;
  }
  .ghk-content-styling .mr-sm-45,
  .ghk-content-styling .mx-sm-45 {
    margin-right: 2.813rem;
  }
  .ghk-content-styling .mb-sm-45,
  .ghk-content-styling .my-sm-45 {
    margin-bottom: 2.813rem;
  }
  .ghk-content-styling .ml-sm-45,
  .ghk-content-styling .mx-sm-45 {
    margin-left: 2.813rem;
  }
  .ghk-content-styling .m-sm-50 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-sm-50,
  .ghk-content-styling .my-sm-50 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-sm-50,
  .ghk-content-styling .mx-sm-50 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-sm-50,
  .ghk-content-styling .my-sm-50 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-sm-50,
  .ghk-content-styling .mx-sm-50 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-sm-60 {
    margin: 3.7rem;
  }
  .ghk-content-styling .mt-sm-60,
  .ghk-content-styling .my-sm-60 {
    margin-top: 3.7rem;
  }
  .ghk-content-styling .mr-sm-60,
  .ghk-content-styling .mx-sm-60 {
    margin-right: 3.7rem;
  }
  .ghk-content-styling .mb-sm-60,
  .ghk-content-styling .my-sm-60 {
    margin-bottom: 3.7rem;
  }
  .ghk-content-styling .ml-sm-60,
  .ghk-content-styling .mx-sm-60 {
    margin-left: 3.7rem;
  }
  .ghk-content-styling .m-sm-6 {
    margin: 4.5rem;
  }
  .ghk-content-styling .mt-sm-6,
  .ghk-content-styling .my-sm-6 {
    margin-top: 4.5rem;
  }
  .ghk-content-styling .mr-sm-6,
  .ghk-content-styling .mx-sm-6 {
    margin-right: 4.5rem;
  }
  .ghk-content-styling .mb-sm-6,
  .ghk-content-styling .my-sm-6 {
    margin-bottom: 4.5rem;
  }
  .ghk-content-styling .ml-sm-6,
  .ghk-content-styling .mx-sm-6 {
    margin-left: 4.5rem;
  }
  .ghk-content-styling .m-sm-7 {
    margin: 6rem;
  }
  .ghk-content-styling .mt-sm-7,
  .ghk-content-styling .my-sm-7 {
    margin-top: 6rem;
  }
  .ghk-content-styling .mr-sm-7,
  .ghk-content-styling .mx-sm-7 {
    margin-right: 6rem;
  }
  .ghk-content-styling .mb-sm-7,
  .ghk-content-styling .my-sm-7 {
    margin-bottom: 6rem;
  }
  .ghk-content-styling .ml-sm-7,
  .ghk-content-styling .mx-sm-7 {
    margin-left: 6rem;
  }
  .ghk-content-styling .m-sm-8 {
    margin: 7.5rem;
  }
  .ghk-content-styling .mt-sm-8,
  .ghk-content-styling .my-sm-8 {
    margin-top: 7.5rem;
  }
  .ghk-content-styling .mr-sm-8,
  .ghk-content-styling .mx-sm-8 {
    margin-right: 7.5rem;
  }
  .ghk-content-styling .mb-sm-8,
  .ghk-content-styling .my-sm-8 {
    margin-bottom: 7.5rem;
  }
  .ghk-content-styling .ml-sm-8,
  .ghk-content-styling .mx-sm-8 {
    margin-left: 7.5rem;
  }
  .ghk-content-styling .p-sm-0 {
    padding: 0;
  }
  .ghk-content-styling .pt-sm-0,
  .ghk-content-styling .py-sm-0 {
    padding-top: 0;
  }
  .ghk-content-styling .pr-sm-0,
  .ghk-content-styling .px-sm-0 {
    padding-right: 0;
  }
  .ghk-content-styling .pb-sm-0,
  .ghk-content-styling .py-sm-0 {
    padding-bottom: 0;
  }
  .ghk-content-styling .pl-sm-0,
  .ghk-content-styling .px-sm-0 {
    padding-left: 0;
  }
  .ghk-content-styling .p-sm-1 {
    padding: 0.25rem;
  }
  .ghk-content-styling .pt-sm-1,
  .ghk-content-styling .py-sm-1 {
    padding-top: 0.25rem;
  }
  .ghk-content-styling .pr-sm-1,
  .ghk-content-styling .px-sm-1 {
    padding-right: 0.25rem;
  }
  .ghk-content-styling .pb-sm-1,
  .ghk-content-styling .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .ghk-content-styling .pl-sm-1,
  .ghk-content-styling .px-sm-1 {
    padding-left: 0.25rem;
  }
  .ghk-content-styling .p-sm-2 {
    padding: 0.5rem;
  }
  .ghk-content-styling .pt-sm-2,
  .ghk-content-styling .py-sm-2 {
    padding-top: 0.5rem;
  }
  .ghk-content-styling .pr-sm-2,
  .ghk-content-styling .px-sm-2 {
    padding-right: 0.5rem;
  }
  .ghk-content-styling .pb-sm-2,
  .ghk-content-styling .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .ghk-content-styling .pl-sm-2,
  .ghk-content-styling .px-sm-2 {
    padding-left: 0.5rem;
  }
  .ghk-content-styling .p-sm-3 {
    padding: 1rem;
  }
  .ghk-content-styling .pt-sm-3,
  .ghk-content-styling .py-sm-3 {
    padding-top: 1rem;
  }
  .ghk-content-styling .pr-sm-3,
  .ghk-content-styling .px-sm-3 {
    padding-right: 1rem;
  }
  .ghk-content-styling .pb-sm-3,
  .ghk-content-styling .py-sm-3 {
    padding-bottom: 1rem;
  }
  .ghk-content-styling .pl-sm-3,
  .ghk-content-styling .px-sm-3 {
    padding-left: 1rem;
  }
  .ghk-content-styling .p-sm-4 {
    padding: 1.5rem;
  }
  .ghk-content-styling .pt-sm-4,
  .ghk-content-styling .py-sm-4 {
    padding-top: 1.5rem;
  }
  .ghk-content-styling .pr-sm-4,
  .ghk-content-styling .px-sm-4 {
    padding-right: 1.5rem;
  }
  .ghk-content-styling .pb-sm-4,
  .ghk-content-styling .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .ghk-content-styling .pl-sm-4,
  .ghk-content-styling .px-sm-4 {
    padding-left: 1.5rem;
  }
  .ghk-content-styling .p-sm-5 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-sm-5,
  .ghk-content-styling .py-sm-5 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-sm-5,
  .ghk-content-styling .px-sm-5 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-sm-5,
  .ghk-content-styling .py-sm-5 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-sm-5,
  .ghk-content-styling .px-sm-5 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-sm-10 {
    padding: 0.625rem;
  }
  .ghk-content-styling .pt-sm-10,
  .ghk-content-styling .py-sm-10 {
    padding-top: 0.625rem;
  }
  .ghk-content-styling .pr-sm-10,
  .ghk-content-styling .px-sm-10 {
    padding-right: 0.625rem;
  }
  .ghk-content-styling .pb-sm-10,
  .ghk-content-styling .py-sm-10 {
    padding-bottom: 0.625rem;
  }
  .ghk-content-styling .pl-sm-10,
  .ghk-content-styling .px-sm-10 {
    padding-left: 0.625rem;
  }
  .ghk-content-styling .p-sm-12 {
    padding: 0.75rem;
  }
  .ghk-content-styling .pt-sm-12,
  .ghk-content-styling .py-sm-12 {
    padding-top: 0.75rem;
  }
  .ghk-content-styling .pr-sm-12,
  .ghk-content-styling .px-sm-12 {
    padding-right: 0.75rem;
  }
  .ghk-content-styling .pb-sm-12,
  .ghk-content-styling .py-sm-12 {
    padding-bottom: 0.75rem;
  }
  .ghk-content-styling .pl-sm-12,
  .ghk-content-styling .px-sm-12 {
    padding-left: 0.75rem;
  }
  .ghk-content-styling .p-sm-15 {
    padding: 0.9375rem;
  }
  .ghk-content-styling .pt-sm-15,
  .ghk-content-styling .py-sm-15 {
    padding-top: 0.9375rem;
  }
  .ghk-content-styling .pr-sm-15,
  .ghk-content-styling .px-sm-15 {
    padding-right: 0.9375rem;
  }
  .ghk-content-styling .pb-sm-15,
  .ghk-content-styling .py-sm-15 {
    padding-bottom: 0.9375rem;
  }
  .ghk-content-styling .pl-sm-15,
  .ghk-content-styling .px-sm-15 {
    padding-left: 0.9375rem;
  }
  .ghk-content-styling .p-sm-20 {
    padding: 1.25rem;
  }
  .ghk-content-styling .pt-sm-20,
  .ghk-content-styling .py-sm-20 {
    padding-top: 1.25rem;
  }
  .ghk-content-styling .pr-sm-20,
  .ghk-content-styling .px-sm-20 {
    padding-right: 1.25rem;
  }
  .ghk-content-styling .pb-sm-20,
  .ghk-content-styling .py-sm-20 {
    padding-bottom: 1.25rem;
  }
  .ghk-content-styling .pl-sm-20,
  .ghk-content-styling .px-sm-20 {
    padding-left: 1.25rem;
  }
  .ghk-content-styling .p-sm-25 {
    padding: 1.563rem;
  }
  .ghk-content-styling .pt-sm-25,
  .ghk-content-styling .py-sm-25 {
    padding-top: 1.563rem;
  }
  .ghk-content-styling .pr-sm-25,
  .ghk-content-styling .px-sm-25 {
    padding-right: 1.563rem;
  }
  .ghk-content-styling .pb-sm-25,
  .ghk-content-styling .py-sm-25 {
    padding-bottom: 1.563rem;
  }
  .ghk-content-styling .pl-sm-25,
  .ghk-content-styling .px-sm-25 {
    padding-left: 1.563rem;
  }
  .ghk-content-styling .p-sm-30 {
    padding: 1.875rem;
  }
  .ghk-content-styling .pt-sm-30,
  .ghk-content-styling .py-sm-30 {
    padding-top: 1.875rem;
  }
  .ghk-content-styling .pr-sm-30,
  .ghk-content-styling .px-sm-30 {
    padding-right: 1.875rem;
  }
  .ghk-content-styling .pb-sm-30,
  .ghk-content-styling .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ghk-content-styling .pl-sm-30,
  .ghk-content-styling .px-sm-30 {
    padding-left: 1.875rem;
  }
  .ghk-content-styling .p-sm-35 {
    padding: 2.188rem;
  }
  .ghk-content-styling .pt-sm-35,
  .ghk-content-styling .py-sm-35 {
    padding-top: 2.188rem;
  }
  .ghk-content-styling .pr-sm-35,
  .ghk-content-styling .px-sm-35 {
    padding-right: 2.188rem;
  }
  .ghk-content-styling .pb-sm-35,
  .ghk-content-styling .py-sm-35 {
    padding-bottom: 2.188rem;
  }
  .ghk-content-styling .pl-sm-35,
  .ghk-content-styling .px-sm-35 {
    padding-left: 2.188rem;
  }
  .ghk-content-styling .p-sm-40 {
    padding: 2.5rem;
  }
  .ghk-content-styling .pt-sm-40,
  .ghk-content-styling .py-sm-40 {
    padding-top: 2.5rem;
  }
  .ghk-content-styling .pr-sm-40,
  .ghk-content-styling .px-sm-40 {
    padding-right: 2.5rem;
  }
  .ghk-content-styling .pb-sm-40,
  .ghk-content-styling .py-sm-40 {
    padding-bottom: 2.5rem;
  }
  .ghk-content-styling .pl-sm-40,
  .ghk-content-styling .px-sm-40 {
    padding-left: 2.5rem;
  }
  .ghk-content-styling .p-sm-45 {
    padding: 2.813rem;
  }
  .ghk-content-styling .pt-sm-45,
  .ghk-content-styling .py-sm-45 {
    padding-top: 2.813rem;
  }
  .ghk-content-styling .pr-sm-45,
  .ghk-content-styling .px-sm-45 {
    padding-right: 2.813rem;
  }
  .ghk-content-styling .pb-sm-45,
  .ghk-content-styling .py-sm-45 {
    padding-bottom: 2.813rem;
  }
  .ghk-content-styling .pl-sm-45,
  .ghk-content-styling .px-sm-45 {
    padding-left: 2.813rem;
  }
  .ghk-content-styling .p-sm-50 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-sm-50,
  .ghk-content-styling .py-sm-50 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-sm-50,
  .ghk-content-styling .px-sm-50 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-sm-50,
  .ghk-content-styling .py-sm-50 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-sm-50,
  .ghk-content-styling .px-sm-50 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-sm-60 {
    padding: 3.7rem;
  }
  .ghk-content-styling .pt-sm-60,
  .ghk-content-styling .py-sm-60 {
    padding-top: 3.7rem;
  }
  .ghk-content-styling .pr-sm-60,
  .ghk-content-styling .px-sm-60 {
    padding-right: 3.7rem;
  }
  .ghk-content-styling .pb-sm-60,
  .ghk-content-styling .py-sm-60 {
    padding-bottom: 3.7rem;
  }
  .ghk-content-styling .pl-sm-60,
  .ghk-content-styling .px-sm-60 {
    padding-left: 3.7rem;
  }
  .ghk-content-styling .p-sm-6 {
    padding: 4.5rem;
  }
  .ghk-content-styling .pt-sm-6,
  .ghk-content-styling .py-sm-6 {
    padding-top: 4.5rem;
  }
  .ghk-content-styling .pr-sm-6,
  .ghk-content-styling .px-sm-6 {
    padding-right: 4.5rem;
  }
  .ghk-content-styling .pb-sm-6,
  .ghk-content-styling .py-sm-6 {
    padding-bottom: 4.5rem;
  }
  .ghk-content-styling .pl-sm-6,
  .ghk-content-styling .px-sm-6 {
    padding-left: 4.5rem;
  }
  .ghk-content-styling .p-sm-7 {
    padding: 6rem;
  }
  .ghk-content-styling .pt-sm-7,
  .ghk-content-styling .py-sm-7 {
    padding-top: 6rem;
  }
  .ghk-content-styling .pr-sm-7,
  .ghk-content-styling .px-sm-7 {
    padding-right: 6rem;
  }
  .ghk-content-styling .pb-sm-7,
  .ghk-content-styling .py-sm-7 {
    padding-bottom: 6rem;
  }
  .ghk-content-styling .pl-sm-7,
  .ghk-content-styling .px-sm-7 {
    padding-left: 6rem;
  }
  .ghk-content-styling .p-sm-8 {
    padding: 7.5rem;
  }
  .ghk-content-styling .pt-sm-8,
  .ghk-content-styling .py-sm-8 {
    padding-top: 7.5rem;
  }
  .ghk-content-styling .pr-sm-8,
  .ghk-content-styling .px-sm-8 {
    padding-right: 7.5rem;
  }
  .ghk-content-styling .pb-sm-8,
  .ghk-content-styling .py-sm-8 {
    padding-bottom: 7.5rem;
  }
  .ghk-content-styling .pl-sm-8,
  .ghk-content-styling .px-sm-8 {
    padding-left: 7.5rem;
  }
  .ghk-content-styling .m-sm-auto {
    margin: auto;
  }
  .ghk-content-styling .mt-sm-auto,
  .ghk-content-styling .my-sm-auto {
    margin-top: auto;
  }
  .ghk-content-styling .mr-sm-auto,
  .ghk-content-styling .mx-sm-auto {
    margin-right: auto;
  }
  .ghk-content-styling .mb-sm-auto,
  .ghk-content-styling .my-sm-auto {
    margin-bottom: auto;
  }
  .ghk-content-styling .ml-sm-auto,
  .ghk-content-styling .mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .ghk-content-styling .m-md-0 {
    margin: 0;
  }
  .ghk-content-styling .mt-md-0,
  .ghk-content-styling .my-md-0 {
    margin-top: 0;
  }
  .ghk-content-styling .mr-md-0,
  .ghk-content-styling .mx-md-0 {
    margin-right: 0;
  }
  .ghk-content-styling .mb-md-0,
  .ghk-content-styling .my-md-0 {
    margin-bottom: 0;
  }
  .ghk-content-styling .ml-md-0,
  .ghk-content-styling .mx-md-0 {
    margin-left: 0;
  }
  .ghk-content-styling .m-md-1 {
    margin: 0.25rem;
  }
  .ghk-content-styling .mt-md-1,
  .ghk-content-styling .my-md-1 {
    margin-top: 0.25rem;
  }
  .ghk-content-styling .mr-md-1,
  .ghk-content-styling .mx-md-1 {
    margin-right: 0.25rem;
  }
  .ghk-content-styling .mb-md-1,
  .ghk-content-styling .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ghk-content-styling .ml-md-1,
  .ghk-content-styling .mx-md-1 {
    margin-left: 0.25rem;
  }
  .ghk-content-styling .m-md-2 {
    margin: 0.5rem;
  }
  .ghk-content-styling .mt-md-2,
  .ghk-content-styling .my-md-2 {
    margin-top: 0.5rem;
  }
  .ghk-content-styling .mr-md-2,
  .ghk-content-styling .mx-md-2 {
    margin-right: 0.5rem;
  }
  .ghk-content-styling .mb-md-2,
  .ghk-content-styling .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ghk-content-styling .ml-md-2,
  .ghk-content-styling .mx-md-2 {
    margin-left: 0.5rem;
  }
  .ghk-content-styling .m-md-3 {
    margin: 1rem;
  }
  .ghk-content-styling .mt-md-3,
  .ghk-content-styling .my-md-3 {
    margin-top: 1rem;
  }
  .ghk-content-styling .mr-md-3,
  .ghk-content-styling .mx-md-3 {
    margin-right: 1rem;
  }
  .ghk-content-styling .mb-md-3,
  .ghk-content-styling .my-md-3 {
    margin-bottom: 1rem;
  }
  .ghk-content-styling .ml-md-3,
  .ghk-content-styling .mx-md-3 {
    margin-left: 1rem;
  }
  .ghk-content-styling .m-md-4 {
    margin: 1.5rem;
  }
  .ghk-content-styling .mt-md-4,
  .ghk-content-styling .my-md-4 {
    margin-top: 1.5rem;
  }
  .ghk-content-styling .mr-md-4,
  .ghk-content-styling .mx-md-4 {
    margin-right: 1.5rem;
  }
  .ghk-content-styling .mb-md-4,
  .ghk-content-styling .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ghk-content-styling .ml-md-4,
  .ghk-content-styling .mx-md-4 {
    margin-left: 1.5rem;
  }
  .ghk-content-styling .m-md-5 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-md-5,
  .ghk-content-styling .my-md-5 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-md-5,
  .ghk-content-styling .mx-md-5 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-md-5,
  .ghk-content-styling .my-md-5 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-md-5,
  .ghk-content-styling .mx-md-5 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-md-10 {
    margin: 0.625rem;
  }
  .ghk-content-styling .mt-md-10,
  .ghk-content-styling .my-md-10 {
    margin-top: 0.625rem;
  }
  .ghk-content-styling .mr-md-10,
  .ghk-content-styling .mx-md-10 {
    margin-right: 0.625rem;
  }
  .ghk-content-styling .mb-md-10,
  .ghk-content-styling .my-md-10 {
    margin-bottom: 0.625rem;
  }
  .ghk-content-styling .ml-md-10,
  .ghk-content-styling .mx-md-10 {
    margin-left: 0.625rem;
  }
  .ghk-content-styling .m-md-12 {
    margin: 0.75rem;
  }
  .ghk-content-styling .mt-md-12,
  .ghk-content-styling .my-md-12 {
    margin-top: 0.75rem;
  }
  .ghk-content-styling .mr-md-12,
  .ghk-content-styling .mx-md-12 {
    margin-right: 0.75rem;
  }
  .ghk-content-styling .mb-md-12,
  .ghk-content-styling .my-md-12 {
    margin-bottom: 0.75rem;
  }
  .ghk-content-styling .ml-md-12,
  .ghk-content-styling .mx-md-12 {
    margin-left: 0.75rem;
  }
  .ghk-content-styling .m-md-15 {
    margin: 0.9375rem;
  }
  .ghk-content-styling .mt-md-15,
  .ghk-content-styling .my-md-15 {
    margin-top: 0.9375rem;
  }
  .ghk-content-styling .mr-md-15,
  .ghk-content-styling .mx-md-15 {
    margin-right: 0.9375rem;
  }
  .ghk-content-styling .mb-md-15,
  .ghk-content-styling .my-md-15 {
    margin-bottom: 0.9375rem;
  }
  .ghk-content-styling .ml-md-15,
  .ghk-content-styling .mx-md-15 {
    margin-left: 0.9375rem;
  }
  .ghk-content-styling .m-md-20 {
    margin: 1.25rem;
  }
  .ghk-content-styling .mt-md-20,
  .ghk-content-styling .my-md-20 {
    margin-top: 1.25rem;
  }
  .ghk-content-styling .mr-md-20,
  .ghk-content-styling .mx-md-20 {
    margin-right: 1.25rem;
  }
  .ghk-content-styling .mb-md-20,
  .ghk-content-styling .my-md-20 {
    margin-bottom: 1.25rem;
  }
  .ghk-content-styling .ml-md-20,
  .ghk-content-styling .mx-md-20 {
    margin-left: 1.25rem;
  }
  .ghk-content-styling .m-md-25 {
    margin: 1.563rem;
  }
  .ghk-content-styling .mt-md-25,
  .ghk-content-styling .my-md-25 {
    margin-top: 1.563rem;
  }
  .ghk-content-styling .mr-md-25,
  .ghk-content-styling .mx-md-25 {
    margin-right: 1.563rem;
  }
  .ghk-content-styling .mb-md-25,
  .ghk-content-styling .my-md-25 {
    margin-bottom: 1.563rem;
  }
  .ghk-content-styling .ml-md-25,
  .ghk-content-styling .mx-md-25 {
    margin-left: 1.563rem;
  }
  .ghk-content-styling .m-md-30 {
    margin: 1.875rem;
  }
  .ghk-content-styling .mt-md-30,
  .ghk-content-styling .my-md-30 {
    margin-top: 1.875rem;
  }
  .ghk-content-styling .mr-md-30,
  .ghk-content-styling .mx-md-30 {
    margin-right: 1.875rem;
  }
  .ghk-content-styling .mb-md-30,
  .ghk-content-styling .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .ghk-content-styling .ml-md-30,
  .ghk-content-styling .mx-md-30 {
    margin-left: 1.875rem;
  }
  .ghk-content-styling .m-md-35 {
    margin: 2.188rem;
  }
  .ghk-content-styling .mt-md-35,
  .ghk-content-styling .my-md-35 {
    margin-top: 2.188rem;
  }
  .ghk-content-styling .mr-md-35,
  .ghk-content-styling .mx-md-35 {
    margin-right: 2.188rem;
  }
  .ghk-content-styling .mb-md-35,
  .ghk-content-styling .my-md-35 {
    margin-bottom: 2.188rem;
  }
  .ghk-content-styling .ml-md-35,
  .ghk-content-styling .mx-md-35 {
    margin-left: 2.188rem;
  }
  .ghk-content-styling .m-md-40 {
    margin: 2.5rem;
  }
  .ghk-content-styling .mt-md-40,
  .ghk-content-styling .my-md-40 {
    margin-top: 2.5rem;
  }
  .ghk-content-styling .mr-md-40,
  .ghk-content-styling .mx-md-40 {
    margin-right: 2.5rem;
  }
  .ghk-content-styling .mb-md-40,
  .ghk-content-styling .my-md-40 {
    margin-bottom: 2.5rem;
  }
  .ghk-content-styling .ml-md-40,
  .ghk-content-styling .mx-md-40 {
    margin-left: 2.5rem;
  }
  .ghk-content-styling .m-md-45 {
    margin: 2.813rem;
  }
  .ghk-content-styling .mt-md-45,
  .ghk-content-styling .my-md-45 {
    margin-top: 2.813rem;
  }
  .ghk-content-styling .mr-md-45,
  .ghk-content-styling .mx-md-45 {
    margin-right: 2.813rem;
  }
  .ghk-content-styling .mb-md-45,
  .ghk-content-styling .my-md-45 {
    margin-bottom: 2.813rem;
  }
  .ghk-content-styling .ml-md-45,
  .ghk-content-styling .mx-md-45 {
    margin-left: 2.813rem;
  }
  .ghk-content-styling .m-md-50 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-md-50,
  .ghk-content-styling .my-md-50 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-md-50,
  .ghk-content-styling .mx-md-50 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-md-50,
  .ghk-content-styling .my-md-50 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-md-50,
  .ghk-content-styling .mx-md-50 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-md-60 {
    margin: 3.7rem;
  }
  .ghk-content-styling .mt-md-60,
  .ghk-content-styling .my-md-60 {
    margin-top: 3.7rem;
  }
  .ghk-content-styling .mr-md-60,
  .ghk-content-styling .mx-md-60 {
    margin-right: 3.7rem;
  }
  .ghk-content-styling .mb-md-60,
  .ghk-content-styling .my-md-60 {
    margin-bottom: 3.7rem;
  }
  .ghk-content-styling .ml-md-60,
  .ghk-content-styling .mx-md-60 {
    margin-left: 3.7rem;
  }
  .ghk-content-styling .m-md-6 {
    margin: 4.5rem;
  }
  .ghk-content-styling .mt-md-6,
  .ghk-content-styling .my-md-6 {
    margin-top: 4.5rem;
  }
  .ghk-content-styling .mr-md-6,
  .ghk-content-styling .mx-md-6 {
    margin-right: 4.5rem;
  }
  .ghk-content-styling .mb-md-6,
  .ghk-content-styling .my-md-6 {
    margin-bottom: 4.5rem;
  }
  .ghk-content-styling .ml-md-6,
  .ghk-content-styling .mx-md-6 {
    margin-left: 4.5rem;
  }
  .ghk-content-styling .m-md-7 {
    margin: 6rem;
  }
  .ghk-content-styling .mt-md-7,
  .ghk-content-styling .my-md-7 {
    margin-top: 6rem;
  }
  .ghk-content-styling .mr-md-7,
  .ghk-content-styling .mx-md-7 {
    margin-right: 6rem;
  }
  .ghk-content-styling .mb-md-7,
  .ghk-content-styling .my-md-7 {
    margin-bottom: 6rem;
  }
  .ghk-content-styling .ml-md-7,
  .ghk-content-styling .mx-md-7 {
    margin-left: 6rem;
  }
  .ghk-content-styling .m-md-8 {
    margin: 7.5rem;
  }
  .ghk-content-styling .mt-md-8,
  .ghk-content-styling .my-md-8 {
    margin-top: 7.5rem;
  }
  .ghk-content-styling .mr-md-8,
  .ghk-content-styling .mx-md-8 {
    margin-right: 7.5rem;
  }
  .ghk-content-styling .mb-md-8,
  .ghk-content-styling .my-md-8 {
    margin-bottom: 7.5rem;
  }
  .ghk-content-styling .ml-md-8,
  .ghk-content-styling .mx-md-8 {
    margin-left: 7.5rem;
  }
  .ghk-content-styling .p-md-0 {
    padding: 0;
  }
  .ghk-content-styling .pt-md-0,
  .ghk-content-styling .py-md-0 {
    padding-top: 0;
  }
  .ghk-content-styling .pr-md-0,
  .ghk-content-styling .px-md-0 {
    padding-right: 0;
  }
  .ghk-content-styling .pb-md-0,
  .ghk-content-styling .py-md-0 {
    padding-bottom: 0;
  }
  .ghk-content-styling .pl-md-0,
  .ghk-content-styling .px-md-0 {
    padding-left: 0;
  }
  .ghk-content-styling .p-md-1 {
    padding: 0.25rem;
  }
  .ghk-content-styling .pt-md-1,
  .ghk-content-styling .py-md-1 {
    padding-top: 0.25rem;
  }
  .ghk-content-styling .pr-md-1,
  .ghk-content-styling .px-md-1 {
    padding-right: 0.25rem;
  }
  .ghk-content-styling .pb-md-1,
  .ghk-content-styling .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .ghk-content-styling .pl-md-1,
  .ghk-content-styling .px-md-1 {
    padding-left: 0.25rem;
  }
  .ghk-content-styling .p-md-2 {
    padding: 0.5rem;
  }
  .ghk-content-styling .pt-md-2,
  .ghk-content-styling .py-md-2 {
    padding-top: 0.5rem;
  }
  .ghk-content-styling .pr-md-2,
  .ghk-content-styling .px-md-2 {
    padding-right: 0.5rem;
  }
  .ghk-content-styling .pb-md-2,
  .ghk-content-styling .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .ghk-content-styling .pl-md-2,
  .ghk-content-styling .px-md-2 {
    padding-left: 0.5rem;
  }
  .ghk-content-styling .p-md-3 {
    padding: 1rem;
  }
  .ghk-content-styling .pt-md-3,
  .ghk-content-styling .py-md-3 {
    padding-top: 1rem;
  }
  .ghk-content-styling .pr-md-3,
  .ghk-content-styling .px-md-3 {
    padding-right: 1rem;
  }
  .ghk-content-styling .pb-md-3,
  .ghk-content-styling .py-md-3 {
    padding-bottom: 1rem;
  }
  .ghk-content-styling .pl-md-3,
  .ghk-content-styling .px-md-3 {
    padding-left: 1rem;
  }
  .ghk-content-styling .p-md-4 {
    padding: 1.5rem;
  }
  .ghk-content-styling .pt-md-4,
  .ghk-content-styling .py-md-4 {
    padding-top: 1.5rem;
  }
  .ghk-content-styling .pr-md-4,
  .ghk-content-styling .px-md-4 {
    padding-right: 1.5rem;
  }
  .ghk-content-styling .pb-md-4,
  .ghk-content-styling .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .ghk-content-styling .pl-md-4,
  .ghk-content-styling .px-md-4 {
    padding-left: 1.5rem;
  }
  .ghk-content-styling .p-md-5 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-md-5,
  .ghk-content-styling .py-md-5 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-md-5,
  .ghk-content-styling .px-md-5 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-md-5,
  .ghk-content-styling .py-md-5 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-md-5,
  .ghk-content-styling .px-md-5 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-md-10 {
    padding: 0.625rem;
  }
  .ghk-content-styling .pt-md-10,
  .ghk-content-styling .py-md-10 {
    padding-top: 0.625rem;
  }
  .ghk-content-styling .pr-md-10,
  .ghk-content-styling .px-md-10 {
    padding-right: 0.625rem;
  }
  .ghk-content-styling .pb-md-10,
  .ghk-content-styling .py-md-10 {
    padding-bottom: 0.625rem;
  }
  .ghk-content-styling .pl-md-10,
  .ghk-content-styling .px-md-10 {
    padding-left: 0.625rem;
  }
  .ghk-content-styling .p-md-12 {
    padding: 0.75rem;
  }
  .ghk-content-styling .pt-md-12,
  .ghk-content-styling .py-md-12 {
    padding-top: 0.75rem;
  }
  .ghk-content-styling .pr-md-12,
  .ghk-content-styling .px-md-12 {
    padding-right: 0.75rem;
  }
  .ghk-content-styling .pb-md-12,
  .ghk-content-styling .py-md-12 {
    padding-bottom: 0.75rem;
  }
  .ghk-content-styling .pl-md-12,
  .ghk-content-styling .px-md-12 {
    padding-left: 0.75rem;
  }
  .ghk-content-styling .p-md-15 {
    padding: 0.9375rem;
  }
  .ghk-content-styling .pt-md-15,
  .ghk-content-styling .py-md-15 {
    padding-top: 0.9375rem;
  }
  .ghk-content-styling .pr-md-15,
  .ghk-content-styling .px-md-15 {
    padding-right: 0.9375rem;
  }
  .ghk-content-styling .pb-md-15,
  .ghk-content-styling .py-md-15 {
    padding-bottom: 0.9375rem;
  }
  .ghk-content-styling .pl-md-15,
  .ghk-content-styling .px-md-15 {
    padding-left: 0.9375rem;
  }
  .ghk-content-styling .p-md-20 {
    padding: 1.25rem;
  }
  .ghk-content-styling .pt-md-20,
  .ghk-content-styling .py-md-20 {
    padding-top: 1.25rem;
  }
  .ghk-content-styling .pr-md-20,
  .ghk-content-styling .px-md-20 {
    padding-right: 1.25rem;
  }
  .ghk-content-styling .pb-md-20,
  .ghk-content-styling .py-md-20 {
    padding-bottom: 1.25rem;
  }
  .ghk-content-styling .pl-md-20,
  .ghk-content-styling .px-md-20 {
    padding-left: 1.25rem;
  }
  .ghk-content-styling .p-md-25 {
    padding: 1.563rem;
  }
  .ghk-content-styling .pt-md-25,
  .ghk-content-styling .py-md-25 {
    padding-top: 1.563rem;
  }
  .ghk-content-styling .pr-md-25,
  .ghk-content-styling .px-md-25 {
    padding-right: 1.563rem;
  }
  .ghk-content-styling .pb-md-25,
  .ghk-content-styling .py-md-25 {
    padding-bottom: 1.563rem;
  }
  .ghk-content-styling .pl-md-25,
  .ghk-content-styling .px-md-25 {
    padding-left: 1.563rem;
  }
  .ghk-content-styling .p-md-30 {
    padding: 1.875rem;
  }
  .ghk-content-styling .pt-md-30,
  .ghk-content-styling .py-md-30 {
    padding-top: 1.875rem;
  }
  .ghk-content-styling .pr-md-30,
  .ghk-content-styling .px-md-30 {
    padding-right: 1.875rem;
  }
  .ghk-content-styling .pb-md-30,
  .ghk-content-styling .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ghk-content-styling .pl-md-30,
  .ghk-content-styling .px-md-30 {
    padding-left: 1.875rem;
  }
  .ghk-content-styling .p-md-35 {
    padding: 2.188rem;
  }
  .ghk-content-styling .pt-md-35,
  .ghk-content-styling .py-md-35 {
    padding-top: 2.188rem;
  }
  .ghk-content-styling .pr-md-35,
  .ghk-content-styling .px-md-35 {
    padding-right: 2.188rem;
  }
  .ghk-content-styling .pb-md-35,
  .ghk-content-styling .py-md-35 {
    padding-bottom: 2.188rem;
  }
  .ghk-content-styling .pl-md-35,
  .ghk-content-styling .px-md-35 {
    padding-left: 2.188rem;
  }
  .ghk-content-styling .p-md-40 {
    padding: 2.5rem;
  }
  .ghk-content-styling .pt-md-40,
  .ghk-content-styling .py-md-40 {
    padding-top: 2.5rem;
  }
  .ghk-content-styling .pr-md-40,
  .ghk-content-styling .px-md-40 {
    padding-right: 2.5rem;
  }
  .ghk-content-styling .pb-md-40,
  .ghk-content-styling .py-md-40 {
    padding-bottom: 2.5rem;
  }
  .ghk-content-styling .pl-md-40,
  .ghk-content-styling .px-md-40 {
    padding-left: 2.5rem;
  }
  .ghk-content-styling .p-md-45 {
    padding: 2.813rem;
  }
  .ghk-content-styling .pt-md-45,
  .ghk-content-styling .py-md-45 {
    padding-top: 2.813rem;
  }
  .ghk-content-styling .pr-md-45,
  .ghk-content-styling .px-md-45 {
    padding-right: 2.813rem;
  }
  .ghk-content-styling .pb-md-45,
  .ghk-content-styling .py-md-45 {
    padding-bottom: 2.813rem;
  }
  .ghk-content-styling .pl-md-45,
  .ghk-content-styling .px-md-45 {
    padding-left: 2.813rem;
  }
  .ghk-content-styling .p-md-50 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-md-50,
  .ghk-content-styling .py-md-50 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-md-50,
  .ghk-content-styling .px-md-50 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-md-50,
  .ghk-content-styling .py-md-50 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-md-50,
  .ghk-content-styling .px-md-50 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-md-60 {
    padding: 3.7rem;
  }
  .ghk-content-styling .pt-md-60,
  .ghk-content-styling .py-md-60 {
    padding-top: 3.7rem;
  }
  .ghk-content-styling .pr-md-60,
  .ghk-content-styling .px-md-60 {
    padding-right: 3.7rem;
  }
  .ghk-content-styling .pb-md-60,
  .ghk-content-styling .py-md-60 {
    padding-bottom: 3.7rem;
  }
  .ghk-content-styling .pl-md-60,
  .ghk-content-styling .px-md-60 {
    padding-left: 3.7rem;
  }
  .ghk-content-styling .p-md-6 {
    padding: 4.5rem;
  }
  .ghk-content-styling .pt-md-6,
  .ghk-content-styling .py-md-6 {
    padding-top: 4.5rem;
  }
  .ghk-content-styling .pr-md-6,
  .ghk-content-styling .px-md-6 {
    padding-right: 4.5rem;
  }
  .ghk-content-styling .pb-md-6,
  .ghk-content-styling .py-md-6 {
    padding-bottom: 4.5rem;
  }
  .ghk-content-styling .pl-md-6,
  .ghk-content-styling .px-md-6 {
    padding-left: 4.5rem;
  }
  .ghk-content-styling .p-md-7 {
    padding: 6rem;
  }
  .ghk-content-styling .pt-md-7,
  .ghk-content-styling .py-md-7 {
    padding-top: 6rem;
  }
  .ghk-content-styling .pr-md-7,
  .ghk-content-styling .px-md-7 {
    padding-right: 6rem;
  }
  .ghk-content-styling .pb-md-7,
  .ghk-content-styling .py-md-7 {
    padding-bottom: 6rem;
  }
  .ghk-content-styling .pl-md-7,
  .ghk-content-styling .px-md-7 {
    padding-left: 6rem;
  }
  .ghk-content-styling .p-md-8 {
    padding: 7.5rem;
  }
  .ghk-content-styling .pt-md-8,
  .ghk-content-styling .py-md-8 {
    padding-top: 7.5rem;
  }
  .ghk-content-styling .pr-md-8,
  .ghk-content-styling .px-md-8 {
    padding-right: 7.5rem;
  }
  .ghk-content-styling .pb-md-8,
  .ghk-content-styling .py-md-8 {
    padding-bottom: 7.5rem;
  }
  .ghk-content-styling .pl-md-8,
  .ghk-content-styling .px-md-8 {
    padding-left: 7.5rem;
  }
  .ghk-content-styling .m-md-auto {
    margin: auto;
  }
  .ghk-content-styling .mt-md-auto,
  .ghk-content-styling .my-md-auto {
    margin-top: auto;
  }
  .ghk-content-styling .mr-md-auto,
  .ghk-content-styling .mx-md-auto {
    margin-right: auto;
  }
  .ghk-content-styling .mb-md-auto,
  .ghk-content-styling .my-md-auto {
    margin-bottom: auto;
  }
  .ghk-content-styling .ml-md-auto,
  .ghk-content-styling .mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .m-lg-0 {
    margin: 0;
  }
  .ghk-content-styling .mt-lg-0,
  .ghk-content-styling .my-lg-0 {
    margin-top: 0;
  }
  .ghk-content-styling .mr-lg-0,
  .ghk-content-styling .mx-lg-0 {
    margin-right: 0;
  }
  .ghk-content-styling .mb-lg-0,
  .ghk-content-styling .my-lg-0 {
    margin-bottom: 0;
  }
  .ghk-content-styling .ml-lg-0,
  .ghk-content-styling .mx-lg-0 {
    margin-left: 0;
  }
  .ghk-content-styling .m-lg-1 {
    margin: 0.25rem;
  }
  .ghk-content-styling .mt-lg-1,
  .ghk-content-styling .my-lg-1 {
    margin-top: 0.25rem;
  }
  .ghk-content-styling .mr-lg-1,
  .ghk-content-styling .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .ghk-content-styling .mb-lg-1,
  .ghk-content-styling .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ghk-content-styling .ml-lg-1,
  .ghk-content-styling .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .ghk-content-styling .m-lg-2 {
    margin: 0.5rem;
  }
  .ghk-content-styling .mt-lg-2,
  .ghk-content-styling .my-lg-2 {
    margin-top: 0.5rem;
  }
  .ghk-content-styling .mr-lg-2,
  .ghk-content-styling .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .ghk-content-styling .mb-lg-2,
  .ghk-content-styling .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ghk-content-styling .ml-lg-2,
  .ghk-content-styling .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .ghk-content-styling .m-lg-3 {
    margin: 1rem;
  }
  .ghk-content-styling .mt-lg-3,
  .ghk-content-styling .my-lg-3 {
    margin-top: 1rem;
  }
  .ghk-content-styling .mr-lg-3,
  .ghk-content-styling .mx-lg-3 {
    margin-right: 1rem;
  }
  .ghk-content-styling .mb-lg-3,
  .ghk-content-styling .my-lg-3 {
    margin-bottom: 1rem;
  }
  .ghk-content-styling .ml-lg-3,
  .ghk-content-styling .mx-lg-3 {
    margin-left: 1rem;
  }
  .ghk-content-styling .m-lg-4 {
    margin: 1.5rem;
  }
  .ghk-content-styling .mt-lg-4,
  .ghk-content-styling .my-lg-4 {
    margin-top: 1.5rem;
  }
  .ghk-content-styling .mr-lg-4,
  .ghk-content-styling .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .ghk-content-styling .mb-lg-4,
  .ghk-content-styling .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ghk-content-styling .ml-lg-4,
  .ghk-content-styling .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .ghk-content-styling .m-lg-5 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-lg-5,
  .ghk-content-styling .my-lg-5 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-lg-5,
  .ghk-content-styling .mx-lg-5 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-lg-5,
  .ghk-content-styling .my-lg-5 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-lg-5,
  .ghk-content-styling .mx-lg-5 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-lg-10 {
    margin: 0.625rem;
  }
  .ghk-content-styling .mt-lg-10,
  .ghk-content-styling .my-lg-10 {
    margin-top: 0.625rem;
  }
  .ghk-content-styling .mr-lg-10,
  .ghk-content-styling .mx-lg-10 {
    margin-right: 0.625rem;
  }
  .ghk-content-styling .mb-lg-10,
  .ghk-content-styling .my-lg-10 {
    margin-bottom: 0.625rem;
  }
  .ghk-content-styling .ml-lg-10,
  .ghk-content-styling .mx-lg-10 {
    margin-left: 0.625rem;
  }
  .ghk-content-styling .m-lg-12 {
    margin: 0.75rem;
  }
  .ghk-content-styling .mt-lg-12,
  .ghk-content-styling .my-lg-12 {
    margin-top: 0.75rem;
  }
  .ghk-content-styling .mr-lg-12,
  .ghk-content-styling .mx-lg-12 {
    margin-right: 0.75rem;
  }
  .ghk-content-styling .mb-lg-12,
  .ghk-content-styling .my-lg-12 {
    margin-bottom: 0.75rem;
  }
  .ghk-content-styling .ml-lg-12,
  .ghk-content-styling .mx-lg-12 {
    margin-left: 0.75rem;
  }
  .ghk-content-styling .m-lg-15 {
    margin: 0.9375rem;
  }
  .ghk-content-styling .mt-lg-15,
  .ghk-content-styling .my-lg-15 {
    margin-top: 0.9375rem;
  }
  .ghk-content-styling .mr-lg-15,
  .ghk-content-styling .mx-lg-15 {
    margin-right: 0.9375rem;
  }
  .ghk-content-styling .mb-lg-15,
  .ghk-content-styling .my-lg-15 {
    margin-bottom: 0.9375rem;
  }
  .ghk-content-styling .ml-lg-15,
  .ghk-content-styling .mx-lg-15 {
    margin-left: 0.9375rem;
  }
  .ghk-content-styling .m-lg-20 {
    margin: 1.25rem;
  }
  .ghk-content-styling .mt-lg-20,
  .ghk-content-styling .my-lg-20 {
    margin-top: 1.25rem;
  }
  .ghk-content-styling .mr-lg-20,
  .ghk-content-styling .mx-lg-20 {
    margin-right: 1.25rem;
  }
  .ghk-content-styling .mb-lg-20,
  .ghk-content-styling .my-lg-20 {
    margin-bottom: 1.25rem;
  }
  .ghk-content-styling .ml-lg-20,
  .ghk-content-styling .mx-lg-20 {
    margin-left: 1.25rem;
  }
  .ghk-content-styling .m-lg-25 {
    margin: 1.563rem;
  }
  .ghk-content-styling .mt-lg-25,
  .ghk-content-styling .my-lg-25 {
    margin-top: 1.563rem;
  }
  .ghk-content-styling .mr-lg-25,
  .ghk-content-styling .mx-lg-25 {
    margin-right: 1.563rem;
  }
  .ghk-content-styling .mb-lg-25,
  .ghk-content-styling .my-lg-25 {
    margin-bottom: 1.563rem;
  }
  .ghk-content-styling .ml-lg-25,
  .ghk-content-styling .mx-lg-25 {
    margin-left: 1.563rem;
  }
  .ghk-content-styling .m-lg-30 {
    margin: 1.875rem;
  }
  .ghk-content-styling .mt-lg-30,
  .ghk-content-styling .my-lg-30 {
    margin-top: 1.875rem;
  }
  .ghk-content-styling .mr-lg-30,
  .ghk-content-styling .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .ghk-content-styling .mb-lg-30,
  .ghk-content-styling .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .ghk-content-styling .ml-lg-30,
  .ghk-content-styling .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .ghk-content-styling .m-lg-35 {
    margin: 2.188rem;
  }
  .ghk-content-styling .mt-lg-35,
  .ghk-content-styling .my-lg-35 {
    margin-top: 2.188rem;
  }
  .ghk-content-styling .mr-lg-35,
  .ghk-content-styling .mx-lg-35 {
    margin-right: 2.188rem;
  }
  .ghk-content-styling .mb-lg-35,
  .ghk-content-styling .my-lg-35 {
    margin-bottom: 2.188rem;
  }
  .ghk-content-styling .ml-lg-35,
  .ghk-content-styling .mx-lg-35 {
    margin-left: 2.188rem;
  }
  .ghk-content-styling .m-lg-40 {
    margin: 2.5rem;
  }
  .ghk-content-styling .mt-lg-40,
  .ghk-content-styling .my-lg-40 {
    margin-top: 2.5rem;
  }
  .ghk-content-styling .mr-lg-40,
  .ghk-content-styling .mx-lg-40 {
    margin-right: 2.5rem;
  }
  .ghk-content-styling .mb-lg-40,
  .ghk-content-styling .my-lg-40 {
    margin-bottom: 2.5rem;
  }
  .ghk-content-styling .ml-lg-40,
  .ghk-content-styling .mx-lg-40 {
    margin-left: 2.5rem;
  }
  .ghk-content-styling .m-lg-45 {
    margin: 2.813rem;
  }
  .ghk-content-styling .mt-lg-45,
  .ghk-content-styling .my-lg-45 {
    margin-top: 2.813rem;
  }
  .ghk-content-styling .mr-lg-45,
  .ghk-content-styling .mx-lg-45 {
    margin-right: 2.813rem;
  }
  .ghk-content-styling .mb-lg-45,
  .ghk-content-styling .my-lg-45 {
    margin-bottom: 2.813rem;
  }
  .ghk-content-styling .ml-lg-45,
  .ghk-content-styling .mx-lg-45 {
    margin-left: 2.813rem;
  }
  .ghk-content-styling .m-lg-50 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-lg-50,
  .ghk-content-styling .my-lg-50 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-lg-50,
  .ghk-content-styling .mx-lg-50 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-lg-50,
  .ghk-content-styling .my-lg-50 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-lg-50,
  .ghk-content-styling .mx-lg-50 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-lg-60 {
    margin: 3.7rem;
  }
  .ghk-content-styling .mt-lg-60,
  .ghk-content-styling .my-lg-60 {
    margin-top: 3.7rem;
  }
  .ghk-content-styling .mr-lg-60,
  .ghk-content-styling .mx-lg-60 {
    margin-right: 3.7rem;
  }
  .ghk-content-styling .mb-lg-60,
  .ghk-content-styling .my-lg-60 {
    margin-bottom: 3.7rem;
  }
  .ghk-content-styling .ml-lg-60,
  .ghk-content-styling .mx-lg-60 {
    margin-left: 3.7rem;
  }
  .ghk-content-styling .m-lg-6 {
    margin: 4.5rem;
  }
  .ghk-content-styling .mt-lg-6,
  .ghk-content-styling .my-lg-6 {
    margin-top: 4.5rem;
  }
  .ghk-content-styling .mr-lg-6,
  .ghk-content-styling .mx-lg-6 {
    margin-right: 4.5rem;
  }
  .ghk-content-styling .mb-lg-6,
  .ghk-content-styling .my-lg-6 {
    margin-bottom: 4.5rem;
  }
  .ghk-content-styling .ml-lg-6,
  .ghk-content-styling .mx-lg-6 {
    margin-left: 4.5rem;
  }
  .ghk-content-styling .m-lg-7 {
    margin: 6rem;
  }
  .ghk-content-styling .mt-lg-7,
  .ghk-content-styling .my-lg-7 {
    margin-top: 6rem;
  }
  .ghk-content-styling .mr-lg-7,
  .ghk-content-styling .mx-lg-7 {
    margin-right: 6rem;
  }
  .ghk-content-styling .mb-lg-7,
  .ghk-content-styling .my-lg-7 {
    margin-bottom: 6rem;
  }
  .ghk-content-styling .ml-lg-7,
  .ghk-content-styling .mx-lg-7 {
    margin-left: 6rem;
  }
  .ghk-content-styling .m-lg-8 {
    margin: 7.5rem;
  }
  .ghk-content-styling .mt-lg-8,
  .ghk-content-styling .my-lg-8 {
    margin-top: 7.5rem;
  }
  .ghk-content-styling .mr-lg-8,
  .ghk-content-styling .mx-lg-8 {
    margin-right: 7.5rem;
  }
  .ghk-content-styling .mb-lg-8,
  .ghk-content-styling .my-lg-8 {
    margin-bottom: 7.5rem;
  }
  .ghk-content-styling .ml-lg-8,
  .ghk-content-styling .mx-lg-8 {
    margin-left: 7.5rem;
  }
  .ghk-content-styling .p-lg-0 {
    padding: 0;
  }
  .ghk-content-styling .pt-lg-0,
  .ghk-content-styling .py-lg-0 {
    padding-top: 0;
  }
  .ghk-content-styling .pr-lg-0,
  .ghk-content-styling .px-lg-0 {
    padding-right: 0;
  }
  .ghk-content-styling .pb-lg-0,
  .ghk-content-styling .py-lg-0 {
    padding-bottom: 0;
  }
  .ghk-content-styling .pl-lg-0,
  .ghk-content-styling .px-lg-0 {
    padding-left: 0;
  }
  .ghk-content-styling .p-lg-1 {
    padding: 0.25rem;
  }
  .ghk-content-styling .pt-lg-1,
  .ghk-content-styling .py-lg-1 {
    padding-top: 0.25rem;
  }
  .ghk-content-styling .pr-lg-1,
  .ghk-content-styling .px-lg-1 {
    padding-right: 0.25rem;
  }
  .ghk-content-styling .pb-lg-1,
  .ghk-content-styling .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .ghk-content-styling .pl-lg-1,
  .ghk-content-styling .px-lg-1 {
    padding-left: 0.25rem;
  }
  .ghk-content-styling .p-lg-2 {
    padding: 0.5rem;
  }
  .ghk-content-styling .pt-lg-2,
  .ghk-content-styling .py-lg-2 {
    padding-top: 0.5rem;
  }
  .ghk-content-styling .pr-lg-2,
  .ghk-content-styling .px-lg-2 {
    padding-right: 0.5rem;
  }
  .ghk-content-styling .pb-lg-2,
  .ghk-content-styling .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .ghk-content-styling .pl-lg-2,
  .ghk-content-styling .px-lg-2 {
    padding-left: 0.5rem;
  }
  .ghk-content-styling .p-lg-3 {
    padding: 1rem;
  }
  .ghk-content-styling .pt-lg-3,
  .ghk-content-styling .py-lg-3 {
    padding-top: 1rem;
  }
  .ghk-content-styling .pr-lg-3,
  .ghk-content-styling .px-lg-3 {
    padding-right: 1rem;
  }
  .ghk-content-styling .pb-lg-3,
  .ghk-content-styling .py-lg-3 {
    padding-bottom: 1rem;
  }
  .ghk-content-styling .pl-lg-3,
  .ghk-content-styling .px-lg-3 {
    padding-left: 1rem;
  }
  .ghk-content-styling .p-lg-4 {
    padding: 1.5rem;
  }
  .ghk-content-styling .pt-lg-4,
  .ghk-content-styling .py-lg-4 {
    padding-top: 1.5rem;
  }
  .ghk-content-styling .pr-lg-4,
  .ghk-content-styling .px-lg-4 {
    padding-right: 1.5rem;
  }
  .ghk-content-styling .pb-lg-4,
  .ghk-content-styling .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .ghk-content-styling .pl-lg-4,
  .ghk-content-styling .px-lg-4 {
    padding-left: 1.5rem;
  }
  .ghk-content-styling .p-lg-5 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-lg-5,
  .ghk-content-styling .py-lg-5 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-lg-5,
  .ghk-content-styling .px-lg-5 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-lg-5,
  .ghk-content-styling .py-lg-5 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-lg-5,
  .ghk-content-styling .px-lg-5 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-lg-10 {
    padding: 0.625rem;
  }
  .ghk-content-styling .pt-lg-10,
  .ghk-content-styling .py-lg-10 {
    padding-top: 0.625rem;
  }
  .ghk-content-styling .pr-lg-10,
  .ghk-content-styling .px-lg-10 {
    padding-right: 0.625rem;
  }
  .ghk-content-styling .pb-lg-10,
  .ghk-content-styling .py-lg-10 {
    padding-bottom: 0.625rem;
  }
  .ghk-content-styling .pl-lg-10,
  .ghk-content-styling .px-lg-10 {
    padding-left: 0.625rem;
  }
  .ghk-content-styling .p-lg-12 {
    padding: 0.75rem;
  }
  .ghk-content-styling .pt-lg-12,
  .ghk-content-styling .py-lg-12 {
    padding-top: 0.75rem;
  }
  .ghk-content-styling .pr-lg-12,
  .ghk-content-styling .px-lg-12 {
    padding-right: 0.75rem;
  }
  .ghk-content-styling .pb-lg-12,
  .ghk-content-styling .py-lg-12 {
    padding-bottom: 0.75rem;
  }
  .ghk-content-styling .pl-lg-12,
  .ghk-content-styling .px-lg-12 {
    padding-left: 0.75rem;
  }
  .ghk-content-styling .p-lg-15 {
    padding: 0.9375rem;
  }
  .ghk-content-styling .pt-lg-15,
  .ghk-content-styling .py-lg-15 {
    padding-top: 0.9375rem;
  }
  .ghk-content-styling .pr-lg-15,
  .ghk-content-styling .px-lg-15 {
    padding-right: 0.9375rem;
  }
  .ghk-content-styling .pb-lg-15,
  .ghk-content-styling .py-lg-15 {
    padding-bottom: 0.9375rem;
  }
  .ghk-content-styling .pl-lg-15,
  .ghk-content-styling .px-lg-15 {
    padding-left: 0.9375rem;
  }
  .ghk-content-styling .p-lg-20 {
    padding: 1.25rem;
  }
  .ghk-content-styling .pt-lg-20,
  .ghk-content-styling .py-lg-20 {
    padding-top: 1.25rem;
  }
  .ghk-content-styling .pr-lg-20,
  .ghk-content-styling .px-lg-20 {
    padding-right: 1.25rem;
  }
  .ghk-content-styling .pb-lg-20,
  .ghk-content-styling .py-lg-20 {
    padding-bottom: 1.25rem;
  }
  .ghk-content-styling .pl-lg-20,
  .ghk-content-styling .px-lg-20 {
    padding-left: 1.25rem;
  }
  .ghk-content-styling .p-lg-25 {
    padding: 1.563rem;
  }
  .ghk-content-styling .pt-lg-25,
  .ghk-content-styling .py-lg-25 {
    padding-top: 1.563rem;
  }
  .ghk-content-styling .pr-lg-25,
  .ghk-content-styling .px-lg-25 {
    padding-right: 1.563rem;
  }
  .ghk-content-styling .pb-lg-25,
  .ghk-content-styling .py-lg-25 {
    padding-bottom: 1.563rem;
  }
  .ghk-content-styling .pl-lg-25,
  .ghk-content-styling .px-lg-25 {
    padding-left: 1.563rem;
  }
  .ghk-content-styling .p-lg-30 {
    padding: 1.875rem;
  }
  .ghk-content-styling .pt-lg-30,
  .ghk-content-styling .py-lg-30 {
    padding-top: 1.875rem;
  }
  .ghk-content-styling .pr-lg-30,
  .ghk-content-styling .px-lg-30 {
    padding-right: 1.875rem;
  }
  .ghk-content-styling .pb-lg-30,
  .ghk-content-styling .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ghk-content-styling .pl-lg-30,
  .ghk-content-styling .px-lg-30 {
    padding-left: 1.875rem;
  }
  .ghk-content-styling .p-lg-35 {
    padding: 2.188rem;
  }
  .ghk-content-styling .pt-lg-35,
  .ghk-content-styling .py-lg-35 {
    padding-top: 2.188rem;
  }
  .ghk-content-styling .pr-lg-35,
  .ghk-content-styling .px-lg-35 {
    padding-right: 2.188rem;
  }
  .ghk-content-styling .pb-lg-35,
  .ghk-content-styling .py-lg-35 {
    padding-bottom: 2.188rem;
  }
  .ghk-content-styling .pl-lg-35,
  .ghk-content-styling .px-lg-35 {
    padding-left: 2.188rem;
  }
  .ghk-content-styling .p-lg-40 {
    padding: 2.5rem;
  }
  .ghk-content-styling .pt-lg-40,
  .ghk-content-styling .py-lg-40 {
    padding-top: 2.5rem;
  }
  .ghk-content-styling .pr-lg-40,
  .ghk-content-styling .px-lg-40 {
    padding-right: 2.5rem;
  }
  .ghk-content-styling .pb-lg-40,
  .ghk-content-styling .py-lg-40 {
    padding-bottom: 2.5rem;
  }
  .ghk-content-styling .pl-lg-40,
  .ghk-content-styling .px-lg-40 {
    padding-left: 2.5rem;
  }
  .ghk-content-styling .p-lg-45 {
    padding: 2.813rem;
  }
  .ghk-content-styling .pt-lg-45,
  .ghk-content-styling .py-lg-45 {
    padding-top: 2.813rem;
  }
  .ghk-content-styling .pr-lg-45,
  .ghk-content-styling .px-lg-45 {
    padding-right: 2.813rem;
  }
  .ghk-content-styling .pb-lg-45,
  .ghk-content-styling .py-lg-45 {
    padding-bottom: 2.813rem;
  }
  .ghk-content-styling .pl-lg-45,
  .ghk-content-styling .px-lg-45 {
    padding-left: 2.813rem;
  }
  .ghk-content-styling .p-lg-50 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-lg-50,
  .ghk-content-styling .py-lg-50 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-lg-50,
  .ghk-content-styling .px-lg-50 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-lg-50,
  .ghk-content-styling .py-lg-50 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-lg-50,
  .ghk-content-styling .px-lg-50 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-lg-60 {
    padding: 3.7rem;
  }
  .ghk-content-styling .pt-lg-60,
  .ghk-content-styling .py-lg-60 {
    padding-top: 3.7rem;
  }
  .ghk-content-styling .pr-lg-60,
  .ghk-content-styling .px-lg-60 {
    padding-right: 3.7rem;
  }
  .ghk-content-styling .pb-lg-60,
  .ghk-content-styling .py-lg-60 {
    padding-bottom: 3.7rem;
  }
  .ghk-content-styling .pl-lg-60,
  .ghk-content-styling .px-lg-60 {
    padding-left: 3.7rem;
  }
  .ghk-content-styling .p-lg-6 {
    padding: 4.5rem;
  }
  .ghk-content-styling .pt-lg-6,
  .ghk-content-styling .py-lg-6 {
    padding-top: 4.5rem;
  }
  .ghk-content-styling .pr-lg-6,
  .ghk-content-styling .px-lg-6 {
    padding-right: 4.5rem;
  }
  .ghk-content-styling .pb-lg-6,
  .ghk-content-styling .py-lg-6 {
    padding-bottom: 4.5rem;
  }
  .ghk-content-styling .pl-lg-6,
  .ghk-content-styling .px-lg-6 {
    padding-left: 4.5rem;
  }
  .ghk-content-styling .p-lg-7 {
    padding: 6rem;
  }
  .ghk-content-styling .pt-lg-7,
  .ghk-content-styling .py-lg-7 {
    padding-top: 6rem;
  }
  .ghk-content-styling .pr-lg-7,
  .ghk-content-styling .px-lg-7 {
    padding-right: 6rem;
  }
  .ghk-content-styling .pb-lg-7,
  .ghk-content-styling .py-lg-7 {
    padding-bottom: 6rem;
  }
  .ghk-content-styling .pl-lg-7,
  .ghk-content-styling .px-lg-7 {
    padding-left: 6rem;
  }
  .ghk-content-styling .p-lg-8 {
    padding: 7.5rem;
  }
  .ghk-content-styling .pt-lg-8,
  .ghk-content-styling .py-lg-8 {
    padding-top: 7.5rem;
  }
  .ghk-content-styling .pr-lg-8,
  .ghk-content-styling .px-lg-8 {
    padding-right: 7.5rem;
  }
  .ghk-content-styling .pb-lg-8,
  .ghk-content-styling .py-lg-8 {
    padding-bottom: 7.5rem;
  }
  .ghk-content-styling .pl-lg-8,
  .ghk-content-styling .px-lg-8 {
    padding-left: 7.5rem;
  }
  .ghk-content-styling .m-lg-auto {
    margin: auto;
  }
  .ghk-content-styling .mt-lg-auto,
  .ghk-content-styling .my-lg-auto {
    margin-top: auto;
  }
  .ghk-content-styling .mr-lg-auto,
  .ghk-content-styling .mx-lg-auto {
    margin-right: auto;
  }
  .ghk-content-styling .mb-lg-auto,
  .ghk-content-styling .my-lg-auto {
    margin-bottom: auto;
  }
  .ghk-content-styling .ml-lg-auto,
  .ghk-content-styling .mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1150px) {
  .ghk-content-styling .m-xl-0 {
    margin: 0;
  }
  .ghk-content-styling .mt-xl-0,
  .ghk-content-styling .my-xl-0 {
    margin-top: 0;
  }
  .ghk-content-styling .mr-xl-0,
  .ghk-content-styling .mx-xl-0 {
    margin-right: 0;
  }
  .ghk-content-styling .mb-xl-0,
  .ghk-content-styling .my-xl-0 {
    margin-bottom: 0;
  }
  .ghk-content-styling .ml-xl-0,
  .ghk-content-styling .mx-xl-0 {
    margin-left: 0;
  }
  .ghk-content-styling .m-xl-1 {
    margin: 0.25rem;
  }
  .ghk-content-styling .mt-xl-1,
  .ghk-content-styling .my-xl-1 {
    margin-top: 0.25rem;
  }
  .ghk-content-styling .mr-xl-1,
  .ghk-content-styling .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .ghk-content-styling .mb-xl-1,
  .ghk-content-styling .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ghk-content-styling .ml-xl-1,
  .ghk-content-styling .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .ghk-content-styling .m-xl-2 {
    margin: 0.5rem;
  }
  .ghk-content-styling .mt-xl-2,
  .ghk-content-styling .my-xl-2 {
    margin-top: 0.5rem;
  }
  .ghk-content-styling .mr-xl-2,
  .ghk-content-styling .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .ghk-content-styling .mb-xl-2,
  .ghk-content-styling .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ghk-content-styling .ml-xl-2,
  .ghk-content-styling .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .ghk-content-styling .m-xl-3 {
    margin: 1rem;
  }
  .ghk-content-styling .mt-xl-3,
  .ghk-content-styling .my-xl-3 {
    margin-top: 1rem;
  }
  .ghk-content-styling .mr-xl-3,
  .ghk-content-styling .mx-xl-3 {
    margin-right: 1rem;
  }
  .ghk-content-styling .mb-xl-3,
  .ghk-content-styling .my-xl-3 {
    margin-bottom: 1rem;
  }
  .ghk-content-styling .ml-xl-3,
  .ghk-content-styling .mx-xl-3 {
    margin-left: 1rem;
  }
  .ghk-content-styling .m-xl-4 {
    margin: 1.5rem;
  }
  .ghk-content-styling .mt-xl-4,
  .ghk-content-styling .my-xl-4 {
    margin-top: 1.5rem;
  }
  .ghk-content-styling .mr-xl-4,
  .ghk-content-styling .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .ghk-content-styling .mb-xl-4,
  .ghk-content-styling .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ghk-content-styling .ml-xl-4,
  .ghk-content-styling .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .ghk-content-styling .m-xl-5 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-xl-5,
  .ghk-content-styling .my-xl-5 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-xl-5,
  .ghk-content-styling .mx-xl-5 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-xl-5,
  .ghk-content-styling .my-xl-5 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-xl-5,
  .ghk-content-styling .mx-xl-5 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-xl-10 {
    margin: 0.625rem;
  }
  .ghk-content-styling .mt-xl-10,
  .ghk-content-styling .my-xl-10 {
    margin-top: 0.625rem;
  }
  .ghk-content-styling .mr-xl-10,
  .ghk-content-styling .mx-xl-10 {
    margin-right: 0.625rem;
  }
  .ghk-content-styling .mb-xl-10,
  .ghk-content-styling .my-xl-10 {
    margin-bottom: 0.625rem;
  }
  .ghk-content-styling .ml-xl-10,
  .ghk-content-styling .mx-xl-10 {
    margin-left: 0.625rem;
  }
  .ghk-content-styling .m-xl-12 {
    margin: 0.75rem;
  }
  .ghk-content-styling .mt-xl-12,
  .ghk-content-styling .my-xl-12 {
    margin-top: 0.75rem;
  }
  .ghk-content-styling .mr-xl-12,
  .ghk-content-styling .mx-xl-12 {
    margin-right: 0.75rem;
  }
  .ghk-content-styling .mb-xl-12,
  .ghk-content-styling .my-xl-12 {
    margin-bottom: 0.75rem;
  }
  .ghk-content-styling .ml-xl-12,
  .ghk-content-styling .mx-xl-12 {
    margin-left: 0.75rem;
  }
  .ghk-content-styling .m-xl-15 {
    margin: 0.9375rem;
  }
  .ghk-content-styling .mt-xl-15,
  .ghk-content-styling .my-xl-15 {
    margin-top: 0.9375rem;
  }
  .ghk-content-styling .mr-xl-15,
  .ghk-content-styling .mx-xl-15 {
    margin-right: 0.9375rem;
  }
  .ghk-content-styling .mb-xl-15,
  .ghk-content-styling .my-xl-15 {
    margin-bottom: 0.9375rem;
  }
  .ghk-content-styling .ml-xl-15,
  .ghk-content-styling .mx-xl-15 {
    margin-left: 0.9375rem;
  }
  .ghk-content-styling .m-xl-20 {
    margin: 1.25rem;
  }
  .ghk-content-styling .mt-xl-20,
  .ghk-content-styling .my-xl-20 {
    margin-top: 1.25rem;
  }
  .ghk-content-styling .mr-xl-20,
  .ghk-content-styling .mx-xl-20 {
    margin-right: 1.25rem;
  }
  .ghk-content-styling .mb-xl-20,
  .ghk-content-styling .my-xl-20 {
    margin-bottom: 1.25rem;
  }
  .ghk-content-styling .ml-xl-20,
  .ghk-content-styling .mx-xl-20 {
    margin-left: 1.25rem;
  }
  .ghk-content-styling .m-xl-25 {
    margin: 1.563rem;
  }
  .ghk-content-styling .mt-xl-25,
  .ghk-content-styling .my-xl-25 {
    margin-top: 1.563rem;
  }
  .ghk-content-styling .mr-xl-25,
  .ghk-content-styling .mx-xl-25 {
    margin-right: 1.563rem;
  }
  .ghk-content-styling .mb-xl-25,
  .ghk-content-styling .my-xl-25 {
    margin-bottom: 1.563rem;
  }
  .ghk-content-styling .ml-xl-25,
  .ghk-content-styling .mx-xl-25 {
    margin-left: 1.563rem;
  }
  .ghk-content-styling .m-xl-30 {
    margin: 1.875rem;
  }
  .ghk-content-styling .mt-xl-30,
  .ghk-content-styling .my-xl-30 {
    margin-top: 1.875rem;
  }
  .ghk-content-styling .mr-xl-30,
  .ghk-content-styling .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .ghk-content-styling .mb-xl-30,
  .ghk-content-styling .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .ghk-content-styling .ml-xl-30,
  .ghk-content-styling .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .ghk-content-styling .m-xl-35 {
    margin: 2.188rem;
  }
  .ghk-content-styling .mt-xl-35,
  .ghk-content-styling .my-xl-35 {
    margin-top: 2.188rem;
  }
  .ghk-content-styling .mr-xl-35,
  .ghk-content-styling .mx-xl-35 {
    margin-right: 2.188rem;
  }
  .ghk-content-styling .mb-xl-35,
  .ghk-content-styling .my-xl-35 {
    margin-bottom: 2.188rem;
  }
  .ghk-content-styling .ml-xl-35,
  .ghk-content-styling .mx-xl-35 {
    margin-left: 2.188rem;
  }
  .ghk-content-styling .m-xl-40 {
    margin: 2.5rem;
  }
  .ghk-content-styling .mt-xl-40,
  .ghk-content-styling .my-xl-40 {
    margin-top: 2.5rem;
  }
  .ghk-content-styling .mr-xl-40,
  .ghk-content-styling .mx-xl-40 {
    margin-right: 2.5rem;
  }
  .ghk-content-styling .mb-xl-40,
  .ghk-content-styling .my-xl-40 {
    margin-bottom: 2.5rem;
  }
  .ghk-content-styling .ml-xl-40,
  .ghk-content-styling .mx-xl-40 {
    margin-left: 2.5rem;
  }
  .ghk-content-styling .m-xl-45 {
    margin: 2.813rem;
  }
  .ghk-content-styling .mt-xl-45,
  .ghk-content-styling .my-xl-45 {
    margin-top: 2.813rem;
  }
  .ghk-content-styling .mr-xl-45,
  .ghk-content-styling .mx-xl-45 {
    margin-right: 2.813rem;
  }
  .ghk-content-styling .mb-xl-45,
  .ghk-content-styling .my-xl-45 {
    margin-bottom: 2.813rem;
  }
  .ghk-content-styling .ml-xl-45,
  .ghk-content-styling .mx-xl-45 {
    margin-left: 2.813rem;
  }
  .ghk-content-styling .m-xl-50 {
    margin: 3rem;
  }
  .ghk-content-styling .mt-xl-50,
  .ghk-content-styling .my-xl-50 {
    margin-top: 3rem;
  }
  .ghk-content-styling .mr-xl-50,
  .ghk-content-styling .mx-xl-50 {
    margin-right: 3rem;
  }
  .ghk-content-styling .mb-xl-50,
  .ghk-content-styling .my-xl-50 {
    margin-bottom: 3rem;
  }
  .ghk-content-styling .ml-xl-50,
  .ghk-content-styling .mx-xl-50 {
    margin-left: 3rem;
  }
  .ghk-content-styling .m-xl-60 {
    margin: 3.7rem;
  }
  .ghk-content-styling .mt-xl-60,
  .ghk-content-styling .my-xl-60 {
    margin-top: 3.7rem;
  }
  .ghk-content-styling .mr-xl-60,
  .ghk-content-styling .mx-xl-60 {
    margin-right: 3.7rem;
  }
  .ghk-content-styling .mb-xl-60,
  .ghk-content-styling .my-xl-60 {
    margin-bottom: 3.7rem;
  }
  .ghk-content-styling .ml-xl-60,
  .ghk-content-styling .mx-xl-60 {
    margin-left: 3.7rem;
  }
  .ghk-content-styling .m-xl-6 {
    margin: 4.5rem;
  }
  .ghk-content-styling .mt-xl-6,
  .ghk-content-styling .my-xl-6 {
    margin-top: 4.5rem;
  }
  .ghk-content-styling .mr-xl-6,
  .ghk-content-styling .mx-xl-6 {
    margin-right: 4.5rem;
  }
  .ghk-content-styling .mb-xl-6,
  .ghk-content-styling .my-xl-6 {
    margin-bottom: 4.5rem;
  }
  .ghk-content-styling .ml-xl-6,
  .ghk-content-styling .mx-xl-6 {
    margin-left: 4.5rem;
  }
  .ghk-content-styling .m-xl-7 {
    margin: 6rem;
  }
  .ghk-content-styling .mt-xl-7,
  .ghk-content-styling .my-xl-7 {
    margin-top: 6rem;
  }
  .ghk-content-styling .mr-xl-7,
  .ghk-content-styling .mx-xl-7 {
    margin-right: 6rem;
  }
  .ghk-content-styling .mb-xl-7,
  .ghk-content-styling .my-xl-7 {
    margin-bottom: 6rem;
  }
  .ghk-content-styling .ml-xl-7,
  .ghk-content-styling .mx-xl-7 {
    margin-left: 6rem;
  }
  .ghk-content-styling .m-xl-8 {
    margin: 7.5rem;
  }
  .ghk-content-styling .mt-xl-8,
  .ghk-content-styling .my-xl-8 {
    margin-top: 7.5rem;
  }
  .ghk-content-styling .mr-xl-8,
  .ghk-content-styling .mx-xl-8 {
    margin-right: 7.5rem;
  }
  .ghk-content-styling .mb-xl-8,
  .ghk-content-styling .my-xl-8 {
    margin-bottom: 7.5rem;
  }
  .ghk-content-styling .ml-xl-8,
  .ghk-content-styling .mx-xl-8 {
    margin-left: 7.5rem;
  }
  .ghk-content-styling .p-xl-0 {
    padding: 0;
  }
  .ghk-content-styling .pt-xl-0,
  .ghk-content-styling .py-xl-0 {
    padding-top: 0;
  }
  .ghk-content-styling .pr-xl-0,
  .ghk-content-styling .px-xl-0 {
    padding-right: 0;
  }
  .ghk-content-styling .pb-xl-0,
  .ghk-content-styling .py-xl-0 {
    padding-bottom: 0;
  }
  .ghk-content-styling .pl-xl-0,
  .ghk-content-styling .px-xl-0 {
    padding-left: 0;
  }
  .ghk-content-styling .p-xl-1 {
    padding: 0.25rem;
  }
  .ghk-content-styling .pt-xl-1,
  .ghk-content-styling .py-xl-1 {
    padding-top: 0.25rem;
  }
  .ghk-content-styling .pr-xl-1,
  .ghk-content-styling .px-xl-1 {
    padding-right: 0.25rem;
  }
  .ghk-content-styling .pb-xl-1,
  .ghk-content-styling .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .ghk-content-styling .pl-xl-1,
  .ghk-content-styling .px-xl-1 {
    padding-left: 0.25rem;
  }
  .ghk-content-styling .p-xl-2 {
    padding: 0.5rem;
  }
  .ghk-content-styling .pt-xl-2,
  .ghk-content-styling .py-xl-2 {
    padding-top: 0.5rem;
  }
  .ghk-content-styling .pr-xl-2,
  .ghk-content-styling .px-xl-2 {
    padding-right: 0.5rem;
  }
  .ghk-content-styling .pb-xl-2,
  .ghk-content-styling .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .ghk-content-styling .pl-xl-2,
  .ghk-content-styling .px-xl-2 {
    padding-left: 0.5rem;
  }
  .ghk-content-styling .p-xl-3 {
    padding: 1rem;
  }
  .ghk-content-styling .pt-xl-3,
  .ghk-content-styling .py-xl-3 {
    padding-top: 1rem;
  }
  .ghk-content-styling .pr-xl-3,
  .ghk-content-styling .px-xl-3 {
    padding-right: 1rem;
  }
  .ghk-content-styling .pb-xl-3,
  .ghk-content-styling .py-xl-3 {
    padding-bottom: 1rem;
  }
  .ghk-content-styling .pl-xl-3,
  .ghk-content-styling .px-xl-3 {
    padding-left: 1rem;
  }
  .ghk-content-styling .p-xl-4 {
    padding: 1.5rem;
  }
  .ghk-content-styling .pt-xl-4,
  .ghk-content-styling .py-xl-4 {
    padding-top: 1.5rem;
  }
  .ghk-content-styling .pr-xl-4,
  .ghk-content-styling .px-xl-4 {
    padding-right: 1.5rem;
  }
  .ghk-content-styling .pb-xl-4,
  .ghk-content-styling .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .ghk-content-styling .pl-xl-4,
  .ghk-content-styling .px-xl-4 {
    padding-left: 1.5rem;
  }
  .ghk-content-styling .p-xl-5 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-xl-5,
  .ghk-content-styling .py-xl-5 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-xl-5,
  .ghk-content-styling .px-xl-5 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-xl-5,
  .ghk-content-styling .py-xl-5 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-xl-5,
  .ghk-content-styling .px-xl-5 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-xl-10 {
    padding: 0.625rem;
  }
  .ghk-content-styling .pt-xl-10,
  .ghk-content-styling .py-xl-10 {
    padding-top: 0.625rem;
  }
  .ghk-content-styling .pr-xl-10,
  .ghk-content-styling .px-xl-10 {
    padding-right: 0.625rem;
  }
  .ghk-content-styling .pb-xl-10,
  .ghk-content-styling .py-xl-10 {
    padding-bottom: 0.625rem;
  }
  .ghk-content-styling .pl-xl-10,
  .ghk-content-styling .px-xl-10 {
    padding-left: 0.625rem;
  }
  .ghk-content-styling .p-xl-12 {
    padding: 0.75rem;
  }
  .ghk-content-styling .pt-xl-12,
  .ghk-content-styling .py-xl-12 {
    padding-top: 0.75rem;
  }
  .ghk-content-styling .pr-xl-12,
  .ghk-content-styling .px-xl-12 {
    padding-right: 0.75rem;
  }
  .ghk-content-styling .pb-xl-12,
  .ghk-content-styling .py-xl-12 {
    padding-bottom: 0.75rem;
  }
  .ghk-content-styling .pl-xl-12,
  .ghk-content-styling .px-xl-12 {
    padding-left: 0.75rem;
  }
  .ghk-content-styling .p-xl-15 {
    padding: 0.9375rem;
  }
  .ghk-content-styling .pt-xl-15,
  .ghk-content-styling .py-xl-15 {
    padding-top: 0.9375rem;
  }
  .ghk-content-styling .pr-xl-15,
  .ghk-content-styling .px-xl-15 {
    padding-right: 0.9375rem;
  }
  .ghk-content-styling .pb-xl-15,
  .ghk-content-styling .py-xl-15 {
    padding-bottom: 0.9375rem;
  }
  .ghk-content-styling .pl-xl-15,
  .ghk-content-styling .px-xl-15 {
    padding-left: 0.9375rem;
  }
  .ghk-content-styling .p-xl-20 {
    padding: 1.25rem;
  }
  .ghk-content-styling .pt-xl-20,
  .ghk-content-styling .py-xl-20 {
    padding-top: 1.25rem;
  }
  .ghk-content-styling .pr-xl-20,
  .ghk-content-styling .px-xl-20 {
    padding-right: 1.25rem;
  }
  .ghk-content-styling .pb-xl-20,
  .ghk-content-styling .py-xl-20 {
    padding-bottom: 1.25rem;
  }
  .ghk-content-styling .pl-xl-20,
  .ghk-content-styling .px-xl-20 {
    padding-left: 1.25rem;
  }
  .ghk-content-styling .p-xl-25 {
    padding: 1.563rem;
  }
  .ghk-content-styling .pt-xl-25,
  .ghk-content-styling .py-xl-25 {
    padding-top: 1.563rem;
  }
  .ghk-content-styling .pr-xl-25,
  .ghk-content-styling .px-xl-25 {
    padding-right: 1.563rem;
  }
  .ghk-content-styling .pb-xl-25,
  .ghk-content-styling .py-xl-25 {
    padding-bottom: 1.563rem;
  }
  .ghk-content-styling .pl-xl-25,
  .ghk-content-styling .px-xl-25 {
    padding-left: 1.563rem;
  }
  .ghk-content-styling .p-xl-30 {
    padding: 1.875rem;
  }
  .ghk-content-styling .pt-xl-30,
  .ghk-content-styling .py-xl-30 {
    padding-top: 1.875rem;
  }
  .ghk-content-styling .pr-xl-30,
  .ghk-content-styling .px-xl-30 {
    padding-right: 1.875rem;
  }
  .ghk-content-styling .pb-xl-30,
  .ghk-content-styling .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ghk-content-styling .pl-xl-30,
  .ghk-content-styling .px-xl-30 {
    padding-left: 1.875rem;
  }
  .ghk-content-styling .p-xl-35 {
    padding: 2.188rem;
  }
  .ghk-content-styling .pt-xl-35,
  .ghk-content-styling .py-xl-35 {
    padding-top: 2.188rem;
  }
  .ghk-content-styling .pr-xl-35,
  .ghk-content-styling .px-xl-35 {
    padding-right: 2.188rem;
  }
  .ghk-content-styling .pb-xl-35,
  .ghk-content-styling .py-xl-35 {
    padding-bottom: 2.188rem;
  }
  .ghk-content-styling .pl-xl-35,
  .ghk-content-styling .px-xl-35 {
    padding-left: 2.188rem;
  }
  .ghk-content-styling .p-xl-40 {
    padding: 2.5rem;
  }
  .ghk-content-styling .pt-xl-40,
  .ghk-content-styling .py-xl-40 {
    padding-top: 2.5rem;
  }
  .ghk-content-styling .pr-xl-40,
  .ghk-content-styling .px-xl-40 {
    padding-right: 2.5rem;
  }
  .ghk-content-styling .pb-xl-40,
  .ghk-content-styling .py-xl-40 {
    padding-bottom: 2.5rem;
  }
  .ghk-content-styling .pl-xl-40,
  .ghk-content-styling .px-xl-40 {
    padding-left: 2.5rem;
  }
  .ghk-content-styling .p-xl-45 {
    padding: 2.813rem;
  }
  .ghk-content-styling .pt-xl-45,
  .ghk-content-styling .py-xl-45 {
    padding-top: 2.813rem;
  }
  .ghk-content-styling .pr-xl-45,
  .ghk-content-styling .px-xl-45 {
    padding-right: 2.813rem;
  }
  .ghk-content-styling .pb-xl-45,
  .ghk-content-styling .py-xl-45 {
    padding-bottom: 2.813rem;
  }
  .ghk-content-styling .pl-xl-45,
  .ghk-content-styling .px-xl-45 {
    padding-left: 2.813rem;
  }
  .ghk-content-styling .p-xl-50 {
    padding: 3rem;
  }
  .ghk-content-styling .pt-xl-50,
  .ghk-content-styling .py-xl-50 {
    padding-top: 3rem;
  }
  .ghk-content-styling .pr-xl-50,
  .ghk-content-styling .px-xl-50 {
    padding-right: 3rem;
  }
  .ghk-content-styling .pb-xl-50,
  .ghk-content-styling .py-xl-50 {
    padding-bottom: 3rem;
  }
  .ghk-content-styling .pl-xl-50,
  .ghk-content-styling .px-xl-50 {
    padding-left: 3rem;
  }
  .ghk-content-styling .p-xl-60 {
    padding: 3.7rem;
  }
  .ghk-content-styling .pt-xl-60,
  .ghk-content-styling .py-xl-60 {
    padding-top: 3.7rem;
  }
  .ghk-content-styling .pr-xl-60,
  .ghk-content-styling .px-xl-60 {
    padding-right: 3.7rem;
  }
  .ghk-content-styling .pb-xl-60,
  .ghk-content-styling .py-xl-60 {
    padding-bottom: 3.7rem;
  }
  .ghk-content-styling .pl-xl-60,
  .ghk-content-styling .px-xl-60 {
    padding-left: 3.7rem;
  }
  .ghk-content-styling .p-xl-6 {
    padding: 4.5rem;
  }
  .ghk-content-styling .pt-xl-6,
  .ghk-content-styling .py-xl-6 {
    padding-top: 4.5rem;
  }
  .ghk-content-styling .pr-xl-6,
  .ghk-content-styling .px-xl-6 {
    padding-right: 4.5rem;
  }
  .ghk-content-styling .pb-xl-6,
  .ghk-content-styling .py-xl-6 {
    padding-bottom: 4.5rem;
  }
  .ghk-content-styling .pl-xl-6,
  .ghk-content-styling .px-xl-6 {
    padding-left: 4.5rem;
  }
  .ghk-content-styling .p-xl-7 {
    padding: 6rem;
  }
  .ghk-content-styling .pt-xl-7,
  .ghk-content-styling .py-xl-7 {
    padding-top: 6rem;
  }
  .ghk-content-styling .pr-xl-7,
  .ghk-content-styling .px-xl-7 {
    padding-right: 6rem;
  }
  .ghk-content-styling .pb-xl-7,
  .ghk-content-styling .py-xl-7 {
    padding-bottom: 6rem;
  }
  .ghk-content-styling .pl-xl-7,
  .ghk-content-styling .px-xl-7 {
    padding-left: 6rem;
  }
  .ghk-content-styling .p-xl-8 {
    padding: 7.5rem;
  }
  .ghk-content-styling .pt-xl-8,
  .ghk-content-styling .py-xl-8 {
    padding-top: 7.5rem;
  }
  .ghk-content-styling .pr-xl-8,
  .ghk-content-styling .px-xl-8 {
    padding-right: 7.5rem;
  }
  .ghk-content-styling .pb-xl-8,
  .ghk-content-styling .py-xl-8 {
    padding-bottom: 7.5rem;
  }
  .ghk-content-styling .pl-xl-8,
  .ghk-content-styling .px-xl-8 {
    padding-left: 7.5rem;
  }
  .ghk-content-styling .m-xl-auto {
    margin: auto;
  }
  .ghk-content-styling .mt-xl-auto,
  .ghk-content-styling .my-xl-auto {
    margin-top: auto;
  }
  .ghk-content-styling .mr-xl-auto,
  .ghk-content-styling .mx-xl-auto {
    margin-right: auto;
  }
  .ghk-content-styling .mb-xl-auto,
  .ghk-content-styling .my-xl-auto {
    margin-bottom: auto;
  }
  .ghk-content-styling .ml-xl-auto,
  .ghk-content-styling .mx-xl-auto {
    margin-left: auto;
  }
}
.ghk-content-styling .d-none, .ghk-content-styling .login__link.active {
  display: none !important;
}
.ghk-content-styling .d-inline {
  display: inline;
}
.ghk-content-styling .d-inline-block {
  display: inline-block;
}
.ghk-content-styling .d-block {
  display: block;
}
.ghk-content-styling .d-table {
  display: table;
}
.ghk-content-styling .d-table-row {
  display: table-row;
}
.ghk-content-styling .d-table-cell {
  display: table-cell;
}
.ghk-content-styling .d-flex, .ghk-content-styling .mail-with-number-count, .ghk-content-styling .next, .ghk-content-styling .prev, .ghk-content-styling .breadcrumb, .ghk-content-styling .team-nav, .ghk-content-styling .video [data-play=pause] .video--pause, .ghk-content-styling .video--play, .ghk-content-styling .video__panel, .ghk-content-styling .endresult, .ghk-content-styling .result__data--double, .ghk-content-styling .result, .ghk-content-styling .container__result, .ghk-content-styling .login__signature, .ghk-content-styling .card--wrap, .ghk-content-styling .card--center, .ghk-content-styling .card--column, .ghk-content-styling .account-data__item--flex, .ghk-content-styling .custom-control, .ghk-content-styling .add-child__container, .ghk-content-styling .file__selected, .ghk-content-styling .files__container, .ghk-content-styling .form-inline, .ghk-content-styling .form-row, .ghk-content-styling .navbar-list, .ghk-content-styling .navbar-header, .ghk-content-styling .link__icon, .ghk-content-styling .container__justify-between, .ghk-content-styling .table__linesonly, .ghk-content-styling .container__justify-center, .ghk-content-styling .container__justify-end, .ghk-content-styling .wrapper {
  display: flex;
}
.ghk-content-styling .d-inline-flex {
  display: inline-flex;
}
@media (min-width: 576px) {
  .ghk-content-styling .d-sm-none {
    display: none !important;
  }
  .ghk-content-styling .d-sm-inline {
    display: inline;
  }
  .ghk-content-styling .d-sm-inline-block {
    display: inline-block;
  }
  .ghk-content-styling .d-sm-block {
    display: block;
  }
  .ghk-content-styling .d-sm-table {
    display: table;
  }
  .ghk-content-styling .d-sm-table-row {
    display: table-row;
  }
  .ghk-content-styling .d-sm-table-cell {
    display: table-cell;
  }
  .ghk-content-styling .d-sm-flex, .ghk-content-styling .footer__section .footer__container .nav-footer__nav, .ghk-content-styling .form-inline label, .ghk-content-styling .form-inline .form-group, .ghk-content-styling .form-inline .form-check {
    display: flex;
  }
  .ghk-content-styling .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .ghk-content-styling .d-md-none {
    display: none !important;
  }
  .ghk-content-styling .d-md-inline {
    display: inline;
  }
  .ghk-content-styling .d-md-inline-block {
    display: inline-block;
  }
  .ghk-content-styling .d-md-block {
    display: block;
  }
  .ghk-content-styling .d-md-table {
    display: table;
  }
  .ghk-content-styling .d-md-table-row {
    display: table-row;
  }
  .ghk-content-styling .d-md-table-cell {
    display: table-cell;
  }
  .ghk-content-styling .d-md-flex {
    display: flex;
  }
  .ghk-content-styling .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .d-lg-none {
    display: none !important;
  }
  .ghk-content-styling .d-lg-inline {
    display: inline;
  }
  .ghk-content-styling .d-lg-inline-block {
    display: inline-block;
  }
  .ghk-content-styling .d-lg-block {
    display: block;
  }
  .ghk-content-styling .d-lg-table {
    display: table;
  }
  .ghk-content-styling .d-lg-table-row {
    display: table-row;
  }
  .ghk-content-styling .d-lg-table-cell {
    display: table-cell;
  }
  .ghk-content-styling .d-lg-flex {
    display: flex;
  }
  .ghk-content-styling .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1150px) {
  .ghk-content-styling .d-xl-none {
    display: none !important;
  }
  .ghk-content-styling .d-xl-inline {
    display: inline;
  }
  .ghk-content-styling .d-xl-inline-block {
    display: inline-block;
  }
  .ghk-content-styling .d-xl-block {
    display: block;
  }
  .ghk-content-styling .d-xl-table {
    display: table;
  }
  .ghk-content-styling .d-xl-table-row {
    display: table-row;
  }
  .ghk-content-styling .d-xl-table-cell {
    display: table-cell;
  }
  .ghk-content-styling .d-xl-flex {
    display: flex;
  }
  .ghk-content-styling .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .ghk-content-styling .d-print-none {
    display: none;
  }
  .ghk-content-styling .d-print-inline {
    display: inline;
  }
  .ghk-content-styling .d-print-inline-block {
    display: inline-block;
  }
  .ghk-content-styling .d-print-block {
    display: block;
  }
  .ghk-content-styling .d-print-table {
    display: table;
  }
  .ghk-content-styling .d-print-table-row {
    display: table-row;
  }
  .ghk-content-styling .d-print-table-cell {
    display: table-cell;
  }
  .ghk-content-styling .d-print-flex {
    display: block !important;
  }
  .ghk-content-styling .d-print-inline-flex {
    display: inline-flex;
  }
}
.ghk-content-styling .flex-row {
  flex-direction: row;
}
.ghk-content-styling .flex-column, .ghk-content-styling .card--column {
  flex-direction: column;
}
.ghk-content-styling .flex-row-reverse {
  flex-direction: row-reverse;
}
.ghk-content-styling .flex-column-reverse {
  flex-direction: column-reverse;
}
.ghk-content-styling .flex-wrap, .ghk-content-styling .card--wrap {
  flex-wrap: wrap;
}
.ghk-content-styling .flex-nowrap {
  flex-wrap: nowrap;
}
.ghk-content-styling .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.ghk-content-styling .justify-content-start {
  justify-content: flex-start;
}
.ghk-content-styling .justify-content-end, .ghk-content-styling .container__justify-end {
  justify-content: flex-end;
}
.ghk-content-styling .justify-content-center, .ghk-content-styling .team-nav, .ghk-content-styling .login__signature, .ghk-content-styling .card--wrap, .ghk-content-styling .card--center, .ghk-content-styling .container__justify-center, .ghk-content-styling .row__justify-center {
  justify-content: center;
}
.ghk-content-styling .justify-content-between, .ghk-content-styling .container__justify-between, .ghk-content-styling .table__linesonly {
  justify-content: space-between;
}
.ghk-content-styling .justify-content-around {
  justify-content: space-around;
}
.ghk-content-styling .align-items-start, .ghk-content-styling .row__start {
  align-items: flex-start;
}
.ghk-content-styling .align-items-end, .ghk-content-styling .row__end {
  align-items: flex-end;
}
.ghk-content-styling .align-items-center, .ghk-content-styling .card--wrap, .ghk-content-styling .card--center, .ghk-content-styling .account-data__item--flex, .ghk-content-styling .link__icon, .ghk-content-styling .row__center {
  align-items: center;
}
.ghk-content-styling .align-items-baseline {
  align-items: baseline;
}
.ghk-content-styling .align-items-stretch {
  align-items: stretch;
}
.ghk-content-styling .align-content-start {
  align-content: flex-start;
}
.ghk-content-styling .align-content-end {
  align-content: flex-end;
}
.ghk-content-styling .align-content-center {
  align-content: center;
}
.ghk-content-styling .align-content-between {
  align-content: space-between;
}
.ghk-content-styling .align-content-around {
  align-content: space-around;
}
.ghk-content-styling .align-content-stretch {
  align-content: stretch;
}
.ghk-content-styling .align-self-auto {
  align-self: auto;
}
.ghk-content-styling .align-self-start {
  align-self: flex-start;
}
.ghk-content-styling .align-self-end {
  align-self: flex-end;
}
.ghk-content-styling .align-self-center {
  align-self: center;
}
.ghk-content-styling .align-self-baseline {
  align-self: baseline;
}
.ghk-content-styling .align-self-stretch {
  align-self: stretch;
}
@media (min-width: 576px) {
  .ghk-content-styling .flex-sm-row {
    flex-direction: row;
  }
  .ghk-content-styling .flex-sm-column {
    flex-direction: column;
  }
  .ghk-content-styling .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .ghk-content-styling .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .ghk-content-styling .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .ghk-content-styling .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .ghk-content-styling .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .ghk-content-styling .justify-content-sm-start {
    justify-content: flex-start;
  }
  .ghk-content-styling .justify-content-sm-end {
    justify-content: flex-end;
  }
  .ghk-content-styling .justify-content-sm-center {
    justify-content: center;
  }
  .ghk-content-styling .justify-content-sm-between {
    justify-content: space-between;
  }
  .ghk-content-styling .justify-content-sm-around {
    justify-content: space-around;
  }
  .ghk-content-styling .align-items-sm-start {
    align-items: flex-start;
  }
  .ghk-content-styling .align-items-sm-end {
    align-items: flex-end;
  }
  .ghk-content-styling .align-items-sm-center {
    align-items: center;
  }
  .ghk-content-styling .align-items-sm-baseline {
    align-items: baseline;
  }
  .ghk-content-styling .align-items-sm-stretch {
    align-items: stretch;
  }
  .ghk-content-styling .align-content-sm-start {
    align-content: flex-start;
  }
  .ghk-content-styling .align-content-sm-end {
    align-content: flex-end;
  }
  .ghk-content-styling .align-content-sm-center {
    align-content: center;
  }
  .ghk-content-styling .align-content-sm-between {
    align-content: space-between;
  }
  .ghk-content-styling .align-content-sm-around {
    align-content: space-around;
  }
  .ghk-content-styling .align-content-sm-stretch {
    align-content: stretch;
  }
  .ghk-content-styling .align-self-sm-auto {
    align-self: auto;
  }
  .ghk-content-styling .align-self-sm-start {
    align-self: flex-start;
  }
  .ghk-content-styling .align-self-sm-end {
    align-self: flex-end;
  }
  .ghk-content-styling .align-self-sm-center {
    align-self: center;
  }
  .ghk-content-styling .align-self-sm-baseline {
    align-self: baseline;
  }
  .ghk-content-styling .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .ghk-content-styling .flex-md-row {
    flex-direction: row;
  }
  .ghk-content-styling .flex-md-column {
    flex-direction: column;
  }
  .ghk-content-styling .flex-md-row-reverse, .ghk-content-styling .content__right {
    flex-direction: row-reverse;
  }
  .ghk-content-styling .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .ghk-content-styling .flex-md-wrap {
    flex-wrap: wrap;
  }
  .ghk-content-styling .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .ghk-content-styling .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .ghk-content-styling .justify-content-md-start {
    justify-content: flex-start;
  }
  .ghk-content-styling .justify-content-md-end {
    justify-content: flex-end;
  }
  .ghk-content-styling .justify-content-md-center {
    justify-content: center;
  }
  .ghk-content-styling .justify-content-md-between {
    justify-content: space-between;
  }
  .ghk-content-styling .justify-content-md-around {
    justify-content: space-around;
  }
  .ghk-content-styling .align-items-md-start {
    align-items: flex-start;
  }
  .ghk-content-styling .align-items-md-end {
    align-items: flex-end;
  }
  .ghk-content-styling .align-items-md-center {
    align-items: center;
  }
  .ghk-content-styling .align-items-md-baseline {
    align-items: baseline;
  }
  .ghk-content-styling .align-items-md-stretch {
    align-items: stretch;
  }
  .ghk-content-styling .align-content-md-start {
    align-content: flex-start;
  }
  .ghk-content-styling .align-content-md-end {
    align-content: flex-end;
  }
  .ghk-content-styling .align-content-md-center {
    align-content: center;
  }
  .ghk-content-styling .align-content-md-between {
    align-content: space-between;
  }
  .ghk-content-styling .align-content-md-around {
    align-content: space-around;
  }
  .ghk-content-styling .align-content-md-stretch {
    align-content: stretch;
  }
  .ghk-content-styling .align-self-md-auto {
    align-self: auto;
  }
  .ghk-content-styling .align-self-md-start {
    align-self: flex-start;
  }
  .ghk-content-styling .align-self-md-end {
    align-self: flex-end;
  }
  .ghk-content-styling .align-self-md-center {
    align-self: center;
  }
  .ghk-content-styling .align-self-md-baseline {
    align-self: baseline;
  }
  .ghk-content-styling .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .flex-lg-row {
    flex-direction: row;
  }
  .ghk-content-styling .flex-lg-column {
    flex-direction: column;
  }
  .ghk-content-styling .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .ghk-content-styling .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .ghk-content-styling .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .ghk-content-styling .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .ghk-content-styling .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .ghk-content-styling .justify-content-lg-start {
    justify-content: flex-start;
  }
  .ghk-content-styling .justify-content-lg-end {
    justify-content: flex-end;
  }
  .ghk-content-styling .justify-content-lg-center {
    justify-content: center;
  }
  .ghk-content-styling .justify-content-lg-between {
    justify-content: space-between;
  }
  .ghk-content-styling .justify-content-lg-around {
    justify-content: space-around;
  }
  .ghk-content-styling .align-items-lg-start {
    align-items: flex-start;
  }
  .ghk-content-styling .align-items-lg-end {
    align-items: flex-end;
  }
  .ghk-content-styling .align-items-lg-center {
    align-items: center;
  }
  .ghk-content-styling .align-items-lg-baseline {
    align-items: baseline;
  }
  .ghk-content-styling .align-items-lg-stretch {
    align-items: stretch;
  }
  .ghk-content-styling .align-content-lg-start {
    align-content: flex-start;
  }
  .ghk-content-styling .align-content-lg-end {
    align-content: flex-end;
  }
  .ghk-content-styling .align-content-lg-center {
    align-content: center;
  }
  .ghk-content-styling .align-content-lg-between {
    align-content: space-between;
  }
  .ghk-content-styling .align-content-lg-around {
    align-content: space-around;
  }
  .ghk-content-styling .align-content-lg-stretch {
    align-content: stretch;
  }
  .ghk-content-styling .align-self-lg-auto {
    align-self: auto;
  }
  .ghk-content-styling .align-self-lg-start {
    align-self: flex-start;
  }
  .ghk-content-styling .align-self-lg-end {
    align-self: flex-end;
  }
  .ghk-content-styling .align-self-lg-center {
    align-self: center;
  }
  .ghk-content-styling .align-self-lg-baseline {
    align-self: baseline;
  }
  .ghk-content-styling .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1150px) {
  .ghk-content-styling .flex-xl-row {
    flex-direction: row;
  }
  .ghk-content-styling .flex-xl-column {
    flex-direction: column;
  }
  .ghk-content-styling .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .ghk-content-styling .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .ghk-content-styling .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .ghk-content-styling .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .ghk-content-styling .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .ghk-content-styling .justify-content-xl-start {
    justify-content: flex-start;
  }
  .ghk-content-styling .justify-content-xl-end {
    justify-content: flex-end;
  }
  .ghk-content-styling .justify-content-xl-center {
    justify-content: center;
  }
  .ghk-content-styling .justify-content-xl-between {
    justify-content: space-between;
  }
  .ghk-content-styling .justify-content-xl-around {
    justify-content: space-around;
  }
  .ghk-content-styling .align-items-xl-start {
    align-items: flex-start;
  }
  .ghk-content-styling .align-items-xl-end {
    align-items: flex-end;
  }
  .ghk-content-styling .align-items-xl-center {
    align-items: center;
  }
  .ghk-content-styling .align-items-xl-baseline {
    align-items: baseline;
  }
  .ghk-content-styling .align-items-xl-stretch {
    align-items: stretch;
  }
  .ghk-content-styling .align-content-xl-start {
    align-content: flex-start;
  }
  .ghk-content-styling .align-content-xl-end {
    align-content: flex-end;
  }
  .ghk-content-styling .align-content-xl-center {
    align-content: center;
  }
  .ghk-content-styling .align-content-xl-between {
    align-content: space-between;
  }
  .ghk-content-styling .align-content-xl-around {
    align-content: space-around;
  }
  .ghk-content-styling .align-content-xl-stretch {
    align-content: stretch;
  }
  .ghk-content-styling .align-self-xl-auto {
    align-self: auto;
  }
  .ghk-content-styling .align-self-xl-start {
    align-self: flex-start;
  }
  .ghk-content-styling .align-self-xl-end {
    align-self: flex-end;
  }
  .ghk-content-styling .align-self-xl-center {
    align-self: center;
  }
  .ghk-content-styling .align-self-xl-baseline {
    align-self: baseline;
  }
  .ghk-content-styling .align-self-xl-stretch {
    align-self: stretch;
  }
}
.ghk-content-styling .navbar-list {
  margin-left: auto;
}
.ghk-content-styling .img-fluid {
  max-width: 100%;
  height: auto;
}
.ghk-content-styling .dropdown-toggle, .ghk-content-styling .navbar-toggler {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.ghk-content-styling .dropdown-toggle:focus, .ghk-content-styling .navbar-toggler:focus {
  outline: 0 auto #e8e7e7;
  outline-offset: 3px;
}
.ghk-content-styling .container__justify-end {
  flex-wrap: wrap;
}
.ghk-content-styling .container__justify-center {
  flex-wrap: wrap;
}
.ghk-content-styling .container__justify-between, .ghk-content-styling .table__linesonly {
  flex-wrap: wrap;
}
.ghk-content-styling .reset-margin {
  margin: 0 !important;
}
@media (min-width: 576px) {
  .ghk-content-styling .negativetopmargin-sm {
    margin-top: -2rem;
  }
}
.ghk-content-styling .t-center {
  text-align: center;
}
.ghk-content-styling .footer__section .footer__container .nav-footer__nav, .ghk-content-styling .navbar__item {
  padding-left: 0;
  list-style: none;
}
.ghk-content-styling .t--blue {
  color: #0a58a8;
}
.ghk-content-styling .t--turquoise {
  color: #06dae7;
}
.ghk-content-styling .t--neon {
  color: #6bee71;
}
.ghk-content-styling .t--green {
  color: #019184;
}
.ghk-content-styling .t--primary, .ghk-content-styling .accordion__header:before, .ghk-content-styling .accordion__header.file__close, .ghk-content-styling .fact__figure, .ghk-content-styling .btn-collapse, .ghk-content-styling .navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__item--locked:before, .ghk-content-styling .navbar__item--locked.file__close {
  color: #4caf50;
}
.ghk-content-styling .i--rotated {
  transform: rotate(90deg);
}
.ghk-content-styling .divider--primary, .ghk-content-styling .fact__divider {
  border: 0 none;
  border-top: 4px solid #4caf50;
}
.ghk-content-styling .divider--small, .ghk-content-styling .fact__divider {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .ghk-content-styling .mobile--hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .mobile--shown {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .ghk-content-styling .xs--hidden {
    display: none;
  }
}
.ghk-content-styling .text-justify {
  text-align: justify;
}
.ghk-content-styling .text-nowrap {
  white-space: nowrap;
}
.ghk-content-styling .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ghk-content-styling .text-left, .ghk-content-styling .table__right .td:first-child {
  text-align: left;
}
.ghk-content-styling .text-right, .ghk-content-styling .table__right .td, .ghk-content-styling .table .td:last-child {
  text-align: right;
}
.ghk-content-styling .text-center, .ghk-content-styling .team__teaser, .ghk-content-styling h2.success {
  text-align: center;
}
@media (min-width: 576px) {
  .ghk-content-styling .text-sm-left {
    text-align: left;
  }
  .ghk-content-styling .text-sm-right {
    text-align: right;
  }
  .ghk-content-styling .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ghk-content-styling .text-md-left {
    text-align: left;
  }
  .ghk-content-styling .text-md-right {
    text-align: right;
  }
  .ghk-content-styling .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .text-lg-left {
    text-align: left;
  }
  .ghk-content-styling .text-lg-right {
    text-align: right;
  }
  .ghk-content-styling .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1150px) {
  .ghk-content-styling .text-xl-left {
    text-align: left;
  }
  .ghk-content-styling .text-xl-right {
    text-align: right;
  }
  .ghk-content-styling .text-xl-center {
    text-align: center;
  }
}
.ghk-content-styling .text-lowercase {
  text-transform: lowercase;
}
.ghk-content-styling .text-uppercase, .ghk-content-styling .td__head, .ghk-content-styling .section-label__form .section-label__form-uppercase {
  text-transform: uppercase;
}
.ghk-content-styling .text-capitalize {
  text-transform: capitalize;
}
.ghk-content-styling .font-weight-light {
  font-weight: 300;
}
.ghk-content-styling .font-weight-normal {
  font-weight: 400;
}
.ghk-content-styling .font-weight-bold, .ghk-content-styling .contact--mail, .ghk-content-styling .contact--tel, .ghk-content-styling .contact--header {
  font-weight: 700;
}
.ghk-content-styling .font-italic {
  font-style: italic;
}
.ghk-content-styling .text-white {
  color: #fff;
}
.ghk-content-styling .text-primary {
  color: #007bff !important;
}
.ghk-content-styling a.text-primary:hover, .ghk-content-styling a.text-primary:focus {
  color: #0062cc !important;
}
.ghk-content-styling .text-secondary {
  color: #6c757d !important;
}
.ghk-content-styling a.text-secondary:hover, .ghk-content-styling a.text-secondary:focus {
  color: #545b62 !important;
}
.ghk-content-styling .text-success {
  color: #28a745 !important;
}
.ghk-content-styling a.text-success:hover, .ghk-content-styling a.text-success:focus {
  color: #1e7e34 !important;
}
.ghk-content-styling .text-info {
  color: #17a2b8 !important;
}
.ghk-content-styling a.text-info:hover, .ghk-content-styling a.text-info:focus {
  color: #117a8b !important;
}
.ghk-content-styling .text-warning {
  color: #ffc107 !important;
}
.ghk-content-styling a.text-warning:hover, .ghk-content-styling a.text-warning:focus {
  color: #d39e00 !important;
}
.ghk-content-styling .text-danger {
  color: #dc3545 !important;
}
.ghk-content-styling a.text-danger:hover, .ghk-content-styling a.text-danger:focus {
  color: #bd2130 !important;
}
.ghk-content-styling .text-light {
  color: #f8f9fa !important;
}
.ghk-content-styling a.text-light:hover, .ghk-content-styling a.text-light:focus {
  color: #dae0e5 !important;
}
.ghk-content-styling .text-dark {
  color: #343a40 !important;
}
.ghk-content-styling a.text-dark:hover, .ghk-content-styling a.text-dark:focus {
  color: #1d2124 !important;
}
.ghk-content-styling .text-muted {
  color: #6c757d;
}
.ghk-content-styling .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.ghk-content-styling .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.ghk-content-styling .sr-only-focusable:active, .ghk-content-styling .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.ghk-content-styling .link {
  color: #4caf50;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.ghk-content-styling .link:hover {
  color: #449d48;
}
.ghk-content-styling .link__icon {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.ghk-content-styling .link__icon [class^=i-], .ghk-content-styling .link__icon .accordion__header {
  display: flex;
  font-size: 23px;
  margin-right: 5px;
}
.ghk-content-styling .headline, .ghk-content-styling .fact__figure {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.ghk-content-styling .headline--large {
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .ghk-content-styling .headline--large {
    font-size: 2.188rem;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .headline--large {
    font-size: 3.125rem;
  }
}
.ghk-content-styling .headline--medium {
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .ghk-content-styling .headline--medium {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .headline--medium {
    font-size: 2.188rem;
  }
}
.ghk-content-styling .headline--small {
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.7;
}
.ghk-content-styling .headline--xsmall {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
}
.ghk-content-styling .navbar-list {
  margin-left: auto;
}
.ghk-content-styling .img-fluid {
  max-width: 100%;
  height: auto;
}
.ghk-content-styling .dropdown-toggle, .ghk-content-styling .navbar-toggler {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.ghk-content-styling .dropdown-toggle:focus, .ghk-content-styling .navbar-toggler:focus {
  outline: 0 auto #e8e7e7;
  outline-offset: 3px;
}
.ghk-content-styling .container__justify-end {
  flex-wrap: wrap;
}
.ghk-content-styling .container__justify-center {
  flex-wrap: wrap;
}
.ghk-content-styling .container__justify-between, .ghk-content-styling .table__linesonly {
  flex-wrap: wrap;
}
.ghk-content-styling .reset-margin {
  margin: 0 !important;
}
@media (min-width: 576px) {
  .ghk-content-styling .negativetopmargin-sm {
    margin-top: -2rem;
  }
}
.ghk-content-styling .t-center {
  text-align: center;
}
.ghk-content-styling .footer__section .footer__container .nav-footer__nav, .ghk-content-styling .navbar__item {
  padding-left: 0;
  list-style: none;
}
.ghk-content-styling .t--blue {
  color: #0a58a8;
}
.ghk-content-styling .t--turquoise {
  color: #06dae7;
}
.ghk-content-styling .t--neon {
  color: #6bee71;
}
.ghk-content-styling .t--green {
  color: #019184;
}
.ghk-content-styling .t--primary, .ghk-content-styling .accordion__header:before, .ghk-content-styling .accordion__header.file__close, .ghk-content-styling .fact__figure, .ghk-content-styling .btn-collapse, .ghk-content-styling .navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__item--locked:before, .ghk-content-styling .navbar__item--locked.file__close {
  color: #4caf50;
}
.ghk-content-styling .i--rotated {
  transform: rotate(90deg);
}
.ghk-content-styling .divider--primary, .ghk-content-styling .fact__divider {
  border: 0 none;
  border-top: 4px solid #4caf50;
}
.ghk-content-styling .divider--small, .ghk-content-styling .fact__divider {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .ghk-content-styling .mobile--hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .ghk-content-styling .mobile--shown {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .ghk-content-styling .xs--hidden {
    display: none;
  }
}
.ghk-content-styling .navbar-brand {
  padding: 9px 0;
}
.ghk-content-styling .navbar-brand img {
  max-width: 100%;
  display: block;
}
.ghk-content-styling .navbar-brand .logo {
  display: block;
  width: auto;
}
.ghk-content-styling .navbar-list {
  align-items: center;
}
.ghk-content-styling .navbar-list [class^=icon-] {
  color: #585858;
}
.ghk-content-styling .navbar-list [class^=i-], .ghk-content-styling .navbar-list .accordion__header {
  color: #736e6e;
}
.ghk-content-styling .navbar-list .i-mail {
  font-size: 20px;
}
.ghk-content-styling .navbar-list__item {
  padding: 14px;
}
.ghk-content-styling .navbar-list__item:last-child {
  padding-right: 0;
}
@media (max-width: 1149.98px) {
  .ghk-content-styling .navbar-login__text {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ghk-content-styling .navbar-login__user {
    display: none;
  }
}
.ghk-content-styling .navbar-toggler {
  cursor: pointer;
  min-width: 35px;
}
.ghk-content-styling .navbar__inner.dropdown-menu {
  box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
}
@media (min-width: 576px) {
  .ghk-content-styling .navbar__inner.dropdown-menu {
    min-width: 365px;
  }
}
.ghk-content-styling .navbar-form__i-search {
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
  color: #736e6e;
}
.ghk-content-styling .navbar-form__input {
  background: transparent;
  border-bottom: 1px solid #e8e7e7;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 18px 22px 18px 58px;
  width: 100%;
}
.ghk-content-styling .navbar-nav {
  margin: 0;
  padding-left: 0;
}
.ghk-content-styling .navbar__item {
  padding: 5px 22px 5px 21px;
  border-left: 4px solid transparent;
}
.ghk-content-styling .navbar__item.active > a, .ghk-content-styling .navbar__item.show > a {
  color: #4caf50;
}
.ghk-content-styling .navbar__item.active > a:after, .ghk-content-styling .navbar__item.show > a:after {
  background-color: #4caf50;
}
.ghk-content-styling .navbar__item.level0 {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e7e7;
}
.ghk-content-styling .navbar__item.level0.show {
  padding-bottom: 0;
}
.ghk-content-styling .navbar__item.level1 {
  padding-left: 0;
}
.ghk-content-styling .navbar__item.level1:last-child {
  padding-bottom: 25px;
}
.ghk-content-styling .navbar__item.level1, .ghk-content-styling .navbar__item.level2, .ghk-content-styling .navbar__item.level3 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
}
.ghk-content-styling .navbar__item--locked {
  position: relative;
}
.ghk-content-styling .navbar__item--locked:before, .ghk-content-styling .navbar__item--locked.file__close, .ghk-content-styling .navbar__item--locked.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__item--locked.navbar__link.dropdown-toggle:before {
  font-size: 0.625rem;
  position: absolute;
  right: 0;
  top: 15px;
}
.ghk-content-styling .navbar__item--locked:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  /* width: 100%; */
  bottom: 0;
  background: #F3F2F2;
  z-index: -1;
  right: -50%;
}
.ghk-content-styling .navbar__link {
  display: flex;
  align-items: center;
}
.ghk-content-styling .navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.file__close {
  font-size: 0.625rem;
  margin-right: 15px;
  transform: rotate(90deg);
}
.ghk-content-styling .navbar__link.level0 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.ghk-content-styling .navbar__link.level0:before, .ghk-content-styling .navbar__link.level0.file__close {
  position: absolute;
  right: -10px;
}
.ghk-content-styling .navbar__link.level0:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -25px;
  width: 4px;
  background-color: transparent;
}
.ghk-content-styling .navbar__link.level0:hover:after {
  background-color: #4caf50;
}
.ghk-content-styling .navbar__link.level1, .ghk-content-styling .navbar__link.level2, .ghk-content-styling .navbar__link.level3 {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: none;
}
.ghk-content-styling .navbar__item.show > .dropdown-toggle:before, .ghk-content-styling .navbar__item.show > .dropdown-toggle.file__close {
  transform: rotate(-90deg);
}
.ghk-content-styling .dropdown-main {
  position: relative;
}
.ghk-content-styling .dropdown-main > .dropdown-menu {
  right: -100%;
  background-color: #ffffff;
  width: 100%;
  transition: right 0.2s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.ghk-content-styling .dropdown-main > .dropdown-menu.show {
  right: 0;
}
@media (min-width: 576px) {
  .ghk-content-styling .dropdown-main > .dropdown-menu {
    width: auto;
  }
}
.ghk-content-styling .header .dropdown-menu {
  transform: none !important;
  left: auto !important;
}
.ghk-content-styling .header .i-search {
  font-size: 25px;
}
.ghk-content-styling .header .i-menu {
  font-size: 21px;
}
.ghk-content-styling .header .i-close, .ghk-content-styling .header .accordion__header:before, .ghk-content-styling .header .accordion__header.file__close, .ghk-content-styling .header .nav-form__i-close {
  font-size: 21px;
}
.ghk-content-styling .header .navbar-list .i-close, .ghk-content-styling .header .navbar-list .accordion__header:before, .ghk-content-styling .header .navbar-list .accordion__header.file__close, .ghk-content-styling .header .navbar-list .nav-form__i-close {
  display: none;
}
.ghk-content-styling .header [aria-expanded=true] [class^=i-], .ghk-content-styling .header [aria-expanded=true] .accordion__header {
  color: #449d48;
}
.ghk-content-styling .header [aria-expanded=true] .i-menu {
  display: none;
}
.ghk-content-styling .header [aria-expanded=true] .i-close, .ghk-content-styling .header [aria-expanded=true] .accordion__header:before, .ghk-content-styling .header [aria-expanded=true] .accordion__header.file__close, .ghk-content-styling .header [aria-expanded=true] .nav-form__i-close {
  display: block;
}
.ghk-content-styling .dropdown-search {
  position: relative;
}
.ghk-content-styling .dropdown-search .dropdown-menu {
  border-top: 1px solid #4caf50;
  border-bottom: 1px solid #e8e7e7;
  width: 100%;
  z-index: 1222;
}
.ghk-content-styling .dropdown-login {
  position: relative;
}
.ghk-content-styling .dropdown-login .dropdown-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e7e7;
  width: 100%;
}
.ghk-content-styling .nav-form {
  background-color: #f9f3f3;
  box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
}
.ghk-content-styling .nav-form__container {
  position: relative;
}
.ghk-content-styling .nav-form__input {
  background: transparent;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  border: 0 none;
  padding: 19px 0 19px 0;
  width: 100%;
}
.ghk-content-styling .nav-form__input:focus {
  background: transparent;
}
.ghk-content-styling .nav-form__i-close {
  position: absolute;
  color: #4caf50;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.ghk-content-styling .navbar-login .i-user {
  font-size: 25px;
}
.ghk-content-styling .nav-login__button {
  margin-top: 30px;
  margin-left: 24px;
}
.ghk-content-styling .nav-login__icon {
  font-size: 23px;
}
.ghk-content-styling .dropdown {
  position: relative;
}
.ghk-content-styling .dropdown-toggle {
  cursor: pointer;
}
.ghk-content-styling .dropdown-menu {
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: auto;
  font-size: 0.875rem;
  list-style: none;
  background-clip: padding-box;
}
@media (min-width: 576px) {
  .ghk-content-styling .dropdown-menu {
    min-width: 365px;
  }
}
.ghk-content-styling .dropdown-menu.level1, .ghk-content-styling .dropdown-menu.level2, .ghk-content-styling .dropdown-menu.level3 {
  position: inherit;
  top: auto;
  left: auto;
  z-index: inherit;
  min-width: auto;
  font-size: 0.875rem;
  max-height: 0;
}
.ghk-content-styling .dropdown-menu.level1.show, .ghk-content-styling .dropdown-menu.level2.show, .ghk-content-styling .dropdown-menu.level3.show {
  max-height: 1000px;
}
.ghk-content-styling .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.ghk-content-styling .btn, .ghk-content-styling .cookie__button {
  display: inline-block;
  overflow: hidden;
  font-weight: 500;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 15px 35px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 26px;
}
.ghk-content-styling .btn:hover, .ghk-content-styling .cookie__button:hover, .ghk-content-styling .btn:focus, .ghk-content-styling .cookie__button:focus, .ghk-content-styling .btn.focus, .ghk-content-styling .focus.cookie__button {
  color: #4caf50;
  text-decoration: none;
}
.ghk-content-styling .btn:active, .ghk-content-styling .cookie__button:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ghk-content-styling .btn.disabled, .ghk-content-styling .disabled.cookie__button, .ghk-content-styling .btn[disabled], .ghk-content-styling [disabled].cookie__button, fieldset[disabled] .ghk-content-styling .btn, fieldset[disabled] .ghk-content-styling .cookie__button {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.ghk-content-styling a.btn.disabled, .ghk-content-styling a.disabled.cookie__button, fieldset[disabled] .ghk-content-styling a.btn, fieldset[disabled] .ghk-content-styling a.cookie__button {
  pointer-events: none;
}
.ghk-content-styling .btn-default, .ghk-content-styling .account-data__btn--cancel {
  transition: border-color 0.4s, color 0.4s;
  color: #4caf50;
  background-color: #ffffff;
  letter-spacing: 0.1rem;
  border-color: #ffffff;
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-default:before, .ghk-content-styling .account-data__btn--cancel:before, .ghk-content-styling .btn-default.file__close, .ghk-content-styling .file__close.account-data__btn--cancel, .ghk-content-styling .btn-default.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__link.dropdown-toggle.file__close.account-data__btn--cancel, .ghk-content-styling .btn-default.navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.account-data__btn--cancel:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #4caf50;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-default:hover, .ghk-content-styling .account-data__btn--cancel:hover, .open > .ghk-content-styling .btn-default.dropdown-toggle, .open > .ghk-content-styling .dropdown-toggle.account-data__btn--cancel {
  color: #ffffff;
}
.ghk-content-styling .btn-default:hover:before, .ghk-content-styling .account-data__btn--cancel:hover:before, .ghk-content-styling .btn-default.file__close:hover, .ghk-content-styling .file__close.account-data__btn--cancel:hover, .open > .ghk-content-styling .btn-default.dropdown-toggle:before, .open > .ghk-content-styling .dropdown-toggle.account-data__btn--cancel:before, .open > .ghk-content-styling .btn-default.dropdown-toggle.file__close, .open > .ghk-content-styling .dropdown-toggle.file__close.account-data__btn--cancel {
  transform: scaleX(1);
}
.ghk-content-styling .btn-default.disabled:hover, .ghk-content-styling .disabled.account-data__btn--cancel:hover, .ghk-content-styling .btn-default.disabled:focus, .ghk-content-styling .disabled.account-data__btn--cancel:focus, .ghk-content-styling .btn-default.disabled.focus, .ghk-content-styling .disabled.focus.account-data__btn--cancel, .ghk-content-styling .btn-default[disabled]:hover, .ghk-content-styling [disabled].account-data__btn--cancel:hover, .ghk-content-styling .btn-default[disabled]:focus, .ghk-content-styling [disabled].account-data__btn--cancel:focus, .ghk-content-styling .btn-default[disabled].focus, .ghk-content-styling [disabled].focus.account-data__btn--cancel, fieldset[disabled] .ghk-content-styling .btn-default:hover, fieldset[disabled] .ghk-content-styling .account-data__btn--cancel:hover, fieldset[disabled] .ghk-content-styling .btn-default:focus, fieldset[disabled] .ghk-content-styling .account-data__btn--cancel:focus, fieldset[disabled] .ghk-content-styling .btn-default.focus, fieldset[disabled] .ghk-content-styling .focus.account-data__btn--cancel {
  color: #ffffff;
}
.ghk-content-styling .btn-default.disabled:hover:before, .ghk-content-styling .disabled.account-data__btn--cancel:hover:before, .ghk-content-styling .btn-default.disabled.file__close:hover, .ghk-content-styling .disabled.file__close.account-data__btn--cancel:hover, .ghk-content-styling .btn-default.disabled:focus:before, .ghk-content-styling .disabled.account-data__btn--cancel:focus:before, .ghk-content-styling .btn-default.disabled.file__close:focus, .ghk-content-styling .disabled.file__close.account-data__btn--cancel:focus, .ghk-content-styling .btn-default.disabled.focus:before, .ghk-content-styling .disabled.focus.account-data__btn--cancel:before, .ghk-content-styling .btn-default.disabled.focus.file__close, .ghk-content-styling .disabled.focus.file__close.account-data__btn--cancel, .ghk-content-styling .btn-default[disabled]:hover:before, .ghk-content-styling [disabled].account-data__btn--cancel:hover:before, .ghk-content-styling .btn-default[disabled].file__close:hover, .ghk-content-styling [disabled].file__close.account-data__btn--cancel:hover, .ghk-content-styling .btn-default[disabled]:focus:before, .ghk-content-styling [disabled].account-data__btn--cancel:focus:before, .ghk-content-styling .btn-default[disabled].file__close:focus, .ghk-content-styling [disabled].file__close.account-data__btn--cancel:focus, .ghk-content-styling .btn-default[disabled].focus:before, .ghk-content-styling [disabled].focus.account-data__btn--cancel:before, .ghk-content-styling .btn-default[disabled].focus.file__close, .ghk-content-styling [disabled].focus.file__close.account-data__btn--cancel, fieldset[disabled] .ghk-content-styling .btn-default:hover:before, fieldset[disabled] .ghk-content-styling .account-data__btn--cancel:hover:before, fieldset[disabled] .ghk-content-styling .btn-default.file__close:hover, fieldset[disabled] .ghk-content-styling .file__close.account-data__btn--cancel:hover, fieldset[disabled] .ghk-content-styling .btn-default:focus:before, fieldset[disabled] .ghk-content-styling .account-data__btn--cancel:focus:before, fieldset[disabled] .ghk-content-styling .btn-default.file__close:focus, fieldset[disabled] .ghk-content-styling .file__close.account-data__btn--cancel:focus, fieldset[disabled] .ghk-content-styling .btn-default.focus:before, fieldset[disabled] .ghk-content-styling .focus.account-data__btn--cancel:before, fieldset[disabled] .ghk-content-styling .btn-default.focus.file__close, fieldset[disabled] .ghk-content-styling .focus.file__close.account-data__btn--cancel {
  opacity: 0;
}
.ghk-content-styling .btn-default .badge, .ghk-content-styling .account-data__btn--cancel .badge {
  color: #4caf50;
  background-color: #4caf50;
}
.ghk-content-styling .btn-default-border, .ghk-content-styling .cookie__button, .ghk-content-styling .btn__filter {
  transition: border-color 0.4s, color 0.4s;
  color: #4caf50;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border-color: #4caf50;
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-default-border:before, .ghk-content-styling .cookie__button:before, .ghk-content-styling .btn-default-border.file__close, .ghk-content-styling .file__close.cookie__button, .ghk-content-styling .btn-default-border.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__link.dropdown-toggle.file__close.cookie__button, .ghk-content-styling .btn__filter:before, .ghk-content-styling .btn__filter.file__close, .ghk-content-styling .btn__filter.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-default-border.navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.cookie__button:before, .ghk-content-styling .navbar__link.dropdown-toggle.btn__filter:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #4caf50;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-default-border:hover, .ghk-content-styling .cookie__button:hover, .ghk-content-styling .btn__filter:hover, .open > .ghk-content-styling .btn-default-border.dropdown-toggle, .open > .ghk-content-styling .dropdown-toggle.cookie__button, .open > .ghk-content-styling .dropdown-toggle.btn__filter {
  color: #ffffff;
}
.ghk-content-styling .btn-default-border:hover:before, .ghk-content-styling .cookie__button:hover:before, .ghk-content-styling .btn-default-border.file__close:hover, .ghk-content-styling .file__close.cookie__button:hover, .ghk-content-styling .btn__filter:hover:before, .ghk-content-styling .btn__filter.file__close:hover, .open > .ghk-content-styling .btn-default-border.dropdown-toggle:before, .open > .ghk-content-styling .dropdown-toggle.cookie__button:before, .open > .ghk-content-styling .btn-default-border.dropdown-toggle.file__close, .open > .ghk-content-styling .dropdown-toggle.file__close.cookie__button, .open > .ghk-content-styling .dropdown-toggle.btn__filter:before, .open > .ghk-content-styling .dropdown-toggle.btn__filter.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-default-border.disabled:hover, .ghk-content-styling .disabled.cookie__button:hover, .ghk-content-styling .disabled.btn__filter:hover, .ghk-content-styling .btn-default-border.disabled:focus, .ghk-content-styling .disabled.cookie__button:focus, .ghk-content-styling .disabled.btn__filter:focus, .ghk-content-styling .btn-default-border.disabled.focus, .ghk-content-styling .disabled.focus.cookie__button, .ghk-content-styling .disabled.focus.btn__filter, .ghk-content-styling .btn-default-border[disabled]:hover, .ghk-content-styling [disabled].cookie__button:hover, .ghk-content-styling [disabled].btn__filter:hover, .ghk-content-styling .btn-default-border[disabled]:focus, .ghk-content-styling [disabled].cookie__button:focus, .ghk-content-styling [disabled].btn__filter:focus, .ghk-content-styling .btn-default-border[disabled].focus, .ghk-content-styling [disabled].focus.cookie__button, .ghk-content-styling [disabled].focus.btn__filter, fieldset[disabled] .ghk-content-styling .btn-default-border:hover, fieldset[disabled] .ghk-content-styling .cookie__button:hover, fieldset[disabled] .ghk-content-styling .btn__filter:hover, fieldset[disabled] .ghk-content-styling .btn-default-border:focus, fieldset[disabled] .ghk-content-styling .cookie__button:focus, fieldset[disabled] .ghk-content-styling .btn__filter:focus, fieldset[disabled] .ghk-content-styling .btn-default-border.focus, fieldset[disabled] .ghk-content-styling .focus.cookie__button, fieldset[disabled] .ghk-content-styling .focus.btn__filter {
  color: #4caf50;
}
.ghk-content-styling .btn-default-border.disabled:hover:before, .ghk-content-styling .disabled.cookie__button:hover:before, .ghk-content-styling .btn-default-border.disabled.file__close:hover, .ghk-content-styling .disabled.file__close.cookie__button:hover, .ghk-content-styling .disabled.btn__filter:hover:before, .ghk-content-styling .disabled.btn__filter.file__close:hover, .ghk-content-styling .btn-default-border.disabled:focus:before, .ghk-content-styling .disabled.cookie__button:focus:before, .ghk-content-styling .btn-default-border.disabled.file__close:focus, .ghk-content-styling .disabled.file__close.cookie__button:focus, .ghk-content-styling .disabled.btn__filter:focus:before, .ghk-content-styling .disabled.btn__filter.file__close:focus, .ghk-content-styling .btn-default-border.disabled.focus:before, .ghk-content-styling .disabled.focus.cookie__button:before, .ghk-content-styling .btn-default-border.disabled.focus.file__close, .ghk-content-styling .disabled.focus.file__close.cookie__button, .ghk-content-styling .disabled.focus.btn__filter:before, .ghk-content-styling .disabled.focus.btn__filter.file__close, .ghk-content-styling .btn-default-border[disabled]:hover:before, .ghk-content-styling [disabled].cookie__button:hover:before, .ghk-content-styling .btn-default-border[disabled].file__close:hover, .ghk-content-styling [disabled].file__close.cookie__button:hover, .ghk-content-styling [disabled].btn__filter:hover:before, .ghk-content-styling [disabled].btn__filter.file__close:hover, .ghk-content-styling .btn-default-border[disabled]:focus:before, .ghk-content-styling [disabled].cookie__button:focus:before, .ghk-content-styling .btn-default-border[disabled].file__close:focus, .ghk-content-styling [disabled].file__close.cookie__button:focus, .ghk-content-styling [disabled].btn__filter:focus:before, .ghk-content-styling [disabled].btn__filter.file__close:focus, .ghk-content-styling .btn-default-border[disabled].focus:before, .ghk-content-styling [disabled].focus.cookie__button:before, .ghk-content-styling .btn-default-border[disabled].focus.file__close, .ghk-content-styling [disabled].focus.file__close.cookie__button, .ghk-content-styling [disabled].focus.btn__filter:before, .ghk-content-styling [disabled].focus.btn__filter.file__close, fieldset[disabled] .ghk-content-styling .btn-default-border:hover:before, fieldset[disabled] .ghk-content-styling .cookie__button:hover:before, fieldset[disabled] .ghk-content-styling .btn-default-border.file__close:hover, fieldset[disabled] .ghk-content-styling .file__close.cookie__button:hover, fieldset[disabled] .ghk-content-styling .btn__filter:hover:before, fieldset[disabled] .ghk-content-styling .btn__filter.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-default-border:focus:before, fieldset[disabled] .ghk-content-styling .cookie__button:focus:before, fieldset[disabled] .ghk-content-styling .btn-default-border.file__close:focus, fieldset[disabled] .ghk-content-styling .file__close.cookie__button:focus, fieldset[disabled] .ghk-content-styling .btn__filter:focus:before, fieldset[disabled] .ghk-content-styling .btn__filter.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-default-border.focus:before, fieldset[disabled] .ghk-content-styling .focus.cookie__button:before, fieldset[disabled] .ghk-content-styling .btn-default-border.focus.file__close, fieldset[disabled] .ghk-content-styling .focus.file__close.cookie__button, fieldset[disabled] .ghk-content-styling .focus.btn__filter:before, fieldset[disabled] .ghk-content-styling .focus.btn__filter.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-default-border .badge, .ghk-content-styling .cookie__button .badge, .ghk-content-styling .btn__filter .badge {
  color: #4caf50;
  background-color: #4caf50;
}
.ghk-content-styling .btn-paginate {
  transition: border-color 0.4s, color 0.4s;
  color: #4caf50;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border-color: #e8e7e7;
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-paginate:before, .ghk-content-styling .btn-paginate.file__close, .ghk-content-styling .btn-paginate.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-paginate.navbar__link.dropdown-toggle:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #4caf50;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-paginate:hover, .open > .ghk-content-styling .btn-paginate.dropdown-toggle {
  color: #ffffff;
}
.ghk-content-styling .btn-paginate:hover:before, .ghk-content-styling .btn-paginate.file__close:hover, .open > .ghk-content-styling .btn-paginate.dropdown-toggle:before, .open > .ghk-content-styling .btn-paginate.dropdown-toggle.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-paginate.disabled:hover, .ghk-content-styling .btn-paginate.disabled:focus, .ghk-content-styling .btn-paginate.disabled.focus, .ghk-content-styling .btn-paginate[disabled]:hover, .ghk-content-styling .btn-paginate[disabled]:focus, .ghk-content-styling .btn-paginate[disabled].focus, fieldset[disabled] .ghk-content-styling .btn-paginate:hover, fieldset[disabled] .ghk-content-styling .btn-paginate:focus, fieldset[disabled] .ghk-content-styling .btn-paginate.focus {
  color: #e8e7e7;
}
.ghk-content-styling .btn-paginate.disabled:hover:before, .ghk-content-styling .btn-paginate.disabled.file__close:hover, .ghk-content-styling .btn-paginate.disabled:focus:before, .ghk-content-styling .btn-paginate.disabled.file__close:focus, .ghk-content-styling .btn-paginate.disabled.focus:before, .ghk-content-styling .btn-paginate.disabled.focus.file__close, .ghk-content-styling .btn-paginate[disabled]:hover:before, .ghk-content-styling .btn-paginate[disabled].file__close:hover, .ghk-content-styling .btn-paginate[disabled]:focus:before, .ghk-content-styling .btn-paginate[disabled].file__close:focus, .ghk-content-styling .btn-paginate[disabled].focus:before, .ghk-content-styling .btn-paginate[disabled].focus.file__close, fieldset[disabled] .ghk-content-styling .btn-paginate:hover:before, fieldset[disabled] .ghk-content-styling .btn-paginate.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-paginate:focus:before, fieldset[disabled] .ghk-content-styling .btn-paginate.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-paginate.focus:before, fieldset[disabled] .ghk-content-styling .btn-paginate.focus.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-paginate .badge {
  color: #4caf50;
  background-color: #4caf50;
}
.ghk-content-styling .btn-primary, .ghk-content-styling .account-data__btn--save {
  transition: border-color 0.4s, color 0.4s;
  color: #ffffff;
  background-color: #4caf50;
  letter-spacing: 0.1rem;
  border-color: #4caf50;
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-primary:before, .ghk-content-styling .account-data__btn--save:before, .ghk-content-styling .btn-primary.file__close, .ghk-content-styling .file__close.account-data__btn--save, .ghk-content-styling .btn-primary.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .navbar__link.dropdown-toggle.file__close.account-data__btn--save, .ghk-content-styling .btn-primary.navbar__link.dropdown-toggle:before, .ghk-content-styling .navbar__link.dropdown-toggle.account-data__btn--save:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-primary:hover, .ghk-content-styling .account-data__btn--save:hover, .open > .ghk-content-styling .btn-primary.dropdown-toggle, .open > .ghk-content-styling .dropdown-toggle.account-data__btn--save {
  color: #4caf50;
}
.ghk-content-styling .btn-primary:hover:before, .ghk-content-styling .account-data__btn--save:hover:before, .ghk-content-styling .btn-primary.file__close:hover, .ghk-content-styling .file__close.account-data__btn--save:hover, .open > .ghk-content-styling .btn-primary.dropdown-toggle:before, .open > .ghk-content-styling .dropdown-toggle.account-data__btn--save:before, .open > .ghk-content-styling .btn-primary.dropdown-toggle.file__close, .open > .ghk-content-styling .dropdown-toggle.file__close.account-data__btn--save {
  transform: scaleX(1);
}
.ghk-content-styling .btn-primary.disabled:hover, .ghk-content-styling .disabled.account-data__btn--save:hover, .ghk-content-styling .btn-primary.disabled:focus, .ghk-content-styling .disabled.account-data__btn--save:focus, .ghk-content-styling .btn-primary.disabled.focus, .ghk-content-styling .disabled.focus.account-data__btn--save, .ghk-content-styling .btn-primary[disabled]:hover, .ghk-content-styling [disabled].account-data__btn--save:hover, .ghk-content-styling .btn-primary[disabled]:focus, .ghk-content-styling [disabled].account-data__btn--save:focus, .ghk-content-styling .btn-primary[disabled].focus, .ghk-content-styling [disabled].focus.account-data__btn--save, fieldset[disabled] .ghk-content-styling .btn-primary:hover, fieldset[disabled] .ghk-content-styling .account-data__btn--save:hover, fieldset[disabled] .ghk-content-styling .btn-primary:focus, fieldset[disabled] .ghk-content-styling .account-data__btn--save:focus, fieldset[disabled] .ghk-content-styling .btn-primary.focus, fieldset[disabled] .ghk-content-styling .focus.account-data__btn--save {
  color: #4caf50;
}
.ghk-content-styling .btn-primary.disabled:hover:before, .ghk-content-styling .disabled.account-data__btn--save:hover:before, .ghk-content-styling .btn-primary.disabled.file__close:hover, .ghk-content-styling .disabled.file__close.account-data__btn--save:hover, .ghk-content-styling .btn-primary.disabled:focus:before, .ghk-content-styling .disabled.account-data__btn--save:focus:before, .ghk-content-styling .btn-primary.disabled.file__close:focus, .ghk-content-styling .disabled.file__close.account-data__btn--save:focus, .ghk-content-styling .btn-primary.disabled.focus:before, .ghk-content-styling .disabled.focus.account-data__btn--save:before, .ghk-content-styling .btn-primary.disabled.focus.file__close, .ghk-content-styling .disabled.focus.file__close.account-data__btn--save, .ghk-content-styling .btn-primary[disabled]:hover:before, .ghk-content-styling [disabled].account-data__btn--save:hover:before, .ghk-content-styling .btn-primary[disabled].file__close:hover, .ghk-content-styling [disabled].file__close.account-data__btn--save:hover, .ghk-content-styling .btn-primary[disabled]:focus:before, .ghk-content-styling [disabled].account-data__btn--save:focus:before, .ghk-content-styling .btn-primary[disabled].file__close:focus, .ghk-content-styling [disabled].file__close.account-data__btn--save:focus, .ghk-content-styling .btn-primary[disabled].focus:before, .ghk-content-styling [disabled].focus.account-data__btn--save:before, .ghk-content-styling .btn-primary[disabled].focus.file__close, .ghk-content-styling [disabled].focus.file__close.account-data__btn--save, fieldset[disabled] .ghk-content-styling .btn-primary:hover:before, fieldset[disabled] .ghk-content-styling .account-data__btn--save:hover:before, fieldset[disabled] .ghk-content-styling .btn-primary.file__close:hover, fieldset[disabled] .ghk-content-styling .file__close.account-data__btn--save:hover, fieldset[disabled] .ghk-content-styling .btn-primary:focus:before, fieldset[disabled] .ghk-content-styling .account-data__btn--save:focus:before, fieldset[disabled] .ghk-content-styling .btn-primary.file__close:focus, fieldset[disabled] .ghk-content-styling .file__close.account-data__btn--save:focus, fieldset[disabled] .ghk-content-styling .btn-primary.focus:before, fieldset[disabled] .ghk-content-styling .focus.account-data__btn--save:before, fieldset[disabled] .ghk-content-styling .btn-primary.focus.file__close, fieldset[disabled] .ghk-content-styling .focus.file__close.account-data__btn--save {
  opacity: 0;
}
.ghk-content-styling .btn-primary .badge, .ghk-content-styling .account-data__btn--save .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.ghk-content-styling .btn-dark {
  transition: border-color 0.4s, color 0.4s;
  color: #ffffff;
  background-color: #4caf50;
  letter-spacing: 0.1rem;
  border-color: #4caf50;
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-dark:before, .ghk-content-styling .btn-dark.file__close, .ghk-content-styling .btn-dark.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-dark.navbar__link.dropdown-toggle:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-dark:hover, .open > .ghk-content-styling .btn-dark.dropdown-toggle {
  color: #4caf50;
}
.ghk-content-styling .btn-dark:hover:before, .ghk-content-styling .btn-dark.file__close:hover, .open > .ghk-content-styling .btn-dark.dropdown-toggle:before, .open > .ghk-content-styling .btn-dark.dropdown-toggle.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-dark.disabled:hover, .ghk-content-styling .btn-dark.disabled:focus, .ghk-content-styling .btn-dark.disabled.focus, .ghk-content-styling .btn-dark[disabled]:hover, .ghk-content-styling .btn-dark[disabled]:focus, .ghk-content-styling .btn-dark[disabled].focus, fieldset[disabled] .ghk-content-styling .btn-dark:hover, fieldset[disabled] .ghk-content-styling .btn-dark:focus, fieldset[disabled] .ghk-content-styling .btn-dark.focus {
  color: #4caf50;
}
.ghk-content-styling .btn-dark.disabled:hover:before, .ghk-content-styling .btn-dark.disabled.file__close:hover, .ghk-content-styling .btn-dark.disabled:focus:before, .ghk-content-styling .btn-dark.disabled.file__close:focus, .ghk-content-styling .btn-dark.disabled.focus:before, .ghk-content-styling .btn-dark.disabled.focus.file__close, .ghk-content-styling .btn-dark[disabled]:hover:before, .ghk-content-styling .btn-dark[disabled].file__close:hover, .ghk-content-styling .btn-dark[disabled]:focus:before, .ghk-content-styling .btn-dark[disabled].file__close:focus, .ghk-content-styling .btn-dark[disabled].focus:before, .ghk-content-styling .btn-dark[disabled].focus.file__close, fieldset[disabled] .ghk-content-styling .btn-dark:hover:before, fieldset[disabled] .ghk-content-styling .btn-dark.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-dark:focus:before, fieldset[disabled] .ghk-content-styling .btn-dark.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-dark.focus:before, fieldset[disabled] .ghk-content-styling .btn-dark.focus.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-dark .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.ghk-content-styling .btn-success {
  transition: border-color 0.4s, color 0.4s;
  color: #ff0000;
  background-color: #ffffff;
  letter-spacing: 0.1rem;
  border-color: #4caf50;
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-success:before, .ghk-content-styling .btn-success.file__close, .ghk-content-styling .btn-success.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-success.navbar__link.dropdown-toggle:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-success:hover, .open > .ghk-content-styling .btn-success.dropdown-toggle {
  color: #4caf50;
}
.ghk-content-styling .btn-success:hover:before, .ghk-content-styling .btn-success.file__close:hover, .open > .ghk-content-styling .btn-success.dropdown-toggle:before, .open > .ghk-content-styling .btn-success.dropdown-toggle.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-success.disabled:hover, .ghk-content-styling .btn-success.disabled:focus, .ghk-content-styling .btn-success.disabled.focus, .ghk-content-styling .btn-success[disabled]:hover, .ghk-content-styling .btn-success[disabled]:focus, .ghk-content-styling .btn-success[disabled].focus, fieldset[disabled] .ghk-content-styling .btn-success:hover, fieldset[disabled] .ghk-content-styling .btn-success:focus, fieldset[disabled] .ghk-content-styling .btn-success.focus {
  color: #4caf50;
}
.ghk-content-styling .btn-success.disabled:hover:before, .ghk-content-styling .btn-success.disabled.file__close:hover, .ghk-content-styling .btn-success.disabled:focus:before, .ghk-content-styling .btn-success.disabled.file__close:focus, .ghk-content-styling .btn-success.disabled.focus:before, .ghk-content-styling .btn-success.disabled.focus.file__close, .ghk-content-styling .btn-success[disabled]:hover:before, .ghk-content-styling .btn-success[disabled].file__close:hover, .ghk-content-styling .btn-success[disabled]:focus:before, .ghk-content-styling .btn-success[disabled].file__close:focus, .ghk-content-styling .btn-success[disabled].focus:before, .ghk-content-styling .btn-success[disabled].focus.file__close, fieldset[disabled] .ghk-content-styling .btn-success:hover:before, fieldset[disabled] .ghk-content-styling .btn-success.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-success:focus:before, fieldset[disabled] .ghk-content-styling .btn-success.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-success.focus:before, fieldset[disabled] .ghk-content-styling .btn-success.focus.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-success .badge {
  color: #ffffff;
  background-color: #ff0000;
}
.ghk-content-styling .btn-info {
  transition: border-color 0.4s, color 0.4s;
  color: white;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-info:before, .ghk-content-styling .btn-info.file__close, .ghk-content-styling .btn-info.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-info.navbar__link.dropdown-toggle:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: info;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-info:hover, .open > .ghk-content-styling .btn-info.dropdown-toggle {
  color: white;
}
.ghk-content-styling .btn-info:hover:before, .ghk-content-styling .btn-info.file__close:hover, .open > .ghk-content-styling .btn-info.dropdown-toggle:before, .open > .ghk-content-styling .btn-info.dropdown-toggle.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-info.disabled:hover, .ghk-content-styling .btn-info.disabled:focus, .ghk-content-styling .btn-info.disabled.focus, .ghk-content-styling .btn-info[disabled]:hover, .ghk-content-styling .btn-info[disabled]:focus, .ghk-content-styling .btn-info[disabled].focus, fieldset[disabled] .ghk-content-styling .btn-info:hover, fieldset[disabled] .ghk-content-styling .btn-info:focus, fieldset[disabled] .ghk-content-styling .btn-info.focus {
  color: rgba(0, 0, 0, 0);
}
.ghk-content-styling .btn-info.disabled:hover:before, .ghk-content-styling .btn-info.disabled.file__close:hover, .ghk-content-styling .btn-info.disabled:focus:before, .ghk-content-styling .btn-info.disabled.file__close:focus, .ghk-content-styling .btn-info.disabled.focus:before, .ghk-content-styling .btn-info.disabled.focus.file__close, .ghk-content-styling .btn-info[disabled]:hover:before, .ghk-content-styling .btn-info[disabled].file__close:hover, .ghk-content-styling .btn-info[disabled]:focus:before, .ghk-content-styling .btn-info[disabled].file__close:focus, .ghk-content-styling .btn-info[disabled].focus:before, .ghk-content-styling .btn-info[disabled].focus.file__close, fieldset[disabled] .ghk-content-styling .btn-info:hover:before, fieldset[disabled] .ghk-content-styling .btn-info.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-info:focus:before, fieldset[disabled] .ghk-content-styling .btn-info.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-info.focus:before, fieldset[disabled] .ghk-content-styling .btn-info.focus.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-info .badge {
  color: info;
  background-color: white;
}
.ghk-content-styling .btn-warning {
  transition: border-color 0.4s, color 0.4s;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-warning:before, .ghk-content-styling .btn-warning.file__close, .ghk-content-styling .btn-warning.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-warning.navbar__link.dropdown-toggle:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: warning;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-warning:hover, .open > .ghk-content-styling .btn-warning.dropdown-toggle {
  color: #ffffff;
}
.ghk-content-styling .btn-warning:hover:before, .ghk-content-styling .btn-warning.file__close:hover, .open > .ghk-content-styling .btn-warning.dropdown-toggle:before, .open > .ghk-content-styling .btn-warning.dropdown-toggle.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-warning.disabled:hover, .ghk-content-styling .btn-warning.disabled:focus, .ghk-content-styling .btn-warning.disabled.focus, .ghk-content-styling .btn-warning[disabled]:hover, .ghk-content-styling .btn-warning[disabled]:focus, .ghk-content-styling .btn-warning[disabled].focus, fieldset[disabled] .ghk-content-styling .btn-warning:hover, fieldset[disabled] .ghk-content-styling .btn-warning:focus, fieldset[disabled] .ghk-content-styling .btn-warning.focus {
  color: rgba(0, 0, 0, 0);
}
.ghk-content-styling .btn-warning.disabled:hover:before, .ghk-content-styling .btn-warning.disabled.file__close:hover, .ghk-content-styling .btn-warning.disabled:focus:before, .ghk-content-styling .btn-warning.disabled.file__close:focus, .ghk-content-styling .btn-warning.disabled.focus:before, .ghk-content-styling .btn-warning.disabled.focus.file__close, .ghk-content-styling .btn-warning[disabled]:hover:before, .ghk-content-styling .btn-warning[disabled].file__close:hover, .ghk-content-styling .btn-warning[disabled]:focus:before, .ghk-content-styling .btn-warning[disabled].file__close:focus, .ghk-content-styling .btn-warning[disabled].focus:before, .ghk-content-styling .btn-warning[disabled].focus.file__close, fieldset[disabled] .ghk-content-styling .btn-warning:hover:before, fieldset[disabled] .ghk-content-styling .btn-warning.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-warning:focus:before, fieldset[disabled] .ghk-content-styling .btn-warning.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-warning.focus:before, fieldset[disabled] .ghk-content-styling .btn-warning.focus.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-warning .badge {
  color: warning;
  background-color: #ffffff;
}
.ghk-content-styling .btn-danger {
  transition: border-color 0.4s, color 0.4s;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.ghk-content-styling .btn-danger:before, .ghk-content-styling .btn-danger.file__close, .ghk-content-styling .btn-danger.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .btn-danger.navbar__link.dropdown-toggle:before {
  transform: scaleX(0);
  transition: transform 0.2s;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #f44336;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ghk-content-styling .btn-danger:hover, .open > .ghk-content-styling .btn-danger.dropdown-toggle {
  color: #ffffff;
}
.ghk-content-styling .btn-danger:hover:before, .ghk-content-styling .btn-danger.file__close:hover, .open > .ghk-content-styling .btn-danger.dropdown-toggle:before, .open > .ghk-content-styling .btn-danger.dropdown-toggle.file__close {
  transform: scaleX(1);
}
.ghk-content-styling .btn-danger.disabled:hover, .ghk-content-styling .btn-danger.disabled:focus, .ghk-content-styling .btn-danger.disabled.focus, .ghk-content-styling .btn-danger[disabled]:hover, .ghk-content-styling .btn-danger[disabled]:focus, .ghk-content-styling .btn-danger[disabled].focus, fieldset[disabled] .ghk-content-styling .btn-danger:hover, fieldset[disabled] .ghk-content-styling .btn-danger:focus, fieldset[disabled] .ghk-content-styling .btn-danger.focus {
  color: rgba(0, 0, 0, 0);
}
.ghk-content-styling .btn-danger.disabled:hover:before, .ghk-content-styling .btn-danger.disabled.file__close:hover, .ghk-content-styling .btn-danger.disabled:focus:before, .ghk-content-styling .btn-danger.disabled.file__close:focus, .ghk-content-styling .btn-danger.disabled.focus:before, .ghk-content-styling .btn-danger.disabled.focus.file__close, .ghk-content-styling .btn-danger[disabled]:hover:before, .ghk-content-styling .btn-danger[disabled].file__close:hover, .ghk-content-styling .btn-danger[disabled]:focus:before, .ghk-content-styling .btn-danger[disabled].file__close:focus, .ghk-content-styling .btn-danger[disabled].focus:before, .ghk-content-styling .btn-danger[disabled].focus.file__close, fieldset[disabled] .ghk-content-styling .btn-danger:hover:before, fieldset[disabled] .ghk-content-styling .btn-danger.file__close:hover, fieldset[disabled] .ghk-content-styling .btn-danger:focus:before, fieldset[disabled] .ghk-content-styling .btn-danger.file__close:focus, fieldset[disabled] .ghk-content-styling .btn-danger.focus:before, fieldset[disabled] .ghk-content-styling .btn-danger.focus.file__close {
  opacity: 0;
}
.ghk-content-styling .btn-danger .badge {
  color: #f44336;
  background-color: #ffffff;
}
.ghk-content-styling .btn-link {
  color: #434343;
  font-weight: normal;
  border-radius: 0;
}
.ghk-content-styling .btn-link, .ghk-content-styling .btn-link:active, .ghk-content-styling .btn-link[disabled], fieldset[disabled] .ghk-content-styling .btn-link {
  background-color: transparent;
}
.ghk-content-styling .btn-link, .ghk-content-styling .btn-link:hover, .ghk-content-styling .btn-link:focus, .ghk-content-styling .btn-link:active {
  border-color: transparent;
}
.ghk-content-styling .btn-link:hover, .ghk-content-styling .btn-link:focus {
  color: black;
  text-decoration: none;
  background-color: transparent;
}
.ghk-content-styling .btn-link[disabled]:hover, .ghk-content-styling .btn-link[disabled]:focus, fieldset[disabled] .ghk-content-styling .btn-link:hover, fieldset[disabled] .ghk-content-styling .btn-link:focus {
  color: #736e6e;
  text-decoration: none;
}
.ghk-content-styling .btn-lg {
  padding: 15px 35px;
  font-size: 0.875rem;
  line-height: 1.3333333;
  border-radius: 26px;
}
.ghk-content-styling .btn-sm, .ghk-content-styling .login__button {
  padding: 10px 35px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 26px;
}
.ghk-content-styling .btn-xs, .ghk-content-styling .cookie__button {
  padding: 1px 35px;
  font-size: 0.875rem;
  line-height: 1.7;
  border-radius: 26px;
}
.ghk-content-styling .btn-collapse {
  padding: 15px 23px;
  font-size: 0.875rem;
  line-height: 1.7;
  border-radius: 0;
  width: 100%;
  background: transparent;
  text-align: left;
  display: block;
  margin-bottom: 0;
  padding-right: 40px;
}
.ghk-content-styling .btn-collapse:focus {
  outline: 0 none;
}
.ghk-content-styling .btn-collapse:active {
  box-shadow: none;
}
.ghk-content-styling .btn__filter {
  border-color: #cccbcb;
  letter-spacing: 0.05rem;
  padding: 4px 15px 2px 15px;
  background-color: #f9f3f3;
  white-space: nowrap;
}
.ghk-content-styling .btn__filter.active {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.ghk-content-styling .btn__filter:hover {
  border-color: #4caf50;
}
.ghk-content-styling .btn-block {
  display: block;
  width: 100%;
}
.ghk-content-styling .btn-block + .btn-block {
  margin-top: 5px;
}
.ghk-content-styling input[type=submit].btn-block,
.ghk-content-styling input[type=reset].btn-block,
.ghk-content-styling input[type=button].btn-block {
  width: 100%;
}
.ghk-content-styling .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ghk-content-styling .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ghk-content-styling .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ghk-content-styling .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ghk-content-styling .form-control:disabled, .ghk-content-styling .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ghk-content-styling select.form-control:not([size]):not([multiple]) {
  height: 2.375rem;
}
.ghk-content-styling select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ghk-content-styling .form-control-file,
.ghk-content-styling .form-control-range {
  display: block;
  width: 100%;
}
.ghk-content-styling .col-form-label {
  padding-top: calc(0.375rem + 0.0625rem);
  padding-bottom: calc(0.375rem + 0.0625rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.ghk-content-styling .col-form-label-lg {
  padding-top: calc(0.5rem + 0.0625rem);
  padding-bottom: calc(0.5rem + 0.0625rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.ghk-content-styling .col-form-label-sm {
  padding-top: calc(0.25rem + 0.0625rem);
  padding-bottom: calc(0.25rem + 0.0625rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.ghk-content-styling .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.0625rem 0;
}
.ghk-content-styling .form-control-plaintext.form-control-sm, .ghk-content-styling .form-control-plaintext.form-control-lg, .ghk-content-styling .form-control-plaintext.custom-select {
  padding-right: 0;
  padding-left: 0;
}
.ghk-content-styling .form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ghk-content-styling select.form-control-sm:not([size]):not([multiple]) {
  height: 1.9375rem;
}
.ghk-content-styling .form-control-lg, .ghk-content-styling .custom-select {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ghk-content-styling select.form-control-lg:not([size]):not([multiple]), .ghk-content-styling select.custom-select:not([size]):not([multiple]) {
  height: 3rem;
}
.ghk-content-styling .form-group {
  margin-bottom: 1rem;
}
.ghk-content-styling .form-text {
  display: block;
  margin-top: 0.25rem;
}
.ghk-content-styling .form-row {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ghk-content-styling .form-row > .col,
.ghk-content-styling .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.ghk-content-styling .form-check {
  position: relative;
  display: block;
  padding-left: 0;
}
.ghk-content-styling .form-check-input {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
}
.ghk-content-styling .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.ghk-content-styling .form-check-label {
  margin-bottom: 0;
}
.ghk-content-styling .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.ghk-content-styling .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: auto;
  margin-left: 0;
}
.ghk-content-styling .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.ghk-content-styling .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .ghk-content-styling .form-control:valid, .ghk-content-styling .form-control.is-valid,
.was-validated .ghk-content-styling .custom-select:valid,
.ghk-content-styling .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .ghk-content-styling .form-control:valid:focus, .ghk-content-styling .form-control.is-valid:focus,
.was-validated .ghk-content-styling .custom-select:valid:focus,
.ghk-content-styling .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .ghk-content-styling .form-control:valid ~ .valid-feedback,
.was-validated .ghk-content-styling .form-control:valid ~ .valid-tooltip, .ghk-content-styling .form-control.is-valid ~ .valid-feedback,
.ghk-content-styling .form-control.is-valid ~ .valid-tooltip,
.was-validated .ghk-content-styling .custom-select:valid ~ .valid-feedback,
.was-validated .ghk-content-styling .custom-select:valid ~ .valid-tooltip,
.ghk-content-styling .custom-select.is-valid ~ .valid-feedback,
.ghk-content-styling .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .form-check-input:valid ~ .form-check-label, .ghk-content-styling .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .ghk-content-styling .form-check-input:valid ~ .valid-feedback,
.was-validated .ghk-content-styling .form-check-input:valid ~ .valid-tooltip, .ghk-content-styling .form-check-input.is-valid ~ .valid-feedback,
.ghk-content-styling .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .custom-control-input:valid ~ .custom-control-label, .ghk-content-styling .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .ghk-content-styling .custom-control-input:valid ~ .custom-control-label::before, .was-validated .ghk-content-styling .custom-control-input:valid ~ .custom-control-label.file__close, .ghk-content-styling .custom-control-input.is-valid ~ .custom-control-label::before, .ghk-content-styling .custom-control-input.is-valid ~ .custom-control-label.file__close {
  background-color: #71dd8a;
}
.was-validated .ghk-content-styling .custom-control-input:valid ~ .valid-feedback,
.was-validated .ghk-content-styling .custom-control-input:valid ~ .valid-tooltip, .ghk-content-styling .custom-control-input.is-valid ~ .valid-feedback,
.ghk-content-styling .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .ghk-content-styling .custom-control-input:valid:checked ~ .custom-control-label.file__close, .ghk-content-styling .custom-control-input.is-valid:checked ~ .custom-control-label::before, .ghk-content-styling .custom-control-input.is-valid:checked ~ .custom-control-label.file__close {
  background-color: #34ce57;
}
.was-validated .ghk-content-styling .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .ghk-content-styling .custom-control-input:valid:focus ~ .custom-control-label.file__close, .ghk-content-styling .custom-control-input.is-valid:focus ~ .custom-control-label::before, .ghk-content-styling .custom-control-input.is-valid:focus ~ .custom-control-label.file__close {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .ghk-content-styling .custom-file-input:valid ~ .custom-file-label, .ghk-content-styling .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .ghk-content-styling .custom-file-input:valid ~ .custom-file-label::before, .was-validated .ghk-content-styling .custom-file-input:valid ~ .custom-file-label.file__close, .ghk-content-styling .custom-file-input.is-valid ~ .custom-file-label::before, .ghk-content-styling .custom-file-input.is-valid ~ .custom-file-label.file__close {
  border-color: inherit;
}
.was-validated .ghk-content-styling .custom-file-input:valid ~ .valid-feedback,
.was-validated .ghk-content-styling .custom-file-input:valid ~ .valid-tooltip, .ghk-content-styling .custom-file-input.is-valid ~ .valid-feedback,
.ghk-content-styling .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .custom-file-input:valid:focus ~ .custom-file-label, .ghk-content-styling .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.ghk-content-styling .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.ghk-content-styling .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .ghk-content-styling .form-control:invalid, .ghk-content-styling .form-control.is-invalid,
.was-validated .ghk-content-styling .custom-select:invalid,
.ghk-content-styling .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .ghk-content-styling .form-control:invalid:focus, .ghk-content-styling .form-control.is-invalid:focus,
.was-validated .ghk-content-styling .custom-select:invalid:focus,
.ghk-content-styling .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .ghk-content-styling .form-control:invalid ~ .invalid-feedback,
.was-validated .ghk-content-styling .form-control:invalid ~ .invalid-tooltip, .ghk-content-styling .form-control.is-invalid ~ .invalid-feedback,
.ghk-content-styling .form-control.is-invalid ~ .invalid-tooltip,
.was-validated .ghk-content-styling .custom-select:invalid ~ .invalid-feedback,
.was-validated .ghk-content-styling .custom-select:invalid ~ .invalid-tooltip,
.ghk-content-styling .custom-select.is-invalid ~ .invalid-feedback,
.ghk-content-styling .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .form-check-input:invalid ~ .form-check-label, .ghk-content-styling .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .ghk-content-styling .form-check-input:invalid ~ .invalid-feedback,
.was-validated .ghk-content-styling .form-check-input:invalid ~ .invalid-tooltip, .ghk-content-styling .form-check-input.is-invalid ~ .invalid-feedback,
.ghk-content-styling .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .custom-control-input:invalid ~ .custom-control-label, .ghk-content-styling .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .ghk-content-styling .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .ghk-content-styling .custom-control-input:invalid ~ .custom-control-label.file__close, .ghk-content-styling .custom-control-input.is-invalid ~ .custom-control-label::before, .ghk-content-styling .custom-control-input.is-invalid ~ .custom-control-label.file__close {
  background-color: #efa2a9;
}
.was-validated .ghk-content-styling .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .ghk-content-styling .custom-control-input:invalid ~ .invalid-tooltip, .ghk-content-styling .custom-control-input.is-invalid ~ .invalid-feedback,
.ghk-content-styling .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .ghk-content-styling .custom-control-input:invalid:checked ~ .custom-control-label.file__close, .ghk-content-styling .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .ghk-content-styling .custom-control-input.is-invalid:checked ~ .custom-control-label.file__close {
  background-color: #e4606d;
}
.was-validated .ghk-content-styling .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .ghk-content-styling .custom-control-input:invalid:focus ~ .custom-control-label.file__close, .ghk-content-styling .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .ghk-content-styling .custom-control-input.is-invalid:focus ~ .custom-control-label.file__close {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .ghk-content-styling .custom-file-input:invalid ~ .custom-file-label, .ghk-content-styling .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .ghk-content-styling .custom-file-input:invalid ~ .custom-file-label::before, .was-validated .ghk-content-styling .custom-file-input:invalid ~ .custom-file-label.file__close, .ghk-content-styling .custom-file-input.is-invalid ~ .custom-file-label::before, .ghk-content-styling .custom-file-input.is-invalid ~ .custom-file-label.file__close {
  border-color: inherit;
}
.was-validated .ghk-content-styling .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .ghk-content-styling .custom-file-input:invalid ~ .invalid-tooltip, .ghk-content-styling .custom-file-input.is-invalid ~ .invalid-feedback,
.ghk-content-styling .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .ghk-content-styling .custom-file-input:invalid:focus ~ .custom-file-label, .ghk-content-styling .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.ghk-content-styling .form-inline {
  flex-flow: row wrap;
  align-items: center;
}
.ghk-content-styling .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .ghk-content-styling .form-inline label {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .ghk-content-styling .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .ghk-content-styling .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ghk-content-styling .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .ghk-content-styling .form-inline .input-group {
    width: auto;
  }
  .ghk-content-styling .form-inline .form-check {
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .ghk-content-styling .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .ghk-content-styling .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .ghk-content-styling .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.ghk-content-styling .custom-control {
  position: relative;
  min-height: 1.5rem;
  padding-left: 0.5rem;
}
.ghk-content-styling .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.ghk-content-styling .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ghk-content-styling .custom-control-input:checked ~ .custom-control-label::before, .ghk-content-styling .custom-control-input:checked ~ .custom-control-label.file__close {
  color: #fff;
  background-color: #007bff;
}
.ghk-content-styling .custom-control-input:focus ~ .custom-control-label::before, .ghk-content-styling .custom-control-input:focus ~ .custom-control-label.file__close {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ghk-content-styling .custom-control-input:active ~ .custom-control-label::before, .ghk-content-styling .custom-control-input:active ~ .custom-control-label.file__close {
  color: #fff;
  background-color: #027cff;
}
.ghk-content-styling .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.ghk-content-styling .custom-control-input:disabled ~ .custom-control-label::before, .ghk-content-styling .custom-control-input:disabled ~ .custom-control-label.file__close {
  background-color: #e9ecef;
}
.ghk-content-styling .custom-control-label {
  margin-bottom: 0;
}
.ghk-content-styling .custom-control-label::before, .ghk-content-styling .custom-control-label.file__close, .ghk-content-styling .custom-control-label.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .custom-control-label.navbar__link.dropdown-toggle:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
}
.ghk-content-styling .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.ghk-content-styling .custom-checkbox .custom-control-label::before, .ghk-content-styling .custom-checkbox .custom-control-label.file__close {
  border-radius: 0.25rem;
  background-color: #FAFAFA;
}
.ghk-content-styling .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .ghk-content-styling .custom-checkbox .custom-control-input:checked ~ .custom-control-label.file__close {
  background-color: #FAFAFA;
}
.ghk-content-styling .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
}
.ghk-content-styling .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .ghk-content-styling .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label.file__close {
  background-color: #FAFAFA;
}
.ghk-content-styling .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='4'%20viewBox='0%200%204%204'%3E%3Cpath%20stroke='%23fff'%20d='M0%202h4'/%3E%3C/svg%3E");
}
.ghk-content-styling .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .ghk-content-styling .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label.file__close {
  background-color: rgba(0, 123, 255, 0.5);
}
.ghk-content-styling .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .ghk-content-styling .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label.file__close {
  background-color: rgba(0, 123, 255, 0.5);
}
.ghk-content-styling .custom-radio .custom-control-label::before, .ghk-content-styling .custom-radio .custom-control-label.file__close {
  background-color: #FAFAFA;
  border-radius: 50%;
}
.ghk-content-styling .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .ghk-content-styling .custom-radio .custom-control-input:checked ~ .custom-control-label.file__close {
  background-color: #FAFAFA;
}
.ghk-content-styling .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
}
.ghk-content-styling .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .ghk-content-styling .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label.file__close {
  background-color: rgba(0, 123, 255, 0.5);
}
.ghk-content-styling .custom-select {
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.ghk-content-styling .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #80bdff;
}
.ghk-content-styling .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ghk-content-styling .custom-select[multiple], .ghk-content-styling .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.ghk-content-styling .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.ghk-content-styling .custom-select::-ms-expand {
  opacity: 0;
}
.ghk-content-styling .custom-select-sm {
  height: 1.9375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
}
.ghk-content-styling .custom-select-lg {
  height: 3rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem;
}
.ghk-content-styling .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 0;
}
.ghk-content-styling .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0;
}
.ghk-content-styling .custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ghk-content-styling .custom-file-input:focus ~ .custom-file-control::before, .ghk-content-styling .custom-file-input:focus ~ .custom-file-control.file__close {
  border-color: #80bdff;
}
.ghk-content-styling .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: '\FEFF Browse';
}
.ghk-content-styling .custom-file-label {
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.ghk-content-styling .custom-file-label:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #80bdff;
}
.ghk-content-styling .custom-file-label:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ghk-content-styling .custom-file-label[multiple], .ghk-content-styling .custom-file-label[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.ghk-content-styling .custom-file-label:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.ghk-content-styling .custom-file-label::-ms-expand {
  opacity: 0;
}
.ghk-content-styling .custom-select-sm {
  height: 1.9375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
}
.ghk-content-styling .custom-select-lg {
  height: 3rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem;
}
.ghk-content-styling .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 0;
}
.ghk-content-styling .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0;
}
.ghk-content-styling .custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ghk-content-styling .custom-file-input:focus ~ .custom-file-control::before, .ghk-content-styling .custom-file-input:focus ~ .custom-file-control.file__close {
  border-color: #80bdff;
}
.ghk-content-styling .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: '\FEFF Browse';
}
.ghk-content-styling .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
}
.ghk-content-styling .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.375rem - 0.0625rem * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 0.0625rem solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.ghk-content-styling label {
  color: #736e6e;
}
.ghk-content-styling .section-heading__form, .ghk-content-styling .section-devider__form {
  letter-spacing: 0.1rem;
}
.ghk-content-styling .section-heading__form--mid {
  margin-bottom: 0;
}
.ghk-content-styling .section-label__form {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
}
.ghk-content-styling .section-label__form .section-label__form-bold {
  font-weight: 500;
}
.ghk-content-styling .container__custom-select {
  position: relative;
}
.ghk-content-styling .container__custom-select:after {
  content: "\e803";
  font-family: "Gehaltskasse";
  color: #4caf50;
  font-size: 8px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% - 30px);
  pointer-events: none;
  transition: all 0.2s ease;
}
.ghk-content-styling .container__custom-select.disabled:after {
  color: #858685;
}
.ghk-content-styling .custom-select,
.ghk-content-styling .custom-input,
.ghk-content-styling .custom-textarea {
  background-color: #FAFAFA;
  border-radius: 3px;
}
.ghk-content-styling .custom-select {
  font-size: 1rem;
  padding-left: 22px;
}
.ghk-content-styling .custom-select:active, .ghk-content-styling .custom-select:focus {
  border-color: #dee2e6;
}
.ghk-content-styling .custom-input {
  font-size: 1rem;
  height: calc(2.875rem + 2px);
  padding-left: 22px;
}
.ghk-content-styling .custom-input:active, .ghk-content-styling .custom-input:focus {
  border-color: #dee2e6;
}
.ghk-content-styling .custom-input.input-date {
  position: relative;
}
.ghk-content-styling .custom-control.custom-switch {
  padding-left: 3.5rem;
}
.ghk-content-styling .custom-control.custom-switch .custom-control-label::before, .ghk-content-styling .custom-control.custom-switch .custom-control-label.file__close {
  background-color: #FAFAFA;
  border-radius: 55px;
  width: 3rem;
  height: 1.9rem;
}
.ghk-content-styling .custom-control.custom-switch .custom-control-label::after {
  box-sizing: border-box;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccbcb;
  width: 1.7rem;
  height: 1.7rem;
  top: 0.34rem;
  left: 1px;
}
.ghk-content-styling .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before, .ghk-content-styling .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label.file__close {
  background: linear-gradient(180deg, #4CD764 0%, #4DD965 100%);
  border-color: #4CD764;
}
.ghk-content-styling .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: 1.25rem;
}
.ghk-content-styling .files__container {
  flex-wrap: wrap;
  position: relative;
}
.ghk-content-styling .file__selected {
  background-color: #e8e7e7;
  border-radius: 100px;
  cursor: pointer;
  padding: 4px 3px 4px 10px;
}
.ghk-content-styling .file__selected:not(:last-child) {
  margin-right: 10px;
}
.ghk-content-styling .file__filename {
  display: block;
  position: relative;
  margin-right: 8px;
}
.ghk-content-styling .file__close {
  align-items: center;
  background-color: #858685;
  border-radius: 50%;
  color: #e8e7e7;
  display: flex;
  font-size: 0.625rem;
  height: 25px;
  justify-content: center;
  width: 25px;
}
.ghk-content-styling .custom-file-input {
  height: 0;
  width: 0;
}
.ghk-content-styling .custom-file {
  height: calc(2.25rem + 20px);
}
.ghk-content-styling .custom-upload {
  color: #4caf50;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  appearance: none;
}
.ghk-content-styling .custom-upload span {
  cursor: pointer;
}
.ghk-content-styling .custom-upload .rotated--up::before, .ghk-content-styling .custom-upload .rotated--up.file__close {
  font-size: 1.375rem;
  transform: rotate(180deg);
}
.ghk-content-styling .add-child__added {
  position: relative;
}
.ghk-content-styling .add-child__container {
  color: #4caf50;
}
.ghk-content-styling .add-child__container span {
  cursor: pointer;
}
.ghk-content-styling .add-child__text {
  font-size: 0.75rem;
  padding-right: 10px;
}
.ghk-content-styling .add-child__delete {
  color: #f44336;
  cursor: pointer;
  font-size: 1.375rem;
  position: absolute;
  right: 15px;
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .add-child__delete {
    bottom: 20px;
  }
}
.ghk-content-styling .custom-textarea:active, .ghk-content-styling .custom-textarea:focus {
  border-color: #dee2e6;
}
.ghk-content-styling .custom-control {
  min-height: 2.5rem;
  padding-left: 2.5rem;
  align-items: center;
}
.ghk-content-styling .custom-control-label:before, .ghk-content-styling .custom-control-label.navbar__link.dropdown-toggle:before, .ghk-content-styling .custom-control-label.file__close, .ghk-content-styling .custom-control-label.navbar__link.dropdown-toggle.file__close {
  height: 1.9rem;
  width: 1.9rem;
  border: solid 1px #dee2e6;
  background-color: #fcfefc;
}
.ghk-content-styling .custom-control-label:after {
  height: 1.9rem;
  width: 1.9rem;
  background-size: 33%;
}
.ghk-content-styling .container__button-form {
  margin: 0 5px;
}
.ghk-content-styling .calender-icon {
  cursor: pointer;
  position: absolute;
  left: calc(100% - 60px);
  top: 36px;
  font-size: 28px;
  color: #4caf50;
  z-index: 1;
  pointer-events: none;
}
.ghk-content-styling .validation__result {
  position: relative;
  border-top-width: 5px;
  border-radius: 0.25rem;
  border-color: #f44336;
}
.ghk-content-styling .validation__result::before, .ghk-content-styling .validation__result.navbar__link.dropdown-toggle:before, .ghk-content-styling .validation__result.file__close, .ghk-content-styling .validation__result.navbar__link.dropdown-toggle.file__close {
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  color: #f44336;
  font-size: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 20px;
}
.ghk-content-styling .validation__result--success {
  border-color: #4caf50;
}
.ghk-content-styling .validation__result--success::before, .ghk-content-styling .validation__result--success.navbar__link.dropdown-toggle:before, .ghk-content-styling .validation__result--success.file__close, .ghk-content-styling .validation__result--success.navbar__link.dropdown-toggle.file__close {
  color: #4caf50;
  font-size: 35px;
  top: -20px;
  left: calc(50% - 25px);
  width: 30px;
}
.ghk-content-styling .validation__success::before, .ghk-content-styling .validation__success.navbar__link.dropdown-toggle:before, .ghk-content-styling .validation__success.file__close, .ghk-content-styling .validation__success.navbar__link.dropdown-toggle.file__close {
  position: absolute;
  pointer-events: none;
  left: calc(100% - 65px);
  font-size: 30px;
  top: calc(50% + 4px);
  color: #4caf50;
}
.ghk-content-styling .validation__failed::before, .ghk-content-styling .validation__failed.navbar__link.dropdown-toggle:before, .ghk-content-styling .validation__failed.file__close, .ghk-content-styling .validation__failed.navbar__link.dropdown-toggle.file__close {
  position: absolute;
  pointer-events: none;
  left: calc(100% - 65px);
  font-size: 30px;
  top: calc(50% + 4px);
  color: #f44336;
}
.ghk-content-styling .success {
  color: #4caf50;
}
.ghk-content-styling .invalid {
  color: #f44336;
  border-color: #f44336;
}
.ghk-content-styling .invalid:active, .ghk-content-styling .invalid:focus {
  border-color: #f44336;
}
.ghk-content-styling .invalid::-webkit-input-placeholder {
  color: #f44336;
}
.ghk-content-styling .invalid::-moz-placeholder {
  color: #f44336;
}
.ghk-content-styling .invalid:-ms-input-placeholder {
  color: #f44336;
}
.ghk-content-styling .invalid:-moz-placeholder {
  color: #f44336;
}
.ghk-content-styling .dashboard__account-col {
  margin-bottom: 1rem;
}
.ghk-content-styling .dashboard__account-col--flex {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.ghk-content-styling .dashboard__account-line > [class*=i-] {
  color: #736e6e;
}
.ghk-content-styling .dashboard__account-line .i-phone {
  font-size: 1.3rem;
}
.ghk-content-styling .dashboard__account-line .i-fax {
  font-size: 1.3rem;
}
.ghk-content-styling .dashboard__account-subcol {
  padding-left: 5px;
  padding-right: 5px;
}
.ghk-content-styling .account-data__edit {
  font-size: 1.4rem;
  margin-left: 10px;
}
.ghk-content-styling .account-data__item {
  margin-bottom: 1.8rem;
}
.ghk-content-styling .account-data__item--flex {
  margin-left: -3px;
  margin-right: -3px;
}
.ghk-content-styling .account-data__item--flex > * {
  margin-left: 3px;
  margin-right: 3px;
}
.ghk-content-styling .account-data__header {
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.ghk-content-styling .account-data__btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  overflow: hidden;
  height: 40px;
  padding: 0;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  width: 40px;
}
.ghk-content-styling .account-data__btn--cancel {
  border: 1px solid #28a745;
  padding-left: 3px;
}
.ghk-content-styling .account-data__btn--save {
  font-size: 1.4rem;
  padding-left: 2px;
}
.ghk-content-styling .section--mt {
  margin-top: 40px;
}
.ghk-content-styling .section.content {
  padding-top: 0;
}
.ghk-content-styling .section--primary {
  background-color: #4caf50;
  color: #ffffff;
}
.ghk-content-styling .section--secondary {
  background-color: #f9f3f3;
}
.ghk-content-styling .section--default {
  background-color: #f9f3f3;
}
.ghk-content-styling .section--bg-image {
  background-size: cover;
}
.ghk-content-styling .section--bg-image--overlay {
  position: relative;
  width: 100%;
  z-index: -2;
}
.ghk-content-styling .section--bg-image--overlay::before, .ghk-content-styling .section--bg-image--overlay.navbar__link.dropdown-toggle:before, .ghk-content-styling .section--bg-image--overlay.file__close, .ghk-content-styling .section--bg-image--overlay.navbar__link.dropdown-toggle.file__close {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(76, 175, 80, 0.8);
  z-index: -1;
}
.ghk-content-styling .banner__section.ghk-content-styling .banner__section {
  padding-bottom: 6px;
  padding-top: 6px;
}
.ghk-content-styling .banner__section.ghk-content-styling .banner__section .headline, .banner__section.ghk-content-styling .banner__section.ghk-content-styling .banner__section .fact__figure {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 6px;
}
.ghk-content-styling .card {
  padding: 22px 20px;
  box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.1), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.16);
}
.ghk-content-styling .card__item--fullwidth {
  align-items: center;
  flex: 1 0 100%;
  text-align: center;
  width: 100%;
}
.ghk-content-styling .card__item--fullwidth a {
  justify-content: center;
}
.ghk-content-styling .card__item--fullwidth .link {
  margin-top: 10px;
}
.ghk-content-styling .card--variant {
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding-top: 6rem;
}
.ghk-content-styling .card--column {
  height: 100%;
}
.ghk-content-styling .card--grow {
  flex-grow: 1;
}
.ghk-content-styling .card--blue {
  border-top: 7px solid #0a58a8;
}
.ghk-content-styling .card--turquoise {
  border-top: 7px solid #06dae7;
}
.ghk-content-styling .card--green {
  border-top: 7px solid #019184;
}
.ghk-content-styling .card--neon {
  border-top: 7px solid #6bee71;
}
.ghk-content-styling .i--w85:before, .ghk-content-styling .i--w85.navbar__link.dropdown-toggle:before, .ghk-content-styling .i--w85.file__close, .ghk-content-styling .i--w85.navbar__link.dropdown-toggle.file__close {
  font-size: 84px;
}
.ghk-content-styling .i--w65:before, .ghk-content-styling .i--w65.navbar__link.dropdown-toggle:before, .ghk-content-styling .i--w65.file__close, .ghk-content-styling .i--w65.navbar__link.dropdown-toggle.file__close {
  font-size: 65px;
}
.ghk-content-styling .i--w52:before, .ghk-content-styling .i--w52.navbar__link.dropdown-toggle:before, .ghk-content-styling .i--w52.file__close, .ghk-content-styling .i--w52.navbar__link.dropdown-toggle.file__close {
  font-size: 52px;
}
.ghk-content-styling .service__content {
  height: 100%;
}
.ghk-content-styling .login__body {
  height: 100%;
}
.ghk-content-styling .login ::-webkit-input-placeholder {
  color: #434343;
}
.ghk-content-styling .login ::-moz-placeholder {
  color: #434343;
}
.ghk-content-styling .login :-ms-input-placeholder {
  color: #434343;
}
.ghk-content-styling .login :-moz-placeholder {
  color: #434343;
}
.ghk-content-styling .login--mt {
  margin-top: 4rem;
}
.ghk-content-styling .login__label {
  display: none;
}
.ghk-content-styling .login__label--custom {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.ghk-content-styling .login__dropdown {
  display: none;
  position: relative;
}
.ghk-content-styling .login__headline {
  letter-spacing: 0.05rem;
}
.ghk-content-styling .login__close {
  cursor: pointer;
  color: #a5a4a4;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ghk-content-styling .login__link {
  display: block;
  letter-spacing: 0.05rem;
}
.ghk-content-styling .login__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ghk-content-styling .login__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
}
.ghk-content-styling .login .is-open {
  display: block;
}
.ghk-content-styling .login .is-visible {
  display: block;
}
.ghk-content-styling .login .is-hidden {
  display: none;
}
.ghk-content-styling .links__section.ghk-content-styling .links__section {
  padding-top: 47px;
}
.ghk-content-styling .links__body {
  padding-top: 22px;
  padding-bottom: 20px;
}
.ghk-content-styling .quicklink {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ghk-content-styling .quicklink__wrapper {
  position: relative;
}
.ghk-content-styling .quicklink__wrapper--mb {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .ghk-content-styling .quicklink__wrapper {
    margin-bottom: 30px;
  }
}
.ghk-content-styling .quicklink__icon {
  font-size: 30px;
}
.ghk-content-styling .quicklink__icon.i-mail {
  margin-bottom: 8px;
}
.ghk-content-styling .quicklink__icon.i-stellensuche {
  font-size: 57px;
  margin-top: -25px;
}
.ghk-content-styling .quicklink__icon.i-e-formulare {
  font-size: 53px;
  margin-top: -23px;
}
.ghk-content-styling .quicklink__icon.i-user {
  font-size: 40px;
  margin-top: -17px;
}
.ghk-content-styling .quicklink__image--rechner.quicklink__image {
  width: 42px;
  height: 42px;
}
.ghk-content-styling .quicklink__image--bird.quicklink__image {
  width: 50px;
}
.ghk-content-styling .quicklink__text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ghk-content-styling .quicklink__name {
  color: #4CAF50;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 8px;
}
.ghk-content-styling .quicklink__arrow {
  font-size: 24px;
}
.ghk-content-styling .quicklink__help {
  justify-content: center;
  margin-top: 22px;
}
.ghk-content-styling .quicklink__login-tabs {
  background-color: #fafafa;
  padding: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 330px;
  z-index: 1040;
}
.ghk-content-styling .quicklink__login-tab-image-wrapper {
  display: flex;
  justify-content: center;
}
.ghk-content-styling .quicklink__login-tab-headline {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 23.8px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.ghk-content-styling .quicklink__login-tab-button {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #4caf50;
  color: #4caf50;
  cursor: pointer;
  padding: 8px 15px;
}
.ghk-content-styling .quicklink__login-tabs-close {
  color: #a5a4a4;
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ghk-content-styling .is--hidden {
  display: none;
}
.ghk-content-styling .global-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.ghk-content-styling .link-list__item {
  margin-bottom: 0.8rem;
}
.ghk-content-styling .link-list__link {
  align-items: center;
  box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.1), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  font-weight: 600;
  height: 100%;
  padding: 22px 20px;
}
.ghk-content-styling .link-list__arrow {
  font-size: 1.2rem;
  line-height: 1;
}
.ghk-content-styling .fact__figure {
  font-size: 2.188rem;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .ghk-content-styling .fact__figure {
    font-size: 2.5rem;
  }
}
@media (min-width: 1150px) {
  .ghk-content-styling .fact__figure {
    font-size: 3.438rem;
  }
}
.ghk-content-styling .container__result {
  flex-direction: column;
  justify-content: space-between;
}
.ghk-content-styling .result {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .ghk-content-styling .result__std {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .ghk-content-styling .result__narrow {
    padding-right: 20px;
    padding-left: 50px;
  }
}
.ghk-content-styling .result__sum {
  border-top-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .result__sum {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ghk-content-styling .result__sum--gray, .ghk-content-styling .result__sum--total {
  background-color: #f9f3f3;
}
.ghk-content-styling .result__sum--total {
  border-color: #4caf50;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
.ghk-content-styling .result__sum--thin {
  font-weight: 300;
}
.ghk-content-styling .result__sum--top {
  margin-top: 0;
  border-top: none;
}
@media (min-width: 768px) {
  .ghk-content-styling .result__amout {
    padding-right: 20px;
  }
}
.ghk-content-styling .result__label {
  flex: 1 1 50%;
}
.ghk-content-styling .result__label--bold {
  font-weight: 600;
}
@media (min-width: 768px) {
  .ghk-content-styling .result__label--narrow {
    flex: 1 1 calc(50% - 30px);
  }
}
.ghk-content-styling .result__data {
  flex: 1 0 50%;
  text-align: right;
}
.ghk-content-styling .result__data--double {
  flex: 1 0 50%;
  justify-content: space-between;
}
.ghk-content-styling .result__data--double span {
  flex: 0 0 50%;
}
.ghk-content-styling .endresult {
  justify-content: center;
}
.ghk-content-styling .video__section {
  padding: 0;
}
.ghk-content-styling .video__item {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.ghk-content-styling .video iframe, .ghk-content-styling .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ghk-content-styling .video__panel {
  background-color: #4caf50;
  color: #ffffff;
  height: 55px;
  width: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.ghk-content-styling .video--play {
  font-size: 1.125rem;
}
.ghk-content-styling .video--pause {
  display: none;
  font-size: 2.188rem;
}
.ghk-content-styling .video [data-play=pause] .video--play {
  display: none;
}
@media (max-width: 768px) {
  .ghk-content-styling .video {
    margin-bottom: 4.2rem;
  }
}
.ghk-content-styling .footer__section {
  text-align: center;
}
@media (min-width: 576px) {
  .ghk-content-styling .footer__section .footer__container .nav-footer__item {
    line-height: 1;
  }
  .ghk-content-styling .footer__section .footer__container .nav-footer__item:not(:last-child) {
    padding-right: 15px;
  }
  .ghk-content-styling .footer__section .footer__container .nav-footer__item:not(:first-child) {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .ghk-content-styling .footer__container .nav-footer {
    width: 60%;
    margin: auto;
  }
  .ghk-content-styling .footer__container .nav-footer__nav {
    margin: 0;
    padding-left: 0 !important;
  }
  .ghk-content-styling .footer__container .nav-footer__item {
    border-bottom: 1px solid #e8e7e7;
    padding: 0.5rem 0;
  }
  .ghk-content-styling .footer__container .copyright {
    margin-top: 0.5rem;
  }
}
.ghk-content-styling .dashboard__headline--green {
  background-color: #28a745;
  color: #ffffff;
  margin-bottom: 1.8rem;
  padding-bottom: 1.3rem;
  padding-top: 1.4rem;
  text-align: center;
}
.ghk-content-styling .dashboard__account {
  background-color: #ffffff;
  box-shadow: 0 4.7px 4.7px 0.3px rgba(0, 0, 0, 0.16);
  margin-bottom: 48px;
  padding-bottom: 37px;
}
.ghk-content-styling .dashboard__account-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ghk-content-styling .dashboard__account-container--top {
  margin-bottom: 23px;
}
.ghk-content-styling .dashboard__account-container--green {
  background-color: #28a745;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .dashboard__account-container {
    display: block;
  }
}
.ghk-content-styling .dashboard__account-headline.ghk-content-styling .dashboard__account-headline {
  margin: 0 20px 0 0;
}
.ghk-content-styling .dashboard__quicklinks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .dashboard__quicklinks {
    display: block;
  }
}
.ghk-content-styling .dashboard__quicklink {
  color: #434343;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: 20px;
}
.ghk-content-styling .dashboard__quicklink:first-child {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .dashboard__quicklink {
    margin-left: 0;
  }
}
.ghk-content-styling .dashboard__user {
  align-items: center;
  color: #434343;
  display: flex;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.ghk-content-styling .dashboard__user-icon {
  margin-top: -16px;
  margin-right: 10px;
}
.ghk-content-styling .dashboard__card {
  margin-bottom: 28px;
}
.ghk-content-styling .dashboard__card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 1.375rem;
  margin-bottom: 14px;
}
.ghk-content-styling .dashboard__card-headline.ghk-content-styling .dashboard__card-headline {
  margin-bottom: 0;
}
.ghk-content-styling .dashboard__card-body {
  overflow-y: hidden;
  padding-left: 15px;
  padding-right: 15px;
  transition: max-height 0.2s ease;
}
.ghk-content-styling .dashboard__card-footer {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  position: relative;
}
.ghk-content-styling .dashboard__card-row {
  align-items: center;
  flex-wrap: nowrap;
}
.ghk-content-styling .dashboard__card-row:first-child {
  border-bottom-color: #4caf50;
}
.ghk-content-styling .dashboard__card-row--unread {
  background-color: #f9f3f3;
  font-weight: 600;
}
.ghk-content-styling .dashboard__card-row--header {
  background-color: #f9f3f3;
  color: #858685;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.ghk-content-styling .dashboard__card-row--body {
  font-size: 0.875rem;
  padding-bottom: 8px;
  padding-top: 1px;
}
.ghk-content-styling .dashboard__card-column {
  padding-left: 15px;
  padding-right: 15px;
}
.ghk-content-styling .dashboard__card-column-date {
  flex: 0 1 11%;
  min-width: 102px;
}
.ghk-content-styling .dashboard__card-column-author {
  flex: 0 1 12.5%;
  min-width: 79px;
}
.ghk-content-styling .dashboard__card-column-title--mail {
  flex: 1 1 auto;
}
.ghk-content-styling .dashboard__card-column-title--protocol {
  flex: 1 1 auto;
}
.ghk-content-styling .dashboard__card-column-form {
  flex: 0 1 14%;
  min-width: 113px;
}
.ghk-content-styling .dashboard__card-column-status {
  flex: 0 1 18%;
  min-width: 100px;
}
.ghk-content-styling .dashboard__card-column-creator {
  flex: 0 1 12.5%;
  min-width: 112px;
}
.ghk-content-styling .dashboard__card-column-signer {
  flex: 0 1 19.5%;
  min-width: 150px;
}
.ghk-content-styling .dashboard__card-column-salary {
  flex: 1 1 auto;
}
.ghk-content-styling .dashboard__card-column-protocol {
  flex: 1 1 auto;
}
.ghk-content-styling .dashboard__card-column-download {
  flex: 0 0 58px;
  min-width: 58px;
}
.ghk-content-styling .dashboard__card-column .i-error, .ghk-content-styling .dashboard__card-column .validation__failed {
  color: #f44336;
  font-size: 18px;
}
.ghk-content-styling .dashboard__card-column .i-check, .ghk-content-styling .dashboard__card-column .validation__success {
  font-size: 18px;
}
.ghk-content-styling .dashboard__card-column .i-check, .ghk-content-styling .dashboard__card-column .validation__success,
.ghk-content-styling .dashboard__card-column .i-checkbox_check {
  color: #4caf50;
}
.ghk-content-styling .dashboard__card-column .i-checkbox_check {
  font-size: 12px;
}
.ghk-content-styling .dashboard__card-column .i-download {
  font-size: 24px;
}
.ghk-content-styling .dashboard__card-column .i-time {
  font-size: 18px;
  color: #EF9B02;
}
.ghk-content-styling .tab-pane {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.ghk-content-styling .tab-pane.show.active {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.ghk-content-styling .on-open {
  display: none;
}
.ghk-content-styling .tab-pane.open .on-open, .ghk-content-styling .card.open .on-open {
  display: block;
}
.ghk-content-styling .tab-pane.open .on-closed, .ghk-content-styling .card.open .on-closed {
  display: none;
}
.ghk-content-styling .tab-pane.open .i--rotated, .ghk-content-styling .card.open .i--rotated {
  transition: all 0.2 ease;
  transform: rotate(-90deg);
}
.ghk-content-styling .content hr {
  display: block;
  height: 1px;
  margin-top: 0;
  border: 0 none;
  background: transparent;
}
.ghk-content-styling .content h2,
.ghk-content-styling .content h3,
.ghk-content-styling .content h4,
.ghk-content-styling .content h5,
.ghk-content-styling .content h6 {
  line-height: 1.1;
}
.ghk-content-styling .content h1 {
  font-size: 2.188rem;
  line-height: 1.7;
}
.ghk-content-styling .content h1 span {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.ghk-content-styling .content h2 {
  font-size: 1.375rem;
}
.ghk-content-styling .content h3 {
  font-size: 1.125rem;
}
.ghk-content-styling .content h4 {
  font-size: 1rem;
}
.ghk-content-styling .content h5 {
  font-size: 0.85rem;
}
.ghk-content-styling .content h6 {
  font-size: 0.7rem;
}
.ghk-content-styling .content a:not(.btn) {
  color: #4caf50;
}
.ghk-content-styling .content a:not(.btn):hover {
  color: #449d48;
}
.ghk-content-styling .content p {
  font-size: 1rem;
}
.ghk-content-styling .content figure {
  margin: 0 0 25px 0;
}
.ghk-content-styling .content img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.ghk-content-styling .content ul,
.ghk-content-styling .content ol {
  list-style-type: none;
  padding-left: 0;
  font-size: 1rem;
}
.ghk-content-styling .content ul li,
.ghk-content-styling .content ol li {
  padding-left: 28px;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .content ul li,
  .ghk-content-styling .content ol li {
    padding-left: 20px;
  }
}
.ghk-content-styling .content ul ul,
.ghk-content-styling .content ul ol,
.ghk-content-styling .content ol ul,
.ghk-content-styling .content ol ol {
  padding-top: 4px;
}
.ghk-content-styling .content ul > li,
.ghk-content-styling .content ol > li {
  position: relative;
  padding-bottom: 15px;
}
.ghk-content-styling .content ul > li:before, .ghk-content-styling .content ul > li.navbar__link.dropdown-toggle:before, .ghk-content-styling .content ul > li.file__close,
.ghk-content-styling .content ol > li:before,
.ghk-content-styling .content ol > li.navbar__link.dropdown-toggle:before,
.ghk-content-styling .content ol > li.file__close {
  position: absolute;
  left: 0;
}
.ghk-content-styling .content ul > li:last-of-type,
.ghk-content-styling .content ol > li:last-of-type {
  padding-bottom: 0;
}
.ghk-content-styling .content ul > li li,
.ghk-content-styling .content ol > li li {
  padding-bottom: 4px;
}
.ghk-content-styling .content ul > li li:last-of-type,
.ghk-content-styling .content ol > li li:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .ghk-content-styling .content ul > li {
    padding-left: 15px;
  }
}
.ghk-content-styling .content ul > li:before, .ghk-content-styling .content ul > li.navbar__link.dropdown-toggle:before, .ghk-content-styling .content ul > li.file__close {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #4caf50;
  top: 8px;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .content ul > li:before, .ghk-content-styling .content ul > li.navbar__link.dropdown-toggle:before, .ghk-content-styling .content ul > li.file__close {
    top: 9px;
  }
}
@media (min-width: 576px) {
  .ghk-content-styling .content ul > li ul {
    padding-left: 10px;
  }
}
.ghk-content-styling .content ul > li li {
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .content ul > li li {
    padding-left: 12px;
  }
}
.ghk-content-styling .content ul > li li:before, .ghk-content-styling .content ul > li li.navbar__link.dropdown-toggle:before, .ghk-content-styling .content ul > li li.file__close {
  background-color: #434343;
}
.ghk-content-styling .content ol {
  counter-reset: li;
}
@media (min-width: 576px) {
  .ghk-content-styling .content ol > li {
    padding-left: 23px;
  }
}
.ghk-content-styling .content ol > li:before, .ghk-content-styling .content ol > li.navbar__link.dropdown-toggle:before, .ghk-content-styling .content ol > li.file__close {
  content: counter(li) ".";
  counter-increment: li;
}
@media (min-width: 576px) {
  .ghk-content-styling .content ol > li ol {
    padding-left: 3px;
  }
}
.ghk-content-styling .content ol > li ol > li:before, .ghk-content-styling .content ol > li ol > li.navbar__link.dropdown-toggle:before, .ghk-content-styling .content ol > li ol > li.file__close {
  content: counter(li, lower-alpha) ".";
}
.ghk-content-styling .content .footnote {
  font-size: 0.875rem;
}
.ghk-content-styling .accordion p:last-child {
  margin-bottom: 0;
}
.ghk-content-styling .accordion__item {
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.ghk-content-styling .accordion__body {
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 60px 20px 23px;
}
.ghk-content-styling .accordion__header {
  position: relative;
}
.ghk-content-styling .accordion__header:before, .ghk-content-styling .accordion__header.navbar__link.dropdown-toggle:before, .ghk-content-styling .accordion__header.file__close, .ghk-content-styling .accordion__header.navbar__link.dropdown-toggle.file__close {
  pointer-events: none;
  font-size: 0.75rem;
  position: absolute;
  right: 15px;
  top: 20px;
}
.ghk-content-styling .accordion__header:not(.active) {
  background-color: #fafafa;
}
.ghk-content-styling .accordion__header:not(.active):before, .ghk-content-styling .accordion__header.file__close:not(.active) {
  transform: rotate(45deg);
}
.ghk-content-styling .accordion .collapse {
  display: none;
}
.ghk-content-styling .accordion .collapse.show {
  display: block;
}
.ghk-content-styling .accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.ghk-content-styling .team__section {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .ghk-content-styling .team__section {
    margin-bottom: 25px;
    padding-bottom: 35px;
  }
}
.ghk-content-styling .team__member {
  border-bottom-width: 2px;
}
.ghk-content-styling .team-nav {
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.ghk-content-styling .team-nav__item {
  margin-left: 3px;
  margin-right: 3px;
}
.ghk-content-styling [data-description] {
  display: none;
}
.ghk-content-styling [data-description].active {
  display: block;
}
.ghk-content-styling [data-description].active + .active {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #ffffff;
}
.ghk-content-styling [data-team] {
  transition: opacity 0.2s, transform 0.3s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transform: translateX(-100%);
  position: absolute;
}
.ghk-content-styling [data-team].active {
  visibility: visible;
  position: relative;
  height: auto;
  opacity: 1;
  transform: translateX(0);
}
.ghk-content-styling .contact {
  line-height: 1.5;
}
.ghk-content-styling .contact :not(.contact--header) {
  font-size: 0.875rem;
}
.ghk-content-styling .breadcrumb {
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.ghk-content-styling .breadcrumb__item {
  color: #707170;
}
.ghk-content-styling .breadcrumb__item + .breadcrumb__item::before, .ghk-content-styling .breadcrumb__item + .breadcrumb__item.file__close {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  color: #707170;
  content: "›";
}
.ghk-content-styling .breadcrumb__item + .breadcrumb__item:hover::before, .ghk-content-styling .breadcrumb__item + .breadcrumb__item.file__close:hover {
  text-decoration: underline;
}
.ghk-content-styling .breadcrumb__item + .breadcrumb__item:hover::before, .ghk-content-styling .breadcrumb__item + .breadcrumb__item.file__close:hover {
  text-decoration: none;
}
.ghk-content-styling .breadcrumb__item.active {
  color: #4caf50;
}
.ghk-content-styling .breadcrumb__item.active a {
  color: #4caf50;
}
.ghk-content-styling .search__header h1 {
  font-size: 2.188rem;
}
.ghk-content-styling .search__header--sub {
  font-size: 1.375rem;
}
.ghk-content-styling .searchresult {
  font-size: 1rem;
}
.ghk-content-styling .searchresult__item--header {
  font-weight: 600;
}
.ghk-content-styling .searchresult__container {
  border-bottom-width: 2px;
  border-bottom-color: #4caf50;
}
.ghk-content-styling .pagination__container {
  width: 100%;
}
.ghk-content-styling .pagination {
  width: 100%;
  flex-wrap: wrap;
}
.ghk-content-styling .page-item:not(:first-child) {
  margin-left: 1rem;
}
.ghk-content-styling .page-item .page-link.btn-paginate {
  border-radius: 0.25rem;
}
.ghk-content-styling .page-item .page-link--dots {
  font-size: 1rem;
  color: #4caf50;
}
.ghk-content-styling .page-item .page-link--dots:hover {
  color: #449d48;
}
.ghk-content-styling .page-item .page-link.active {
  background-color: #4caf50;
  color: #ffffff;
}
.ghk-content-styling .prev {
  font-size: 6px;
  height: 100%;
  align-items: center;
}
.ghk-content-styling .prev span::before, .ghk-content-styling .prev span.navbar__link.dropdown-toggle:before, .ghk-content-styling .prev span.file__close {
  transform: rotate(90deg);
}
.ghk-content-styling .next {
  height: 100%;
  align-items: center;
  font-size: 6px;
}
.ghk-content-styling .next span::before, .ghk-content-styling .next span.navbar__link.dropdown-toggle:before, .ghk-content-styling .next span.file__close {
  transform: rotate(-90deg);
}
.ghk-content-styling #toast-container {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  top: 15px;
  right: 15px;
}
.ghk-content-styling .toast {
  text-align: left;
  border-radius: 0.25rem;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 30px 15px 30px 50px;
  width: 363px;
  color: #ffffff;
  z-index: 10000000;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .toast {
    padding: 15px 15px 15px 50px;
    width: auto;
  }
}
.ghk-content-styling .toast-info {
  background-color: #585858;
}
.ghk-content-styling .toast-success {
  background-color: #4caf50;
}
.ghk-content-styling .toast-warning {
  background-color: #f44336;
}
.ghk-content-styling .icon::before, .ghk-content-styling .icon.navbar__link.dropdown-toggle:before, .ghk-content-styling .icon.file__close, .ghk-content-styling .icon.navbar__link.dropdown-toggle.file__close {
  font-size: 1.375rem;
  position: absolute;
  top: calc(50% - 9px);
  left: 15px;
}
.ghk-content-styling .color__border {
  position: absolute;
  height: 5px;
  bottom: -5px;
  left: 50%;
  max-width: 1150px;
  transform: translateX(-50%);
}
.ghk-content-styling .color--blue {
  background: #0a58a8;
}
.ghk-content-styling .color--turquoise {
  background: #06dae7;
}
.ghk-content-styling .color--green {
  background: #019184;
}
.ghk-content-styling .color--neon {
  background: #6bee71;
}
.ghk-content-styling .print-only {
  display: none;
}
@media print {
  .ghk-content-styling body {
    min-width: 992px !important;
  }
  .ghk-content-styling .wrapper {
    display: block;
  }
  .ghk-content-styling .print-only {
    display: block;
  }
  .ghk-content-styling h3 {
    height: auto !important;
  }
  .ghk-content-styling .fact__number::after {
    content: attr(data-number);
  }
  .ghk-content-styling *,
  .ghk-content-styling *::before,
  .ghk-content-styling .navbar__item--locked:before,
  .ghk-content-styling .navbar__link.dropdown-toggle:before,
  .ghk-content-styling .file__close,
  .ghk-content-styling .navbar__item--locked.file__close,
  .ghk-content-styling .navbar__link.dropdown-toggle.file__close,
  .ghk-content-styling .validation__success::before,
  .ghk-content-styling .validation__failed::before,
  .ghk-content-styling .accordion__header:before,
  .ghk-content-styling *::after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .ghk-content-styling .btn, .ghk-content-styling .cookie__button {
    display: none;
  }
  .ghk-content-styling a:not(.btn) {
    text-decoration: underline;
  }
  .ghk-content-styling {
    @page {
      size: a4;
    }
  }
  .ghk-content-styling .container {
    min-width: 992px !important;
  }
  .ghk-content-styling .footer__print {
    padding-top: 40px;
    border-top: 2px solid #dee2e6;
  }
}
.ghk-content-styling .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .ghk-content-styling .table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.ghk-content-styling .tr__body:nth-child(even) {
  background-color: #fafafa;
}
.ghk-content-styling .tr__body:last-child {
  border-bottom: 1px solid #dee2e6;
}
.ghk-content-styling .td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.ghk-content-styling .td:nth-child(1) {
  width: 50%;
}
.ghk-content-styling .td:nth-child(2) {
  width: 25%;
}
.ghk-content-styling .td:nth-child(3) {
  width: 25%;
}
.ghk-content-styling .td ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-left: 15px;
}
.ghk-content-styling .td ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
}
.ghk-content-styling .td ul .li__blank::before, .ghk-content-styling .td ul .li__blank.file__close {
  display: none;
}
.ghk-content-styling .td span {
  display: block;
}
.ghk-content-styling .td__inner {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0.75rem;
}
.ghk-content-styling .td__inner:first-child {
  padding-left: 0;
}
.ghk-content-styling .td__inner:last-child {
  padding-right: 0;
}
.ghk-content-styling .td__head {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #858685;
  vertical-align: middle;
  border-bottom: 2px solid #4caf50;
  background-color: #fafafa;
}
.ghk-content-styling .td__head span {
  white-space: nowrap;
}
.ghk-content-styling .td__head span:nth-child(2) {
  text-transform: none;
}
.ghk-content-styling .td__body {
  vertical-align: middle;
}
.ghk-content-styling .td__row--none {
  visibility: hidden;
  opacity: 0;
}
.ghk-content-styling .td__row--list {
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
}
.ghk-content-styling .td__row--list:before, .ghk-content-styling .td__row--list.navbar__link.dropdown-toggle:before, .ghk-content-styling .td__row--list.file__close, .ghk-content-styling .td__row--list.navbar__link.dropdown-toggle.file__close {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #4caf50;
  top: 8px;
  left: 0;
}
@media (max-width: 767.98px) {
  .ghk-content-styling .td__row--list:before, .ghk-content-styling .td__row--list.navbar__link.dropdown-toggle:before, .ghk-content-styling .td__row--list.file__close, .ghk-content-styling .td__row--list.navbar__link.dropdown-toggle.file__close {
    top: 9px;
  }
}
.ghk-content-styling .td__row--listitem {
  margin-left: 25px;
}
.ghk-content-styling .td__row--pb {
  padding-bottom: 10px;
}
.ghk-content-styling .cookie {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  z-index: 100000;
  bottom: -100%;
  transition: bottom 1s ease-in-out;
  border-top: 1px solid #dee2e6;
}
.ghk-content-styling .cookie--enter {
  bottom: 0;
}
.ghk-content-styling .cookie__bar {
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.ghk-content-styling .cookie__text {
  color: #434343;
  float: left;
  font-size: 0.875rem;
  margin-bottom: 15px;
  margin-top: 15px;
}
.ghk-content-styling .cookie__text a {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #4caf50;
}
.ghk-content-styling .cookie__text a:hover {
  color: #449d48;
}
.ghk-content-styling .cookie__button {
  width: 90px;
  margin-bottom: 0;
}
.ghk-content-styling .mail-with-number {
  display: inline-block;
  position: relative;
}
.ghk-content-styling .mail-with-number-icon {
  color: #585858;
}
.ghk-content-styling .mail-with-number-count {
  justify-content: center;
  line-height: 1.7;
  position: absolute;
  top: 0;
  right: -5px;
  height: 15px;
  width: 16px;
  background-color: #f44336;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
}
.ghk-content-styling .scroll-down {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  bottom: 12px;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
  color: #4caf50;
  display: flex;
  height: 59px;
  justify-content: center;
  opacity: 0.9;
  cursor: pointer;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 59px;
}
.ghk-content-styling .e-forms {
  margin-bottom: 200px;
}
.ghk-content-styling .e-form {
  color: #4caf50;
  border-bottom: 1px solid #E8E7E7;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 18px;
  padding-left: 38px;
  padding-top: 18px;
  position: relative;
}
.ghk-content-styling .e-form--big {
  margin-bottom: 80px;
}
.ghk-content-styling .e-form__number {
  left: 0;
  position: absolute;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}

/* header styling */
.header.fixed-top-custom {
  position: fixed;
  transition: all 0.5s ease-out;
  top: 0;
  width: 100%;
  background: white;
  z-index: 988;
}

body.open .header.fixed-top-custom {
  width: calc(100% - 320px);
  transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
  .public-page .fixed-top-custom {
    position: relative;
  }
  .public-page #content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: unset;
  }
}
.container__main, .ghk-content-styling .header__container, .ghk-content-styling .main__container, .ghk-content-styling .nav-form__container, .ghk-content-styling .container__main-form, .ghk-content-styling .section__container, .ghk-content-styling .cookie__bar, .main__container, .nav-form__container, .container__main-form, .section__container, .cookie__bar {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__container {
  max-width: 1401px !important;
  padding: 0 1rem !important;
  height: 64px;
}
.header__container .navbar-header {
  height: inherit;
}
.header__container .navbar-brand {
  padding: 0.4rem 0 0 0;
}

@media (min-width: 767px) {
  .header__container {
    padding: 0 2rem !important;
  }
}
#wrapper {
  padding: 0;
}

.has-control-menu .fixed-top-custom {
  top: 56px;
}

@media (min-width: 992px) {
  #content {
    margin-top: 64px;
  }
}
@media (max-width: 992px) {
  #content {
    margin-top: 64px;
  }
}
.ghk-content-styling .footer {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ghk-content-styling .footer .nav-footer__nav {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.ghk-content-styling .footer .navbar__item, .ghk-content-styling .footer .nav-footer__nav {
  padding-left: 40px;
  list-style: none;
}

#content {
  padding-bottom: 173px;
  min-height: calc(100vh - 68px);
}

.has-control-menu #content {
  min-height: calc(100vh - 116px);
}

.private-page #content {
  padding-bottom: 0;
  min-height: unset;
}

@media (min-width: 576px) {
  #content {
    padding-bottom: 103px;
  }
  .has-control-menu #content {
    min-height: calc(100vh - 124px);
  }
}
@media (min-width: 992px) {
  #content {
    padding-bottom: 82px;
    min-height: calc(100vh - 93px);
  }
  .has-control-menu #content {
    min-height: calc(100vh - 149px);
  }
}
#footer {
  position: relative;
  width: 100%;
}

.pgk-nav-dropdown .navbar__inner.dropdown-menu.dropdown-menu-right.show {
  max-width: 500px;
  max-height: calc(100vh - 68px);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  .pgk-nav-dropdown .navbar__inner.dropdown-menu.dropdown-menu-right.show {
    max-height: calc(100vh - 93px);
  }
}
.pgk-nav-dropdown .dropdown-main {
  position: relative;
}
.pgk-nav-dropdown * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
.pgk-nav-dropdown .dropdown-main > .dropdown-menu.show {
  right: 0;
}
.pgk-nav-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  overflow: unset;
}
.pgk-nav-dropdown .header .dropdown-menu {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  left: auto !important;
}
@media (min-width: 576px) {
  .pgk-nav-dropdown .dropdown-main > .dropdown-menu {
    width: 100%;
  }
}
.pgk-nav-dropdown .dropdown-main > .dropdown-menu {
  background-color: #ffffff;
  transition: right 0.2s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .pgk-nav-dropdown .navbar__inner.dropdown-menu {
    min-width: 365px;
  }
}
.pgk-nav-dropdown .navbar__inner.dropdown-menu {
  -webkit-box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
}
.pgk-nav-dropdown .dropdown-menu {
  z-index: 10;
  font-size: 0.875rem;
  list-style: none;
  max-width: unset;
  background-clip: padding-box;
}
.pgk-nav-dropdown .dropdown-menu::after {
  padding-top: 0;
}
.pgk-nav-dropdown .navbar-nav {
  margin: 0;
  padding-left: 0;
  padding: 0;
  border: none;
  display: block;
}
.pgk-nav-dropdown .navbar__item.level0 {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e7e7;
}
.pgk-nav-dropdown .navbar__item.level4 {
  text-transform: uppercase;
}
.pgk-nav-dropdown .dropdown {
  position: relative;
}
.pgk-nav-dropdown .navbar__item {
  padding: 5px 22px 5px 21px;
  border-left: 4px solid transparent;
}
.pgk-nav-dropdown .navbar__link.level0 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.pgk-nav-dropdown .dropdown-toggle {
  cursor: pointer;
}
.pgk-nav-dropdown .navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pgk-nav-dropdown .navbar__link:hover {
  font-weight: 600;
}
.pgk-nav-dropdown .navbar-toggler, .pgk-nav-dropdown .dropdown-toggle {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.pgk-nav-dropdown a {
  color: #434343;
  text-decoration: none;
}
.pgk-nav-dropdown .dropdown-menu.level1, .pgk-nav-dropdown .dropdown-menu.level2, .pgk-nav-dropdown .dropdown-menu.level3 {
  position: inherit;
  top: auto;
  left: auto;
  z-index: inherit;
  min-width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  max-height: 0;
}
.pgk-nav-dropdown .navbar__item.level1, .pgk-nav-dropdown .navbar__item.level2, .pgk-nav-dropdown .navbar__item.level3 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
}
.pgk-nav-dropdown .navbar__item.level1 {
  padding-left: 0;
}
.pgk-nav-dropdown .dropdown {
  position: relative;
}
.pgk-nav-dropdown .navbar__item {
  border-left: 4px solid transparent;
}
.pgk-nav-dropdown .navbar__item, .pgk-nav-dropdown .nav-footer__nav {
  list-style: none;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu a {
  color: #434343;
  text-decoration: none;
  font-size: 14px;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu a:hover {
  color: black;
  text-decoration: none;
  background-color: transparent;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu a:focus {
  box-shadow: none;
  background-color: transparent;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu a:active {
  background-color: transparent;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu .navbar__item.active > a, .pgk-nav-dropdown .dropdown-toggle + .dropdown-menu .navbar__item.show > a {
  color: #4caf50;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu .navbar__link.level2, .pgk-nav-dropdown .dropdown-toggle + .dropdown-menu .navbar__link.level3 {
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: none;
}
.pgk-nav-dropdown .dropdown-toggle + .dropdown-menu a.navbar__link.level4 {
  padding: 0;
}

.has-control-menu .pgk-nav-dropdown .navbar__inner.dropdown-menu.dropdown-menu-right.show {
  max-height: calc(100vh - 124px);
}
@media (min-width: 992px) {
  .has-control-menu .pgk-nav-dropdown .navbar__inner.dropdown-menu.dropdown-menu-right.show {
    max-height: calc(100vh - 149px);
  }
}

.pgk-content-layout-medium-top {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
}

.pgk-content-layout-medium-body {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 788px;
}

.portlet-column-content.empty {
  padding: 0px;
}

.pgk-meinegk .pgk-meinegk-navigation {
  flex: 0 0 80px;
  min-width: 80px;
}

.controls-visible .pgk-meinegk .portlet-column {
  min-height: 100px;
}

.ghk-content-styling .banner__section {
  padding-bottom: 6px;
  padding-top: 6px;
}
.ghk-content-styling .banner__section h2.headline, .ghk-content-styling .banner__section h2.fact__figure {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 5px;
}
.ghk-content-styling .banner__section p.subtitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pgk-team-banner {
  display: flex;
  justify-content: center;
  padding: 0;
}
.pgk-team-banner .container__main, .pgk-team-banner .ghk-content-styling .header__container, .ghk-content-styling .pgk-team-banner .header__container, .pgk-team-banner .ghk-content-styling .main__container, .ghk-content-styling .pgk-team-banner .main__container, .pgk-team-banner .ghk-content-styling .nav-form__container, .ghk-content-styling .pgk-team-banner .nav-form__container, .pgk-team-banner .ghk-content-styling .container__main-form, .ghk-content-styling .pgk-team-banner .container__main-form, .pgk-team-banner .ghk-content-styling .section__container, .ghk-content-styling .pgk-team-banner .section__container, .pgk-team-banner .ghk-content-styling .cookie__bar, .ghk-content-styling .pgk-team-banner .cookie__bar {
  position: absolute;
  max-width: none;
}

.banner-test-page {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: yellow;
  padding: 10px;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.banner-test-page h1 {
  color: red;
  margin: 0;
  font-weight: 450;
}

.banner-test-page a {
  color: green;
  text-decoration: none;
  font-weight: 600;
}

.feedback-form .feedback-link {
  color: white;
  background: #4caf50;
  padding: 0.7rem 3rem;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  width: 280px;
  display: inline-block;
}
.feedback-form .feedback-link:hover {
  background: #4caf50;
  cursor: pointer;
  color: white;
}

.pgk_tile_section.links__section {
  padding-top: 47px;
}
.pgk_tile_section .quicklink__wrapper {
  margin-bottom: 30px;
  min-height: 178px;
}
.pgk_tile_section a.card {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.pgk_tile_section_color .headline.headline--medium, .pgk_tile_section_color .ghk-content-styling .headline--medium.fact__figure, .ghk-content-styling .pgk_tile_section_color .headline--medium.fact__figure {
  margin-top: 15px;
  margin-bottom: 5px;
}
.pgk_tile_section_color a.card {
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.pgk-service-numbers {
  background-image: url("../images/meineGK Dashboard above 1441.png");
  background-position: center center;
}
.pgk-service-numbers .container__main, .pgk-service-numbers .ghk-content-styling .header__container, .ghk-content-styling .pgk-service-numbers .header__container, .pgk-service-numbers .ghk-content-styling .main__container, .ghk-content-styling .pgk-service-numbers .main__container, .pgk-service-numbers .ghk-content-styling .nav-form__container, .ghk-content-styling .pgk-service-numbers .nav-form__container, .pgk-service-numbers .ghk-content-styling .container__main-form, .ghk-content-styling .pgk-service-numbers .container__main-form, .pgk-service-numbers .ghk-content-styling .section__container, .ghk-content-styling .pgk-service-numbers .section__container, .pgk-service-numbers .ghk-content-styling .cookie__bar, .ghk-content-styling .pgk-service-numbers .cookie__bar {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  border-radius: 30px;
}
.pgk-service-numbers .container__main .content__row, .pgk-service-numbers .ghk-content-styling .header__container .content__row, .ghk-content-styling .pgk-service-numbers .header__container .content__row, .pgk-service-numbers .ghk-content-styling .main__container .content__row, .ghk-content-styling .pgk-service-numbers .main__container .content__row, .pgk-service-numbers .ghk-content-styling .nav-form__container .content__row, .ghk-content-styling .pgk-service-numbers .nav-form__container .content__row, .pgk-service-numbers .ghk-content-styling .container__main-form .content__row, .ghk-content-styling .pgk-service-numbers .container__main-form .content__row, .pgk-service-numbers .ghk-content-styling .section__container .content__row, .ghk-content-styling .pgk-service-numbers .section__container .content__row, .pgk-service-numbers .ghk-content-styling .cookie__bar .content__row, .ghk-content-styling .pgk-service-numbers .cookie__bar .content__row, .pgk-service-numbers .container__main .ghk-content-styling .section__row, .ghk-content-styling .pgk-service-numbers .container__main .section__row, .pgk-service-numbers .ghk-content-styling .header__container .section__row, .ghk-content-styling .pgk-service-numbers .header__container .section__row, .pgk-service-numbers .ghk-content-styling .main__container .section__row, .ghk-content-styling .pgk-service-numbers .main__container .section__row, .pgk-service-numbers .ghk-content-styling .nav-form__container .section__row, .ghk-content-styling .pgk-service-numbers .nav-form__container .section__row, .pgk-service-numbers .ghk-content-styling .container__main-form .section__row, .ghk-content-styling .pgk-service-numbers .container__main-form .section__row, .pgk-service-numbers .ghk-content-styling .section__container .section__row, .ghk-content-styling .pgk-service-numbers .section__container .section__row, .pgk-service-numbers .ghk-content-styling .cookie__bar .section__row, .ghk-content-styling .pgk-service-numbers .cookie__bar .section__row {
  margin-top: 3rem;
}
.pgk-service-numbers .container__main .content__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .header__container .content__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .header__container .content__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .main__container .content__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .main__container .content__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .nav-form__container .content__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .nav-form__container .content__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .container__main-form .content__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .container__main-form .content__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .section__container .content__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .section__container .content__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .cookie__bar .content__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .cookie__bar .content__row .landingpage-heading, .pgk-service-numbers .container__main .ghk-content-styling .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .container__main .section__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .header__container .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .header__container .section__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .main__container .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .main__container .section__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .nav-form__container .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .nav-form__container .section__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .container__main-form .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .container__main-form .section__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .section__container .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .section__container .section__row .landingpage-heading, .pgk-service-numbers .ghk-content-styling .cookie__bar .section__row .landingpage-heading, .ghk-content-styling .pgk-service-numbers .cookie__bar .section__row .landingpage-heading {
  font-family: "Rubik" !important;
  font-weight: 500 !important;
  font-size: 30px;
  display: flex;
  text-transform: uppercase;
}
.pgk-service-numbers .container__main .content__row .fact__item, .pgk-service-numbers .ghk-content-styling .header__container .content__row .fact__item, .ghk-content-styling .pgk-service-numbers .header__container .content__row .fact__item, .pgk-service-numbers .ghk-content-styling .main__container .content__row .fact__item, .ghk-content-styling .pgk-service-numbers .main__container .content__row .fact__item, .pgk-service-numbers .ghk-content-styling .nav-form__container .content__row .fact__item, .ghk-content-styling .pgk-service-numbers .nav-form__container .content__row .fact__item, .pgk-service-numbers .ghk-content-styling .container__main-form .content__row .fact__item, .ghk-content-styling .pgk-service-numbers .container__main-form .content__row .fact__item, .pgk-service-numbers .ghk-content-styling .section__container .content__row .fact__item, .ghk-content-styling .pgk-service-numbers .section__container .content__row .fact__item, .pgk-service-numbers .ghk-content-styling .cookie__bar .content__row .fact__item, .ghk-content-styling .pgk-service-numbers .cookie__bar .content__row .fact__item, .pgk-service-numbers .container__main .ghk-content-styling .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .container__main .section__row .fact__item, .pgk-service-numbers .ghk-content-styling .header__container .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .header__container .section__row .fact__item, .pgk-service-numbers .ghk-content-styling .main__container .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .main__container .section__row .fact__item, .pgk-service-numbers .ghk-content-styling .nav-form__container .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .nav-form__container .section__row .fact__item, .pgk-service-numbers .ghk-content-styling .container__main-form .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .container__main-form .section__row .fact__item, .pgk-service-numbers .ghk-content-styling .section__container .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .section__container .section__row .fact__item, .pgk-service-numbers .ghk-content-styling .cookie__bar .section__row .fact__item, .ghk-content-styling .pgk-service-numbers .cookie__bar .section__row .fact__item {
  padding-left: 2rem;
}
.pgk-service-numbers .container__main .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .header__container .content__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .header__container .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .main__container .content__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .main__container .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .nav-form__container .content__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .nav-form__container .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .container__main-form .content__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .container__main-form .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .section__container .content__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .section__container .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .cookie__bar .content__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .cookie__bar .content__row .fact__item:not(:last-child) div, .pgk-service-numbers .container__main .ghk-content-styling .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .container__main .section__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .header__container .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .header__container .section__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .main__container .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .main__container .section__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .nav-form__container .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .nav-form__container .section__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .container__main-form .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .container__main-form .section__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .section__container .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .section__container .section__row .fact__item:not(:last-child) div, .pgk-service-numbers .ghk-content-styling .cookie__bar .section__row .fact__item:not(:last-child) div, .ghk-content-styling .pgk-service-numbers .cookie__bar .section__row .fact__item:not(:last-child) div {
  border-right: solid #FF6635 1px;
}
.pgk-service-numbers .container__main .content__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .header__container .content__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .header__container .content__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .main__container .content__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .main__container .content__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .nav-form__container .content__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .nav-form__container .content__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .container__main-form .content__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .container__main-form .content__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .section__container .content__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .section__container .content__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .cookie__bar .content__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .cookie__bar .content__row .facts__body .fact__figure, .pgk-service-numbers .container__main .ghk-content-styling .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .container__main .section__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .header__container .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .header__container .section__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .main__container .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .main__container .section__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .nav-form__container .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .nav-form__container .section__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .container__main-form .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .container__main-form .section__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .section__container .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .section__container .section__row .facts__body .fact__figure, .pgk-service-numbers .ghk-content-styling .cookie__bar .section__row .facts__body .fact__figure, .ghk-content-styling .pgk-service-numbers .cookie__bar .section__row .facts__body .fact__figure {
  font-size: 2.8rem;
  margin-top: 2rem;
  color: #94CF96;
}
.pgk-service-numbers .container__main .content__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .header__container .content__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .header__container .content__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .main__container .content__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .main__container .content__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .nav-form__container .content__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .nav-form__container .content__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .container__main-form .content__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .container__main-form .content__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .section__container .content__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .section__container .content__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .cookie__bar .content__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .cookie__bar .content__row .facts__body .fact__name, .pgk-service-numbers .container__main .ghk-content-styling .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .container__main .section__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .header__container .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .header__container .section__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .main__container .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .main__container .section__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .nav-form__container .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .nav-form__container .section__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .container__main-form .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .container__main-form .section__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .section__container .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .section__container .section__row .facts__body .fact__name, .pgk-service-numbers .ghk-content-styling .cookie__bar .section__row .facts__body .fact__name, .ghk-content-styling .pgk-service-numbers .cookie__bar .section__row .facts__body .fact__name {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.spotlights__section {
  background-color: white !important;
}
.spotlights__section .container__main, .spotlights__section .ghk-content-styling .header__container, .ghk-content-styling .spotlights__section .header__container, .spotlights__section .ghk-content-styling .main__container, .ghk-content-styling .spotlights__section .main__container, .spotlights__section .ghk-content-styling .nav-form__container, .ghk-content-styling .spotlights__section .nav-form__container, .spotlights__section .ghk-content-styling .container__main-form, .ghk-content-styling .spotlights__section .container__main-form, .spotlights__section .ghk-content-styling .section__container, .ghk-content-styling .spotlights__section .section__container, .spotlights__section .ghk-content-styling .cookie__bar, .ghk-content-styling .spotlights__section .cookie__bar {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.spotlights__section .container__main img, .spotlights__section .ghk-content-styling .header__container img, .ghk-content-styling .spotlights__section .header__container img, .spotlights__section .ghk-content-styling .main__container img, .ghk-content-styling .spotlights__section .main__container img, .spotlights__section .ghk-content-styling .nav-form__container img, .ghk-content-styling .spotlights__section .nav-form__container img, .spotlights__section .ghk-content-styling .container__main-form img, .ghk-content-styling .spotlights__section .container__main-form img, .spotlights__section .ghk-content-styling .section__container img, .ghk-content-styling .spotlights__section .section__container img, .spotlights__section .ghk-content-styling .cookie__bar img, .ghk-content-styling .spotlights__section .cookie__bar img {
  margin-bottom: 3rem;
}
.spotlights__section .container__main .content__row, .spotlights__section .ghk-content-styling .header__container .content__row, .ghk-content-styling .spotlights__section .header__container .content__row, .spotlights__section .ghk-content-styling .main__container .content__row, .ghk-content-styling .spotlights__section .main__container .content__row, .spotlights__section .ghk-content-styling .nav-form__container .content__row, .ghk-content-styling .spotlights__section .nav-form__container .content__row, .spotlights__section .ghk-content-styling .container__main-form .content__row, .ghk-content-styling .spotlights__section .container__main-form .content__row, .spotlights__section .ghk-content-styling .section__container .content__row, .ghk-content-styling .spotlights__section .section__container .content__row, .spotlights__section .ghk-content-styling .cookie__bar .content__row, .ghk-content-styling .spotlights__section .cookie__bar .content__row, .spotlights__section .container__main .ghk-content-styling .section__row, .ghk-content-styling .spotlights__section .container__main .section__row, .spotlights__section .ghk-content-styling .header__container .section__row, .ghk-content-styling .spotlights__section .header__container .section__row, .spotlights__section .ghk-content-styling .main__container .section__row, .ghk-content-styling .spotlights__section .main__container .section__row, .spotlights__section .ghk-content-styling .nav-form__container .section__row, .ghk-content-styling .spotlights__section .nav-form__container .section__row, .spotlights__section .ghk-content-styling .container__main-form .section__row, .ghk-content-styling .spotlights__section .container__main-form .section__row, .spotlights__section .ghk-content-styling .section__container .section__row, .ghk-content-styling .spotlights__section .section__container .section__row, .spotlights__section .ghk-content-styling .cookie__bar .section__row, .ghk-content-styling .spotlights__section .cookie__bar .section__row {
  margin-left: -0.5rem;
}
.spotlights__section .container__main .content__row h3, .spotlights__section .ghk-content-styling .header__container .content__row h3, .ghk-content-styling .spotlights__section .header__container .content__row h3, .spotlights__section .ghk-content-styling .main__container .content__row h3, .ghk-content-styling .spotlights__section .main__container .content__row h3, .spotlights__section .ghk-content-styling .nav-form__container .content__row h3, .ghk-content-styling .spotlights__section .nav-form__container .content__row h3, .spotlights__section .ghk-content-styling .container__main-form .content__row h3, .ghk-content-styling .spotlights__section .container__main-form .content__row h3, .spotlights__section .ghk-content-styling .section__container .content__row h3, .ghk-content-styling .spotlights__section .section__container .content__row h3, .spotlights__section .ghk-content-styling .cookie__bar .content__row h3, .ghk-content-styling .spotlights__section .cookie__bar .content__row h3, .spotlights__section .container__main .ghk-content-styling .section__row h3, .ghk-content-styling .spotlights__section .container__main .section__row h3, .spotlights__section .ghk-content-styling .header__container .section__row h3, .ghk-content-styling .spotlights__section .header__container .section__row h3, .spotlights__section .ghk-content-styling .main__container .section__row h3, .ghk-content-styling .spotlights__section .main__container .section__row h3, .spotlights__section .ghk-content-styling .nav-form__container .section__row h3, .ghk-content-styling .spotlights__section .nav-form__container .section__row h3, .spotlights__section .ghk-content-styling .container__main-form .section__row h3, .ghk-content-styling .spotlights__section .container__main-form .section__row h3, .spotlights__section .ghk-content-styling .section__container .section__row h3, .ghk-content-styling .spotlights__section .section__container .section__row h3, .spotlights__section .ghk-content-styling .cookie__bar .section__row h3, .ghk-content-styling .spotlights__section .cookie__bar .section__row h3 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 1.2rem;
  color: #373737;
}
.spotlights__section .container__main .content__row .link, .spotlights__section .ghk-content-styling .header__container .content__row .link, .ghk-content-styling .spotlights__section .header__container .content__row .link, .spotlights__section .ghk-content-styling .main__container .content__row .link, .ghk-content-styling .spotlights__section .main__container .content__row .link, .spotlights__section .ghk-content-styling .nav-form__container .content__row .link, .ghk-content-styling .spotlights__section .nav-form__container .content__row .link, .spotlights__section .ghk-content-styling .container__main-form .content__row .link, .ghk-content-styling .spotlights__section .container__main-form .content__row .link, .spotlights__section .ghk-content-styling .section__container .content__row .link, .ghk-content-styling .spotlights__section .section__container .content__row .link, .spotlights__section .ghk-content-styling .cookie__bar .content__row .link, .ghk-content-styling .spotlights__section .cookie__bar .content__row .link, .spotlights__section .container__main .ghk-content-styling .section__row .link, .ghk-content-styling .spotlights__section .container__main .section__row .link, .spotlights__section .ghk-content-styling .header__container .section__row .link, .ghk-content-styling .spotlights__section .header__container .section__row .link, .spotlights__section .ghk-content-styling .main__container .section__row .link, .ghk-content-styling .spotlights__section .main__container .section__row .link, .spotlights__section .ghk-content-styling .nav-form__container .section__row .link, .ghk-content-styling .spotlights__section .nav-form__container .section__row .link, .spotlights__section .ghk-content-styling .container__main-form .section__row .link, .ghk-content-styling .spotlights__section .container__main-form .section__row .link, .spotlights__section .ghk-content-styling .section__container .section__row .link, .ghk-content-styling .spotlights__section .section__container .section__row .link, .spotlights__section .ghk-content-styling .cookie__bar .section__row .link, .ghk-content-styling .spotlights__section .cookie__bar .section__row .link {
  display: inline-block;
  margin-top: 0.5em;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  color: #4CAF50;
}
.spotlights__section .container__main .content__row .link:hover, .spotlights__section .ghk-content-styling .header__container .content__row .link:hover, .ghk-content-styling .spotlights__section .header__container .content__row .link:hover, .spotlights__section .ghk-content-styling .main__container .content__row .link:hover, .ghk-content-styling .spotlights__section .main__container .content__row .link:hover, .spotlights__section .ghk-content-styling .nav-form__container .content__row .link:hover, .ghk-content-styling .spotlights__section .nav-form__container .content__row .link:hover, .spotlights__section .ghk-content-styling .container__main-form .content__row .link:hover, .ghk-content-styling .spotlights__section .container__main-form .content__row .link:hover, .spotlights__section .ghk-content-styling .section__container .content__row .link:hover, .ghk-content-styling .spotlights__section .section__container .content__row .link:hover, .spotlights__section .ghk-content-styling .cookie__bar .content__row .link:hover, .ghk-content-styling .spotlights__section .cookie__bar .content__row .link:hover, .spotlights__section .container__main .ghk-content-styling .section__row .link:hover, .ghk-content-styling .spotlights__section .container__main .section__row .link:hover, .spotlights__section .ghk-content-styling .header__container .section__row .link:hover, .ghk-content-styling .spotlights__section .header__container .section__row .link:hover, .spotlights__section .ghk-content-styling .main__container .section__row .link:hover, .ghk-content-styling .spotlights__section .main__container .section__row .link:hover, .spotlights__section .ghk-content-styling .nav-form__container .section__row .link:hover, .ghk-content-styling .spotlights__section .nav-form__container .section__row .link:hover, .spotlights__section .ghk-content-styling .container__main-form .section__row .link:hover, .ghk-content-styling .spotlights__section .container__main-form .section__row .link:hover, .spotlights__section .ghk-content-styling .section__container .section__row .link:hover, .ghk-content-styling .spotlights__section .section__container .section__row .link:hover, .spotlights__section .ghk-content-styling .cookie__bar .section__row .link:hover, .ghk-content-styling .spotlights__section .cookie__bar .section__row .link:hover {
  color: black;
}
.spotlights__section p {
  font-size: 14px;
  line-height: 23.8px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

th {
  text-transform: uppercase;
  text-align: right;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #858685;
  vertical-align: middle;
  border-bottom: 2px solid #4caf50 !important;
  background-color: #fafafa !important;
  padding: 12px;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

tbody tr:last-child {
  border-bottom: 1px solid #dee2e6;
}

td {
  text-align: right;
  padding: 12px;
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid rgb(105, 105, 105);
  width: auto !important;
  font-size: 14px;
}

td:nth-child(1) {
  width: 50%;
}

td:nth-child(2) {
  width: 25%;
}

td:nth-child(3) {
  width: 25%;
}

td ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 15px;
}

td ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

td ul .li__blank:before, td ul .ghk-content-styling .li__blank.navbar__item--locked:before, .ghk-content-styling td ul .li__blank.navbar__item--locked:before, td ul .ghk-content-styling .li__blank.navbar__link.dropdown-toggle:before, .ghk-content-styling td ul .li__blank.navbar__link.dropdown-toggle:before, td ul .ghk-content-styling .li__blank.file__close, .ghk-content-styling td ul .li__blank.file__close, td ul .ghk-content-styling .li__blank.validation__success::before, .ghk-content-styling td ul .li__blank.validation__success::before, td ul .ghk-content-styling .li__blank.validation__failed::before, .ghk-content-styling td ul .li__blank.validation__failed::before, td ul .ghk-content-styling .li__blank.accordion__header:before, .ghk-content-styling td ul .li__blank.accordion__header:before {
  display: none;
}

td span {
  display: block;
}

th span {
  white-space: nowrap;
}

th span:nth-child(2) {
  text-transform: none;
}

td:first-child {
  text-align: left;
}

th:first-child {
  text-align: left;
}

th:nth-child(1) {
  width: 50%;
}

th:nth-child(2) {
  width: 25%;
}

th:nth-child(3) {
  width: 25%;
}

.breadrcumb__section .breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.breadrcumb__section .breadcrumb__item {
  color: #707170;
}
.breadrcumb__section .breadcrumb__item.active {
  color: #4caf50;
}
.breadrcumb__section .breadcrumb__item.active a {
  color: #4caf50;
}
.breadrcumb__section a {
  color: #434343;
  text-decoration: none;
  background-color: transparent;
}

.pgk-more-infos a {
  color: #4caf50;
}
.pgk-more-infos a:hover {
  color: #449d48;
}

.pgk-subject-links a {
  color: #4caf50;
}
.pgk-subject-links a:hover {
  color: #449d48;
}

.content__text h2 {
  font-size: 22px;
}
.content__text a:not(.btn):not(.cookie__button) {
  color: #4caf50;
}
.content__text a:not(.btn):not(.cookie__button):hover {
  color: #449d48;
}

@media (max-width: 800px) {
  .content__text {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1200px) {
  .breadrcumb__section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
#content h2.hide-accessible {
  display: none;
}

.portlet-asset-publisher .portlet-header {
  margin-bottom: 0;
}

@media (min-width: 1150px) {
  .pgk-department-members {
    max-width: 1180px;
  }
}
.pgk-member-section {
  width: 50%;
}

.pgk-department-members {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pgk-department-members .pgk-member.active {
  visibility: visible;
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 768px) {
  .pgk-department-members {
    margin-bottom: 25px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1150px) {
  .pgk-categories {
    max-width: 1180px;
  }
}
.pgk-categories {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 1.563rem;
  margin-right: auto;
  margin-left: auto;
}

.pgk-categories.faq {
  padding-top: 0;
  padding-left: 15px;
}

h1.pgk-headline {
  font-weight: 300;
  line-height: 1.5;
  padding-left: 15px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 28px;
  padding-top: calc(1.563rem - 16px);
}

.pgk-faq-questions {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: calc(2.188rem + 60px);
}
.pgk-faq-questions .btn:focus, .pgk-faq-questions .ghk-content-styling .cookie__button:focus, .ghk-content-styling .pgk-faq-questions .cookie__button:focus {
  box-shadow: none;
}
.pgk-faq-questions .accordion__header:not(.active) {
  background-color: #fafafa;
}

.pgk-landing-page h1 {
  font-size: 2.188rem;
  line-height: 1.7;
  margin-bottom: 1.563rem;
}

.pgk-nav-dropdown .dropdown-search .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid #4caf50;
  border-bottom: 1px solid #e8e7e7;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.container__search {
  padding-bottom: 2.188rem;
}
.container__search .search__header {
  padding-top: 0.563rem;
}
.container__search .search__header h1 {
  line-height: 1.5;
}

div.input-group .input-group-item .search-bar-keywords-input {
  width: unset;
}
div.input-group .input-group-item button[type=submit] {
  padding: 0;
  margin: 0 10px;
}
div.input-group .input-group-item .form-control:focus {
  border-color: #4caf50;
  box-shadow: none;
}
div.input-group .input-group-item .input-group-inset:focus ~ .input-group-inset-item {
  border-color: #4caf50;
  box-shadow: none;
}

.pagination-bar .dropdown.pagination-items-per-page a {
  color: #4caf50;
}
.pagination-bar .dropdown.pagination-items-per-page a:hover {
  color: #449d48;
  background-color: transparent;
  border-color: transparent;
}
.pagination-bar .dropdown.pagination-items-per-page a:active {
  background-color: transparent;
  border-color: transparent;
}
.pagination-bar .dropdown.pagination-items-per-page a:focus {
  box-shadow: none;
}
.pagination-bar .dropdown.pagination-items-per-page .page-link span svg {
  transform: translateY(-2px);
}
.pagination-bar .pagination-items-per-page.show > a {
  background-color: transparent;
  border-color: transparent;
}
.pagination-bar .pagination .page-link {
  border: none;
  color: #449d48;
  padding: 0.5rem 0.9rem;
  background-color: transparent;
}
.pagination-bar .pagination .page-item.active .page-link {
  color: white;
  border: 1px solid #449d48;
  border-radius: 50%;
  background-color: #449d48;
}
.pagination-bar .pagination .page-item:first-child .page-link, .pagination-bar .pagination .page-item:last-child .page-link {
  margin-left: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-2px);
}
.pagination-bar .pagination .page-item:not(:first-child) {
  margin-left: 0.5rem;
}
.pagination-bar .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pgk-protocol .dashboard__card-row:not(:last-child) {
  border-bottom: none;
}
.pgk-protocol .i-pdf {
  color: red;
}
.pgk-protocol .dashboard__card-column .i-download {
  font-size: 16px;
}

#portlet_com_liferay_announcements_web_portlet_AlertsPortlet {
  background-color: #f9f3f3;
}
#portlet_com_liferay_announcements_web_portlet_AlertsPortlet .portlet-header {
  margin: 0;
}
#portlet_com_liferay_announcements_web_portlet_AlertsPortlet .portlet-content {
  max-width: 1401px;
  margin: 0 auto;
  padding: 2rem;
}
#portlet_com_liferay_announcements_web_portlet_AlertsPortlet .portlet-content > div {
  max-width: 1180px;
  margin: 0;
}

.entries.content__row.pgk-alerts .divider, .ghk-content-styling .entries.pgk-alerts.section__row .divider {
  margin-left: 0;
  margin-right: 0;
}
.entries.content__row.pgk-alerts .time-info, .ghk-content-styling .entries.pgk-alerts.section__row .time-info {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.entries.content__row.pgk-alerts .alert-headline, .ghk-content-styling .entries.pgk-alerts.section__row .alert-headline {
  color: #4caf50;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 30px;
}
.entries.content__row.pgk-alerts .entry-content.panel-body, .ghk-content-styling .entries.pgk-alerts.section__row .entry-content.panel-body, .entries.content__row.pgk-alerts .card-col-content.card-col-gutters, .ghk-content-styling .entries.pgk-alerts.section__row .card-col-content.card-col-gutters {
  padding: 0;
}
.entries.content__row.pgk-alerts .entry-content, .ghk-content-styling .entries.pgk-alerts.section__row .entry-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.entries.content__row.pgk-alerts .panel, .ghk-content-styling .entries.pgk-alerts.section__row .panel {
  background-color: transparent;
}
.entries.content__row.pgk-alerts .badge, .ghk-content-styling .entries.pgk-alerts.section__row .badge {
  font-weight: 300;
  border-radius: 10px;
  padding: 3px 12px;
}

.formsOverviewPortlet .forms-list .form {
  border-bottom: 1px solid #e8e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.formsOverviewPortlet .forms-list .form a {
  color: #4caf50;
}
.formsOverviewPortlet .forms-list .form-separator {
  padding-top: 40px;
}
.formsOverviewPortlet .active-tab {
  color: #4caf50;
}
.formsOverviewPortlet .tabs {
  margin-bottom: 3%;
}
.formsOverviewPortlet .tabs:hover {
  cursor: pointer;
}
.formsOverviewPortlet #pharmacytabbutton {
  border-right: 1px solid #736e6e;
  padding-right: 1%;
  margin-right: 1%;
}
.formsOverviewPortlet h3 {
  font-size: 17px;
  color: #736e6e;
  font-weight: 401;
  display: inline;
  letter-spacing: 0.15px;
}
.formsOverviewPortlet div.col-sm div div {
  margin-bottom: 2em;
  padding: 1.5em;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.formsOverviewPortlet div.col-sm div h2 {
  margin: 0 0 0.5em !important;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.formsOverviewPortlet div.col-sm div a {
  display: block;
  margin-top: 2em;
  color: #4CAF50;
  font-weight: 500;
  font-family: "Rubik";
  font-style: normal;
  font-size: 14px;
}
.formsOverviewPortlet div.col-sm div ul {
  margin-top: 1em;
  list-style: none;
}
.formsOverviewPortlet div.col-sm div li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.formsOverviewPortlet div.col-sm div p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.pgk-user-information .i-user {
  font-size: 25px;
}
.pgk-user-information .keycloak-impersonate-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 1rem 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 4px 10px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background-color: rgb(76, 175, 80);
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0 1px 5px 0px;
}
@media (max-width: 480px) {
  .pgk-user-information .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pgk-user-information .col-6 h1 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}

.ghk-content-styling.impersonating-true .pgk-user-information .user {
  color: #FF6635;
}

.pgk-user-information.header {
  display: flex;
  align-items: center;
}
.pgk-user-information.header .portlet-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.pgk-user-information.header .login-link {
  color: white;
  background: #4caf50;
  padding: 0.7rem 3rem;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.pgk-user-information.header .logout-link {
  background-image: url("../images/svg/account-circle.svg");
  height: 1.7rem;
  display: inline-flex;
  width: 1.7rem;
  position: relative;
}
.pgk-user-information.header .login-link:hover, .pgk-user-information.header .logout-link:hover {
  cursor: pointer;
}
.pgk-user-information.header .logout-link:hover {
  color: #4caf50;
}
.pgk-user-information.header .logged-in-text:hover {
  color: black;
  cursor: pointer;
}
.pgk-user-information.header .logged-in-text {
  color: #4caf50;
  font-weight: bold;
  font-size: 1rem;
  padding-right: 1rem;
}
.pgk-user-information.header .user-id {
  font-weight: bold;
}
.pgk-user-information.header .logout-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 64px;
}
.pgk-user-information.header .logout-dialog {
  position: absolute;
  top: 0;
  right: 15%;
}
.pgk-user-information.header .logout-dialog .logout-card {
  padding: 2%;
  box-shadow: 0 0 1px 1px #e8e7e7;
  height: 80%;
  width: max-content;
  background-color: white;
  border-top: 1px solid #e8e7e7;
  border-bottom: 1px solid #e8e7e7;
}
.pgk-user-information.header .logout-dialog .logout-card div {
  margin: 0.5rem 0;
}
.pgk-user-information.header .logout-dialog .logout-card .logout-header {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem;
}
.pgk-user-information.header .logout-dialog .logout-card .logout-button {
  padding: 10px 30px;
  color: #4caf50;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border: none;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.pgk-user-information.header .logout-dialog .logout-card .logout-button:focus {
  outline: 0;
}
.pgk-user-information.header .logout-dialog .logout-card .confirm-update-password {
  border-top: 2px solid lightgray;
  margin-top: 3%;
  padding-top: 3%;
  display: block;
}
.pgk-user-information.header .logout-dialog .logout-card .confirm-update-password button {
  padding: 3%;
}
.pgk-user-information.header .logout-dialog .logout-card .update-password-success {
  color: green;
  font-weight: bold;
}
.pgk-user-information.header .logout-dialog .logout-card .update-password-fail {
  color: red;
  font-weight: bold;
}

.ghk-content-styling .content h1 {
  line-height: unset !important;
}

.pgk-user-information.content {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #06390B;
}
.pgk-user-information.content .info {
  text-align: right;
}
.pgk-user-information.content .name {
  line-height: 120%;
  max-width: 60ch;
  margin-left: auto;
}
.pgk-user-information.content .user {
  padding-top: 10px;
  line-height: 120%;
}
.pgk-user-information.content .pharmacy {
  line-height: 120%;
}
.pgk-user-information.content .user span, .pgk-user-information.content .impersonating {
  font-weight: 700;
}

.pgk-user-information.editor {
  /* Rounded sliders */
  /* Rounded sliders */
}
.pgk-user-information.editor .switch {
  position: relative;
  display: inline-block;
  float: left;
  width: 2.7rem;
  height: 1.3rem;
  margin-right: 3%;
}
.pgk-user-information.editor .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pgk-user-information.editor .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pgk-user-information.editor .slider:before, .pgk-user-information.editor .ghk-content-styling .slider.file__close, .ghk-content-styling .pgk-user-information.editor .slider.file__close {
  position: absolute;
  content: "";
  height: 0.9rem;
  width: 0.9rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pgk-user-information.editor input:checked + .slider {
  background-color: #4caf50;
}
.pgk-user-information.editor input:focus + .slider {
  box-shadow: 0 0 1px #4caf50;
}
.pgk-user-information.editor input:checked + .slider:before, .pgk-user-information.editor .ghk-content-styling input:checked + .slider.file__close, .ghk-content-styling .pgk-user-information.editor input:checked + .slider.file__close {
  -webkit-transform: translateX(1.3rem);
  -ms-transform: translateX(1.3rem);
  transform: translateX(1.3rem);
}
.pgk-user-information.editor .slider.round {
  border-radius: 34px;
}
.pgk-user-information.editor .slider.round:before, .pgk-user-information.editor .ghk-content-styling .slider.round.file__close, .ghk-content-styling .pgk-user-information.editor .slider.round.file__close {
  border-radius: 50%;
}
.pgk-user-information.editor .slider.round {
  border-radius: 34px;
}
.pgk-user-information.editor .slider.round:before, .pgk-user-information.editor .ghk-content-styling .slider.round.file__close, .ghk-content-styling .pgk-user-information.editor .slider.round.file__close {
  border-radius: 50%;
}
.pgk-user-information.editor p {
  margin-top: 1rem !important;
}
.pgk-user-information.editor h1 {
  margin-bottom: 50px;
}
.pgk-user-information.editor h2 {
  font-size: 20px;
  color: black;
  font-weight: 500;
}
.pgk-user-information.editor h3 {
  font-size: 17px;
  color: #736e6e;
  font-weight: 401;
  display: inline;
  letter-spacing: 0.15px;
}
.pgk-user-information.editor .btn-bpk {
  color: #FF6635;
  padding-left: 0px;
}
.pgk-user-information.editor .btn-bpk:hover {
  color: black;
}
.pgk-user-information.editor .tabs {
  margin-bottom: 3%;
}
.pgk-user-information.editor .tabs:hover {
  cursor: pointer;
}
.pgk-user-information.editor #pharmacytabbutton {
  border-right: 1px solid #736e6e;
  padding-right: 1%;
  margin-right: 1%;
}
.pgk-user-information.editor #pharmacyprofile {
  margin-bottom: 3%;
}
.pgk-user-information.editor .active-tab {
  color: #4caf50;
}
.pgk-user-information.editor .editor-col {
  display: flex;
  flex-direction: column;
}
.pgk-user-information.editor span.min-width {
  min-width: 135px;
}
.pgk-user-information.editor .editor-row {
  display: flex;
  flex-direction: row;
}
.pgk-user-information.editor .editor-row div {
  padding-top: 3%;
  width: 100%;
}
.pgk-user-information.editor .i-pen {
  color: #4caf50;
  margin-left: 5px;
}
.pgk-user-information.editor .touch:hover {
  color: #449d48;
  cursor: pointer;
}
.pgk-user-information.editor .i-phone, .pgk-user-information.editor .i-fax, .pgk-user-information.editor .i-at-icon {
  color: #736e6e;
  margin: 0 5px;
}
.pgk-user-information.editor .i-at-icon {
  font-size: 20px;
  font-weight: bold;
}
.pgk-user-information.editor .to-edit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pgk-user-information.editor .info.edit {
  display: none;
}
.pgk-user-information.editor .info.edit form {
  display: flex;
}
.pgk-user-information.editor .info.edit form .value-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(68, 157, 72, 0.4196078431);
}
.pgk-user-information.editor .info.edit form .value-input.invalid:focus {
  box-shadow: none;
}
.pgk-user-information.editor .info.edit form .input-buttons {
  display: flex;
  margin: auto 5px;
}
.pgk-user-information.editor .info.edit form .input-button {
  border-style: none;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.pgk-user-information.editor .info.edit form .input-button:focus {
  outline: none;
}
.pgk-user-information.editor .info.edit form .input-button.cancel {
  background-color: transparent;
  border: 1px solid #449d48;
}
.pgk-user-information.editor .info.edit form .input-button.cancel img {
  filter: invert(47%) sepia(82%) saturate(366%) hue-rotate(73deg) brightness(94%) contrast(84%);
  height: 12px;
}
.pgk-user-information.editor .info.edit form .input-button.save {
  background-color: #449d48;
}
.pgk-user-information.editor .info.edit form .input-button.save img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(181deg) brightness(106%) contrast(101%);
  height: 20px;
}
.pgk-user-information.editor .info.edit .error-msg {
  font-size: 12px;
  color: red;
  display: none;
}
.pgk-user-information.editor .newsletter {
  max-width: 600px;
  margin: 30px 0;
}
.pgk-user-information.editor .newsletter h1 {
  font-size: 16px;
  color: #736e6e;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pgk-user-information.editor .newsletter div.item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  align-items: center;
  padding-bottom: 10px;
}
.pgk-user-information.editor .newsletter div.item .item-checkbox {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 20px;
  background-color: #FAFAFA;
}
.pgk-user-information.editor .newsletter div.item .item-checkbox:hover {
  cursor: pointer;
}
.pgk-user-information.editor .newsletter div.item .item-checkbox.activated {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pgk-user-information.editor .newsletter div.item .item-checkbox.activated:after {
  content: "✔";
  color: #4CAF50;
  font-size: 21px;
}
.pgk-user-information.editor .path-recipe-upload {
  max-width: 1000px;
  margin: 60px 0;
}
.pgk-user-information.editor .path-recipe-upload h1 {
  font-size: 16px;
  color: #736e6e;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pgk-user-information.editor .path-recipe-upload .value-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(68, 157, 72, 0.4196078431);
}
.pgk-user-information.editor .path-recipe-upload .value-input.invalid:focus {
  box-shadow: none;
}
.pgk-user-information.editor .newsletter-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0 0 0;
  max-width: 1000px;
}

.icon {
  position: relative;
}

@media (max-width: 767px) {
  .login-link {
    display: none;
  }
  .navbar-list__item.pgk-user-information.header {
    padding: 0;
  }
  .navbar-list__item:has(.navbar-toggler) {
    padding: 14px 8px;
  }
  .logged-in-text {
    font-size: 0.6rem !important;
    padding-right: 8px !important;
  }
  .login-link-mobile {
    display: block;
  }
  .navbar-list__item.pgk-user-information.header .logout-link {
    height: 26px;
    display: inline-flex;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    align-self: center;
    position: unset;
    top: unset;
  }
  .pgk-meinegk-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
  }
  .pgk-meinegk-navigation #layout-column_column-1 .main-link__label {
    width: 200px;
    opacity: 1;
    overflow: visible;
  }
  .pgk-meinegk-navigation #layout-column_column-1 ul {
    width: 200px;
    opacity: 1;
    overflow: visible;
  }
}
@media (max-width: 1650px) {
  .logout-dialog {
    right: 7% !important;
  }
}
.prescriptionUpload {
  width: 80%;
  margin: auto;
}
.prescriptionUpload h1 {
  margin-bottom: 40px;
  text-align: center;
}
.prescriptionUpload p {
  letter-spacing: 0.075em;
}
@media (min-width: 1200px) {
  .prescriptionUpload .form {
    display: flex;
    justify-content: space-between;
  }
  .prescriptionUpload .submitBtn {
    padding-top: -10px;
    height: 3rem;
    right: 0;
    bottom: 0;
  }
}
.prescriptionUpload .document {
  display: flex;
  justify-content: space-between;
}
.prescriptionUpload .document .document-name {
  font-family: Rubik, Helvetica, Arial, sans-serif;
  font-weight: 450;
  color: #4caf50;
  cursor: pointer;
}
.prescriptionUpload .document .document-name a {
  color: #4CAF50;
}
@media (max-width: 1999px) {
  .prescriptionUpload .submitBtn {
    padding-top: -10px;
    height: 3rem;
  }
}
.prescriptionUpload .heading {
  display: flex;
  width: 80%;
  margin: auto;
}
.prescriptionUpload .upload-buttons:after {
  content: " ";
  display: block !important;
}
.prescriptionUpload .send-buttons {
  display: inline-flex !important;
}
.prescriptionUpload .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.prescriptionUpload .upload-btn-wrapper .btn, .prescriptionUpload .upload-btn-wrapper .ghk-content-styling .cookie__button, .ghk-content-styling .prescriptionUpload .upload-btn-wrapper .cookie__button {
  border: none;
  color: #4caf50;
  letter-spacing: 0.075em;
  background-color: white;
  padding: 0px;
}
.prescriptionUpload .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.prescriptionUpload .upload-success {
  color: green;
  font-weight: bold;
}
.prescriptionUpload .upload-fail {
  color: red;
  font-weight: bold;
}

.show-more-and-less-box {
  padding: 20px;
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
}
.show-more-and-less-box h1 {
  margin-top: 20px;
  margin-bottom: 10px !important;
  font-size: 25px;
  font-weight: 500;
}
.show-more-and-less-box .box-table {
  background-color: transparent;
}
.show-more-and-less-box .box-table tr:last-child {
  border-bottom: none;
}
.show-more-and-less-box .box-table td {
  border: none;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.show-more-and-less-box .quicklink__text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}
.show-more-and-less-box .quicklink__text-wrapper .quicklink__arrow.i-arrow_circle_right {
  color: #4CAF50;
}

.show-more-and-less-box.more {
  display: none;
}
.show-more-and-less-box.more .quicklink__arrow.i-arrow_circle_right {
  transform: rotate(-90deg);
}

.show-more-and-less-box.less .quicklink__arrow.i-arrow_circle_right {
  transform: rotate(90deg);
}

.timeout {
  color: red;
  font-weight: bold;
}

.pgk-deliverybox a {
  color: #4CAF50 !important;
  font-weight: bold !important;
}
.pgk-deliverybox .link {
  color: #4CAF50 !important;
  font-weight: bold !important;
  font-size: 104%;
  cursor: pointer;
}
.pgk-deliverybox .link-thin {
  font-weight: normal !important;
  letter-spacing: 0px !important;
}
.pgk-deliverybox .icon {
  position: relative;
}
.pgk-deliverybox .txt {
  background-color: #F44336;
  color: white;
  font-size: xx-small;
  position: absolute;
  padding: 3px;
  top: -5px;
  right: -5px;
}
.pgk-deliverybox .title {
  display: flex;
  justify-content: space-between;
}
.pgk-deliverybox td {
  text-align: left !important;
}
.pgk-deliverybox .text-right, .pgk-deliverybox .ghk-content-styling .table .td:last-child, .ghk-content-styling .table .pgk-deliverybox .td:last-child, .pgk-deliverybox .ghk-content-styling .table__right .td, .ghk-content-styling .table__right .pgk-deliverybox .td {
  text-align: right !important;
}
.pgk-deliverybox .table-icon {
  cursor: pointer;
}

.pgk-usernotificationheader .red-square-icon {
  position: relative;
}
.pgk-usernotificationheader .doc-count-number {
  background-color: #F44336;
  color: white;
  font-size: xx-small;
  position: absolute;
  padding: 3px;
  top: -35px;
  right: -5px;
}

.pgk-wth-download-filter .filter-boxes {
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.pgk-wth-download-filter .filter-boxes .filter-box {
  border-radius: 3px;
  border: 1px solid #eaeaea;
  font-family: Rubik, Helvetica, Arial, sans-serif;
  font-weight: 450;
  color: #4caf50;
  width: 100%;
  font-size: 1rem;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pgk-wth-download-filter .filter-boxes .filter-box .filter-box-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.25rem;
}
.pgk-wth-download-filter .filter-boxes .filter-button {
  padding: 2px 10px;
  color: #4caf50;
  background-color: transparent;
  letter-spacing: 0.1rem;
  border-color: #4caf50;
  text-align: left;
  font-size: 0.875rem;
}
.pgk-wth-download-filter .filter-boxes .emp-filter-button {
  margin-right: 5px;
}

.wth-existing-downloads-portlet .downloads {
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.11), 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.wth-existing-downloads-portlet .downloads .downloads-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wth-existing-downloads-portlet .downloads .fa-custom {
  color: #4caf50;
}
.wth-existing-downloads-portlet .downloads .document {
  display: flex;
  justify-content: space-between;
}
.wth-existing-downloads-portlet .downloads .document .document-name {
  font-family: Rubik, Helvetica, Arial, sans-serif;
  font-weight: 450;
  color: #4caf50;
  cursor: pointer;
}
.wth-existing-downloads-portlet .downloads .document .document-name a {
  color: #4CAF50;
}

.permissions-for-m_users .permissions-button {
  margin-top: 20px;
}
.permissions-for-m_users .text {
  margin-top: 5%;
  font-size: 20px;
}
.permissions-for-m_users div.item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.permissions-for-m_users div.item .checkbox-and-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.permissions-for-m_users div.item .item-checkbox {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 20px;
  background-color: #FAFAFA;
}
.permissions-for-m_users div.item .item-checkbox:hover {
  cursor: pointer;
}
.permissions-for-m_users div.item .item-checkbox.activated {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.permissions-for-m_users div.item .item-checkbox.activated:after {
  content: "✔";
  color: #4CAF50;
  font-size: 21px;
}
.permissions-for-m_users div.item .item-checkbox.disabled {
  background-color: #e3e3e3;
  cursor: context-menu;
}
.permissions-for-m_users div.item .forms {
  padding-left: 3%;
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

.searchResultsSection .tableFooter .tableFooterPagination {
  border: none !important;
}
.searchResultsSection .tableFooter .tableFooterPagination p {
  margin: 0 !important;
}

.software-prescription-validation {
  /* Safari */
}
.software-prescription-validation .btn-upload {
  border: none;
  color: #4caf50;
  font-weight: 600;
  letter-spacing: 0.075em;
  background-color: white;
  cursor: pointer;
  padding-top: 3%;
}
.software-prescription-validation .btn-send {
  margin-top: 3%;
}
.software-prescription-validation .input-mail {
  margin-top: 2%;
}
.software-prescription-validation .success-code {
  white-space: pre-line;
  background-color: #e0e0e0;
}
.software-prescription-validation .error {
  color: red;
  font-weight: bold;
}
.software-prescription-validation .blue-text {
  color: blue;
}
.software-prescription-validation .btn-border {
  border-color: rgb(205, 206, 217);
}
.software-prescription-validation .loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #4CAF50;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-bottom: 2%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hexagon {
  width: 8rem;
  height: 16rem;
  background-color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0 8px 24px, rgba(17, 17, 26, 0.1) 0 16px 56px, rgba(17, 17, 26, 0.1) 0 24px 80px;
}

.main-services-page .hexagon:hover, .main-services-page .hexagon:focus:before, .main-services-page .ghk-content-styling .hexagon.file__close:focus, .ghk-content-styling .main-services-page .hexagon.file__close:focus, .main-services-page .hexagon:focus:after {
  cursor: pointer;
}
.main-services-page .hexagon.active {
  background-color: #4caf50 !important;
  color: white;
}
.main-services-page .hexagon.active:before, .main-services-page .ghk-content-styling .hexagon.active.file__close, .ghk-content-styling .main-services-page .hexagon.active.file__close {
  border-right: 5rem solid #4caf50;
}
.main-services-page .hexagon.active:after {
  border-left: 5rem solid #4caf50;
}
.main-services-page .hexagon.active img {
  display: none;
}

.hexagon:before, .ghk-content-styling .hexagon.navbar__item--locked:before, .ghk-content-styling .hexagon.navbar__link.dropdown-toggle:before, .ghk-content-styling .hexagon.file__close, .ghk-content-styling .hexagon.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .hexagon.validation__success::before, .ghk-content-styling .hexagon.validation__failed::before, .ghk-content-styling .hexagon.accordion__header:before,
.hexagon:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 8rem solid transparent;
  border-bottom: 8rem solid transparent;
}

.hexagon:before, .ghk-content-styling .hexagon.navbar__item--locked:before, .ghk-content-styling .hexagon.navbar__link.dropdown-toggle:before, .ghk-content-styling .hexagon.file__close, .ghk-content-styling .hexagon.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .hexagon.validation__success::before, .ghk-content-styling .hexagon.validation__failed::before, .ghk-content-styling .hexagon.accordion__header:before {
  right: 100%;
  border-right: 5rem solid white;
}

.hexagon:after {
  left: 100%;
  bottom: 0;
  border-left: 5rem solid white;
}

.hexagon:nth-child(2n+1) {
  margin-top: 8.5rem;
  margin-bottom: -7rem;
}

.hexagon > a {
  z-index: 1;
}

.landingpage-grid {
  justify-content: center;
  justify-items: center;
  padding-top: 3rem;
  display: grid;
}

.landingpage-content {
  margin-top: 20rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3rem 0 10rem 3rem;
  border-radius: 30px;
}

.landingpage-heading {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  display: flex;
  align-self: flex-start;
  text-transform: uppercase;
  color: #373737;
  text-align: left;
}

.landingpage-subheading {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  color: #373737;
}

.login-link-mobile {
  display: none;
}

.public-main-page {
  background-size: cover;
}

.private-page #footer {
  display: none;
}

@media screen and (max-width: 500px) {
  .landingpage-grid {
    grid-template-columns: repeat(1, minmax(5em, 0.34fr));
  }
  .hexagon {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .hexagon:nth-child(2n+1) {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .public-main-page {
    background-image: url("../images/Homepage Public, iPhone 390.png"), linear-gradient(to right, #ececec, #ececec);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .landingpage-grid {
    grid-template-columns: repeat(2, minmax(0em, 0.5fr));
  }
  .public-main-page {
    background-image: url("../images/Homepage Public, iPad 744.png"), linear-gradient(to right, #eaeaea, #eaeaea);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1000px) and (max-width: 2000px) {
  .landingpage-grid {
    grid-template-columns: repeat(4, minmax(0em, 0.22fr));
  }
  .public-main-page {
    background-image: url("../images/Homepage Public, Desktop - 1440.png");
    background-position: center;
  }
}
@media screen and (min-width: 2000px) {
  .landingpage-grid {
    grid-template-columns: repeat(4, minmax(5em, 0.22fr));
  }
  .public-main-page {
    background-image: url("../images/Homepage Public, Desktop above 1441.png");
    background-position: center;
  }
}
@media (max-width: 767px) {
  .landingpage-content {
    margin-top: 100px;
    padding: 1rem 0 1rem 1rem;
  }
  .landingpage-content .landingpage-heading {
    display: block;
    font-size: 20px;
  }
  .landingpage-content .landingpage-heading .login-link-mobile {
    display: block;
    text-transform: none;
    color: white;
    background: #4caf50;
    padding: 0.7rem 3rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    text-align: center;
    margin: 1rem 0;
    max-width: 95%;
  }
}
.hex-feedback-form {
  margin-left: 250px;
  margin-top: 2rem;
  margin-bottom: -14rem;
}
.hex-feedback-form .hexagon-b {
  height: 310px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: yellow;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-feedback-form .hexagon-b a.feedback-link {
  padding-left: 10px;
  padding-right: 10px;
  height: 80px;
  width: 250px;
  line-height: 50px;
}
.hex-feedback-form .hexagon-b > a {
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .hex-feedback-form {
    margin-left: 0;
    margin-top: 12rem;
    margin-bottom: -3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hex-feedback-form .hexagon-b {
    height: 220px;
  }
  .hex-feedback-form .hexagon-b a.feedback-link {
    width: 170px;
    font-size: 1.1rem;
  }
}

.main-services-page {
  background-color: #F2F2F2;
}

.main-services-content {
  background-image: linear-gradient(to right, #F8F8F8, #E0E0E0);
  padding: 1rem;
  border-radius: 30px;
}

.main-services-content-left {
  text-align: left;
  padding-right: 4rem;
}

.main-services-content-right {
  text-align: center;
  padding-left: 4rem;
}

.main-services-grid {
  display: grid;
  justify-content: center;
}

.main-services-content-left a {
  display: inline-block;
  margin-top: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  color: #4CAF50;
}

.main-services-content-left h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #373737;
  margin-bottom: 0.5em;
  margin-top: 3rem;
}

@media screen and (max-width: 500px) {
  .main-services-content {
    display: block;
  }
  .main-services-content-right, .main-services-content-left {
    width: 100%;
  }
  .main-services-grid {
    grid-template-columns: repeat(1, minmax(15em, 1fr));
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .main-services-content {
    display: block;
    padding: 3rem 0 10rem 3rem;
  }
  .main-services-content-right, .main-services-content-left {
    width: 100%;
  }
  .main-services-grid {
    grid-template-columns: repeat(2, minmax(15em, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .main-services-content {
    display: flex;
    padding: 3rem 0 10rem 3rem;
  }
  .main-services-content-right, .main-services-content-left {
    width: 50%;
  }
  .main-services-grid {
    grid-template-columns: repeat(2, minmax(15em, 1fr));
  }
}
.pgk-meinegk {
  overflow: visible;
  background: lightgray;
  min-height: calc(100vh - 64px); /* The hard-coded 64px refers to the header height in .header__container class */
  padding: 15px;
}
.pgk-meinegk .portlet-layout { /* Default Setup for mobile screen */
  overflow: visible;
}
.pgk-meinegk .portlet-layout.row, .pgk-meinegk .ghk-content-styling .portlet-layout.dashboard__card-row, .ghk-content-styling .pgk-meinegk .portlet-layout.dashboard__card-row {
  flex-wrap: nowrap;
}

/* Media query for tablet and desktop screen */
@media (min-width: 768px) {
  .pgk-meinegk .portlet-layout {
    max-width: 1440px;
    margin: 0 auto;
  }
  .pgk-meinegk-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .pgk-meinegk-navigation {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.pgk-meinegk-navigation {
  flex: 0 1 min-content !important;
  min-width: unset !important;
  border-right: 1px solid rgba(128, 128, 128, 0.168627451);
  padding: 1rem;
  background: #fff;
}

.pgk-meinegk-content {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .pgk-meinegk-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .pgk-meinegk-navigation {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.main-link__icon {
  padding: 1em;
  display: flex;
}

.pgk-meinegk-navigation:hover .main-link__label {
  width: 200px;
  opacity: 1;
}

.pgk-meinegk-navigation:hover ul {
  width: 250px;
  opacity: 1;
}

.pgk-meinegk-navigation .layout-logo {
  max-width: 20px;
}

.main-link {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-link.is-active {
  color: #4caf50;
  background: rgba(76, 175, 80, 0.1176470588);
}

.main-link:hover .main-link__label {
  font-weight: 500;
}

.main-link.is-active:hover {
  color: #4caf50;
}

.main-link__label {
  width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: width 300ms, opacity 400ms;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.pgk-meinegk-navigation ul {
  width: 0;
  opacity: 0;
  transition: width 300ms, opacity 400ms;
  white-space: nowrap;
  list-style-type: none;
}

.main-link + .main-link {
  border-top: 1px solid rgba(128, 128, 128, 0.168627451);
}

.custom-back-button {
  display: inline-flex !important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: Rubik;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  color: rgb(76, 175, 80) !important;
  min-width: 64px;
  border-radius: 4px;
  border: 1px solid rgba(76, 175, 80, 0.5);
}

.login-button-mobile {
  display: block;
  text-transform: none;
  color: white !important;
  background: #4caf50 !important;
  padding: 0.7rem 3rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  text-align: center;
  margin: 1rem auto;
  max-width: 95%;
  font-family: "Rubik";
  font-weight: 500;
}

div.swiper {
  display: block;
  padding: 3rem 0;
}

.swiper-slide__title, .swiper-slide__description, .swiper-slide__link {
  text-align: left;
  font-family: Open Sans, serif;
}

span.swiper-pagination-bullet {
  height: 5px;
  background: #4CAF50;
  border-radius: 0;
  width: 45px;
}

p.swiper-slide__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px !important;
  line-height: 130%;
}

.swiper-slide__link-wrapper {
  text-align: left;
}

a.swiper-slide__link {
  font-size: 15px;
  font-weight: bold;
  color: #4CAF50;
  margin-top: 23px;
  display: block;
}

p.swiper-slide__description {
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 150%;
}

.swiper-slide__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
}

div.swiper-slide__img-container {
  position: relative;
  height: 200px;
  background: #fff;
  width: 100px;
  box-shadow: rgba(17, 17, 26, 0.1) 0 8px 24px, rgba(17, 17, 26, 0.1) 0 16px 56px, rgba(17, 17, 26, 0.1) 0 24px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide__img-container:before, .ghk-content-styling .swiper-slide__img-container.navbar__item--locked:before, .ghk-content-styling .swiper-slide__img-container.navbar__link.dropdown-toggle:before, .ghk-content-styling .swiper-slide__img-container.file__close, .ghk-content-styling .swiper-slide__img-container.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .swiper-slide__img-container.validation__success::before, .ghk-content-styling .swiper-slide__img-container.validation__failed::before, .ghk-content-styling .swiper-slide__img-container.accordion__header:before, .swiper-slide__img-container:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  top: 0;
}

.swiper-slide__img-container:before, .ghk-content-styling .swiper-slide__img-container.navbar__item--locked:before, .ghk-content-styling .swiper-slide__img-container.navbar__link.dropdown-toggle:before, .ghk-content-styling .swiper-slide__img-container.file__close, .ghk-content-styling .swiper-slide__img-container.navbar__link.dropdown-toggle.file__close, .ghk-content-styling .swiper-slide__img-container.validation__success::before, .ghk-content-styling .swiper-slide__img-container.validation__failed::before, .ghk-content-styling .swiper-slide__img-container.accordion__header:before {
  right: 100%;
  border-right: 4rem solid white;
}

.swiper-slide__img-container:after {
  left: 100%;
  border-left: 4rem solid white;
}

img.swiper-slide__img {
  height: 100%;
  width: auto;
}

#sub_link {
  display: none;
}

.main-services-content-right, .desktop-service-title, .desktop-service-description, .desktop-service-link {
  display: none;
}

@media screen and (min-width: 500px) {
  div.swiper {
    display: none;
  }
  #sub_link {
    display: block;
  }
  .main-services-content-right, .desktop-service-title, .desktop-service-description, .desktop-service-link {
    display: block;
  }
}
.gk-user-permissions {
  /* Rounded sliders */
}
.gk-user-permissions .permissions {
  margin-top: 1rem;
}
.gk-user-permissions .notes {
  margin: 1rem;
}
.gk-user-permissions .switch {
  position: relative;
  display: inline-block;
  float: left;
  width: 2.7rem;
  height: 1.3rem;
  margin-right: 3%;
  margin-top: 0.4%;
}
.gk-user-permissions .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.gk-user-permissions .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gk-user-permissions .slider:before, .gk-user-permissions .ghk-content-styling .slider.navbar__link.dropdown-toggle:before, .ghk-content-styling .gk-user-permissions .slider.navbar__link.dropdown-toggle:before, .gk-user-permissions .ghk-content-styling .slider.file__close, .ghk-content-styling .gk-user-permissions .slider.file__close {
  position: absolute;
  content: "";
  height: 0.9rem;
  width: 0.9rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gk-user-permissions input:checked + .slider {
  background-color: #4caf50;
}
.gk-user-permissions input:focus + .slider {
  box-shadow: 0 0 1px #4caf50;
}
.gk-user-permissions input:checked + .slider:before, .gk-user-permissions .ghk-content-styling input:checked + .slider.file__close, .ghk-content-styling .gk-user-permissions input:checked + .slider.file__close {
  -webkit-transform: translateX(1.3rem);
  -ms-transform: translateX(1.3rem);
  transform: translateX(1.3rem);
}
.gk-user-permissions .slider.round {
  border-radius: 34px;
}
.gk-user-permissions .slider.round:before, .gk-user-permissions .ghk-content-styling .slider.round.file__close, .ghk-content-styling .gk-user-permissions .slider.round.file__close {
  border-radius: 50%;
}
.gk-user-permissions .data-text {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
}

/* topper on content page */
.page-editor__topper__bar .btn-unstyled {
  background-color: rgba(0, 0, 0, 0.001);
  border-width: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  vertical-align: baseline;
}
.page-editor__topper__bar .btn-sm, .page-editor__topper__bar .ghk-content-styling .login__button, .ghk-content-styling .page-editor__topper__bar .login__button {
  border-radius: 0.1875rem;
  font-size: 12px;
  line-height: 1.15;
  padding: 0;
}
.page-editor__topper__bar .btn, .page-editor__topper__bar .ghk-content-styling .cookie__button, .ghk-content-styling .page-editor__topper__bar .cookie__button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: none;
  color: #272833;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}

/* blue widget topper */
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
.portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
  z-index: 999;
}

@media (min-width: 576px) {
  .portlet > .portlet-topper {
    right: auto;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    left: 0px;
    position: absolute;
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
    top: 0px;
    display: flex;
    white-space: nowrap;
  }
}
.portlet {
  margin-bottom: 0;
}

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0px 4px 0px 8px;
}

.portlet > .portlet-topper {
  background-color: rgb(11, 95, 255);
  border: 1px solid rgb(11, 95, 255);
  border-radius: 2px 2px 0px 0px;
  color: rgb(255, 255, 255);
  cursor: move;
}

.portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgb(255, 255, 255);
}

@media (min-width: 576px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border);
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: rgb(11, 95, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.portlet > .portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
  margin-right: 12px;
}

.portlet > .portlet-topper .portlet-topper-toolbar, .portlet > .portlet-topper .icon-monospaced {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}

/* widget topper 3 points menu */
.dropdown-item:focus, .dropdown-menu > li > a:focus, .dropdown-menu .link-list > li > a:focus {
  background-color: #f0f5ff;
  color: #272833;
  text-decoration: none;
  box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
  outline: 0;
}

/* widget modal content */
/* buttons repair */
.btn-secondary {
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}

.btn-secondary:hover {
  background-color: #f7f8f9;
  text-decoration: underline;
  border-color: rgb(205, 206, 217);
  color: rgb(39, 40, 51);
}

.nav-underline .nav-link, .nav-underline .tab a {
  color: #6b6c7e;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  border-radius: 1px;
  font-weight: 600;
  line-height: 1;
  transition: box-shadow 0.15s ease-in-out;
}

/* botttom space at modal bottom */
.portal-popup .dialog-body:not(:last-child), .portal-popup .lfr-dynamic-uploader:not(:last-child), .portal-popup .lfr-form-content:not(:last-child), .portal-popup .portlet-configuration-body-content:not(:last-child), .portal-popup .roles-selector-body:not(:last-child) {
  padding-bottom: 60px;
}

/* radio alignment in modal */
.radio input[type=radio], .radio-inline input[type=radio] {
  height: 20px;
  margin-left: -25px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .radio input[type=radio], .radio-inline input[type=radio] {
    height: 15px;
    margin-left: -20px;
    width: 14px;
  }
}
/* info box */
.alert-info, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress {
  background-color: #eef2fa;
  border-color: #89a7e0;
  color: #2e5aac;
}

.alert, .portlet-msg-alert, .portlet-msg-error, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress, .portlet-msg-success {
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 1.03125rem 1rem;
  position: relative;
  word-wrap: break-word;
}

/* button holder in modal */
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(231, 231, 237);
  bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  left: 0px;
  margin: 0px;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}

.portal-popup .dialog-footer .btn, .portal-popup .dialog-footer .ghk-content-styling .cookie__button, .ghk-content-styling .portal-popup .dialog-footer .cookie__button {
  margin-left: 1rem;
  margin-right: 0px;
}

/* liferay side menu - spacing on top of logo */
.product-menu.sidebar .sidebar-body, .lfr-has-simulation-panel .lfr-simulation-device {
  top: 0;
}

.sidebar-body .list-group * {
  font-size: 14px;
}
.sidebar-body .panel-title {
  font-size: 14px;
}

.control-menu-container .page-editor__toolbar-experience label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: rgb(39, 40, 51);
}
.control-menu-container .container-fluid-max-xl {
  max-width: 1280px;
}

.portlet-journal-content.portlet-barebone .portlet-content-editable .portlet-header {
  max-width: 65px;
}
.portlet-journal-content.portlet-barebone .portlet-content-editable .visible-interaction .lfr-icon-menu {
  margin: 10px;
  width: 30px;
}
.portlet-journal-content.portlet-barebone .portlet-content-editable .visible-interaction .lfr-icon-menu.btn-sm, .portlet-journal-content.portlet-barebone .portlet-content-editable .visible-interaction .ghk-content-styling .lfr-icon-menu.login__button, .ghk-content-styling .portlet-journal-content.portlet-barebone .portlet-content-editable .visible-interaction .lfr-icon-menu.login__button {
  padding: 3px 0;
  border-radius: 3px;
}

.preview-toolbar-container .floating-bar.btn-group {
  background: #4caf50;
  padding: 0 0.75;
}
.preview-toolbar-container .floating-bar.btn-group .btn, .preview-toolbar-container .floating-bar.btn-group .ghk-content-styling .cookie__button, .ghk-content-styling .preview-toolbar-container .floating-bar.btn-group .cookie__button {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.banner__section.section--primary p {
  padding-left: 15px !important;
}

.yui3-widget-mask {
  z-index: 989 !important;
}

.yui3-widget {
  z-index: 990 !important;
  max-width: 600px;
}

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

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