@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 "components/dataTables.bootstrap.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;
  border-bottom-right-radius: 0;
}
.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;
}
.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;
}

.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: #7575ff;
  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 0;
  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);
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
@font-face {
  font-family: "SourceSansPro ExtraLightIt";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.eot");
  src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro Black";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Black.eot");
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../fonts/Source-Sans-Pro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Black.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro BlackIt";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.eot");
  src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro BoldIt";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.eot");
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro It";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-It.eot");
  src: local("Source Sans Pro Italic"), local("SourceSansPro-It"), url("../fonts/Source-Sans-Pro/SourceSansPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-It.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro ExtraLight";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.eot");
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro Semibold";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.eot");
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro SemiboldIt";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.eot");
  src: local("Source Sans Pro Semibold Italic"), local("SourceSansPro-SemiboldIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro Light";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Light.eot");
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/Source-Sans-Pro/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Light.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro Regular";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.eot");
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro Bold";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.eot");
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro LightIt";
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.eot");
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Publico";
  src: url("../fonts/Publico/Publico-Banner-Bold.eot");
  src: local("Publico Banner Bold"), local("Publico Banner Bold"), url("../fonts/Publico/Publico-Banner-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico/Publico-Banner-Bold.woff") format("woff"), url("../fonts/Publico/Publico-Banner-Bold.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
.portlet-content-editable {
  border-width: 0;
}

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
.portlet-layout .portlet .portlet-title-text {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0 4px 0 8px;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  .portlet > .portlet-topper {
    right: auto;
  }
}
.portlet > .portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-name-text {
  margin-right: 0.75rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-topper-toolbar,
.portlet > .portlet-topper .icon-monospaced {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .lexicon-icon {
  height: 0.875rem;
  width: 0.875rem;
}
.portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
  z-index: 1050;
}

.portlet-decorate .portlet {
  margin-bottom: 24px;
}
.portlet-decorate .portlet-content {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  border-radius: 0.25rem;
  padding: 24px;
}

.portlet-barebone .panel,
.portlet-borderless .panel {
  background-color: transparent;
}
.portlet-barebone .panel.card,
.portlet-borderless .panel.card {
  border-color: #CDCED9;
  box-shadow: none;
}
.portlet-barebone .panel-default,
.portlet-borderless .panel-default {
  border-color: #CDCED9;
}
.portlet-barebone .widget-mode-detail,
.portlet-borderless .widget-mode-detail {
  background-color: transparent;
}

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

.portlet-borderless .portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px;
}

navbar {
  padding: 0;
}

.card-title {
  color: #272833;
}

.card {
  border: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .containerPhone {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .containerTablet {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .containerDesktop {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .containerDesktopXL {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1140px;
    max-width: 100%;
  }
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
  .XLdesktopWidth {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
  .XLdesktopWidth {
    width: 35%;
  }
}
.typo78 {
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .typo78 {
    font-size: 78px;
    line-height: 82px;
  }
}
.typo62 {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .typo62 {
    font-size: 62px;
    line-height: 72px;
  }
}
.typo48 {
  font-family: Publico, Source Sans Pro, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .typo48 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .typo48 {
    font-size: 48px;
    line-height: 54px;
  }
}
.typo42 {
  font-family: Publico, Source Sans Pro, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .typo42 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .typo42 {
    font-size: 42px;
    line-height: 54px;
  }
}
.typo36 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .typo36 {
    font-size: 36px;
    line-height: 42px;
  }
}
.typo28 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .typo28 {
    font-size: 28px;
    line-height: 32px;
  }
}
.typo24 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .typo24 {
    font-size: 24px;
    line-height: 29px;
  }
}
.typo24-publico {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0em;
  font-family: Publico, Source Sans Pro, Arial, sans-serif;
}

@media (min-width: 768px) {
  .typo24-publico {
    font-size: 24px;
    line-height: 29px;
  }
}
.typo20 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .typo20 {
    font-size: 20px;
    line-height: 30px;
  }
}
.typo18 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .typo18 {
    font-size: 18px;
    line-height: 27px;
  }
}
.typo16 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .typo16 {
    font-size: 16px;
    line-height: 24px;
  }
}
.typo14 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .typo14 {
    font-size: 14px;
    line-height: 17px;
  }
}
.typo13 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .typo13 {
    font-size: 13px;
    line-height: 18px;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-family: "SourceSansPro Regular", Arial, sans-serif;
  color: #333333;
  letter-spacing: 0.01em;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#wrapper p {
  line-height: 25px;
}

img,
svg {
  max-width: 100%;
}

#wrapper a {
  text-decoration: none !important;
}

.root {
  overflow: hidden;
  min-height: 100vh;
}

.bg-WildSand {
  background-color: #f5f5f5 !important;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}

.h2, h2 {
  font-size: 1.75rem;
}

.h3, h3 {
  font-size: 1.5rem;
}

.h4, h4 {
  font-size: 1.25rem;
}

.h5, h5 {
  font-size: 1rem;
}

.h6, h6 {
  font-size: 0.75rem;
}

/* ===============================*/
/* =======    LinkStyle   ========*/
/* ===============================*/
.link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #00008f;
  fill: #00008f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.25s ease;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
}

.link.red {
  color: #f07662;
  fill: #f07662;
}

.link:hover, .link:active {
  color: #00005b;
  fill: #00005b;
}

.link.red:hover, .link.red:active {
  color: #ec4d33;
  fill: #ec4d33;
}

.link .icon {
  height: 11px;
  width: 17px;
  padding-left: 0;
  padding-right: 0;
}

.link .icon.right {
  padding-left: 5px;
}

.link .icon.left {
  padding-right: 5px;
}

@media (min-width: 768px) {
  .link {
    font-size: 14px;
    line-height: 17px;
  }
  .link .icon {
    width: 23px;
    height: 13px;
  }
  .link .icon.right {
    padding-left: 10px;
  }
  .link .icon.left {
    padding-right: 10px;
  }
}
/* GENERIC   */
.bb-buttons-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding: 50px 0;
}

.bb-button-wrapper {
  flex: 0 0 200px;
  margin: 0 15px;
}

.bb-button-wrapper pre {
  display: block;
  margin-bottom: 10px;
}

.bb-buttons-container a {
  margin-bottom: 30px;
}

/* / GENERIC  */
/* ***** */
/* BUTTON */
/* ***** */
.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 30px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  outline: none;
  border-style: solid;
  user-select: none;
}

.button.blue {
  background-color: #00008f;
  border: 0;
  color: #fff;
}

.button.orange {
  background-color: #F07662;
  border: 0;
  color: #fff;
  -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.white {
  background-color: #fff;
  border-color: #00008f;
  color: #00008f;
}

.button.orange-white {
  background-color: #fff;
  border-color: #F07662;
  color: #F07662;
  -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.ghost {
  background-color: transparent;
  border-color: #00008f;
  color: #00008f;
  -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.ghost-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.ghost-blue {
  background-color: transparent;
  border-color: #00008f;
  color: #00008f;
}

.button.ghost-orange {
  background-color: transparent;
  border-color: #F07662;
  color: #F07662;
  -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.large {
  height: 40px;
  border-width: 2px;
  font: normal 600 16px/16px "SourceSansPro Semibold";
}

.button.medium {
  height: 30px;
  border-width: 2px;
  font: normal 600 14px/14px "SourceSansPro Semibold";
}

.button.small {
  height: 30px;
  border-width: 1px;
  font: normal 600 12px/12px "SourceSansPro Semibold";
}

@media (min-width: 768px) {
  .button.large {
    height: 50px;
  }
  .button.medium {
    height: 40px;
  }
  .button.small {
    height: 30px;
  }
}
/* animations  */
.button:after {
  position: absolute;
  content: "";
  z-index: 0;
  -webkit-transition: height 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: height 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* specific case on blue button  */
.button.blue:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #00005b;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.button.blue:after {
  background-color: #00005b;
}

.button.orange:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #EC4D33;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.button.orange:after {
  background-color: #EC4D33;
}

.button.white:after {
  background-color: #00008f;
}

.button.orange-white:after {
  background-color: #EC4D33;
}

.button.ghost:after {
  background-color: transparent;
}

.button.ghost-white:after {
  background-color: #fff;
}

.button.ghost-blue:after {
  background-color: #00008f;
}

.button.ghost-orange:after {
  background-color: #EC4D33;
}

.button.large:active:after,
.button.large:hover:after {
  height: 800%;
}

.button.medium:active:after,
.button.medium:hover:after {
  height: 620%;
}

.button.small:active:after,
.button.small:hover:after {
  height: 880%;
}

.button span {
  z-index: 20;
  -webkit-transition: color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button:active.blue span,
.button:hover.blue span {
  color: #fff;
}

.button:active.orange span,
.button:hover.orange span {
  color: #fff;
}

.button:active.white span,
.button:hover.white span {
  color: #fff;
}

.button:active.orange-white,
.button:hover.orange-white {
  border-color: #EC4D33;
}

.button:active.orange-white span,
.button:hover.orange-white span {
  color: #fff;
}

.button:active.ghost,
.button:hover.ghost {
  color: #00005b;
  border-color: #00005b;
}

.button:active.ghost-white,
.button:hover.ghost-white {
  color: #00008f;
}

.button:active.ghost-blue,
.button:hover.ghost-blue {
  color: #fff;
}

.button:active.ghost-orange,
.button:hover.ghost-orange {
  color: #fff;
  border-color: #EC4D33;
}

/* ***** */
/* / BUTTON */
/* ***** */
/* ***** */
/* / BUTTON PICTO */
/* ***** */
.button.picto .icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.button.picto .icon.right {
  margin-left: 10px;
}

.button.picto .icon.left {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .button.picto .icon {
    margin-top: 2px;
  }
  .button.picto .icon.right {
    margin-left: 15px;
  }
  .button.picto .icon.left {
    margin-right: 15px;
  }
}
.button.picto svg path {
  -webkit-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.picto.blue svg {
  fill: #fff;
}

.button.picto.white svg {
  fill: #00008f;
}

.button.picto.white:active svg,
.button.picto.white:hover svg {
  fill: #fff;
}

.button.picto.ghost svg {
  fill: #00008f;
}

.button.picto.ghost:active svg,
.button.picto.ghost:hover svg {
  fill: #00005b;
}

.button.picto.ghost-white svg {
  fill: #fff;
}

.button.picto.ghost-white:active svg,
.button.picto.ghost-white:hover svg {
  fill: #00008f;
}

.button.picto.ghost-blue svg {
  fill: #00008f;
}

.button.picto.ghost-blue:active svg,
.button.picto.ghost-blue:hover svg {
  fill: #fff;
}

/* ***** */
/* BUTTON ARROW */
/* ***** */
.button.arrow .icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: 2px;
}

.button.arrow svg {
  position: absolute;
  left: 0;
  top: 0;
}

.button.arrow.blue svg {
  fill: #fff;
}

.button.arrow.blue svg:nth-child(2) {
  fill: #fff;
  opacity: 0;
}

.button.arrow.white svg {
  fill: #00008f;
}

.button.arrow.white svg:nth-child(2) {
  fill: #fff;
  opacity: 0;
}

.button.arrow.ghost svg {
  fill: #00008f;
}

.button.arrow.ghost svg:nth-child(2) {
  fill: #00005b;
  opacity: 0;
}

.button.arrow.ghost-white svg {
  fill: #fff;
}

.button.arrow.ghost-white svg:nth-child(2) {
  fill: #00008f;
  opacity: 0;
}

.button.arrow.ghost-blue svg {
  fill: #00008f;
}

.button.arrow.ghost-blue svg:nth-child(2) {
  fill: #fff;
  opacity: 0;
}

/* ***** */
/* / BUTTON ARROW  */
/* ***** */
/* ***** */
/* CUSTOM ICON BUTTON  */
/* ***** */
.button.custom-icon {
  padding: 0;
}

.button.custom-icon span:first-child {
  padding: 0 20px;
}

.button.custom-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.custom-icon.large .icon {
  width: 49px;
  flex-basis: 49px;
  flex-shrink: 0;
}

.button.custom-icon.medium .icon {
  width: 39px;
  flex-basis: 39px;
  flex-shrink: 0;
}

.button.custom-icon.small .icon {
  width: 29px;
  flex-basis: 29px;
  flex-shrink: 0;
}

.button.custom-icon svg path {
  -webkit-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* no svg fill hover  */
.button.custom-icon.blue svg {
  position: relative;
  fill: #fff;
}

/* white  */
.button.custom-icon.white .icon {
  border-color: rgba(0, 0, 0, 0.1);
}

.button.custom-icon.white svg {
  position: relative;
  fill: #00008f;
}

.button.custom-icon.white:active .icon,
.button.custom-icon.white:hover .icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.button.custom-icon.white:active svg,
.button.custom-icon.white:hover svg {
  fill: #fff;
}

/* ghost  */
.button.custom-icon.ghost .icon {
  border-color: rgba(0, 0, 0, 0.05);
}

.button.custom-icon.ghost svg {
  fill: #00008f;
}

.button.custom-icon.ghost:active .icon,
.button.custom-icon.ghost:hover .icon {
  border-color: rgba(0, 0, 0, 0.1);
}

.button.custom-icon.ghost:active svg,
.button.custom-icon.ghost:hover svg {
  fill: #00005b;
}

/* ghost-white  */
.button.custom-icon.ghost-white svg {
  fill: #fff;
}

.button.custom-icon.ghost-white:active .icon,
.button.custom-icon.ghost-white:hover .icon {
  border-color: rgba(0, 0, 0, 0.05);
}

.button.custom-icon.ghost-white:active svg,
.button.custom-icon.ghost-white:hover svg {
  fill: #00008f;
}

.button.custom-icon.ghost-white:active .icon,
.button.custom-icon.ghost-white:hover .icon {
  border-color: rgba(0, 0, 0, 0.05);
}

/* ghost-blue  */
.button.custom-icon.ghost-blue .icon {
  border-color: rgba(0, 0, 143, 0.1);
}

.button.custom-icon.ghost-blue:active .icon,
.button.custom-icon.ghost-blue:hover .icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.button.custom-icon.ghost-blue svg {
  fill: #00008f;
}

.button.custom-icon.ghost-blue:active svg,
.button.custom-icon.ghost-blue:hover svg {
  fill: #fff;
}

.button.custom-icon.large:active:after,
.button.custom-icon.large:hover:after {
  height: 630%;
}

.button.custom-icon.medium:active:after,
.button.custom-icon.medium:hover:after {
  height: 710%;
}

.button.custom-icon.small:active:after,
.button.custom-icon.small:hover:after {
  height: 880%;
}

/* ***** */
/* / CUSTOM ICON BUTTON  */
/* ***** */
.interstitial-textcta-cmpnt {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #3b3fd8;
}

@media (min-width: 768px) {
  .interstitial-textcta-cmpnt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .interstitial-textcta-cmpnt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.interstitial-textcta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .interstitial-textcta-wrapper {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .interstitial-textcta-wrapper {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .interstitial-textcta-wrapper {
    padding: 0 95px;
  }
}
.interstitial-textcta-title {
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .interstitial-textcta-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .interstitial-textcta-title {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .interstitial-textcta-title {
    font-size: 36px;
    margin-bottom: 22px;
  }
}
.interstitial-textcta-subtitle {
  margin-bottom: 30px;
  width: 100%;
  color: #ffffff;
}

@media (min-width: 768px) {
  .interstitial-textcta-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .interstitial-textcta-subtitle {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .interstitial-textcta-subtitle {
    font-size: 28px;
  }
}
.multiple-entries-3-columns-cmpnt {
  background-color: #ffffff;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .multiple-entries-3-columns-cmpnt {
    padding: 80px 0;
  }
}
.me3c-title {
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .me3c-title {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .me3c-title {
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .me3c-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .me3c-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .me3c-cards {
    margin-left: 0;
    margin-right: 0;
  }
}
.imageWrapperStyle.image1 {
  background-image: url("../../statics/images/image6.jpg");
}

.imageWrapperStyle.image2 {
  background-image: url("../../statics/images/image2.jpg");
}

.imageWrapperStyle.image3 {
  background-image: url("../../statics/images/image3.jpg");
}

.multiple-entries-4-columns-cmpnt {
  background-color: #fafafa;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .multiple-entries-4-columns-cmpnt {
    padding: 80px 0;
  }
}
.me4c-title {
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .me4c-title {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .me4c-title {
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .me4c-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .me4c-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .me4c-cards {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  .me4c-cards {
    margin-left: 0;
    margin-right: 0;
  }
}
.imageWrapperStyle.image1 {
  background-image: url("../../statics/images/image1.jpg");
}

.imageWrapperStyle.image2 {
  background-image: url("../../statics/images/image3.jpg");
}

.imageWrapperStyle.image3 {
  background-image: url("../../statics/images/image5.jpg");
}

.imageWrapperStyle.image4 {
  background-image: url("../../statics/images/image4.jpg");
}

.multiple-entries-icons-white-background-cmpnt {
  background-color: white;
  margin: 50px auto;
}

@media (min-width: 768px) {
  .multiple-entries-icons-white-background-cmpnt {
    margin: 90px auto;
  }
}
@media (min-width: 992px) {
  .multiple-entries-icons-white-background-cmpnt {
    margin: 60px auto;
  }
}
.meiwb-title {
  text-align: center;
  color: #2425aa;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .meiwb-title {
    margin-bottom: 40px;
  }
}
.meiwb-subtitle {
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .meiwb-subtitle {
    margin-bottom: 40px;
    padding: 0 50px;
  }
}
.meiwb-items {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .meiwb-items {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .meiwb-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.meiwb-item {
  width: 230px;
  margin: 0 auto 50px;
}

.meiwb-item:nth-last-child(1) {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .meiwb-item {
    width: 275px;
    margin: 0 auto 60px;
  }
  .meiwb-item:nth-last-child(-n+2) {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .meiwb-item {
    width: 295px;
    margin: 0 auto 50px;
  }
}
@media (min-width: 1200px) {
  .meiwb-item {
    margin-bottom: 0;
    width: 255px;
  }
}
.meiwb-item-title {
  color: #2425aa;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .meiwb-item-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .meiwb-icon-subtitle {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.meiwb-icon-border-rounded {
  margin: 20px auto;
  padding: 25px;
  width: 120px;
  height: 120px;
  fill: #2425aa;
  border: 2px solid #2425aa;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .meiwb-icon-border-rounded {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .meiwb-icon-border-rounded {
    width: 125px;
    height: 125px;
    padding: 18px;
  }
}
.text-image-left-small-image-cmpnt {
  padding: 50px 0;
  background-color: #fafafa;
}

.text-image-left-small-image-cmpnt .cmpnt-inner {
  position: relative;
}

@media (min-width: 768px) {
  .text-image-left-small-image-cmpnt {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .text-image-left-small-image-cmpnt {
    padding: 100px 0;
  }
  .text-image-left-small-image-cmpnt .cmpnt-inner {
    min-height: 750px;
  }
}
.tilsi-background {
  display: none;
}

@media (min-width: 992px) {
  .tilsi-background {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.tilsi-wrapper {
  margin: 0 15px;
}
.tilsi-wrapper picture {
  display: none !important;
}

@media (min-width: 768px) {
  .tilsi-wrapper {
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  .tilsi-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 50px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .tilsi-wrapper {
    margin-left: 0 0 0 65px;
  }
}
@media (min-width: 1400px) {
  .tilsi-wrapper {
    margin: 0px;
  }
}
.tilsi-image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .tilsi-image {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .tilsi-image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tilsi-contents {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .tilsi-contents {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .tilsi-contents {
    width: 410px;
  }
}
@media (min-width: 1400px) {
  .tilsi-contents {
    width: 40%;
  }
}
.tilsi-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tilsi-title {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .tilsi-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}
.tilsi-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .tilsi-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .tilsi-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.tilsi-buttons {
  text-align: center;
}

@media (min-width: 992px) {
  .tilsi-buttons {
    text-align: left;
  }
}
.text-image-right-small-image-cmpnt {
  padding: 50px 0;
  background-color: #fafafa;
}

.text-image-right-small-image-cmpnt .cmpnt-inner {
  position: relative;
}

@media (min-width: 768px) {
  .text-image-right-small-image-cmpnt {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .text-image-right-small-image-cmpnt {
    padding: 100px 0;
  }
  .text-image-right-small-image-cmpnt .cmpnt-inner {
    min-height: 750px;
  }
}
.tirsi-background {
  display: none;
}

@media (min-width: 992px) {
  .tirsi-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.tirsi-wrapper {
  margin: 0 15px;
}
.tirsi-wrapper picture {
  display: none;
}

@media (min-width: 768px) {
  .tirsi-wrapper {
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  .tirsi-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px 0 0;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .tirsi-wrapper {
    margin-left: 0 0 0 65px;
  }
}
@media (min-width: 1400px) {
  .tirsi-wrapper {
    margin: 0px;
  }
}
.tirsi-image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .tirsi-image {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .tirsi-image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tirsi-contents {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .tirsi-contents {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .tirsi-contents {
    width: 410px;
  }
}
@media (min-width: 1400px) {
  .tirsi-contents {
    width: 40%;
  }
}
.tirsi-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tirsi-title {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .tirsi-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}
.tirsi-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .tirsi-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .tirsi-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.tirsi-buttons {
  text-align: center;
}

@media (min-width: 992px) {
  .tirsi-buttons {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .tirsi-wrapper picture {
    display: block;
  }
  .tilsi-wrapper picture {
    display: block !important;
  }
}
.banner-white-transparent-cmpnt {
  background-color: #fafafa;
  position: relative;
  text-align: right;
}

.banner-white-transparent-cmpnt video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

@media all and (min-width: 992px) {
  .banner-white-transparent-cmpnt {
    background-color: #ffffff;
  }
}
@media all and (min-width: 992px) {
  .banner-white-transparent-cmpnt {
    padding: 0;
    background-size: cover;
    background-position: center center;
    min-height: 550px;
  }
}
@media all and (max-width: 768px) {
  .banner-white-transparent-cmpnt {
    background-size: 100%;
  }
  .banner-white-transparent-cmpnt video {
    top: 0;
    width: 100%;
    left: 0;
    min-height: unset;
    transform: translateX(0) translateY(0);
  }
}
.banner-white-transparent-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.banner-white-transparent-caption {
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 165px;
  margin-bottom: 35px;
  padding: 20px 15px;
}

@media all and (min-width: 768px) {
  .banner-white-transparent-caption {
    margin-bottom: 30px;
    padding: 35px 60px;
  }
}
@media all and (min-width: 992px) {
  .banner-white-transparent-caption {
    background-color: transparent;
    width: 29.233871%;
    padding: 50px 0;
    margin: 0;
  }
}
@media all and (min-width: 1200px) {
  .banner-white-transparent-caption {
    width: 50%;
  }
}
.banner-white-transparent-caption .caption-category {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-white-transparent-caption .caption-title {
  margin-bottom: 30px;
}

.banner-white-transparent-caption .caption-subtitle {
  margin-bottom: 30px;
}

.banner-white-transparent-caption .caption-terms {
  display: block;
  margin-bottom: 30px;
}

.banner-white-transparent-caption .caption-buttons {
  display: flex;
}

.banner-white-transparent-caption .caption-buttons > a {
  margin-right: 20px;
}

.banner-white-transparent-caption .caption-buttons > a:last-child {
  margin-right: 0;
}

@media all and (max-width: 767px) {
  .banner-white-transparent-caption .caption-buttons {
    display: block;
  }
  .banner-white-transparent-caption .caption-buttons > a {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .banner-white-transparent-caption .caption-buttons > a {
    margin-right: 20px;
  }
}
@media all and (min-width: 992px) {
  .banner-white-transparent-caption {
    opacity: 0;
  }
  .home-banner__stroke-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-banner__stroke {
    height: 124px;
    width: 142px;
    box-shadow: 0px 0px 0px 2000px #027180;
    opacity: 0.5;
    transform: scale3d(1.02, 1.02, 1.02);
    animation: scale-effect 2.5s forwards 1s;
    background: linear-gradient(128deg, #027180 77px, transparent 78px, transparent 109px, #027180 110px, #027180);
  }
  .banner-caption-left {
    animation-delay: 2.5s;
    animation-name: slideLeft;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  .banner-caption-right {
    animation-delay: 2.5s;
    animation-name: slideRight;
    animation-duration: 1s;
    animation-direction: reverse;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}
@keyframes slideRight {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes scale-effect {
  0% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  100% {
    transform: scale3d(80, 80, 1);
  }
}
/*
* BUTTONS ANIMATIONS
*/
.button-primary,
.button-primary-box,
.button-secondary {
  z-index: 0;
  transition: color 0.3s;
  position: relative;
  overflow: hidden;
}

.button-primary:after,
.button-primary-box:after,
.button-secondary:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: width 0.3s, opacity 0.3s;
  width: 0;
  height: 530px;
  top: 50%;
  left: 50%;
  opacity: 0;
  background: #b3b3b3;
  transform: translate(-50%, -50%) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  backface-visibility: hidden;
}

.button-primary:hover:after,
.button-primary-box:hover:after,
.button-secondary:hover:after,
.button-primary:active:after,
.button-primary-box:active:after,
.button-secondary:active:after,
.button-primary:focus:after,
.button-primary-box:focus:after,
.button-secondary:focus:after {
  width: 100%;
  opacity: 1;
}

.button-primary:hover:before,
.button-third:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:hover:before,
.button-link:hover:before,
.document-list__item--web .document-list__item__download:hover:before,
.document-list__item--reference .document-list__item__download:hover:before,
.button-primary:focus:before,
.button-third:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:focus:before,
.button-link:focus:before,
.document-list__item--web .document-list__item__download:focus:before,
.document-list__item--reference .document-list__item__download:focus:before,
.button-primary:active:before,
.button-third:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:active:before,
.button-link:active:before,
.document-list__item--web .document-list__item__download:active:before,
.document-list__item--reference .document-list__item__download:active:before {
  animation: animate-generic 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.icon-arrow-right.button-primary:hover:before,
.icon-arrow-right.button-third:hover:before,
.document-list__item--web .repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item__download.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item--web .document-list__item__download.repository__dateFilter__label:hover:before,
.document-list__item--reference .repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item__download.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item--reference .document-list__item__download.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-right.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-right.repository__dateFilter__label:hover:before,
.icon-arrow-right.button-link:hover:before,
.document-list__item--web .document-list__item__download:hover:before,
.document-list__item--reference .document-list__item__download:hover:before,
.icon-arrow-right.button-primary:focus:before,
.icon-arrow-right.button-third:focus:before,
.document-list__item--web .repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item__download.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item--web .document-list__item__download.repository__dateFilter__label:focus:before,
.document-list__item--reference .repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item__download.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item--reference .document-list__item__download.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-right.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-right.repository__dateFilter__label:focus:before,
.icon-arrow-right.button-link:focus:before,
.document-list__item--web .document-list__item__download:focus:before,
.document-list__item--reference .document-list__item__download:focus:before,
.icon-arrow-right.button-primary:active:before,
.icon-arrow-right.button-third:active:before,
.document-list__item--web .repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item__download.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item--web .document-list__item__download.repository__dateFilter__label:active:before,
.document-list__item--reference .repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item__download.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .document-list__item--reference .document-list__item__download.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-right.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-right.repository__dateFilter__label:active:before,
.icon-arrow-right.button-link:active:before,
.document-list__item--web .document-list__item__download:active:before,
.document-list__item--reference .document-list__item__download:active:before {
  animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.icon-arrow-left.button-primary:hover:before,
.icon-arrow-left.button-third:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-left.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-left.repository__dateFilter__label:hover:before,
.icon-arrow-left.button-link:hover:before,
.document-list__item--web .icon-arrow-left.document-list__item__download:hover:before,
.document-list__item--reference .icon-arrow-left.document-list__item__download:hover:before,
.icon-arrow-left.button-primary:focus:before,
.icon-arrow-left.button-third:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-left.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-left.repository__dateFilter__label:focus:before,
.icon-arrow-left.button-link:focus:before,
.document-list__item--web .icon-arrow-left.document-list__item__download:focus:before,
.document-list__item--reference .icon-arrow-left.document-list__item__download:focus:before,
.icon-arrow-left.button-primary:active:before,
.icon-arrow-left.button-third:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-left.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-left.repository__dateFilter__label:active:before,
.icon-arrow-left.button-link:active:before,
.document-list__item--web .icon-arrow-left.document-list__item__download:active:before,
.document-list__item--reference .icon-arrow-left.document-list__item__download:active:before {
  animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.icon-arrow-down.button-primary:hover:before,
.button-primary.press-release__contact-button:hover:before,
.icon-arrow-down.button-third:hover:before,
.button-third.press-release__contact-button:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .press-release__contact-button.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .press-release__contact-button.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-down.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-down.repository__dateFilter__label:hover:before,
.icon-arrow-down.button-link:hover:before,
.button-link.press-release__contact-button:hover:before,
.document-list__item--web .icon-arrow-down.document-list__item__download:hover:before,
.document-list__item--web .document-list__item__download.press-release__contact-button:hover:before,
.document-list__item--reference .icon-arrow-down.document-list__item__download:hover:before,
.document-list__item--reference .document-list__item__download.press-release__contact-button:hover:before,
.icon-arrow-down.button-primary:focus:before,
.button-primary.press-release__contact-button:focus:before,
.icon-arrow-down.button-third:focus:before,
.button-third.press-release__contact-button:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .press-release__contact-button.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .press-release__contact-button.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-down.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-down.repository__dateFilter__label:focus:before,
.icon-arrow-down.button-link:focus:before,
.button-link.press-release__contact-button:focus:before,
.document-list__item--web .icon-arrow-down.document-list__item__download:focus:before,
.document-list__item--web .document-list__item__download.press-release__contact-button:focus:before,
.document-list__item--reference .icon-arrow-down.document-list__item__download:focus:before,
.document-list__item--reference .document-list__item__download.press-release__contact-button:focus:before,
.icon-arrow-down.button-primary:active:before,
.button-primary.press-release__contact-button:active:before,
.icon-arrow-down.button-third:active:before,
.button-third.press-release__contact-button:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .press-release__contact-button.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .press-release__contact-button.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-down.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-down.repository__dateFilter__label:active:before,
.icon-arrow-down.button-link:active:before,
.button-link.press-release__contact-button:active:before,
.document-list__item--web .icon-arrow-down.document-list__item__download:active:before,
.document-list__item--web .document-list__item__download.press-release__contact-button:active:before,
.document-list__item--reference .icon-arrow-down.document-list__item__download:active:before,
.document-list__item--reference .document-list__item__download.press-release__contact-button:active:before {
  animation: animate-arrow-down 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.icon-arrow-up.button-primary:hover:before,
.icon-arrow-up.button-third:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-up.repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-up.repository__dateFilter__label:hover:before,
.icon-arrow-up.button-link:hover:before,
.document-list__item--web .icon-arrow-up.document-list__item__download:hover:before,
.document-list__item--reference .icon-arrow-up.document-list__item__download:hover:before,
.icon-arrow-up.button-primary:focus:before,
.icon-arrow-up.button-third:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-up.repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-up.repository__dateFilter__label:focus:before,
.icon-arrow-up.button-link:focus:before,
.document-list__item--web .icon-arrow-up.document-list__item__download:focus:before,
.document-list__item--reference .icon-arrow-up.document-list__item__download:focus:before,
.icon-arrow-up.button-primary:active:before,
.icon-arrow-up.button-third:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-up.repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-up.repository__dateFilter__label:active:before,
.icon-arrow-up.button-link:active:before,
.document-list__item--web .icon-arrow-up.document-list__item__download:active:before,
.document-list__item--reference .icon-arrow-up.document-list__item__download:active:before {
  animation: animate-arrow-up 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.icon-arrow-up.button-primary:hover:after,
.icon-arrow-up.button-third:hover:after,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-up.repository__dateFilter__label:hover:after,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-up.repository__dateFilter__label:hover:after,
.icon-arrow-up.button-link:hover:after,
.document-list__item--web .icon-arrow-up.document-list__item__download:hover:after,
.document-list__item--reference .icon-arrow-up.document-list__item__download:hover:after,
.icon-arrow-up.button-primary:focus:after,
.icon-arrow-up.button-third:focus:after,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-up.repository__dateFilter__label:focus:after,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-up.repository__dateFilter__label:focus:after,
.icon-arrow-up.button-link:focus:after,
.document-list__item--web .icon-arrow-up.document-list__item__download:focus:after,
.document-list__item--reference .icon-arrow-up.document-list__item__download:focus:after,
.icon-arrow-up.button-primary:active:after,
.icon-arrow-up.button-third:active:after,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .icon-arrow-up.repository__dateFilter__label:active:after,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .icon-arrow-up.repository__dateFilter__label:active:after,
.icon-arrow-up.button-link:active:after,
.document-list__item--web .icon-arrow-up.document-list__item__download:active:after,
.document-list__item--reference .icon-arrow-up.document-list__item__download:active:after {
  animation: animate-arrow-up 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.button-primary,
.button-primary-box,
.button-secondary,
.button-third,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label {
  cursor: pointer;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.button-primary {
  background: #cccccc;
  color: #ffffff;
  padding: 0 30px;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #ffffff;
}

.button-primary:before {
  float: right;
  margin-left: 10px;
}

.button-primary:after {
  background: #b3b3b3;
}

.button-primary--red {
  background: #f07662;
  color: #ffffff;
  padding: 0 30px;
}

.button-primary--red:hover,
.button-primary--red:focus,
.button-primary--red:active {
  color: #ffffff;
}

.button-primary--red:before {
  float: right;
  margin-left: 10px;
}

.button-primary--red:after {
  background: #ec4d33;
}

.button-primary--red:hover,
.button-primary--red:focus,
.button-primary--red:active {
  color: #ffffff;
}

.button-primary--red:after {
  background: #ec4d33;
}

.button-primary--rounded {
  border-radius: 50px;
}

.button-primary--white-alt {
  background: #ffffff;
  color: #ffffff;
  padding: 0 30px;
  color: #f07662;
}

.button-primary--white-alt:hover,
.button-primary--white-alt:focus,
.button-primary--white-alt:active {
  color: #ffffff;
}

.button-primary--white-alt:before {
  float: right;
  margin-left: 10px;
}

.button-primary--white-alt:after {
  background: #e6e6e6;
}

.button-primary--white-alt:hover,
.button-primary--white-alt:focus,
.button-primary--white-alt:active {
  color: #f07662;
}

.button-primary--white-alt:after {
  background: #e6e6e6;
}

.button-primary--blue,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button {
  background: #4975ba;
  color: #ffffff;
  padding: 0 30px;
}

.button-primary--blue:hover,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:hover,
.button-primary--blue:focus,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:focus,
.button-primary--blue:active,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:active {
  color: #ffffff;
}

.button-primary--blue:before,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:before {
  float: right;
  margin-left: 10px;
}

.button-primary--blue:after,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:after {
  background: #395e97;
}

.button-primary--blue:hover,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:hover,
.button-primary--blue:focus,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:focus,
.button-primary--blue:active,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:active {
  color: #ffffff;
}

.button-primary--blue:after,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__button:after {
  background: #395e97;
}

.button-primary--white {
  background: #ffffff;
  color: #ffffff;
  padding: 0 30px;
}

.button-primary--white:hover,
.button-primary--white:focus,
.button-primary--white:active {
  color: #ffffff;
}

.button-primary--white:before {
  float: right;
  margin-left: 10px;
}

.button-primary--white:after {
  background: #e6e6e6;
}

.button-primary--white:hover,
.button-primary--white:focus,
.button-primary--white:active {
  color: #ffffff;
}

.button-primary--white:after {
  background: #e6e6e6;
}

.button-primary--green-dark {
  background: #174140;
  color: #ffffff;
  padding: 0 30px;
}

.button-primary--green-dark:hover,
.button-primary--green-dark:focus,
.button-primary--green-dark:active {
  color: #ffffff;
}

.button-primary--green-dark:before {
  float: right;
  margin-left: 10px;
}

.button-primary--green-dark:after {
  background: #0a1b1b;
}

.button-primary--green-dark:hover,
.button-primary--green-dark:focus,
.button-primary--green-dark:active {
  color: #ffffff;
}

.button-primary--green-dark:after {
  background: #0a1b1b;
}

.button-primary--des_blue-dark,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button {
  background: #064360;
  color: #ffffff;
  padding: 0 30px;
}

.button-primary--des_blue-dark:hover,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:hover,
.button-primary--des_blue-dark:focus,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:focus,
.button-primary--des_blue-dark:active,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:active,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:active,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:active,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:active,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:active {
  color: #ffffff;
}

.button-primary--des_blue-dark:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:before,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:before {
  float: right;
  margin-left: 10px;
}

.button-primary--des_blue-dark:after,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:after,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:after,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:after,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:after,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:after {
  background: #032230;
}

.button-primary--des_blue-dark:hover,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:hover,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:hover,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:hover,
.button-primary--des_blue-dark:focus,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:focus,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:focus,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:focus,
.button-primary--des_blue-dark:active,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:active,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:active,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:active,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:active,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:active,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:active {
  color: #ffffff;
}

.button-primary--des_blue-dark:after,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__button:after,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__button:after,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__button:after,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__button:after,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__button:after,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__button:after {
  background: #032230;
}

.button-primary-box {
  background: #cccccc;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
  letter-spacing: 0.12em;
}

.button-primary-box:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #bfbfbf;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box:hover,
.button-primary-box:focus,
.button-primary-box:active {
  color: #ffffff;
}

.button-primary-box:hover:before,
.button-primary-box:focus:before,
.button-primary-box:active:before {
  background-color: #a6a6a6;
}

.button-primary-box--red {
  background: #f07662;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}

.button-primary-box--red:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #ee624b;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--red:hover,
.button-primary-box--red:focus,
.button-primary-box--red:active {
  color: #ffffff;
}

.button-primary-box--red:hover:before,
.button-primary-box--red:focus:before,
.button-primary-box--red:active:before {
  background-color: #e9391c;
}

.button-primary-box--red:after {
  background-color: #ec4d33;
}

.button-primary-box--red-alt {
  background: #f07662;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
  border: 3px solid #f07662;
  background: white;
  color: #f07662;
  color: #f07662;
}

.button-primary-box--red-alt:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #ee624b;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--red-alt:hover,
.button-primary-box--red-alt:focus,
.button-primary-box--red-alt:active {
  color: #ffffff;
}

.button-primary-box--red-alt:hover:before,
.button-primary-box--red-alt:focus:before,
.button-primary-box--red-alt:active:before {
  background-color: #e9391c;
}

.button-primary-box--red-alt:before {
  background: white;
  border-left: 3px solid #f07662;
}

.button-primary-box--red-alt:hover,
.button-primary-box--red-alt:focus {
  color: #ec4d33;
}

.button-primary-box--red-alt:active:before,
.button-primary-box--red-alt:focus:before,
.button-primary-box--red-alt:hover:before {
  background-color: #f07662;
}

.button-primary-box--red-alt:hover:before {
  color: white;
}

.button-primary-box--red-alt:after {
  background-color: white;
}

.button-primary-box--blue {
  background: #4975ba;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}

.button-primary-box--blue:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #4069a9;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--blue:hover,
.button-primary-box--blue:focus,
.button-primary-box--blue:active {
  color: #ffffff;
}

.button-primary-box--blue:hover:before,
.button-primary-box--blue:focus:before,
.button-primary-box--blue:active:before {
  background-color: #325284;
}

.button-primary-box--blue:after {
  background-color: #395e97;
}

.button-primary-box--blue-dark {
  background: #4269a7;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}

.button-primary-box--blue-dark:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #3b5e95;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--blue-dark:hover,
.button-primary-box--blue-dark:focus,
.button-primary-box--blue-dark:active {
  color: #ffffff;
}

.button-primary-box--blue-dark:hover:before,
.button-primary-box--blue-dark:focus:before,
.button-primary-box--blue-dark:active:before {
  background-color: #2c4770;
}

.button-primary-box--blue-dark:after {
  background-color: #345282;
}

.button-primary-box--youtube {
  background: #cd201f;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}

.button-primary-box--youtube:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #b71d1c;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--youtube:hover,
.button-primary-box--youtube:focus,
.button-primary-box--youtube:active {
  color: #ffffff;
}

.button-primary-box--youtube:hover:before,
.button-primary-box--youtube:focus:before,
.button-primary-box--youtube:active:before {
  background-color: #8b1615;
}

.button-primary-box--youtube:after {
  background-color: #a11918;
}

.button-primary-box--twitter {
  background: #55acee;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}

.button-primary-box--twitter:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #3ea1ec;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--twitter:hover,
.button-primary-box--twitter:focus,
.button-primary-box--twitter:active {
  color: #ffffff;
}

.button-primary-box--twitter:hover:before,
.button-primary-box--twitter:focus:before,
.button-primary-box--twitter:active:before {
  background-color: #1689e0;
}

.button-primary-box--twitter:after {
  background-color: #2795e9;
}

.button-primary-box--linkedin {
  background: #069;
  color: #ffffff;
  padding: 0 0 0 30px;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}

.button-primary-box--linkedin:before {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #005580;
  margin: 0 0 0 20px;
  font-size: 18px;
  transition: background-color 0.2s linear;
}

.button-primary-box--linkedin:hover,
.button-primary-box--linkedin:focus,
.button-primary-box--linkedin:active {
  color: #ffffff;
}

.button-primary-box--linkedin:hover:before,
.button-primary-box--linkedin:focus:before,
.button-primary-box--linkedin:active:before {
  background-color: #00334d;
}

.button-primary-box--linkedin:after {
  background-color: #004466;
}

.button-secondary {
  line-height: 46px;
  border: 3px solid #cccccc;
  color: #cccccc;
  background-color: transparent;
  padding: 0 30px;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  border-color: #b3b3b3;
  color: white;
}

.button-secondary--red {
  line-height: 46px;
  border: 3px solid #f07662;
  color: #f07662;
  background-color: transparent;
  padding: 0 30px;
}

.button-secondary--red:hover,
.button-secondary--red:focus,
.button-secondary--red:active {
  border-color: #ec4d33;
  color: white;
}

.button-secondary--red:hover,
.button-secondary--red:focus,
.button-secondary--red:active {
  color: #ffffff;
  border-color: #f07662;
}

.button-secondary--red:after {
  background: #f07662;
}

.button-secondary--blue {
  line-height: 46px;
  border: 3px solid #4975ba;
  color: #4975ba;
  background-color: transparent;
  padding: 0 30px;
}

.button-secondary--blue:hover,
.button-secondary--blue:focus,
.button-secondary--blue:active {
  border-color: #395e97;
  color: white;
}

.button-secondary--blue:hover,
.button-secondary--blue:focus,
.button-secondary--blue:active {
  color: #ffffff;
  border-color: #4975ba;
}

.button-secondary--blue:after {
  background: #4975ba;
}

.button-secondary--white {
  line-height: 46px;
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 0 30px;
}

.button-secondary--white:hover,
.button-secondary--white:focus,
.button-secondary--white:active {
  border-color: #e6e6e6;
  color: white;
}

.button-secondary--white:hover,
.button-secondary--white:focus,
.button-secondary--white:active {
  color: #666666;
  border-color: #ffffff;
}

.button-secondary--white:after {
  background: #ffffff;
}

.button-secondary--right {
  padding: 0 0 0 30px;
}

.button-secondary--right:before {
  float: right;
  width: 50px;
  text-align: center;
  border-left-width: inherit;
  border-left-style: solid;
  margin: 0 0 0 20px;
  font-size: 18px;
}

.button-third,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label {
  color: #ffffff;
  transition: color 0.3s linear;
}

.button-third:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:before {
  float: right;
  margin-left: 10px;
}

.button-third:hover,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:hover,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:hover,
.button-third:focus,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:focus,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:focus,
.button-third:active,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:active,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:active {
  color: #e6e6e6;
}

.button-third:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:hover:before,
.button-third:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:focus:before,
.button-third:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:active:before {
  color: #e6e6e6;
}

.button-third--red {
  color: #f07662;
  transition: color 0.3s linear;
}

.button-third--red:before {
  float: right;
  margin-left: 10px;
}

.button-third--red:hover,
.button-third--red:focus,
.button-third--red:active {
  color: #ec4d33;
}

.button-third--red:hover:before,
.button-third--red:focus:before,
.button-third--red:active:before {
  color: #ec4d33;
}

.button-third--blue,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label {
  color: #4975ba;
  transition: color 0.3s linear;
}

.button-third--blue:before,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:before {
  float: right;
  margin-left: 10px;
}

.button-third--blue:hover,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:hover,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:hover,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:hover,
.button-third--blue:focus,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:focus,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:focus,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:focus,
.button-third--blue:active,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:active,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:active,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:active {
  color: #395e97;
}

.button-third--blue:hover:before,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:hover:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:hover:before,
.button-third--blue:focus:before,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:focus:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:focus:before,
.button-third--blue:active:before,
.double-highlights__highlight--event + .double-highlights__highlight--event .double-highlights__highlight__event__view-all:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:active:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:active:before {
  color: #395e97;
}

.button-third--green {
  color: #999442;
  transition: color 0.3s linear;
}

.button-third--green:before {
  float: right;
  margin-left: 10px;
}

.button-third--green:hover,
.button-third--green:focus,
.button-third--green:active {
  color: #757233;
}

.button-third--green:hover:before,
.button-third--green:focus:before,
.button-third--green:active:before {
  color: #757233;
}

.button-third--green-dark {
  color: #174140;
  transition: color 0.3s linear;
}

.button-third--green-dark:before {
  float: right;
  margin-left: 10px;
}

.button-third--green-dark:hover,
.button-third--green-dark:focus,
.button-third--green-dark:active {
  color: #0a1b1b;
}

.button-third--green-dark:hover:before,
.button-third--green-dark:focus:before,
.button-third--green-dark:active:before {
  color: #0a1b1b;
}

.button-third--des_blue-dark,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all {
  color: #064360;
  transition: color 0.3s linear;
}

.button-third--des_blue-dark:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:before,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:before {
  float: right;
  margin-left: 10px;
}

.button-third--des_blue-dark:hover,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:hover,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:hover,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:hover,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:hover,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:hover,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:hover,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:hover,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:hover,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:hover,
.button-third--des_blue-dark:focus,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:focus,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:focus,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:focus,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:focus,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:focus,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:focus,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:focus,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:focus,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:focus,
.button-third--des_blue-dark:active,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:active,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:active,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:active,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:active,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:active,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:active,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:active,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:active,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:active {
  color: #032230;
}

.button-third--des_blue-dark:hover:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:hover:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:hover:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:hover:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:hover:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:hover:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:hover:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:hover:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:hover:before,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:hover:before,
.button-third--des_blue-dark:focus:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:focus:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:focus:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:focus:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:focus:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:focus:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:focus:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:focus:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:focus:before,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:focus:before,
.button-third--des_blue-dark:active:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:active:before,
.double-highlights__highlight--article + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:active:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:active:before,
.double-highlights__highlight--story + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:active:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__article__view-all:active:before,
.double-highlights__highlight--article + .double-highlights__highlight--story .double-highlights__highlight__story__view-all:active:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__article__view-all:active:before,
.double-highlights__highlight--story + .double-highlights__highlight--article .double-highlights__highlight__story__view-all:active:before,
.double-highlights__highlight--publication + .double-highlights__highlight--publication .double-highlights__highlight__publication__view-all:active:before {
  color: #032230;
}

.button-third--white {
  color: #ffffff;
  transition: color 0.3s linear;
}

.button-third--white:before {
  float: right;
  margin-left: 10px;
}

.button-third--white:hover,
.button-third--white:focus,
.button-third--white:active {
  color: #e6e6e6;
}

.button-third--white:hover:before,
.button-third--white:focus:before,
.button-third--white:active:before {
  color: #e6e6e6;
}

.button-third--left:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:first-child .repository__dateFilter__label:before,
.repository__dateFilter--upcoming .repository__dateFilter__date:nth-child(2) .repository__dateFilter__label:before {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.button-third--center:before {
  margin: 0;
}

.button-link {
  line-height: 46px;
  border: none;
  color: #f07662;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: color 0.3s linear;
}

.button-link:before {
  float: right;
  margin-left: 10px;
}

.button-link:hover,
.button-link:focus,
.button-link:active {
  color: #ec4d33;
}

.button-link:hover:before,
.button-link:focus:before,
.button-link:active:before {
  color: #ec4d33;
}

.button-link:before {
  font-weight: normal;
  font-family: icomoon;
}

.share-buttons__button {
  display: block;
  float: right;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}

.share-buttons__button:first-child {
  border: 0 none;
  border-bottom: 1px solid #ffffff;
}

.share-buttons__button:last-child {
  border-left: 0 none;
}

.share-buttons__btn {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 50px;
}

.share-buttons__btn:hover,
.share-buttons__btn:focus {
  transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.share-buttons__btn:hover .share-buttons__button.button-primary-box,
.share-buttons__btn:focus .share-buttons__button.button-primary-box {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 0;
}

.share-buttons__btn:hover .share-buttons__button.button-primary-box::before,
.share-buttons__btn:focus .share-buttons__button.button-primary-box::before {
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.share-buttons__btn:hover .share-buttons__button.button-primary-box:nth-child(2),
.share-buttons__btn:focus .share-buttons__button.button-primary-box:nth-child(2) {
  transform: translate(0, 65px);
  transform: translate3d(0, 65px, 0);
}

.share-buttons__btn:hover .share-buttons__button.button-primary-box:nth-child(3),
.share-buttons__btn:focus .share-buttons__button.button-primary-box:nth-child(3) {
  transform: translate(0, 130px);
  transform: translate3d(0, 130px, 0);
}

.share-buttons__btn:hover .share-buttons__button.button-primary-box:nth-child(4),
.share-buttons__btn:focus .share-buttons__button.button-primary-box:nth-child(4) {
  transform: translate(0, 195px);
  transform: translate3d(0, 195px, 0);
}

.share-buttons__btn .share-buttons__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.share-buttons__btn .share-buttons__wrapper:hover,
.share-buttons__btn .share-buttons__wrapper:focus {
  height: 325px;
}

.share-buttons__btn .share-buttons__button {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 0 15px;
  z-index: 1;
}

.share-buttons__btn .share-buttons__button:not(:hover):not(:focus):not(:active)::before {
  background-color: #cdd9eb;
  color: #4975ba;
}

.share-buttons__btn .share-buttons__button:last-child {
  margin: 0;
}

.share-buttons__btn .share-buttons__button:hover::before,
.share-buttons__btn .share-buttons__button:focus::before,
.share-buttons__btn .share-buttons__button:active::before {
  color: white;
}

@media (min-width: 768px) {
  .share-buttons__btn .share-buttons__button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .share-buttons__btn .share-buttons__button {
    padding: 0;
    margin: 0 0 15px;
  }
}
.share-buttons__btn .share-buttons__button.button-primary-box {
  background-color: #dfe7f2;
  color: #4975ba;
  z-index: -1;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.share-buttons__btn .share-buttons__button.button-primary-box::before {
  margin-left: 0;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.share-buttons__btn .share-buttons__button.button-primary-box:hover,
.share-buttons__btn .share-buttons__button.button-primary-box:focus,
.share-buttons__btn .share-buttons__button.button-primary-box:active {
  color: white;
}

.share-buttons__btn-picto {
  position: absolute;
  top: 1px;
  right: -15px;
  z-index: 0;
  height: 0;
  display: flex;
}

.share-buttons__btn-picto .share-buttons__wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
}

.share-buttons__btn-picto .share-buttons__button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  background: #dfe7f2;
  color: #4975ba;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.2s 0s, color 0.2s, background 0.2s;
}

.share-buttons__btn-picto .share-buttons__button:hover,
.share-buttons__btn-picto .share-buttons__button:focus {
  background: #4975ba;
  color: #ffffff;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.2s 0s, color 0.2s, background 0.2s;
}

.share-buttons__btn-picto .share-buttons__button:hover::before,
.share-buttons__btn-picto .share-buttons__button:focus::before {
  animation: animate-down 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.share-buttons__btn-picto .share-buttons__button:first-child {
  background: #4975ba;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
}

.share-buttons__btn-picto:hover .share-buttons__button {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.2s 0s, color 0.2s, background 0.2s;
}

.share-buttons__btn-picto:hover .share-buttons__button:first-child {
  border-left: 1px solid #ffffff;
}

.share-buttons__sticky {
  float: right;
  height: 59px;
}

.share-buttons__sticky .share-buttons__share {
  float: left;
  margin: 0 15px 0 0;
  color: #35568a;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}

.share-buttons__sticky .share-buttons__share:hover,
.share-buttons__sticky .share-buttons__share:focus {
  color: #4773b9;
  background-color: transparent;
}

.share-buttons__sticky .share-buttons__share__title {
  margin: 0 0 0 0;
  vertical-align: text-top;
}

.share-buttons__sticky .share-buttons__share__title--opened {
  display: none;
  vertical-align: text-top;
}

.share-buttons__sticky .share-buttons__share--active .share-buttons__share__title {
  display: none;
}

.share-buttons__sticky .share-buttons__share--active .share-buttons__share__title--opened {
  display: inline-block;
}

.share-buttons__sticky .share-buttons__button {
  width: 60px;
  height: 58px;
  float: left;
  color: #4975ba;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  transition: visibility 0s 0.5s, opacity 0.2s 0s, color 0.2s, background 0.2s;
}

.share-buttons__sticky .share-buttons__button-btn {
  background: #ffffff;
  border-left: 1px solid #ffffff;
}

@media (min-width: 768px) {
  .share-buttons__sticky .share-buttons__button-btn {
    border-top: 1px solid #ffffff;
  }
}
.share-buttons__sticky .share-buttons__button:hover,
.share-buttons__sticky .share-buttons__button:focus {
  background: #c6d7e4;
  color: #4975ba;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.2s 0s, color 0.2s, background 0.2s;
}

@media (min-width: 768px) {
  .share-buttons__sticky .share-buttons__share {
    font-size: 18px;
  }
}
.share-buttons__sticky .share-buttons__wrapper {
  display: none;
}

.share-buttons__sticky .share-buttons__wrapper--displayed {
  display: inline-block;
}

@media (min-width: 768px) {
  .share-buttons__btn-picto {
    top: 0;
    right: 0;
  }
  .share-buttons__btn-picto .share-buttons__wrapper {
    display: block;
  }
  .share-buttons__btn-picto:first-child {
    border-left: 0;
  }
  .share-buttons__btn-picto:hover .share-buttons__button:first-child {
    border-left: 0;
  }
  .share-buttons__button {
    float: none;
    border-right: 0 none;
    border-left: 0;
    border-bottom: 0;
  }
  .share-buttons__button:first-child {
    border-bottom: 0;
  }
}
.press-release__inner {
  margin: 40px 15px;
}

.press-release__back-link {
  line-height: 30px;
}

.press-release__label {
  display: inline-block;
  color: #666666;
  margin-bottom: 40px;
}

.press-release__title {
  text-align: center;
  color: #333333;
  margin-bottom: 0;
  display: block;
}

.press-release__buttons-wrapper {
  margin-top: 50px;
  text-align: left;
}

.press-release__newsletter {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.press-release__document-metadata {
  padding: 15px;
  border-bottom: 1px solid #dadada;
}

.press-release__download {
  line-height: 50px;
  display: block;
}

.press-release__document-title {
  font-weight: bold;
}

.press-release__document-type {
  color: #cccccc;
  font-weight: bold;
}

.press-release__datetime {
  margin: 50px 0;
  text-align: center;
}

.press-release__time {
  color: #cccccc;
}

.press-release__contact-button {
  margin-top: 20px;
  display: block;
  border-top: 1px solid #dadada;
  text-align: left;
}

@media (min-width: 768px) {
  .press-release {
    padding: 0;
  }
  .press-release__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .press-release__title {
    text-align: left;
  }
  .press-release__buttons-wrapper {
    margin-top: 40px;
  }
  .press-release__download {
    width: 100%;
    line-height: 50px;
    margin: 0;
  }
  .press-release__document-metadata {
    border-bottom: 0;
    padding: 0;
    margin-top: 20px;
  }
  .press-release__datetime {
    margin: 40px 0;
    text-align: left;
  }
  .press-release__date,
  .press-release__time {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .press-release__outter {
    position: relative;
  }
  .press-release__title {
    margin: 0;
  }
  .press-release__info-wrapper {
    margin-top: 40px;
  }
  .press-release__buttons-wrapper {
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .press-release__download {
    width: inherit;
    margin: 0;
  }
}
.slider-our-partners-cmpnt {
  width: 100%;
  background: #fff;
}

.slider-our-partners-cmpnt .cmpnt-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  padding: 25px 30px 40px;
}

.slider-our-partners-cmpnt .cmpnt-inner-centered {
  width: 100%;
  margin: auto;
}

.slider-our-partners-title {
  margin: 0;
  color: #333;
  text-align: center;
}

.slider-our-partners-legend {
  margin-top: 25px;
  color: #333;
  text-align: center;
}

@media (min-width: 768px) {
  .slider-our-partners-cmpnt .cmpnt-inner {
    padding: 40px 0 30px;
  }
  .slider-our-partners-legend {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .slider-our-partners-cmpnt .cmpnt-inner {
    padding: 60px 0 40px;
    width: 930px;
  }
  .slider-our-partners-legend {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .slider-our-partners-cmpnt .cmpnt-inner {
    padding: 40px 0;
    width: 1110px;
  }
}
/* SLIDER */
.swiper-slider-our-partners-nav-next,
.swiper-slider-our-partners-nav-prev {
  display: none;
}

.swiper-slider-our-partners-pagination {
  position: relative;
  margin-top: 45px;
  width: 100%;
}

.swiper-slider-our-partners-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

@media (min-width: 768px) {
  .swiper-slider-our-partners-pagination {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .swiper-slider-our-partners-nav-next,
  .swiper-slider-our-partners-nav-prev {
    position: absolute;
    display: block;
    top: 50%;
    width: 32px;
    height: 32px;
    /* 16 + (40+16)/2  */
    margin-top: -44px;
  }
  .swiper-slider-our-partners-nav-next {
    right: 0px;
  }
  .swiper-slider-our-partners-nav-prev {
    left: 0px;
  }
  .swiper-slider-our-partners-nav-next svg path,
  .swiper-slider-our-partners-nav-prev svg path {
    -webkit-transition: fill 0.2s ease-out;
    -moz-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }
  .swiper-slider-our-partners-nav-next svg,
  .swiper-slider-our-partners-nav-prev svg {
    fill: #ccc;
  }
  .swiper-slider-our-partners-nav-next:hover svg,
  .swiper-slider-our-partners-nav-next:active svg,
  .swiper-slider-our-partners-nav-prev:hover svg,
  .swiper-slider-our-partners-nav-prev:active svg {
    fill: #333;
  }
  .swiper-slider-our-partners-pagination {
    margin-top: 40px;
  }
  .swiper-slider-our-partners-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .swiper-slider-our-partners-nav-next {
    right: 0;
  }
  .swiper-slider-our-partners-nav-prev {
    left: 0;
  }
  .swiper-slider-our-partners-pagination {
    margin-top: 50px;
  }
  .swiper-slider-our-partners-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}
/* / SLIDER */
/* PARTNER SLIDE */
.slide-partner {
  width: 100%;
  /* height: 400px; */
  background: #f5f5f5;
}

.slide-partner-picture {
  position: relative;
  width: calc(100% - 4px);
  height: 95px;
  left: 2px;
  top: 2px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

.slide-partner-contents {
  padding: 30px;
  min-height: 250px;
}

.slide-partner-contents h6 {
  margin: 0;
  color: #333;
  font: normal normal 14px/14px "Source Sans Pro";
  text-transform: uppercase;
}

.slide-partner-contents h5 {
  margin: 10px 0 0;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.slide-partner-contents p {
  margin: 20px 0 0;
  color: #333;
  min-height: 66px;
}

.slide-partner-contents-link {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .slide-partner {
    width: 390px;
    margin: 0 auto;
  }
  .slide-partner-picture {
    height: 150px;
  }
  .slide-partner-contents {
    padding: 28px;
    min-height: 250px;
  }
  .slide-partner-contents h5 {
    margin: 20px 0 0;
  }
  .slide-partner-contents p {
    margin: 20px 0 0;
  }
  .slide-partner-contents-link {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .slide-partner {
    width: 100%;
  }
  .slide-partner-contents {
    padding: 28px;
    min-height: 250px;
  }
  .slide-partner-contents p {
    margin: 30px 0 0;
  }
}
/* / PARTNER SLIDE */
body.openMenu {
  overflow: hidden;
}

.header__wrapperStyle {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  z-index: 50;
}

.header__wrapperStyle .topHeaderStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background: #00005b;
  color: #ffffff;
  text-align: center;
  padding: 15px 50px;
}

@media (min-width: 768px) {
  .header__wrapperStyle .topHeaderStyle {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 7px;
  }
}
.header__wrapperStyle .topHeaderStyle .subtitle {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .header__wrapperStyle .topHeaderStyle .subtitle {
    margin-right: 15px;
    font-size: 13px;
    width: auto;
  }
}
.header__wrapperStyle > .topHeaderStyle {
  display: none;
}

@media (min-width: 768px) {
  .header__wrapperStyle > .topHeaderStyle {
    display: -ms-flexbox;
    display: flex;
  }
}
.header__wrapperStyle > .metaHeaderStyle {
  display: none;
}

@media (min-width: 768px) {
  .header__wrapperStyle > .metaHeaderStyle {
    display: block;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: content-box;
  }
}
@media (min-width: 992px) {
  .header__wrapperStyle .metaHeaderStyle .leftLinksWrapperStyle {
    margin-left: -15px;
  }
}
.header__wrapperStyle .metaHeaderStyle .linkWrapperStyle {
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle .linkWrapperStyle {
    border-bottom: 0 none;
    float: left;
  }
}
.header__wrapperStyle .metaHeaderStyle .linkMetaStyle {
  padding: 18px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  background: #fafafa;
  cursor: pointer;
  font-size: 14px;
}

.header__wrapperStyle .metaHeaderStyle .linkMetaStyle:hover {
  color: #7f7f7f;
}

@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle .linkMetaStyle {
    width: 100%;
    font-size: 16px;
    padding: 23px 25px 23px 60px;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle .linkMetaStyle {
    font-size: 13px;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .header__wrapperStyle .metaHeaderStyle .linkMetaStyle:hover {
    background: #ffffff;
    padding-bottom: 1px;
  }
  .header__wrapperStyle .metaHeaderStyle .linkMetaStyle.active {
    color: #333333;
    background: #ffffff;
    padding-bottom: 1px;
  }
}
.header__wrapperStyle .metaHeaderStyle .langSwitch {
  display: block;
}

@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle .langSwitch {
    display: block;
    position: relative;
    float: right;
  }
  .header__wrapperStyle .metaHeaderStyle .rightLinksWrapperStyle {
    display: block;
    position: relative;
    float: right;
  }
  .header__wrapperStyle .metaHeaderStyle .rightLinksWrapperStyle .linkWrapperStyle {
    position: relative;
  }
  .header__wrapperStyle .metaHeaderStyle .rightLinksWrapperStyle .linkWrapperStyle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background: #ccc;
  }
  .header__wrapperStyle .metaHeaderStyle .langSwitch .linkMetaStyle,
  .header__wrapperStyle .metaHeaderStyle .rightLinksWrapperStyle .linkMetaStyle {
    padding: 0 15px;
  }
  .header__wrapperStyle .metaHeaderStyle .langSwitch svg {
    fill: #7f7f7f;
  }
  .header__wrapperStyle .metaHeaderStyle .langSwitch:hover > ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle .iconLang {
    margin-left: 15px;
    width: 15px;
    fill: #cccccc;
    display: inline-block;
    vertical-align: top;
  }
}
.header__wrapperStyle .metaHeaderStyle .langList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .header__wrapperStyle .metaHeaderStyle .langList li .linkLangStyle {
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #7f7f7f;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #7f7f7f;
  }
  .header__wrapperStyle .metaHeaderStyle .langList li .linkLangStyle.selected {
    font-weight: 600;
    color: #00008f;
  }
  .header__wrapperStyle .metaHeaderStyle .langList li:last-child .linkLangStyle {
    border-right: 0 none;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .metaHeaderStyle .langList {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 100%;
  }
}
.header__wrapperStyle .wrapperStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle:after {
    visibility: hidden;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 51%;
    min-height: 100vh;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    transition: visibility 0s ease 0s;
  }
  .header__wrapperStyle .wrapperStyle.openMenu:after {
    visibility: visible;
    transition: visibility 0s ease 0.2s;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__wrapperStyle .wrapperStyle .logoLinkStyle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease 0s, opacity 0.2s ease 0.2s;
}

.header__wrapperStyle .wrapperStyle .logoLinkStyle .logoStyle {
  height: 35px;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .logoLinkStyle .logoStyle {
    height: 45px;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .logoLinkStyle .logoStyle {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .logoLinkStyle {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .logoLinkStyle {
    -ms-flex-item-align: start;
  }
}
.header__wrapperStyle .wrapperStyle.openSearch .logoLinkStyle {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.2s, opacity 0.2s ease 0s;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle.openSearch .logoLinkStyle {
    visibility: visible;
    opacity: 1;
  }
}
.header__wrapperStyle .wrapperStyle .menuMobileStyle {
  position: fixed;
  z-index: 5;
  top: 75px;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-top: 1px;
  background-color: #ffffff;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.2s ease;
  overflow-y: scroll;
  overflow-x: hidden;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle > div {
  position: relative;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuMobileStyle {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuMobileStyle {
    min-height: 100vh;
    display: none;
  }
}
.header__wrapperStyle .wrapperStyle .menuMobileStyle .menuItemStyle {
  border-bottom: 1px solid #e5e5e5;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .menuLinkStyle {
  padding: 18px 30px;
  display: block;
  color: #00008f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  background-color: #ffffff;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .menuLinkStyle:hover {
  color: #00005b;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuMobileStyle .menuLinkStyle {
    font-size: 16px;
    padding: 23px 25px 23px 60px;
  }
}
.header__wrapperStyle .wrapperStyle .menuMobileStyle .menuItemIconStyle {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  height: 15px;
  fill: #00008f;
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuStyle {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-top: 1px;
  background-color: #ffffff;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.2s ease;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuStyleOpen {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuStyleOpen {
    transform: translate3d(10px, 0, 0);
    box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.3);
  }
}
.header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuTitle {
  padding: 28px 30px 28px 65px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuTitle {
    padding: 25px 0px 25px 95px;
    font-size: 20px;
  }
}
.header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuTitleIconStyle {
  position: absolute;
  z-index: 0;
  left: 30px;
  top: 50%;
  height: 15px;
  fill: #00008f;
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuMobileStyle .subMenuTitleIconStyle {
    left: 60px;
  }
}
.header__wrapperStyle .wrapperStyle .menuMobileStyle:hover > .subMenuTitleIconStyle {
  fill: #00008f;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .metaHeaderStyle .linkMetaStyle {
  background: #ffffff;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .metaHeaderStyle .linkMetaStyle.active {
  color: #333333;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle .metaHeaderStyle .langSwitch .linkMetaStyle {
  background: #e5e5e5;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
}

.header__wrapperStyle .wrapperStyle.openMenu .menuMobileStyle {
  transform: translate3d(0, 0, 0);
}

.header__wrapperStyle .wrapperStyle .menuDesktopStyle {
  display: none;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle {
    display: block;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .fadeOnSearch {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity 0.2s ease 0.2s;
  }
}
.header__wrapperStyle .wrapperStyle .menuDesktopStyle .stroke {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
  background: #f07662;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  transition: transform 0.2s ease, width 0.2s ease, visibility 0s ease 0.2s;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle {
    float: left;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .firstLevelLink {
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    margin: 0 5px;
    line-height: 1.4;
    height: 70px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #00008f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    /*rtl:ignore*/
    letter-spacing: 0.1em;
    transition: color 0.2s ease-out, font-weight 0.2s ease-out;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .firstLevelLink:hover {
    color: #00005b;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subMenuStyle {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    margin-top: 1px;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.01s ease 0.3s, opacity 0.2s ease 0.1s;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle:hover > .subMenuStyle {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity 0.2s ease;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subMenuTitle {
    width: 50%;
    padding-right: 65px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00008f;
    letter-spacing: 0.01em;
    text-align: right;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subItemsWraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 45px;
    border-left: 1px solid #e5e5e5;
    /*max-height: 210px;*/
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subMenuItemStyle {
    margin-right: 40px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subMenuLinkStyle {
    display: block;
    padding: 7px 0;
    margin: 0;
    text-transform: none;
    font-weight: normal;
    color: #00008f;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 5px;
    text-decoration: none;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subMenuLinkStyle:hover {
    color: #00005b;
    font-weight: 600;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavMenuStyle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .imgMenuStyle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .imgMenuStyle .imgMenuLinkStyle {
    color: #00008f;
    max-width: 150px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .imgMenuStyle .imgMenuLinkStyle svg {
    color: #00008f;
    fill: #00008f;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .imgMenuStyle .imgMenuLinkStyle .subtitle {
    display: block;
    text-align: center;
    margin-top: 5px;
    opacity: 0.6;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .imgMenuStyle .imgMenuLinkStyle:hover {
    color: #00005b;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .imgMenuStyle .imgMenuLinkStyle:hover svg {
    color: #00005b;
    fill: #00005b;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock {
    border-left: 1px solid #e5e5e5;
    padding-left: 50px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child {
    border-left: 0 none;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(2) {
    width: 380px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(2) ~ .subNavBlock {
    width: 380px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(3) {
    width: 290px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(3) ~ .subNavBlock {
    width: 290px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(4) {
    padding-left: 30px;
    width: 245px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(4) ~ .subNavBlock {
    padding-left: 30px;
    width: 245px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavMenuTitle {
    display: block;
    width: auto;
    padding-right: 0;
    text-align: left;
    margin-bottom: 15px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavItemsWraper {
    border-left: 0 none;
    padding-left: 0;
    max-height: auto;
  }
}
@media (min-width: 1200px) {
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .firstLevelLink {
    max-width: 210px;
    padding: 0 10px;
    margin: 0 8px;
    text-decoration: none;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subMenuTitle {
    padding-right: 80px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(2) {
    width: 400px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(2) ~ .subNavBlock {
    width: 400px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(3) {
    padding-left: 70px;
    width: 350px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(3) ~ .subNavBlock {
    padding-left: 70px;
    width: 350px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(4) {
    width: 290px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavBlock:first-child:nth-last-child(4) ~ .subNavBlock {
    width: 290px;
  }
  .header__wrapperStyle .wrapperStyle .menuDesktopStyle .menuItemStyle .subNavMenuTitle {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle.openSearch .menuDesktopStyle .fadeOnSearch {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease 0.2s, opacity 0.2s ease 0s;
  }
}
.header__wrapperStyle .wrapperStyle .searchButtonStyle {
  position: relative;
  z-index: 2;
  width: 40px;
  margin-left: auto;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #cccccc;
  cursor: pointer;
}

.header__wrapperStyle .wrapperStyle .searchButtonStyle svg {
  transform: rotateY(180deg);
}

.header__wrapperStyle .wrapperStyle .searchButtonStyle > .search-icon {
  opacity: 1;
  transition: opacity 0.2s ease;
  fill: #cccccc;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .searchButtonStyle {
    width: 45px;
    height: 40px;
    z-index: inherit;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    border-right: 0 none;
    border-left: 1px solid #cccccc;
  }
}
.header__wrapperStyle .wrapperStyle .searchButtonStyle .searchInput {
  position: absolute;
  top: 0;
  right: 15px;
  border: 0 none;
  color: #00008f;
  font-size: 18px;
  height: 100%;
  width: 0;
  padding: 0;
  opacity: 0;
  transition: width 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .searchButtonStyle .searchInput {
    right: 45px;
    width: 0;
  }
}
.header__wrapperStyle .wrapperStyle.openSearch .searchButtonStyle > .search-icon {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.header__wrapperStyle .wrapperStyle.openSearch .searchButtonStyle .searchInput {
  width: 230px;
  opacity: 1;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle.openSearch .searchButtonStyle .searchInput {
    width: 400px;
  }
}
.header__wrapperStyle .wrapperStyle .menuButtonStyle {
  width: 25px;
  fill: #00008f;
  cursor: pointer;
  z-index: 0;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle .menuButtonStyle {
    margin-right: -25px;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease, opacity 0.2s ease;
  }
  .header__wrapperStyle .wrapperStyle .menuButtonStyle .menu-icon {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease, opacity 0.2s ease;
  }
}
.header__wrapperStyle .wrapperStyle .menuButtonStyle .cross-gap {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease, opacity 0.2s ease;
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle.openSearch .menuButtonStyle,
  .header__wrapperStyle .wrapperStyle.openMenu .menuButtonStyle {
    visibility: visible;
    opacity: 1;
  }
}
.header__wrapperStyle .wrapperStyle.openSearch .menuButtonStyle .cross-gap,
.header__wrapperStyle .wrapperStyle.openMenu .menuButtonStyle .cross-gap {
  display: block;
  visibility: visible;
  opacity: 1;
}

.header__wrapperStyle .wrapperStyle.openSearch .menuButtonStyle .menu-icon,
.header__wrapperStyle .wrapperStyle.openMenu .menuButtonStyle .menu-icon {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.nav-left {
  margin-left: auto;
}

.footer__wrapperStyle a {
  color: #ffffff;
}

.footer__wrapperStyle {
  background: #4976ba;
}

@media (min-width: 992px) {
  .footer__topStyle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
  }
}
.footer__socialStyle {
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
}

.footer__socialStyle > a {
  margin-right: 30px;
}

.footer__socialStyle > a svg {
  fill: #ffffff;
}

.footer__socialStyle > a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer__socialStyle {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__socialStyle {
    width: 40%;
    padding: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .footer__socialStyle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
    padding: 0;
  }
  .footer__socialStyle > a {
    margin-right: 25px;
  }
}
.footer__socialTitleStyle {
  display: none;
}

@media (min-width: 992px) {
  .footer__socialTitleStyle {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
  }
}
.footer__logoStyle {
  width: 25px;
  fill: #ffffff;
}

.footer__linksWrapperStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  padding: 0;
}

@media (max-width: 767px) {
  .footer__linksWrapperStyle {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .footer__linksWrapperStyle {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .footer__linksWrapperStyle {
    width: 75%;
    padding: 0;
  }
}
.footer__linksGroupStyle {
  margin-bottom: 30px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
}

.footer__linksGroupStyle:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__linksGroupStyle {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__linksGroupStyle {
    width: 33%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__linksGroupStyle.selected .footer__linksTitleStyle:after {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .footer__linksGroupStyle.selected .footer__linkStyle {
    max-height: 60px;
    padding: 20px 30px;
    border-bottom: 1px solid #494df4;
    opacity: 1;
  }
  .footer__linksGroupStyle.selected .footer__linkStyle:last-child {
    border-bottom: none;
  }
}
.footer__linksTitleStyle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4976ba;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer__linksTitleStyle {
    cursor: pointer;
    margin-top: 1px;
    padding: 20px 30px;
    margin: 0;
  }
  .footer__linksTitleStyle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 25px;
    margin-left: 10px;
    margin-bottom: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 3px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: all 0.2s;
  }
}
.footer__linkStyle {
  display: block;
  margin-bottom: 10px;
  opacity: 1;
}

.footer__linkStyle:last-child {
  margin-bottom: 0;
}

.footer__linkStyle:hover {
  opacity: 0.65;
}

@media (max-width: 767px) {
  .footer__linkStyle {
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
  }
  .footer__linkStyle:first-child {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .footer__linkStyle:last-child {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3) inset;
  }
}
.footer__langsBlockStyle {
  background: #4976ba;
  padding-bottom: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__langsInnerStyle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__langsInnerStyle {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 40%;
  }
}
.footer__langStyle {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  padding: 0 10px;
  border-right: 1px solid #494df4;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1em;
}

.footer__langStyle:last-child {
  border-right: 0 none;
}

.footer__langStyle:hover {
  opacity: 0.5;
}

.footer__langStyle.selected {
  opacity: 1;
  cursor: default;
}

.footer__langStyle.selected:hover {
  opacity: 1;
}

.footer__copyrightStyle {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-align: center;
  padding: 0 0 10px;
}

@media (min-width: 768px) {
  .footer__copyrightStyle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    padding: 0;
  }
}
/* ===============================*/
/* =======    CardStyle   ========*/
/* ===============================*/
.cardStyle {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

.cardStyle:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cardStyle:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .cardStyle {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cardStyle {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .cardStyle {
    width: 255px;
  }
}
.cardStyle > .imageWrapperStyle {
  height: 150px;
  margin-bottom: 20px;
  /*background-image: url(https://cloud.githubusercontent.com/assets/198988/19978342/e9769b6a-a1f6-11e6-8011-2a6ff6f4cc2c.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .cardStyle > .imageWrapperStyle {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .cardStyle > .imageWrapperStyle {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .cardStyle > .imageWrapperStyle {
    height: 145px;
  }
}
.cardStyle .categoryStyle {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cardStyle .titleStyle {
  margin-bottom: 10px;
}

.cardStyle .textStyle {
  margin-bottom: 20px;
}

/* ===============================*/
/* =======  CardFullStyle ========*/
/* ===============================*/
@media (max-width: 767px) {
  .cardFullStyle {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cardFullStyle:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cardFullStyle {
    width: 100%;
  }
  .cardFullStyle:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cardFullStyle {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .cardFullStyle {
    width: 350px;
  }
}
.cardFullStyle > .imageWrapperStyle {
  height: 135px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .cardFullStyle > .imageWrapperStyle {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .cardFullStyle > .imageWrapperStyle {
    height: 200px;
    margin-bottom: 25px;
  }
}
.cardFullStyle .contentWrapper {
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .cardFullStyle .contentWrapper {
    margin-top: -25px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cardFullStyle .contentWrapper {
    margin-top: -40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 35px 60px 0;
  }
}
.cardFullStyle .categoryStyle {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cardFullStyle .titleStyle {
  margin-bottom: 20px;
}

.cardFullStyle .textStyle {
  margin-bottom: 20px;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #eeeeee;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #494df4;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.custom-switch {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.custom-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.custom-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.custom-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.custom-switch input:checked + .slider {
  background-color: #027180;
}
.custom-switch input:focus + .slider {
  box-shadow: 0 0 1px #027180;
}
.custom-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.custom-switch .slider.round {
  border-radius: 34px;
}
.custom-switch .slider.round:before {
  border-radius: 50%;
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
  display: none;
}

.cookiealert.show {
  display: block;
}

@media (max-width: 768px) {
  .cookiealert {
    top: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    color: #ecf0f1;
    background: #5f5f5f;
  }
  .cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
  }
  .cookiealert .pt10 {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .cookiealert {
    position: fixed;
    top: unset;
    bottom: 0;
    width: 100%;
    z-index: 999;
    margin: 0 !important;
    transform: translateY(100%);
    color: #ecf0f1;
    background: #5f5f5f;
  }
  .cookiealert.show {
    transform: translateY(0%);
  }
  .cookiealert .pt10 {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .cookiealert .pt10 {
    padding-top: 0;
  }
}
.cookiealert a {
  text-decoration: underline;
}

.cookiealert .step-2 {
  display: none;
}

.quote {
  /* Animated radios & checkboxes (noJS) */
}
.quote .phone-placeholder-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.quote .padding-left {
  padding-left: 33px;
}
.quote button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.quote .p-35 {
  padding: 35px;
}
.quote .pr-50 {
  padding-right: 50px !important;
}
.quote .pl-50 {
  padding-left: 50px !important;
}
.quote .pt-0 {
  padding-top: 0px !important;
}
.quote .p-0 {
  padding: 0px;
}
.quote .py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.quote .pr-45 {
  padding-right: 45px;
}
.quote .pr-65 {
  padding-right: 65px;
}
.quote .pr-10 {
  padding-right: 10px;
}
.quote .pr-15 {
  padding-right: 15px;
}
.quote .pr-7 {
  padding-right: 7px;
}
.quote .p-60 {
  padding: 60px;
}
.quote .pt-5 {
  padding-top: 5px;
}
.quote .pt-50 {
  padding-top: 50px;
}
.quote .p-15 {
  padding: 15px;
}
.quote .pb-0 {
  padding-bottom: 0px;
}
.quote .p-7 {
  padding: 7px;
}
.quote .pl-20 {
  padding-left: 20px;
}
.quote .pl-15 {
  padding-left: 15px;
}
.quote .pt-15 {
  padding-top: 15px;
}
.quote .pb-15 {
  padding-bottom: 15px;
}
.quote .p-20 {
  padding: 20px;
}
.quote .m-0 {
  margin: 0px !important;
}
.quote .m-auto {
  margin: auto !important;
}
.quote .mt-25-mobile-desktop {
  margin-top: 25px !important;
}
.quote .mt-25 {
  margin-top: 25px !important;
}
.quote .mt-0 {
  margin-top: 0px;
}
.quote .m-1 {
  margin: 10px !important;
}
.quote .m-2 {
  margin: 20px;
}
.quote .mt5 {
  margin-top: 5px;
}
.quote .mt7 {
  margin-top: 7px;
}
.quote .mt10 {
  margin-top: 10px !important;
}
.quote .mt15 {
  margin-top: 15px;
}
.quote .mt20 {
  margin-top: 20px;
}
.quote .mt25 {
  margin-top: 25px;
}
.quote .mt30 {
  margin-top: 30px;
}
.quote .m-5 {
  margin: 5px;
}
.quote .ml-5 {
  margin-left: 5px;
}
.quote .mt-35 {
  margin-top: 35px;
}
.quote .mb-35 {
  margin-bottom: 35px;
}
.quote .m-5prec {
  margin: 5%;
}
.quote .m-2prec {
  margin: 2%;
}
.quote .md-7 {
  margin-bottom: 7px !important;
}
.quote .mb-20 {
  margin-bottom: 20px;
}
.quote .mb-10 {
  margin-bottom: 10px;
}
.quote .p-5prec {
  padding: 5%;
}
.quote .box-border {
  border: 1px solid #ccc;
  margin: 2px;
}
.quote .border {
  border: 1px solid #ccc;
}
.quote .border-2 {
  border: 1px solid #ccc;
}
.quote .border-right-2 {
  border-right: 1px solid #ccc;
}
.quote .progress {
  height: 3px;
  margin-bottom: 0px;
}
.quote .border-bottom {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.quote .border-bottom-offer {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .quote .p-2-sm {
    padding: 0.5rem !important;
  }
  .quote .text-btn-sm {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .quote .float-right-mobile {
    float: right;
  }
  .quote .plr-15-mobile {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .quote .p-0-mobile {
    padding: 0px;
  }
  .quote .m-0-mobile {
    margin: 0px;
  }
  .quote .px-30-mobile {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .quote .pt-10-mobile {
    padding-top: 10px !important;
  }
  .quote .pb-10-mobile {
    padding-bottom: 10px !important;
  }
  .quote .ptb-0-mobile {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .quote .text-center-mobile {
    text-align: center;
  }
  .quote .m-auto {
    margin: 0px -15px !important;
  }
  .quote .mt-25 {
    margin-top: unset !important;
  }
  .quote .flex-col-dir-mobile {
    flex-direction: column;
  }
  .quote .heading-mobile {
    display: flex;
  }
  .quote .account-blocked-height {
    height: calc(100% - 86px) !important;
  }
  .quote .justify-content-end-mobile {
    justify-content: flex-end;
  }
  .quote .float-right-xs {
    float: right;
  }
  .quote .block-button {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .quote .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .quote .collapse-link {
    display: block;
  }
  .quote .display-block-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .quote .pt-desktop-25 {
    padding-top: 25px;
  }
  .quote .max-w-1350 {
    margin: auto;
    max-width: 1350px;
  }
  .quote .mt-30prec {
    margin-top: 30%;
  }
  .quote .mt-30 {
    margin-top: -30px;
  }
  .quote .account-blocked-height {
    height: calc(100% - 132px) !important;
  }
  .quote .mt-100 {
    margin-top: -100px;
  }
}
.quote hr {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.quote .box-50 {
  height: 250px;
}
.quote .w-100 {
  width: 100% !important;
}
.quote .h-100 {
  height: 100% !important;
}
.quote .w-auto {
  width: auto !important;
}
.quote .h-auto {
  height: auto !important;
}
.quote .hide {
  display: none;
}
.quote .has-feedback label ~ .form-control-feedback {
  top: 32px;
}
.quote .form-control-feedback {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.quote .postion-absolute {
  position: absolute;
}
.quote .modal {
  z-index: 2050;
}
.quote .modal-backdrop {
  z-index: 2040;
}
.quote .bg-primary-dark-color {
  background-color: #015A66;
}
.quote .row-eq-height-100 {
  display: flex;
}
.quote .font-weight-600 {
  font-weight: 600 !important;
}
.quote .datePicker-placeholder-icon {
  position: absolute;
  right: 0px;
  top: 8px;
}

.main-brand-color {
  color: #00008f;
}

.white {
  color: #FFFFFF;
}

.bg-white-color {
  background-color: #FFFFFF;
}

.primary-color {
  color: #027180 !important;
}

.bg-primary-color {
  background-color: #027180;
}

.secondary-color {
  color: #f07662;
}

.bg-secondary-color {
  background-color: #f07662;
}

.bg-error-color {
  background-color: #3b3fd8;
}

.dark-blue-color {
  color: #00008f !important;
}

.bg-dark-blue-color {
  background-color: #00008f;
}

.right-panel > .panel-default > .panel-heading {
  background-color: #027180;
}

.left-panel > .panel-default > .panel-heading {
  background-color: #FFFFFF;
}

.left-panel > .panel {
  background-color: #f5f7f8;
}

.font-grey {
  color: #7f7f7f;
}

.grey-options-text {
  color: #777777;
}

.bg-light-grey {
  background-color: #fafafa;
}

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

.card-header-light-grey-color {
  color: #DDDDDD;
}

.stepper .step-active {
  background: #027180;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}
.stepper .step-completed {
  background: #00008f;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}
.stepper .step-disabled {
  background: white;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ccc;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}

.card .bg-light-color {
  background-color: #fafafa;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  right: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #00008f;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type=checkbox] {
  visibility: hidden;
}

.round input[type=checkbox]:checked + label {
  background-color: white;
  border-color: #00008f;
}

.round input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #272833;
  vertical-align: middle;
  background: unset !important;
  background-size: 8px 10px;
  border: 1px solid #e7e7ed;
  border-radius: 0;
  appearance: none;
}

.input-group-bg {
  background-color: white;
}

.btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: #f1f2f5;
  border-color: #00008f;
  box-shadow: none;
  color: #00008f !important;
}

.w-40 {
  width: 40%;
}

.h-30 {
  height: 30px;
}

.line-around-text {
  width: 100%;
  border-bottom: 1px solid rgba(127, 127, 127, 0.2784313725);
  line-height: 0.1em;
  margin: 39px 0 20px;
}

.text-btn-line {
  background: #fafafa;
  padding: 0px 30px;
  margin-left: 150px;
  color: #666666;
  font-weight: 600;
}

.car-icon {
  background-image: url("/o/axa-egypt-new-theme/images/car.svg");
  background-size: 77px 77px;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 100%;
}

.travel-icon {
  background-image: url("/o/axa-egypt-new-theme/images/travel.svg");
  background-size: 135px 135px;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  width: 100%;
}

.health-icon {
  background-image: url("/o/axa-egypt-new-theme/images/health.svg");
  background-size: 135px 135px;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  width: 100%;
}

.home-icon {
  background-image: url("/o/axa-egypt-new-theme/images/home.svg");
  background-size: 80px 135px;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  width: 100%;
}

.life-icon {
  background-image: url("/o/axa-egypt-new-theme/images/life.svg");
  background-size: 80px 135px;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  width: 100%;
}

.contact-icon {
  background-image: url("/o/axa-egypt-new-theme/images/contact.svg");
  background-size: 58px 135px;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  width: 80px;
}

.down-arrow {
  background-image: url("/o/axa-egypt-new-theme/images/arrow-down.svg");
  background-size: 27px 27px;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 100%;
}

.tick-icon {
  background-image: url("/o/axa-egypt-new-theme/images/tick.svg");
  background-size: 23px 31px;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 31px;
}

.down-arrow-white-icon {
  background-image: url("/o/axa-egypt-new-theme/images/down-arrow-white.svg");
  background-size: 23px 31px;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 31px;
}

.orange-back-arrow-icon {
  background-image: url("/o/axa-egypt-new-theme/images/orange-back-arrow.svg");
  background-size: 23px 31px;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 31px;
}

.active-step-icon {
  height: 45px;
  width: 45px;
  background-color: #027180;
  border-radius: 50%;
  border: solid 2px #027180;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.disable-step-icon {
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 2px #C3C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C3C3C3;
}

.done-step-icon {
  height: 45px;
  width: 45px;
  background-color: #00008f;
  border-radius: 50%;
  border: solid 2px #00008f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.male-icon {
  background-image: url(/o/axa-egypt-new-theme/images/male.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  width: 45px;
}

.female-icon {
  background-image: url(/o/axa-egypt-new-theme/images/female.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  width: 45px;
}

.border-active {
  border: 1px solid #00008f;
}

.round-border-main-brand-color {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  border: 2px solid #00008f;
  border-radius: 50%;
}

.datePicker-placeholder-icon {
  position: absolute;
  right: 0px;
}

.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus {
  background-color: unset !important;
  border-color: transparent;
  color: #EC4D33;
  cursor: default;
  z-index: 2;
}

.pagination > li > a {
  background-color: unset !important;
}

.page-item.active .page-link {
  color: #EC4D33 !important;
}

.page-item .page-link {
  color: #00008F !important;
}

.page-item.disabled .page-link {
  color: #6B6C7E !important;
}

.portlet-forms .ddm-form-name, .axa-form .ddm-form-name {
  display: none;
}
.portlet-forms .form-group, .axa-form .form-group {
  width: 100%;
}
.portlet-forms select, .portlet-forms .customDropdown, .axa-form select, .axa-form .customDropdown {
  background: url("/o/axa-egypt-new-theme/images/down-blue.svg") center right 3% no-repeat !important;
  -webkit-appearance: none;
  background-position-x: 244px;
}
.portlet-forms .axa-checkbox ~ .help-block, .axa-form .axa-checkbox ~ .help-block {
  padding-left: 40px;
}
.portlet-forms .axa-checkbox, .axa-form .axa-checkbox {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.portlet-forms .axa-checkbox label, .axa-form .axa-checkbox label {
  display: block;
  min-height: 100%; /* for the latest browsers which support min-height */
  height: auto !important; /* for newer IE versions */
  height: 100%;
}
.portlet-forms .axa-checkbox .checkbox-label, .axa-form .axa-checkbox .checkbox-label {
  font-family: "SourceSansPro Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333333;
}
.portlet-forms .axa-checkbox .container, .axa-form .axa-checkbox .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.portlet-forms .axa-checkbox .container input, .axa-form .axa-checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.portlet-forms .axa-checkbox .checkmark, .axa-form .axa-checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
.portlet-forms .axa-checkbox .container:hover input ~ .checkmark, .axa-form .axa-checkbox .container:hover input ~ .checkmark {
  background-color: white;
  border: solid 1px #00008f;
}
.portlet-forms .axa-checkbox .checkmark:hover, .axa-form .axa-checkbox .checkmark:hover {
  border: solid 1px #00008f;
}
.portlet-forms .axa-checkbox .checkmark:hover:before, .axa-form .axa-checkbox .checkmark:hover:before {
  content: "";
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  position: absolute;
  border: solid 1px #00008f;
}
.portlet-forms .axa-checkbox .container input:checked ~ .checkmark, .axa-form .axa-checkbox .container input:checked ~ .checkmark {
  width: 18px;
  height: 18px;
  border: solid 1px #cccccc;
}
.portlet-forms .axa-checkbox .checkmark:after, .axa-form .axa-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.portlet-forms .axa-checkbox .container input:checked ~ .checkmark:after, .axa-form .axa-checkbox .container input:checked ~ .checkmark:after {
  display: block;
}
.portlet-forms .axa-checkbox .container .checkmark:after, .axa-form .axa-checkbox .container .checkmark:after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #00008f;
}
.portlet-forms .form-group.input-text-wrapper.has-success::after, .axa-form .form-group.input-text-wrapper.has-success::after {
  content: "✔";
  position: absolute;
  top: 12px;
  right: -20px;
  color: #1cc54e;
}
.portlet-forms .has-success .form-control, .axa-form .has-success .form-control {
  background-color: #ffffff;
  border-color: #cccccc;
  box-shadow: none;
  color: #272833;
}
.portlet-forms .has-success .form-control .success-field, .axa-form .has-success .form-control .success-field {
  background-color: #ffffff;
}
.portlet-forms .disclaimer-checkbox .form-group, .axa-form .disclaimer-checkbox .form-group {
  margin: 0;
  position: static;
}
.portlet-forms .disclaimer-checkbox .disclaimer-checkbox .help-block, .axa-form .disclaimer-checkbox .disclaimer-checkbox .help-block {
  position: absolute;
  bottom: -35px;
}
.portlet-forms input [type=text], .portlet-forms input[type=password], .portlet-forms input [type=file], .portlet-forms .form-control[type=file], .portlet-forms .customDropdown, .axa-form input [type=text], .axa-form input[type=password], .axa-form input [type=file], .axa-form .form-control[type=file], .axa-form .customDropdown {
  display: inline-block !important;
  height: 40px !important;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  vertical-align: middle !important;
  border: solid 1px #cccccc !important;
  border-radius: 0 !important;
  width: 100% !important;
  font-family: "SourceSansPro Regular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333333;
  background-color: #ffffff;
}
.portlet-forms .form-control, .axa-form .form-control {
  font-family: "SourceSansPro Regular";
  font-size: 14px;
}
.portlet-forms .form-control:focus, .axa-form .form-control:focus {
  color: #999999 !important;
  background-color: #ffffff !important;
  border-color: #00008f !important;
  font-family: "SourceSansPro Regular" !important;
  font-size: 14px !important;
}
.portlet-forms label, .axa-form label {
  height: 24px;
  font-family: "SourceSansPro Regular";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333333;
}
.portlet-forms .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .axa-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: 5px;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #00008f;
  background-image: unset !important;
}
.portlet-forms .checkbox .custom-control-input:checked ~ .custom-control-label::before, .axa-form .checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  width: 18px;
  height: 18px;
  border: solid 1px #cccccc;
  background-color: #ffffff !important;
  border: solid 1px #00008f !important;
  border-radius: 0;
  box-shadow: unset !important;
}
.portlet-forms .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .axa-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}
.portlet-forms .custom-control-input:checked ~ .custom-control-label::before, .axa-form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00008f;
}
.portlet-forms .custom-checkbox input:hover + .custom-control-label:after, .axa-form .custom-checkbox input:hover + .custom-control-label:after {
  content: "";
  width: 8px;
  height: 8px;
  top: 9px;
  left: 5px;
  position: absolute;
  border: solid 1px #00008f;
}
.portlet-forms .custom-checkbox input:hover + .custom-control-label:before, .axa-form .custom-checkbox input:hover + .custom-control-label:before {
  border: solid 1px #00008f;
}
.portlet-forms .custom-control-input:checked ~ .custom-control-label::before, .axa-form .custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  background-color: #ffffff;
  box-shadow: none;
}
.portlet-forms .custom-control-label::before, .axa-form .custom-control-label::before {
  width: 18px !important;
  height: 18px !important;
}
.portlet-forms .custom-checkbox .custom-control-label::before, .axa-form .custom-checkbox .custom-control-label::before {
  border-radius: 0px !important;
}
.portlet-forms .form-builder-select-field .form-control:focus, .axa-form .form-builder-select-field .form-control:focus {
  color: #999999;
  background-color: #333333;
  border-color: #00008f !important;
  font-family: "SourceSansPro Regular";
  font-size: 14px;
}
.portlet-forms .form-builder-select-field .form-control.select-field-trigger.active, .axa-form .form-builder-select-field .form-control.select-field-trigger.active {
  border-color: #00008f;
}
.portlet-forms .form-builder-select-field .form-control.select-field-trigger:focus, .axa-form .form-builder-select-field .form-control.select-field-trigger:focus {
  border-color: #00008f;
}
.portlet-forms .form-builder-select-field .drop-chosen .dropdown-item.active, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu > li > a.active, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a.active, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-item:active, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu > li > a:active, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a:active, .axa-form .form-builder-select-field .drop-chosen .dropdown-item.active, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu > li > a.active, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a.active, .axa-form .form-builder-select-field .drop-chosen .dropdown-item:active, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu > li > a:active, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a:active {
  color: #00008f !important;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}
.portlet-forms .form-builder-select-field .drop-chosen .dropdown-item:hover, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu > li > a:hover, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a:hover, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-item:focus, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu > li > a:focus, .portlet-forms .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a:focus, .axa-form .form-builder-select-field .drop-chosen .dropdown-item:hover, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu > li > a:hover, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a:hover, .axa-form .form-builder-select-field .drop-chosen .dropdown-item:focus, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu > li > a:focus, .axa-form .form-builder-select-field .drop-chosen .dropdown-menu .link-list > li > a:focus {
  color: #00008f !important;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}
.portlet-forms .form-builder-select-field .form-control .option-selected.option-selected-placeholder, .axa-form .form-builder-select-field .form-control .option-selected.option-selected-placeholder {
  color: #999999;
}
.portlet-forms .form-builder-select-field .form-control .option-selected ~ .select-arrow-down-container, .axa-form .form-builder-select-field .form-control .option-selected ~ .select-arrow-down-container {
  background-image: url(/o/axa-egypt-new-theme/images/arrow-down.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
}
.portlet-forms .form-builder-select-field .form-control .option-selected ~ .select-arrow-down-container svg, .axa-form .form-builder-select-field .form-control .option-selected ~ .select-arrow-down-container svg {
  display: none;
}
.portlet-forms input[type=checkbox], .axa-form input[type=checkbox] {
  width: 50% !important;
}
.portlet-forms .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .axa-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: unset;
  width: 8px;
  height: 8px;
  background-color: #00008f;
  position: absolute;
  top: 9px;
  left: 5px;
  border-radius: 50%;
  background-image: unset !important;
}
.portlet-forms .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .axa-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.portlet-forms .custom-control-input:checked ~ .custom-control-label::before, .axa-form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #cccccc !important;
}
.portlet-forms .custom-radio label:hover > .custom-control-label:after, .axa-form .custom-radio label:hover > .custom-control-label:after {
  background-size: unset;
  width: 8px;
  height: 8px;
  background-color: #00008f;
  position: absolute;
  top: 9px;
  left: 5px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFF'/%3E%3C/svg%3E");
}
.portlet-forms .custom-radio label:hover > .custom-control-label::before, .axa-form .custom-radio label:hover > .custom-control-label::before {
  border-color: #00008f !important;
}
.portlet-forms .dropdown-menu, .axa-form .dropdown-menu {
  min-width: 100% !important;
  max-width: 100% !important;
}
.portlet-forms .dropdown-item:hover, .axa-form .dropdown-item:hover {
  color: #00008f !important;
  background-color: #f5f5f5;
}
.portlet-forms .customDropdown:focus, .axa-form .customDropdown:focus {
  outline: 1px solid #00008f;
}

.axa-form .help-block {
  color: #5e617b;
  display: block;
  font-size: 0.875rem;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fafafa;
  width: 100%;
}
.axa-form .has-error .help-block {
  color: #c91432;
  font-family: "SourceSansPro Regular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.2px;
}
.axa-form .has-error .form-control {
  background-color: #ffffff;
  border-color: #c91432;
  box-shadow: none;
  color: #272833;
}

.investment .heading {
  font-family: "SourceSansPro Bold";
  font-size: 24px;
}
.investment .box-shadow {
  box-shadow: rgb(169, 169, 169) 0px 0px 10px 0px;
}
.investment .title {
  font-family: "SourceSansPro Bold";
  font-size: 18px;
}
.investment .small-text {
  font-family: "SourceSansPro Regular";
  font-size: 13px;
}
.investment .regular-font {
  font-family: "SourceSansPro Regular";
  font-size: 14px;
}
.investment .larger-text {
  font-family: "SourceSansPro Regular";
  font-size: 18px;
}
.investment .large-text {
  font-family: "SourceSansPro Regular";
  font-size: 16px;
}
.investment .large-font-bold {
  font-family: "SourceSansPro Bold";
  font-size: 16px;
}
.investment .grey-font {
  color: #666666;
}
.investment .black-font {
  color: #333333;
}
.investment .blue-font {
  color: #4976BA;
}
.investment .bg-green-color {
  background-color: #027180;
}
.investment .bg-blue-color {
  background-color: #2425aa;
}
.investment .bar {
  color: #ffffff;
  height: 30px;
  font-family: "SourceSansPro Regular";
  font-size: 12px;
}

.banner {
  background-color: #494DF4;
}
.banner .header {
  font-family: "Publico";
  color: #ffffff;
  font-size: 62px;
}
@media (max-width: 768px) {
  .banner .header {
    font-family: "Publico";
    color: #ffffff;
    font-size: 27px;
  }
}

.back-icon {
  background-image: url("/o/axa-egypt-new-theme/images/white-back-arrow.svg");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: center;
  height: 23px;
  width: 23px;
}

@media (max-width: 768px) {
  .visible-mobile {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .visible-desktop {
    display: block;
  }
  .visible-mobile {
    display: none;
  }
}
.chart-dot-color {
  width: 28px;
  height: 18px;
  border-radius: 38%;
  margin-right: 5px;
}

.card-list-border {
  border: 1.3px solid rgba(220, 220, 220, 0.5) !important;
}

.font-publico {
  font-family: "Publico";
}

.font-sourceSans-regular {
  font-family: "SourceSansPro Regular";
}

.font-sourceSans-bold {
  font-family: "SourceSansPro Bold";
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

/* banner */
.banner-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-image {
  max-width: 100vw;
  max-height: 70vh;
  overflow: hidden;
}

.banner-content {
  position: relative;
  padding-left: 9%;
  padding-right: 9%;
  color: #00008f;
}

.banner-title {
  font-weight: 600;
}

.banner-description {
  margin-top: 20px;
  font-size: 25px;
  color: black;
  line-height: normal;
}

@media only screen and (max-width: 820px) {
  .banner-image {
    max-width: 100vw;
    max-height: 240px;
    overflow: hidden;
  }
  .banner-content {
    padding-left: 2%;
    padding-right: 2%;
  }
  .banner-title {
    font-weight: 600;
    font-size: 3.5vh;
  }
  .banner-description {
    font-size: initial;
    line-height: initial;
  }
}
@media only screen and (max-width: 400px) {
  .banner-image {
    max-width: 100vw;
    max-height: 200px;
    overflow: hidden;
  }
  .banner-content {
    padding-left: 2%;
    padding-right: 2%;
  }
  .banner-title {
    font-weight: 600;
    font-size: 3.5vh;
  }
  .banner-description {
    font-size: initial;
    line-height: initial;
  }
}
.product-menu.sidebar .sidebar-header {
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important;
}

.product-menu.sidebar .sidebar-body,
.lfr-has-simulation-panel .lfr-simulation-device {
  top: 3.5rem !important;
}

.top-nav {
  background-color: #FAFAFA;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E5E5E5;
}

header .portlet,
header .field-wrapper,
header .form-group {
  margin-bottom: 0;
}
header .text-default {
  color: #6B6C7E;
  font-weight: 600;
}
header .field-wrapper {
  position: absolute;
  right: 4px;
  top: 2px;
}
header .field-wrapper a {
  color: #FFF;
}
header .portlet {
  margin-bottom: 0;
}
header .portlet:hover {
  z-index: 1034;
}
header .user-avatar-link {
  display: block;
  position: relative;
}
header .user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
header .user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 767.98px) {
  header .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}
header .user-avatar-link .panel-notifications-count {
  margin: 0;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
header .user-personal-bar .fieldset {
  position: relative;
}
header .search-input {
  font-size: 0.88rem;
  padding: 0.28rem 2rem 0.28rem 1rem;
}

@media (min-width: 768px) {
  .btn-group + .info-panel {
    top: auto;
  }
}

#footer {
  color: #FFF;
  margin-top: 1rem;
}
#footer > .container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.footer-copyright {
  color: #CCCCCC;
  border-top: 2px solid #585BCE;
}

.text-orange {
  color: #F07662 !important;
}

#navbar a {
  color: #999999;
}
@media (min-width: 992px) {
  #navbar .nav-link {
    padding: 0 1rem;
  }
}
#navbar .nav-link-divider {
  border-left: 1px solid #CCCCCC;
}

#main-navbar a {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  #main-navbar .nav-link {
    padding: 0 1rem;
  }
}
#main-navbar .nav-link-divider {
  border-left: 1px solid #CCCCCC;
}

.portlet {
  margin-bottom: unset !important;
}

.portlet-column.portlet-column-only {
  padding-left: 0;
  padding-right: 0;
}

.carousel-item {
  background-color: #000000;
}

.bg-car {
  background-image: url(/o/axa-egypt-new-theme/images/car.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  border: 1px solid #2425AA;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.bg-travel {
  background-image: url(/o/axa-egypt-new-theme/images/travel.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  border: 1px solid #2425AA;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.bg-health {
  background-image: url(/o/axa-egypt-new-theme/images/health.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  border: 1px solid #2425AA;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.bg-housin {
  background-image: url(/o/axa-egypt-new-theme/images/housin.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  border: 1px solid #2425AA;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.bg-blue {
  background-color: #3B3FD8 !important;
}

.f-ssp-l {
  font-family: "SourceSansPro Light" !important;
  line-height: normal;
}

.f-ssp-r {
  font-family: "SourceSansPro Regular" !important;
  line-height: 1;
}

.f-ssp-rn {
  font-family: "SourceSansPro Regular" !important;
  line-height: normal;
}

.f-ssp-b {
  font-family: "SourceSansPro Bold" !important;
  line-height: normal;
}

.f-ssp-sb {
  font-family: "SourceSansPro Semibold" !important;
  line-height: 1.6;
}

.f-10 {
  font-size: 10px !important;
}

.f-23 {
  font-size: 23px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-50 {
  font-size: 50px !important;
}

.pad-bg-color {
  padding: 20px 0;
  background-color: #EEEEEE;
}

.form-control {
  background-color: #FFFFFF;
}

span.language-entry-long-text {
  color: #FFFFFF;
  opacity: 0.5;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: #e9ecef !important;
}

.btn:focus {
  outline: none;
}

.btn-link:focus {
  box-shadow: none;
}

table.mapTable td,
table.mapTable th {
  padding: 3px 4px;
}

table.mapTable td {
  color: #272833;
}

.logo {
  max-width: 55px;
}

#collapsecampaign .banner-white-transparent-caption {
  margin-bottom: unset;
  padding: unset;
  background-color: unset;
  margin-top: unset;
}
@media (min-width: 768px) {
  #collapsecampaign .banner-white-transparent-caption {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #collapsecampaign .banner-white-transparent-caption {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #collapsecampaign .banner-white-transparent-caption {
    width: 35%;
  }
}

.left-green-img {
  padding-left: 30px;
  background: url(/o/axa-egypt-new-theme/images/check-green.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0 50%;
}

.left-red-img {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 30px;
  background: url(/o/axa-egypt-new-theme/images/check-red.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0 50%;
}

.table {
  font-family: "SourceSansPro Regular";
  font-size: 16px;
}

.list-group {
  font-family: "SourceSansPro Bold";
}

.media-body h1 {
  color: #272833;
}

.langSwitch .portlet-topper {
  left: auto !important;
  right: 0 !important;
}

.border-radius-unset {
  border-radius: unset;
}

@media (min-width: 576px) {
  .flex-dir-cookie-btns {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .flex-dir-cookie-btns {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .flex-dir-cookie-btns {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .flex-dir-cookie-btns {
    flex-direction: row;
  }
}
.upper-case {
  text-transform: uppercase;
}

.mapTable {
  max-width: 70%;
}

@media only screen and (max-width: 600px) {
  .mapTable > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  .mapTableContainer {
    flex-direction: column;
  }
  .mapTable {
    max-width: 100%;
  }
}
.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top30 {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
h1, .h1 {
  font-size: 1.625rem;
}

#portal-content h1,
#portal-content .h1 {
  font-size: 36px;
}
#portal-content h1,
#portal-content .h1,
#portal-content h2,
#portal-content .h2,
#portal-content h3,
#portal-content .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#portal-content h1,
#portal-content h2,
#portal-content h3,
#portal-content h4,
#portal-content h5,
#portal-content h6,
#portal-content .h1,
#portal-content .h2,
#portal-content .h3,
#portal-content .h4,
#portal-content .h5,
#portal-content .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#portal-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#portal-content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
#portal-content .panel-default {
  border-color: #e7e7ed !important;
}
#portal-content .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#portal-content .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
#portal-content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#portal-content .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#portal-content .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#portal-content .table > thead > tr > th,
#portal-content .table > tbody > tr > th,
#portal-content .table > tfoot > tr > th,
#portal-content .table > thead > tr > td,
#portal-content .table > tbody > tr > td,
#portal-content .table > tfoot > tr > td,
#portal-content .pg-node-id-635 {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#portal-content .nav-tabs + .tab-content .tab-pane {
  border-radius: 0;
  padding: 0;
}
#portal-content .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#portal-content .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#portal-content .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#portal-content .nav-tabs > li > a:hover,
#portal-content .nav-tabs > li > a.pg-state-hover {
  border-color: #eeeeee #eeeeee #ddd;
}
#portal-content .nav-tabs > li.active > a,
#portal-content .nav-tabs > li.active > a:hover,
#portal-content .nav-tabs > li > a.active.pg-state-hover,
#portal-content .nav-tabs > li.active > a:focus,
#portal-content .nav-tabs > li > a.active.pg-state-focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#portal-content .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#portal-content .nav-tabs.nav-justified > li {
  float: none;
}
#portal-content .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#portal-content .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #portal-content .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #portal-content .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#portal-content .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#portal-content .nav-tabs.nav-justified > .active > a,
#portal-content .nav-tabs.nav-justified > .active > a:hover,
#portal-content .nav-tabs.nav-justified > .active > a.pg-state-hover,
#portal-content .nav-tabs.nav-justified > .active > a:focus,
#portal-content .nav-tabs.nav-justified > .active > a.pg-state-focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #portal-content .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #portal-content .nav-tabs.nav-justified > .active > a,
  #portal-content .nav-tabs.nav-justified > .active > a:hover,
  #portal-content .nav-tabs.nav-justified > .active > a.pg-state-hover,
  #portal-content .nav-tabs.nav-justified > .active > a:focus,
  #portal-content .nav-tabs.nav-justified > .active > a.pg-state-focus {
    border-bottom-color: #fff;
  }
}

@media (min-width: 768px) {
  .header__wrapperStyle .wrapperStyle {
    clear: both;
  }
}
/* TEST CARDS */
.cards-list-main-category {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card-main-category {
  margin: 10px auto;
  width: 300px;
  height: 250px;
  text-decoration: none;
  border-radius: 40px;
  -webkit-box-shadow: 7px 20px 23px 0px #5D5D5D;
  box-shadow: 7px 20px 23px 0px #5D5D5D;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
}

.card-main-category .card_image {
  width: inherit;
  height: inherit;
  overflow: hidden;
  border-radius: 20px;
}

.card-main-category .card_image img {
  width: inherit;
  height: inherit;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover;
}

.card_title-span {
  position: relative;
  height: 40px;
  text-align: center;
  background-color: rgba(71, 71, 71, 0.5);
  padding-bottom: 80px;
  margin-top: -45px;
  overflow: hidden;
}

.card-main-category:hover {
  transform: scale(0.9, 0.9);
  -webkit-box-shadow: 7px 20px 23px 0px #5D5D5D;
  box-shadow: 7px 20px 23px 0px #5D5D5D;
}

.title-white {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-top: 8px;
}

@media all and (max-width: 500px) {
  .card-main-category {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}
/* extra large screen media query */
@media screen and (min-width: 1507px) {
  .card_title-span {
    margin-top: -120px;
  }
}
/*  large screen media query */
@media screen and (min-width: 600px) {
  .card-main-category {
    width: 19.5vw;
    height: 16.2vw;
    border-radius: 20px;
  }
  .card-main-category .title-white {
    font-size: 20px;
    margin-top: 7px;
  }
  .card_title-span {
    margin-top: -40px;
  }
}
/* small screen media query */
@media screen and (max-width: 600px) {
  .card-main-category {
    width: 40vw;
    height: 28vw;
    border-radius: 20px;
  }
  .card-main-category .title-white {
    font-size: 20px;
    margin-top: 2.5px;
  }
  .card_title-span {
    margin-top: -30px;
  }
}
/*
  .card {
	margin: 30px auto;
	width: 300px;
	height: 300px;
	border-radius: 40px;
	background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
	transition: 0.4s;
  }
  */
/* TEST PRODUCTS CARDS */
/* TEST PRODUCTS CARDS */
.cards-list-product {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-product {
  margin: 30px;
  width: 300px;
  height: 555px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
}

.card-product .card_image {
  width: inherit;
  height: 200px;
  overflow: hidden;
}

.card-product .card_image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.card-product .card_title {
  margin-left: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 30px;
  height: 40px;
  color: black;
  overflow: hidden;
}

.card-product .card_body {
  margin: -5px 30px 0px;
  font-size: 20px;
  height: 200px;
  color: #777;
  overflow: hidden;
}

.card_button_container {
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  .card-list {
    flex-direction: column;
  }
}
/* TEST CAROUSEL */
/* TEST CAROUSEL */
.carousel-item {
  max-height: 95vh;
}

.carousel-media {
  max-height: 95vh;
  max-width: 100vw;
  overflow: hidden;
}

.carousel-body {
  max-height: 85vh;
  max-width: 100vw;
  overflow: hidden;
}

.carousel-body-title {
  font-size: 2.3vw;
  font-weight: 800;
}

.carousel-body-paragraph {
  font-size: 2vw;
  line-height: 35px;
}

.carousel_terms {
  font-size: 1vw;
}

.carousel-control-next-icon {
  transform: rotateY(0deg);
}

.carousel-control-prev-icon {
  transform: rotateY(0deg);
}

@media screen and (max-width: 960px) {
  .carousel-item {
    max-height: 39vh;
  }
  .carousel-body-title {
    font-size: 40px;
  }
  .carousel-body-paragraph {
    font-size: 2.8vw;
  }
  .carousel-body-paragraph p {
    line-height: 25px !important;
  }
  .carousel_terms {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 600px) {
  .carousel-item {
    max-height: 90vh;
  }
  .carousel-media {
    max-height: 85vh;
    max-width: 100vw;
    overflow: hidden;
  }
  .carousel-caption {
    top: 61%;
  }
  .carousel-body-title {
    font-size: 9vw;
  }
  .carousel-body-paragraph {
    font-size: 4vw;
    margin-top: 3%;
    line-height: 18px !important;
  }
  .carousel-body-paragraph p {
    line-height: 18px !important;
  }
  .carousel_terms {
    font-size: 1.4vw;
  }
}
/* TEST SINGLE PRODUCT */
.single-product {
  margin-left: 0px;
}

.single-product_image {
  width: 100%;
  height: 45vh;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 50px;
}

.single-product_image img {
  width: inherit;
  height: inherit;
  margin-top: -10px;
  object-fit: cover;
}

.single-product_title {
  margin-left: 20px;
  font-weight: bold;
  font-size: 30px;
  color: black;
}

.single-product_body {
  margin: 40px;
  margin-top: 0px;
  line-height: 1.6;
  font-size: 20px;
  height: 80%;
  color: #474747;
  overflow: hidden;
}

.single-product_body_list {
  margin: 40px;
  line-height: 1.6;
  font-size: 20px;
  height: 80%;
  color: #474747;
  overflow: hidden;
}

.single-product_body_list h3 {
  font-weight: bold;
  font-size: 20px;
  color: black;
  overflow: hidden;
}

.single-product_form_header {
  background: #fff;
  padding: 25px;
  border-radius: 3px;
  margin-top: 25px;
}

.btn-text {
  display: table;
  text-decoration: none;
  padding: 1rem;
  transition: all 0.2s;
}

.btn-text:hover {
  background-color: #00008f;
  color: white;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.2rem);
}

.list-teritiary {
  display: table;
  list-style-type: none;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .single-product_image {
    height: 25vh;
  }
  .single-product_form_header {
    margin-top: 0px;
  }
}
div.fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.pulse {
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 0%;
  background: #3A8ED3;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(58, 142, 211, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 142, 211, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(58, 142, 211, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 142, 211, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(58, 142, 211, 0.4);
    box-shadow: 0 0 0 0 rgba(58, 142, 211, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(58, 142, 211, 0);
    box-shadow: 0 0 0 10px rgba(58, 142, 211, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(58, 142, 211, 0);
    box-shadow: 0 0 0 0 rgba(58, 142, 211, 0);
  }
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */