@charset "UTF-8";
/**
 * Clay 3.37.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.37.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
 */
@import "font/font-roboto.css";
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-animation 1.2s infinite ease-out;
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: translateZ(0);
  width: 1em;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.portal-iframe #main-content {
  width: 100%;
}

.separator {
  border-top: 1px solid #cdced9;
  clear: both;
  display: block;
  margin: 15px auto;
}

.entry-status {
  border-left: 4px solid transparent;
}

span.alert {
  display: inline-block;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #fff;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #fff;
  top: 1000px;
}

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}

.hide {
  display: none !important;
}

.hide-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.lfr-asset-category-container .no-matches {
  color: #999;
}

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc;
}

.lfr-asset-category-list ul {
  list-style: none;
  margin-top: 4px;
  padding: 0;
}
.lfr-asset-category-list li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 3px 16px;
}
.lfr-asset-category-list span {
  padding-left: 3px;
}
.lfr-asset-category-list a.selected {
  background-color: #eee;
}

.lfr-asset-category-list-container {
  cursor: pointer;
}

.lfr-categories-selector-category-name {
  float: left;
  width: 50%;
}

.lfr-categories-selector-search-results-path {
  color: #575757;
  float: right;
  font-size: 0.9em;
  text-align: right;
  width: 49%;
}

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

.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc;
}

.overlay {
  position: absolute;
}

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

.form-builder-field {
  background-color: white;
  border: 0.0625rem solid #e7e7ed;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.625rem;
}

.form-builder-placeholder {
  border: 0.0625rem dashed #ccc;
  margin: 0.3125rem;
}

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

html:not(#__):not(#___) .overlay-content .open > .cadmin.dropdown-menu {
  display: block;
  position: static;
}

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

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu .dropdown-item.active {
  pointer-events: initial;
}

.dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropup .dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropdown > .dropdown-menu {
  position: absolute;
}

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff;
}

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

.form-inline label {
  display: inline-block;
}

.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 {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.alert.popup-alert-notice, .alert.popup-alert-warning, .alert.taglib-portal-message {
  left: 0;
  line-height: 30px;
  padding: 9px 14px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
@media (max-width: 991.98px) {
  .alert.popup-alert-notice, .alert.popup-alert-warning, .alert.taglib-portal-message {
    line-height: 20px;
    margin-bottom: 0;
    padding: 14px 28px;
    position: static;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .alert.popup-alert-notice, .alert.popup-alert-warning, .alert.taglib-portal-message {
    margin: 0 -20px;
  }
}
.alert.lfr-shutdown-message.popup-alert-warning {
  margin: 0;
  position: relative;
}

.definition-of-terms dd:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.definition-of-terms dl {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .definition-of-terms dl {
    margin-left: 10px;
  }
}
.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  margin-bottom: 2em;
  width: 100%;
  width: 25em;
  word-break: break-word;
}
@media (min-width: 576px) {
  .definition-of-terms dt {
    float: left;
    width: auto;
  }
}

.lfr-code {
  background: #fff;
  border: 1px solid transparent;
  border-color: #777;
  font-family: monospace;
  overflow: hidden;
  overflow-wrap: normal;
  overflow-x: auto;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}
.lfr-code table {
  table-layout: auto;
  width: 100%;
}
.lfr-code table tr td.lines, .lfr-code table tr td.line-numbers {
  border-width: 0;
}
.lfr-code table tr td.line-numbers {
  background: #fafafa;
  border-right-width: 1px;
  color: #aaa;
  cursor: default;
  padding: 0 8px;
  text-align: right;
  text-shadow: 1px 1px #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: top;
  width: 1%;
}

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold;
}

.lfr-token {
  background-color: #b3daef;
  border: 1px solid transparent;
  border-color: #5fa8ff;
  color: #444;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0.1em 0.2em;
  padding: 0.3em 0.5em;
  text-decoration: none;
}
.lfr-token:hover {
  background-color: #d1e5ef;
}

.lfr-button {
  background: no-repeat 0 50%;
  padding: 2px 0 2px 20px;
}

.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-checkbox-preselected {
  opacity: 0.5;
}

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

.js .controls-hidden .lfr-meta-actions,
.js .controls-hidden .lfr-configurator-visibility {
  display: none;
}
.js .page-maximized .portlet-topper-toolbar {
  display: block;
}

.lfr-header-row {
  border-bottom-color: #7b7b7b;
}
.lfr-header-row .lfr-search-combobox {
  border-color: #5f5f5f;
}

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

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em;
}

.lfr-preview-file {
  position: relative;
}

.lfr-preview-file-content {
  border-bottom: 1px solid transparent;
  border-bottom-color: #6d6d6e;
  padding: 0 0 40px 135px;
  position: relative;
}

.lfr-preview-audio-content,
.lfr-preview-video-content {
  padding-left: 0;
}

.lfr-preview-file-arrow {
  border-radius: 4px;
  height: 52px;
  line-height: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
}
@media (min-width: 576px) {
  .lfr-preview-file-arrow {
    height: 64px;
    line-height: 60px;
    width: 64px;
  }
}
.lfr-preview-file-arrow.carousel-control {
  background-color: #000;
  background-image: none;
}

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  max-height: 440px;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .lfr-preview-file-image-current {
    max-height: 65%;
  }
}

.lfr-preview-file-image {
  display: block;
  margin: 5px;
  width: 100%;
}
.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border: 1px solid transparent;
  border-color: #aeb8bc;
  display: inline-block;
  margin: 3px;
  min-height: 40px;
  width: 72px;
}

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea;
}

.lfr-preview-file-loading-indicator {
  background: #333;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 2px;
  padding: 2px 5px;
  position: absolute;
}

.lfr-preview-file-image-overlay {
  height: 90%;
  width: 70%;
}
.lfr-preview-file-image-overlay .modal-header {
  min-height: 61px;
}
.lfr-preview-file-image-overlay .modal-header .close {
  font-size: 30px;
}

.lfr-preview-file-image-overlay-controls {
  pointer-events: all;
}
.lfr-preview-file-image-overlay-controls .image-viewer-control.carousel-control.left {
  left: 15px;
}
.lfr-preview-file-image-overlay-controls .image-viewer-control.carousel-control.right {
  right: 25px;
}

textarea.lfr-editor-textarea {
  font-family: monospace;
  height: 100%;
  min-height: 8em;
  min-width: 10em;
  padding: 0;
  width: 100%;
}

.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) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .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 .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 {
  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-spa-loading-bar {
  background: #2fa4f5;
  display: none;
  height: 2px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.lfr-spa-loading .lfr-spa-loading-bar {
  display: block;
}

.lfr-tags-selector-list {
  border: 0 solid transparent;
  border-width: 0 1px 1px;
  margin-bottom: 0.5em;
}
.lfr-tags-selector-list li.tree-node .tree-node-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lfr-tags-selector-content.has-error .form-feedback-item {
  margin-top: -1.5em;
}
.lfr-tags-selector-content .toolbar {
  position: static;
}
.lfr-tags-selector-content .textboxlistentry-holder li {
  margin: 0 5px 0 0;
}
.lfr-tags-selector-content .textboxlist-input-container input {
  margin: 0;
}
.lfr-tags-selector-content .textboxlist-input-container .textboxlist-content .field-input-text {
  padding: 0;
}

.lfr-tag-selector-popup {
  width: 250px;
}
.lfr-tag-selector-popup label {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: block;
  padding: 2px;
  padding-left: 20px;
}
.lfr-tag-selector-popup label input {
  margin-right: 5px;
  vertical-align: middle;
}
.lfr-tag-selector-popup label .lfr-tag-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lfr-tag-selector-popup ul {
  margin: 0;
}
.lfr-tag-selector-popup li li {
  list-style: none;
  margin-left: 1em;
}
.lfr-tag-selector-popup .lfr-tag-selector-search,
.lfr-tag-selector-popup .lfr-tag-selector-input {
  margin-bottom: 0;
}
.lfr-tag-selector-popup .lfr-tag-message {
  display: none;
}
.lfr-tag-selector-popup .no-matches {
  color: #999;
  padding: 3px;
}
.lfr-tag-selector-popup .no-matches .lfr-tag-message {
  display: block;
}

.lfr-translation-manager {
  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;
  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;
}

.undomanager .lfr-undo-queue {
  margin: 10px auto;
}

.lfr-action-undo {
  float: left;
}

.lfr-action-clear {
  float: right;
}

.undomanager .lfr-queue-empty,
.lfr-queue-single .lfr-action-clear {
  display: none;
}

.lfr-upload-container {
  margin-bottom: 1em;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #ddd;
  margin-bottom: 1em;
  min-height: 30px;
  padding: 30px 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: #ddedde;
  border-color: #7d7;
  border-style: dashed;
}
.lfr-upload-container .upload-target h4 span {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .upload-target .or-text {
  font-size: 0.8em;
}
.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 .manage-upload-target {
  padding: 5px 0 0;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  margin: 0 1.125rem 1.125rem;
}
.lfr-upload-container .browse-button-container {
  padding-top: 5px;
}
.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat;
  float: right;
  padding-left: 16px;
}
.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
  float: right;
  margin-right: 0;
}
.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: #869cad;
  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: #869cad;
}
.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: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  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 {
  background-color: #ffc;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.select-files {
  float: left;
  line-height: 0;
  margin-right: 2px;
  padding: 0 0 0 5px;
}

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

.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0;
}
.app-view-entry .entry-action {
  position: absolute;
  right: 6px;
  top: 10px;
}
.app-view-entry .entry-action .btn {
  padding: 0;
}
.app-view-entry .entry-selector {
  left: 5px;
  position: absolute;
  top: 10px;
}
.app-view-entry .entry-title {
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  padding: 5px 0 10px;
}
.app-view-entry .entry-link {
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.app-view-entry .entry-metadata {
  margin: 10px 0 20px;
}
@media (max-width: 991.98px) {
  .app-view-entry .entry-metadata {
    margin: 0 0 5px 15px;
    width: 85%;
  }
}
.app-view-entry .entry-metadata .entry-title {
  padding-bottom: 3px;
}
.app-view-entry .entry-metadata .entry-description {
  display: block;
}
.app-view-entry .entry-metadata dl {
  margin: 0;
}
.app-view-entry .entry-metadata dl.entry-latest-approved-container {
  margin: 20px 0;
}
.app-view-entry .entry-metadata dl dt {
  float: left;
  margin-right: 3px;
}
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags {
  display: block;
}
.app-view-entry .entry-metadata .entry-tags .tag {
  margin-left: 15px;
}
.app-view-entry .entry-metadata .entry-tags .tag:first-child {
  margin-left: 0;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
  font-weight: normal;
  margin-left: 0.8em;
}
.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
  word-wrap: break-word;
}
.app-view-entry .entry-metadata .taglib-workflow-status {
  display: inline;
}
.app-view-entry .entry-metadata .taglib-workflow-status .workflow-status {
  padding-left: 0.2em;
}
.app-view-entry .overlay.entry-action a {
  display: block;
  width: 20px;
}
.app-view-entry .entry-title .entry-categories,
.app-view-entry a.entry-title .entry-tags {
  font-size: 16px;
}
.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea;
}
.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff;
}
.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333;
}
.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5ad300;
}
.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1;
}
.app-view-entry a.entry-link:hover {
  text-decoration: none;
}
.app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
  text-decoration: underline;
}

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

.taglib-asset-metadata {
  clear: both;
  overflow: hidden;
  padding: 10px;
}
.taglib-asset-metadata span {
  display: inline-block;
}
.taglib-asset-metadata .asset-metadata-panel {
  clear: both;
}
.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal;
}
.taglib-asset-metadata .metadata-author {
  font-weight: bold;
  overflow: hidden;
  padding: 10px;
}
.taglib-asset-metadata .metadata-author .asset-avatar {
  float: left;
  padding-right: 10px;
}
.taglib-asset-metadata .metadata-author .asset-avatar .avatar {
  width: 45px;
}
.taglib-asset-metadata .metadata-author .asset-user-info {
  margin-top: 5px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  display: block;
}
.taglib-asset-metadata .metadata-entry {
  color: #999;
  margin-right: 2em;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px;
}

.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-addedline,
#taglib-diff-results ins {
  background: #e6ffe6;
}

.taglib-diff-context {
  background: #eee;
}

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6;
}

.taglib-diff-table {
  border-collapse: separate;
  border-spacing: 5pt;
  table-layout: fixed;
}
.taglib-diff-table td {
  word-wrap: break-word;
}

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

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom: 2px dotted #009ae5;
}
.diff-version-comparator .taglib-diff-html .diff-html-changed img {
  border-color: #009ae5;
  max-width: 100%;
}
.diff-version-comparator .taglib-diff-html .diff-added-image,
.diff-version-comparator .taglib-diff-html .diff-removed-image {
  display: none;
}
.diff-version-comparator .diff-container-column .diff-container {
  min-height: 400px;
}
.diff-version-comparator .diff-container-column .legend-item {
  margin-right: 15px;
}
.diff-version-comparator .diff-target-selector {
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9;
}
.diff-version-comparator .divider {
  margin-bottom: 20px;
}
.diff-version-comparator .list-group-item {
  cursor: pointer;
}

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

.lfr-discussion-reply-popover {
  width: 25rem;
}
@media (min-width: 576px) {
  .lfr-discussion-reply-popover {
    max-width: 25rem;
  }
}

.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%;
}
.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;
}
.drop-here-info .drop-icons span {
  position: absolute;
  text-align: center;
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  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) {
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  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;
}

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

.lfr-ddm-field-group {
  margin-bottom: 20px;
}

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom;
}

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

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

.taglib-form-navigator .error-notice,
.taglib-form-navigator .modified-notice {
  display: none;
}
.taglib-form-navigator > .form-steps {
  position: relative;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent;
  border-width: 0;
  clear: both;
  float: none;
  overflow: visible;
  padding: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
    overflow: auto;
    white-space: nowrap;
  }
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab {
  border-width: 0;
  display: inline-block;
  overflow: visible;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 50;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
  background: transparent;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active:last-child .tab-label .tab-icon {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label {
  position: relative;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
  color: #000;
  display: inline-block;
  opacity: 0.7;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
  background: #333;
  font-size: 18px;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
  color: #333;
  display: inline-block;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
  background: transparent;
  border-width: 0;
  display: block;
  margin: 0 5px 0 -5px;
  outline: 0;
  padding: 0;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
  text-decoration: 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 {
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .error-notice {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  background: #ccc;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  opacity: 0.6;
  text-decoration: none;
  width: 30px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
  color: #000;
  font-size: 12px;
  margin-left: -5px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .modified-notice {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .tab-icon {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.multi-step-progress-bar {
  display: block;
  padding-top: 10px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.multi-step-progress-bar .tab-label {
  outline-width: 0;
}
.taglib-form-navigator .form-navigator-content {
  overflow: visible;
}
.taglib-form-navigator .form-navigator-content .form-section {
  display: none;
}
.taglib-form-navigator .form-navigator-content .form-section.active {
  display: block;
}
.taglib-form-navigator .form-navigator-content .form-section textarea {
  max-width: 100%;
}
.taglib-form-navigator .form-navigator-content legend {
  overflow: auto;
  padding-bottom: 2px;
}
.taglib-form-navigator .section-modified .modified-notice {
  display: inline-block;
}
.taglib-form-navigator .section-error .error-notice {
  display: inline-block;
  margin-right: 5px;
}

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

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none;
}
a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline;
}
a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-label {
  margin-left: 12px;
}

.icon-monospaced, .icon-monospaced[class^=icon-], .icon-monospaced[class*=" icon-"] {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}
.btn-monospaced > .icon-monospaced:not(.lexicon-icon) {
  padding: 0;
}

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

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

@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-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.taglib-image-selector {
  height: 100%;
  min-height: 100px;
  padding: 0;
  position: relative;
  text-align: center;
}
.taglib-image-selector.drop-enabled .drop-here-info .drop-here-indicator {
  height: 90px;
}
.taglib-image-selector.drop-enabled .drop-here-info .drop-text {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
}
.taglib-image-selector .progress-wrapper {
  display: none;
  left: 50%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.taglib-image-selector .progress-wrapper button {
  margin-top: 20px;
}
.taglib-image-selector .progress-wrapper p {
  font-size: 18px;
  margin: 0;
  text-align: left;
}
.taglib-image-selector .progress-wrapper p.size {
  font-size: 14px;
}
.taglib-image-selector .progress-wrapper .progressbar {
  height: 6px;
  margin: 5px auto;
  width: 100%;
}
.taglib-image-selector.drop-active .change-image-controls {
  display: none;
}
.taglib-image-selector.drop-active .progress-wrapper {
  display: none;
}
.taglib-image-selector.draggable-image.vertical .current-image {
  left: 0 !important;
  max-height: inherit;
  min-width: 100%;
}
.taglib-image-selector.draggable-image.horizontal .current-image {
  max-width: inherit;
}
.taglib-image-selector.draggable-image.both .current-image {
  max-height: 100%;
  max-width: 100%;
}
.taglib-image-selector.draggable-image.drop-enabled .image-wrapper {
  height: 0;
}
.taglib-image-selector.draggable-image .image-wrapper {
  height: 400px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  .taglib-image-selector.draggable-image .image-wrapper {
    height: 150px;
  }
}
.taglib-image-selector.progress-active .change-image-controls {
  display: none;
}
.taglib-image-selector.progress-active .progress-wrapper {
  display: block;
}
.taglib-image-selector .browse-image-controls,
.taglib-image-selector .current-image {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.taglib-image-selector .browse-image-controls {
  padding: 10px;
  width: 100%;
  z-index: 1;
}
.taglib-image-selector .browse-image-controls .drag-drop-label,
.taglib-image-selector .browse-image-controls .browse-image {
  font-size: 16px;
}
.taglib-image-selector .browse-image-controls .drag-drop-label {
  line-height: 35px;
}
.taglib-image-selector .browse-image-controls .file-validation-info {
  margin-top: 15px;
}
.taglib-image-selector .change-image-controls {
  bottom: 10px;
  padding: 10px;
  position: absolute;
  right: 10px;
}
.taglib-image-selector .current-image {
  margin-bottom: 5px;
}
.taglib-image-selector .error-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.taglib-image-selector .selection-status {
  left: 50%;
  padding: 11px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.taglib-image-selector .yui3-uploader-content {
  display: none;
}

.info-bar-container {
  background-color: #fff;
  border-bottom: 1px solid #edf0f2;
  min-height: 47px;
}
.info-bar-container .info-bar {
  padding: 0;
}
@media (min-width: 576px) {
  .info-bar-container {
    min-height: 59px;
  }
}
.info-bar-container .info-bar-default .taglib-workflow-status .workflow-version {
  color: #6b6c7e;
}
.info-bar-container .info-bar-default .btn {
  margin: 7px 0 7px 15px;
}
@media (min-width: 576px) {
  .info-bar-container .info-bar-default .btn {
    margin: 13px 0 13px 15px;
  }
}
.info-bar-container .info-bar-center {
  left: 50%;
  margin-top: 16px;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  width: 100%;
}
@media (min-width: 576px) {
  .info-bar-container .info-bar-center {
    margin-top: 20px;
  }
}
.info-bar-container.affix {
  min-height: 35px;
  transition: min-height 0.15s ease;
}
.info-bar-container.affix .info-bar-center {
  margin-top: 5px;
}

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

.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}

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

.taglib-image-selector .change-image-controls {
  background: #fff;
}
.taglib-image-selector .selection-status {
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7;
}
.taglib-image-selector.check-active .selection-status {
  opacity: 1;
  z-index: 0;
}
.taglib-image-selector.drop-active {
  outline-width: 0;
}
.taglib-image-selector.drop-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.drop-active .selection-status {
  opacity: 0;
}
.taglib-image-selector.drop-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.drop-active .error-wrapper {
  opacity: 0;
}
.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0;
}
.taglib-image-selector.progress-active .selection-status {
  opacity: 0;
}

.portal-popup {
  background-color: #fff;
}

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed;
}

.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 {
  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 {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none;
}
.lfr-tree-display-page .tree-label {
  cursor: default;
}
.lfr-tree-display-page .tree-label a {
  color: black;
}
.lfr-tree-display-page .tree-label .layout-page-invalid {
  color: #aaa;
  font-style: italic;
}
.lfr-tree-display-page .tree-label .layout-page-invalid:hover {
  cursor: default;
  text-decoration: none;
}

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0;
}

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

@media (max-width: 767.98px) {
  .alert-notifications.alert-notifications-fixed {
    top: inherit;
  }
  .alert-notifications.alert-notifications-fixed .alert {
    max-width: none;
  }
}

.lfr-notification-container {
  bottom: 1.25rem;
  left: 1.25rem;
  max-height: 100%;
  max-width: 400px;
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.lfr-notification-container .lfr-notification-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.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) {
  color: #343a40;
}
.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;
}

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .lfr-asset-type-column,
  .lfr-author-column,
  .lfr-city-column,
  .lfr-country-column,
  .lfr-email-address-column,
  .lfr-job-title-column,
  .lfr-region-column,
  .lfr-removed-by-column,
  .lfr-replier-column,
  .lfr-scope-column,
  .lfr-screen-name-column,
  .lfr-type-column,
  .lfr-user-column,
  .lfr-users-column {
    max-width: 125px;
    min-width: 100px;
  }
}

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-discount-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-price-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column,
.lfr-total-column {
  white-space: nowrap;
}

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px;
}

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px;
}

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px;
}
@media (min-width: 576px) {
  .lfr-email-column,
  .lfr-mobile-column,
  .lfr-website-column {
    min-width: 115px;
  }
}
.lfr-email-column .checkbox-container .form-group,
.lfr-mobile-column .checkbox-container .form-group,
.lfr-website-column .checkbox-container .form-group {
  margin-bottom: 0;
}

.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 {
    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 {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-social-activities table {
  width: 100%;
}
.taglib-social-activities td {
  padding: 5px;
  vertical-align: top;
}
.taglib-social-activities .day-separator {
  border-bottom: 1px dotted transparent;
  border-bottom-color: #ccc;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 2px;
}
.taglib-social-activities .portlet-icon {
  width: 16px;
}

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat;
}

.trash-undo-button.btn-link,
.trash-empty-button.btn-link {
  font-weight: 600;
  padding: 0;
  vertical-align: inherit;
}
.trash-undo-button.btn-link:hover,
.trash-empty-button.btn-link:hover {
  text-decoration: none;
}
.trash-undo-button.btn-link:focus,
.trash-empty-button.btn-link:focus {
  background-color: transparent;
}

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

.card-row-layout-fixed .lfr-card-actions-column {
  width: 32px;
}
.lfr-card-actions-column .dropdown {
  margin-right: -8px;
  margin-top: -5px;
}
.card-row-layout-fixed .lfr-card-actions-column .dropdown {
  margin-left: 8px;
  margin-right: 0;
}

.lfr-card-subtitle-text {
  font-size: 14px;
  font-weight: 400;
}

.lfr-card-title-text {
  font-size: 14px;
  font-weight: 600;
}

.taglib-webdav.visible {
  background: #f0f5f7;
}
.taglib-webdav table {
  border-color: #828f95;
}

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

.btn-account-selector {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto min-content;
  height: 70px;
  width: 300px;
}
.btn-account-selector.account-selected {
  grid-template-columns: min-content minmax(0, 1fr) min-content;
}
.btn-account-selector .current-info-container {
  text-align: left;
}
.btn-account-selector .no-account-selected-placeholder {
  margin: 0;
  text-align: left;
}

.dropdown-menu.account-selector-dropdown-menu {
  max-width: 300px;
  min-width: 300px;
}

.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%;
}

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab {
  border-left: 4px solid #93ccf5;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
  border-left-color: #c2e2f9;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
  border-left-width: 0;
  padding-left: 0;
}

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px;
}
.hsv-palette .hsv-view-container .hsv-value {
  width: 56px;
}

.yui3-color-picker-popover .palette-container {
  border-collapse: separate;
}

.portal-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .portal-popup .hsv-palette-modal.modal-dialog {
    bottom: auto !important;
    height: 100%;
    left: 50% !important;
    max-height: 375px;
    max-width: 650px;
    right: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.portal-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .portal-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    border-radius: 0;
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .portal-popup .hsv-palette-modal.modal-dialog .modal-body {
    padding: 1rem;
  }
}
.portal-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
  width: 100%;
}
.portal-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
  margin: 0;
}

.dialog-bd {
  min-height: 30px;
}

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px;
}

.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 {
  margin-left: 1rem;
  margin-right: 0;
}
@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;
}

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

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative;
}
.lfr-editable:after {
  background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.lfr-editable:focus:after {
  display: none;
}
.lfr-editable:focus:hover {
  background-color: transparent;
}
.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226;
}
.lfr-editable:hover:after {
  background-color: #519226;
}

.lfr-editable-notice-close {
  margin-left: 1em;
}

.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 {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

* [class*=ae-toolbar-][role=toolbar] {
  z-index: 980;
}
@media (max-width: 767.98px) {
  * [class*=ae-toolbar-][role=toolbar] {
    z-index: 1000;
  }
}

.ae-ui .ae-toolbars .ae-toolbar-add {
  border-width: 1px;
  margin-left: 4px;
  z-index: 989;
}
.ae-ui .ae-toolbars .ae-toolbar-add .ae-button {
  height: 28px;
  width: 28px;
}
@media (min-width: 1200px) {
  .ae-ui .ae-toolbars .ae-toolbar-add .ae-button {
    height: 32px;
    width: 32px;
  }
}

.alloy-editor-container {
  position: relative;
}
.alloy-editor-container .alloy-editor-icon {
  bottom: 8px;
  color: #869cad;
  display: none;
  position: absolute;
  right: 8px;
}
.alloy-editor-container .alloy-editor {
  cursor: text;
  outline: 0;
  overflow: hidden;
  text-align: start;
}
.alloy-editor-container .alloy-editor[dir=rtl] + .alloy-editor-icon {
  left: 8px;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2b4259;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder:before {
  pointer-events: none;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #ccc;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:empty {
  min-height: 1.5em;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #dbdde1;
  color: #b0b4bb;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control) {
  border-left: 2px solid;
  padding-left: 10px;
}
.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #c67;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder[data-required=true]:not(:focus):before {
  content: attr(data-placeholder) " *";
}
.alloy-editor-container .alloy-editor a {
  cursor: auto;
}
.alloy-editor-container .alloy-editor blockquote {
  margin: 1em 40px;
}
.alloy-editor-container .alloy-editor p:only-child {
  margin-bottom: 0;
}
.alloy-editor-container .alloy-editor.form-control {
  height: auto;
}
.alloy-editor-container .alloy-editor.form-control ~ .alloy-editor-icon {
  display: block;
  max-width: 24px;
}
.alloy-editor-container .alloy-editor .cke_widget_wrapper {
  max-width: 100%;
}
.alloy-editor-container .alloy-editor-switch {
  position: absolute;
  text-align: right;
  top: 0;
  width: 100%;
}
.alloy-editor-container .alloy-editor-switch .btn {
  margin-top: 0;
}
.alloy-editor-container .alloy-editor-wrapper {
  padding-top: 44px;
}
.alloy-editor-container .alloy-editor-wrapper .lfr-source-editor {
  display: none;
}
.alloy-editor-container .alloy-editor-wrapper.show-source .alloy-editor-placeholder {
  display: none;
}
.alloy-editor-container .alloy-editor-wrapper.show-source .lfr-source-editor {
  display: block;
}
.has-error .alloy-editor-container .form-feedback-item {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
}
.ie11 .alloy-editor-container .cke_widget_inline {
  display: inline-block;
}

.cke_editable_inline a {
  cursor: pointer;
}

.cke_panel.cke_combopanel {
  width: 220px;
}

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.cke_panel_block .cke_panel_list {
  margin-left: 0;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem {
  line-height: initial;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
  text-decoration: none;
}

.cke_show_border {
  width: 500px;
}
.cke_show_border td {
  height: 15px;
}

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  padding: 5px 45px;
}
.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  content: "";
  display: block;
  float: right;
  height: 24px;
  margin-right: -35px;
  margin-top: -25px;
  width: 31px;
  z-index: 999;
}
.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold;
}
.html-editor.portlet-message-boards pre {
  background: #f9f9f9;
  border: 1px solid #777;
  padding: 0.5em;
}

.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 {
  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 {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  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;
}

.mce-content-body {
  text-align: start;
}

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

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer #cardSection {
  margin-bottom: 20px;
}
.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 .image-viewer-footer-controls {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .image-viewer-footer-controls {
    flex: 0 1 100%;
    order: 1;
  }
}
.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 .url-view {
  margin: 15px;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  font-size: 16px;
  left: 4px;
  max-width: calc(100% - 8px);
  opacity: 1;
  padding: 0 15px 0 0;
  right: 4px;
  text-align: left;
  top: 4px;
  z-index: 5;
}
.lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
  color: #fff;
}
.lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
  color: #777;
  position: absolute;
}
.image-viewer-base .image-viewer-sidenav .lfr-item-viewer-close {
  padding: 0 15px 0 0;
}

.lfr-item-viewer-close-text {
  display: block;
  line-height: 32px;
  padding-left: 35px;
}

.lfr-item-viewer-icon-info {
  color: #fff;
}

.lfr-item-viewer-icon-info-link {
  float: right;
  font-size: 20px;
}
.lfr-item-viewer-icon-info-link:focus, .lfr-item-viewer-icon-info-link:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .lfr-item-viewer-icon-info-link {
    bottom: 10px;
    flex: 0 1 auto;
    order: 3;
    position: absolute;
    right: 20px;
    z-index: 1;
  }
}

.lfr-item-viewer .image-viewer-base {
  outline: none;
}
.image-viewer-base .image-viewer-sidenav.open {
  width: 300px;
}
@media (min-width: 576px) {
  .image-viewer-base .image-viewer-sidenav.open {
    width: 400px;
  }
}

.image-viewer-caption {
  color: #777;
}
.lfr-item-viewer .image-viewer-caption {
  line-height: 32px;
  position: absolute;
  text-align: left;
  width: 33%;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .image-viewer-caption {
    flex: 0 1 100%;
    order: 2;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
  }
}

.lfr-item-viewer .image-viewer-footer-content {
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .image-viewer-footer-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.lfr-item-viewer .image-viewer-footer-content .image-viewer-thumbnails {
  display: none;
}

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777;
}
.lfr-item-viewer .image-viewer-footer-content .image-viewer-footer-control {
  margin: 0 10px;
  position: relative;
}
.lfr-item-viewer .image-viewer-footer-content .image-viewer-footer-control:focus, .lfr-item-viewer .image-viewer-footer-content .image-viewer-footer-control:hover {
  text-decoration: none;
}

.image-viewer-sidenav {
  line-height: normal;
}
.image-viewer-sidenav.sidenav-fixed {
  bottom: 0;
}
@media (min-width: 576px) {
  .image-viewer-sidenav.sidenav-fixed {
    bottom: 47px;
    position: absolute;
  }
}
.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav dd {
    color: #777;
  }
}
.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .h5 {
    color: #fff;
  }
}
.image-viewer-sidenav .image-viewer-sidenav-header {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .image-viewer-sidenav-header {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0;
  }
}
.image-viewer-base .image-viewer-sidenav .image-viewer-sidenav-menu {
  width: 300px;
}
@media (min-width: 576px) {
  .image-viewer-base .image-viewer-sidenav .image-viewer-sidenav-menu {
    top: 18px;
    width: 400px;
  }
}

.image-viewer-sidenav-close {
  display: block;
  float: right;
  margin-right: -10px;
  margin-top: -15px;
}

.image-viewer-sidenav-body {
  padding-top: 0;
}
.image-viewer-sidenav .image-viewer-sidenav-body {
  text-align: left;
}

.sidenav-transition .image-viewer-base-image-list-inner {
  transition: all 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidenav-transition .image-viewer-base-image-list-inner {
    transition: none;
  }
}
@media (min-width: 576px) {
  .lfr-item-viewer .image-viewer-base-image-list-inner {
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .image-viewer-base.open .image-viewer-base-image-list-inner {
    padding-right: 400px;
  }
}

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5;
}
.nav.list-group > .active {
  border-width: 1px 0 0;
}
.nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
  background-color: #60bfef;
  border: 1px solid #60bfef;
  color: #fff;
}
.nav.list-group .list-group-item {
  padding: 0;
}
.nav.list-group .list-group-item.nav-header {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
}

.lfr-page-templates li a {
  padding: 0;
}
.lfr-page-templates li a label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 5px;
}

.menu {
  position: absolute;
  width: auto;
}
.menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px;
}

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px;
}
.menu-content li {
  margin: 0;
  padding: 0;
}
.menu-content li .disabled {
  color: #999;
}

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0;
}

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff;
}

.menugroup-content ul {
  display: block;
  min-width: 0;
}

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-content li.first {
  border-top-width: 0;
}
.menu-content li.last {
  border-bottom-width: 0;
}

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}

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

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold;
}
.category-portlets .app-view-drop-active {
  background-color: #00a2ea;
  color: #fff;
}

.basecelleditor [class~=form-validator-message] {
  clip: rect(auto auto auto auto);
  width: auto;
}

.document-library-file-entry-cell-editor-hidden {
  display: none;
}

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px;
}

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.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.card,
.lfr-page-layouts input[type=radio]:checked + .card-horizontal .card {
  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.card,
.lfr-page-layouts .card-horizontal .card {
  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.card,
  .lfr-page-layouts .card-horizontal .card {
    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;
  }
}
.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;
}

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed;
}

.modal-body {
  overflow: auto;
}
.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-hidden {
  display: none;
}

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d;
}

.customizable-layout-column-content {
  background-color: #c92c3c;
}
.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px;
}

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
}

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d;
}
.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8);
}

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative;
}

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.layout-customizable-controls label {
  color: #fff;
}

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
}

.paginator-page-link {
  height: auto;
  text-indent: 0;
}

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57;
}

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png);
}

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png);
}

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png);
}

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png);
}

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em;
}

.paginator-current-page-report {
  margin-left: 2em;
}

.taglib-page-iterator .search-pages .page-links {
  padding: 0;
}

.lfr-panel-container {
  background: #fff;
}

.lfr-panel-content {
  padding: 5px 10px;
}

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px;
}

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff;
}

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

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.lfr-nav.nav-tabs {
  margin-bottom: 20px;
}

.tab-active strong {
  font-weight: normal;
}

.tab-back {
  float: right;
}

.tab-back-content {
  border-width: 0;
  padding: 1px;
}

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

.tagselector-content {
  border-width: 0;
  padding: 0;
}
.tagselector-content .textboxlistentry-holder {
  border-bottom: 2px solid #869cad;
  margin-bottom: 10px;
  padding: 0;
}

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}

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

.tooltip {
  max-width: 200px;
}
.tooltip .tooltip-arrow {
  background-color: #000;
  height: 0.6rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.6rem;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem;
}

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%;
}

.tooltip.bottom {
  padding-top: 0.3rem;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
}

.tooltip.left {
  padding-right: 0.3rem;
}
.tooltip.left .tooltip-arrow {
  right: 0;
}

.tooltip.right {
  padding-left: 0.3rem;
}
.tooltip.right .tooltip-arrow {
  left: 0;
}

.tooltip.top {
  padding-bottom: 0.3rem;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
}

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

.underlay {
  clear: both;
  top: 100%;
}
.underlay .yui3-widget-hd {
  height: 38px;
}

.underlay-hidden {
  display: none;
}

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px;
}

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.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: #4b9bff;
}

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

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

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

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

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

.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: #ffd76e;
}

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

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

#wrapper {
  position: relative;
}

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #b50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder,
.navigation-pane .navigation-entry .nav-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 768px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left;
}
.form-trigger img {
  background: no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.form-trigger:focus, .form-trigger:hover {
  background-color: #83b0ca;
  background-image: url(../images/application/button_bg_over.png);
}

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png);
}
.trigger-selected:focus, .trigger-selected:hover {
  background-color: #b7def4;
  background-image: url(../images/application/button_bg_selected_over.png);
}

.options-trigger img {
  background-image: url(../images/common/configuration.png);
}

.save-trigger img {
  background-image: url(../images/common/check.png);
}

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

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper {
  position: relative;
}
.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-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.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-content .portlet-title-text,
.panel-page-body .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;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

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

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
}

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663;
}

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900;
}

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f;
}

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png);
}

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif);
}

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34;
}

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}

.lfr-message {
  position: relative;
}
.lfr-message .lfr-message-control {
  background-color: #333;
  display: inline-block;
}
.lfr-message .lfr-message-controls {
  display: none;
  left: 3px;
  margin: -8px 8px 0 3px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.lfr-message .lfr-message-close {
  background-image: url(../images/portlet/close_borderless.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lfr-message .lfr-message-close-all {
  color: #fff;
  display: none;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 1px 10px;
  text-shadow: 1px 1px 0 #000;
  vertical-align: top;
}
.lfr-message .lfr-message-close-all a {
  color: #fff;
}
.lfr-message .lfr-message-controls-hover .lfr-message-close-all {
  display: inline-block;
}
.lfr-message.pending {
  background-image: url(../images/common/time.png);
}

.lfr-message-content.alert {
  margin-bottom: 0;
}

.lfr-message-close {
  cursor: pointer;
}

.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81;
}

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 (max-width: 767.98px) {
  html:not(#__):not(#___) .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet-content-editable {
    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 (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@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;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
.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 (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%);
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.portlet-actions {
  float: right;
}

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

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
}
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

.main-content-body {
  margin-top: 24px;
}

.restricted, .restricted td {
  background: #fdd;
  border-width: 0;
}
.restricted * {
  color: #727c81;
}

.alt.restricted td {
  background-color: #ffc0c0;
}

.hover.restricted td {
  background-color: #d3bdc0;
}

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}

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

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0;
}
.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #fff;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4;
}
.taglib-calendar tr th {
  border-bottom-color: #d7d7d7;
}
.taglib-calendar table td {
  border-width: 0;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #fff;
}
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline;
}

.navbar form {
  margin: 0;
}

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem;
}

.widget-mode-detail {
  padding-top: 1rem;
}
.widget-mode-detail .title {
  font-size: 36px;
}
.widget-mode-detail .sub-title {
  font-size: 26px;
  margin-bottom: 32px;
}
.widget-mode-detail .widget-metadata {
  margin-bottom: 2rem;
}
.widget-mode-detail .widget-mode-detail-text {
  margin-top: 48px;
}
.widget-mode-detail .widget-mode-detail-text img {
  max-width: 100%;
}
.widget-mode-detail .widget-mode-detail-text p {
  font-size: 18px;
  line-height: 1.8;
}

.widget-mode-card .card {
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0;
}
.widget-mode-card .card-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px;
  }
}

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px;
}
.widget-mode-simple .widget-metadata {
  margin-bottom: 24px;
}
.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem;
}
.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px;
}

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px;
}

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc;
}

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px;
}

.overlaymask-content {
  background-color: #fff;
}

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

.product-menu .loading-animation {
  margin-top: 160px;
}

.lfr-search-combobox-item {
  border-radius: 1px;
}

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px;
}
.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px;
}

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress,
.lfr-editable:after {
  border-radius: 10px;
}

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px;
}

body > .lfr-menu-list ul,
.active-area-proxy,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.tags-search-combobox .field-input-text {
  border-radius: 4px;
}

.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px;
}

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px;
}

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2;
}

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
}

.lfr-message .lfr-message-control {
  border-radius: 10px;
}

.lfr-token {
  border-radius: 8px;
}

.staging-tabview-list {
  border-radius: 0;
}

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none;
}

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999;
}

.lfr-action-label {
  border-radius: 2px;
}

@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 {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  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 {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s;
}

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lfr-spa-loading-bar {
  transform: translateX(100%);
}

@keyframes shift-rightwards {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

@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;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc);
}

input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in;
}
@media (prefers-reduced-motion: reduce) {
  input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
  input.switch:empty ~ .switch-bar .switch-icon,
  input.switch:empty ~ .switch-bar .switch-toggle:after,
  input.switch:empty ~ .switch-bar .switch-toggle:before {
    transition: none;
  }
}

.taglib-image-selector .selection-status {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-image-selector .selection-status {
    transition: none;
  }
}
.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0;
}

.drop-here-info {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  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 {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@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);
  transform: rotate(25deg);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  transform: rotate(-25deg);
}

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

/* Font-roboto{{{ */
/* C&S Code {{{ */
.highlight {
  background: #ffffff;
}

.highlight .c {
  color: #999988;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .k {
  font-weight: bold;
} /* Keyword */
.highlight .o {
  font-weight: bold;
} /* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
} /* Generic.Deleted */
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
} /* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #aa0000;
} /* Generic.Error */
.highlight .gh {
  color: #999999;
} /* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
} /* Generic.Inserted */
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
} /* Generic.Inserted.Specific */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #555555;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #aaaaaa;
} /* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kp {
  font-weight: bold;
} /* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold;
} /* Keyword.Type */
.highlight .m {
  color: #009999;
} /* Literal.Number */
.highlight .s {
  color: #d14;
} /* Literal.String */
.highlight .na {
  color: #008080;
} /* Name.Attribute */
.highlight .nb {
  color: #0086B3;
} /* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #008080;
} /* Name.Constant */
.highlight .ni {
  color: #800080;
} /* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold;
} /* Name.Function */
.highlight .nn {
  color: #555555;
} /* Name.Namespace */
.highlight .nt {
  color: #000080;
} /* Name.Tag */
.highlight .nv {
  color: #008080;
} /* Name.Variable */
.highlight .ow {
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #009999;
} /* Literal.Number.Float */
.highlight .mh {
  color: #009999;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #009999;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #009999;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #d14;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #d14;
} /* Literal.String.Char */
.highlight .sd {
  color: #d14;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #d14;
} /* Literal.String.Double */
.highlight .se {
  color: #d14;
} /* Literal.String.Escape */
.highlight .sh {
  color: #d14;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #d14;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #d14;
} /* Literal.String.Other */
.highlight .sr {
  color: #009926;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #d14;
} /* Literal.String.Single */
.highlight .ss {
  color: #990073;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #999999;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
} /* Name.Variable.Class */
.highlight .vg {
  color: #008080;
} /* Name.Variable.Global */
.highlight .vi {
  color: #008080;
} /* Name.Variable.Instance */
.highlight .il {
  color: #009999;
} /* Literal.Number.Integer.Long */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 81%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

html.aui #site-wrapper {
  min-height: 100%;
}

html.aui body {
  height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-family: Roboto, Arial, sans-serif;
}

@media (max-width: 767px) {
  html.aui body {
    padding: 120px 0 0;
  }
}
html.aui #site-content {
  padding-bottom: 100px;
}

html.aui #site-footer {
  position: relative;
  margin-top: -100px;
  height: 100px;
}

html.aui body.hc-js-fixed:not(.hc-js-fixed-ignore) #site-wrapper #site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: -215px;
  box-shadow: 0 1px 3px #666666;
}

html.aui body.hc-js-fixed:not(.hc-js-fixed-ignore) #site-wrapper #site-header .nav-top-head {
  display: block;
}

html.aui ul.select2-results {
  color: white;
  background-color: #009ed9;
  padding-left: 0 !important;
}

html.aui ul.select2-results li {
  list-style-type: none !important;
  padding: 8px !important;
}

html.aui ul.select2-results li.select2-highlighted {
  background-color: #009ed9;
  color: #002776;
}

html.aui ul.select2-results li .select2-result-label {
  padding: 0;
}

html.aui #site-wrapper {
  /*!
   * Datetimepicker for Bootstrap v3
  //! version : 3.1.3
   * https://github.com/Eonasdan/bootstrap-datetimepicker/
   */
  /*
  Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
  */
  /* results */
  /*
  disabled look for disabled choices in the results dropdown
  */
  /* disabled styles */
  /* multiselect */
  /* disabled styles */
  /* end multiselect */
  /* Retina-ize icons */
  /*!
  * jQuery UI Slider 1.11.4
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
  * Released under the MIT license.
  * http://jquery.org/license
  *
  * http://api.jqueryui.com/slider/#theming
  */
  /* support: IE8 - See #6727 */
}

html.aui #site-wrapper .hc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

html.aui #site-wrapper .hc-container:before, html.aui #site-wrapper .hc-container:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-container:after {
  clear: both;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .hc-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .hc-container {
    width: 1170px;
  }
}
html.aui #site-wrapper .hc-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

html.aui #site-wrapper .hc-container-fluid:before, html.aui #site-wrapper .hc-container-fluid:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-container-fluid:after {
  clear: both;
}

html.aui #site-wrapper .hc-row {
  margin-left: -15px;
  margin-right: -15px;
}

html.aui #site-wrapper .hc-row:before, html.aui #site-wrapper .hc-row:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-row:after {
  clear: both;
}

html.aui #site-wrapper .col-xs-1, html.aui #site-wrapper .col-sm-1, html.aui #site-wrapper .col-md-1, html.aui #site-wrapper .col-lg-1, html.aui #site-wrapper .col-xs-2, html.aui #site-wrapper .col-sm-2, html.aui #site-wrapper .col-md-2, html.aui #site-wrapper .col-lg-2, html.aui #site-wrapper .col-xs-3, html.aui #site-wrapper .col-sm-3, html.aui #site-wrapper .col-md-3, html.aui #site-wrapper .matchboxx__highlight-info, html.aui #site-wrapper .col-lg-3, html.aui #site-wrapper .col-xs-4, html.aui #site-wrapper .col-sm-4, html.aui #site-wrapper .matchboxx__link-with-icon, html.aui #site-wrapper .col-md-4, html.aui #site-wrapper .col-lg-4, html.aui #site-wrapper .col-xs-5, html.aui #site-wrapper .col-sm-5, html.aui #site-wrapper .matchboxx__status-wrapper, html.aui #site-wrapper .col-md-5, html.aui #site-wrapper .col-lg-5, html.aui #site-wrapper .col-xs-6, html.aui #site-wrapper .col-sm-6, html.aui #site-wrapper .matchboxx__highlight-info, html.aui #site-wrapper .col-md-6, html.aui #site-wrapper .col-lg-6, html.aui #site-wrapper .col-xs-7, html.aui #site-wrapper .col-sm-7, html.aui #site-wrapper .col-md-7, html.aui #site-wrapper .col-lg-7, html.aui #site-wrapper .col-xs-8, html.aui #site-wrapper .col-sm-8, html.aui #site-wrapper .col-md-8, html.aui #site-wrapper .col-lg-8, html.aui #site-wrapper .col-xs-9, html.aui #site-wrapper .col-sm-9, html.aui #site-wrapper .col-md-9, html.aui #site-wrapper .col-lg-9, html.aui #site-wrapper .col-xs-10, html.aui #site-wrapper .col-sm-10, html.aui #site-wrapper .col-md-10, html.aui #site-wrapper .col-lg-10, html.aui #site-wrapper .col-xs-11, html.aui #site-wrapper .col-sm-11, html.aui #site-wrapper .col-md-11, html.aui #site-wrapper .col-lg-11, html.aui #site-wrapper .col-xs-12, html.aui #site-wrapper .col-sm-12, html.aui #site-wrapper .col-md-12, html.aui #site-wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

html.aui #site-wrapper .col-xs-1 {
  width: 8.33333%;
}

html.aui #site-wrapper .col-xs-2 {
  width: 16.66667%;
}

html.aui #site-wrapper .col-xs-3 {
  width: 25%;
}

html.aui #site-wrapper .col-xs-4 {
  width: 33.33333%;
}

html.aui #site-wrapper .col-xs-5 {
  width: 41.66667%;
}

html.aui #site-wrapper .col-xs-6 {
  width: 50%;
}

html.aui #site-wrapper .col-xs-7 {
  width: 58.33333%;
}

html.aui #site-wrapper .col-xs-8 {
  width: 66.66667%;
}

html.aui #site-wrapper .col-xs-9 {
  width: 75%;
}

html.aui #site-wrapper .col-xs-10 {
  width: 83.33333%;
}

html.aui #site-wrapper .col-xs-11 {
  width: 91.66667%;
}

html.aui #site-wrapper .col-xs-12 {
  width: 100%;
}

html.aui #site-wrapper .col-xs-pull-0 {
  right: auto;
}

html.aui #site-wrapper .col-xs-pull-1 {
  right: 8.33333%;
}

html.aui #site-wrapper .col-xs-pull-2 {
  right: 16.66667%;
}

html.aui #site-wrapper .col-xs-pull-3 {
  right: 25%;
}

html.aui #site-wrapper .col-xs-pull-4 {
  right: 33.33333%;
}

html.aui #site-wrapper .col-xs-pull-5 {
  right: 41.66667%;
}

html.aui #site-wrapper .col-xs-pull-6 {
  right: 50%;
}

html.aui #site-wrapper .col-xs-pull-7 {
  right: 58.33333%;
}

html.aui #site-wrapper .col-xs-pull-8 {
  right: 66.66667%;
}

html.aui #site-wrapper .col-xs-pull-9 {
  right: 75%;
}

html.aui #site-wrapper .col-xs-pull-10 {
  right: 83.33333%;
}

html.aui #site-wrapper .col-xs-pull-11 {
  right: 91.66667%;
}

html.aui #site-wrapper .col-xs-pull-12 {
  right: 100%;
}

html.aui #site-wrapper .col-xs-push-0 {
  left: auto;
}

html.aui #site-wrapper .col-xs-push-1 {
  left: 8.33333%;
}

html.aui #site-wrapper .col-xs-push-2 {
  left: 16.66667%;
}

html.aui #site-wrapper .col-xs-push-3 {
  left: 25%;
}

html.aui #site-wrapper .col-xs-push-4 {
  left: 33.33333%;
}

html.aui #site-wrapper .col-xs-push-5 {
  left: 41.66667%;
}

html.aui #site-wrapper .col-xs-push-6 {
  left: 50%;
}

html.aui #site-wrapper .col-xs-push-7 {
  left: 58.33333%;
}

html.aui #site-wrapper .col-xs-push-8 {
  left: 66.66667%;
}

html.aui #site-wrapper .col-xs-push-9 {
  left: 75%;
}

html.aui #site-wrapper .col-xs-push-10 {
  left: 83.33333%;
}

html.aui #site-wrapper .col-xs-push-11 {
  left: 91.66667%;
}

html.aui #site-wrapper .col-xs-push-12 {
  left: 100%;
}

html.aui #site-wrapper .col-xs-offset-0 {
  margin-left: 0%;
}

html.aui #site-wrapper .col-xs-offset-1 {
  margin-left: 8.33333%;
}

html.aui #site-wrapper .col-xs-offset-2 {
  margin-left: 16.66667%;
}

html.aui #site-wrapper .col-xs-offset-3 {
  margin-left: 25%;
}

html.aui #site-wrapper .col-xs-offset-4 {
  margin-left: 33.33333%;
}

html.aui #site-wrapper .col-xs-offset-5 {
  margin-left: 41.66667%;
}

html.aui #site-wrapper .col-xs-offset-6 {
  margin-left: 50%;
}

html.aui #site-wrapper .col-xs-offset-7 {
  margin-left: 58.33333%;
}

html.aui #site-wrapper .col-xs-offset-8 {
  margin-left: 66.66667%;
}

html.aui #site-wrapper .col-xs-offset-9 {
  margin-left: 75%;
}

html.aui #site-wrapper .col-xs-offset-10 {
  margin-left: 83.33333%;
}

html.aui #site-wrapper .col-xs-offset-11 {
  margin-left: 91.66667%;
}

html.aui #site-wrapper .col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .col-sm-1, html.aui #site-wrapper .col-sm-2, html.aui #site-wrapper .col-sm-3, html.aui #site-wrapper .col-sm-4, html.aui #site-wrapper .matchboxx__link-with-icon, html.aui #site-wrapper .col-sm-5, html.aui #site-wrapper .matchboxx__status-wrapper, html.aui #site-wrapper .col-sm-6, html.aui #site-wrapper .matchboxx__highlight-info, html.aui #site-wrapper .col-sm-7, html.aui #site-wrapper .col-sm-8, html.aui #site-wrapper .col-sm-9, html.aui #site-wrapper .col-sm-10, html.aui #site-wrapper .col-sm-11, html.aui #site-wrapper .col-sm-12 {
    float: left;
  }
  html.aui #site-wrapper .col-sm-1 {
    width: 8.33333%;
  }
  html.aui #site-wrapper .col-sm-2 {
    width: 16.66667%;
  }
  html.aui #site-wrapper .col-sm-3 {
    width: 25%;
  }
  html.aui #site-wrapper .col-sm-4, html.aui #site-wrapper .matchboxx__link-with-icon {
    width: 33.33333%;
  }
  html.aui #site-wrapper .col-sm-5, html.aui #site-wrapper .matchboxx__status-wrapper {
    width: 41.66667%;
  }
  html.aui #site-wrapper .col-sm-6, html.aui #site-wrapper .matchboxx__highlight-info {
    width: 50%;
  }
  html.aui #site-wrapper .col-sm-7 {
    width: 58.33333%;
  }
  html.aui #site-wrapper .col-sm-8 {
    width: 66.66667%;
  }
  html.aui #site-wrapper .col-sm-9 {
    width: 75%;
  }
  html.aui #site-wrapper .col-sm-10 {
    width: 83.33333%;
  }
  html.aui #site-wrapper .col-sm-11 {
    width: 91.66667%;
  }
  html.aui #site-wrapper .col-sm-12 {
    width: 100%;
  }
  html.aui #site-wrapper .col-sm-pull-0 {
    right: auto;
  }
  html.aui #site-wrapper .col-sm-pull-1 {
    right: 8.33333%;
  }
  html.aui #site-wrapper .col-sm-pull-2 {
    right: 16.66667%;
  }
  html.aui #site-wrapper .col-sm-pull-3 {
    right: 25%;
  }
  html.aui #site-wrapper .col-sm-pull-4 {
    right: 33.33333%;
  }
  html.aui #site-wrapper .col-sm-pull-5 {
    right: 41.66667%;
  }
  html.aui #site-wrapper .col-sm-pull-6 {
    right: 50%;
  }
  html.aui #site-wrapper .col-sm-pull-7 {
    right: 58.33333%;
  }
  html.aui #site-wrapper .col-sm-pull-8 {
    right: 66.66667%;
  }
  html.aui #site-wrapper .col-sm-pull-9 {
    right: 75%;
  }
  html.aui #site-wrapper .col-sm-pull-10 {
    right: 83.33333%;
  }
  html.aui #site-wrapper .col-sm-pull-11 {
    right: 91.66667%;
  }
  html.aui #site-wrapper .col-sm-pull-12 {
    right: 100%;
  }
  html.aui #site-wrapper .col-sm-push-0 {
    left: auto;
  }
  html.aui #site-wrapper .col-sm-push-1 {
    left: 8.33333%;
  }
  html.aui #site-wrapper .col-sm-push-2 {
    left: 16.66667%;
  }
  html.aui #site-wrapper .col-sm-push-3 {
    left: 25%;
  }
  html.aui #site-wrapper .col-sm-push-4 {
    left: 33.33333%;
  }
  html.aui #site-wrapper .col-sm-push-5 {
    left: 41.66667%;
  }
  html.aui #site-wrapper .col-sm-push-6 {
    left: 50%;
  }
  html.aui #site-wrapper .col-sm-push-7 {
    left: 58.33333%;
  }
  html.aui #site-wrapper .col-sm-push-8 {
    left: 66.66667%;
  }
  html.aui #site-wrapper .col-sm-push-9 {
    left: 75%;
  }
  html.aui #site-wrapper .col-sm-push-10 {
    left: 83.33333%;
  }
  html.aui #site-wrapper .col-sm-push-11 {
    left: 91.66667%;
  }
  html.aui #site-wrapper .col-sm-push-12 {
    left: 100%;
  }
  html.aui #site-wrapper .col-sm-offset-0 {
    margin-left: 0%;
  }
  html.aui #site-wrapper .col-sm-offset-1, html.aui #site-wrapper .matchboxx__status-wrapper {
    margin-left: 8.33333%;
  }
  html.aui #site-wrapper .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  html.aui #site-wrapper .col-sm-offset-3 {
    margin-left: 25%;
  }
  html.aui #site-wrapper .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  html.aui #site-wrapper .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  html.aui #site-wrapper .col-sm-offset-6 {
    margin-left: 50%;
  }
  html.aui #site-wrapper .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  html.aui #site-wrapper .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  html.aui #site-wrapper .col-sm-offset-9 {
    margin-left: 75%;
  }
  html.aui #site-wrapper .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  html.aui #site-wrapper .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  html.aui #site-wrapper .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .col-md-1, html.aui #site-wrapper .col-md-2, html.aui #site-wrapper .col-md-3, html.aui #site-wrapper .matchboxx__highlight-info, html.aui #site-wrapper .col-md-4, html.aui #site-wrapper .col-md-5, html.aui #site-wrapper .col-md-6, html.aui #site-wrapper .col-md-7, html.aui #site-wrapper .col-md-8, html.aui #site-wrapper .col-md-9, html.aui #site-wrapper .col-md-10, html.aui #site-wrapper .col-md-11, html.aui #site-wrapper .col-md-12 {
    float: left;
  }
  html.aui #site-wrapper .col-md-1 {
    width: 8.33333%;
  }
  html.aui #site-wrapper .col-md-2 {
    width: 16.66667%;
  }
  html.aui #site-wrapper .col-md-3, html.aui #site-wrapper .matchboxx__highlight-info {
    width: 25%;
  }
  html.aui #site-wrapper .col-md-4 {
    width: 33.33333%;
  }
  html.aui #site-wrapper .col-md-5 {
    width: 41.66667%;
  }
  html.aui #site-wrapper .col-md-6 {
    width: 50%;
  }
  html.aui #site-wrapper .col-md-7 {
    width: 58.33333%;
  }
  html.aui #site-wrapper .col-md-8 {
    width: 66.66667%;
  }
  html.aui #site-wrapper .col-md-9 {
    width: 75%;
  }
  html.aui #site-wrapper .col-md-10 {
    width: 83.33333%;
  }
  html.aui #site-wrapper .col-md-11 {
    width: 91.66667%;
  }
  html.aui #site-wrapper .col-md-12 {
    width: 100%;
  }
  html.aui #site-wrapper .col-md-pull-0 {
    right: auto;
  }
  html.aui #site-wrapper .col-md-pull-1 {
    right: 8.33333%;
  }
  html.aui #site-wrapper .col-md-pull-2 {
    right: 16.66667%;
  }
  html.aui #site-wrapper .col-md-pull-3 {
    right: 25%;
  }
  html.aui #site-wrapper .col-md-pull-4 {
    right: 33.33333%;
  }
  html.aui #site-wrapper .col-md-pull-5 {
    right: 41.66667%;
  }
  html.aui #site-wrapper .col-md-pull-6 {
    right: 50%;
  }
  html.aui #site-wrapper .col-md-pull-7 {
    right: 58.33333%;
  }
  html.aui #site-wrapper .col-md-pull-8 {
    right: 66.66667%;
  }
  html.aui #site-wrapper .col-md-pull-9 {
    right: 75%;
  }
  html.aui #site-wrapper .col-md-pull-10 {
    right: 83.33333%;
  }
  html.aui #site-wrapper .col-md-pull-11 {
    right: 91.66667%;
  }
  html.aui #site-wrapper .col-md-pull-12 {
    right: 100%;
  }
  html.aui #site-wrapper .col-md-push-0 {
    left: auto;
  }
  html.aui #site-wrapper .col-md-push-1 {
    left: 8.33333%;
  }
  html.aui #site-wrapper .col-md-push-2 {
    left: 16.66667%;
  }
  html.aui #site-wrapper .col-md-push-3 {
    left: 25%;
  }
  html.aui #site-wrapper .col-md-push-4 {
    left: 33.33333%;
  }
  html.aui #site-wrapper .col-md-push-5 {
    left: 41.66667%;
  }
  html.aui #site-wrapper .col-md-push-6 {
    left: 50%;
  }
  html.aui #site-wrapper .col-md-push-7 {
    left: 58.33333%;
  }
  html.aui #site-wrapper .col-md-push-8 {
    left: 66.66667%;
  }
  html.aui #site-wrapper .col-md-push-9 {
    left: 75%;
  }
  html.aui #site-wrapper .col-md-push-10 {
    left: 83.33333%;
  }
  html.aui #site-wrapper .col-md-push-11 {
    left: 91.66667%;
  }
  html.aui #site-wrapper .col-md-push-12 {
    left: 100%;
  }
  html.aui #site-wrapper .col-md-offset-0 {
    margin-left: 0%;
  }
  html.aui #site-wrapper .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  html.aui #site-wrapper .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  html.aui #site-wrapper .col-md-offset-3 {
    margin-left: 25%;
  }
  html.aui #site-wrapper .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  html.aui #site-wrapper .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  html.aui #site-wrapper .col-md-offset-6 {
    margin-left: 50%;
  }
  html.aui #site-wrapper .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  html.aui #site-wrapper .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  html.aui #site-wrapper .col-md-offset-9 {
    margin-left: 75%;
  }
  html.aui #site-wrapper .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  html.aui #site-wrapper .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  html.aui #site-wrapper .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .col-lg-1, html.aui #site-wrapper .col-lg-2, html.aui #site-wrapper .col-lg-3, html.aui #site-wrapper .col-lg-4, html.aui #site-wrapper .col-lg-5, html.aui #site-wrapper .col-lg-6, html.aui #site-wrapper .col-lg-7, html.aui #site-wrapper .col-lg-8, html.aui #site-wrapper .col-lg-9, html.aui #site-wrapper .col-lg-10, html.aui #site-wrapper .col-lg-11, html.aui #site-wrapper .col-lg-12 {
    float: left;
  }
  html.aui #site-wrapper .col-lg-1 {
    width: 8.33333%;
  }
  html.aui #site-wrapper .col-lg-2 {
    width: 16.66667%;
  }
  html.aui #site-wrapper .col-lg-3 {
    width: 25%;
  }
  html.aui #site-wrapper .col-lg-4 {
    width: 33.33333%;
  }
  html.aui #site-wrapper .col-lg-5 {
    width: 41.66667%;
  }
  html.aui #site-wrapper .col-lg-6 {
    width: 50%;
  }
  html.aui #site-wrapper .col-lg-7 {
    width: 58.33333%;
  }
  html.aui #site-wrapper .col-lg-8 {
    width: 66.66667%;
  }
  html.aui #site-wrapper .col-lg-9 {
    width: 75%;
  }
  html.aui #site-wrapper .col-lg-10 {
    width: 83.33333%;
  }
  html.aui #site-wrapper .col-lg-11 {
    width: 91.66667%;
  }
  html.aui #site-wrapper .col-lg-12 {
    width: 100%;
  }
  html.aui #site-wrapper .col-lg-pull-0 {
    right: auto;
  }
  html.aui #site-wrapper .col-lg-pull-1 {
    right: 8.33333%;
  }
  html.aui #site-wrapper .col-lg-pull-2 {
    right: 16.66667%;
  }
  html.aui #site-wrapper .col-lg-pull-3 {
    right: 25%;
  }
  html.aui #site-wrapper .col-lg-pull-4 {
    right: 33.33333%;
  }
  html.aui #site-wrapper .col-lg-pull-5 {
    right: 41.66667%;
  }
  html.aui #site-wrapper .col-lg-pull-6 {
    right: 50%;
  }
  html.aui #site-wrapper .col-lg-pull-7 {
    right: 58.33333%;
  }
  html.aui #site-wrapper .col-lg-pull-8 {
    right: 66.66667%;
  }
  html.aui #site-wrapper .col-lg-pull-9 {
    right: 75%;
  }
  html.aui #site-wrapper .col-lg-pull-10 {
    right: 83.33333%;
  }
  html.aui #site-wrapper .col-lg-pull-11 {
    right: 91.66667%;
  }
  html.aui #site-wrapper .col-lg-pull-12 {
    right: 100%;
  }
  html.aui #site-wrapper .col-lg-push-0 {
    left: auto;
  }
  html.aui #site-wrapper .col-lg-push-1 {
    left: 8.33333%;
  }
  html.aui #site-wrapper .col-lg-push-2 {
    left: 16.66667%;
  }
  html.aui #site-wrapper .col-lg-push-3 {
    left: 25%;
  }
  html.aui #site-wrapper .col-lg-push-4 {
    left: 33.33333%;
  }
  html.aui #site-wrapper .col-lg-push-5 {
    left: 41.66667%;
  }
  html.aui #site-wrapper .col-lg-push-6 {
    left: 50%;
  }
  html.aui #site-wrapper .col-lg-push-7 {
    left: 58.33333%;
  }
  html.aui #site-wrapper .col-lg-push-8 {
    left: 66.66667%;
  }
  html.aui #site-wrapper .col-lg-push-9 {
    left: 75%;
  }
  html.aui #site-wrapper .col-lg-push-10 {
    left: 83.33333%;
  }
  html.aui #site-wrapper .col-lg-push-11 {
    left: 91.66667%;
  }
  html.aui #site-wrapper .col-lg-push-12 {
    left: 100%;
  }
  html.aui #site-wrapper .col-lg-offset-0 {
    margin-left: 0%;
  }
  html.aui #site-wrapper .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  html.aui #site-wrapper .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  html.aui #site-wrapper .col-lg-offset-3 {
    margin-left: 25%;
  }
  html.aui #site-wrapper .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  html.aui #site-wrapper .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  html.aui #site-wrapper .col-lg-offset-6 {
    margin-left: 50%;
  }
  html.aui #site-wrapper .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  html.aui #site-wrapper .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  html.aui #site-wrapper .col-lg-offset-9 {
    margin-left: 75%;
  }
  html.aui #site-wrapper .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  html.aui #site-wrapper .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  html.aui #site-wrapper .col-lg-offset-12 {
    margin-left: 100%;
  }
}
html.aui #site-wrapper fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

html.aui #site-wrapper legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

html.aui #site-wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: nowrap;
}

html.aui #site-wrapper .custom-control label,
html.aui #site-wrapper .text-truncate-container label.h-checkbox {
  white-space: normal;
}

html.aui #site-wrapper input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.aui #site-wrapper input[type=radio],
html.aui #site-wrapper input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

html.aui #site-wrapper input[type=file] {
  display: block;
}

html.aui #site-wrapper input[type=range] {
  display: block;
  width: 100%;
}

html.aui #site-wrapper select[multiple],
html.aui #site-wrapper select[size] {
  height: auto;
}

html.aui #site-wrapper input[type=file]:focus,
html.aui #site-wrapper input[type=radio]:focus,
html.aui #site-wrapper input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

html.aui #site-wrapper output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}

html.aui #site-wrapper .hc-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

html.aui #site-wrapper .hc-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

html.aui #site-wrapper .hc-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

html.aui #site-wrapper .hc-form-control:-ms-input-placeholder {
  color: #999;
}

html.aui #site-wrapper .hc-form-control::-webkit-input-placeholder {
  color: #999;
}

html.aui #site-wrapper .hc-form-control[disabled], html.aui #site-wrapper .hc-form-control[readonly],
fieldset[disabled] html.aui #site-wrapper .hc-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

html.aui #site-wrapper textarea.hc-form-control {
  height: auto;
}

html.aui #site-wrapper input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html.aui #site-wrapper input[type=date],
  html.aui #site-wrapper input[type=time],
  html.aui #site-wrapper input[type=datetime-local],
  html.aui #site-wrapper input[type=month] {
    line-height: 34px;
  }
  html.aui #site-wrapper input[type=date].input-sm, html.aui #site-wrapper .hc-input-group-sm > input.hc-form-control[type=date],
  html.aui #site-wrapper .hc-input-group-sm > input.hc-input-group-addon[type=date],
  html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > input.hc-btn[type=date],
  .hc-input-group-sm html.aui #site-wrapper input[type=date],
  html.aui #site-wrapper input[type=time].input-sm,
  html.aui #site-wrapper .hc-input-group-sm > input.hc-form-control[type=time],
  html.aui #site-wrapper .hc-input-group-sm > input.hc-input-group-addon[type=time],
  html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > input.hc-btn[type=time],
  .hc-input-group-sm html.aui #site-wrapper input[type=time],
  html.aui #site-wrapper input[type=datetime-local].input-sm,
  html.aui #site-wrapper .hc-input-group-sm > input.hc-form-control[type=datetime-local],
  html.aui #site-wrapper .hc-input-group-sm > input.hc-input-group-addon[type=datetime-local],
  html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > input.hc-btn[type=datetime-local],
  .hc-input-group-sm html.aui #site-wrapper input[type=datetime-local],
  html.aui #site-wrapper input[type=month].input-sm,
  html.aui #site-wrapper .hc-input-group-sm > input.hc-form-control[type=month],
  html.aui #site-wrapper .hc-input-group-sm > input.hc-input-group-addon[type=month],
  html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > input.hc-btn[type=month],
  .hc-input-group-sm html.aui #site-wrapper input[type=month] {
    line-height: 30px;
  }
  html.aui #site-wrapper input[type=date].input-lg, html.aui #site-wrapper .hc-input-group-lg > input.hc-form-control[type=date],
  html.aui #site-wrapper .hc-input-group-lg > input.hc-input-group-addon[type=date],
  html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > input.hc-btn[type=date],
  .hc-input-group-lg html.aui #site-wrapper input[type=date],
  html.aui #site-wrapper input[type=time].input-lg,
  html.aui #site-wrapper .hc-input-group-lg > input.hc-form-control[type=time],
  html.aui #site-wrapper .hc-input-group-lg > input.hc-input-group-addon[type=time],
  html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > input.hc-btn[type=time],
  .hc-input-group-lg html.aui #site-wrapper input[type=time],
  html.aui #site-wrapper input[type=datetime-local].input-lg,
  html.aui #site-wrapper .hc-input-group-lg > input.hc-form-control[type=datetime-local],
  html.aui #site-wrapper .hc-input-group-lg > input.hc-input-group-addon[type=datetime-local],
  html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > input.hc-btn[type=datetime-local],
  .hc-input-group-lg html.aui #site-wrapper input[type=datetime-local],
  html.aui #site-wrapper input[type=month].input-lg,
  html.aui #site-wrapper .hc-input-group-lg > input.hc-form-control[type=month],
  html.aui #site-wrapper .hc-input-group-lg > input.hc-input-group-addon[type=month],
  html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > input.hc-btn[type=month],
  .hc-input-group-lg html.aui #site-wrapper input[type=month] {
    line-height: 46px;
  }
}
html.aui #site-wrapper .hc-form-group {
  margin-bottom: 15px;
}

html.aui #site-wrapper .hc-radio,
html.aui #site-wrapper .hc-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

html.aui #site-wrapper .hc-radio label,
html.aui #site-wrapper .hc-checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

html.aui #site-wrapper .hc-radio input[type=radio],
html.aui #site-wrapper .hc-radio-inline input[type=radio],
html.aui #site-wrapper .hc-checkbox input[type=checkbox],
html.aui #site-wrapper .hc-checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

html.aui #site-wrapper .hc-radio + .hc-radio,
html.aui #site-wrapper .hc-checkbox + .hc-checkbox {
  margin-top: -5px;
}

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

html.aui #site-wrapper .hc-radio-inline + .hc-radio-inline,
html.aui #site-wrapper .hc-checkbox-inline + .hc-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

html.aui #site-wrapper input[type=radio][disabled], html.aui #site-wrapper input[type=radio].disabled,
fieldset[disabled] html.aui #site-wrapper input[type=radio],
html.aui #site-wrapper input[type=checkbox][disabled],
html.aui #site-wrapper input[type=checkbox].disabled,
fieldset[disabled] html.aui #site-wrapper input[type=checkbox] {
  cursor: not-allowed;
}

html.aui #site-wrapper .hc-radio-inline.disabled,
fieldset[disabled] html.aui #site-wrapper .hc-radio-inline,
html.aui #site-wrapper .hc-checkbox-inline.disabled,
fieldset[disabled] html.aui #site-wrapper .hc-checkbox-inline {
  cursor: not-allowed;
}

html.aui #site-wrapper .hc-radio.disabled label,
fieldset[disabled] html.aui #site-wrapper .hc-radio label,
html.aui #site-wrapper .hc-checkbox.disabled label,
fieldset[disabled] html.aui #site-wrapper .hc-checkbox label {
  cursor: not-allowed;
}

html.aui #site-wrapper .hc-form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

html.aui #site-wrapper .hc-form-control-static.input-lg, html.aui #site-wrapper .hc-input-group-lg > .hc-form-control-static.hc-form-control,
html.aui #site-wrapper .hc-input-group-lg > .hc-form-control-static.hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > .hc-form-control-static.hc-btn, html.aui #site-wrapper .hc-form-control-static.input-sm, html.aui #site-wrapper .hc-input-group-sm > .hc-form-control-static.hc-form-control,
html.aui #site-wrapper .hc-input-group-sm > .hc-form-control-static.hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > .hc-form-control-static.hc-btn {
  padding-left: 0;
  padding-right: 0;
}

html.aui #site-wrapper .input-sm, html.aui #site-wrapper .hc-input-group-sm > .hc-form-control,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > .hc-btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

html.aui #site-wrapper select.input-sm, html.aui #site-wrapper .hc-input-group-sm > select.hc-form-control,
html.aui #site-wrapper .hc-input-group-sm > select.hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > select.hc-btn {
  height: 30px;
  line-height: 30px;
}

html.aui #site-wrapper textarea.input-sm, html.aui #site-wrapper .hc-input-group-sm > textarea.hc-form-control,
html.aui #site-wrapper .hc-input-group-sm > textarea.hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > textarea.hc-btn,
html.aui #site-wrapper select[multiple].input-sm,
html.aui #site-wrapper .hc-input-group-sm > select.hc-form-control[multiple],
html.aui #site-wrapper .hc-input-group-sm > select.hc-input-group-addon[multiple],
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > select.hc-btn[multiple] {
  height: auto;
}

html.aui #site-wrapper .hc-form-group-sm .hc-form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

html.aui #site-wrapper .hc-form-group-sm select.hc-form-control {
  height: 30px;
  line-height: 30px;
}

html.aui #site-wrapper .hc-form-group-sm textarea.hc-form-control,
html.aui #site-wrapper .hc-form-group-sm select[multiple].hc-form-control {
  height: auto;
}

html.aui #site-wrapper .hc-form-group-sm .hc-form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

html.aui #site-wrapper .input-lg, html.aui #site-wrapper .hc-input-group-lg > .hc-form-control,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > .hc-btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

html.aui #site-wrapper select.input-lg, html.aui #site-wrapper .hc-input-group-lg > select.hc-form-control,
html.aui #site-wrapper .hc-input-group-lg > select.hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > select.hc-btn {
  height: 46px;
  line-height: 46px;
}

html.aui #site-wrapper textarea.input-lg, html.aui #site-wrapper .hc-input-group-lg > textarea.hc-form-control,
html.aui #site-wrapper .hc-input-group-lg > textarea.hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > textarea.hc-btn,
html.aui #site-wrapper select[multiple].input-lg,
html.aui #site-wrapper .hc-input-group-lg > select.hc-form-control[multiple],
html.aui #site-wrapper .hc-input-group-lg > select.hc-input-group-addon[multiple],
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > select.hc-btn[multiple] {
  height: auto;
}

html.aui #site-wrapper .hc-form-group-lg .hc-form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

html.aui #site-wrapper .hc-form-group-lg select.hc-form-control {
  height: 46px;
  line-height: 46px;
}

html.aui #site-wrapper .hc-form-group-lg textarea.hc-form-control,
html.aui #site-wrapper .hc-form-group-lg select[multiple].hc-form-control {
  height: auto;
}

html.aui #site-wrapper .hc-form-group-lg .hc-form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

html.aui #site-wrapper .has-feedback {
  position: relative;
}

html.aui #site-wrapper .has-feedback .hc-form-control {
  padding-right: 42.5px;
}

html.aui #site-wrapper .hc-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

html.aui #site-wrapper .input-lg + .hc-form-control-feedback, html.aui #site-wrapper .hc-input-group-lg > .hc-form-control + .hc-form-control-feedback, html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-addon + .hc-form-control-feedback, html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > .hc-btn + .hc-form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

html.aui #site-wrapper .input-sm + .hc-form-control-feedback, html.aui #site-wrapper .hc-input-group-sm > .hc-form-control + .hc-form-control-feedback, html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-addon + .hc-form-control-feedback, html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > .hc-btn + .hc-form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

html.aui #site-wrapper .has-success .help-block,
html.aui #site-wrapper .has-success .control-label,
html.aui #site-wrapper .has-success .radio,
html.aui #site-wrapper .has-success .checkbox,
html.aui #site-wrapper .has-success .radio-inline,
html.aui #site-wrapper .has-success .checkbox-inline,
html.aui #site-wrapper .has-success.radio label,
html.aui #site-wrapper .has-success.checkbox label,
html.aui #site-wrapper .has-success.radio-inline label,
html.aui #site-wrapper .has-success.checkbox-inline label {
  color: #3c763d;
}

html.aui #site-wrapper .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

html.aui #site-wrapper .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

html.aui #site-wrapper .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

html.aui #site-wrapper .has-success .form-control-feedback {
  color: #3c763d;
}

html.aui #site-wrapper .has-warning .help-block,
html.aui #site-wrapper .has-warning .control-label,
html.aui #site-wrapper .has-warning .radio,
html.aui #site-wrapper .has-warning .checkbox,
html.aui #site-wrapper .has-warning .radio-inline,
html.aui #site-wrapper .has-warning .checkbox-inline,
html.aui #site-wrapper .has-warning.radio label,
html.aui #site-wrapper .has-warning.checkbox label,
html.aui #site-wrapper .has-warning.radio-inline label,
html.aui #site-wrapper .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

html.aui #site-wrapper .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

html.aui #site-wrapper .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

html.aui #site-wrapper .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

html.aui #site-wrapper .has-warning .form-control-feedback {
  color: #8a6d3b;
}

html.aui #site-wrapper .has-error .help-block,
html.aui #site-wrapper .has-error .control-label,
html.aui #site-wrapper .has-error .radio,
html.aui #site-wrapper .has-error .checkbox,
html.aui #site-wrapper .has-error .radio-inline,
html.aui #site-wrapper .has-error .checkbox-inline,
html.aui #site-wrapper .has-error.radio label,
html.aui #site-wrapper .has-error.checkbox label,
html.aui #site-wrapper .has-error.radio-inline label,
html.aui #site-wrapper .has-error.checkbox-inline label {
  color: #a94442;
}

html.aui #site-wrapper .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

html.aui #site-wrapper .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

html.aui #site-wrapper .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

html.aui #site-wrapper .has-error .form-control-feedback {
  color: #a94442;
}

html.aui #site-wrapper .has-feedback label ~ .hc-form-control-feedback {
  top: 25px;
}

html.aui #site-wrapper .has-feedback label.sr-only ~ .hc-form-control-feedback {
  top: 0;
}

html.aui #site-wrapper .hc-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

html.aui #site-wrapper .hc-nav > li > a {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-form-inline .hc-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-form-inline .hc-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-form-inline .hc-form-control-static {
    display: inline-block;
  }
  html.aui #site-wrapper .hc-form-inline .hc-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-form-inline .hc-input-group .hc-input-group-addon,
  html.aui #site-wrapper .hc-form-inline .hc-input-group .hc-input-group-btn,
  html.aui #site-wrapper .hc-form-inline .hc-input-group .hc-form-control {
    width: auto;
  }
  html.aui #site-wrapper .hc-form-inline .hc-input-group > .hc-form-control {
    width: 100%;
  }
  html.aui #site-wrapper .hc-form-inline .hc-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-form-inline .hc-radio,
  html.aui #site-wrapper .hc-form-inline .hc-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-form-inline .hc-radio label,
  html.aui #site-wrapper .hc-form-inline .hc-checkbox label {
    padding-left: 0;
  }
  html.aui #site-wrapper .hc-form-inline .hc-radio input[type=radio],
  html.aui #site-wrapper .hc-form-inline .hc-checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  html.aui #site-wrapper .hc-form-inline .has-feedback .hc-form-control-feedback {
    top: 0;
  }
}
html.aui #site-wrapper .hc-form-horizontal .hc-radio,
html.aui #site-wrapper .hc-form-horizontal .hc-checkbox,
html.aui #site-wrapper .hc-form-horizontal .hc-radio-inline,
html.aui #site-wrapper .hc-form-horizontal .hc-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

html.aui #site-wrapper .hc-form-horizontal .hc-radio,
html.aui #site-wrapper .hc-form-horizontal .hc-checkbox {
  min-height: 27px;
}

html.aui #site-wrapper .hc-form-horizontal .hc-form-group {
  margin-left: -15px;
  margin-right: -15px;
}

html.aui #site-wrapper .hc-form-horizontal .hc-form-group:before, html.aui #site-wrapper .hc-form-horizontal .hc-form-group:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-form-horizontal .hc-form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-form-horizontal .hc-control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
html.aui #site-wrapper .hc-form-horizontal .has-feedback .hc-form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-form-horizontal .hc-form-group-lg .hc-control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .hc-form-horizontal .hc-form-group-sm .hc-control-label {
    padding-top: 6px;
  }
}
html.aui #site-wrapper .hc-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

html.aui #site-wrapper .hc-fade.in {
  opacity: 1;
}

html.aui #site-wrapper .hc-collapse {
  display: none;
  visibility: hidden;
}

html.aui #site-wrapper .hc-collapse.show {
  display: block;
  visibility: visible;
}

html.aui #site-wrapper .hc-collapse.in {
  display: block;
  visibility: visible;
}

html.aui #site-wrapper tr.hc-collapse.in {
  display: table-row;
}

html.aui #site-wrapper tbody.hc-collapse.in {
  display: table-row-group;
}

html.aui #site-wrapper .hc-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

html.aui #site-wrapper .hc-dropup,
html.aui #site-wrapper .hc-dropdown {
  position: relative;
}

html.aui #site-wrapper .hc-dropdown-toggle:focus {
  outline: 0;
}

html.aui #site-wrapper .hc-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

html.aui #site-wrapper .hc-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

html.aui #site-wrapper .hc-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

html.aui #site-wrapper .hc-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

html.aui #site-wrapper .hc-dropdown-menu > li > a:hover, html.aui #site-wrapper .hc-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

html.aui #site-wrapper .hc-dropdown-menu > .active > a, html.aui #site-wrapper .hc-dropdown-menu > .active > a:hover, html.aui #site-wrapper .hc-dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

html.aui #site-wrapper .hc-dropdown-menu > .disabled > a, html.aui #site-wrapper .hc-dropdown-menu > .disabled > a:hover, html.aui #site-wrapper .hc-dropdown-menu > .disabled > a:focus {
  color: #777777;
}

html.aui #site-wrapper .hc-dropdown-menu > .disabled > a:hover, html.aui #site-wrapper .hc-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

html.aui #site-wrapper .open > .hc-dropdown-menu {
  display: block;
}

html.aui #site-wrapper .open > a {
  outline: 0;
}

html.aui #site-wrapper .hc-dropdown-menu-right {
  left: auto;
  right: 0;
}

html.aui #site-wrapper .hc-dropdown-menu-left {
  left: 0;
  right: auto;
}

html.aui #site-wrapper .hc-dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
  white-space: nowrap;
}

html.aui #site-wrapper .hc-dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

html.aui #site-wrapper .pull-right > .hc-dropdown-menu {
  right: 0;
  left: auto;
}

html.aui #site-wrapper .hc-dropup .hc-caret,
html.aui #site-wrapper .hc-navbar-fixed-bottom .hc-dropdown .hc-caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

html.aui #site-wrapper .hc-dropup .hc-dropdown-menu,
html.aui #site-wrapper .hc-navbar-fixed-bottom .hc-dropdown .hc-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-right .hc-dropdown-menu {
    right: 0;
    left: auto;
  }
  html.aui #site-wrapper .hc-navbar-right .hc-dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
html.aui #site-wrapper .hc-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

html.aui #site-wrapper .hc-input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

html.aui #site-wrapper .hc-input-group .hc-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

html.aui #site-wrapper .hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-btn,
html.aui #site-wrapper .hc-input-group .hc-form-control {
  display: table-cell;
}

html.aui #site-wrapper .hc-input-group-addon:not(:first-child):not(:last-child),
html.aui #site-wrapper .hc-input-group-btn:not(:first-child):not(:last-child),
html.aui #site-wrapper .hc-input-group .hc-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

html.aui #site-wrapper .hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

html.aui #site-wrapper .hc-input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

html.aui #site-wrapper .hc-input-group-addon.input-sm,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-sm > .hc-input-group-btn > .hc-input-group-addon.hc-btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}

html.aui #site-wrapper .hc-input-group-addon.input-lg,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-addon,
html.aui #site-wrapper .hc-input-group-lg > .hc-input-group-btn > .hc-input-group-addon.hc-btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

html.aui #site-wrapper .hc-input-group-addon input[type=radio],
html.aui #site-wrapper .hc-input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

html.aui #site-wrapper .hc-input-group-addon:first-child {
  border-right: 0;
}

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

html.aui #site-wrapper .hc-input-group-addon:last-child {
  border-left: 0;
}

html.aui #site-wrapper .hc-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

html.aui #site-wrapper .hc-input-group-btn > .hc-btn {
  position: relative;
}

html.aui #site-wrapper .hc-input-group-btn > .hc-btn + .hc-btn {
  margin-left: -1px;
}

html.aui #site-wrapper .hc-input-group-btn > .hc-btn:hover, html.aui #site-wrapper .hc-input-group-btn > .hc-btn:focus, html.aui #site-wrapper .hc-input-group-btn > .hc-btn:active {
  z-index: 2;
}

html.aui #site-wrapper .hc-input-group-btn:first-child > .hc-btn,
html.aui #site-wrapper .hc-input-group-btn:first-child > .hc-btn-group {
  margin-right: -1px;
}

html.aui #site-wrapper .hc-input-group-btn:last-child > .hc-btn,
html.aui #site-wrapper .hc-input-group-btn:last-child > .hc-btn-group {
  margin-left: -1px;
}

html.aui #site-wrapper .hc-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

html.aui #site-wrapper .hc-nav:before, html.aui #site-wrapper .hc-nav:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-nav:after {
  clear: both;
}

html.aui #site-wrapper .hc-nav > .from-top-nav-menu > a {
  display: none;
  padding: 10px 15px;
}

html.aui #site-wrapper ul.hc-navbar-nav > .from-top-nav-menu {
  display: none;
}

html.aui #site-wrapper .hc-nav > li > a:hover, html.aui #site-wrapper .hc-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

html.aui #site-wrapper .hc-nav > li.disabled > a {
  color: #777777;
}

html.aui #site-wrapper .hc-nav > li.disabled > a:hover, html.aui #site-wrapper .hc-nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

html.aui #site-wrapper .hc-nav .open > a, html.aui #site-wrapper .hc-nav .open > a:hover, html.aui #site-wrapper .hc-nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

html.aui #site-wrapper .hc-nav .hc-nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

html.aui #site-wrapper .hc-nav > li > a > img {
  max-width: none;
}

html.aui #site-wrapper .hc-nav-tabs {
  border-bottom: 1px solid #ddd;
}

html.aui #site-wrapper .hc-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

html.aui #site-wrapper .hc-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

html.aui #site-wrapper .hc-nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

html.aui #site-wrapper .hc-nav-tabs > li.active > a, html.aui #site-wrapper .hc-nav-tabs > li.active > a:hover, html.aui #site-wrapper .hc-nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

html.aui #site-wrapper .hc-nav-pills > li {
  float: left;
}

html.aui #site-wrapper .hc-nav-pills > li > a {
  border-radius: 4px;
}

html.aui #site-wrapper .hc-nav-pills > li + li {
  margin-left: 2px;
}

html.aui #site-wrapper .hc-nav-pills > li.active > a, html.aui #site-wrapper .hc-nav-pills > li.active > a:hover, html.aui #site-wrapper .hc-nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

html.aui #site-wrapper .hc-nav-stacked > li {
  float: none;
}

html.aui #site-wrapper .hc-nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

html.aui #site-wrapper .hc-nav-justified, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified {
  width: 100%;
}

html.aui #site-wrapper .hc-nav-justified > li, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > li {
  float: none;
}

html.aui #site-wrapper .hc-nav-justified > li > a, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

html.aui #site-wrapper .hc-nav-justified > .hc-dropdown .hc-dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-nav-justified > li, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  html.aui #site-wrapper .hc-nav-justified > li > a, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > li > a {
    margin-bottom: 0;
  }
}
html.aui #site-wrapper .hc-nav-tabs-justified, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified {
  border-bottom: 0;
}

html.aui #site-wrapper .hc-nav-tabs-justified > li > a, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

html.aui #site-wrapper .hc-nav-tabs-justified > .active > a, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > .active > a,
html.aui #site-wrapper .hc-nav-tabs-justified > .active > a:hover,
html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > .active > a:hover,
html.aui #site-wrapper .hc-nav-tabs-justified > .active > a:focus,
html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-nav-tabs-justified > li > a, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  html.aui #site-wrapper .hc-nav-tabs-justified > .active > a, html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > .active > a,
  html.aui #site-wrapper .hc-nav-tabs-justified > .active > a:hover,
  html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > .active > a:hover,
  html.aui #site-wrapper .hc-nav-tabs-justified > .active > a:focus,
  html.aui #site-wrapper .hc-nav-tabs.hc-nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
html.aui #site-wrapper .hc-tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

html.aui #site-wrapper .hc-tab-content > .active {
  display: block;
  visibility: visible;
}

html.aui #site-wrapper .hc-nav-tabs .hc-dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

html.aui #site-wrapper .hc-navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

html.aui #site-wrapper .hc-navbar:before, html.aui #site-wrapper .hc-navbar:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar {
    border-radius: 0px;
  }
}
html.aui #site-wrapper .hc-navbar-header:before, html.aui #site-wrapper .hc-navbar-header:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-header {
    float: left;
  }
}
html.aui #site-wrapper .hc-navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

html.aui #site-wrapper .hc-navbar-collapse:before, html.aui #site-wrapper .hc-navbar-collapse:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .hc-navbar-collapse:after {
  clear: both;
}

html.aui #site-wrapper .hc-navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  html.aui #site-wrapper .hc-navbar-collapse.hc-collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  html.aui #site-wrapper .hc-navbar-collapse.in {
    overflow-y: visible;
  }
  .hc-navbar-fixed-top html.aui #site-wrapper .hc-navbar-collapse,
  .hc-navbar-static-top html.aui #site-wrapper .hc-navbar-collapse,
  .hc-navbar-fixed-bottom html.aui #site-wrapper .hc-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
html.aui #site-wrapper .hc-navbar-fixed-top .hc-navbar-collapse,
html.aui #site-wrapper .hc-navbar-fixed-bottom .hc-navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  html.aui #site-wrapper .hc-navbar-fixed-top .hc-navbar-collapse,
  html.aui #site-wrapper .hc-navbar-fixed-bottom .hc-navbar-collapse {
    max-height: 200px;
  }
}
html.aui #site-wrapper .hc-container > .hc-navbar-header,
html.aui #site-wrapper .hc-container > .hc-navbar-collapse,
html.aui #site-wrapper .hc-container-fluid > .hc-navbar-header,
html.aui #site-wrapper .hc-container-fluid > .hc-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-container > .hc-navbar-header,
  html.aui #site-wrapper .hc-container > .hc-navbar-collapse,
  html.aui #site-wrapper .hc-container-fluid > .hc-navbar-header,
  html.aui #site-wrapper .hc-container-fluid > .hc-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
html.aui #site-wrapper .hc-navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-static-top {
    border-radius: 0;
  }
}
html.aui #site-wrapper .hc-navbar-fixed-top,
html.aui #site-wrapper .hc-navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-fixed-top,
  html.aui #site-wrapper .hc-navbar-fixed-bottom {
    border-radius: 0;
  }
}
html.aui #site-wrapper .hc-navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

html.aui #site-wrapper .hc-navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

html.aui #site-wrapper .hc-navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}

html.aui #site-wrapper .hc-navbar-brand:hover, html.aui #site-wrapper .hc-navbar-brand:focus {
  text-decoration: none;
}

html.aui #site-wrapper .hc-navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .hc-navbar > .hc-container html.aui #site-wrapper .hc-navbar-brand,
  .hc-navbar > .hc-container-fluid html.aui #site-wrapper .hc-navbar-brand {
    margin-left: -15px;
  }
}
html.aui #site-wrapper .hc-navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

html.aui #site-wrapper .hc-navbar-toggle:focus {
  outline: 0;
}

html.aui #site-wrapper .hc-navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

html.aui #site-wrapper .hc-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-toggle {
    display: none;
  }
}
html.aui #site-wrapper ul.hc-navbar-nav {
  margin: 7.5px -15px;
}

html.aui #site-wrapper ul.hc-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu > li > a,
  html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu .hc-dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu > li > a {
    line-height: 20px;
  }
  html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu > li > a:hover, html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper ul.hc-navbar-nav {
    float: left;
    margin: 0;
  }
  html.aui #site-wrapper ul.hc-navbar-nav > li {
    float: left;
  }
  html.aui #site-wrapper ul.hc-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
html.aui #site-wrapper .hc-navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-form .hc-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-form-control-static {
    display: inline-block;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-input-group .hc-input-group-addon,
  html.aui #site-wrapper .hc-navbar-form .hc-input-group .hc-input-group-btn,
  html.aui #site-wrapper .hc-navbar-form .hc-input-group .hc-form-control {
    width: auto;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-input-group > .hc-form-control {
    width: 100%;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-radio,
  html.aui #site-wrapper .hc-navbar-form .hc-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-radio label,
  html.aui #site-wrapper .hc-navbar-form .hc-checkbox label {
    padding-left: 0;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-radio input[type=radio],
  html.aui #site-wrapper .hc-navbar-form .hc-checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  html.aui #site-wrapper .hc-navbar-form .has-feedback .hc-form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar-form .hc-form-group {
    margin-bottom: 5px;
  }
  html.aui #site-wrapper .hc-navbar-form .hc-form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
html.aui #site-wrapper ul.hc-navbar-nav > li > .hc-dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

html.aui #site-wrapper .hc-navbar-fixed-bottom ul.hc-navbar-nav > li > .hc-dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

html.aui #site-wrapper .hc-navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}

html.aui #site-wrapper .hc-navbar-btn.hc-btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

html.aui #site-wrapper .hc-navbar-btn.hc-btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}

html.aui #site-wrapper .hc-navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .hc-navbar-left {
    float: left !important;
  }
  html.aui #site-wrapper .hc-navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  html.aui #site-wrapper .hc-navbar-right ~ .hc-navbar-right {
    margin-right: 0;
  }
}
html.aui #site-wrapper .hc-navbar-default {
  background-color: #009ed9;
  border-color: #e7e7e7;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-brand {
  color: #777;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-brand:hover, html.aui #site-wrapper .hc-navbar-default .hc-navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-text {
  color: #777;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > li > a {
  color: white;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > li > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > li > a:focus {
  color: white;
  background-color: #002776;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .active > a, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .active > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .active > a:focus {
  color: white;
  background-color: #002776;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .disabled > a, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .disabled > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-toggle {
  border-color: white;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-toggle:hover, html.aui #site-wrapper .hc-navbar-default .hc-navbar-toggle:focus {
  background-color: #002776;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-toggle .icon-bar {
  background-color: white;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-collapse,
html.aui #site-wrapper .hc-navbar-default .hc-navbar-form {
  border-color: #e7e7e7;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .open > a, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .open > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .open > a:focus {
  background-color: #002776;
  color: white;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > li > a {
    color: white;
  }
  html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > li > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > li > a:focus {
    color: white;
    background-color: #002776;
  }
  html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > .active > a, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > .active > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > .active > a:focus {
    color: white;
    background-color: #002776;
  }
  html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > .disabled > a, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > .disabled > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav .open .hc-dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
html.aui #site-wrapper .hc-navbar-default .hc-navbar-link {
  color: white;
}

html.aui #site-wrapper .hc-navbar-default .hc-navbar-link:hover {
  color: white;
}

html.aui #site-wrapper .hc-navbar-default .hc-btn-link {
  color: white;
}

html.aui #site-wrapper .hc-navbar-default .hc-btn-link:hover, html.aui #site-wrapper .hc-navbar-default .hc-btn-link:focus {
  color: white;
}

html.aui #site-wrapper .hc-navbar-default .hc-btn-link[disabled]:hover, html.aui #site-wrapper .hc-navbar-default .hc-btn-link[disabled]:focus,
fieldset[disabled] html.aui #site-wrapper .hc-navbar-default .hc-btn-link:hover,
fieldset[disabled] html.aui #site-wrapper .hc-navbar-default .hc-btn-link:focus {
  color: #ccc;
}

html.aui #site-wrapper .hc-navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-brand {
  color: #9d9d9d;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-brand:hover, html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-text {
  color: #9d9d9d;
}

html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > li > a {
  color: #9d9d9d;
}

html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > li > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .active > a, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .active > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .disabled > a, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .disabled > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-toggle {
  border-color: #333;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-toggle:hover, html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-toggle:focus {
  background-color: #333;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-toggle .icon-bar {
  background-color: #fff;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-collapse,
html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-form {
  border-color: #101010;
}

html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .open > a, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .open > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .hc-dropdown-header {
    border-color: #090909;
  }
  html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu .divider {
    background-color: #090909;
  }
  html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > li > a {
    color: #9d9d9d;
  }
  html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > li > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .active > a, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .active > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .disabled > a, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .disabled > a:hover, html.aui #site-wrapper .hc-navbar-inverse ul.hc-navbar-nav .open .hc-dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-link {
  color: #9d9d9d;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-navbar-link:hover {
  color: #fff;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link {
  color: #9d9d9d;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link:hover, html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link:focus {
  color: #fff;
}

html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link[disabled]:hover, html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link[disabled]:focus,
fieldset[disabled] html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link:hover,
fieldset[disabled] html.aui #site-wrapper .hc-navbar-inverse .hc-btn-link:focus {
  color: #444;
}

html.aui #site-wrapper .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

html.aui #site-wrapper .embed-responsive .embed-responsive-item,
html.aui #site-wrapper .embed-responsive iframe,
html.aui #site-wrapper .embed-responsive embed,
html.aui #site-wrapper .embed-responsive object,
html.aui #site-wrapper .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

html.aui #site-wrapper .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

html.aui #site-wrapper .embed-responsive-4by3 {
  padding-bottom: 75%;
}

html.aui #site-wrapper .hc-carousel {
  position: relative;
}

html.aui #site-wrapper .hc-carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

html.aui #site-wrapper .hc-carousel-inner > .hc-item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

html.aui #site-wrapper .hc-carousel-inner > .hc-item > img,
html.aui #site-wrapper .hc-carousel-inner > .hc-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  html.aui #site-wrapper .hc-carousel-inner > .hc-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  html.aui #site-wrapper .hc-carousel-inner > .hc-item.next, html.aui #site-wrapper .hc-carousel-inner > .hc-item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  html.aui #site-wrapper .hc-carousel-inner > .hc-item.prev, html.aui #site-wrapper .hc-carousel-inner > .hc-item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  html.aui #site-wrapper .hc-carousel-inner > .hc-item.next.left, html.aui #site-wrapper .hc-carousel-inner > .hc-item.prev.right, html.aui #site-wrapper .hc-carousel-inner > .hc-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
html.aui #site-wrapper .hc-carousel-inner > .active,
html.aui #site-wrapper .hc-carousel-inner > .next,
html.aui #site-wrapper .hc-carousel-inner > .prev {
  display: block;
}

html.aui #site-wrapper .hc-carousel-inner > .active {
  left: 0;
}

html.aui #site-wrapper .hc-carousel-inner > .next,
html.aui #site-wrapper .hc-carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

html.aui #site-wrapper .hc-carousel-inner > .next {
  left: 100%;
}

html.aui #site-wrapper .hc-carousel-inner > .prev {
  left: -100%;
}

html.aui #site-wrapper .hc-carousel-inner > .next.left,
html.aui #site-wrapper .hc-carousel-inner > .prev.right {
  left: 0;
}

html.aui #site-wrapper .hc-carousel-inner > .active.left {
  left: -100%;
}

html.aui #site-wrapper .hc-carousel-inner > .active.right {
  left: 100%;
}

html.aui #site-wrapper .hc-carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

html.aui #site-wrapper .hc-carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

html.aui #site-wrapper .hc-carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

html.aui #site-wrapper .hc-carousel-control:hover, html.aui #site-wrapper .hc-carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

html.aui #site-wrapper .hc-carousel-control .icon-prev,
html.aui #site-wrapper .hc-carousel-control .icon-next,
html.aui #site-wrapper .hc-carousel-control .icon-chevron-left,
html.aui #site-wrapper .hc-carousel-control .icon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

html.aui #site-wrapper .hc-carousel-control .icon-prev,
html.aui #site-wrapper .hc-carousel-control .icon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

html.aui #site-wrapper .hc-carousel-control .icon-next,
html.aui #site-wrapper .hc-carousel-control .icon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

html.aui #site-wrapper .hc-carousel-control .icon-prev,
html.aui #site-wrapper .hc-carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

html.aui #site-wrapper .hc-carousel-control .icon-prev:before {
  content: "‹";
}

html.aui #site-wrapper .hc-carousel-control .icon-next:before {
  content: "›";
}

html.aui #site-wrapper .hc-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

html.aui #site-wrapper .hc-carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

html.aui #site-wrapper .hc-carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

html.aui #site-wrapper .hc-carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

html.aui #site-wrapper .hc-carousel-caption .hc-btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  html.aui #site-wrapper .hc-carousel-control .icon-chevron-left,
  html.aui #site-wrapper .hc-carousel-control .icon-chevron-right,
  html.aui #site-wrapper .hc-carousel-control .icon-prev,
  html.aui #site-wrapper .hc-carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  html.aui #site-wrapper .hc-carousel-control .icon-chevron-left,
  html.aui #site-wrapper .hc-carousel-control .icon-prev {
    margin-left: -15px;
  }
  html.aui #site-wrapper .hc-carousel-control .icon-chevron-right,
  html.aui #site-wrapper .hc-carousel-control .icon-next {
    margin-right: -15px;
  }
  html.aui #site-wrapper .hc-carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  html.aui #site-wrapper .hc-carousel-indicators {
    bottom: 20px;
  }
}
html.aui #site-wrapper .clearfix:before, html.aui #site-wrapper .job:before, html.aui #site-wrapper .clearfix:after, html.aui #site-wrapper .job:after {
  content: " ";
  display: table;
}

html.aui #site-wrapper .clearfix:after, html.aui #site-wrapper .job:after {
  clear: both;
}

html.aui #site-wrapper .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html.aui #site-wrapper .pull-right {
  float: right !important;
}

html.aui #site-wrapper .pull-left {
  float: left !important;
}

html.aui #site-wrapper .hide {
  display: none !important;
}

html.aui #site-wrapper .show {
  display: block !important;
}

html.aui #site-wrapper .invisible {
  visibility: hidden;
}

html.aui #site-wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

html.aui #site-wrapper .hidden {
  display: none !important;
}

html.aui #site-wrapper .affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
html.aui #site-wrapper .visible-xs {
  display: none !important;
}

html.aui #site-wrapper .visible-sm {
  display: none !important;
}

html.aui #site-wrapper .visible-md {
  display: none !important;
}

html.aui #site-wrapper .visible-lg {
  display: none !important;
}

html.aui #site-wrapper .visible-xs-block,
html.aui #site-wrapper .visible-xs-inline,
html.aui #site-wrapper .visible-xs-inline-block,
html.aui #site-wrapper .visible-sm-block,
html.aui #site-wrapper .visible-sm-inline,
html.aui #site-wrapper .visible-sm-inline-block,
html.aui #site-wrapper .visible-md-block,
html.aui #site-wrapper .visible-md-inline,
html.aui #site-wrapper .visible-md-inline-block,
html.aui #site-wrapper .visible-lg-block,
html.aui #site-wrapper .visible-lg-inline,
html.aui #site-wrapper .visible-lg-inline-block {
  display: none !important;
}

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

@media print {
  html.aui #site-wrapper .visible-print {
    display: block !important;
  }
  html.aui #site-wrapper table.visible-print {
    display: table !important;
  }
  html.aui #site-wrapper tr.visible-print {
    display: table-row !important;
  }
  html.aui #site-wrapper th.visible-print,
  html.aui #site-wrapper td.visible-print {
    display: table-cell !important;
  }
}
html.aui #site-wrapper .visible-print-block {
  display: none !important;
}

@media print {
  html.aui #site-wrapper .visible-print-block {
    display: block !important;
  }
}
html.aui #site-wrapper .visible-print-inline {
  display: none !important;
}

@media print {
  html.aui #site-wrapper .visible-print-inline {
    display: inline !important;
  }
}
html.aui #site-wrapper .visible-print-inline-block {
  display: none !important;
}

@media print {
  html.aui #site-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  html.aui #site-wrapper .hidden-print {
    display: none !important;
  }
}
html.aui #site-wrapper .bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 0px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget .datepicker-days table tbody tr {
  border-top: 1px solid #009ed9;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.bottom:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.bottom:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.top:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.top:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
  padding: 5px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget .timepicker-hour, html.aui #site-wrapper .bootstrap-datetimepicker-widget .timepicker-minute, html.aui #site-wrapper .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td,
html.aui #site-wrapper .bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 0px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #009ed9;
  font-weight: bold;
  padding: 5px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.day:hover, html.aui #site-wrapper .bootstrap-datetimepicker-widget td.hour:hover, html.aui #site-wrapper .bootstrap-datetimepicker-widget td.minute:hover, html.aui #site-wrapper .bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.old, html.aui #site-wrapper .bootstrap-datetimepicker-widget td.new {
  color: #777777;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.today {
  position: relative;
  /* &:before {
          content: '';
          display: inline-block;
          border-left: 7px solid transparent;
          border-bottom: 7px solid \$btn-primary-bg;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px;
      } */
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.active, html.aui #site-wrapper .bootstrap-datetimepicker-widget td.active:hover {
  background-color: transparent;
  color: #002776;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td.disabled, html.aui #site-wrapper .bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 0px 0px;
  cursor: pointer;
  border-radius: 0px;
  border-top: 1px solid #009ed9;
  color: #009ed9;
  font-weight: bold;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td span.active {
  background-color: #fff;
  color: #002776;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget td span.disabled, html.aui #site-wrapper .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
  padding: 12px 0px;
  color: #002776;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget th.next, html.aui #site-wrapper .bootstrap-datetimepicker-widget th.prev {
  font-size: 16px;
  color: #009ed9;
  padding: 0px 12px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget th.disabled, html.aui #site-wrapper .bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

html.aui #site-wrapper .hc-input-group.date .hc-input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

html.aui #site-wrapper .bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

@media screen and (max-width: 767px) {
  html.aui #site-wrapper .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
html.aui #site-wrapper h1.super-header {
  font-size: 44px;
  font-weight: bold;
  line-height: 40px;
  color: #002776;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h1.super-header {
    font-size: 35.2px;
    line-height: 32px;
  }
}
html.aui #site-wrapper h1.super-header.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper h1.super-header.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper h1.super-header em {
  color: #009ed9;
  font-style: normal;
}

html.aui #site-wrapper h1.super-header.super-header-inverted {
  color: white;
}

html.aui #site-wrapper h1:not(.component-heading) {
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  color: #002776;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h1:not(.component-heading) {
    font-size: 28px;
    line-height: 25.6px;
  }
}
html.aui #site-wrapper h1.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper h1.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper h1 em {
  color: #009ed9;
  font-style: normal;
}

html.aui #site-wrapper .h1-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  color: #002776;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .h1-heading {
    font-size: 28px;
    line-height: 25.6px;
  }
}
html.aui #site-wrapper .h1-heading em {
  color: #009ed9;
  font-style: normal;
}

html.aui #site-wrapper h2:not(.component-heading) {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #333344;
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h2:not(.component-heading) {
    font-size: 17.6px;
    line-height: 19.2px;
  }
}
html.aui #site-wrapper h2.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper h2.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper h2.h1-style {
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  color: #002776;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 30px;
}

html.aui #site-wrapper h2.h1-style em {
  color: #009ed9;
  font-style: normal;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h2.h1-style {
    font-size: 28px;
    line-height: 25.6px;
  }
}
@media (max-width: 992px) {
  html.aui #site-wrapper h2.h1-style {
    margin-bottom: 30px;
  }
}
html.aui #site-wrapper h3:not(.component-heading) {
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  color: #333344;
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h3:not(.component-heading) {
    font-size: 17.6px;
    line-height: 19.2px;
  }
}
html.aui #site-wrapper h3.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper h3.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper h4:not(.component-heading) {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333344;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h4:not(.component-heading) {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
html.aui #site-wrapper h4.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper h4.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper a {
  color: #009ed9;
}

html.aui #site-wrapper a:visited, html.aui #site-wrapper a:active, html.aui #site-wrapper a:focus {
  color: #009ed9;
}

html.aui #site-wrapper a:hover {
  color: #002776;
  text-decoration: none;
}

html.aui #site-wrapper a.hc-btn {
  display: inline-block;
  padding: 16px 30px;
  line-height: 16px;
  font-size: 16px;
  text-shadow: none;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: none;
  background: none;
  border-radius: 0;
}

html.aui #site-wrapper a.hc-btn.hc-btn-default {
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper a.hc-btn.hc-btn-default:hover, html.aui #site-wrapper a.hc-btn.hc-btn-default.active {
  background-color: #002776;
}

html.aui #site-wrapper a.hc-btn.hc-btn-primary {
  background-color: #002776;
  color: white;
}

html.aui #site-wrapper a.hc-btn.hc-btn-primary:hover {
  background-color: white;
  color: #002776;
}

html.aui #site-wrapper a.hc-btn.hc-btn-secondary {
  background-color: #e98300;
  color: white;
}

html.aui #site-wrapper a.hc-btn.hc-btn-secondary:hover {
  background-color: #002776;
}

html.aui #site-wrapper a.hc-btn.hc-btn-secondary-invert {
  background-color: #d71f85;
  color: white;
}

html.aui #site-wrapper a.hc-btn.hc-btn-secondary-invert:hover {
  background-color: #002776;
}

html.aui #site-wrapper a.hc-btn.hc-btn-third {
  background-color: white;
  color: #009ed9;
}

html.aui #site-wrapper a.hc-btn.hc-btn-third:hover {
  color: white;
  background-color: #002776;
}

html.aui #site-wrapper button.hc-btn {
  border: 1px solid transparent;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}

html.aui #site-wrapper button.hc-btn.hc-btn-default {
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper button.hc-btn.hc-btn-default:hover, html.aui #site-wrapper button.hc-btn.hc-btn-default.active {
  background-color: #002776;
}

html.aui #site-wrapper button.hc-btn.hc-btn-secondary {
  background-color: #e98300;
  color: white;
}

html.aui #site-wrapper button.hc-btn.hc-btn-secondary:hover {
  background-color: #002776;
}

html.aui #site-wrapper button.hc-btn.hc-btn-secondary {
  background-color: #e98300;
  color: white;
}

html.aui #site-wrapper button.hc-btn.hc-btn-secondary:hover {
  background-color: #002776;
}

html.aui #site-wrapper button.hc-btn.hc-btn-secondary-invert {
  background-color: #d71f85;
  color: white;
}

html.aui #site-wrapper button.hc-btn.hc-btn-secondary-invert:hover {
  background-color: #002776;
}

html.aui #site-wrapper button.hc-btn.hc-btn-third {
  background-color: white;
  color: #009ed9;
}

html.aui #site-wrapper button.hc-btn.hc-btn-third:hover {
  color: white;
  background-color: #002776;
}

html.aui #site-wrapper button {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

html.aui #site-wrapper section {
  padding-top: 60px;
  padding-bottom: 60px;
}

html.aui #site-wrapper section.portlet {
  padding-top: 0px;
  padding-bottom: 0px;
}

html.aui #site-wrapper section#portlet_de_hays_liferay_hayscareer_HaysCareerSearchPortlet {
  padding-bottom: 0;
  padding-top: 0;
}

html.aui #site-wrapper section h1:first-of-type {
  margin-top: 0px;
}

@media (max-width: 480px) {
  html.aui #site-wrapper section {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
html.aui #site-wrapper .section-grey {
  background-color: #eaebeb;
}

html.aui #site-wrapper .section-white {
  background-color: white;
}

html.aui #site-wrapper .section-light-blue p, html.aui #site-wrapper .section-light-blue ul, html.aui #site-wrapper .section-light-blue ol, html.aui #site-wrapper .section-dark-blue p, html.aui #site-wrapper .section-dark-blue ul, html.aui #site-wrapper .section-dark-blue ol {
  color: white;
}

html.aui #site-wrapper .section-light-blue h1, html.aui #site-wrapper .section-dark-blue h1 {
  color: white;
}

html.aui #site-wrapper .section-light-blue h1 em, html.aui #site-wrapper .section-dark-blue h1 em, html.aui #site-wrapper .section-white h1 em {
  color: #002776;
}

html.aui #site-wrapper .section-light-blue {
  background-color: #009ed9;
}

html.aui #site-wrapper .section-dark-blue {
  background-color: #002776;
}

html.aui #site-wrapper .panel {
  background-color: white;
  padding: 20px;
}

html.aui #site-wrapper .panel .panel-heading h1, html.aui #site-wrapper .panel .panel-heading h2, html.aui #site-wrapper .panel .panel-heading h3, html.aui #site-wrapper .panel .panel-heading h4, html.aui #site-wrapper .panel .panel-heading h5, html.aui #site-wrapper .panel .panel-heading h6 {
  margin-top: 0px;
}

html.aui #site-wrapper .panel.panel-light-blue {
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper .panel.panel-light-blue a.hc-btn {
  background-color: #002776;
  color: white;
}

html.aui #site-wrapper .panel.panel-light-blue a.hc-btn:hover {
  background-color: white;
  color: #002776;
}

html.aui #site-wrapper hr {
  border-top: 2px solid #eaebeb;
}

html.aui #site-wrapper ul {
  margin: 0;
}

html.aui #site-wrapper ul:not(.hc-nav):not(.list-inline):not(.hc-dropdown-menu):not(.list-unstyled) {
  padding-left: 17px;
}

html.aui #site-wrapper ul:not(.hc-nav):not(.list-inline):not(.hc-dropdown-menu):not(.list-unstyled) li {
  list-style-type: square;
  padding-bottom: 10px;
}

html.aui #site-wrapper p.lead, html.aui #site-wrapper span.lead {
  font-size: 16px;
  color: #009ed9;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}

html.aui #site-wrapper .emphasize {
  color: #002776;
  text-transform: uppercase;
}

html.aui #site-wrapper label {
  font-weight: normal;
}

html.aui #site-wrapper label input[type=checkbox], html.aui #site-wrapper label input[type=radio] {
  margin-right: 5px;
}

html.aui #site-wrapper .text-dark-blue {
  color: #002776;
}

html.aui #site-wrapper .full-height {
  height: 100%;
}

html.aui #site-wrapper .social, html.aui #site-wrapper .matchboxx__social {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

html.aui #site-wrapper .social strong, html.aui #site-wrapper .matchboxx__social strong {
  display: block;
  margin: 20px 0;
  color: #002776;
}

html.aui #site-wrapper .social img, html.aui #site-wrapper .matchboxx__social img {
  height: 50px;
}

html.aui #site-wrapper .miscellaneous-title {
  font-weight: bold;
  font-style: normal;
  display: block;
  color: #002776;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

html.aui #site-wrapper .image-full {
  width: 100%;
}

html.aui #site-wrapper .image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

html.aui #site-wrapper .space-top {
  margin-top: 20px;
}

html.aui #site-wrapper .space-top-min {
  margin-top: 10px;
}

html.aui #site-wrapper .space-top-large {
  margin-top: 30px;
}

html.aui #site-wrapper .space-top-max {
  margin-top: 60px;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .space-top-max-mobile {
    padding-top: 60px;
  }
}
html.aui #site-wrapper .space-bottom {
  margin-bottom: 20px;
}

html.aui #site-wrapper .space-bottom-min {
  margin-bottom: 10px;
}

html.aui #site-wrapper .space-bottom-large {
  margin-bottom: 30px;
}

html.aui #site-wrapper .space-bottom-max {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .space-bottom-max-mobile {
    padding-bottom: 60px;
  }
}
html.aui #site-wrapper .align-right {
  float: right;
}

html.aui #site-wrapper .align-center {
  text-align: center;
}

html.aui #site-wrapper .inline {
  display: inline;
}

html.aui #site-wrapper .hc-close {
  width: 15px;
  height: 15px;
  background-image: url(/o/hayscareer-theme/images/icon-close.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

html.aui #site-wrapper section#section-application {
  padding-top: 0px;
}

html.aui #site-wrapper .hc-close:hover {
  background-position: left -80px;
}

html.aui #site-wrapper section#js-map {
  min-height: 240px;
}

html.aui #site-wrapper section#js-map img {
  max-width: none;
}

html.aui #site-wrapper .icon-primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper .is-relative {
  position: relative;
}

html.aui #site-wrapper .popover-trigger:hover {
  position: relative;
}

html.aui #site-wrapper .popover-trigger:hover .popover-content {
  visibility: visible;
  opacity: 1;
  transition-delay: 500ms;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .popover-trigger:hover .popover-content {
    display: none;
  }
  html.aui #site-wrapper .popover-trigger:hover .popover-content[data-placement=bottom] {
    display: block;
  }
}
html.aui #site-wrapper .popover-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -25px;
  left: 99%;
  z-index: 100;
  width: auto;
  min-width: 260px;
  padding: 20px 20px 20px 40px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-transform: inherit;
  transition: all 250ms ease-in-out;
}

html.aui #site-wrapper .popover-content a {
  color: white;
}

html.aui #site-wrapper .popover-content a:hover {
  color: #009ed9;
}

html.aui #site-wrapper .popover-content:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  right: -20px;
  border-width: 10px;
  border-color: transparent #002776 transparent transparent;
  border-style: solid;
  width: 20px;
  height: 20px;
}

html.aui #site-wrapper .popover-content:before {
  z-index: -1;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #002776;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .popover-content {
    display: none;
  }
}
html.aui #site-wrapper .popover-content[data-placement=bottom] {
  top: 55px;
  left: auto;
  right: -99%;
}

html.aui #site-wrapper .popover-content[data-placement=bottom]:after {
  top: -20px;
  right: 20px;
  left: auto;
  border-color: transparent transparent #002776 transparent;
}

html.aui #site-wrapper #site-header {
  background-color: white;
  z-index: 102;
  position: relative;
}

/*To make Content pages editable on Mobile for Hays Career*/
html.aui .has-edit-mode-menu #site-wrapper {
  height: 100vw;
}
html.aui .has-edit-mode-menu #site-wrapper #site-header {
  z-index: 0;
}
html.aui .has-edit-mode-menu #site-content .loading-animation {
  display: none !important;
}
html.aui .has-edit-mode-menu #site-content .page-editor__global-context-iframe--loading {
  opacity: 1 !important;
  pointer-events: all !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
html.aui .has-edit-mode-menu #site-content .page-editor__layout-viewport--size-portraitMobile {
  height: 100vw !important;
}

html.aui #site-wrapper #site-header .header-logo {
  height: 78px;
}

html.aui #site-wrapper #site-header .header-logo-mobile {
  display: none;
}

html.aui #site-wrapper #site-header .header-search-button-mobile {
  display: none;
}

html.aui #site-wrapper #site-header .header-search {
  right: 0px;
}

html.aui #site-wrapper #site-header .header-search .header-search-input {
  background-color: #eaebeb;
  width: 423px;
  border: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333344;
  -moz-placeholder-color: #333344;
  -moz-placeholder-opacity: 1;
  -ms-input-placeholder-color: #333344;
}

html.aui #site-wrapper #site-header .header-search .header-search-input::-webkit-input-placeholder {
  color: #333344;
}

html.aui #site-wrapper #site-header .header-search .header-search-input ::-moz-placeholder {
  color: #333344;
  opacity: 1;
}

html.aui #site-wrapper #site-header .header-search .header-search-input::-ms-clear {
  display: none;
}

.header.fixed::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: 10px;
}

html.aui .fixed {
  background-color: white;
  position: sticky !important;
  top: 4px !important;
  transition: 1s ease;
  scroll-behavior: smooth;
}
html.aui .fixed img {
  width: 119px;
}

.MarginWrap {
  margin-left: 60px;
  margin-top: 22px !important;
  margin-bottom: 25px !important;
}

html.aui #site-wrapper .header-search form.hc-form input[type=text] {
  width: 460px !important;
  padding: 10px 30px 10px 10px;
}

html.aui #site-wrapper #site-header .header-search.scrollMargin {
  top: 15px;
  right: 96px;
}

html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
  width: 169px !important;
  margin-bottom: -2px !important;
}

html.aui #site-wrapper #site-header .header-search .header-search-help {
  right: 70px !important;
}

html.aui #site-wrapper .header-search button {
  width: 60px !important;
  position: relative;
  margin-left: 4px;
}

html.aui .public-page #site-wrapper .header-search button::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/icon-search.svg") no-repeat;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  background-size: 30px;
}

.header-search button.header-searchfield-button span {
  font-size: 0px;
}

.header-search form#job-search-form {
  display: flex;
}

@media (max-width: 1200px) {
  html.aui #site-wrapper #site-header .header-search .header-search-input {
    width: 423px;
  }
}
@media (max-width: 1199px) {
  html.aui #site-wrapper #site-header .header-search .header-search-input {
    width: 325px;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper #site-header .header-search .header-search-input {
    width: 174px;
  }
}
html.aui #site-wrapper #site-header .header-search .header-search-help {
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  /*right: 125px;*/
  right: 12% !important;
  color: #747678;
}

html.aui #site-wrapper #site-header .header-search .header-search-help:hover {
  color: #002776;
}

html.aui #site-wrapper #site-header .header-search .header-search-help .popover-content {
  font-family: Roboto, Arial, sans-serif;
}

html.aui #site-wrapper #site-header .header-search .header-search-button {
  background-color: #e98300;
  color: white;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  border: 0px;
}

html.aui #site-wrapper #site-header .header-search .header-search-button:hover {
  background-color: #002776;
}

html.aui #site-wrapper #site-header .header-search .header-search-button i {
  display: none;
}

html.aui #site-wrapper #site-header .header-search .ui-autocomplete li {
  list-style-type: none !important;
}

.front-hc-layout {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html.aui #site-wrapper #site-header {
    top: 0px !important;
    position: fixed !important;
    left: 0px;
    right: 0px;
  }
  html.aui #site-wrapper #site-header .header-logo {
    display: none;
  }
  html.aui #site-wrapper #site-header .header-logo-mobile {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20px;
    width: 100%;
  }
  html.aui #site-wrapper #site-header .header-search {
    display: none;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
  }
  html.aui #site-wrapper #site-header .header-search .header-search-input {
    width: 85%;
    float: left;
  }
  html.aui #site-wrapper #site-header .header-search .header-search-button {
    width: 15%;
  }
  html.aui #site-wrapper #site-header .header-search .header-search-button i {
    display: block;
  }
  html.aui #site-wrapper #site-header .header-search .header-search-button .header-search-text {
    display: none;
  }
  html.aui #site-wrapper #site-header .header-search-help {
    right: 135px !important;
    font-size: 18px !important;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    background-color: #e98300;
    color: white;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    font-size: 13px;
    border: 0px;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile:hover {
    background-color: #002776;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile:hover, html.aui #site-wrapper #site-header .header-search-button-mobile:focus, html.aui #site-wrapper #site-header .header-search-button-mobile:active {
    background-color: #e98300;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile.active {
    background-color: #002776;
  }
}
html.aui #site-wrapper .hc-navbar-collapse {
  padding: 0px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar-collapse {
    overflow-x: hidden;
  }
  html.aui #site-wrapper .nav-top-head .hc-language-switch a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper ul.hc-navbar-nav .open .hc-dropdown-menu > li > a {
    line-height: 60px;
  }
}
html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .open > a, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .open > a:hover, html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > .open > a:focus {
  background-color: transparent;
  color: white;
}

html.aui #site-wrapper .hc-navbar {
  font-size: 15px;
  margin-bottom: 0px;
  border: 0px;
  position: relative;
}

html.aui #site-wrapper .hc-navbar .hc-container,
html.aui #site-wrapper .hc-navbar .hc-row,
html.aui #site-wrapper .hc-navbar .col-sm-12,
html.aui #site-wrapper .hc-navbar .hc-dropdown,
html.aui #site-wrapper .hc-navbar .hc-dropdown-menu {
  position: static;
}

html.aui #site-wrapper .hc-navbar .hc-navbar-header {
  min-height: 60px;
}

html.aui #site-wrapper .hc-navbar .hc-navbar-header button.hc-navbar-toggle {
  float: left;
  margin-left: 15px;
  padding: 9px 10px;
  border: 0px;
  margin-top: 13px;
  margin-bottom: 13px;
}

html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container,
html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-menu {
  display: none;
  z-index: 100;
}

html.aui #site-wrapper .hc-navbar .hc-dropdown.open .hc-dropdown-container,
html.aui #site-wrapper .hc-navbar .hc-dropdown.open .hc-dropdown-menu {
  display: block;
}

@media (min-width: 767px) {
  html.aui #site-wrapper .hc-navbar .hc-dropdown:hover .hc-dropdown-container,
  html.aui #site-wrapper .hc-navbar .hc-dropdown:hover .hc-dropdown-menu {
    display: block;
  }
}
html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav > li > a {
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav > li > a {
    line-height: 50px;
  }
}
html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: rgba(4, 42, 117, 0.9);
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container {
    position: static;
  }
}
html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu {
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px;
  box-shadow: none;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu {
    width: 100%;
  }
}
html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu li {
  display: inline-block;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu li {
    display: block;
  }
}
html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu li a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
html.aui #site-wrapper .hc-navbar .hc-dropdown .hc-dropdown-container .hc-dropdown-menu li a:hover {
  background-color: #009ed9;
}

@media (max-width: 767px) {
  html.aui body.signed-out {
    padding: 0;
  }
  html.aui #site-wrapper .hc-navbar li.from-top-nav-menu {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: white;
    width: 50%;
    float: left;
    margin-bottom: 2px;
  }
  html.aui #site-wrapper .hc-row {
    width: 100%;
    position: relative;
    left: 0;
    margin: 0;
  }
  html.aui #site-wrapper ul.hc-nav.hc-navbar-nav .hc-language-switch.from-top-nav-menu section#portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_INSTANCE_global_language_selector_3 .portlet-content {
    padding: 0;
  }
  ul.list-inline li.hc-language-switch {
    display: none;
  }
  html.aui #site-wrapper .hc-navbar li.from-top-nav-menu .portlet-body {
    margin-left: 15px;
  }
  html.aui #site-wrapper .hc-navbar li:last-of-type(.from-top-nav-menu) {
    border-bottom: 1px solid white;
  }
  html.aui #site-wrapper .hc-navbar .divider {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
  }
  html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav > li.from-top-nav-menu > a {
    display: inline-block;
    line-height: 1.5;
  }
  html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav > li.from-top-nav-menu > a.active {
    font-weight: bold;
  }
  html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav {
    margin: 0 0 10px;
  }
}
.public-page nav.hc-nav.nav-top-head {
  top: 0;
  margin: auto;
  right: 0 !important;
  white-space: nowrap;
}

.scrollPosition {
  top: 27px !important;
  width: 65% !important;
  left: 0 !important;
}

.site.hc-js-fixed-ignore nav.hc-nav.nav-top-head.scrollPosition {
  width: auto !important;
  left: auto !important;
}

html.aui #site-wrapper .nav-top-head a {
  font-size: 11px;
  color: #002776;
}

html.aui #site-wrapper .nav-top-head a:visited, html.aui #site-wrapper .nav-top-head a:active, html.aui #site-wrapper .nav-top-head a:focus {
  color: #002776;
}

html.aui #site-wrapper .nav-top-head a:hover {
  color: #009ed9;
  text-decoration: none;
}

html.aui #site-wrapper .nav-top-head ul li {
  line-height: 11px;
  font-size: 11px;
  border-left: 1px solid #009ed9;
  padding-left: 19px;
  padding-right: 15px;
}

html.aui #site-wrapper .nav-top-head ul li:first-child {
  border-left: 0 !important;
}

html.aui #site-wrapper .nav-top-head .hc-language-switch a {
  font-size: 12px;
  padding: 5px;
}

html.aui #site-wrapper .nav-top-head .hc-language-switch a.active {
  font-weight: bold;
}

@media (max-width: 767px) {
  html.aui #site-wrapper #site-header.no-searchbar .nav-top-head {
    right: 15px;
    left: 45rem !important;
  }
  html.aui #site-wrapper .nav-top-head {
    top: 1px !important;
    left: 35rem !important;
    /* right: 125px; */
  }
  html.aui #site-wrapper .nav-top-head ul li:not(.hc-language-switch) {
    display: none;
  }
  html.aui #site-wrapper .nav-top-head ul li {
    border-left: none;
  }
}
html.aui #site-wrapper .competition-divider {
  height: 15vh;
  text-align: center;
  min-height: 60px;
  display: table;
  width: 100%;
}

html.aui #site-wrapper .competition-divider .style-wrapper {
  display: table-cell;
  vertical-align: middle;
}

html.aui #site-wrapper .competition-divider .bx-wrapper {
  box-shadow: none;
  border: 0;
}

html.aui #site-wrapper .competition-divider .bx-wrapper .bx-loading {
  background: #fff;
}

html.aui #site-wrapper .competition-divider .bx-wrapper img {
  display: inline-block;
}

html.aui #site-wrapper .competition-divider li {
  padding-left: 0px;
  padding-right: 0px;
}

html.aui #site-wrapper .competition-divider {
  background-color: #009ed9;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .competition-divider {
    margin-top: 30px;
  }
}
html.aui #site-wrapper .competition-divider__link {
  display: block;
  padding: 20px 0;
}

html.aui #site-wrapper .hc-hero .hc-container:before, html.aui #site-wrapper .hc-hero .hc-container:after {
  display: none;
}

html.aui #site-wrapper .hc-hero {
  background-image: url("https://www.hayscareer.net/start-keyvisual");
  position: relative;
  background-repeat: no-repeat;
  background-position: 75% 10%;
  background-size: cover;
  margin-top: -215px;
  height: 85vh;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-hero {
    background-image: url("https://www.hayscareer.net/start-keyvisual-w992");
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .hc-hero {
    background-image: url("https://www.hayscareer.net/start-keyvisual-w1200");
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .hc-hero {
    background-image: url("https://www.hayscareer.net/start-keyvisual-w1200");
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .hc-hero {
    background-image: url("https://www.hayscareer.net/start-keyvisual");
  }
}
html.aui #site-wrapper .hc-hero .col-sm-12 {
  float: none;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .hc-hero {
    margin-top: -120px;
  }
}
html.aui #site-wrapper h1.hero-title {
  position: absolute;
  margin: 0px;
  bottom: 15vh;
}

@media (max-width: 767px) {
  html.aui #site-wrapper h1.hero-title {
    font-size: 28px;
    line-height: 25.6px;
  }
}
html.aui #site-wrapper .hero-arrow {
  width: 76px;
  height: 76px;
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0px;
  margin: auto;
  background: url(/o/hayscareer-theme/images/start/icon-arrow-down.png) no-repeat 0px 0px;
  cursor: pointer;
}

html.aui #site-wrapper .hero-arrow:hover {
  background-position: 0px -76px;
}

html.aui #site-wrapper .hero-caption {
  position: absolute;
  right: 3px;
  bottom: 3px;
  color: #002776;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .hero-caption {
    bottom: -33px;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .hero-arrow {
    display: none;
  }
  html.aui #site-wrapper h1.hero-title {
    bottom: 5vh;
  }
}
html.aui #site-wrapper #site-footer {
  padding-top: 40px;
  position: relative;
}

html.aui #site-wrapper #site-footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  bottom: auto;
  top: -10px;
  height: 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(219, 219, 219, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(219, 219, 219, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(219, 219, 219, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(219, 219, 219, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(219, 219, 219, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(219, 219, 219, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6dbdbdb",GradientType=0 );
  /* IE6-9 */
}

html.aui #site-wrapper #site-footer strong {
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
  color: #2dbad7;
  font-size: 15px;
}

#hays-hinweis {
  padding-bottom: 30px;
  color: #002776;
}

@media (max-width: 980px) {
  .public-page nav.hc-nav.nav-top-head {
    width: 90% !important;
  }
  html.aui #site-wrapper #site-header .header-logo.MarginWrap {
    margin-left: 0px;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    right: 10px !important;
  }
  .public-page nav.hc-nav.nav-top-head.scrollPosition {
    left: 142px !important;
    margin-top: -37px;
  }
}
@media (max-width: 820px) {
  .public-page nav.hc-nav.nav-top-head {
    width: 88% !important;
  }
  html.aui #site-wrapper #site-header .header-logo.MarginWrap {
    margin-left: 0px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    right: 10px !important;
  }
}
@media (max-width: 768px) {
  html.aui #site-wrapper #site-footer strong {
    padding-bottom: 10px;
  }
  html.aui #site-wrapper #site-header .header-logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .public-page nav.hc-nav.nav-top-head.scrollPosition {
    top: -12px !important;
    left: 8rem !important;
  }
  .public-page nav.hc-nav.nav-top-head {
    top: 0;
    margin-top: 20px;
    width: 83% !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 40px !important;
    right: 40px !important;
  }
  html.aui #site-wrapper #site-header .header-logo.MarginWrap {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  html.aui #site-wrapper #site-header .header-col .nav-top-head {
    top: 0 !important;
    right: 15px !important;
    margin-top: 20px;
    width: 83% !important;
  }
  html.aui #site-wrapper #site-header .header-col .nav-top-head.scrollPosition {
    right: 15px !important;
    margin-top: -36px;
    width: 70% !important;
  }
  html.aui #site-wrapper #site-header .header-search {
    top: 60px;
    right: 20px;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 300px !important;
  }
}
html.aui #site-wrapper #site-footer #contact, #hays-hinweis {
  padding-bottom: 40px;
  color: #002776;
}

html.aui #site-wrapper #site-footer #contact a {
  color: #002776;
  display: inline-block;
  padding-top: 30px;
}

html.aui #site-wrapper #site-footer #contact a[href^="tel:"] {
  padding-top: 0;
}

html.aui #site-wrapper #site-footer #social-media > div {
  padding: 10px 10px 5px 10px;
  background-color: #eaebeb;
  overflow: hidden;
  margin-bottom: 20px;
}

html.aui #site-wrapper #site-footer #social-media > div em {
  float: left;
  font-weight: bold;
  font-style: normal;
  color: #002776;
}

html.aui #site-wrapper #site-footer #social-media > div div {
  float: right;
}

html.aui #site-wrapper #site-footer #social-media > div a, html.aui #site-wrapper #site-footer #social-media > div em {
  margin-bottom: 5px;
  display: inline;
  height: 26px;
  line-height: 26px;
}

html.aui #site-wrapper #site-footer #social-media > div a {
  width: 26px;
  margin: 0 0 5px 5px;
  float: right;
}

@media (max-width: 767px) {
  html.aui #site-wrapper #site-footer #social-media > div a {
    width: 46px;
    height: 46px;
  }
}
html.aui #site-wrapper #imprint {
  position: relative;
  padding: 20px 0px;
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper #imprint .footer-copyright {
  font-size: 9px;
  line-height: 14.4px;
}

html.aui #site-wrapper #imprint .nav-footer {
  font-size: 13px;
}

html.aui #site-wrapper #imprint .nav-footer a {
  color: white;
}

html.aui #site-wrapper #imprint .nav-footer a:visited, html.aui #site-wrapper #imprint .nav-footer a:active, html.aui #site-wrapper #imprint .nav-footer a:focus {
  color: white;
}

html.aui #site-wrapper #imprint .nav-footer a:hover {
  color: #002776;
  text-decoration: none;
}

html.aui #site-wrapper #imprint .footer-arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -65px;
  right: 20px;
  margin: auto;
  background: url(/o/hayscareer-theme/images/icon-arrow-up_small.png) no-repeat 0px 0px;
  cursor: pointer;
}

html.aui #site-wrapper #imprint .footer-arrow:hover {
  background-position: 0px -45px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper #imprint .footer-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .section-single-job {
    padding-top: 0px;
    margin-top: -40px;
  }
}
/* JOBS  Begin*/
html.aui #site-wrapper .jobs {
  background-color: #fff;
  padding: 20px 20px 10px 20px;
}

html.aui #site-wrapper .jobs.additional-jobs.space-top.card {
  border-radius: 4px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

html.aui #site-wrapper .jobs .panel-heading,
html.aui #site-wrapper .jobs .card-header {
  position: relative;
  cursor: pointer;
}

html.aui #site-wrapper .jobs .card-header {
  background: transparent;
  border-bottom: 0;
}

html.aui #site-wrapper .jobs .panel-heading:before,
html.aui #site-wrapper .jobs .card-header:before {
  content: "";
  background-image: url("../images/icon-jobs.png");
  width: 30px;
  height: 30px;
  top: -4px;
  position: absolute;
}

html.aui #site-wrapper .jobs .panel-heading.location:before,
html.aui #site-wrapper .jobs .card-header.locations:before {
  top: -2px;
  background-position: 30px 0px;
}

html.aui #site-wrapper .jobs .panel-heading.jobtitle:before,
html.aui #site-wrapper .jobs .card-header.jobtitle:before {
  background-position: 30px -40px;
}

html.aui #site-wrapper .jobs .panel-heading.duties:before,
html.aui #site-wrapper .jobs .card-header.duties:before {
  background-position: 30px -80px;
}

html.aui #site-wrapper .jobs .panel-heading.organisation:before,
html.aui #site-wrapper .jobs .card-header.organisation:before {
  background-position: 30px -120px;
}

html.aui #site-wrapper .jobs .panel-heading h2,
html.aui #site-wrapper .jobs .card-header h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #333344;
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #002776;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .jobs .panel-heading h2 {
    font-size: 17.6px;
    line-height: 19.2px;
  }
}
html.aui #site-wrapper .jobs .panel-heading h2.primary-dark-blue,
html.aui #site-wrapper .jobs .card-header h2.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper .jobs .panel-heading h2.primary-light-blue,
html.aui #site-wrapper .jobs .card-header h2.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper .jobs.additional-jobs > div > div:first-child .job {
  border: none;
}

html.aui #site-wrapper .job-search-filter {
  margin-top: 30px;
}

html.aui #site-wrapper .job-search-filter ul.filter-list {
  width: 100%;
}

html.aui #site-wrapper .job-search-filter ul.filter-list li > a {
  display: block;
  padding: 15px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .job-search-filter ul.filter-list li {
    margin-bottom: 10px;
  }
}
html.aui #site-wrapper .job-search-filter .panel-heading h2,
html.aui #site-wrapper .job-search-filter .card-header h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #333344;
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #002776;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .job-search-filter .panel-heading h2,
  html.aui #site-wrapper .job-search-filter .card-header h2 {
    font-size: 17.6px;
    line-height: 19.2px;
  }
}
html.aui #site-wrapper .job-search-filter .panel-heading h2.primary-dark-blue,
html.aui #site-wrapper .job-search-filter .card-header h2.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper .job-search-filter .panel-heading h2.primary-light-blue,
html.aui #site-wrapper .job-search-filter .card-header h2.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper .icon-job {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 7px;
  right: 20px;
  background-image: url("/o/hayscareer-theme/images/icon-jobs.png");
}

html.aui #site-wrapper .icon-job.location {
  background-position: 0px 0px;
}

html.aui #site-wrapper .icon-job.location.invert {
  background-position: 40px 0px;
}

html.aui #site-wrapper .icon-job.jobtitle {
  background-position: 0px -40px;
}

html.aui #site-wrapper .icon-job.jobtitle.invert {
  background-position: 40px -40px;
}

html.aui #site-wrapper .icon-job.duties {
  background-position: 0px -80px;
}

html.aui #site-wrapper .icon-job.duties.invert {
  background-position: 40px -80px;
}

html.aui #site-wrapper .icon-job.organisation {
  background-position: 0px -120px;
}

html.aui #site-wrapper .icon-job.organisation.invert {
  background-position: 40px -120px;
}

html.aui #site-wrapper .job {
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #eaebeb;
}

html.aui #site-wrapper .job .job-title {
  margin-bottom: 20px;
}

html.aui #site-wrapper .job .job-title h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333344;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-top: 0px;
  color: #009ed9;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .job .job-title h1 {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
html.aui #site-wrapper .job .job-title h1.primary-dark-blue {
  color: #002776;
}

html.aui #site-wrapper .job .job-title h1.primary-light-blue {
  color: #009ed9;
}

html.aui #site-wrapper .job .job-meta {
  margin-bottom: 20px;
}

html.aui #site-wrapper .job .job-more-btn {
  position: absolute;
  right: 0;
  top: 20px;
}

html.aui #site-wrapper .job .job-content p:last-of-type {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .job {
    padding-bottom: 0px;
  }
  html.aui #site-wrapper .job .job-title {
    height: auto;
  }
  html.aui #site-wrapper .job .job-location {
    margin-top: 10px;
    margin-right: 35%;
  }
  html.aui #site-wrapper .job .job-more-btn {
    top: initial;
    bottom: 0px;
  }
}
html.aui #site-wrapper .splitscreen {
  overflow: hidden;
  /* handle hover, shrink and grow items */
}

html.aui #site-wrapper .splitscreen:after {
  display: block;
  content: "";
  clear: both;
}

html.aui #site-wrapper .splitscreen:hover .splitscreen-item {
  /* shrink with of inactive items */
  width: 22.5%;
}

html.aui #site-wrapper .splitscreen:hover .splitscreen-item:hover {
  /* grow the width of active item */
  width: 32.5%;
}

html.aui #site-wrapper .splitscreen-item {
  height: 100vh;
  color: white;
  text-align: center;
  width: 25%;
  float: left;
  position: relative;
  font-size: 22px;
  cursor: pointer;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* setup transition properties */
  -webkit-transition: width, 150ms, cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: width, 150ms, cubic-bezier(0.42, 0, 0.58, 1);
  transition: width, 150ms, cubic-bezier(0.42, 0, 0.58, 1);
  /* pseudo element :after creates a semi-transparent overlay */
  /* pseudo element :after should be transparent on :hover */
}

html.aui #site-wrapper .splitscreen-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

html.aui #site-wrapper .splitscreen-item:hover:after {
  background-color: transparent;
}

html.aui #site-wrapper .splitscreen-item-meta {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 60%;
  bottom: 20%;
  padding-bottom: 0.5em;
}

html.aui #site-wrapper .splitscreen-item-title {
  margin-top: 1em;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .splitscreen-item-title {
    margin-top: 0.5em;
  }
}
html.aui #site-wrapper .splitscreen-item-body {
  font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html.aui #site-wrapper .splitscreen-item-meta {
    bottom: 15%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper .splitscreen-item {
    width: 50%;
    height: 50vh;
  }
  html.aui #site-wrapper .splitscreen-item-meta {
    bottom: 20px;
  }
  html.aui #site-wrapper .splitscreen:hover .splitscreen-item {
    width: 50%;
    height: 50vh;
  }
  html.aui #site-wrapper .splitscreen:hover .splitscreen-item:hover {
    width: 50%;
    height: 50vh;
  }
}
@media (max-width: 480px) {
  html.aui #site-wrapper .splitscreen .splitscreen-item {
    width: 100%;
    height: auto;
    height: 100vw;
  }
  html.aui #site-wrapper .splitscreen .splitscreen-item:after {
    background: initial;
  }
  html.aui #site-wrapper .splitscreen:hover .splitscreen-item {
    width: 100%;
    height: 100vw;
  }
  html.aui #site-wrapper .splitscreen:hover .splitscreen-item:hover {
    width: 100%;
    height: 100vw;
  }
  html.aui #site-wrapper .splitscreen-item-meta {
    bottom: 0px;
    text-align: left;
    margin: 0px 20px;
  }
  html.aui #site-wrapper .splitscreen-item-meta img {
    height: 30px;
  }
}
html.aui #site-wrapper .hc-btn.hc-btn-social {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #009ed9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
}

html.aui #site-wrapper .hc-btn.hc-btn-social.inverse {
  background-color: transparent;
}

html.aui #site-wrapper .hc-btn.hc-btn-social.inverse:hover {
  background-color: transparent;
}

html.aui #site-wrapper .hc-btn.hc-btn-social.blue {
  background-color: white;
}

html.aui #site-wrapper .hc-btn.hc-btn-social.blue:hover {
  background-color: white;
}

html.aui #site-wrapper .hc-btn.hc-btn-social:hover {
  background-color: #002776;
}

html.aui #site-wrapper .hc-btn.hc-btn-social:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-twitter:before {
  background-image: url("../images/social-media/icon-twitter.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-twitter.inverse:before {
  background-image: url("../images/social-media/icon-twitter-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-twitter.blue:before {
  background-image: url("../images/social-media/icon-twitter-blue.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-facebook:before {
  background-image: url("/o/hayscareer-theme/images/social-media/icon-facebook.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-facebook.inverse:before {
  background-image: url("../images/social-media/icon-facebook-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-facebook.blue:before {
  background-image: url("../images/social-media/icon-facebook-blue.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-xing:before {
  background-image: url("../images/social-media/icon-xing.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-xing.inverse:before {
  background-image: url("../images/social-media/icon-xing-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-xing.blue:before {
  background-image: url("../images/social-media/icon-xing-blue.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-linkedin:before {
  background-image: url("../images/social-media/icon-linkedin.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-linkedin.inverse:before {
  background-image: url("../mages/social-media/icon-linkedin-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-linkedin.blue:before {
  background-image: url("../images/social-media/icon-linkedin-blue.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-mail:before {
  background-image: url("..//images/social-media/icon-mail.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-mail.inverse:before {
  background-image: url("../images/social-media/icon-mail-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-mail.blue:before {
  background-image: url("../images/social-media/icon-mail-blue.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-instagram:before {
  background-image: url("../images/social-media/icon-instagram.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-instagram.inverse:before {
  background-image: url("../images/social-media/icon-instagram-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-instagram.blue:before {
  background-image: url("../images/social-media/icon-instagram-blue.png");
}

html.aui #site-wrapper .form-navigation {
  padding-top: 30px;
}

html.aui #site-wrapper .form-navigation button[disabled]#submit-form {
  color: #eaebeb;
  background-color: #747678;
}

html.aui #site-wrapper form.hc-form input[type=text],
html.aui #site-wrapper form.hc-form input[type=password],
html.aui #site-wrapper form.hc-form input[type=email],
html.aui #site-wrapper form.hc-form select,
html.aui #site-wrapper form.hc-form textarea {
  margin: 0;
  transition: none;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto, Arial, sans-serif;
  color: #747678;
}

html.aui #site-wrapper form.hc-form ::-webkit-input-placeholder {
  color: #747678;
}

html.aui #site-wrapper form.hc-form :-moz-placeholder {
  color: #747678;
  opacity: 1;
}

html.aui #site-wrapper form.hc-form ::-moz-placeholder {
  color: #747678;
  opacity: 1;
}

html.aui #site-wrapper form.hc-form :-ms-input-placeholder {
  color: #747678;
}

html.aui #site-wrapper form.hc-form input {
  color: #009ed9;
}

html.aui #site-wrapper form.hc-form label {
  margin-bottom: 9px;
  color: #002776;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

html.aui #site-wrapper form.hc-form .hc-help-block {
  margin-top: 0px;
}

html.aui #site-wrapper form.hc-form .hc-form-group {
  margin-bottom: 20px;
  font-size: 16px;
}

html.aui #site-wrapper form.hc-form .has-error label {
  color: #d71f85;
  font-weight: bold;
}

html.aui #site-wrapper form.hc-form .has-error .hc-help-block {
  color: #747678;
}

html.aui #site-wrapper form.hc-form .has-error .hc-radio-with-label input[type=radio],
html.aui #site-wrapper form.hc-form .has-error .hc-checkbox-with-label input[type=checkbox] {
  color: #002776;
  font-weight: 300;
}

html.aui #site-wrapper form.hc-form .hc-form-control {
  border: 0px;
  box-shadow: none;
  height: 40px;
}

html.aui #site-wrapper form.hc-form .hc-form-control:focus {
  border: 0px;
  box-shadow: none;
}

html.aui #site-wrapper form.hc-form .hc-btn.hc-btn-default,
html.aui #site-wrapper form.hc-form .hc-btn.hc-btn-secondary {
  padding: 12px 30px;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file span.hc-input-group-addon {
  position: relative;
  overflow: hidden;
  border: 0px;
  cursor: pointer;
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file span.hc-input-group-addon:hover, html.aui #site-wrapper form.hc-form .hc-input-group.file span.hc-input-group-addon.active {
  background-color: #002776;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file span.hc-input-group-addon input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file input[readonly] {
  background-color: white;
  cursor: pointer;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file-list,
html.aui #site-wrapper form.hc-form .hc-input-group.file-list__single-item {
  width: 100%;
  padding-top: 2px;
  cursor: pointer;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file-list input[readonly],
html.aui #site-wrapper form.hc-form .hc-input-group.file-list__single-item input[readonly] {
  background-color: white;
  cursor: pointer;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file-list span.hc-input-group-addon,
html.aui #site-wrapper form.hc-form .hc-input-group.file-list__single-item span.hc-input-group-addon {
  border: 0px;
  background-color: #d71f85;
  color: white;
  cursor: pointer;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file-list span.hc-input-group-addon:hover,
html.aui #site-wrapper form.hc-form .hc-input-group.file-list__single-item span.hc-input-group-addon:hover {
  background-color: #002776;
}

html.aui #site-wrapper form.hc-form .hc-input-group.file-list.no-padding-top,
html.aui #site-wrapper form.hc-form .hc-input-group.file-list__single-item.no-padding-top {
  padding-top: 0px;
}

html.aui #site-wrapper form.hc-form .hc-form-group input[readonly].label-input {
  background-color: white;
}

html.aui #site-wrapper form.hc-form .hc-input-group.date span.hc-input-group-addon {
  border: 0px;
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper form.hc-form .hc-input-group.date span.hc-input-group-addon:hover, html.aui #site-wrapper form.hc-form .hc-input-group.date span.hc-input-group-addon.active {
  background-color: #002776;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] input,
html.aui #site-wrapper form.hc-form fieldset[disabled] textarea {
  color: #002776;
  background-color: #f3f3f3;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] input[type=checkbox] + label,
html.aui #site-wrapper form.hc-form fieldset[disabled] input[type=radio] + label {
  background-position: 0 -40px;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] input[type=checkbox]:checked + label,
html.aui #site-wrapper form.hc-form fieldset[disabled] input[type=radio]:checked + label {
  background-position: 0 -60px;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] .hc-input-group-addon {
  background-color: #f3f3f3;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] .hc-input-group.file span.hc-input-group-addon,
html.aui #site-wrapper form.hc-form fieldset[disabled] .hc-input-group.file-list span.hc-input-group-addon,
html.aui #site-wrapper form.hc-form fieldset[disabled] .hc-input-group.date span.hc-input-group-addon {
  background-color: #f3f3f3;
  color: #002776;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] .hc-input-group.file input {
  background-color: #f3f3f3;
}

html.aui #site-wrapper form.hc-form fieldset[disabled] .hc-form-group input[readonly].label-input {
  background-color: #f3f3f3;
}

html.aui #site-wrapper form.hc-form .hc-radio-with-label,
html.aui #site-wrapper form.hc-form .hc-checkbox-with-label {
  display: inline;
}

html.aui #site-wrapper form.hc-form .hc-radio-with-label input[type=radio],
html.aui #site-wrapper form.hc-form .hc-checkbox-with-label input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

html.aui #site-wrapper form.hc-form .hc-radio-with-label input[type=radio] ~ label {
  background-image: url(/o/hayscareer-theme/images/radio_sprite_v2.png);
}

html.aui #site-wrapper form.hc-form .hc-checkbox-with-label input[type=checkbox] + label {
  background-image: url(/o/hayscareer-theme/images/checkbox_sprite.png);
}

html.aui #site-wrapper form.hc-form .hc-checkbox-with-label input[type=checkbox] ~ label,
html.aui #site-wrapper form.hc-form .hc-radio-with-label input[type=radio] ~ label {
  padding-left: 30px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.aui #site-wrapper form.hc-form .hc-checkbox-with-label input[type=checkbox]:checked ~ label,
html.aui #site-wrapper form.hc-form .hc-radio-with-label input[type=radio]:checked ~ label {
  background-position: 0 -20px;
}

html.aui #site-wrapper form.hc-form .hc-form-required {
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
}

html.aui #site-wrapper form.hc-form .select2-container.hc-form-control {
  padding: 2px 0px;
  width: 100%;
}

html.aui #site-wrapper form.hc-form .select2-container.hc-form-control.select2-dropdown-open .select2-choice .select2-arrow:before {
  border-color: #002776 transparent transparent transparent;
}

html.aui #site-wrapper form.hc-form .select2-choice {
  color: #002776;
  height: 36px;
  padding: 6px 6px;
}

html.aui #site-wrapper form.hc-form .select2-container .select2-choice,
html.aui #site-wrapper form.hc-form .select2-container .select2-choice .select2-arrow {
  background-color: white;
  background-image: none;
  border-radius: 0px;
  border: 0px;
}

html.aui #site-wrapper form.hc-form .select2-container .select2-choice abbr {
  background: none;
}

html.aui #site-wrapper form.hc-form .select2-container .select2-choice .select2-arrow {
  width: 45px;
}

html.aui #site-wrapper form.hc-form .select2-container .select2-choice .select2-arrow b {
  background: transparent;
}

html.aui #site-wrapper form.hc-form .select2-container .select2-choice .select2-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-width: 8px;
  border-style: solid;
  border-color: #009ed9 transparent transparent transparent;
  width: 8px;
  height: 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  html.aui #site-wrapper form.hc-form .select2-search input,
  html.aui #site-wrapper form.hc-form .select2-search-choice-close,
  html.aui #site-wrapper form.hc-form .select2-container .select2-choice abbr,
  html.aui #site-wrapper form.hc-form .select2-container .select2-choice .select2-arrow b {
    background: transparent !important;
  }
}
/* ladeanzeige {{{ */
html.aui #site-wrapper form.hc-form.loading {
  position: relative;
}

html.aui #site-wrapper form.hc-form.loading:before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  background-color: rgba(116, 118, 120, 0.6);
  z-index: 50;
}

html.aui #site-wrapper form.hc-form.loading .hc-loading-spinner {
  position: absolute;
  height: 60px;
  width: 60px;
  border: 5px solid transparent;
  border-top-color: #009ed9;
  top: 50%;
  left: 50%;
  margin: -30px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  z-index: 51;
}

html.aui #site-wrapper form.hc-form.loading .hc-loading-spinner:before, html.aui #site-wrapper form.hc-form.loading .hc-loading-spinner:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-radius: 50%;
}

html.aui #site-wrapper form.hc-form.loading .hc-loading-spinner:before {
  border-top-color: #d71f85;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  animation: spin 2.25s linear infinite;
}

html.aui #site-wrapper form.hc-form.loading .hc-loading-spinner:after {
  border-top-color: #e98300;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* }}} */
html.aui #site-wrapper .table-layout {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

html.aui #site-wrapper .table-layout .table-head {
  background-color: #002776;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  min-width: 30%;
}

html.aui #site-wrapper .table-layout .table-row {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 5px;
  overflow: hidden;
  color: #747678;
}

html.aui #site-wrapper .table-layout .table-row strong {
  color: #002776;
  font-weight: normal;
}

html.aui #site-wrapper .table-layout .table-row:nth-child(2) {
  border-color: #002776;
}

html.aui #site-wrapper .application-message-success {
  color: #739600;
  font-weight: bold;
}

html.aui #site-wrapper .application-message-warning {
  color: #d71f85;
  font-weight: bold;
}

html.aui #site-wrapper .open-sidebar {
  background-color: #002776;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  color: white;
  cursor: pointer;
  background-image: url(/o/hayscareer-theme/images/icon-sidebar.png);
  background-size: cover;
}

html.aui #site-wrapper .open-sidebar.active {
  background-position: left -60px;
}

html.aui #site-wrapper #sidebar {
  color: white;
  padding: 30px;
  width: 310px;
  overflow: auto;
}

html.aui #site-wrapper #sidebar ul {
  margin: 0;
}

html.aui #site-wrapper #sidebar a {
  display: inline-block;
  margin-bottom: 10px;
}

html.aui #site-wrapper #sidebar a:hover {
  color: white;
}

html.aui #site-wrapper #sidebar p {
  margin-bottom: 10px;
}

html.aui #site-wrapper #sidebar .more {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

html.aui #site-wrapper #sidebar .more span.icon {
  position: absolute;
  top: 4px;
  right: -18px;
  font-size: 13px;
}

html.aui #site-wrapper #sidebar .social-media {
  margin-top: 30px;
}

html.aui #site-wrapper #sidebar .social-media strong {
  display: block;
  color: #009ed9;
}

html.aui #site-wrapper #sidebar .social-media .hc-btn-social {
  margin: 10px 5px 0 0;
}

html.aui #site-wrapper #sidebar .social-media .hc-btn-social:hover {
  background-color: white;
}

html.aui #site-wrapper #sidebar .social-media .hc-btn-social.hc-btn-social-facebook:hover:before {
  background-image: url("/o/hayscareer-theme/images/social-media/icon-facebook-blue.png");
}

html.aui #site-wrapper #sidebar .social-media .hc-btn-social.hc-btn-social-twitter:hover:before {
  background-image: url("/o/hayscareer-theme/images/social-media/icon-twitter-blue.png");
}

html.aui #site-wrapper #sidebar .social-media .hc-btn-social.hc-btn-social-instagram:hover:before {
  background-image: url("/o/hayscareer-theme/images/social-media/icon-instagram-blue.png");
}

html.aui #site-wrapper #sidebar .hc-close {
  position: fixed;
  top: 20px;
  right: 20px;
}

html.aui #site-wrapper #sidebar.fixed {
  background-color: #002776;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
  display: none;
  padding-top: 175px;
  padding-bottom: 50px;
}

html.aui #site-wrapper #sidebar.fixed .open-sidebar {
  display: none;
}

html.aui #site-wrapper #sidebar.fixed.opened, html.aui #site-wrapper #sidebar.fixed.opening {
  display: block;
}

html.aui #site-wrapper #sidebar.fixed:after {
  content: "";
  position: fixed;
  right: 0px;
  width: 310px;
  display: block;
  bottom: 0px;
  height: 50px;
  background: linear-gradient(transparent, #002776);
}

html.aui #site-wrapper #sidebar.fixed:before {
  font-family: "fontawesome-alloy";
  content: "\f078";
  position: fixed;
  bottom: 10px;
  right: 147px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
}

html.aui #site-wrapper #sidebar.fixed.opening .hc-close, html.aui #site-wrapper #sidebar.fixed.opening:before, html.aui #site-wrapper #sidebar.fixed.opening:after {
  display: none;
}

html.aui #site-wrapper #sidebar.fixed .sidebar-content {
  min-height: 100%;
  position: relative;
}

html.aui #site-wrapper #sidebar.fixed .sidebar-content:before {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  height: 50px;
  background-color: #002776;
  z-index: 100;
  content: "";
}

html.aui #site-wrapper #sidebar:not(.fixed) {
  background-color: rgba(0, 39, 118, 0.9);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
}

html.aui #site-wrapper #sidebar:not(.fixed) a {
  margin: 10px 0;
  display: inline-block;
}

html.aui #site-wrapper #sidebar:not(.fixed) p, html.aui #site-wrapper #sidebar:not(.fixed) .more {
  display: none;
}

html.aui #site-wrapper #sidebar:not(.fixed) .social-media {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

html.aui #site-wrapper #sidebar:not(.fixed) .social-media .hc-btn-social {
  width: 30px;
  height: 30px;
}

html.aui #site-wrapper #sidebar:not(.fixed) .open-sidebar {
  bottom: auto;
  cursor: default;
  height: 40px;
  width: 40px;
  background-position: left -40px;
}

html.aui #site-wrapper #sidebar:not(.fixed) .close-sidebar {
  display: none;
}

@media (max-width: 1200px) {
  html.aui #site-wrapper #sidebar:not(.fixed) a {
    margin: 5px 0;
  }
}
@media (max-width: 992px) {
  html.aui #site-wrapper #sidebar:not(.fixed) {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
  }
  html.aui #site-wrapper #sidebar:not(.fixed) a {
    margin: 0;
  }
  html.aui #site-wrapper #sidebar:not(.fixed) .open-sidebar {
    right: 10px;
    top: 10px;
    /* height: 60px;
    width: 60px;
    background-position: left -60px; */
  }
  html.aui #site-wrapper #sidebar:not(.fixed) .social-media {
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
html.aui #site-wrapper .hc-calendar {
  color: #002776;
}

html.aui #site-wrapper .hc-calendar .clndr-controls {
  padding-bottom: 10px;
  position: relative;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .month {
  font-weight: bold;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-previous-button,
html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-next-button {
  position: absolute;
  top: 0;
  width: 10px;
  height: 20px;
  line-height: 100px;
  overflow: hidden;
  cursor: pointer;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-previous-button:after,
html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-next-button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: auto;
  top: 5px;
  width: 7px;
  height: 9px;
  background-image: url(/o/hayscareer-theme/images/icon-arrow.png);
  background-repeat: no-repeat;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-previous-button {
  right: 60px;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-previous-button:after {
  background-position: left 0;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-next-button {
  right: 0;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-next-button:after {
  background-position: right 0;
}

html.aui #site-wrapper .hc-calendar .clndr-controls .clndr-icon {
  color: #009ed9;
  position: absolute;
  left: auto;
  top: -8px;
  right: 18px;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

html.aui #site-wrapper .hc-calendar .clndr-table {
  background: white;
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
  border-top: 1px solid #009ed9;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td {
  padding: 5px 0 2px;
  text-align: center;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td:nth-child(7n+1) {
  text-align: left;
  width: 12%;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td:nth-child(7n) {
  text-align: right;
  width: 12%;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td.last-month, html.aui #site-wrapper .hc-calendar .clndr-table tbody td.next-month {
  opacity: 0.5;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td.last-month.event, html.aui #site-wrapper .hc-calendar .clndr-table tbody td.next-month.event {
  opacity: 1;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td.last-month.event .day-day,
html.aui #site-wrapper .hc-calendar .clndr-table tbody td.last-month.event .day-event-title, html.aui #site-wrapper .hc-calendar .clndr-table tbody td.next-month.event .day-day,
html.aui #site-wrapper .hc-calendar .clndr-table tbody td.next-month.event .day-event-title {
  opacity: 0.5;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td.today {
  font-weight: bold;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td.event {
  color: #d71f85;
  cursor: pointer;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody td .day-day-name-short {
  display: none;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody tr:first-child td {
  padding-top: 10px;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody .day-event-details-trigger {
  position: relative;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody .day-event-details-trigger .day-event-details {
  text-align: left;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody .day-event-details-trigger .day-event-details-events li {
  padding: 0.25em 0;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody .day-event-details-trigger .day-event-details .day-event-details-event-date {
  color: #009ed9;
  font-size: smaller;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody .day-event-details-trigger .day-event-details .day-event-details-event-title {
  color: white;
}

html.aui #site-wrapper .hc-calendar .clndr-table tbody .day-event-details-trigger .day-event-details .day-event-details-event-info {
  color: #009ed9;
  margin-top: 20px;
}

html.aui #site-wrapper .hc-calendar .clndr-table ul.day-events {
  padding-left: 0;
}

html.aui #site-wrapper .hc-calendar .clndr-table ul.day-events li {
  padding: 0.25em 0;
}

html.aui #site-wrapper .hc-calendar .clndr-table ul.day-events li .day-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.aui #site-wrapper .hc-calendar .clndr-table .header-days {
  display: none;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table {
  table-layout: fixed;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td {
  text-align: left;
  vertical-align: top;
  padding: 0.25em 0.5em;
  border: 1px solid #009ed9;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td.calendar-dow-5, html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td.calendar-dow-6,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td.calendar-dow-5,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td.calendar-dow-6 {
  background-color: #eaebeb;
  background-clip: padding-box;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td {
  border-bottom: 1px solid #009ed9;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody tr,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td {
  position: relative;
  height: 141px;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody tr.today,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td.today {
  font-weight: normal;
  border: 2px solid #d71f85;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody tr.event,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td.event {
  color: #009ed9;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody tr.event .day-day,
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td.event .day-day {
  color: #d71f85;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table .header-days {
  display: table-row;
}

html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table .header-days .header-day:nth-child(6),
html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table .header-days .header-day:nth-child(7) {
  background-color: #eaebeb;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table {
    background-color: transparent;
    display: block;
    border: 0;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead {
    display: none;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody {
    display: block;
    height: auto;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead tr,
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody tr {
    display: block;
    height: auto;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td,
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td {
    display: block;
    height: auto;
    width: auto;
    background-color: white;
    margin-bottom: 20px;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td .day-day-name-short,
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td .day-day-name-short {
    display: inline;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table tbody td:not(.event),
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table thead td:not(.event) {
    display: none;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table .header-days {
    display: block;
  }
  html.aui #site-wrapper .hc-calendar.hc-calendar-full .clndr-table .day-event-details.popover-content {
    display: none !important;
  }
}
html.aui #site-wrapper .cinematic-slide {
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  color: #002776;
}

html.aui #site-wrapper .cinematic-slide .quote-with-icon .quote p, html.aui #site-wrapper .cinematic-slide .testimonial-with-quote .quote p {
  padding: 10px 0 20px 0;
  margin: 0;
  border-top: 1px solid;
}

html.aui #site-wrapper .cinematic-slide .quote-with-icon .quote {
  margin-top: 10px;
}

html.aui #site-wrapper .cinematic-slide .testimonial-with-quote .quote {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
}

html.aui #site-wrapper .cinematic-slide .testimonial {
  position: absolute;
  bottom: 0px;
}

html.aui #site-wrapper .cinematic-slide h1 {
  color: #002776;
}

html.aui #site-wrapper .cinematic-slide .testimonial-with-quote .quote, html.aui #site-wrapper .cinematic-slide .quote-with-icon .quote {
  color: #002776;
}

html.aui #site-wrapper .cinematic-slide .testimonial-with-quote .quote p, html.aui #site-wrapper .cinematic-slide .quote-with-icon .quote p {
  border-color: #002776;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light {
  color: white;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light h1 {
  color: white;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .testimonial-with-quote .quote, html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .quote-with-icon .quote {
  color: white;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .testimonial-with-quote .quote p, html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .quote-with-icon .quote p {
  border-color: white;
}

html.aui #site-wrapper .cinematic {
  /* general styling */
  position: relative;
  overflow: hidden;
  /* styling for the slides */
}

html.aui #site-wrapper .cinematic .cinematic-nav-item {
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

html.aui #site-wrapper .cinematic .cinematic-nav-prev, html.aui #site-wrapper .cinematic .cinematic-nav-next {
  top: 50%;
  margin-top: -38px;
  width: 76px;
  height: 76px;
}

html.aui #site-wrapper .cinematic .cinematic-nav-prev:hover, html.aui #site-wrapper .cinematic .cinematic-nav-next:hover {
  background-position: 0px -76px;
}

html.aui #site-wrapper .cinematic .cinematic-nav-prev {
  left: 20px;
  background: url(/o/hayscareer-theme/images/start/icon-arrow-left.png) no-repeat 0px 0px;
}

html.aui #site-wrapper .cinematic .cinematic-nav-next {
  right: 20px;
  background: url(/o/hayscareer-theme/images/start/icon-arrow-right.png) no-repeat 0px 0px;
}

html.aui #site-wrapper .cinematic .cinematic-nav-close {
  right: 20px;
  top: 20px;
}

html.aui #site-wrapper .cinematic .cinematic-nav-home {
  left: 15px;
  top: 15px;
  color: #009ed9;
  font-size: 26px;
}

html.aui #site-wrapper .cinematic .cinematic-nav-home:hover {
  color: white;
}

html.aui #site-wrapper .cinematic .cinematic-slide {
  position: absolute;
  top: 0px;
  left: 0px;
}

html.aui #site-wrapper .cinematic .cinematic-slide.video > .hc-container {
  border: 3px solid #002776;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  html.aui #site-wrapper .cinematic .cinematic-slide.video {
    text-align: center;
  }
  html.aui #site-wrapper .cinematic .cinematic-slide.video:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  html.aui #site-wrapper .cinematic .cinematic-slide.video > .hc-container {
    margin-top: 26px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  html.aui #site-wrapper .cinematic .cinematic-slide.video video {
    left: 0px;
  }
}
html.aui #site-wrapper .cinematic .cinematic-slide:not(.video) .cinematic-slide-content {
  margin-top: 60px;
  height: 90vh;
}

html.aui #site-wrapper .cinematic .cinematic-slide-background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: 50% 50%;
}

html.aui #site-wrapper .cinematic h1 {
  margin-bottom: 30px;
}

html.aui #site-wrapper .quote-icon > div {
  background-image: url(/o/hayscareer-theme/images/sprite-cin-icons.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}

html.aui #site-wrapper .quote-icon .quote-icon-phone {
  background-position: left -100px;
}

html.aui #site-wrapper .quote-icon .quote-icon-chat {
  background-position: left -50px;
}

html.aui #site-wrapper .quote-icon .quote-icon-handshake {
  background-position: left 0;
}

html.aui #site-wrapper .quote-icon .quote-icon-note {
  background-position: left -150px;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .quote-icon-phone {
  background-position: right -100px;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .quote-icon-chat {
  background-position: right -50px;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .quote-icon-handshake {
  background-position: right 0;
}

html.aui #site-wrapper .cinematic-slide.cinematic-slide-light .quote-icon-note {
  background-position: right -150px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .cinematic .cinematic-nav-home,
  html.aui #site-wrapper .cinematic .cinematic-nav-prev,
  html.aui #site-wrapper .cinematic .cinematic-nav-next,
  html.aui #site-wrapper .cinematic .cinematic-nav-close {
    display: none;
  }
}
html.aui #site-wrapper div#mi24playbutton_848370 {
  left: 50% !important;
  top: 50% !important;
  margin-top: -50px;
  margin-left: -50px;
}

@media (max-width: 991px) {
  html.aui #site-wrapper #cin-studierende-slide-1 .cinematic-slide-background {
    background-position: 75% 50%;
  }
}
@media (max-width: 1199px) {
  html.aui #site-wrapper #cin-studierende-slide-2 .cinematic-slide-background {
    background-position: 95% 50%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper #cin-studierende-slide-2 .cinematic-slide-background {
    background-position: 98% 50%;
  }
}
html.aui #site-wrapper #cin-studierende-slide-3 .testimonial {
  top: 20px;
  bottom: auto;
}

@media (max-width: 1199px) {
  html.aui #site-wrapper #cin-schueler-slide-1 .cinematic-slide-background {
    background-position: 70% 50%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper #cin-schueler-slide-1 .cinematic-slide-background {
    background-position: 80% 50%;
  }
}
@media (max-width: 1199px) {
  html.aui #site-wrapper #cin-schueler-slide-2 .cinematic-slide-background {
    background-position: 25% 50%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper #cin-schueler-slide-2 .cinematic-slide-background {
    background-position: 58% 50%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper #cin-schueler-slide-3 .cinematic-slide-background {
    background-position: 65% 50%;
  }
}
html.aui #site-wrapper #cin-schueler-slide-3 .testimonial {
  top: 20px;
  bottom: auto;
}

@media (max-width: 991px) {
  html.aui #site-wrapper #cin-einsteiger-slide-2 .cinematic-slide-background {
    background-position: 70% 50%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper #cin-einsteiger-slide-3 .cinematic-slide-background {
    background-position: 85% 50%;
  }
}
html.aui #site-wrapper #side-navigation {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
}

html.aui #site-wrapper #side-navigation li {
  margin: 10px 0;
}

html.aui #site-wrapper #side-navigation li a.nav-link {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #009ed9;
  box-shadow: 1px 1px 1px #333344;
  padding: 0;
}

html.aui #site-wrapper #side-navigation li a.nav-link:hover {
  background-color: #002776;
}

html.aui #site-wrapper #side-navigation li.active a {
  background-color: #002776;
}

html.aui #site-wrapper .no-events {
  margin: 20px 0;
}

html.aui #site-wrapper .no-events p.lead {
  color: #d71f85;
}

html.aui #site-wrapper .event-item .icon {
  color: #002776;
}

html.aui #site-wrapper .faqs .panel {
  position: relative;
}

html.aui #site-wrapper .faqs .panel .panel-heading {
  cursor: pointer;
}

html.aui #site-wrapper .faqs .panel .panel-heading h2 {
  margin: 0px;
  font-size: 16px;
}

html.aui #site-wrapper .faqs .panel .panel-heading span.icon {
  position: absolute;
  right: 15px;
  top: 22px;
  font-size: 16px;
  color: #009ed9;
}

html.aui #site-wrapper .faqs .panel .panel-heading:not(.hc-collapsed) span.icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.aui #site-wrapper .faqs .panel .hc-collapse.in, html.aui #site-wrapper .faqs .panel .hc-collapsing {
  margin-top: 10px;
}

html.aui #site-wrapper .location-description h2:first-child, html.aui #site-wrapper .location-description h3:first-child, html.aui #site-wrapper .location-description h4:first-child {
  margin-top: 0px;
}

html.aui #site-wrapper .location-description, html.aui #site-wrapper .location-address {
  display: none;
}

html.aui #site-wrapper .location-description.active, html.aui #site-wrapper .location-address.active {
  display: block;
}

html.aui #site-wrapper .js-location-link {
  transition: all 150ms;
}

html.aui #site-wrapper .js-location-link.active {
  font-size: 35px;
  text-decoration: none;
}

html.aui #site-wrapper .location-list li {
  line-height: 25px;
}

html.aui #site-wrapper .news-item {
  position: relative;
  margin-bottom: 20px;
  padding-top: 0;
}

html.aui #site-wrapper .news-item:not(.single) {
  overflow: auto;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .news-item.single .news-meta {
    margin-top: 0;
  }
}
html.aui #site-wrapper .news-item .news-header h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

html.aui #site-wrapper .news-meta {
  margin-top: 20px;
  line-height: 24px;
}

html.aui #site-wrapper .news-meta.news-date {
  color: #002776;
}

html.aui #site-wrapper .news-more-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

html.aui #site-wrapper .single-navigation {
  padding-top: 30px;
  text-align: center;
}

html.aui #site-wrapper .single-navigation a {
  text-decoration: none;
}

html.aui #site-wrapper .single-navigation a.next {
  float: right;
}

html.aui #site-wrapper .single-navigation a.prev {
  float: left;
}

html.aui #site-wrapper .single-navigation a.prev, html.aui #site-wrapper .single-navigation a.next {
  font-size: 16px;
  line-height: 28px;
}

html.aui #site-wrapper .single-navigation a.index {
  font-size: 26px;
}

html.aui #site-wrapper .pagination {
  padding-top: 30px;
  text-align: center;
}

html.aui #site-wrapper .pagination .page-numbers {
  display: inline-block;
}

html.aui #site-wrapper .pagination .page-numbers .active {
  color: #002776;
  font-weight: bold;
}

html.aui #site-wrapper .pagination a {
  font-size: 16px;
  text-decoration: none;
}

html.aui #site-wrapper .pagination a.next {
  float: right;
}

html.aui #site-wrapper .pagination a.prev {
  float: left;
}

html.aui #site-wrapper .commitment.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html.aui #site-wrapper .commitment.panel .panel-heading {
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}

html.aui #site-wrapper .commitment.panel .commitment-title {
  color: #002776;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 480px) {
  html.aui #site-wrapper .flip-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
html.aui #site-wrapper .flip-wrapper .inner-wrapper {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .front-fallback {
  width: 100%;
  display: none;
  cursor: pointer;
  border: 1px solid #bcbcbc;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper video {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1500px) rotateY(0deg);
  -moz-transform: perspective(1500px) rotateY(0deg);
  -ms-transform: perspective(1500px) rotateY(0deg);
  -o-transform: perspective(1500px) rotateY(0deg);
  transform: perspective(1500px) rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .flip-caption {
  color: #002776;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee {
  padding: 15px;
  color: #002776;
}

@media (min-width: 768px) and (max-width: 991px) {
  html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee {
    padding: 10px;
  }
}
html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee .employee-cite {
  margin-top: 30px;
  color: #009ed9;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee .employee-divider {
  margin: 10px 0;
  border-top: 1px solid #eaebeb;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee .employee-position, html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee .employee-focus {
  font-size: 14px;
  line-height: 18px;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .back {
  position: absolute;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-align: left;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .back.show {
  opacity: 1;
  visibility: visible;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .back.animated {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1500px) rotateY(-179.9deg);
  -moz-transform: perspective(1500px) rotateY(-179.9deg);
  -ms-transform: perspective(1500px) rotateY(-179.9deg);
  -o-transform: perspective(1500px) rotateY(-179.9deg);
  transform: perspective(1500px) rotateY(-179.9deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper:hover video {
  -webkit-transform: perspective(1500px) rotateY(179.9deg);
  -moz-transform: perspective(1500px) rotateY(179.9deg);
  -ms-transform: perspective(1500px) rotateY(179.9deg);
  -o-transform: perspective(1500px) rotateY(179.9deg);
  transform: perspective(1500px) rotateY(179.9deg);
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper:hover .back.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(1500px) rotateY(0deg);
  -moz-transform: perspective(1500px) rotateY(0deg);
  -ms-transform: perspective(1500px) rotateY(0deg);
  -o-transform: perspective(1500px) rotateY(0deg);
  transform: perspective(1500px) rotateY(0deg);
}

html.aui #site-wrapper .value-column {
  position: relative;
  float: left;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

html.aui #site-wrapper .value-column:first-of-type {
  padding-left: 0px;
}

html.aui #site-wrapper .value-column:last-of-type {
  padding-right: 0px;
}

html.aui #site-wrapper .flip-wrapper .inner-wrapper .employee .employee-dropdown-divider {
  margin: 10px 0;
  border-top: 1px solid #eaebeb;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .value-column, .val-column {
    width: 50%;
  }
  html.aui #site-wrapper .value-column:nth-of-type(odd) {
    padding-left: 0px;
  }
  html.aui #site-wrapper .value-column:nth-of-type(odd):last-of-type {
    padding-right: 5px;
  }
  html.aui #site-wrapper .value-column:nth-of-type(even) {
    padding-right: 0px;
  }
  html.aui #site-wrapper .value-column:nth-of-type(1), html.aui #site-wrapper .value-column:nth-of-type(3), html.aui #site-wrapper .value-column:nth-of-type(5) {
    clear: both;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .value-column, .val-column {
    width: 100%;
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html.aui #site-wrapper .value-column:nth-of-type(1) h2 {
  color: #009ed9;
}

html.aui #site-wrapper .value-column:nth-of-type(2) h2 {
  color: #739600;
}

html.aui #site-wrapper .value-column:nth-of-type(3) h2 {
  color: #d71f85;
}

html.aui #site-wrapper .value-column:nth-of-type(4) h2 {
  color: #e98300;
}

html.aui #site-wrapper .value-column:nth-of-type(5) h2 {
  color: #80379b;
}

html.aui #site-wrapper .value-column .icons, .val-column .icons {
  position: relative;
  top: -5px;
}

html.aui #site-wrapper .value-column .icons span.icon, .val-column .icons span.icon {
  position: unset !important;
  font-size: 14px !important;
  color: #002776 !important;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .value-column .panel, .val-column .panel {
    margin-top: 10px;
  }
}
html.aui #site-wrapper .value-column .panel .panel-heading, .val-column .panel .panel-heading {
  position: relative;
  cursor: pointer;
  width: 100%;
}

html.aui #site-wrapper .value-column .panel .panel-heading .title-container, .val-column .panel .panel-heading .title-container {
  display: table;
}

html.aui #site-wrapper .value-column .panel .panel-heading h2, .val-column .panel .panel-heading h2 {
  margin-bottom: 0px;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html.aui #site-wrapper .value-column .panel .panel-heading h2, .val-column .panel .panel-heading h2 {
    font-size: 21px;
  }
}
html.aui #site-wrapper .value-column .panel .panel-heading span.icon.icon-chevron-down, .val-column .panel .panel-heading span.icon.icon-chevron-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: auto !important;
  font-size: 16px;
  color: #009ed9;
}

html.aui #site-wrapper .value-column .panel .panel-heading:not(.hc-collapsed) span.icon.icon-chevron-down, .val-column .panel .panel-heading:not(.hc-collapsed) span.icon.icon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.aui #site-wrapper .value-column .panel .panel-body, .val-column .panel .panel-body {
  padding-top: 40px;
}

html.aui #site-wrapper ul.value-list li {
  width: 19%;
  color: #002776;
}

html.aui #site-wrapper ul.value-list li > .icon {
  position: relative;
  bottom: 1px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 24px;
}

html.aui #site-wrapper ul.value-list li > h2 {
  display: inline-block;
  color: #002776;
}

html.aui #site-wrapper ul.value-list li:last-of-type {
  width: 40%;
}

@media (max-width: 991px) {
  html.aui #site-wrapper ul.value-list li {
    width: 100% !important;
  }
  html.aui #site-wrapper ul.value-list li > h2 {
    display: inline-block;
  }
}
html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.warum-hays {
  background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_warumhays.jpg");
}

@media (max-width: 767px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.warum-hays {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_warumhays-w992.jpg");
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.warum-hays {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_warumhays-w1200.jpg");
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.warum-hays {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_warumhays-w1200.jpg");
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.warum-hays {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_warumhays.jpg");
  }
}
html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.einsteiger {
  background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_einsteiger.jpg");
}

@media (max-width: 767px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.einsteiger {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_einsteiger-w992.jpg");
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.einsteiger {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_einsteiger-w1200.jpg");
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.einsteiger {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_einsteiger-w1200.jpg");
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.einsteiger {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_einsteiger.jpg");
  }
}
html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.berufserfahrene {
  background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_berufserfahrene.jpg");
}

@media (max-width: 767px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.berufserfahrene {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_berufserfahrene-w992.jpg");
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.berufserfahrene {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_berufserfahrene-w1200.jpg");
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.berufserfahrene {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_berufserfahrene-w1200.jpg");
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.berufserfahrene {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_berufserfahrene.jpg");
  }
}
html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.studierende {
  background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_studierende.jpg");
}

@media (max-width: 767px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.studierende {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_studierende-w992.jpg");
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.studierende {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_studierende-w1200.jpg");
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.studierende {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_studierende-w1200.jpg");
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.studierende {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_studierende.jpg");
  }
}
html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.schueler {
  background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_schueler.jpg");
}

@media (max-width: 767px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.schueler {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_schueler-w992.jpg");
  }
}
@media (min-width: 768px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.schueler {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_schueler-w1200.jpg");
  }
}
@media (min-width: 992px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.schueler {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_schueler-w1200.jpg");
  }
}
@media (min-width: 1200px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container.schueler {
    background-image: url("/o/hayscareer-theme/images/live/testimonial_panel/testimonial_panel_schueler.jpg");
  }
}
html.aui #site-wrapper .zoom-control-container {
  z-index: 100;
  position: relative;
}

html.aui #site-wrapper .zoom-control-container .zoom-control-icon {
  cursor: pointer;
  font-size: 35px;
  color: #002776;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: -41px;
  padding: 3px;
}

html.aui #site-wrapper .zoom-control-container .zoom-control-icon.zoom-reset {
  left: 77px;
  display: none;
}

html.aui #site-wrapper .zoom-control-container .zoom-control-icon.zoom-in {
  left: 0;
}

html.aui #site-wrapper .zoom-control-container .zoom-control-icon.zoom-out {
  left: 38.5px;
  display: none;
}

html.aui #site-wrapper .hero_with_job-search {
  position: absolute;
  bottom: 15vh;
  background-color: rgba(0, 158, 217, 0.6);
  padding: 20px;
}

@media (max-width: 768px) {
  html.aui #site-wrapper .hero_with_job-search {
    left: 0;
    right: 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .hero_with_job-search {
    bottom: 5vh;
  }
}
html.aui #site-wrapper .hero_with_job-search h1.hero-title {
  position: relative;
  bottom: auto;
}

html.aui #site-wrapper .hero_with_job-search h1.hero-title em {
  color: #002776;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-button {
  background-color: #e98300;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  border: 0px;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-button:hover {
  background-color: #002776;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-input {
  background-color: #eaebeb;
  width: 460px !important;
  max-width: 100%;
  border: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px !important;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333344;
  -moz-placeholder-color: #333344;
  -moz-placeholder-opacity: 1;
  -ms-input-placeholder-color: #333344;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-input::-webkit-input-placeholder {
  color: #333344;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-input ::-moz-placeholder {
  color: #333344;
  opacity: 1;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-input::-ms-clear {
  display: none;
}

html.aui #site-wrapper .hero_with_job-search .hero-search-button, html.aui #site-wrapper .hero_with_job-search .hero-search-input {
  margin-top: 20px !important;
}

html.aui #site-wrapper .hero_with_job-search .hc-form {
  margin-bottom: 0;
}

html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed {
  background: #fff !important;
}

html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-content {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-content {
    position: static;
    padding: 0 0 20px 0;
    max-width: 100%;
  }
}
html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-content.bottom {
  top: auto;
  bottom: 20px;
}

html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-content.bottom-right {
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
}

html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-caption {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  color: white;
}

html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-caption.bottom {
  top: auto;
  bottom: 10px;
}

html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-caption.dark {
  color: #002776;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-caption, html.aui #site-wrapper .section-keyvisual.section-keyvisual-boxed .keyvisual-caption.bottom {
    color: #002776;
    left: 0;
    top: auto;
    bottom: -33px;
  }
}
html.aui #site-wrapper .keyvisual {
  position: relative;
}

html.aui #site-wrapper .keyvisual .keyvisual-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html.aui #site-wrapper .keyvisual .keyvisual-content {
  position: relative;
  word-break: break-word;
  padding: 20px;
  background-color: white;
  max-width: 50%;
}

@media (max-width: 1199px) {
  html.aui #site-wrapper .keyvisual .keyvisual-content {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  html.aui #site-wrapper .keyvisual .keyvisual-content {
    max-width: 70%;
  }
}
html.aui #site-wrapper .keyvisual .keyvisual-content h1, html.aui #site-wrapper .keyvisual .keyvisual-content h1.super-header {
  margin: 0px;
}

html.aui #site-wrapper .keyvisual .keyvisual-content .keyvisual-lead, html.aui #site-wrapper .keyvisual .keyvisual-content .job-meta {
  margin-top: 10px;
}

html.aui #site-wrapper .headline-with-slider {
  padding-bottom: 0;
}

html.aui #site-wrapper .headline-with-slider .super-heading {
  padding-bottom: 60px;
  margin: 0;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .headline-with-slider .super-heading {
    padding-bottom: 0;
  }
}
html.aui #site-wrapper .headline-with-slider .hc-carousel {
  z-index: 2;
}

@media (max-width: 992px) {
  .portlet-content {
    margin: 0 !important;
  }
  html.aui #site-wrapper .headline-with-slider .hc-carousel {
    margin: 30px 10px;
  }
}
html.aui #site-wrapper .headline-with-slider .hc-carousel .hc-carousel-inner {
  margin: 10px 0 0 0;
  cursor: pointer;
}

html.aui #site-wrapper .headline-with-slider .hc-carousel .hc-carousel-control {
  background: none;
  text-shadow: none;
  opacity: 1;
}

html.aui #site-wrapper .headline-with-slider .hc-carousel .icon-chevron-left, html.aui #site-wrapper .headline-with-slider .hc-carousel .icon-chevron-right {
  top: 25px;
  color: #fff;
}

html.aui #site-wrapper .headline-with-slider .hc-carousel .icon-chevron-left {
  left: -50px;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .headline-with-slider .hc-carousel .icon-chevron-left {
    left: -25px;
  }
}
html.aui #site-wrapper .headline-with-slider .hc-carousel .icon-chevron-right {
  right: -50px;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .headline-with-slider .hc-carousel .icon-chevron-right {
    right: -25px;
  }
}
html.aui #site-wrapper .headline-with-slider .hc-carousel .job-inside-slider .slider-item-link span, html.aui #site-wrapper .headline-with-slider .hc-carousel .event-inside-slider .slider-item-link span {
  color: white;
  padding: 0 5px 0 7px;
  border-left: 1px solid #fff;
}

html.aui #site-wrapper .headline-with-slider .hc-carousel .job-inside-slider .slider-item-link span.location, html.aui #site-wrapper .headline-with-slider .hc-carousel .event-inside-slider .slider-item-link span.location {
  padding-left: 0;
  border: 0;
}

html.aui #site-wrapper .headline-with-slider.merits .hc-carousel .hc-carousel-inner {
  margin: 0;
}

html.aui #site-wrapper .headline-with-slider.merits .hc-carousel .merits-slider strong {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .headline-with-slider {
    min-height: 120px;
  }
}
html.aui #site-wrapper .container-with-image .main-image {
  display: block;
}

html.aui #site-wrapper .container-with-image .image-caption {
  margin-top: 6.66667px;
  color: #002776;
}

@media (max-width: 992px) {
  html.aui #site-wrapper .container-with-image .right {
    padding-top: 30px;
  }
}
html.aui #site-wrapper .keyvisual-with-text-and-quote {
  padding: 0px;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: calc(100vh - 145px);
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .content {
  padding: 20px;
  position: absolute;
  bottom: 60px;
  width: 50%;
  background-color: white;
  padding-bottom: 20px;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .content h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .content p:last-child {
  margin-bottom: 0px;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .quote {
  padding: 0 20px;
  position: absolute;
  top: 60px;
  width: 40%;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .quote hr {
  border: 0px;
  height: 1px;
  background-color: white;
  margin: 0px 0px 10px 0px;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .quote.quote-dark {
  color: #002776;
  border-color: #002776;
}

html.aui #site-wrapper .keyvisual-with-text-and-quote .quote.quote-dark hr {
  background-color: #002776;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .keyvisual-with-text-and-quote .testimonial-image-container {
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: auto;
    padding-top: 64.5%;
  }
  html.aui #site-wrapper .keyvisual-with-text-and-quote .quote {
    color: #002776;
    position: static;
    margin-top: 20px;
    width: auto;
  }
  html.aui #site-wrapper .keyvisual-with-text-and-quote .quote hr {
    background-color: #002776;
  }
  html.aui #site-wrapper .keyvisual-with-text-and-quote .content {
    position: static;
    width: auto;
  }
}
html.aui #site-wrapper .testimonials {
  padding: 30px 0 0px 0;
}

html.aui #site-wrapper .warum-hays-videos-section {
  padding-top: 0px !important;
}

html.aui #site-wrapper .testimonials h1:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

html.aui #site-wrapper .testimonial {
  margin-bottom: 30px;
}

html.aui #site-wrapper .testimonial > div {
  position: relative;
}

html.aui #site-wrapper .testimonial .title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: rgba(0, 159, 218, 0.9);
}

html.aui #site-wrapper .testimonial .title h1 {
  padding: 20px;
  margin: 0;
  color: white;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .testimonial .title h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
html.aui #site-wrapper .testimonial .meta {
  color: #002776;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 45%;
}

html.aui #site-wrapper .testimonial.white .meta {
  color: white;
}

html.aui #site-wrapper .testimonial.white .quote p {
  border-color: white;
}

html.aui #site-wrapper .testimonial .meta strong {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .testimonial .meta {
    top: 20px;
  }
}
html.aui #site-wrapper .testimonial .quote p {
  padding: 10px 0 20px 0;
  margin: 0;
  border-top: 1px solid #002776;
}

html.aui #site-wrapper .testimonial .toggle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  top: auto;
}

html.aui #site-wrapper .testimonial .toggle:before {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #009ed9;
  color: white;
}

html.aui #site-wrapper .testimonial .teaser {
  cursor: pointer;
}

html.aui #site-wrapper .testimonial .teaser:not(.hc-collapsed) .meta, html.aui #site-wrapper .testimonial .teaser:not(.hc-collapsed) .quote {
  display: none;
}

html.aui #site-wrapper .testimonial .teaser:not(.hc-collapsed) .title {
  display: block;
}

html.aui #site-wrapper .testimonial .teaser:not(.hc-collapsed) .toggle:before {
  color: #009ed9;
  background-color: white;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.aui #site-wrapper .testimonial .interview {
  background-color: #eaebeb;
  padding: 0 20px;
  margin-top: 30px;
  position: relative;
}

html.aui #site-wrapper .testimonial .interview:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eaebeb;
}

html.aui #site-wrapper .testimonial .interview li {
  border-top: 1px solid #d3d4d4;
}

html.aui #site-wrapper .testimonial .interview li:first-child {
  border: 0;
}

html.aui #site-wrapper .testimonial .interview p {
  margin: 0;
  padding: 15px 0;
}

html.aui #site-wrapper .testimonial .interview p.question {
  cursor: pointer;
  position: relative;
}

html.aui #site-wrapper .testimonial .interview p.question strong {
  display: block;
  margin-right: 20px;
}

html.aui #site-wrapper .testimonial .interview p.question .icon {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 16px;
  color: #009ed9;
}

html.aui #site-wrapper .testimonial .interview p.question:not(.hc-collapsed) .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.aui #site-wrapper .testimonial .interview p.answer {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  html.aui #site-wrapper .testimonial .quote p {
    display: none;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .testimonial .meta {
    left: 10px;
    top: 10px;
    width: 53%;
  }
  html.aui #site-wrapper .testimonial .quote p {
    display: none;
  }
  html.aui #site-wrapper .testimonial .title h1 {
    padding: 10px;
  }
  html.aui #site-wrapper .testimonial .toggle {
    bottom: 10px;
    left: 10px;
  }
  html.aui #site-wrapper .testimonial .toggle:before {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
html.aui #site-wrapper .section-matchboxx-links, html.aui #site-wrapper .section-matchboxx-recruiter, html.aui #site-wrapper .section-matchboxx-start {
  padding: 100px 0;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .section-matchboxx-links, html.aui #site-wrapper .section-matchboxx-recruiter, html.aui #site-wrapper .section-matchboxx-start {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .matchboxx__status-wrapper {
    padding-top: 30px;
  }
}
html.aui #site-wrapper .matchboxx__status-bar {
  max-width: 112px;
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .matchboxx__status-bar {
    top: 30px;
    right: 15px;
  }
}
html.aui #site-wrapper .matchboxx__status-date {
  color: #747678;
}

html.aui #site-wrapper .matchboxx__status-text {
  margin-top: 40px;
}

html.aui #site-wrapper .matchboxx__status-grafic {
  max-width: 181px;
}

html.aui #site-wrapper .matchboxx__highlight-container {
  padding-left: 15px;
  padding-right: 15px;
}

html.aui #site-wrapper .matchboxx__highlight-info {
  padding: 30px;
}

html.aui #site-wrapper .matchboxx__highlight-info:first-of-type {
  padding-left: 0;
}

@media (max-width: 991px) {
  html.aui #site-wrapper .matchboxx__highlight-info:nth-of-type(2n+1) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .matchboxx__highlight-info {
    padding-left: 0px;
  }
}
html.aui #site-wrapper .matchboxx__highlight-info i.icon {
  color: white;
}

html.aui #site-wrapper .matchboxx__highlight-info h3 {
  color: #002776;
  margin: 10px 0;
  font-weight: bold;
}

html.aui #site-wrapper .matchboxx__highlight-info span {
  color: white;
  font-size: 22px;
  line-height: 24px;
}

html.aui #site-wrapper .matchboxx__highlight-info a {
  color: white;
}

html.aui #site-wrapper .matchboxx__highlight-info a:hover {
  color: #002776;
}

html.aui #site-wrapper .matchboxx__recruiter-image {
  width: 300px;
  height: 300px;
}

html.aui #site-wrapper .matchboxx__recruiter-caption {
  margin-top: 10px;
}

html.aui #site-wrapper .matchboxx__recruiter-info p:last-of-type {
  margin-bottom: 40px;
}

html.aui #site-wrapper .matchboxx__link-with-icon {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

html.aui #site-wrapper .matchboxx__link-with-icon i.icon {
  color: #002776;
}

html.aui #site-wrapper .matchboxx__link-with-icon i.icon:before {
  margin-bottom: 10px;
}

html.aui #site-wrapper .matchboxx__link-with-icon span {
  font-size: 22px;
}

html.aui #site-wrapper .matchboxx-login .super-heading .icon::before {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  html.aui #site-wrapper body.hc-js-fixed .matchboxx__header .header-col {
    padding-top: 20px;
  }
  html.aui #site-wrapper body.hc-js-fixed .matchboxx__header .nav-top-head {
    display: block !important;
  }
}
html.aui #site-wrapper #matchboxx-form {
  padding-top: 30px;
}

@media print {
  html.aui #site-wrapper .no-print {
    display: none !important;
  }
  html.aui #site-wrapper a[href]:after {
    content: none !important;
  }
  html.aui #site-wrapper .hc-navbar-default {
    background-color: #009ed9 !important;
    border-color: #eaebeb !important;
  }
  html.aui #site-wrapper .hc-navbar-default .hc-navbar-header {
    float: left !important;
  }
  html.aui #site-wrapper .hc-navbar-default .hc-nav > li {
    display: inline-block !important;
  }
  html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > li > a {
    color: white !important;
  }
  html.aui #site-wrapper #site-header {
    position: relative !important;
    top: 0px;
  }
  html.aui #site-wrapper #sidebar {
    display: none;
  }
  html.aui #site-wrapper .keyvisual-content {
    background: white !important;
  }
  html.aui #site-wrapper .hc-collapse {
    display: block;
    visibility: visible;
  }
  html.aui #site-wrapper .testimonial .interview {
    background-color: #eaebeb !important;
  }
  html.aui #site-wrapper .panel {
    background-color: white !important;
  }
  html.aui #site-wrapper .panel.panel-light-blue {
    background-color: #009ed9 !important;
  }
  html.aui #site-wrapper .section-light-blue p, html.aui #site-wrapper .section-light-blue ul, html.aui #site-wrapper .section-light-blue ol, html.aui #site-wrapper .section-dark-blue p, html.aui #site-wrapper .section-dark-blue ul, html.aui #site-wrapper .section-dark-blue ol {
    color: white !important;
  }
  html.aui #site-wrapper .section-light-blue h1, html.aui #site-wrapper .section-dark-blue h1 {
    color: white !important;
  }
  html.aui #site-wrapper .section-light-blue h1 em, html.aui #site-wrapper .section-dark-blue h1 em {
    color: #002776 !important;
  }
  html.aui #site-wrapper .section-light-blue {
    background-color: #009ed9 !important;
  }
  html.aui #site-wrapper .section-dark-blue {
    background-color: #002776 !important;
  }
  html.aui #site-wrapper .section-grey {
    background-color: #eaebeb !important;
  }
}
html.aui #site-wrapper .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

html.aui #site-wrapper .select2-container,
html.aui #site-wrapper .select2-drop,
html.aui #site-wrapper .select2-search,
html.aui #site-wrapper .select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

html.aui #site-wrapper .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html.aui #site-wrapper html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

html.aui #site-wrapper .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

html.aui #site-wrapper .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

html.aui #site-wrapper .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html.aui #site-wrapper html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

html.aui #site-wrapper .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

html.aui #site-wrapper .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

html.aui #site-wrapper .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

html.aui #site-wrapper .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

html.aui #site-wrapper .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

html.aui #site-wrapper .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

html.aui #site-wrapper .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

html.aui #site-wrapper .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

html.aui #site-wrapper .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

html.aui #site-wrapper .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html.aui #site-wrapper html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

html.aui #site-wrapper .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

html.aui #site-wrapper html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

html.aui #site-wrapper .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

html.aui #site-wrapper .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html.aui #site-wrapper html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html.aui #site-wrapper .select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html.aui #site-wrapper .select2-container-active .select2-choice,
html.aui #site-wrapper .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

html.aui #site-wrapper .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

html.aui #site-wrapper .select2-dropdown-open.select2-drop-above .select2-choice,
html.aui #site-wrapper .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

html.aui #site-wrapper .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html.aui #site-wrapper html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

html.aui #site-wrapper .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html.aui #site-wrapper html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

html.aui #site-wrapper .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html.aui #site-wrapper .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.aui #site-wrapper html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

html.aui #site-wrapper .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

html.aui #site-wrapper .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

html.aui #site-wrapper .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

html.aui #site-wrapper .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.aui #site-wrapper .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

html.aui #site-wrapper .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

html.aui #site-wrapper .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

html.aui #site-wrapper .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

html.aui #site-wrapper .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

html.aui #site-wrapper .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

html.aui #site-wrapper .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

html.aui #site-wrapper .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

html.aui #site-wrapper .select2-results li em {
  background: #feffde;
  font-style: normal;
}

html.aui #site-wrapper .select2-results .select2-highlighted em {
  background: transparent;
}

html.aui #site-wrapper .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

html.aui #site-wrapper .select2-results .select2-no-results,
html.aui #site-wrapper .select2-results .select2-searching,
html.aui #site-wrapper .select2-results .select2-ajax-error,
html.aui #site-wrapper .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

html.aui #site-wrapper .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

html.aui #site-wrapper .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

html.aui #site-wrapper .select2-results .select2-selected {
  display: none;
}

html.aui #site-wrapper .select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

html.aui #site-wrapper .select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

html.aui #site-wrapper .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

html.aui #site-wrapper .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

html.aui #site-wrapper .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

html.aui #site-wrapper .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

html.aui #site-wrapper .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html.aui #site-wrapper html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

html.aui #site-wrapper .select2-locked {
  padding: 3px 5px 3px 5px !important;
}

html.aui #site-wrapper .select2-container-multi .select2-choices {
  min-height: 26px;
}

html.aui #site-wrapper .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

html.aui #site-wrapper .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html.aui #site-wrapper html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

html.aui #site-wrapper .select2-default {
  color: #999 !important;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html.aui #site-wrapper html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

html.aui #site-wrapper .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

html.aui #site-wrapper html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

html.aui #site-wrapper .select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html.aui #site-wrapper html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

html.aui #site-wrapper .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

html.aui #site-wrapper .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

html.aui #site-wrapper .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

html.aui #site-wrapper .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

html.aui #site-wrapper .select2-result-selectable .select2-match,
html.aui #site-wrapper .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

html.aui #site-wrapper .select2-offscreen, html.aui #site-wrapper .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

html.aui #site-wrapper .select2-display-none {
  display: none;
}

html.aui #site-wrapper .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  html.aui #site-wrapper .select2-search input,
  html.aui #site-wrapper .select2-search-choice-close,
  html.aui #site-wrapper .select2-container .select2-choice abbr,
  html.aui #site-wrapper .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  html.aui #site-wrapper .select2-search input {
    background-position: 100% -21px !important;
  }
}
html.aui #site-wrapper .liquid-container {
  position: relative;
  overflow: hidden;
  /* without this, overflow:hidden won't take effect because the things
     we're trying to hide are on a separate accelerated
     context. Also, this prevents a tiny vertical jump when the
     content switches to accelerated.  */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

html.aui #site-wrapper .liquid-child {
  overflow: hidden;
  /* Prevent margin collapse */
}

html.aui #site-wrapper .lm-container {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

html.aui #site-wrapper .lf-dialog {
  position: relative;
  background: white;
  padding: 1.5em;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
}

html.aui #site-wrapper .lf-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

html.aui #site-wrapper .lf-modal-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html.aui #site-wrapper .ui-slider {
  position: relative;
  text-align: left;
}

html.aui #site-wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

html.aui #site-wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

html.aui #site-wrapper .ui-slider.ui-state-disabled .ui-slider-handle,
html.aui #site-wrapper .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

html.aui #site-wrapper .ui-slider-horizontal {
  height: 0.8em;
}

html.aui #site-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

html.aui #site-wrapper .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

html.aui #site-wrapper .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

html.aui #site-wrapper .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

html.aui #site-wrapper .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

html.aui #site-wrapper .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

html.aui #site-wrapper .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

html.aui #site-wrapper .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

html.aui #site-wrapper .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

html.aui #site-wrapper .hc-mm-content-container {
  min-height: 375px;
}

html.aui #site-wrapper .hc-mm-question-question-text {
  font-weight: bold;
}

html.aui #site-wrapper .icon.icon-mm-start {
  background: url("/o/hayscareer-theme/images/matchmaker/matchmaker_start.png") center no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: block;
}

html.aui #site-wrapper .hc-mm-pagination {
  margin-bottom: 20px;
}

html.aui #site-wrapper .hc-mm-pagination li {
  padding: 0px;
}

html.aui #site-wrapper .hc-mm-pagination li:first-child {
  padding-left: 0px;
}

html.aui #site-wrapper .hc-mm-pagination li.has-no-answer a {
  pointer-events: none;
  cursor: default;
  transition-delay: 0.1s;
}

html.aui #site-wrapper .hc-mm-pagination li.has-answer a {
  border: 1px solid #009ed9;
  background-color: #009ed9;
  color: white;
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

html.aui #site-wrapper .hc-mm-pagination li.active a, html.aui #site-wrapper .hc-mm-pagination li a:hover {
  background-color: #002776;
  color: white;
  border: 1px solid #002776;
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

html.aui #site-wrapper .hc-mm-pagination a {
  display: block;
  padding: 5px 11px;
  border: 1px solid #009ed9;
  text-decoration: none;
}

html.aui #site-wrapper .hc-mm-answer .select2-container {
  height: 36px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  width: 100%;
}

html.aui #site-wrapper .hc-mm-answer .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
  border-color: #002776 transparent transparent transparent;
}

html.aui #site-wrapper .hc-mm-answer .select2-choice {
  color: #002776;
  height: 36px;
  padding-top: 6px;
}

html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice, html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice .select2-arrow {
  background-color: white;
  background-image: none;
  border-radius: 0px;
  border: 0px;
}

html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice .select2-arrow {
  width: 45px;
}

html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice .select2-arrow b {
  background: transparent;
}

html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice .select2-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-width: 8px;
  border-style: solid;
  border-color: #009ed9 transparent transparent transparent;
  width: 8px;
  height: 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  html.aui #site-wrapper .hc-mm-answer .select2-search input,
  html.aui #site-wrapper .hc-mm-answer .select2-search-choice-close,
  html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice abbr,
  html.aui #site-wrapper .hc-mm-answer .select2-container .select2-choice .select2-arrow b {
    background: transparent !important;
  }
}
html.aui #site-wrapper .hc-mm-answer p.hc-mm-multi-slider-hint {
  padding-bottom: 20px;
}

html.aui #site-wrapper .hc-mm-answer b.hc-mm-multi-slider-points {
  padding: 3px 5px;
  margin: 0px 3px;
  color: #009ed9;
  background-color: white;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider span.hc-mm-answer-text {
  margin-bottom: 5px;
  display: block;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .scale-labels {
  padding-top: 5px;
  font-size: 14px;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .scale-labels .scale-right {
  text-align: right;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .slider.ui-slider {
  border-radius: 0px;
  border: none;
  margin-right: 0.8em;
  margin-left: 2px;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .slider.ui-slider:after {
  display: block;
  content: "";
  height: 0.8em;
  width: 0.9em;
  position: absolute;
  right: -0.9em;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .slider.ui-slider.single {
  background: -webkit-linear-gradient(left, #739600, #d71f85);
  background: -o-linear-gradient(left, #739600, #d71f85);
  background: linear-gradient(to right, #739600, #d71f85);
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .slider.ui-slider.single:after {
  background-color: #d71f85;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .slider.ui-slider .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.1em;
  border-radius: 50%;
  border: 3px solid white;
  background: transparent;
  outline: none;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider .slider.ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  background-color: white;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider {
  padding: 0 0 20px 0;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n) .slider.ui-slider {
  background-color: #739600;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n) .slider.ui-slider:after {
  background-color: #739600;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n+1) .slider.ui-slider {
  background-color: #d71f85;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n+1) .slider.ui-slider:after {
  background-color: #d71f85;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n+2) .slider.ui-slider {
  background-color: #e98300;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n+2) .slider.ui-slider:after {
  background-color: #e98300;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n+3) .slider.ui-slider {
  background-color: #80379b;
}

html.aui #site-wrapper .hc-mm-answer .hc-mm-slider.hc-mm-multi-slider:nth-child(4n+3) .slider.ui-slider:after {
  background-color: #80379b;
}

html.aui #site-wrapper ul.select2-results {
  color: white;
  background-color: #009ed9;
  padding-left: 0px !important;
}

html.aui #site-wrapper ul.select2-results li {
  list-style-type: none !important;
  padding: 8px !important;
}

html.aui #site-wrapper ul.select2-results li.select2-highlighted {
  background-color: #009ed9;
  color: #002776;
}

html.aui #site-wrapper ul.select2-results li .select2-result-label {
  padding: 0px;
}

html.aui #site-wrapper ul.hc-mm-answers {
  padding-left: 20px;
}

html.aui #site-wrapper ul.hc-mm-answers li {
  position: relative;
  padding-left: 30px;
}

html.aui #site-wrapper ul.hc-mm-answers li label {
  font-size: 16px;
}

html.aui #site-wrapper ul.hc-mm-answers li label input[type=radio] {
  display: none;
}

html.aui #site-wrapper ul.hc-mm-answers li label input[type=radio] + span {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid white;
  background-color: white;
}

html.aui #site-wrapper ul.hc-mm-answers li label input[type=radio]:checked + span {
  background-color: #739600;
}

html.aui #site-wrapper ul.hc-mm-answers li label input[type=radio] + span, html.aui #site-wrapper ul.hc-mm-answers li label input[type=radio]:checked + span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

html.aui #site-wrapper .hc-mm-question {
  margin: 40px 0px;
}

html.aui #site-wrapper .hc-mm-nav-buttons {
  margin-top: 10px;
}

html.aui #site-wrapper .hc-mm-nav-buttons .hc-mm-nav-buttons-next.inactive {
  cursor: initial;
  background-color: #747678;
}

html.aui #site-wrapper .hc-mm-nav-buttons .hc-mm-nav-buttons-next.inactive:hover {
  background-color: #747678;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .search-results {
  width: 100%;
  text-align: center;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .journal-article-page-number {
  margin-right: 4px;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .pager {
  position: absolute;
  bottom: -5px;
  right: 0;
  margin: 20px 0;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .pager li.disabled {
  visibility: hidden;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .pager .previous-page {
  position: absolute;
  left: -1050px;
  top: 0;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .pager a {
  padding: 0;
  background-color: transparent;
  border: 0;
}

html.aui #site-wrapper .table-layout {
  border-bottom: none;
}

html[lang=de-DE] .de-DE {
  font-weight: bold;
}

html[lang=en-GB] .en-GB {
  font-weight: bold;
}


.hh-btn.hh-btn-colored.hays-pink {
  transition: background-color 0.2s ease-in-out;
  border-style: none;
  border-radius: 0;
  border-width: 0;
  color: #fff;
  background-color: #d71f85;
  font-size: 14px;
}

.form-control {
  width: 100% !important;
}

.div-webinar-registration {
  font-size: 16px;
}

#webinar-submit {
  color: #fff;
  border-color: #45629b #45629b #011b4f;
  background: linear-gradient(to bottom, #25458a, #012165);
}

#webinar-submit:hover {
  color: #fff;
  background: -ms-linear-gradient(#26addf, #0188ba);
  background: -webkit-linear-gradient(top, #26addf, #0188ba);
  background: linear-gradient(to bottom, #26addf, #0188ba);
  border-color: #2599c4 #2599c4 #1e88b0 #1e88b0;
}

.job-offer .hays__erstlogin__login-start__mail-topics li label {
  display: inline-flex !important;
}

.job-offer .hays__erstlogin__login-start__mail-topics li {
  list-style-type: none !important;
  padding-top: 5px;
}

.d-none-default {
  display: none;
}

@media only screen and (max-width: 1180px) {
  .public-page nav.hc-nav.nav-top-head.scrollPosition {
    width: 40% !important;
    top: 27px !important;
  }
  html.aui #site-wrapper #site-header .header-logo.MarginWrap {
    margin-left: 0px;
  }
  html.aui #site-wrapper .nav-top-head ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 15px;
    right: -8px;
  }
}
@media (max-width: 1024px) {
  html.aui #site-wrapper #site-header .header-search {
    right: 31px !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 300px !important;
  }
  html.aui #site-wrapper #site-header .header-logo.MarginWrap {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .public-page nav.hc-nav.nav-top-head.scrollPosition {
    width: 57% !important;
    top: 45px !important;
  }
  .public-page nav.hc-nav.nav-top-head {
    width: 39%;
  }
  .scrollPosition {
    width: 31% !important;
    font-size: 1px;
    top: 27px !important;
  }
  .scrollPosition ul li {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    right: 32px !important;
    top: 31px !important;
  }
}
@media (max-width: 767px) {
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 500px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 62px;
    right: 90px;
  }
  html.aui #site-wrapper #site-header .header-search .header-search-help {
    right: 129px !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
    width: 500px !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
    width: 500px !important;
    margin-bottom: -2px !important;
  }
  html.aui #site-wrapper .header-search button {
    width: 113px !important;
  }
  html.aui .public-page #site-wrapper .header-search button::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: none;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
    background-size: 30px;
  }
  .header-search button.header-searchfield-button span {
    font-size: 13px;
  }
  .header-col {
    position: absolute !important;
    left: 58PX;
    width: 89%;
    display: flex;
    align-items: center;
    z-index: 99;
  }
  .public-page nav.hc-nav.nav-top-head {
    width: 0% !important;
    left: 34rem;
  }
  .hc-navbar-collapse.hc-collapse.in {
    width: 100%;
  }
  .html.aui .fixed {
    position: fixed !important;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    height: 61px;
    top: 0;
    right: -27px;
    width: 60px;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: 90px;
  }
  html.aui #site-wrapper #site-header .header-logo-mobile {
    width: 78px;
  }
  .site.hc-js-fixed-ignore nav.hc-nav.nav-top-head {
    width: 0;
    left: 0;
  }
  .public-page.site.hc-js-fixed-ignore .header-search-button-mobile {
    display: none !important;
  }
  .public-page.site.hc-js-fixed-ignore nav.hc-nav.nav-top-head {
    width: auto;
    left: auto;
    right: 88px !important;
  }
  html.aui #site-wrapper .nav-top-head a {
    font-size: 14px;
  }
}
@media (min-width: 470px) and (max-width: 660px) {
  .public-page.site.hc-js-fixed-ignore nav.hc-nav.nav-top-head {
    width: 0px !important;
  }
  html.aui #site-wrapper #site-header.no-searchbar .nav-top-head {
    left: 18rem !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
    width: 400px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 62px;
    right: 85px;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    right: -15px;
  }
  html.aui #site-wrapper .nav-top-head {
    left: 12rem !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 400px !important;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: 85px;
  }
}
@media only screen and (max-width: 540px) {
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    right: -1px !important;
  }
  html.aui #site-wrapper .nav-top-head {
    left: -5rem !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 330px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 62px;
    right: 116px;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
    width: 330px !important;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: 116px;
  }
  html.aui #site-wrapper #site-header.no-searchbar .nav-top-head {
    left: 11rem !important;
  }
}
@media only screen and (max-width: 480px) {
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    right: 5px !important;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: 132px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 62px;
    right: 135px;
  }
}
@media only screen and (max-width: 412px) {
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    right: 12px !important;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: 143px;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 285px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 62px;
    right: 144px;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
    width: 285px !important;
  }
}
@media only screen and (max-width: 390px) {
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    right: 15px !important;
  }
  html.aui #site-wrapper #site-header.no-searchbar .nav-top-head {
    left: 5rem !important;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: 143px !important;
  }
  html.aui #site-wrapper #site-header .header-search.scrollMargin {
    top: 60px;
    right: 130px;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text] {
    width: 257px !important;
  }
  html.aui #site-wrapper .header-search form.hc-form input[type=text].scrollWidth {
    width: 257px !important;
  }
}
html.aui #site-wrapper #site-footer #contact {
  font-size: 14px;
}

html.aui #site-wrapper #site-footer #contact a {
  font-weight: bold;
  text-decoration: underline;
}

html.aui #site-wrapper #site-footer #contact a:hover {
  color: #335291 !important;
}

html.aui #site-wrapper #site-footer #important-links a {
  font-size: 14px;
  color: #002776;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
}

html.aui #site-wrapper #site-footer #important-links a:hover {
  color: #335291;
}

html.aui #site-wrapper #imprint .container {
  padding: 0 2%;
}

html.aui #site-wrapper #imprint .nav-footer {
  text-align: center;
}

html.aui #site-wrapper #imprint .footer-copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
}

html.aui #site-wrapper #imprint .nav-footer a {
  font-size: 13px;
}

html.aui #site-wrapper #imprint .nav-footer #teconsent a {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  html.aui #site-wrapper #site-footer #important-links {
    margin-bottom: 20px;
  }
  html.aui #site-wrapper #site-footer .container {
    padding: 0 30px;
  }
  html.aui #site-wrapper #imprint .container {
    padding: 0 23px;
  }
}
/* Language Selector in Header */
html.aui #site-wrapper ul.list-inline li {
  height: 20px;
}
@media (max-width: 576px) {
  html.aui #site-wrapper ul.list-inline li.mob-block {
    display: block;
    margin-top: 20px;
  }
}
html.aui #site-wrapper section#portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_INSTANCE_global_language_selector_3 {
  padding: 0;
}
html.aui #site-wrapper section#portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_INSTANCE_global_language_selector_3 .nav-link {
  display: contents;
}
html.aui #site-wrapper section#portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_INSTANCE_global_language_selector_3 .portlet-content {
  padding: 0.5rem 0;
}
html.aui #site-wrapper .portlet-content {
  background: transparent;
}

/* Overwrite of Clay Containers */
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
/* Job Search Updates */
html.aui #site-wrapper .job-search-filter {
  margin-top: 30px;
  padding: 20px;
}
html.aui #site-wrapper .job-search-filter.card {
  border: 0;
}
html.aui #site-wrapper .job-search-filter .card-header {
  background: transparent;
  border-bottom: 0;
}

.portlet-nested-portlets .portlet-boundary {
  top: -10px !important;
}

.h-timeline-container {
  margin-top: 0 !important;
}

#site-wrapper .journal-content-article h2.h1-style {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  #site-wrapper .journal-content-article h2.h1-style {
    margin-bottom: 0px !important;
  }
}
/* Page Iterator Begin */
html.aui .overlay-focused .lfr-icon-menu-open a.lfr-icon-item {
  font-size: 16px;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .search-results {
  width: auto;
}
html.aui #site-wrapper .clearfix.lfr-pagination {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
html.aui #site-wrapper .clearfix.lfr-pagination:before, html.aui #site-wrapper .clearfix.lfr-pagination:after {
  display: none;
}
html.aui #site-wrapper .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle.btn-secondary {
  color: #fff;
}
html.aui #site-wrapper .lfr-pagination-config .lfr-pagination-page-selector a {
  border-color: #009fda;
  color: black;
  background: white;
  font-size: 16px;
  padding: 8px;
  line-height: 22px;
}
html.aui #site-wrapper .lfr-pagination-buttons.pagination {
  padding-top: 0;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination-config {
  line-height: 38px;
}
html.aui #site-wrapper .taglib-page-iterator .search-results {
  width: auto;
  text-align: center;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li {
  line-height: 38px;
  display: inline-flex;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li a {
  color: #337ab7;
  background: white;
  border: 1px solid #ddd;
  padding: 0 8px;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li a:hover {
  background: #ddd;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li.first a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li.last a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
html.aui #site-wrapper .taglib-page-iterator .lfr-pagination .lfr-pagination-buttons li.disabled a {
  color: #777;
  background-color: white;
}

/* Page Iterator End */
/* Fix for New Navigation Begin */
/* only screen and (max-width: 480px) */
@media (min-width: 768px) {
  html.aui #site-wrapper .col-sm-12.header-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  html.aui #site-wrapper #site-header .header-search.header-search-mobile {
    display: none !important;
  }
  html.aui #site-wrapper #site-header .mobile-language-switch {
    display: none;
  }
  .mobile-language-switch {
    display: none;
  }
  .container.header-container {
    height: 78px;
  }
  html.aui #site-wrapper #site-header .header-search.desktop {
    position: relative;
    top: 20px;
  }
  html.aui #site-wrapper #site-header .header-search.desktop .portlet-content {
    padding: 0;
  }
  html.aui #site-wrapper .hc-nav.nav-top-head ul.list-inline {
    line-height: 78px;
  }
}
@media (max-width: 767px) {
  .hc-navbar-collapse {
    background-color: #009ed9;
  }
  .mobile-language-switch {
    height: 50px;
    line-height: 42px;
    color: white;
    position: absolute;
    right: 35%;
  }
  html.aui #site-wrapper .mobile-language-switch .portlet-body {
    color: #002776;
  }
  html.aui #site-wrapper .mobile-language-switch a,
  html.aui #site-wrapper .mobile-language-switch a:visited,
  html.aui #site-wrapper .mobile-language-switch a:active,
  html.aui #site-wrapper .mobile-language-switch a:focus {
    color: #002776;
  }
  html.aui #site-wrapper #site-header .header-search.desktop {
    display: none !important;
  }
  html.aui #site-wrapper #site-header .header-search-button-mobile {
    width: 50px;
    height: 50px;
    right: 0 !important;
  }
  html.aui #site-wrapper .hc-navbar .hc-navbar-header {
    min-height: 50px;
    height: 50px;
  }
  html.aui #site-wrapper .hc-navbar {
    min-height: 50px;
    height: 50px;
  }
  html.aui #site-wrapper .hc-navbar .hc-navbar-header {
    height: 50px;
    margin-top: 0;
  }
  html.aui #site-wrapper #site-header .header-logo-mobile {
    width: 64px;
    height: 50px;
    top: 0;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
  }
  html.aui #site-wrapper .hc-navbar .hc-navbar-header button.hc-navbar-toggle {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html.aui #site-wrapper .col-sm-12.header-col {
    width: 88%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  html.aui #site-wrapper .header-search .portlet-content {
    padding: 0;
  }
  html.aui #site-wrapper #site-header .header-search {
    right: auto !important;
    left: 2.5%;
    width: 95%;
    position: absolute;
    right: auto !important;
  }
}
@media (max-width: 480px) {
  html.aui #site-wrapper #site-header .header-search {
    right: 0 !important;
  }
}
/* Fix for New Navigation Begin */
#site-header .header-searchfield input.header-searchfield-input {
  background: #EAEBEB !important;
}

/* Mobile Navigation */
#mobile-site-header {
  display: none;
}

header#mobile-site-header {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  background: #009ed9;
  top: 0 !important;
}
header#mobile-site-header .header-search-button-mobile {
  width: 50px;
  height: 50px;
  background-color: #e98300;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 30px;
  font-size: 13px;
  border: 0px;
}

.header-search.header-search-mobile {
  display: none;
}

/* Fixed Image */
html.aui .fixed img {
  width: 119x;
}
@media (max-width: 767px) {
  html.aui .fixed img {
    width: 32px;
  }
}

html.aui #site-wrapper #mobile-site-header.fixed:before {
  height: 0;
}

html.aui #site-wrapper #mobile-site-header.fixed .button-logo .header-logo-mobile {
  width: 78.84px;
}
@media (max-width: 767px) {
  html.aui #site-wrapper #mobile-site-header.fixed .button-logo .header-logo-mobile {
    width: 78.84px;
  }
}

@media (max-width: 767px) {
  html.aui body {
    padding: 0px 0 0;
  }
  .header-search.header-search-mobile {
    width: 98%;
    position: absolute;
    z-index: 999;
    background: white;
  }
  .hayscareer_eyeAble_IconClass.eyeAble_customToolOpenerClass.eyeAbleContrastSkip.show.desktop-view {
    display: none;
  }
  .header-search.header-search-mobile span.header-search-help.icon.icon-question-sign.popover-trigger:before {
    font-size: 18px;
    color: #747678;
    line-height: 40px;
    position: absolute;
    right: 4px;
    z-index: 90;
  }
  .header-searchfield {
    width: 90%;
    margin: 10px auto 0;
  }
  span.header-search-help.icon {
    color: #747678;
  }
  header#mobile-site-header {
    display: flex;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    background: #009ed9;
    top: 0;
    z-index: 1000;
  }
  header#mobile-site-header .header-search-button-mobile {
    width: 50px;
    height: 50px;
    background-color: #e98300;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    font-size: 13px;
    border: 0px;
    position: relative;
  }
  header#mobile-site-header .header-search-button-mobile img {
    position: absolute;
  }
  header#mobile-site-header .header-search-button-mobile img.close-search {
    display: none;
  }
  header#mobile-site-header .header-search-button-mobile img.open-search {
    display: block;
    top: 8px;
    left: 10px;
  }
  header#mobile-site-header .header-search-button-mobile.active {
    background-color: #002776;
  }
  header#mobile-site-header .header-search-button-mobile.active img.close-search {
    display: block;
    width: 18px;
    height: 19px;
    top: 15px;
    left: 16px;
    position: absolute;
  }
  header#mobile-site-header .header-search-button-mobile.active img.open-search {
    display: none;
  }
  header#site-header {
    display: none;
  }
  html.aui #site-wrapper #mobile-site-header {
    color: #002776;
  }
  html.aui #site-wrapper #mobile-site-header a, html.aui #site-wrapper #mobile-site-header a:visited, html.aui #site-wrapper #mobile-site-header a:active, html.aui #site-wrapper #mobile-site-header a:focus {
    color: #002776;
  }
}
html.aui #site-wrapper #mobile-site-header .portlet-language {
  height: 20px;
}
html.aui #site-wrapper #mobile-site-header .portlet-language a {
  color: #002776;
}
html.aui #site-wrapper #mobile-site-header button.hc-navbar-toggle {
  margin-left: 12px;
  float: none;
}
html.aui #site-wrapper #mobile-site-header .hc-navbar-toggle {
  float: none;
}
html.aui #site-wrapper #mobile-site-header .hayscareer_eyeAble_IconClass {
  top: 0;
  right: auto;
  position: relative;
}
html.aui #site-wrapper #mobile-site-header button.header-search-button-mobile {
  position: relative;
  display: block !important;
}
html.aui #site-wrapper #mobile-site-header .hc-navbar-toggle {
  float: none;
}
html.aui #site-wrapper #mobile-site-header .hc-navbar-toggle .icon-bar {
  background: white;
}
html.aui #site-wrapper #mobile-site-header .button-logo .header-logo-mobile {
  height: 50px;
  position: absolute;
  top: 0;
}
html.aui #site-wrapper #mobile-site-header button.header-search-button-mobile {
  width: 50px;
  height: 50px;
  right: 0 !important;
  position: relative;
}
html.aui #site-wrapper #mobile-site-header .hc-navbar-collapse.hc-collapse.in {
  width: 100%;
  padding: 0 15px !important;
}
html.aui #site-wrapper #mobile-site-header .button-logo {
  width: 110px;
}

@media (min-width: 768px) {
  .header-search.header-search-mobile {
    display: none !important;
  }
  .hc-collapse-mobile .hc-nav.hc-navbar-nav {
    display: none;
  }
}
div#hc-js-navbar-collapse ul.hc-nav.hc-navbar-nav li a {
  color: white;
}

div#hc-js-navbar-collapse ul.hc-nav.hc-navbar-nav {
  margin: 7.5px 15px;
}

html.aui #site-wrapper #hc-js-navbar-collapse .hc-nav ul {
  padding: 0 15px;
}

html.aui #site-wrapper #hc-js-navbar-collapse .hc-nav > li > a:hover {
  background: transparent;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > li a {
  color: white;
}

html.aui #site-wrapper .hc-navbar ul.hc-navbar-nav > li > a {
  line-height: 50px;
}

html.aui #site-wrapper .hc-nav > li > a:hover, html.aui #site-wrapper .hc-nav > li > a:focus {
  background: transparent;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .hc-collapse-mobile {
    position: absolute;
    z-index: 999;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-container {
    padding: 0;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav {
    margin: 7.5px 0;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav .open > a {
    background-color: transparent !important;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav .open > a:focus, html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav .open > a::hover {
    background-color: transparent !important;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav > li > a:hover {
    background-color: transparent;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav > li:not(.divider):not(.from-top-nav-menu) {
    min-height: 50px;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav .divider {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav li.hc-dropdown.open ul.hc-dropdown-menu {
    display: block;
    padding: 0;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav li.hc-dropdown.open ul.hc-dropdown-menu > li > a {
    padding: 0;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav li.hc-dropdown.open ul.hc-dropdown-menu > li > a:focus, html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav li.hc-dropdown.open ul.hc-dropdown-menu > li > a:hover {
    color: white;
    background-color: transparent;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav li.hc-dropdown.open .hc-dropdown-container {
    background-color: rgba(4, 42, 117, 0.9);
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav li.from-top-nav-menu {
    display: inline;
    font-size: 13px;
    line-height: 1.5;
    color: white;
    width: 48%;
  }
  html.aui #site-wrapper .hc-collapse-mobile .hc-nav.hc-navbar-nav .hc-dropdown-container .hc-row {
    position: relative;
  }
  html.aui #site-wrapper section#portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_INSTANCE_global_language_selector_3 .portlet-content {
    padding: 0;
  }
}
/* Desktop Navigation*/
html.aui #site-wrapper #site-header.header .header-logo {
  height: 45px;
  margin-top: 45px;
}
html.aui #site-wrapper #site-header.header .hc-nav {
  position: absolute;
  top: 0;
  right: 0 !important;
}
html.aui #site-wrapper #site-header.header .nav-top-head ul li {
  line-height: 11px;
  font-size: 11px;
  border-left: 1px solid #009ed9;
  padding-left: 19px;
  padding-right: 15px;
}
html.aui #site-wrapper #site-header.header .nav-top-head ul li.hc-language-switch {
  padding-right: 0;
}
@media (min-width: 768px) {
  html.aui #site-wrapper #site-header.header .container.header-container {
    height: 138px;
  }
  html.aui #site-wrapper #site-header.header .col-sm-12.header-col {
    width: 100%;
    display: block;
  }
  html.aui #site-wrapper #site-header.header .header-search.desktop {
    position: absolute;
    top: 70px;
    right: 0;
  }
  html.aui #site-wrapper #site-header.header .input-span-wrapper {
    position: relative;
  }
  html.aui #site-wrapper #site-header.header .input-span-wrapper .header-search-help {
    right: 5px !important;
  }
}
html.aui #site-wrapper #site-header.header.fixed .header-logo {
  height: 45px;
  margin-top: 12px;
}
html.aui #site-wrapper #site-header.header.fixed .hc-nav {
  position: relative;
}
@media (min-width: 768px) {
  html.aui #site-wrapper #site-header.header.fixed .container.header-container {
    height: 74px;
  }
  html.aui #site-wrapper #site-header.header.fixed .col-sm-12.header-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  html.aui #site-wrapper #site-header.header.fixed .header-search.desktop {
    position: relative;
    top: 20px;
  }
  html.aui #site-wrapper #site-header.header.fixed .header-search.desktop .header-searchfield-input {
    width: 220px !important;
  }
}

html.aui #site-wrapper #site-header.header .hc-nav.hc-navbar-nav {
  position: static;
}

header#site-header.header .header-logo {
  display: block;
}
header#site-header.header .header-logo-fixed {
  display: none;
}

header#site-header.header.fixed .header-logo {
  display: none;
}
header#site-header.header.fixed .header-logo-fixed {
  display: block;
  margin-top: 22px;
}

.input-span-wrapper {
  position: relative;
}

#site-content .input-span-wrapper {
  float: left;
}

@media only screen and (max-width: 540px) {
  html.aui #site-wrapper .header-search-mobile form.hc-form input[type=text] {
    width: 290px !important;
  }
}
@media only screen and (max-width: 412px) {
  html.aui #site-wrapper .header-search-mobile form.hc-form input[type=text] {
    width: 245px !important;
  }
}

html.aui body.signed-in .fixed {
  top: 56px !important;
}

html.aui body.signed-in #site-wrapper #site-header.header.fixed .header-search.desktop {
  top: -25px;
}

html.aui body.signed-in #site-wrapper #site-header.header.fixed .hc-nav {
  top: -17px;
}

html.aui #site-wrapper #site-header.header .hc-nav html.aui body.signed-in .hc-language-switch header.cadmin.portlet-topper.fixed {
  display: none !important;
}

html.aui #site-wrapper #site-content .hc-row {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  html.aui #site-header.header nav.hc-nav.nav-top-head {
    width: 35% !important;
  }
}
#hc-js-navbar-collapse .hayscareer_eyeAble_IconClass.eyeAble_customToolOpenerClass.eyeAbleContrastSkip {
  position: absolute;
  top: 10px;
  right: -30px;
  display: block;
}

html.aui #site-wrapper header#site-header.header .hc-navbar-collapse {
  position: relative;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("/o/hayscareer-theme/images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat 0 1px;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("/o/hayscareer-theme/images/select2.png") no-repeat 100% -22px;
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("/o/hayscareer-theme/images/select2.png") no-repeat -37px -22px;
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/o/hayscareer-theme/images/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
  background: #fff url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100%;
  background: url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("/o/hayscareer-theme/images/select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("/o/hayscareer-theme/images/select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("/o/hayscareer-theme/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.liquid-container {
  position: relative;
  overflow: hidden;
  /* without this, overflow:hidden won't take effect because the things
     we're trying to hide are on a separate accelerated
     context. Also, this prevents a tiny vertical jump when the
     content switches to accelerated.  */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.liquid-child {
  overflow: hidden; /* Prevent margin collapse */
}

.lm-container {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.lf-dialog {
  position: relative;
  background: white;
  padding: 1.5em;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
}

.lf-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.lf-modal-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*!
 * jQuery UI Slider 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 30px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

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

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

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

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

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

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

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

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

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

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

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* }}} */
/* Hays Css-Angaben{{{ */
html.aui #event-by-city p.asset-entries-group-label {
  display: none;
}

html.aui #event-by-city .space-top-max {
  margin-top: 0px;
}

.bewerbertipps-hc-layout .visible-interaction {
  position: relative;
  right: -20px;
}

html[lang=de-DE] .de-DE {
  font-weight: bold;
}

html[lang=en-GB] .en-GB {
  font-weight: bold;
}

html.aui .hero_with_job-search {
  position: absolute;
  bottom: 15vh;
  background-color: rgba(0, 158, 217, 0.6);
  padding: 20px;
}

@media (max-width: 768px) {
  html.aui .hero_with_job-search {
    left: 0;
    right: 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  html.aui .hero_with_job-search {
    bottom: 5vh;
  }
}
html.aui .hero_with_job-search h1.hero-title {
  position: relative;
  bottom: auto;
}

html.aui #site-wrapper .hero_with_job-search h1.hero-title em {
  color: #002776;
}

html.aui .hero_with_job-search .hero-search-button,
html.aui .header-searchfield .header-searchfield-button {
  background-color: #e98300;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  border: 0px;
}

.hc-hero .header-search-help {
  display: none;
}

html.aui #site-wrapper .front-hc-layout .hc-hero {
  height: calc(100vh - 60px);
}

html.aui .hero_with_job-search .hero-search-button:hover,
html.aui .header-searchfield .header-searchfield-button:hover {
  background-color: #002776;
}

span.model-text {
  color: #002776;
  font-size: 27px;
  line-height: 30px;
}

span.ad-modal-heading {
  font-size: 30px !important;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

html.aui .hero_with_job-search .hero-search-input,
html.aui .header-searchfield .header-searchfield-input {
  background-color: #eaebeb;
  width: 460px !important;
  max-width: 100%;
  border: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333344;
  -moz-placeholder-color: #333344;
  -moz-placeholder-opacity: 1;
  -ms-input-placeholder-color: #333344;
}

html.aui .hero_with_job-search .hero-search-input::-webkit-input-placeholder,
html.aui .header-searchfield .header-searchfield-input::-webkit-input-placeholder {
  color: #333344;
}

html.aui .hero_with_job-search .hero-search-input ::-moz-placeholder,
html.aui .header-searchfield .header-searchfield-input::-moz-placeholder {
  color: #333344;
  opacity: 1;
}

html.aui .hero_with_job-search .hero-search-input::-ms-clear,
html.aui .header-searchfield .header-searchfield-input::-ms-clear {
  display: none;
}

html.aui .hero_with_job-search .hero-search-button,
html.aui .hero_with_job-search .hero-search-input {
  margin-top: 20px !important;
}

html.aui .hero_with_job-search .hc-form,
html.aui .header-searchfield .hc-form {
  margin-bottom: 0;
}

html.aui #site-wrapper .hero_with_job-search h1.hero-title {
  position: relative;
  bottom: auto;
}

html.aui .hero_with_job-search .header-searchfield {
  margin-top: 20px;
}

#ControlMenu.control-menu {
  position: relative;
}

#ControlMenu.control-menu-level-1 {
  background-color: #80379b;
  background-image: none;
}

#site-header .nav.nav-top-head .from-top-nav-menu .portlet {
  margin-bottom: 0;
}

.hc-nav .list-inline .portlet {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .competition-divider img {
    width: 100%;
  }
}
html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-youtube:before {
  background-image: url("../images/social-media/icon-youtube.png");
}

html.aui #site-wrapper #sidebar .social-media .hc-btn-social.hc-btn-social-youtube:hover:before {
  background-image: url("../images/social-media/icon-youtube-blue.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-youtube.inverse:before {
  background-image: url("../images/social-media/icon-youtube-black.png");
}

html.aui #site-wrapper .hc-btn.hc-btn-social.hc-btn-social-youtube.blue:before {
  background-image: url("../images/social-media/icon-youtube-blue.png");
}

html.aui .hero_with_job-search ul#ui-id-1,
html.aui .header-searchfield ul#ui-id-1 {
  top: 61px !important;
}

html.aui .hero_with_job-search ul#ui-id-1 li {
  list-style-type: none !important;
}

html.aui #site-wrapper .hc-navbar-default ul.hc-navbar-nav > li a {
  color: white;
}

html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .pager li.first,
html.aui #site-wrapper .news-hc-layout .taglib-page-iterator .pager li.last {
  display: none;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  display: none;
}

html.aui #site-wrapper ul.value-list li {
  width: auto;
  padding-right: 30px !important;
}

html.aui #site-wrapper ul.value-list li:last-of-type {
  width: auto;
}

@media (max-width: 767px) {
  html.aui #site-wrapper ul.value-list li h2 {
    font-size: 17px;
  }
}
.videodunkel .nxp_bg {
  background: #002776;
}
.videodunkel .nxp_vresponsestatic {
  background: rgba(0, 39, 118, 0.8) !important;
}
.videodunkel .nxp_sociallayer {
  background: rgba(0, 39, 118, 0.8) !important;
}
.videodunkel .nxp_sociallayer .nxp_rate {
  color: white;
}
.videodunkel .nxp_socialline {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}
.videodunkel .nxp_sidebaritem div {
  opacity: 1;
}
.videodunkel .nxp_actionicon {
  opacity: 1;
}
.videodunkel .nxp_progressholder .nxp_innerprogress {
  background: #009ed9;
}
.videodunkel .nxp_volumeholder .nxp_innerprogress {
  background: white;
}
.videodunkel .nxp_progressholder {
  background: white;
}

.videohell .nxp_bg {
  background: #009ed9;
}
.videohell .nxp_vresponsestatic {
  background: rgba(0, 39, 118, 0.8) !important;
}
.videohell .nxp_sociallayer {
  background: rgba(0, 39, 118, 0.8) !important;
}
.videohell .nxp_sociallayer .nxp_rate {
  color: white;
}
.videohell .nxp_socialline {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}
.videohell .nxp_sidebaritem div {
  opacity: 1;
}
.videohell .nxp_actionicon {
  opacity: 1;
}
.videohell .nxp_progressholder .nxp_innerprogress {
  background: #002776;
}
.videohell .nxp_volumeholder .nxp_innerprogress {
  background: white;
}
.videohell .nxp_progressholder {
  background: white;
}

#adModal {
  display: none;
}
#adModal .modal-content {
  background-color: #fefefe;
  width: 800px;
  min-height: 520px;
  z-index: 999999999;
  top: 20%;
  margin: auto;
  border: 0px !important;
  border-radius: 0px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
#adModal .modal-content .modal-header {
  background-color: #009fda;
  padding: 10px 35px;
}
#adModal .modal-content .modal-header span {
  font-size: 8rem;
  color: white;
}
#adModal .modal-content .modal-header h2 {
  font-size: 30px;
  color: white !important;
  font-weight: bold;
}
#adModal .modal-content .modal-body .row {
  padding: 25px 30px;
}
#adModal .modal-content .modal-body .row h2 {
  color: #002776;
  font-size: 27px;
  line-height: 30px;
}
#adModal .modal-content .modal-body img {
  height: 260px;
}
#adModal .modal-content .modal-footer {
  border-top: 0px;
  padding-right: 60px;
}
#adModal .modal-content .modal-footer .btn-custom {
  background-color: #002776;
  padding: 10px;
  color: white;
  font-size: 2rem;
  text-decoration: none;
}
#adModal .modal-content .modal-footer .btn-custom:hover {
  background-color: #009ed9;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #adModal .modal-content {
    width: 75%;
  }
  #adModal .modal-content .modal-footer {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html.aui .hero_with_job-search .hero-search-input,
  html.aui .header-searchfield .header-searchfield-input {
    width: 300px !important;
  }
}
@media (max-width: 767px) {
  #adModal .modal-content {
    width: 80%;
    height: 75%;
  }
  #adModal .modal-content .modal-header h2 {
    font-size: 20px;
  }
  #adModal .modal-content .modal-header span {
    font-size: 6rem;
    margin-top: 10px;
  }
  #adModal .modal-content .modal-body {
    padding: 15px 10px;
    overflow: hidden;
  }
  #adModal .modal-content .modal-body .row {
    padding: 35px 25px;
  }
  #adModal .modal-content .modal-body .row h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #adModal .modal-content .modal-body img {
    height: 220px;
  }
  #adModal .modal-content .modal-footer {
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 350px) {
  #adModal .modal-content {
    top: 0;
    height: 100%;
  }
  #adModal .modal-content .modal-header {
    padding: 10px 15px;
  }
  #adModal .modal-content .modal-body .row {
    padding: 15px 20px;
  }
}
@media (max-width: 390px) {
  html.aui .hero_with_job-search .hero-search-input,
  html.aui .header-searchfield .header-searchfield-input {
    width: 230px !important;
  }
}
.footer #contact a {
  color: #002776 !important;
}
.footer #contact a:hover {
  color: #009ed9 !important;
}

.loader {
  position: relative;
}

.loader::after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "Der Kalender wird geladen.";
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

@media only screen and (max-width: 768px) {
  .loader::after {
    margin-top: 15px;
    color: black;
  }
}
html.aui #site-wrapper .section-light-blue a {
  color: #002776;
}
html.aui #site-wrapper .section-light-blue a:hover {
  color: #ffffff;
}

html.aui #site-wrapper .awards {
  height: 60px;
  min-height: 60px;
  text-align: center;
  display: table;
  width: 100%;
}

.aui #site-wrapper .awards .portlet-column-content.empty {
  padding: 0;
}

html.aui #site-wrapper .awards .style-wrapper {
  display: table-cell;
  vertical-align: middle;
}

html.aui #site-wrapper .awards .bx-wrapper {
  box-shadow: none;
  border: 0;
}

html.aui #site-wrapper .awards .bx-wrapper .bx-loading {
  background: #fff;
}

html.aui #site-wrapper .awards .bx-wrapper img {
  display: inline-block;
}

html.aui #site-wrapper .awards li {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  html.aui #site-wrapper .awards {
    margin: 30px auto;
  }
}
/* Chat Initial (trustarc) {{{ */
#nochat-closed {
  padding: 0 20px 0 20px;
  margin: 0 20px 0 0;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40px;
  background-color: #009FDA;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  z-index: 10000;
  cursor: pointer;
  font-weight: bold;
}
#nochat-closed .headline {
  display: block;
  color: #fff;
}
#nochat-closed .headline-text {
  font-size: 18px;
  display: inline;
  line-height: 40px;
}
#nochat-closed .headline-icon {
  display: inline;
  padding: 17px 20px 15px 15px;
  background: url("../images/chat_icon.svg") left center no-repeat;
}

#nochat {
  display: none;
  margin-right: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  background-color: #fff;
  font-size: 16px;
  z-index: 10000;
  box-shadow: 10px 20px 30px grey;
  border-radius: 10px 10px 0 0;
}
#nochat .headline {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  background-color: #009FDA;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
#nochat .xclose {
  color: #fff;
  display: inline;
  float: right;
  text-decoration: none;
}
#nochat .xclose:hover {
  text-decoration: none;
  cursor: pointer;
}
#nochat .xclose a:hover {
  text-decoration: none;
  cursor: pointer;
}
#nochat .content {
  padding: 20px 20px;
}
#nochat .btn {
  margin-top: 15px;
  background-color: #009FDA;
  display: block;
  color: #fff;
  border-radius: 0;
  margin: 20px;
}
#nochat .btn:hover {
  background-color: #002776;
  color: #fff;
}

/* TA Nexxt Player {{{ */
.np-ta-box {
  background-color: #707070;
  padding: 30px 30px 1px 20px;
  color: #fff;
  display: block;
}
.np-ta-box .headline {
  font-size: 22px;
  text-align: center;
}
.np-ta-box .text {
  font-size: 16px;
  padding-top: 25px;
  text-align: center;
}
.np-ta-box .cookie-config {
  text-align: center !important;
  margin: 10px 0 20px 0;
}
.np-ta-box .cookie-config a {
  display: inline !important;
  text-transform: none;
  font-weight: bold;
  border-style: none;
  border-radius: 0;
  border-width: 0;
  color: #fff !important;
  background-color: #002776;
  line-height: 150%;
  text-align: center;
  padding: 10px;
  height: 100%;
}
.np-ta-box .cookie-config a:hover {
  background-color: #009fda;
}
.np-ta-box .icon {
  height: 170px;
  background: url("../images/Icon-playbutton-110px.png") center center no-repeat;
}

.hayscareer_eyeAble_IconClass {
  height: 40px;
  width: 40px;
  position: fixed;
  text-align: center;
  top: 115px;
  right: 106px;
  background: url("../EyeAble_V1.9.20/public/images/eye-able_whitelabel-icon_2.svg") no-repeat;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
@media (max-width: 767px) {
  .hayscareer_eyeAble_IconClass {
    top: 114px;
    right: 12px;
  }
}

/* }}} */
/* }}} */
body {
  margin: 0;
}

#job-template {
  /*!
   * Bootstrap v4.3.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter,
   Inc. * Licensed under MIT (https: //github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}

#job-template *,
#job-template *::before,
#job-template *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#job-template html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#job-template article, #job-template aside, #job-template figcaption, #job-template figure, #job-template footer, #job-template header, #job-template hgroup, #job-template main, #job-template nav, #job-template section {
  display: block;
}

#job-template body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #333;
  text-align: left;
  background-color: #fff;
}

#job-template [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

#job-template hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#job-template h1, #job-template h2, #job-template h3, #job-template h4, #job-template h5, #job-template h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#job-template p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#job-template abbr[title],
#job-template abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

#job-template address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

#job-template ol,
#job-template ul,
#job-template dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

#job-template ol ol,
#job-template ul ul,
#job-template ol ul,
#job-template ul ol {
  margin-bottom: 0;
}

#job-template dt {
  font-weight: 700;
}

#job-template dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

#job-template blockquote {
  margin: 0 0 1rem;
}

#job-template b,
#job-template strong {
  font-weight: bolder;
  font-size: 16px !important;
}

#job-template .section__information span {
  font-size: 16px;
}

#job-template small {
  font-size: 80%;
}

#job-template sub,
#job-template sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

#job-template sub {
  bottom: -0.25em;
}

#job-template sup {
  top: -0.5em;
}

#job-template a {
  color: #002776;
  text-decoration: none;
  background-color: transparent;
}

#job-template a:hover {
  color: #002776;
  text-decoration: underline;
}

#job-template a:not([href]) {
  color: inherit;
  text-decoration: none;
}

#job-template a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

#job-template pre,
#job-template code,
#job-template kbd,
#job-template samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

#job-template pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

#job-template figure {
  margin: 0 0 1rem;
}

#job-template img {
  vertical-align: middle;
  border-style: none;
}

#job-template svg {
  overflow: hidden;
  vertical-align: middle;
}

#job-template table {
  border-collapse: collapse;
}

#job-template caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

#job-template th {
  text-align: inherit;
}

#job-template label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#job-template button {
  border-radius: 0;
}

#job-template button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

#job-template input,
#job-template button,
#job-template select,
#job-template optgroup,
#job-template textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#job-template button,
#job-template input {
  overflow: visible;
}

#job-template button,
#job-template select {
  text-transform: none;
}

#job-template select {
  word-wrap: normal;
}

#job-template button,
#job-template [type=button],
#job-template [type=reset],
#job-template [type=submit] {
  -webkit-appearance: button;
}

#job-template button:not(:disabled),
#job-template [type=button]:not(:disabled),
#job-template [type=reset]:not(:disabled),
#job-template [type=submit]:not(:disabled) {
  cursor: pointer;
}

#job-template button::-moz-focus-inner,
#job-template [type=button]::-moz-focus-inner,
#job-template [type=reset]::-moz-focus-inner,
#job-template [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

#job-template input[type=radio],
#job-template input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

#job-template input[type=date],
#job-template input[type=time],
#job-template input[type=datetime-local],
#job-template input[type=month] {
  -webkit-appearance: listbox;
}

#job-template textarea {
  overflow: auto;
  resize: vertical;
}

#job-template fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

#job-template legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

#job-template progress {
  vertical-align: baseline;
}

#job-template [type=number]::-webkit-inner-spin-button,
#job-template [type=number]::-webkit-outer-spin-button {
  height: auto;
}

#job-template [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

#job-template [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#job-template ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

#job-template output {
  display: inline-block;
}

#job-template summary {
  display: list-item;
  cursor: pointer;
}

#job-template template {
  display: none;
}

#job-template [hidden] {
  display: none !important;
}

#job-template .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 544px) {
  #job-template .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #job-template .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #job-template .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #job-template .container {
    max-width: 800px;
  }
}
#job-template .container-fluid, #job-template .container-sm, #job-template .container-md, #job-template .container-lg, #job-template .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 544px) {
  #job-template .container, #job-template .container-sm {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #job-template .container, #job-template .container-sm, #job-template .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #job-template .container, #job-template .container-sm, #job-template .container-md, #job-template .container-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #job-template .container, #job-template .container-sm, #job-template .container-md, #job-template .container-xl {
    max-width: 800px;
  }
}
#job-template .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#job-template .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

#job-template .no-gutters > .col,
#job-template .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

#job-template .col-1, #job-template .col-2, #job-template .col-3, #job-template .col-4, #job-template .col-5, #job-template .col-6, #job-template .col-7, #job-template .col-8, #job-template .col-9, #job-template .col-10, #job-template .col-11, #job-template .col-12, #job-template .col,
#job-template .col-auto, #job-template .col-sm-1, #job-template .col-sm-2, #job-template .col-sm-3, #job-template .col-sm-4, #job-template .col-sm-5, #job-template .col-sm-6, #job-template .col-sm-7, #job-template .col-sm-8, #job-template .col-sm-9, #job-template .col-sm-10, #job-template .col-sm-11, #job-template .col-sm-12, #job-template .col-sm,
#job-template .col-sm-auto, #job-template .col-md-1, #job-template .col-md-2, #job-template .col-md-3, #job-template .col-md-4, #job-template .col-md-5, #job-template .col-md-6, #job-template .col-md-7, #job-template .col-md-8, #job-template .col-md-9, #job-template .col-md-10, #job-template .col-md-11, #job-template .col-md-12, #job-template .col-md,
#job-template .col-md-auto, #job-template .col-lg-1, #job-template .col-lg-2, #job-template .col-lg-3, #job-template .col-lg-4, #job-template .col-lg-5, #job-template .col-lg-6, #job-template .col-lg-7, #job-template .col-lg-8, #job-template .col-lg-9, #job-template .col-lg-10, #job-template .col-lg-11, #job-template .col-lg-12, #job-template .col-lg,
#job-template .col-lg-auto, #job-template .col-xl-1, #job-template .col-xl-2, #job-template .col-xl-3, #job-template .col-xl-4, #job-template .col-xl-5, #job-template .col-xl-6, #job-template .col-xl-7, #job-template .col-xl-8, #job-template .col-xl-9, #job-template .col-xl-10, #job-template .col-xl-11, #job-template .col-xl-12, #job-template .col-xl,
#job-template .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#job-template .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

#job-template .row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#job-template .row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#job-template .row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#job-template .row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#job-template .row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

#job-template .row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

#job-template .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#job-template .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

#job-template .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

#job-template .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#job-template .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#job-template .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

#job-template .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#job-template .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

#job-template .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

#job-template .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

#job-template .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

#job-template .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

#job-template .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#job-template .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

#job-template .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

#job-template .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

#job-template .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#job-template .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#job-template .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#job-template .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

#job-template .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

#job-template .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#job-template .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

#job-template .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

#job-template .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

#job-template .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

#job-template .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

#job-template .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

#job-template .offset-1 {
  margin-left: 8.33333%;
}

#job-template .offset-2 {
  margin-left: 16.66667%;
}

#job-template .offset-3 {
  margin-left: 25%;
}

#job-template .offset-4 {
  margin-left: 33.33333%;
}

#job-template .offset-5 {
  margin-left: 41.66667%;
}

#job-template .offset-6 {
  margin-left: 50%;
}

#job-template .offset-7 {
  margin-left: 58.33333%;
}

#job-template .offset-8 {
  margin-left: 66.66667%;
}

#job-template .offset-9 {
  margin-left: 75%;
}

#job-template .offset-10 {
  margin-left: 83.33333%;
}

#job-template .offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  #job-template .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #job-template .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #job-template .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #job-template .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #job-template .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #job-template .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #job-template .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #job-template .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #job-template .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #job-template .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #job-template .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #job-template .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  #job-template .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #job-template .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #job-template .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #job-template .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #job-template .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #job-template .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #job-template .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  #job-template .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  #job-template .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  #job-template .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  #job-template .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  #job-template .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  #job-template .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  #job-template .offset-sm-0 {
    margin-left: 0;
  }
  #job-template .offset-sm-1 {
    margin-left: 8.33333%;
  }
  #job-template .offset-sm-2 {
    margin-left: 16.66667%;
  }
  #job-template .offset-sm-3 {
    margin-left: 25%;
  }
  #job-template .offset-sm-4 {
    margin-left: 33.33333%;
  }
  #job-template .offset-sm-5 {
    margin-left: 41.66667%;
  }
  #job-template .offset-sm-6 {
    margin-left: 50%;
  }
  #job-template .offset-sm-7 {
    margin-left: 58.33333%;
  }
  #job-template .offset-sm-8 {
    margin-left: 66.66667%;
  }
  #job-template .offset-sm-9 {
    margin-left: 75%;
  }
  #job-template .offset-sm-10 {
    margin-left: 83.33333%;
  }
  #job-template .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  #job-template .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #job-template .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #job-template .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #job-template .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #job-template .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #job-template .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #job-template .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #job-template .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #job-template .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #job-template .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #job-template .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #job-template .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  #job-template .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #job-template .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #job-template .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #job-template .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #job-template .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #job-template .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #job-template .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  #job-template .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  #job-template .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  #job-template .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  #job-template .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  #job-template .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  #job-template .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  #job-template .offset-md-0 {
    margin-left: 0;
  }
  #job-template .offset-md-1 {
    margin-left: 8.33333%;
  }
  #job-template .offset-md-2 {
    margin-left: 16.66667%;
  }
  #job-template .offset-md-3 {
    margin-left: 25%;
  }
  #job-template .offset-md-4 {
    margin-left: 33.33333%;
  }
  #job-template .offset-md-5 {
    margin-left: 41.66667%;
  }
  #job-template .offset-md-6 {
    margin-left: 50%;
  }
  #job-template .offset-md-7 {
    margin-left: 58.33333%;
  }
  #job-template .offset-md-8 {
    margin-left: 66.66667%;
  }
  #job-template .offset-md-9 {
    margin-left: 75%;
  }
  #job-template .offset-md-10 {
    margin-left: 83.33333%;
  }
  #job-template .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  #job-template .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #job-template .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #job-template .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #job-template .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #job-template .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #job-template .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #job-template .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #job-template .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #job-template .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #job-template .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #job-template .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #job-template .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  #job-template .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #job-template .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #job-template .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #job-template .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #job-template .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #job-template .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #job-template .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  #job-template .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  #job-template .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  #job-template .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  #job-template .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  #job-template .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  #job-template .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  #job-template .offset-lg-0 {
    margin-left: 0;
  }
  #job-template .offset-lg-1 {
    margin-left: 8.33333%;
  }
  #job-template .offset-lg-2 {
    margin-left: 16.66667%;
  }
  #job-template .offset-lg-3 {
    margin-left: 25%;
  }
  #job-template .offset-lg-4 {
    margin-left: 33.33333%;
  }
  #job-template .offset-lg-5 {
    margin-left: 41.66667%;
  }
  #job-template .offset-lg-6 {
    margin-left: 50%;
  }
  #job-template .offset-lg-7 {
    margin-left: 58.33333%;
  }
  #job-template .offset-lg-8 {
    margin-left: 66.66667%;
  }
  #job-template .offset-lg-9 {
    margin-left: 75%;
  }
  #job-template .offset-lg-10 {
    margin-left: 83.33333%;
  }
  #job-template .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  #job-template .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #job-template .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #job-template .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #job-template .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #job-template .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #job-template .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #job-template .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #job-template .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #job-template .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #job-template .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #job-template .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #job-template .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #job-template .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #job-template .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #job-template .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  #job-template .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #job-template .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #job-template .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #job-template .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #job-template .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #job-template .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #job-template .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  #job-template .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  #job-template .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  #job-template .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  #job-template .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  #job-template .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  #job-template .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  #job-template .offset-xl-0 {
    margin-left: 0;
  }
  #job-template .offset-xl-1 {
    margin-left: 8.33333%;
  }
  #job-template .offset-xl-2 {
    margin-left: 16.66667%;
  }
  #job-template .offset-xl-3 {
    margin-left: 25%;
  }
  #job-template .offset-xl-4 {
    margin-left: 33.33333%;
  }
  #job-template .offset-xl-5 {
    margin-left: 41.66667%;
  }
  #job-template .offset-xl-6 {
    margin-left: 50%;
  }
  #job-template .offset-xl-7 {
    margin-left: 58.33333%;
  }
  #job-template .offset-xl-8 {
    margin-left: 66.66667%;
  }
  #job-template .offset-xl-9 {
    margin-left: 75%;
  }
  #job-template .offset-xl-10 {
    margin-left: 83.33333%;
  }
  #job-template .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media print {
  #job-template *,
  #job-template *::before,
  #job-template *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #job-template a:not(.btn) {
    text-decoration: underline;
  }
  #job-template abbr[title]::after {
    content: " (" attr(title) ")";
  }
  #job-template pre {
    white-space: pre-wrap !important;
  }
  #job-template pre,
  #job-template blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  #job-template thead {
    display: table-header-group;
  }
  #job-template tr,
  #job-template img {
    page-break-inside: avoid;
  }
  #job-template p,
  #job-template h2,
  #job-template h3 {
    orphans: 3;
    widows: 3;
  }
  #job-template h2,
  #job-template h3 {
    page-break-after: avoid;
  }
  #job-template {
    @page {
      size: a3;
    }
  }
  #job-template body {
    min-width: 992px !important;
  }
  #job-template .container {
    min-width: 992px !important;
  }
  #job-template .navbar {
    display: none;
  }
  #job-template .badge {
    border: 1px solid #000;
  }
  #job-template .table {
    border-collapse: collapse !important;
  }
  #job-template .table td,
  #job-template .table th {
    background-color: #fff !important;
  }
  #job-template .table-bordered th,
  #job-template .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  #job-template .table-dark {
    color: inherit;
  }
  #job-template .table-dark th,
  #job-template .table-dark td,
  #job-template .table-dark thead th,
  #job-template .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  #job-template .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
#job-template * {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
}

#job-template a {
  font-weight: bold;
}

#job-template ul {
  list-style-type: square;
  padding-left: 15px;
  margin-bottom: 0;
}

#job-template ul li {
  margin-bottom: 1rem;
  font-size: 16px;
}

#job-template h1 {
  font-size: 44px;
  line-height: 1;
  color: #002776;
  margin: 35px 0;
  font-weight: 700;
}

#job-template h2 {
  color: #009ed9 !important;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

#job-template h3 {
  font-size: 22px;
  color: #009ed9 !important;
}

#job-template h4 {
  font-size: 16px;
  color: #002776;
  font-weight: 700;
}

#job-template section {
  page-break-inside: avoid;
  margin-bottom: 50px;
}

#job-template .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}

#job-template .btn.btn--orange {
  background-color: #e98300;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
}

#job-template .btn.btn--orange:hover, #job-template .btn.btn--orange:active, #job-template .btn.btn--orange:focus, #job-template .btn.btn--orange:visited {
  text-decoration: none;
  color: #fff;
}

#job-template .btn.btn--blue {
  background-color: #009ed9;
  color: #fff;
  text-decoration: none;
}

#job-template .btn.btn--blue:hover, #job-template .btn.btn--blue:active, #job-template .btn.btn--blue:focus, #job-template .btn.btn--blue:visited {
  text-decoration: none;
  color: #fff;
}

#job-template .btn .icon {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-right: 0;
}

#job-template .header__first_row,
#job-template .header__second_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#job-template .header__second_row {
  background-color: #009ed9 !important;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
  position: relative;
}

#job-template .logo__hays,
#job-template .logo__hays__claim {
  margin: 25px 0;
  height: 35px;
}

#job-template .logo__hays {
  display: none;
}

#job-template .title__footnote {
  font-size: 2.75rem;
  line-height: 1;
  text-decoration: none;
  color: #009ed9 !important;
}

#job-template .title__footnote:hover, #job-template .title__footnote:active, #job-template .title__footnote:focus, #job-template .title__footnote:visited {
  text-decoration: none;
  color: #009ed9 !important;
}

#job-template .footnote {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#job-template .footnote__asterisk {
  font-size: 32px;
  color: #009ed9;
}

#job-template .header__left_col,
#job-template .header__right_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  z-index: 1;
}

#job-template .header__right_col {
  text-align: right;
}

#job-template .header__right_col a {
  font-size: 16px;
}

#job-template .keyvisual__image__wrapper {
  position: relative;
  height: 275px;
  margin-top: 35px;
}

#job-template .keyvisual__image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#job-template .application__locations {
  margin-bottom: 10px;
  font-size: 16px;
}

#job-template .application__employment_type {
  margin-bottom: 80px;
  font-size: 16px;
}

#job-template .video__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#job-template .video__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#job-template .video__wrapper .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#job-template footer {
  position: relative;
  padding: 45px 0;
}

#job-template footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  bottom: auto;
  top: -10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(219, 219, 219, 0.65)));
  background: -o-linear-gradient(top, transparent 0, rgba(219, 219, 219, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(219, 219, 219, 0.65) 100%);
}

#job-template .footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#job-template .footer__left_col,
#job-template .footer__right_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#job-template .footer__left_col p,
#job-template .footer__right_col p {
  font-size: 16px;
}

#job-template .footer__left_col p a,
#job-template .footer__right_col p a {
  font-size: 16px;
}

#job-template .icon {
  display: inline-block;
  vertical-align: text-bottom;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

#job-template .icon.icon--pen {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_stift.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--tasks {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_aufgaben.svg") center no-repeat !important;
  background-size: contain;
}

#job-template .icon.icon--qualification {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_qualifikation.svg") center no-repeat !important;
  background-size: contain;
}

#job-template .icon.icon--benefits {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_vorteile.svg") center no-repeat !important;
  background-size: contain;
}

#job-template .icon.icon--print {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_print.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--share {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_share.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--twitter {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_social_twitter.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--facebook {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_social_facebook.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--linkedin {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_social_linkedin.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--whatsapp {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_social_whatsapp.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--xing {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_social_xing.svg") center no-repeat;
  background-size: contain;
}

#job-template .icon.icon--arrow-right {
  background: url("../images/modules/hayscareerjobdetails/jobdetail/hays_icon_pfeil_rechts.svg") center no-repeat;
  background-size: contain;
}

#job-template .mobile__anchors {
  display: none;
}

#job-template .meta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#job-template .meta__actions {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#job-template .application__title .intro__teaser {
  display: none;
}

#job-template .application__title .asterisk__text {
  display: none;
}

.section__information h3 {
  font-weight: 700;
}

.section__information .first__step {
  color: #333333;
}

#job-template .section__information .look__forward {
  color: #333333;
  margin-top: 16px;
}

#job-template .section__information .online__application {
  color: #333333;
}

#job-template .meta__actions li {
  cursor: pointer;
  color: #747678;
  padding: 5px 0;
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#job-template .meta__actions li .icon {
  width: 25px;
  height: 25px;
}

#job-template #sharing-box {
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}

#job-template .action__share--mobile {
  display: none;
}

#job-template .section__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#job-template .social-sharing {
  padding: 10px;
  background-color: #e3e4e4;
}

#job-template .sharing__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  padding-left: 0;
  background-color: #e3e4e4;
}

#job-template .sharing__list li {
  cursor: pointer;
  background-color: #fff;
  margin: 5px;
  width: 25px;
  height: 25px;
}

#job-template .sharing__list li a {
  display: inline-block;
  width: 25px;
  height: 25px;
}

#job-template .sharing__list .icon {
  width: 25px;
  height: 25px;
  margin: 0;
}

#job-template .awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#job-template .awards .award__image {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  #job-template .header__left_col,
  #job-template .header__right_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #job-template .footer__left_col,
  #job-template .footer__right_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #job-template h1,
  #job-template .title__footnote {
    font-size: 1.75rem;
  }
  #job-template h2 {
    font-size: 1.222rem;
  }
  #job-template .mobile__anchors {
    display: block;
    margin: 45px 0;
  }
  #job-template .mobile__anchors .btn {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #job-template .mobile__anchors .btn .icon {
    height: 20px;
    width: 20px;
  }
  #job-template li.action__share {
    display: none;
  }
  #job-template li.action__share--mobile {
    display: inline-block;
  }
  #job-template li.action__print {
    display: none;
  }
  #job-template .logo__hays {
    display: block;
  }
  #job-template .logo__hays__claim {
    display: none;
  }
  #job-template .icon {
    width: 28px;
    height: 28px;
  }
  #job-template .footnote {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  #job-template .keyvisual__image__wrapper {
    margin: 15px -15px;
  }
  #job-template .section__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #job-template .section__contact .social-sharing {
    width: 100%;
  }
}
#job-template section {
  page-break-inside: avoid;
}

.footer-print {
  display: none;
}

.footer-print a {
  text-decoration: none;
  margin-right: 15px;
}

.footer-print a img {
  width: 20px;
}

#teconsent a {
  color: #009fda !important;
  font-size: 14px;
  font-weight: normal;
}

#teconsent a:hover {
  color: #002776 !important;
}

@media print {
  /* Jobdetail Printansicht HC-1689 */
  .header__second_row, .meta__row, .btn__wrapper, .social-sharing, .awards, .section__video {
    display: none !important;
  }
  .footer-print {
    display: block;
    text-decoration: none !important;
  }
  .footer-print a[href]:after {
    display: none;
  }
  .footer__left_col p a[href]:after {
    display: none;
  }
  .mobile__anchors {
    display: none !important;
  }
  #aufgaben, #qualifikationen, #vorteile {
    page-break-inside: avoid !important;
  }
  #job-template .application__title .intro__teaser {
    font-size: 16px;
    color: #002776 !important;
    text-transform: uppercase;
    display: block;
  }
  #job-template .application__title {
    color: #009ed9 !important;
    font-size: 44px;
  }
  #job-template .application__title .asterisk__text {
    font-size: 16px;
    color: #333333;
    font-style: italic;
    display: block;
    font-weight: normal;
    text-transform: none;
  }
  #job-template .section__contact .contact-person h4 {
    color: #009ed9 !important;
    text-transform: uppercase;
    font-size: 24px;
  }
  #job-template .section__information .look__forward {
    color: #002776 !important;
    text-transform: uppercase;
  }
  #job-template .section__information .look__forward h4 {
    color: #002776 !important;
  }
  #job-template .section__information .online__application {
    font-size: 16px;
    color: #333333 !important;
    display: block;
  }
  #job-template #gender-footnote {
    display: none;
  }
  #job-template .title__footnote {
    display: inline;
    font-size: 44px !important;
    text-decoration: none !important;
    position: relative !important;
  }
  #job-template .section__information h3 {
    color: #009ed9 !important;
  }
  #job-template .section__information .first__step {
    color: #009ed9 !important;
    display: block;
    font-weight: bold;
  }
  #job-template .footnote__asterisk {
    font-weight: normal;
  }
  #job-template h2,
  #job-template .section__information h3,
  #job-template .section__information .first__step,
  #job-template .section__information .look__forward h4,
  #job-template .section__contact .contact-person h4 {
    font-size: 24px !important;
  }
}
html.aui .panel.news-item {
  padding: 20px;
}

h2.news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #334;
  text-transform: none;
}

.aui .news-hc-layout .taglib-page-iterator .search-results {
  width: 100%;
  text-align: center;
}

.aui .news-hc-layout .taglib-page-iterator .journal-article-page-number {
  margin-right: 4px;
}

/*
html.aui ul:not(.hc-nav):not(.list-inline):not(.hc-dropdown-menu):not(.list-unstyled):not(.nav-list):(.nav-list__child-list) {
    padding-left: 17px;
}
*/
.aui .news-hc-layout .taglib-page-iterator .pager {
  position: absolute;
  bottom: 12px;
  right: 0;
}

.form-input-added {
  color: #1F1F1F;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 5px solid #7F9DB9;
  background-color: #FFFFFF;
  padding: 5px;
  width: 320px;
  height: 20px;
}

div[class*=applicationtrackingnavigationsetterportlet] {
  display: none;
}

html.aui ul#ui-id-1 {
  background: #fff;
  position: absolute !important;
  top: 40px !important;
  z-index: 1;
  padding-left: 0 !important;
}

html.aui ul#ui-id-1 li {
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
}

html.aui ul#ui-id-1 li.ui-state-focus {
  background: #009ed9;
  color: #fff;
}

.thesaurus span.icon {
  padding-left: 20px;
}

.hc-icon-delete {
  color: mediumvioletred;
  font-size: 24px;
}

html.aui #site-wrapper .hc-form-group .hc-stern-bei-anrede {
  display: inline;
  color: #009fda;
  font-size: 35px;
  font-weight: bold;
  margin-left: 10px;
}

.alert-custom {
  color: #d71f85;
  font-weight: bold;
  margin-bottom: 0px !important;
  font-size: 18px;
  padding-top: 5px !important;
}

html.aui #site-wrapper .single-navigation {
  text-align: center;
  padding-left: 15px;
}

html.aui #site-wrapper .group {
  padding-top: 15px;
  padding-left: 15px;
}

html.aui #site-wrapper .group a {
  display: flex;
  align-items: baseline;
}

html.aui #site-wrapper .group .icon {
  font-size: 20px;
}

html.aui #site-wrapper .group p {
  display: flex;
  font-size: 18px;
}

.section-application .hc-btn.ap-btn-xing {
  display: flex !important;
  align-items: center !important;
  background-color: #126567 !important;
  text-transform: none !important;
  font-weight: normal !important;
  text-align: left;
  padding: 3px !important;
  font-size: 2rem !important;
}

.section-application .hc-btn.ap-btn-xing:hover {
  background-color: #1e8687 !important;
}

.section-application .hc-btn.ap-btn-xing .icon {
  margin-right: 10px;
  width: 40px !important;
  height: 40px !important;
  font-size: 35px;
  padding: 4px;
}

.bewerbung-social__info {
  margin-bottom: 15px;
}

#section-application .hc-radio-with-label {
  margin-right: 20px;
}

.xing-container {
  width: 200px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .xing-container {
    width: 100%;
  }
  .linkedin-container {
    margin-bottom: 30px;
  }
  #lbl_chk_kontakterklaerung {
    white-space: nowrap;
  }
}
.aui .big-and-blue {
  color: #002776;
}

div#portalMessageContainer {
  background: #d9edf6;
  color: #587a8b;
  padding: 12px 20px;
}

div#portalMessageContainer p .close-btn:after {
  content: "x";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

/* TEIL 1: FARBEN */
/* TEIL 2: FUNKTIONSFARBEN */
div.studien-content-template .hh-btn, div.studien-content-template #toggleButton, div.studien-content-template #downloadStartenDisabled, div.studien-content-template #toggleButtonDisabled {
  width: 280px;
}
div.studien-content-template #hh-download-captcha {
  padding-bottom: 15px;
}
div.studien-content-template #email_error {
  display: none;
}
div.studien-content-template ul.studies_email_select {
  padding-left: 0;
  padding-top: 15px;
  list-style: none;
}
div.studien-content-template ul.hays__erstlogin__login-start__mail-topics {
  list-style: none;
  padding-left: 20px;
}
div.studien-content-template #toggleButton.download-button {
  border-color: grey;
  background: lightgray;
}
div.studien-content-template .g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}
div.studien-content-template .default-label-text {
  color: #333;
  font-size: 1rem;
}
div.studien-content-template i.hays-star {
  color: #009fda;
  padding-left: 7px;
  font-size: 0.875rem;
}

#formContent div.kontakterklaerung {
  width: 400px;
}

div.presseartikel-content-template {
  z-index: 3;
}
div.presseartikel-content-template .backlink {
  background-color: #eee;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  div.presseartikel-content-template .backlink {
    display: block;
    padding: 4px 0px;
  }
}
div.presseartikel-content-template .backlink a {
  font-weight: normal;
  color: #002776;
}
div.presseartikel-content-template .backlink a:hover {
  color: #009fda;
  text-decoration: none;
}
div.presseartikel-content-template .backlink i.fa {
  padding-right: 7px;
}
div.presseartikel-content-template .presseartikel {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
div.presseartikel-content-template .presseartikel .datum {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
div.presseartikel-content-template .presseartikel .text h2 {
  color: #002776;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 110%;
  margin-top: 10px;
}
div.presseartikel-content-template .presseartikel .text h2:hover {
  color: #009fda;
  text-decoration: none;
}
div.presseartikel-content-template .presseartikel .text p {
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
}
div.presseartikel-content-template .presseartikel .text p:hover {
  color: #333;
  text-decoration: none;
}
div.presseartikel-content-template .presseartikel .text-detail h1 {
  color: #002776;
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 110%;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.presseartikel-content-template .presseartikel .text-detail h2 {
  color: #002776;
  font-size: 1.625rem;
}
div.presseartikel-content-template .presseartikel .text-detail p {
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
}
div.presseartikel-content-template .presseartikel .text-detail p .bild-rechts {
  float: right;
  margin-left: 18px;
  margin-bottom: 8px;
}
div.presseartikel-content-template .presseartikel .text-detail p .bild-links {
  float: left;
  margin-right: 18px;
  margin-bottom: 8px;
}
div.presseartikel-content-template .presseartikel .text-detail ul {
  padding-left: 0px;
  margin: 0;
  margin-bottom: 20px;
  list-style-type: none;
  font-size: 1rem;
}
div.presseartikel-content-template .presseartikel .text-detail ul li {
  list-style-type: none;
}
div.presseartikel-content-template .presseartikel .text-detail .content {
  position: relative;
  width: auto;
  background: transparent;
  float: left;
  margin: 0 15px 15px 0;
  padding-bottom: 0px;
}
div.presseartikel-content-template .presseartikel .text-detail .content .front {
  position: relative;
  max-width: 140px;
  overflow: hidden;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .front {
    max-width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .front {
    max-width: 100px;
  }
}
div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer {
  position: absolute;
  top: 0;
  display: none;
  background: rgba(0, 159, 218, 0.9);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer {
    display: none;
    position: initial;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer {
    display: none;
    position: initial;
  }
}
@media only screen and (max-width: 479px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer {
    display: none;
    position: initial;
  }
}
div.presseartikel-content-template .presseartikel .text-detail .content:hover .frontlayer {
  display: block;
}
div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer-link {
  bottom: 0;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer-link {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer-link {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .content .frontlayer-link {
    display: block;
  }
}
div.presseartikel-content-template .presseartikel .text-detail .content ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
  width: 100%;
}
div.presseartikel-content-template .presseartikel .text-detail .content ul li {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
  line-height: 140%;
}
div.presseartikel-content-template .presseartikel .text-detail .content ul li:before {
  display: none;
}
div.presseartikel-content-template .presseartikel .text-detail .content ul li a {
  font-size: 0.813rem;
  font-weight: bold;
  color: #002776;
  bottom: 0;
}
div.presseartikel-content-template .presseartikel .text-detail .content ul li a i.fa {
  padding-right: 4px;
}
div.presseartikel-content-template .presseartikel .text-detail .content ul li a:hover {
  color: #009fda;
  text-decoration: none;
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 159, 218, 0.6);
  box-sizing: border-box;
  text-align: center;
  padding-top: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg {
    display: none;
  }
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info {
  position: relative;
  display: inline-block;
  width: auto;
  color: #002776;
  font-size: 1rem;
  background: #fff;
  padding: 20px;
  border: 2px solid #009fda;
  max-width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info {
    display: none;
  }
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info span {
  color: #666;
  line-height: 160%;
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info img {
    max-height: 60%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .aui div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info img {
    max-width: 70%;
    margin-bottom: 10px;
  }
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info a {
  color: #002776;
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info a:hover {
  color: #009fda;
  text-decoration: none;
}
div.presseartikel-content-template .presseartikel .text-detail .vorschau-bg .vorschau-info .vorschau-close-btn {
  position: absolute;
  top: -40px;
  right: -35px;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
}
div.presseartikel-content-template .bild.links {
  width: 140px;
  margin-right: 25px;
  margin-bottom: 10px;
  float: left;
}
@media only screen and (max-width: 479px) {
  div.presseartikel-content-template .bild.links {
    display: none;
  }
}
div.presseartikel-content-template .linie {
  border-bottom: 6px solid #eee;
  height: 10px;
}

div.subline h3 {
  color: #002776;
  margin: 30px 0;
}

.btn-default:focus,
.btn-default:active,
.btn-default:hover {
  background-color: #fff !important;
}

/*Ende Data Upload Vakanz melden*/
div.hays-contact-form h2 {
  margin-bottom: 30px;
}

div.hays-contact-form h1.studien {
  margin-bottom: 30px;
  font-size: 1.875rem;
}

div.hays-contact-form i.fa {
  color: #009fda;
  padding-left: 7px;
  font-size: 0.875rem;
}

div.hays-contact-form span.label-required {
  display: none;
}

div.hays-contact-form textarea {
  height: 80px;
  max-width: 960px;
}

div.hays-contact-form .row {
  padding-bottom: 10px;
}

div.hays-contact-form .lfr-ddm-field-group, div.forum-customer-form .lfr-ddm-field-group {
  padding-bottom: 0px !important;
}

div.noMargin .form-group.form-inline {
  margin-bottom: 0px !important;
}

div.hays-contact-form .noPadding {
  padding-bottom: 0px;
}

div.hays-contact-form .aui .control-group {
  margin: 0 !important;
}
div.hays-contact-form .form-header {
  padding-bottom: 0px;
}
div.hays-contact-form .form-header .form-select a {
  font-weight: bold;
}
div.hays-contact-form .form-header .form-select div {
  text-transform: uppercase;
  background: #eee;
  font-weight: bold;
  color: #002776;
  padding: 15px;
  height: 22px;
  float: left;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
}
div.hays-contact-form .form-header .form-select div.ReiterAktiv {
  color: #009fda;
  border-bottom: 15px solid #eee;
}
div.hays-contact-form .form-header .info {
  background: #eee;
  padding: 15px;
}
div.hays-contact-form .star {
  color: #2aaae6;
}
div.hays-contact-form .anrede label {
  float: left;
  padding-right: 30px;
}
div.hays-contact-form .anrede label:first-child {
  float: none;
}
div.hays-contact-form .medium .control-group.form-inline.input-checkbox-wrapper {
  margin: 0;
}
div.hays-contact-form .medium .control-group.form-inline.input-checkbox-wrapper label {
  padding-left: 10px;
}
div.hays-contact-form .medium .firstline {
  height: 45px;
}
div.hays-contact-form .medium label {
  float: left;
  background: #eee;
  padding: 10px 10px 10px 30px;
  margin-right: 5px;
  display: inline-block;
}
div.hays-contact-form .medium label:first-child {
  border-bottom: 5px #EEE solid;
  margin-bottom: 0px;
}
div.hays-contact-form .medium .phoneselection label {
  padding: 10px 10px 10px 30px;
  margin: 0;
  display: inline-block;
}
div.hays-contact-form .medium .phoneselection label:first-child {
  padding: 10px 10px 10px 10px;
  border: none;
}
div.hays-contact-form .themenliste h3 {
  margin-bottom: 20px;
}
div.hays-contact-form .themenliste .control-group {
  margin-bottom: 15px;
}
div.hays-contact-form .themenliste input.themenliste-eintrag {
  margin-top: auto;
  margin-bottom: 3px;
  margin-right: 3px;
}

div.anrede p, div.sprache p, div.medium p {
  padding-bottom: 0px;
}

/* ***************** */
/* Neukundenformular */
/* ***************** */
.indent20px {
  margin-left: 20px !important;
}

.indent40px {
  margin-left: 40px !important;
}

.radiobuttonRowLevel1 {
  margin-bottom: 5px;
}

.radiobuttonRowLevel2 {
  min-height: 25px !important;
  font-size: 14px;
}

input[type=radio].ncformradiobutton {
  margin: -2px 0 0;
}

/* ************************** */
/* Hayscareer Kontaktformular */
/* ************************** */
.hc-message {
  font-size: 1.4rem;
}

/* ************************** */
/* Datenerfassung GSV Formular */
/* ************************** */
.datenerfassunggsvcontainer p.formintro {
  margin-bottom: 5px;
  margin-top: 20px;
  padding-bottom: 0;
}

.datenerfassunggsvcontainer div.row.small-business-select, .datenerfassunggsvcontainer div.row.alternative-receiver-select, .datenerfassunggsvcontainer div.row.cert-of-res-select {
  padding-bottom: 2px;
}

.datenerfassunggsvcontainer svg.lexicon-icon-question-circle-full {
  margin-bottom: 2px;
}

/*
    hayscareer bewerbung portlet
*/
html.aui .panel.news-item {
  padding: 20px;
}

h2.news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #334;
  text-transform: none;
}

.aui .news-hc-layout .taglib-page-iterator .search-results {
  width: 100%;
  text-align: center;
}

.aui .news-hc-layout .taglib-page-iterator .journal-article-page-number {
  margin-right: 4px;
}

/*
html.aui ul:not(.hc-nav):not(.list-inline):not(.hc-dropdown-menu):not(.list-unstyled):not(.nav-list):(.nav-list__child-list) {
    padding-left: 17px;
}
*/
.aui .news-hc-layout .taglib-page-iterator .pager {
  position: absolute;
  bottom: 12px;
  right: 0;
}

.form-input-added {
  color: #1F1F1F;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 5px solid #7F9DB9;
  background-color: #FFFFFF;
  padding: 5px;
  width: 320px;
  height: 20px;
}

div[class*=applicationtrackingnavigationsetterportlet] {
  display: none;
}

html.aui ul#ui-id-1 {
  background: #fff;
  position: absolute !important;
  top: 40px !important;
  z-index: 1;
  padding-left: 0 !important;
}

html.aui ul#ui-id-1 li {
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 0;
  height: 30px;
  line-height: 30px;
}

html.aui ul#ui-id-1 li.ui-state-focus {
  background: #009ed9;
  color: #fff;
}

.thesaurus span.icon {
  padding-left: 20px;
}

.hc-icon-delete {
  color: mediumvioletred;
  font-size: 24px;
}

html.aui #site-wrapper .hc-form-group .hc-stern-bei-anrede {
  display: inline;
  color: #009fda;
  font-size: 35px;
  font-weight: bold;
  margin-left: 10px;
}

.alert-custom {
  color: #d71f85;
  font-weight: bold;
  margin-bottom: 0px !important;
  font-size: 18px;
  padding-top: 5px !important;
}

html.aui #site-wrapper .single-navigation {
  text-align: center;
  padding-left: 15px;
}

html.aui #site-wrapper .group {
  padding-top: 15px;
  padding-left: 15px;
}

html.aui #site-wrapper .group a {
  display: flex;
  align-items: baseline;
}

html.aui #site-wrapper .group .icon {
  font-size: 20px;
}

html.aui #site-wrapper .group p {
  display: flex;
  font-size: 18px;
}

.section-application .hc-btn.ap-btn-xing {
  display: flex !important;
  align-items: center !important;
  background-color: #126567 !important;
  text-transform: none !important;
  font-weight: normal !important;
  text-align: left;
  padding: 3px !important;
  font-size: 2rem !important;
}

.section-application .hc-btn.ap-btn-xing:hover {
  background-color: #1e8687 !important;
}

.section-application .hc-btn.ap-btn-xing .icon {
  margin-right: 10px;
  width: 40px !important;
  height: 40px !important;
  font-size: 35px;
  padding: 4px;
}

.bewerbung-social__info {
  margin-bottom: 15px;
}

#section-application .hc-radio-with-label {
  margin-right: 20px;
}

.xing-container {
  width: 200px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .xing-container {
    width: 100%;
  }
  .linkedin-container {
    margin-bottom: 30px;
  }
  #lbl_chk_kontakterklaerung {
    white-space: nowrap;
  }
}
.aui .big-and-blue {
  color: #002776;
}

div#portalMessageContainer {
  background: #d9edf6;
  color: #587a8b;
  padding: 12px 20px;
}

div#portalMessageContainer p .close-btn:after {
  content: "x";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

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