@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.135.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
 */
@use "sass:math" as *;
/**
 * Clay 3.135.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
 */
.quick-access-nav {
  position: fixed;
  z-index: 999; }

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

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

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

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

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

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

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

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

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

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

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

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

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

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem; }

.sidebar-sm .form-control[type='file'] {
  padding: 0; }

.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 .list-group-item-flex {
  padding: 0.5rem 0.25rem; }
  .sidebar-sm .list-group-item-flex .autofit-col {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

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

.lfr-tree a {
  text-decoration: none; }

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

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

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

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

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

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc( 100vh - var(--control-menu-container-height) - 64px);
    top: calc( var(--control-menu-container-height) + 64px); }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

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

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

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

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg); }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-result-message-header,
    .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
      background-image: url(../images/states/empty_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header, .c-prefers-reduced-motion
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-search-result-message-header {
      background-image: url(../images/states/search_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-state {
      background-image: url(../images/states/empty_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-success-state {
      background-image: url(../images/states/success_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-search-state {
      background-image: url(../images/states/search_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

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

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

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

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

.taglib-icon-help {
  color: #6c757d !important; }
  .taglib-icon-help:hover, .taglib-icon-help:active {
    color: #343a40 !important; }

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

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

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

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

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

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

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

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

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      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 #75b8ff; }

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

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

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

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

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

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

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          background-color: #fff;
          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(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline; }
  .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
    color: #000; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item .h4,
  .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,
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

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

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

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

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto; }
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
      float: none;
      margin-top: 20px; } }
    @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-buttons > li {
          display: inline-block;
          width: 50%; }
          .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
            display: none; }
          .taglib-page-iterator .lfr-pagination-buttons > li > a {
            line-height: 20px;
            padding: 11px 19px; } }
  .taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px; }
    @media (max-width: 767.98px) {
      .taglib-page-iterator .lfr-pagination-config {
        float: none; }
        .taglib-page-iterator .lfr-pagination-config .current-page-menu {
          display: block; }
          .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
            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; } }

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit; } }

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

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .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; }
  .portal-popup .dialog-footer.dialog-footer-not-reverse {
    flex-direction: initial;
    justify-content: flex-end; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

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

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

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

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

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

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

.active-area {
  background: #ffc; }

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

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

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

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

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

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

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

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

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

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative; }
  .lfr-source-editor .ace_editor {
    height: 100%; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    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: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

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

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

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

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

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892; }

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

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

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

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6; }

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

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

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

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

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

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0; }

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

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

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

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

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

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

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

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

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block; }

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

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

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

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

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white; }

body.portlet {
  border-width: 0; }

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

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

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

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

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

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

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

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

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

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

.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-title-editable {
  pointer-events: none; }

.controls-hidden .portlet-topper {
  display: none !important; }

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

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative; }
  html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
    height: 12px;
    width: 12px; }
  html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
    height: 16px;
    width: 16px; }

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;
      transform: translateY(-97%);
      transition: opacity 0.15s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }
  @media (min-width: 768px) {
      html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .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: 12px;
  font-weight: 600;
  margin-left: 4px; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

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

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

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

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

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

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

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

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

.portlet-borderless .portlet-content {
  padding: 1rem; }

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

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

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

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

.navbar form {
  margin: 0; }

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

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

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

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

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

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

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

.highlight-animation {
  animation: highlight-animation 0.7s; }

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

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

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

audio, canvas, video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em; }

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body, figure {
  margin: 0; }

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

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

/*! Flickity v1.1.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0); }
  .featherlight-previous {
    left: 25px;
    right: 80%; }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

@font-face {
  font-family: Poppins Black;
  font-weight: 400;
  src: url("../fonts/Poppins-Black.ttf") format("opentype"); }

@font-face {
  font-family: Poppins Bold;
  font-weight: 400;
  src: url("../fonts/Poppins-Bold.ttf") format("opentype"); }

@font-face {
  font-family: Poppins Light;
  font-weight: 400;
  src: url("../fonts/Poppins-Light.ttf") format("opentype"); }

@font-face {
  font-family: Poppins Extra Light;
  font-weight: 400;
  src: url("../fonts/Poppins-ExtraLight.ttf") format("opentype"); }

@font-face {
  font-family: Poppins Medium;
  font-weight: 400;
  src: url("../fonts/Poppins-Medium.ttf") format("opentype"); }

@font-face {
  font-family: Poppins Regular;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.ttf") format("opentype"); }

@font-face {
  font-family: Poppins Thin;
  font-weight: 400;
  src: url("../fonts/Poppins-Thin.ttf") format("opentype"); }

@font-face {
  font-family: Gill Sans Light;
  font-weight: 300;
  src: url("../fonts/GillSansStd-Light.otf") format("opentype"); }

@font-face {
  font-family: Gill Sans;
  font-weight: 400;
  src: url("../fonts/GillSansStd.otf") format("opentype"); }

@font-face {
  font-family: Gill Sans Bold;
  font-weight: 600;
  src: url("../fonts/GillSansStd-Bold.otf") format("opentype"); }

@font-face {
  font-family: Gill Sans Light Italic;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/GillSansStd-LightItalic.otf") format("opentype"); }

@font-face {
  font-family: Gill Sans Italic;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/GillSansStd-Italic.otf") format("opentype"); }

@font-face {
  font-family: Gill Sans Bold Italic;
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/GillSansStd-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: Goudy;
  font-weight: normal;
  font-weight: 400;
  src: url("../fonts/GoudyStd.otf") format("opentype"); }

@font-face {
  font-family: Goudy Bold;
  font-weight: bold;
  font-weight: 600;
  src: url("../fonts/GoudyStd-Bold.otf") format("opentype"); }

@font-face {
  font-family: Goudy Italic;
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/GoudyStd-Italic.otf") format("opentype"); }

@font-face {
  font-family: Goudy Bold Italic;
  font-weight: bold;
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/GoudyStd-BoldItalic.otf") format("opentype"); }

@media (max-width: 480px) {
  html body p {
    font-size: 16px; }
  html body h1 {
    font-size: 38px; }
  html body h2 {
    font-size: 28px; }
  html body h3 {
    font-size: 24px; }
  html body h4 {
    font-size: 20px; }
  html body h5 {
    font-size: 18px; }
  html body h6 {
    font-size: 16px; } }

html body {
  font-family: "Gill Sans Light", "Lato", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #58595b;
  font-weight: 300; }
  html body a {
    color: #006226; }
    html body a:hover {
      text-decoration: none;
      color: #006226; }
  html body strong {
    font-weight: 600; }
  html body em {
    font-style: italic; }
  html body p {
    font-size: 18px;
    line-height: 1.65em;
    font-family: "Gill Sans Light", "Lato", sans-serif; }
  html body h1 {
    font-size: 54px;
    font-family: Poppins Extra Light; }
  html body h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Poppins Extra Light;
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      html body h2 {
        font-size: 40px; } }
    @media (max-width: 480px) {
      html body h2 {
        font-size: 32px; } }
  html body h3 {
    font-size: 32px;
    font-family: Poppins Light; }
  html body h4 {
    font-size: 28px;
    font-family: "Gill Sans Light", "Lato", sans-serif; }
  html body h5 {
    font-size: 24px;
    font-family: "Gill Sans Light", "Lato", sans-serif; }
  html body h6 {
    font-size: 18px; }
  html body h1, html body h2, html body h3, html body h5, html body h6 {
    line-height: 1.35em;
    letter-spacing: -0.2px; }

a.border_button {
  display: inline-block;
  margin: 10px;
  padding: 15px 35px;
  border: 2px solid #b6bbc0;
  background-color: #e7e9ea;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #58595b;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

.no-fuss-text {
  max-width: 90%;
  text-align: left; }
  .no-fuss-text h2 {
    text-align: left;
    padding: 0; }
  .no-fuss-text p {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px; }

.btn-find-advisor {
  height: 47px;
  width: 200px;
  background-color: #046431;
  margin-top: 20px;
  float: left;
  margin-right: 15px;
  transition: 0.6s; }

.btn-find-advisor:hover {
  opacity: 0.7; }

#find-advisor-text {
  color: #FFFFFF;
  font-family: "Gill Sans";
  font-size: 18px;
  line-height: 15px;
  text-align: center;
  padding-top: 15px;
  letter-spacing: 0.4px; }

.etf-banner-container {
  position: relative;
  text-align: center; }

.top-left {
  position: absolute;
  top: 25%;
  left: 7%; }

#bike-find-advisor-text {
  color: white !important;
  font-size: 18px;
  text-align: center; }

a.btn-find-advisor {
  color: white !important;
  padding-top: 8px; }

.green-plant-img {
  width: 100%;
  height: auto; }

@media (max-width: 900px) {
  .no-fuss-text h2 {
    color: #4A4A4A;
    font-family: "Goudy Oldstyle Std";
    font-size: 30px important;
    line-height: 24px important;
    text-align: left !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important; }
  .no-fuss-text p {
    color: #000000;
    font-family: "Gill Sans Light";
    font-size: 18px;
    font-weight: 300;
    line-height: 20px; }
  a.btn-find-advisor {
    height: 45px;
    width: 150px;
    background-color: #046431;
    margin-top: 10px;
    float: left;
    margin-right: 15px; }
  .green-plant-img {
    width: 100%;
    height: 430px !important; } }

#hrefFm {
  margin: 0;
  padding: 0;
  height: 0; }

html body {
  /* Styles for new insights page design */ }
  html body #wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px; }
  html body #header, html body #content, html body #footer {
    width: 100%; }
  html body section.custom_portlet_section {
    width: 100%;
    background-size: cover;
    text-align: center;
    background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    padding-top: 90px;
    padding-bottom: 90px; }
  html body section.video_hero_section video {
    display: none; }
  @media (min-width: 994px) {
    html body section.video_hero_section {
      height: auto !important;
      padding: 0 !important; }
      html body section.video_hero_section video {
        display: block; } }
  html body .section_container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1200px) {
      html body .section_container {
        padding: 60px 20px; } }
    @media (max-width: 768px) {
      html body .section_container {
        padding-top: 0px;
        padding-bottom: 0px; } }
  html body .section_content {
    max-width: 940px;
    margin: 0 auto; }
    html body .section_content p {
      width: 80%;
      margin: 0 auto; }
  html body section.custom_portlet_halves_section {
    padding-top: 0px;
    padding-bottom: 0px; }
  html body .section_halves_container {
    padding-top: 0px;
    text-align: center; }
    html body .section_halves_container .section_half {
      display: inline-block;
      float: left;
      width: 50%;
      height: 100%;
      padding: 90px 20px 90px 20px;
      min-height: 600px;
      background-position: center;
      background-size: cover;
      text-align: left; }
      html body .section_halves_container .section_half h2 {
        text-align: left;
        padding-left: 0px; }
      html body .section_halves_container .section_half div.section_half_content {
        width: 80%;
        max-width: 650px;
        margin: 0 auto; }
        @media (max-width: 994px) {
          html body .section_halves_container .section_half div.section_half_content {
            margin: 0 auto !important;
            text-align: center; }
            html body .section_halves_container .section_half div.section_half_content h2 {
              text-align: center; } }
      @media (max-width: 994px) {
        html body .section_halves_container .section_half {
          padding: 90px 5% 90px 5%;
          margin: 0 auto;
          width: 100%;
          min-height: 350px; } }
      @media (max-width: 480px) {
        html body .section_halves_container .section_half {
          padding: 50px 10px; } }
  html body .section_thirds_container {
    width: 100%; }
    html body .section_thirds_container .section_twoThirds {
      min-height: 565px;
      float: left;
      width: calc( 66.66666666% - 6px);
      margin: 3px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      z-index: 50; }
      html body .section_thirds_container .section_twoThirds .advisor_testimonials {
        margin-left: 50px;
        padding-top: 100px;
        position: relative;
        z-index: 70; }
      html body .section_thirds_container .section_twoThirds .person_testimonials {
        margin-left: 50px;
        padding-top: 100px;
        position: relative;
        z-index: 70;
        color: #FFF;
        width: 80% !important; }
      @media (max-width: 994px) {
        html body .section_thirds_container .section_twoThirds {
          width: 100%; } }
      @media (max-width: 768px) {
        html body .section_thirds_container .section_twoThirds:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 60;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.65); } }
      @media (max-width: 480px) {
        html body .section_thirds_container .section_twoThirds .advisor_testimonials {
          margin-left: 30px;
          padding-top: 0px;
          position: relative;
          z-index: 70; }
        html body .section_thirds_container .section_twoThirds .person_testimonials {
          margin-left: 30px;
          padding-top: 0px;
          position: relative;
          z-index: 70; } }
    html body .section_thirds_container .section_oneThird {
      min-height: 565px;
      width: calc( 33.333333333% - 6px);
      margin: 3px;
      float: left;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      html body .section_thirds_container .section_oneThird p.thumb_name {
        opacity: 0; }
      @media (max-width: 994px) {
        html body .section_thirds_container .section_oneThird {
          width: 100%;
          outline: 0px solid transparent; }
          html body .section_thirds_container .section_oneThird p.thumb_name {
            text-transform: uppercase;
            color: #FFF;
            text-align: center;
            width: 100%;
            font-size: 21px;
            padding-top: 85px;
            font-weight: 400;
            opacity: 1; }
          html body .section_thirds_container .section_oneThird .person_thumb p.thumb_name {
            color: #6d6e71; } }
  html body .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  html body div.container_touts:after {
    content: '';
    clear: both; }
  html body div.container_touts .tout {
    width: 20%;
    margin: 30px 3%; }
    @media (max-width: 768px) {
      html body div.container_touts .tout {
        width: 100%;
        margin: 30px auto; } }
    html body div.container_touts .tout .tout_left, html body div.container_touts .tout .tout_right {
      float: left;
      display: inline-block; }
      @media (max-width: 994px) {
        html body div.container_touts .tout .tout_left, html body div.container_touts .tout .tout_right {
          width: 100%; } }
    html body div.container_touts .tout .tout_left img {
      margin: 11px 14px 80px 0px; }
      @media (max-width: 994px) {
        html body div.container_touts .tout .tout_left img {
          margin: 0 auto; } }
    html body div.container_touts .tout .tout_right {
      width: calc(100% - 80px);
      text-align: left; }
      @media (max-width: 994px) {
        html body div.container_touts .tout .tout_right {
          width: 100%;
          text-align: center;
          padding: 10px; } }
  html body .lower_row {
    margin-top: 90px;
    max-width: 1140px;
    margin: 0 auto; }
    html body .lower_row #column-2 {
      background-color: #f6f4f6;
      padding: 30px; }
  html body .modal {
    max-width: 80%;
    width: auto;
    margin-left: auto;
    margin: auto;
    left: 10%; }
  html body .modal-body {
    max-height: 65vh; }
  @media print {
    html body .navContainer {
      display: none !important; }
    html body .footer-right {
      display: none !important; }
    html body #section_hero {
      height: 100px !important; }
      html body #section_hero h2 {
        padding: 30px !important; }
    html body section {
      height: auto !important;
      min-height: auto !important; } }
  html body .col-1, html body .col-xs-1, html body .col-2, html body .col-xs-2, html body .col-3, html body .col-xs-3, html body .col-4, html body .col-xs-4, html body .col-5, html body .col-xs-5, html body .col-6, html body .col-xs-6, html body .col-7, html body .col-xs-7, html body .col-8, html body .col-xs-8, html body .col-9, html body .col-xs-9, html body .col-10, html body .col-xs-10, html body .col-11, html body .col-xs-11, html body .col-12, html body .col-xs-12, html body .col, html body .col-auto, html body .col-sm-1, html body .col-sm-2, html body .col-sm-3, html body .col-sm-4, html body .col-sm-5, html body .col-sm-6, html body .col-sm-7, html body .col-sm-8, html body .col-sm-9, html body .col-sm-10, html body .col-sm-11, html body .col-sm-12, html body .col-sm, html body .col-sm-auto, html body .col-md-1, html body .col-md-2, html body .col-md-3, html body .col-md-4, html body .col-md-5, html body .col-md-6, html body .col-md-7, html body .col-md-8, html body .col-md-9, html body .col-md-10, html body .col-md-11, html body .col-md-12, html body .col-md, html body .col-md-auto, html body .col-lg-1, html body .col-lg-2, html body .col-lg-3, html body .col-lg-4, html body .col-lg-5, html body .col-lg-6, html body .col-lg-7, html body .col-lg-8, html body .col-lg-9, html body .col-lg-10, html body .col-lg-11, html body .col-lg-12, html body .col-lg, html body .col-lg-auto, html body .col-xl-1, html body .col-xl-2, html body .col-xl-3, html body .col-xl-4, html body .col-xl-5, html body .col-xl-6, html body .col-xl-7, html body .col-xl-8, html body .col-xl-9, html body .col-xl-10, html body .col-xl-11, html body .col-xl-12, html body .col-xl, html body .col-xl-auto {
    padding-right: 0;
    padding-left: 0; }
  html body header#mainBanner {
    position: absolute;
    width: 100%;
    background-color: transparent; }
    html body header#mainBanner .section_container {
      padding: 0px; }
  html body header#mainBanner .loginNav {
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 11px;
    font-size: 13px;
    font-weight: 400;
    text-align: right; }
    html body header#mainBanner .loginNav ul.loginLinks, html body header#mainBanner .loginNav ul.socialLinks {
      display: inline-block;
      padding-left: 0;
      margin: 4px 0;
      height: 23px;
      list-style-type: none; }
      html body header#mainBanner .loginNav ul.loginLinks li, html body header#mainBanner .loginNav ul.socialLinks li {
        display: inline-block; }
    html body header#mainBanner .loginNav .loginLinks li a {
      float: left;
      margin-top: 0px;
      margin-bottom: 0px;
      /*padding-top: 11px;*/
      padding-bottom: 0px;
      padding-left: 10px;
      color: #fff;
      text-decoration: underline;
      /* background-color: #f1f2f2;*/
      font-size: 14px;
      font-weight: 400; }
      html body header#mainBanner .loginNav .loginLinks li a:after {
        content: '|';
        margin: 0px 0px 0px 10px;
        display: inline-block; }
    html body header#mainBanner .loginNav .loginLinks li:first-child a {
      padding-left: 20px; }
    html body header#mainBanner .loginNav .loginLinks li:last-child a:after {
      display: none; }
    html body header#mainBanner .loginNav .searchBoxContainer {
      display: inline-block; }
      html body header#mainBanner .loginNav .searchBoxContainer > form {
        display: inline-block;
        margin: 0; }
      html body header#mainBanner .loginNav .searchBoxContainer select {
        display: none; }
      html body header#mainBanner .loginNav .searchBoxContainer input.searchBox {
        border-radius: 0px !important;
        width: 200px;
        margin-right: 20px;
        padding: 0px 12px;
        font-size: 14px;
        color: #333;
        height: 40px !important;
        line-height: 20px;
        vertical-align: middle;
        background-color: #FFF;
        border: 1px solid #CCC; }
      html body header#mainBanner .loginNav .searchBoxContainer input[type="text"] {
        border-radius: 0px !important;
        width: 200px;
        margin-right: 20px;
        padding: 0 25px 0 12px;
        font-size: 14px;
        color: #333333;
        height: 40px !important;
        line-height: 20px;
        vertical-align: middle;
        background-color: #FFF;
        border: 1px solid #CCC; }
      html body header#mainBanner .loginNav .searchBoxContainer i.search-icon {
        position: relative;
        right: 45px;
        top: -4px; }
      html body header#mainBanner .loginNav .searchBoxContainer input[type="image"] {
        display: none; }
    html body header#mainBanner .loginNav .socialLinks {
      color: #a7a9ac; }
      html body header#mainBanner .loginNav .socialLinks li {
        /*border:1px solid #CCC;*/
        display: inline-block;
        width: 25px;
        height: 25px;
        float: left;
        /*background-color: #FFF;
			color:#CCC;*/ }
        html body header#mainBanner .loginNav .socialLinks li:last-child {
          margin-left: 14px; }
        html body header#mainBanner .loginNav .socialLinks li a {
          color: #fff;
          /*line-height: 38px;*/
          display: inline-block;
          width: 100%;
          text-align: center; }
          html body header#mainBanner .loginNav .socialLinks li a i {
            display: inline-block;
            line-height: 25px;
            font-size: 1.5em !important; }
  html body .header-search fieldset {
    border: 0; }
  html body .header-search {
    display: inline-block; }
  html body .fa.fa-search.search-icon {
    display: none; }
  html body .fieldset {
    position: relative; }
  html body button > span.icon-monospaced {
    position: absolute;
    right: 30px;
    top: 8px; }
  html body li.sociallink {
    margin-top: 14px; }
  html body .socialLinks {
    margin-top: 4px; }
  html body .searchBoxContainer fieldset {
    margin: 0px;
    padding: 0px; }
  html body .mainNav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.25) !important;
    margin-top: 0px !important;
    left: -25px !important;
    text-align: center !important;
    min-width: 175px !important; }
    html body .mainNav .dropdown-menu .dropdown-item:hover {
      background-color: rgba(0, 0, 0, 0.25) !important; }
    html body .mainNav .dropdown-menu .dropdown-item {
      font-size: 15px !important; }
  html body nav a:focus {
    outline: none !important; }
  html body .nav-link .dropdown-toggle {
    padding: 20px !important; }
  @media (min-width: 979px) {
    html body .dropdown:hover .dropdown-menu {
      display: block; } }
  @media (max-width: 979px) {
    html body {
      /*#wrapper #banner{
		position:relative!important;
	}*/ }
      html body .dropdown-menu {
        max-width: none !important; }
      html body .dropdown-menu {
        background-color: #3f6831 !important;
        margin-top: 5px !important;
        left: 0px !important;
        text-align: left !important;
        padding-left: 15px !important;
        width: 100% !important;
        left: 0px !important; }
      html body .dropdown-item:hover {
        background-color: #3f6831 !important; }
      html body .navContainer ul.mainNav li a {
        padding-bottom: 0px;
        padding-top: 0px; }
      html body .dropdown-item {
        padding-top: 5px;
        padding-bottom: 5px; } }
  html body .sticky-wrapper {
    border: 0px; }
  html body .loginContainer {
    z-index: 999;
    position: relative; }
  html body .navContainer {
    position: absolute;
    left: 0px;
    margin-top: 0px;
    z-index: 100;
    right: 0px;
    /*background-color: rgba(0, 0, 0, 0.05);*/
    transition: all 0.3s;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;*/ }
    html body .navContainer .section_container {
      padding: 0;
      padding-right: 20px; }
    html body .navContainer .hamburger {
      display: none; }
    html body .navContainer div.navLogo {
      display: inline-block;
      padding: 0px 20px; }
      html body .navContainer div.navLogo h1.site-title {
        margin: 0 auto; }
      html body .navContainer div.navLogo img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block; }
    html body .navContainer ul.mainNav {
      display: inline-block;
      list-style-type: none;
      margin-top: 1rem; }
      html body .navContainer ul.mainNav li {
        display: inline-flex; }
        html body .navContainer ul.mainNav li a {
          padding-right: 12px;
          padding-left: 12px;
          font-family: "Gill Sans Light", "Lato", sans-serif;
          color: #FFF;
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          transition: all 0.3s; }
          html body .navContainer ul.mainNav li a:hover {
            color: rgba(255, 255, 255, 0.7); }
          @media (max-width: 994px) {
            html body .navContainer ul.mainNav li a {
              font-size: 16px;
              padding-left: 10px; } }
        html body .navContainer ul.mainNav li:first-child {
          display: none; }
      html body .navContainer ul.mainNav li.selected a {
        font-weight: 400; }
        html body .navContainer ul.mainNav li.selected a:hover {
          color: #FFF; }
  html body div.responsiveLogin {
    display: none; }
  @media (max-width: 979px) {
    html body {
      /*#sticky-wrapper{
		position:relative!important;
	}*/ }
      html body nav div.hideMobile {
        display: none; }
      html body .responsiveLogin div.advisorButton {
        float: left;
        margin: 0px 0px 20px 0px; }
        html body .responsiveLogin div.advisorButton a {
          border-color: #fff;
          background-color: transparent;
          color: #fff !important; }
      html body .navContainer div.navLogo img {
        width: 155px;
        height: auto; }
      html body .loginContainer {
        display: none; }
      html body .navContainer {
        box-shadow: none; }
      html body .opaqueBg #navigation ul li a {
        color: #fff !important; }
      html body .opaqueBg #navigation ul .dropdown-menu .dropdown-item {
        color: #000 !important; }
      html body .opaqueBg #navigation .hamburger label i {
        color: #000 !important; }
      html body #navigation {
        display: block;
        position: relative;
        width: 100%; }
        html body #navigation .hamburger {
          display: inline-block;
          float: right;
          margin-top: 20px;
          margin-right: 20px; }
          html body #navigation .hamburger label i {
            color: #fff;
            font-size: 1em; }
          html body #navigation .hamburger input {
            display: none; }
        html body #navigation div.navLogo {
          /*padding: 20px 0px;*/
          padding-left: 20px;
          width: 60%; }
        html body #navigation ul.mainNav {
          display: none; } }
    @media (max-width: 979px) and (max-width: 375px) {
      html body #navigation .hamburger {
        margin-top: 8%; } }
  @media (max-width: 979px) {
        html body #navigation ul.opaqueBg {
          /*background-color: rgba(255, 255, 255, 0.95)!important;*/ }
        html body #navigation ul.hamburger_menu {
          display: block;
          position: absolute;
          width: 100% !important;
          background-color: rgba(0, 0, 0, 0.8);
          left: 0px;
          right: 0px;
          margin-top: 0px;
          padding: 0px 30px; }
          html body #navigation ul.hamburger_menu li {
            width: 100%;
            padding: 10px 5px 5px 0px;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #FFF; }
            html body #navigation ul.hamburger_menu li a {
              padding-left: 0;
              background-color: transparent; }
            html body #navigation ul.hamburger_menu li .caret {
              color: #fff; }
      html body div.responsiveLogin {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px; }
        html body div.responsiveLogin .responsiveLinks {
          padding-bottom: 30px; }
        html body div.responsiveLogin .responsiveLoginLinks {
          padding-left: 0;
          margin-left: 0;
          margin-bottom: 10px; }
          html body div.responsiveLogin .responsiveLoginLinks .responsiveLoginLink {
            border-bottom: 0px !important;
            padding: 0px; }
            html body div.responsiveLogin .responsiveLoginLinks .responsiveLoginLink a {
              padding: 0; }
        html body div.responsiveLogin .responsiveSocialLinks {
          padding-left: 0;
          margin-left: 0;
          margin-bottom: 20px; }
          html body div.responsiveLogin .responsiveSocialLinks li.responsiveSocialLink {
            display: inline-block;
            width: 50px !important;
            height: 50px !important;
            float: left !important;
            border-bottom: 0px !important;
            margin-right: 10px; }
            html body div.responsiveLogin .responsiveSocialLinks li.responsiveSocialLink a {
              line-height: 50px;
              text-align: center;
              display: inline-block;
              height: 50px !important;
              width: 50px !important;
              border-radius: 50%;
              background-color: #FFF;
              color: #3f6831;
              margin-top: 0;
              padding-top: 5px;
              padding-left: 8px; }
            html body div.responsiveLogin .responsiveSocialLinks li.responsiveSocialLink:first-child a {
              padding-left: 7px;
              padding-top: 6px; }
            html body div.responsiveLogin .responsiveSocialLinks li.responsiveSocialLink:nth-child(2) a {
              padding-left: 8px !important; } }
  html body .is-sticky {
    width: 100% !important; }
  html body .opaqueBg {
    background-color: rgba(255, 255, 255, 0.95); }
    html body .opaqueBg #navigation ul li a {
      color: #000; }
    html body .opaqueBg #navigation ul li .caret {
      color: #000 !important; }
    html body .opaqueBg #navigation ul li .dropdown-menu {
      background-color: #fff !important; }
    html body .opaqueBg #navigation .btn-default, html body .opaqueBg #navigation .btn-default:not(:disabled):not(.disabled):active, html body .opaqueBg #navigation .btn-default:not(:disabled):not(.disabled).active, html body .opaqueBg #navigation .show > .btn-default.dropdown-toggle {
      color: #000;
      border-color: #6c757d; }
  html body div.advisorButton {
    float: right;
    margin-top: 20px;
    display: block; }
    html body div.advisorButton .btn-default, html body div.advisorButton .btn-default:not(:disabled):not(.disabled):active, html body div.advisorButton .btn-default:not(:disabled):not(.disabled).active, html body div.advisorButton .show > .btn-default.dropdown-toggle {
      border-color: #fff;
      background-color: transparent;
      border-radius: 0px;
      padding: .75rem 1.7rem; }
  html body #main_footer {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #414042; }
    html body #main_footer a {
      color: #FFF;
      font-weight: 300;
      text-decoration: none; }
      html body #main_footer a:hover {
        text-decoration: underline; }
    html body #main_footer .footer_left, html body #main_footer .footer_right {
      float: left; }
    html body #main_footer .footer_left {
      padding-right: 20px;
      max-width: 310px; }
      html body #main_footer .footer_left img {
        width: 281px;
        margin-bottom: 30px; }
    html body #main_footer .footer_right {
      padding-left: 20px;
      max-width: calc( 100% - 320px); }
      html body #main_footer .footer_right ul.footer_site_map {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-bottom: 50px; }
        html body #main_footer .footer_right ul.footer_site_map li {
          display: block;
          float: left;
          width: 16.6%;
          padding-left: 20px; }
          html body #main_footer .footer_right ul.footer_site_map li a {
            color: #FFF;
            display: block;
            margin-top: 6px;
            margin-bottom: 6px;
            color: #FFF;
            font-weight: 300;
            text-decoration: none; }
        html body #main_footer .footer_right ul.footer_site_map li.footer_site_map_main > a {
          font-weight: 400;
          padding-bottom: 10px;
          margin-top: 0;
          padding-top: 0; }
      html body #main_footer .footer_right ul.footer_other_links {
        margin-top: 80px;
        margin-bottom: 20px;
        clear: both;
        list-style-type: none;
        margin-left: 0;
        padding-left: 20px;
        width: 100%; }
        html body #main_footer .footer_right ul.footer_other_links li {
          display: inline-block; }
          html body #main_footer .footer_right ul.footer_other_links li a {
            padding-right: 20px;
            color: #FFF;
            font-weight: 400;
            line-height: 34px; }
      html body #main_footer .footer_right .copyright_disclaimer {
        padding-left: 20px;
        margin: 20px;
        margin-left: 0; }
    @media (max-width: 994px) {
      html body #main_footer .footer_left, html body #main_footer .footer_right {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both; }
      html body #main_footer .footer_left {
        padding-left: 20px; }
      html body #main_footer .footer_right {
        padding-left: 0px;
        margin-top: 20px; }
        html body #main_footer .footer_right .footer_site_map {
          padding-left: 0px; }
          html body #main_footer .footer_right .footer_site_map li.footer_site_map_main {
            float: left;
            width: 33%;
            margin-top: 30px;
            margin-bottom: 15px; } }
    @media (max-width: 768px) {
      html body #main_footer .footer_left {
        padding-left: 20px; }
      html body #main_footer .footer_right {
        padding-left: 0;
        margin-top: 20px; }
        html body #main_footer .footer_right ul.footer_site_map {
          margin-bottom: 0px;
          margin-left: 0;
          padding-left: 0; }
          html body #main_footer .footer_right ul.footer_site_map li.footer_site_map_main {
            float: none;
            clear: both;
            display: block;
            width: 100%;
            padding-left: 0;
            margin-top: 20px;
            margin-bottom: 10px; }
            html body #main_footer .footer_right ul.footer_site_map li.footer_site_map_main a.sub_link {
              display: none; } }
    @media (max-width: 480px) {
      html body #main_footer .footer_left .footer_logo {
        padding-left: 10px; }
      html body #main_footer .footer_right {
        padding-left: 0; } }
  html body .navy_rule {
    width: 150px;
    height: 10px;
    margin-bottom: 30px;
    margin-left: 3px;
    background-color: #144466; }
  html body .button_chevron_circle {
    display: block;
    height: 78px;
    width: 78px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 5px solid #FFF;
    position: relative;
    transition: all 0.5s; }
    html body .button_chevron_circle:after {
      content: '';
      display: block;
      width: 23px;
      height: 23px;
      position: absolute;
      left: 15px;
      top: 20px;
      border-top: 5px solid #FFF;
      border-right: 5px solid #FFF;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
    html body .button_chevron_circle:hover {
      transform: scale(1.05);
      opacity: 0.6; }
    html body .button_chevron_circle i {
      display: none; }
  html body a.border_button {
    display: inline-block;
    margin: 10px;
    margin-top: 30px;
    padding: 15px 35px;
    border: 2px solid #FFF;
    background-color: #788b73;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase; }
    html body a.border_button:hover {
      opacity: 0.8; }
  html body .section_half .border_button {
    margin-left: 0; }
  html body a.arrow_link {
    display: inline-block;
    text-align: center;
    color: #FFF;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 55px; }
    html body a.arrow_link:before {
      content: ' ';
      display: block;
      position: absolute;
      background-image: url(../images/arrow.png);
      -webkit-background-size: cover;
      background-size: cover;
      height: 41px;
      width: 41px;
      text-align: center;
      color: #FFF;
      top: -7px;
      left: -55px; }
  html body #layout-column_fineprint-column-2 {
    max-width: 994px;
    margin: 0 auto;
    padding: 50px 20px; }
  html body #fineprint-column-2 h1, html body #fineprint-column-2 h2 {
    text-align: center; }
    html body #fineprint-column-2 h1 span, html body #fineprint-column-2 h2 span {
      text-align: center; }
  html body #fineprint-column-2 h2, html body #fineprint-column-2 h3, html body #fineprint-column-2 h4, html body #fineprint-column-2 p {
    margin: 20px 0px 0px 10px; }
  html body #fineprint-column-2 h4.accordion-toggle {
    margin-top: 20px; }
  html body #fineprint-column-2 h4 {
    margin-bottom: 20px; }
  html body #fineprint-column-2 b {
    margin-top: 20px;
    display: block; }
  html body #section_cost, html body #section_approach {
    box-shadow: rgba(0, 0, 0, 0.290196) 0px 6px 7px -2px; }
  html body #section_hero {
    height: 650px;
    padding: 345px 10px 200px; }
    html body #section_hero h2 {
      display: block;
      width: 80%;
      margin: 20px auto 60px;
      color: #FFF;
      font-weight: 400;
      text-transform: none;
      max-width: 700px;
      font-family: "Goudy";
      font-size: 65px;
      line-height: 75px;
      font-style: normal;
      text-align: center;
      margin: auto;
      position: absolute;
      height: 75px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      @media (max-width: 768px) {
        html body #section_hero h2 {
          font-size: 45px;
          line-height: 60px; } }
      @media (max-width: 480px) {
        html body #section_hero h2 {
          font-size: 30px;
          line-height: 40px; } }
      html body #section_hero h2 em {
        font-family: "Goudy Italic";
        font-weight: normal; }
    @media (max-width: 768px) {
      html body #section_hero {
        height: 500px;
        padding: 250px 10px 200px; } }
    @media (max-width: 480px) {
      html body #section_hero {
        height: 480px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*padding:200px 10px 100px;*/ } }
  html body #section_touts div.container_touts {
    margin-top: 40px; }
    html body #section_touts div.container_touts:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    html body #section_touts div.container_touts .tout {
      float: left;
      width: 30%;
      min-height: 200px;
      margin: 0px 1.5%;
      margin-bottom: 0; }
      @media (max-width: 1165px) {
        html body #section_touts div.container_touts .tout {
          min-height: 250px; } }
      @media (max-width: 768px) {
        html body #section_touts div.container_touts .tout {
          width: 100%;
          min-height: auto;
          margin: 20px auto;
          margin-bottom: 0; } }
      html body #section_touts div.container_touts .tout .tout_left, html body #section_touts div.container_touts .tout .tout_right {
        float: left;
        display: inline-block; }
        @media (max-width: 1165px) {
          html body #section_touts div.container_touts .tout .tout_left, html body #section_touts div.container_touts .tout .tout_right {
            width: 100%;
            text-align: center; } }
      html body #section_touts div.container_touts .tout .tout_left {
        width: 80px;
        text-align: center; }
        @media (max-width: 1165px) {
          html body #section_touts div.container_touts .tout .tout_left {
            width: 100%;
            min-height: 60px; } }
        @media (max-width: 768px) {
          html body #section_touts div.container_touts .tout .tout_left {
            width: 100%;
            min-height: auto; } }
        html body #section_touts div.container_touts .tout .tout_left img {
          max-width: 100%;
          margin: 11px 14px 80px 0px; }
          @media (max-width: 1165px) {
            html body #section_touts div.container_touts .tout .tout_left img {
              margin: 0 auto; } }
      html body #section_touts div.container_touts .tout .tout_right {
        width: 250px;
        text-align: left; }
        @media (max-width: 1165px) {
          html body #section_touts div.container_touts .tout .tout_right {
            width: 100%;
            text-align: center; } }
        html body #section_touts div.container_touts .tout .tout_right h4 {
          margin-top: 30px;
          color: #58595b;
          font-size: 22px;
          font-weight: 400; }
  html body #section_company {
    box-shadow: rgba(0, 0, 0, 0.290196) 0px 6px 7px -2px;
    background-color: #849a7f;
    color: #FFF; }
    html body #section_company .company_logo_container {
      width: 100%;
      margin: 60px auto;
      text-align: center; }
      @media (max-width: 768px) {
        html body #section_company .company_logo_container {
          margin-top: 20px; } }
      html body #section_company .company_logo_container .company_logo {
        display: inline-block;
        width: 30%;
        padding: 0 10px; }
        html body #section_company .company_logo_container .company_logo img {
          max-width: 100%; }
        @media (max-width: 768px) {
          html body #section_company .company_logo_container .company_logo {
            width: 100%;
            margin: 30px auto; } }
  html body .portlet-title-text {
    display: none !important; }
  html body #section_dream_more .container_touts {
    margin: 50px auto; }
    html body #section_dream_more .container_touts:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    @media (max-width: 994px) {
      html body #section_dream_more .container_touts {
        max-width: 100%;
        padding-left: 5%; } }
    @media (max-width: 768px) {
      html body #section_dream_more .container_touts {
        max-width: 100%;
        padding: 0px 9%;
        margin-top: 0; } }
    html body #section_dream_more .container_touts .tout {
      width: 30%;
      float: left;
      height: 330px;
      color: white;
      margin: 0 1%;
      padding: 50px 45px;
      background-color: #003C58;
      box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 7px 2px;
      text-align: center; }
      @media (max-width: 994px) {
        html body #section_dream_more .container_touts .tout {
          max-width: 30%;
          padding: 55px 9px;
          margin: 0 1%; } }
      @media (max-width: 768px) {
        html body #section_dream_more .container_touts .tout {
          max-width: 100%;
          width: 100%;
          padding: 35px 9%;
          margin-top: 5px;
          margin-bottom: 5px;
          height: auto; } }
      html body #section_dream_more .container_touts .tout .tout_top {
        line-height: 80px; }
      html body #section_dream_more .container_touts .tout .tout_bottom p {
        padding-top: 30px; }
  html body #section_home_here .section_half {
    height: 700px; }
  html body #section_home_here a.border_button {
    margin-top: 20px; }
  html body #section_home_here .section_half_left {
    padding-top: 250px;
    background-color: #b7c7ac; }
    html body #section_home_here .section_half_left h3 {
      font-size: 17px;
      line-height: 24px;
      font-weight: 300; }
    html body #section_home_here .section_half_left .section_half_content {
      max-width: 560px;
      padding-left: 90px;
      margin-right: 60px; }
      @media (max-width: 994px) {
        html body #section_home_here .section_half_left .section_half_content {
          padding: 0px 5% 0px 5%;
          margin: 0 auto;
          height: auto;
          min-height: auto; } }
    html body #section_home_here .section_half_left .border_button {
      border-color: #003C58;
      background-color: #003C58;
      color: white; }
    @media (max-width: 994px) {
      html body #section_home_here .section_half_left {
        padding-top: 90px;
        height: auto;
        min-height: auto; } }
  @media (max-width: 994px) {
    html body #section_home_here .section_half_right {
      height: 350px;
      min-height: 350px; } }
  html body #section_home_works .section_half {
    height: 700px;
    padding-top: 180px; }
    @media (max-width: 994px) {
      html body #section_home_works .section_half {
        height: auto;
        padding: 50px 2% 50px 2%; } }
  html body #section_home_works h2 {
    padding-left: 12px; }
  html body #section_home_works ul.how_point_toggler {
    list-style-type: none;
    margin-left: -10px;
    padding-left: 0; }
    html body #section_home_works ul.how_point_toggler li {
      display: inline-block;
      text-transform: uppercase;
      line-height: 22px;
      padding: 5px 12px 5px 10px;
      margin-right: 0px;
      border-right: 1px solid #6d6e71; }
      html body #section_home_works ul.how_point_toggler li:last-child {
        border-right: 0px solid transparent; }
      html body #section_home_works ul.how_point_toggler li:hover {
        cursor: pointer;
        color: gray; }
    html body #section_home_works ul.how_point_toggler li[data-selected="true"] {
      font-family: "Gill Sans Bold"; }
    html body #section_home_works ul.how_point_toggler li.point_selected {
      font-family: "Gill Sans Bold"; }
  html body #section_home_works .paragraph_display {
    width: 80%;
    min-height: 75px; }
    @media (max-width: 994px) {
      html body #section_home_works .paragraph_display {
        margin: 0 auto; } }
  html body #section_home_works span.point_title, html body #section_home_works span.point_number {
    font-size: 22px;
    font-weight: 600; }
  html body #section_home_works span.point_paragraph {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; }
  html body #section_home_works a.border_button {
    border-color: #003C58;
    background-color: #003C58;
    color: white;
    margin-top: 10px; }
  @media (max-width: 994px) {
    html body #section_home_works .section_half_left {
      display: none; } }
  html body #section_single_testimonial .section_halves_container {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    html body #section_single_testimonial .section_halves_container .section_half {
      height: 700px; }
      @media (min-width: 768px) and (max-width: 994px) {
        html body #section_single_testimonial .section_halves_container .section_half {
          width: 50%;
          min-height: 700px;
          padding-top: 350px; } }
    html body #section_single_testimonial .section_halves_container .section_half_left {
      padding-top: 275px;
      color: white;
      background-color: rgba(59, 59, 52, 0.75); }
      html body #section_single_testimonial .section_halves_container .section_half_left .single_testimonial {
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        position: relative;
        text-align: left; }
        html body #section_single_testimonial .section_halves_container .section_half_left .single_testimonial:before {
          content: ' ';
          display: block;
          width: 98px;
          height: 89px;
          position: absolute;
          left: -30px;
          top: -60px;
          background-image: url(../images/quotes_2.png); }
          @media (max-width: 768px) {
            html body #section_single_testimonial .section_halves_container .section_half_left .single_testimonial:before {
              left: 0px; } }
      html body #section_single_testimonial .section_halves_container .section_half_left .single_testimonial_attribution {
        width: auto;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
        font-style: normal;
        font-weight: 300; }
    @media (max-width: 768px) {
      html body #section_single_testimonial .section_halves_container .section_half_right {
        display: none; } }
  html body #section_home_independent .border_button {
    border-color: #003C58;
    background-color: #003C58;
    color: white; }
  html body #section_strategy {
    margin-bottom: 90px;
    padding-left: 0px;
    padding-right: 0px; }
    html body #section_strategy .personal_strategy_graphic {
      margin-top: 100px;
      position: relative; }
      html body #section_strategy .personal_strategy_graphic .strategy_point {
        position: absolute;
        text-align: left; }
        html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_number {
          position: absolute;
          display: inline-block;
          min-height: 80px;
          min-width: 80px; }
          @media (max-width: 1140px) {
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_number {
              display: none; } }
        html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_title {
          margin: 0px; }
          html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_title h4 {
            color: rgba(255, 255, 255, 0);
            margin: 0px;
            font-size: 19px;
            line-height: 19px; }
        html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_arrow {
          position: absolute;
          display: inline-block;
          min-height: 80px;
          min-width: 80px; }
          @media (max-width: 1140px) {
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_arrow {
              display: none; } }
        html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_desc {
          padding-top: 10px;
          opacity: 0;
          max-width: 350px;
          transition: all 0.5s; }
          @media (max-width: 1140px) {
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_desc {
              opacity: 1;
              position: relative;
              top: 0;
              left: 0; } }
        html body #section_strategy .personal_strategy_graphic .strategy_point .desc_appear {
          opacity: 1; }
      html body #section_strategy .personal_strategy_graphic .point1 {
        position: absolute;
        top: -5px;
        right: 97px; }
        html body #section_strategy .personal_strategy_graphic .point1 .strategy_number {
          position: absolute;
          left: -180px;
          top: 80px;
          width: 200px;
          height: 80px; }
        html body #section_strategy .personal_strategy_graphic .point1 .strategy_arrow {
          position: absolute;
          left: -200px;
          top: 0px;
          width: 200px;
          height: 80px; }
        html body #section_strategy .personal_strategy_graphic .point1 .strategy_desc {
          padding-left: 15px;
          opacity: 1; }
      html body #section_strategy .personal_strategy_graphic .point2 {
        position: absolute;
        top: 176px;
        right: -22px; }
        html body #section_strategy .personal_strategy_graphic .point2 .strategy_number {
          display: inline-block;
          left: -200px;
          width: 120px; }
        html body #section_strategy .personal_strategy_graphic .point2 .strategy_arrow {
          display: inline-block;
          min-height: 80px;
          min-width: 80px;
          left: -80px; }
        html body #section_strategy .personal_strategy_graphic .point2 .strategy_desc {
          padding-left: 10px; }
      html body #section_strategy .personal_strategy_graphic .point3 {
        position: absolute;
        top: 385px;
        right: -3px; }
        html body #section_strategy .personal_strategy_graphic .point3 .strategy_number {
          width: 120px;
          left: -200px;
          top: -50px;
          height: 120px; }
        html body #section_strategy .personal_strategy_graphic .point3 .strategy_arrow {
          left: -80px;
          width: 80px;
          top: -20px; }
        html body #section_strategy .personal_strategy_graphic .point3 .strategy_desc {
          padding-left: 12px; }
      html body #section_strategy .personal_strategy_graphic .point4 {
        position: absolute;
        bottom: -92px;
        left: 39px; }
        html body #section_strategy .personal_strategy_graphic .point4 .strategy_number {
          right: -180px;
          top: -160px;
          width: 150px;
          height: 120px; }
        html body #section_strategy .personal_strategy_graphic .point4 .strategy_arrow {
          right: -160px;
          width: 200px;
          top: -40px; }
      html body #section_strategy .personal_strategy_graphic .point5 {
        position: absolute;
        top: 370px;
        left: -1px; }
        html body #section_strategy .personal_strategy_graphic .point5 .strategy_number {
          top: -80px;
          right: -60px;
          height: 200px; }
        html body #section_strategy .personal_strategy_graphic .point5 .strategy_arrow {
          left: 250px;
          top: -80px; }
        html body #section_strategy .personal_strategy_graphic .point5 .strategy_desc {
          padding-right: 30px; }
      html body #section_strategy .personal_strategy_graphic .point6 {
        position: absolute;
        top: 155px;
        left: 2px; }
        html body #section_strategy .personal_strategy_graphic .point6 .strategy_number {
          right: -80px;
          height: 200px;
          top: -120px; }
        html body #section_strategy .personal_strategy_graphic .point6 .strategy_arrow {
          left: 270px;
          top: -80px; }
        html body #section_strategy .personal_strategy_graphic .point6 .strategy_desc {
          padding-left: 10px;
          padding-right: 80px; }
      @media (max-width: 1140px) {
        html body #section_strategy .personal_strategy_graphic {
          position: relative;
          top: 0;
          left: 0; }
          html body #section_strategy .personal_strategy_graphic .strategy_point {
            position: relative;
            top: 0;
            left: 0;
            margin: 0 auto;
            padding: 0px 10px;
            max-width: 728px; }
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_number {
              position: relative;
              display: none; }
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_title h4 {
              margin-top: 20px;
              color: #58595b;
              margin-bottom: 10px; }
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_arrow {
              position: relative;
              display: none; }
            html body #section_strategy .personal_strategy_graphic .strategy_point .strategy_desc {
              max-width: 100%;
              padding: 5px 0px 0px 0px;
              position: relative;
              top: 0;
              left: 0; } }
  html body .section_approach {
    background: #3f6831;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 140px; }
  html body .section_cornerstone {
    color: #fff;
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    background-size: cover; }
  html body #section_value p.value_text {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      html body #section_value p.value_text {
        padding-left: 5%;
        padding-right: 5%; } }
  html body #section_value div.value_graphic_container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
    html body #section_value div.value_graphic_container .value_graphic {
      display: inline-block;
      width: 23%;
      margin: 1%;
      float: left;
      min-width: 200px; }
      @media (max-width: 994px) {
        html body #section_value div.value_graphic_container .value_graphic {
          min-width: 167px; } }
      html body #section_value div.value_graphic_container .value_graphic img {
        max-width: 100%; }
      html body #section_value div.value_graphic_container .value_graphic div.value_lines p.value_line {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        padding: 0; }
      html body #section_value div.value_graphic_container .value_graphic div.value_lines p.value_line1 {
        font-weight: bold; }
    @media (max-width: 994px) {
      html body #section_value div.value_graphic_container .value_graphic {
        display: block;
        text-align: center;
        position: relative;
        width: 85%;
        margin: 10px auto;
        float: none;
        clear: both; }
        html body #section_value div.value_graphic_container .value_graphic img {
          width: 45%;
          float: left; }
        html body #section_value div.value_graphic_container .value_graphic div.value_lines {
          margin-top: 0;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 75%;
          transform: translate(-50%, -50%); }
      html body #section_value div.value_graphic_container .value_chart {
        float: none;
        margin-left: -25%; } }
    @media (max-width: 672px) {
      html body #section_value div.value_graphic_container .value_graphic, html body #section_value div.value_graphic_container .value_chart {
        position: relative;
        margin-top: 50px;
        max-width: 267px; }
        html body #section_value div.value_graphic_container .value_graphic img, html body #section_value div.value_graphic_container .value_chart img {
          width: 100%;
          clear: both; }
        html body #section_value div.value_graphic_container .value_graphic div.value_lines, html body #section_value div.value_graphic_container .value_chart div.value_lines {
          clear: both;
          width: 100%;
          top: 0%;
          left: 0%;
          position: relative;
          transform: translate(0%, 0%); }
      html body #section_value div.value_graphic_container .value_chart {
        margin-left: 0; } }
  html body #section_value p.value_source {
    color: #939598;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-align: center; }
  html body #section_value .pie-graph-big-circle {
    fill: #eceded; }
  html body #section_cost {
    background: #84ad60;
    color: #FFF;
    margin-bottom: 90px; }
    html body #section_cost .button_chevron_circle {
      display: block;
      height: 78px;
      width: 78px;
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      border: 5px solid white;
      position: relative;
      transition: all 0.5s; }
      html body #section_cost .button_chevron_circle:after {
        content: '';
        display: block;
        width: 23px;
        height: 23px;
        position: absolute;
        left: 15px;
        top: 20px;
        border-top: 5px solid white;
        border-right: 5px solid white;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      html body #section_cost .button_chevron_circle:hover {
        transform: scale(1.05);
        opacity: 0.6; }
      html body #section_cost .button_chevron_circle i {
        display: none; }
    html body #section_cost h5 {
      font-size: 18px;
      font-weight: 300;
      margin-top: 20px; }
  html body #section_testimonials {
    text-align: left;
    background-image: url(../images/bg_typing.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    color: white;
    padding-bottom: 90px;
    padding-top: 130px; }
    @media (max-width: 768px) {
      html body #section_testimonials {
        padding-top: 60px; } }
    html body #section_testimonials h2 {
      margin: 90px 0px 25px;
      text-align: left; }
    html body #section_testimonials .container_testimonials {
      width: 100%;
      margin: 0; }
    html body #section_testimonials .testimonials_title {
      width: 100%;
      padding-right: calc( 50% - 540px);
      padding-left: calc( 50% - 540px); }
      @media (max-width: 1200px) {
        html body #section_testimonials .testimonials_title {
          width: 100%;
          padding-right: calc( 50% - 400px);
          padding-left: calc( 50% - 400px); } }
      html body #section_testimonials .testimonials_title h2 {
        padding-left: 0px; }
        @media (max-width: 1200px) {
          html body #section_testimonials .testimonials_title h2 {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px; } }
        @media (max-width: 768px) {
          html body #section_testimonials .testimonials_title h2 {
            margin-top: 0; } }
    html body #section_testimonials ul.testimonials {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
      margin: 0; }
      html body #section_testimonials ul.testimonials li.testimonial {
        width: 100%;
        padding-right: calc( 50% - 540px);
        padding-left: calc( 50% - 540px);
        padding-bottom: 150px; }
        @media (max-width: 1200px) {
          html body #section_testimonials ul.testimonials li.testimonial {
            width: 100%;
            padding-right: calc( 50% - 400px);
            padding-left: calc( 50% - 400px); } }
        @media (max-width: 768px) {
          html body #section_testimonials ul.testimonials li.testimonial {
            padding-bottom: 30px; } }
        @media (max-width: 1200px) {
          html body #section_testimonials ul.testimonials li.testimonial p {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px; } }
        html body #section_testimonials ul.testimonials li.testimonial p.testimonial {
          font-size: 24px;
          line-height: 34px;
          font-style: italic;
          font-weight: 400; }
          @media (max-width: 768px) {
            html body #section_testimonials ul.testimonials li.testimonial p.testimonial {
              font-size: 20px;
              line-height: 28px; } }
        html body #section_testimonials ul.testimonials li.testimonial p.testimonial_name {
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          margin-bottom: 0; }
        html body #section_testimonials ul.testimonials li.testimonial p.testimonial_info_line1,
        html body #section_testimonials ul.testimonials li.testimonial p.testimonial_info_line2 {
          font-size: 18px;
          line-height: 22px;
          font-weight: 300;
          margin-bottom: 0; }
  html body #section_testimonials .flickity-prev-next-button {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 120px;
    background-color: rgba(255, 255, 255, 0); }
    html body #section_testimonials .flickity-prev-next-button svg {
      display: none; }
    html body #section_testimonials .flickity-prev-next-button:after {
      content: '';
      display: block;
      width: 23px;
      height: 23px;
      position: absolute;
      right: 20px;
      border-top: 5px solid white;
      border-right: 5px solid white;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    html body #section_testimonials .flickity-prev-next-button:hover {
      background-color: rgba(255, 255, 255, 0); }
    @media (max-width: 994px) {
      html body #section_testimonials .flickity-prev-next-button {
        display: none; } }
  html body #section_testimonials .flickity-prev-next-button.previous {
    left: 10px; }
    html body #section_testimonials .flickity-prev-next-button.previous:after {
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(-135deg); }
  html body #section_testimonials .flickity-page-dots {
    margin: 0 auto;
    padding: 0; }
    html body #section_testimonials .flickity-page-dots .dot {
      background: #FFF;
      height: 1em;
      width: 1em;
      margin: 0 3px .5em; }
  html body #section_insights a.border_button {
    display: inline-block;
    margin: 10px;
    margin-top: 30px;
    padding: 15px 35px;
    border: 2px solid #b6bbc0;
    background-color: #e7e9ea;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #58595b;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase; }
    html body #section_insights a.border_button:hover {
      opacity: 0.8; }
  html body #section_work_with {
    background-color: #849a7f;
    color: white; }
    html body #section_work_with a.border_button {
      border: 2px solid white;
      background-color: #788b73;
      color: white; }
  html body #section_advisors_place .section_half_left {
    padding-top: 220px;
    color: white;
    position: relative; }
    @media (max-width: 994px) {
      html body #section_advisors_place .section_half_left {
        padding-top: 100px; } }
    html body #section_advisors_place .section_half_left a.link_text {
      color: white;
      font-size: 32px;
      line-height: 36px;
      font-weight: 300;
      text-align: center; }
      html body #section_advisors_place .section_half_left a.link_text p {
        margin-top: 20px; }
  html body #section_advisors_place .section_half_right {
    padding: 90px 30px 10px 40px; }
    @media (max-width: 994px) {
      html body #section_advisors_place .section_half_right {
        min-height: auto; } }
    @media (max-width: 768px) {
      html body #section_advisors_place .section_half_right {
        padding-bottom: 50px; } }
    @media (max-width: 768px) {
      html body #section_advisors_place .section_half_right {
        padding-bottom: 50px; } }
    @media (max-width: 585px) {
      html body #section_advisors_place .section_half_right img {
        padding-bottom: 20px; }
        html body #section_advisors_place .section_half_right img:nth-child(2) {
          margin-left: -14px; } }
  html body #section_advisors_table {
    background-size: cover;
    background-repeat: none;
    color: white;
    position: relative;
    margin-bottom: 250px; }
    html body #section_advisors_table .section_container {
      position: relative;
      top: 219px;
      left: 5px; }
      @media (max-width: 768px) {
        html body #section_advisors_table .section_container {
          left: 0; } }
    html body #section_advisors_table .table_tile_container {
      max-width: 1140px;
      margin: 70px auto; }
      html body #section_advisors_table .table_tile_container .table_tile {
        height: 217px;
        width: 33%;
        border: 2px solid white;
        background-size: 100% 100%;
        background-position: 50% 50%;
        background-position-x: 50%;
        background-position-y: 50%;
        float: left;
        text-align: center;
        position: relative;
        transition: all 1s; }
        @media (max-width: 768px) {
          html body #section_advisors_table .table_tile_container .table_tile {
            width: 100%; } }
        html body #section_advisors_table .table_tile_container .table_tile:hover {
          opacity: 0.8;
          background-size: 110% 110%; }
        html body #section_advisors_table .table_tile_container .table_tile a {
          margin-left: 10px;
          float: left;
          color: white;
          font-size: 21px;
          line-height: 24px;
          font-weight: 100;
          position: absolute;
          bottom: 30px;
          text-align: left;
          width: 60%;
          left: 20%;
          text-transform: capitalize; }
          html body #section_advisors_table .table_tile_container .table_tile a:before {
            margin-top: 10px; }
          @media (max-width: 768px) {
            html body #section_advisors_table .table_tile_container .table_tile a {
              left: 60px;
              line-height: 42px; } }
  html body #section_advisors_waiting {
    background-color: #003c6a;
    color: #FFF; }
  html body #section_advisor_testimonials {
    margin-bottom: 3px; }
    html body #section_advisor_testimonials .section_twoThirds {
      padding: 0px 5% 30px 5%;
      background-position: 100% 50%;
      background-position-x: 100%;
      background-position-y: 50%; }
      html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials {
        padding-top: 100px;
        color: #FFF;
        width: 50%;
        max-width: 560px;
        margin-left: 50px; }
        @media (max-width: 768px) {
          html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials {
            width: 80%;
            padding-top: 170px;
            margin: 0px 10%;
            text-align: center; } }
        @media (max-width: 480px) {
          html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials {
            width: 90%;
            padding-top: 120px;
            margin: 0 auto; } }
        html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials p {
          margin-bottom: 0; }
        html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial_paragraph_container {
          position: relative; }
          html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial_paragraph_container:before {
            content: ' ';
            display: block;
            width: 98px;
            height: 89px;
            position: absolute;
            left: -30px;
            top: -60px;
            background-image: url(../images/quotes_2.png); }
            @media (max-width: 768px) {
              html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial_paragraph_container:before {
                left: 0px; } }
        html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial {
          font-size: 18px;
          line-height: 28px;
          font-style: italic;
          position: relative; }
          @media (max-width: 768px) {
            html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial {
              width: 100%;
              text-align: center; } }
        html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial_name {
          margin-top: 20px;
          font-size: 18px;
          line-height: 28px; }
          @media (max-width: 768px) {
            html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial_name {
              width: 100%;
              text-align: center; } }
        html body #section_advisor_testimonials .section_twoThirds .advisor_testimonials .advisor_testimonial_link {
          margin-top: 20px;
          margin-left: 40px; }
    html body #section_advisor_testimonials .advisor_thumb {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-position-x: 50%;
      background-position-y: 50%;
      width: 100%;
      height: calc(553px / 3);
      margin-bottom: 6px; }
      html body #section_advisor_testimonials .advisor_thumb:last-child {
        margin-bottom: 0; }
    html body #section_advisor_testimonials .advisor_thumb {
      opacity: 1; }
    html body #section_advisor_testimonials .advisor_selected {
      opacity: 1; }
    html body #section_advisor_testimonials .advisor_testimonial:before {
      content: '\201C'; }
    html body #section_advisor_testimonials .advisor_testimonial:after {
      content: '\201D'; }
  html body #section_advisors_insights {
    margin-top: 30px;
    margin-bottom: 30px; }
    html body #section_advisors_insights h2 {
      margin-bottom: 50px; }
    html body #section_advisors_insights a.arrow_link {
      color: #58595b; }
      html body #section_advisors_insights a.arrow_link:before {
        color: #58595b;
        background-image: url(../images/arrow_grey.png); }
  @media (max-width: 480px) {
    html body #section_advisors_talk .section_half {
      padding: 30px; } }
  html body #section_advisors_talk .section_half_left {
    padding-top: 160px;
    color: white;
    background-color: #003c58; }
    html body #section_advisors_talk .section_half_left a.border_button {
      background-color: #175a8a; }
    @media (max-width: 1140px) {
      html body #section_advisors_talk .section_half_left {
        min-height: 620px;
        padding: 90px 60px; } }
    @media (max-width: 994px) {
      html body #section_advisors_talk .section_half_left {
        min-height: auto;
        padding-top: 90px; } }
    @media (max-width: 480px) {
      html body #section_advisors_talk .section_half_left {
        padding: 30px; } }
  html body #section_advisors_talk .section_half_right {
    padding: 10px;
    color: white;
    position: relative; }
    html body #section_advisors_talk .section_half_right .caption {
      position: absolute;
      bottom: 15px;
      left: 20px;
      font-size: 17px;
      line-height: 24px;
      font-weight: 300; }
    @media (max-width: 1140px) {
      html body #section_advisors_talk .section_half_right {
        min-height: 620px; } }
    @media (max-width: 768px) {
      html body #section_advisors_talk .section_half_right {
        min-height: 600px; } }
    @media (max-width: 480px) {
      html body #section_advisors_talk .section_half_right {
        min-height: 400px; } }
  html body .advisors_contact_icon_container {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 40px;
    border: 1px solid #FFF; }
    @media (max-width: 480px) {
      html body .advisors_contact_icon_container {
        right: 15px;
        bottom: 15px; } }
    html body .advisors_contact_icon_container a {
      color: #FFF;
      float: left;
      display: inline-block;
      border-right: 1px solid #FFF;
      line-height: 38px;
      width: 38px;
      height: 38px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0);
      transition: all 0.3s; }
      html body .advisors_contact_icon_container a:last-child {
        border-right: 0px solid transparent; }
      html body .advisors_contact_icon_container a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      html body .advisors_contact_icon_container a i {
        font-size: 22px;
        line-height: 38px; }
  html body #section_advisors_john .section_half, html body #section_advisors_bill .section_half {
    position: relative;
    min-height: 620px; }
    html body #section_advisors_john .section_half h2, html body #section_advisors_bill .section_half h2 {
      text-align: left; }
    html body #section_advisors_john .section_half .section_half_content, html body #section_advisors_bill .section_half .section_half_content {
      padding: 0;
      margin: 0 auto;
      text-align: left; }
      html body #section_advisors_john .section_half .section_half_content h3, html body #section_advisors_bill .section_half .section_half_content h3 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding-right: 10px;
        font-size: 32px;
        font-weight: 300; }
      html body #section_advisors_john .section_half .section_half_content h4, html body #section_advisors_bill .section_half .section_half_content h4 {
        margin-top: 5px;
        margin-bottom: 25px;
        padding-right: 10px;
        color: #6d6e71;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px; }
      html body #section_advisors_john .section_half .section_half_content p, html body #section_advisors_bill .section_half .section_half_content p {
        font-size: 17px; }
    @media (max-width: 1239px) {
      html body #section_advisors_john .section_half, html body #section_advisors_bill .section_half {
        min-height: 750px;
        padding: 30px; } }
    @media (max-width: 994px) {
      html body #section_advisors_john .section_half, html body #section_advisors_bill .section_half {
        width: 100%; } }
    @media (max-width: 480px) {
      html body #section_advisors_john .section_half, html body #section_advisors_bill .section_half {
        padding: 30px; } }
  html body #section_advisors_john .section_half_left, html body #section_advisors_bill .section_half_left {
    padding: 0; }
    @media (max-width: 994px) {
      html body #section_advisors_john .section_half_left, html body #section_advisors_bill .section_half_left {
        min-height: 300px; } }
  html body #section_advisors_john .section_half_right, html body #section_advisors_bill .section_half_right {
    padding: 60px; }
    @media (max-width: 1123px) {
      html body #section_advisors_john .section_half_right, html body #section_advisors_bill .section_half_right {
        padding: 30px; } }
    @media (max-width: 994px) {
      html body #section_advisors_john .section_half_right, html body #section_advisors_bill .section_half_right {
        width: 100%;
        padding: 30px 30px;
        min-height: auto; } }
  html body #section_advisors_bill .section_half_right {
    min-height: 620px; }
    @media (max-width: 994px) {
      html body #section_advisors_bill .section_half_right {
        min-height: 300px; } }
  html body #section_advisors_bill .section_half_left {
    padding: 60px; }
    @media (max-width: 1123px) {
      html body #section_advisors_bill .section_half_left {
        padding: 30px;
        min-height: auto; } }
    @media (max-width: 994px) {
      html body #section_advisors_bill .section_half_left {
        width: 100%;
        padding: 30px 30px;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 90px; } }
    @media (max-width: 994px) {
      html body #section_advisors_bill .section_half_left {
        min-height: auto; } }
    @media (max-width: 480px) {
      html body #section_advisors_bill .section_half_left {
        padding: 30px; } }
  html body #section_advisors_bill .advisors_contact_icon_container {
    left: 30px;
    right: auto; }
    @media (max-width: 480px) {
      html body #section_advisors_bill .advisors_contact_icon_container {
        left: 15px; } }
  @media (max-width: 480px) {
    html body #section_ebook_invest .section_half {
      padding: 30px; } }
  html body #section_ebook_invest .section_half_left {
    padding-top: 160px;
    color: white;
    background-color: #3f6831; }
    html body #section_ebook_invest .section_half_left a.border_button {
      background-color: #fff; }
    @media (max-width: 1140px) {
      html body #section_ebook_invest .section_half_left {
        min-height: 620px;
        padding: 90px 60px; } }
    @media (max-width: 994px) {
      html body #section_ebook_invest .section_half_left {
        min-height: auto;
        padding-top: 90px; } }
    @media (max-width: 480px) {
      html body #section_ebook_invest .section_half_left {
        padding: 30px; } }
  html body #section_ebook_invest .section_half_right {
    padding: 10px;
    color: white;
    position: relative; }
    @media (max-width: 1140px) {
      html body #section_ebook_invest .section_half_right {
        min-height: 620px; } }
    @media (max-width: 768px) {
      html body #section_ebook_invest .section_half_right {
        min-height: 600px; } }
    @media (max-width: 480px) {
      html body #section_ebook_invest .section_half_right {
        min-height: 400px; } }
  html body #section_advisors_bios .advisor_our_team_image {
    width: 25% !important; }
  html body #section_advisors_bios .advisor_our_team_image {
    min-height: 500px !important;
    position: relative; }
  html body #section_advisors_bios .our_team_img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(63, 104, 49, 0.66);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s; }
  html body #section_advisors_bios .advisor_our_team_image:hover .our_team_img__description {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%; }
  @media (max-width: 994px) {
    html body #section_advisors_bios .advisor_our_team_image {
      width: 100% !important; } }
  html body #section_join_common {
    padding: 60px 30px;
    padding-bottom: 50px; }
    html body #section_join_common .section_container {
      padding: 0px 20px; }
  html body #section_join_milestones {
    background-color: #51527e;
    color: #FFF; }
    html body #section_join_milestones .section_container {
      max-width: 100%;
      margin: 0;
      padding: 0; }
    html body #section_join_milestones div.milestones_image_container {
      background-image: url(../images/time_line.png);
      -webkit-background-size: contain;
      background-size: contain;
      position: relative;
      margin: 0 auto;
      height: 140px;
      background-repeat: no-repeat;
      bottom: 0px;
      max-width: 1200px;
      min-width: 1200px;
      z-index: 20;
      margin-top: 70px;
      text-align: left; }
      @media (max-width: 1200px) {
        html body #section_join_milestones div.milestones_image_container {
          max-width: 800px;
          min-width: 800px; } }
      @media (max-width: 768px) {
        html body #section_join_milestones div.milestones_image_container {
          height: auto;
          background-image: none;
          width: auto;
          max-width: auto;
          min-width: auto; } }
      html body #section_join_milestones div.milestones_image_container ul {
        display: inline-block;
        width: 1200px;
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
        padding-left: 212px; }
        @media (max-width: 768px) {
          html body #section_join_milestones div.milestones_image_container ul {
            display: block;
            width: auto;
            padding-left: 40px; } }
        @media (max-width: 1200px) {
          html body #section_join_milestones div.milestones_image_container ul {
            margin-left: 0px;
            padding-left: 142px; } }
        @media (max-width: 768px) {
          html body #section_join_milestones div.milestones_image_container ul {
            padding: 50px;
            padding-top: 0; } }
        html body #section_join_milestones div.milestones_image_container ul li {
          display: inline-block;
          position: relative;
          height: 30px;
          width: 30px;
          margin-right: 2.75px;
          margin-top: 43px;
          border-radius: 50%;
          border: 1px solid white;
          background-color: #dbba01;
          z-index: 30;
          opacity: 0; }
          .ie html body #section_join_milestones div.milestones_image_container ul li {
            margin-right: 4.35px; }
          html body #section_join_milestones div.milestones_image_container ul li:hover {
            visibility: visible; }
          @media (max-width: 1200px) {
            html body #section_join_milestones div.milestones_image_container ul li {
              opacity: 1;
              margin-top: 30px;
              height: 19px;
              width: 19px;
              margin-right: 1.35px; } }
          @media (max-width: 768px) {
            html body #section_join_milestones div.milestones_image_container ul li {
              display: block;
              width: auto;
              height: auto;
              border-radius: 50%;
              border: 0px solid transparent;
              background-color: transparent;
              margin-top: 10px; } }
          html body #section_join_milestones div.milestones_image_container ul li div {
            opacity: 0;
            position: absolute;
            background-color: #8f8ead;
            border: 2px solid white;
            display: block;
            width: 200px;
            transition: all 0.7s;
            border-radius: 6px;
            padding: 10px;
            bottom: 0px;
            z-index: 50; }
            @media (max-width: 768px) {
              html body #section_join_milestones div.milestones_image_container ul li div {
                opacity: 1;
                width: 100%;
                max-width: auto;
                min-width: auto;
                position: relative;
                display: inline-block;
                background-color: transparent;
                border: 0px solid transparent; } }
          html body #section_join_milestones div.milestones_image_container ul li div.milestone_year {
            display: none; }
            @media (max-width: 768px) {
              html body #section_join_milestones div.milestones_image_container ul li div.milestone_year {
                display: inline-block;
                font-weight: 600;
                font-size: 20px; } }
          html body #section_join_milestones div.milestones_image_container ul li div.tooltip_contents {
            display: inline-block; }
            @media (max-width: 768px) {
              html body #section_join_milestones div.milestones_image_container ul li div.tooltip_contents {
                margin-left: 20px;
                margin-top: 0;
                padding-top: 0; }
                html body #section_join_milestones div.milestones_image_container ul li div.tooltip_contents p:before {
                  content: ''; } }
          html body #section_join_milestones div.milestones_image_container ul li:hover {
            opacity: 1; }
            html body #section_join_milestones div.milestones_image_container ul li:hover:after {
              content: '';
              display: block;
              width: 200px;
              height: 200px;
              border-radius: 50%;
              background-color: rgba(0, 0, 0, 0.1);
              z-index: -10;
              position: absolute;
              top: -85px;
              left: -85px; }
              @media (max-width: 1200px) {
                html body #section_join_milestones div.milestones_image_container ul li:hover:after {
                  width: 120px;
                  height: 120px;
                  top: -52px;
                  left: -52px; } }
              @media (max-width: 768px) {
                html body #section_join_milestones div.milestones_image_container ul li:hover:after {
                  display: none; } }
            html body #section_join_milestones div.milestones_image_container ul li:hover div {
              opacity: 1;
              bottom: 90px; }
              @media (max-width: 768px) {
                html body #section_join_milestones div.milestones_image_container ul li:hover div {
                  bottom: 0px; } }
        html body #section_join_milestones div.milestones_image_container ul .show_milestone {
          opacity: 0; }
          html body #section_join_milestones div.milestones_image_container ul .show_milestone:hover {
            opacity: 1; }
        html body #section_join_milestones div.milestones_image_container ul .milestone_1996 {
          opacity: 1; }
          html body #section_join_milestones div.milestones_image_container ul .milestone_1996:hover {
            opacity: 1; }
            html body #section_join_milestones div.milestones_image_container ul .milestone_1996:hover:after {
              opacity: 1; }
            html body #section_join_milestones div.milestones_image_container ul .milestone_1996:hover div {
              left: -230px;
              opacity: 1; }
              @media (max-width: 768px) {
                html body #section_join_milestones div.milestones_image_container ul .milestone_1996:hover div {
                  left: 0; } }
  html body #section_join_company .join_company_image {
    padding-left: 5%;
    padding-top: 50px; }
  html body #section_join_number .section_halves_container {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (min-width: 768px) and (max-width: 994px) {
      html body #section_join_number .section_halves_container .section_half {
        width: 50%;
        min-height: 650px; } }
    html body #section_join_number .section_halves_container .section_half_left {
      padding: 10px;
      color: white;
      position: relative;
      display: block;
      height: 100%; }
      html body #section_join_number .section_halves_container .section_half_left .caption {
        width: auto;
        position: absolute;
        bottom: 20px;
        right: 25px;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300; }
      @media (max-width: 768px) {
        html body #section_join_number .section_halves_container .section_half_left {
          display: none; } }
    html body #section_join_number .section_halves_container .section_half_right {
      position: relative;
      background-color: rgba(83, 97, 79, 0.8); }
      html body #section_join_number .section_halves_container .section_half_right .section_half_content {
        margin-top: 10%;
        color: white; }
  html body #section_join_culture .section_halves_container {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white; }
    @media (min-width: 768px) and (max-width: 994px) {
      html body #section_join_culture .section_halves_container .section_half {
        width: 50%;
        min-height: 650px; } }
    html body #section_join_culture .section_halves_container .section_half_left {
      background-color: rgba(142, 167, 136, 0.8);
      position: relative; }
      html body #section_join_culture .section_halves_container .section_half_left .section_half_content {
        margin-top: 15%; }
        html body #section_join_culture .section_halves_container .section_half_left .section_half_content a.arrow_link {
          margin-top: 40px; }
    html body #section_join_culture .section_halves_container .section_half_right {
      position: relative;
      padding: 10px; }
      html body #section_join_culture .section_halves_container .section_half_right .caption {
        color: #006231;
        width: 80%;
        position: absolute;
        bottom: 20px;
        left: 25px;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300; }
      @media (max-width: 768px) {
        html body #section_join_culture .section_halves_container .section_half_right {
          display: none; } }
  html body #section_people_testimonials {
    margin-bottom: 3px; }
    html body #section_people_testimonials h2 {
      text-align: left;
      padding: 0; }
    @media (max-width: 768px) {
      html body #section_people_testimonials .section_twoThirds:before {
        background-position: 75%; } }
    html body #section_people_testimonials .section_twoThirds .person_testimonials {
      padding-top: 60px;
      width: 50%;
      max-width: 370px; }
      html body #section_people_testimonials .section_twoThirds .person_testimonials p {
        margin-bottom: 0; }
      html body #section_people_testimonials .section_twoThirds .person_testimonials .person_testimonial {
        font-size: 18px;
        line-height: 28px;
        font-style: italic; }
      html body #section_people_testimonials .section_twoThirds .person_testimonials .person_testimonial_name {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px; }
      @media (max-width: 1280px) {
        html body #section_people_testimonials .section_twoThirds .person_testimonials {
          padding-top: 50px; } }
      @media (max-width: 994px) {
        html body #section_people_testimonials .section_twoThirds .person_testimonials {
          padding-top: 50px; } }
    html body #section_people_testimonials .person_thumb {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      width: 100%;
      height: calc(553px / 3);
      margin-bottom: 6px;
      max-height: 1220px/3; }
      html body #section_people_testimonials .person_thumb:last-child {
        margin-bottom: 0; }
    html body #section_people_testimonials .arrow_togglers {
      margin-top: 10px;
      margin-bottom: 60px; }
      html body #section_people_testimonials .arrow_togglers:before {
        color: #58595b; }
    html body #section_people_testimonials a.arrow_prev:before {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    html body #section_people_testimonials .person_testimonials[data-selected-person="1"] {
      color: white; }
    html body #section_people_testimonials .person_testimonials[data-selected-person="2"] {
      color: #fff; }
      @media (max-width: 768px) {
        html body #section_people_testimonials .person_testimonials[data-selected-person="2"] {
          color: white; } }
      html body #section_people_testimonials .person_testimonials[data-selected-person="2"] a.arrow_link:before {
        background-image: url(../images/arrow_gray.png); }
      @media (max-width: 768px) {
        html body #section_people_testimonials .person_testimonials[data-selected-person="2"] a.arrow_link:before {
          background-image: url(../images/arrow.png); } }
    html body #section_people_testimonials .person_testimonials[data-selected-person="3"] {
      color: #fff; }
      @media (max-width: 768px) {
        html body #section_people_testimonials .person_testimonials[data-selected-person="3"] {
          color: white; } }
      html body #section_people_testimonials .person_testimonials[data-selected-person="3"] a.arrow_link:before {
        background-image: url(../images/arrow_gray.png); }
      @media (max-width: 768px) {
        html body #section_people_testimonials .person_testimonials[data-selected-person="3"] a.arrow_link:before {
          background-image: url(../images/arrow.png); } }
    html body #section_people_testimonials .person_testimonials[data-selected-person="4"] {
      color: #fff; }
      @media (max-width: 768px) {
        html body #section_people_testimonials .person_testimonials[data-selected-person="4"] {
          color: white; } }
      html body #section_people_testimonials .person_testimonials[data-selected-person="4"] a.arrow_link:before {
        background-image: url(../images/arrow_gray.png); }
      @media (max-width: 768px) {
        html body #section_people_testimonials .person_testimonials[data-selected-person="4"] a.arrow_link:before {
          background-image: url(../images/arrow.png); } }
    html body #section_people_testimonials .person_testimonials[data-selected-person="4"] a.arrow_link:before {
      background-image: url(../images/arrow_gray.png); }
    @media (max-width: 768px) {
      html body #section_people_testimonials .person_testimonials[data-selected-person="4"] a.arrow_link:before {
        background-image: url(../images/arrow.png); } }
    html body #section_people_testimonials .person_selected {
      display: none; }
    html body #section_people_testimonials .person_testimonial:before {
      content: '\201C'; }
    html body #section_people_testimonials .person_testimonial:after {
      content: '\201D'; }
  html body #section_join_postings {
    color: white;
    margin-bottom: 6px; }
    html body #section_join_postings a.border_button {
      border: 2px solid white;
      background-color: #8e8ead;
      color: white; }
  html body #section_join_training .section_halves_container {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white; }
    html body #section_join_training .section_halves_container .section_half_left {
      background-color: rgba(0, 0, 0, 0.6); }
      html body #section_join_training .section_halves_container .section_half_left .section_half_content {
        padding-top: 50px; }
        html body #section_join_training .section_halves_container .section_half_left .section_half_content a.arrow_link {
          margin-top: 40px; }
        @media (max-width: 994px) {
          html body #section_join_training .section_halves_container .section_half_left .section_half_content {
            text-align: left;
            padding-top: 320px;
            min-height: 700px; }
            html body #section_join_training .section_halves_container .section_half_left .section_half_content h2 {
              text-align: left; } }
        @media (max-width: 994px) {
          html body #section_join_training .section_halves_container .section_half_left .section_half_content {
            text-align: left;
            padding-top: 100px;
            min-height: 500px; }
            html body #section_join_training .section_halves_container .section_half_left .section_half_content h2 {
              text-align: left; } }
    html body #section_join_training .section_halves_container .section_half_right {
      position: relative;
      padding: 10px; }
      html body #section_join_training .section_halves_container .section_half_right .caption {
        width: 80%;
        position: absolute;
        bottom: 20px;
        left: 25px;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300; }
      @media (max-width: 994px) {
        html body #section_join_training .section_halves_container .section_half_right {
          display: none; } }
  html body #section_join_community .section_container {
    text-align: center; }
  html body #section_join_community .community_tiles_container {
    width: 960px;
    display: inline-block;
    margin: 20px auto;
    text-align: center; }
    @media (max-width: 994px) {
      html body #section_join_community .community_tiles_container {
        width: 90%; } }
    html body #section_join_community .community_tiles_container .community_tile {
      display: inline-block;
      width: 319px;
      height: 319px;
      float: left; }
      html body #section_join_community .community_tiles_container .community_tile img {
        max-width: 100%; }
      @media (max-width: 994px) {
        html body #section_join_community .community_tiles_container .community_tile {
          width: 50%;
          height: auto; } }
    html body #section_join_community .community_tiles_container .community_sub_tile {
      float: left;
      display: inline-block;
      overflow: hidden; }
    html body #section_join_community .community_tiles_container .community_sub_tile_square {
      width: 159px;
      height: 159px; }
      @media (max-width: 994px) {
        html body #section_join_community .community_tiles_container .community_sub_tile_square {
          width: 48%;
          margin-left: 4px;
          float: left;
          height: auto; } }
    html body #section_join_community .community_tiles_container .community_sub_tile_wide {
      width: 317px;
      height: 160px;
      border-bottom: 4px solid white; }
      @media (max-width: 994px) {
        html body #section_join_community .community_tiles_container .community_sub_tile_wide {
          width: 100%;
          height: auto; } }
    html body #section_join_community .community_tiles_container .community_sub_tile_tall {
      width: 161px;
      height: 328px;
      float: left; }
      @media (max-width: 994px) {
        html body #section_join_community .community_tiles_container .community_sub_tile_tall {
          width: 49%;
          height: auto; } }
    html body #section_join_community .community_tiles_container .community_sub_tile_tall_maker {
      width: 158px;
      float: left; }
      @media (max-width: 994px) {
        html body #section_join_community .community_tiles_container .community_sub_tile_tall_maker {
          width: 49%;
          height: auto;
          margin-right: 4px; } }
      html body #section_join_community .community_tiles_container .community_sub_tile_tall_maker .community_sub_tile_square {
        width: 100%;
        height: 98%; }
        html body #section_join_community .community_tiles_container .community_sub_tile_tall_maker .community_sub_tile_square:first-child {
          margin-bottom: 4px; }
    @media (max-width: 480px) {
      html body #section_join_community .community_tiles_container {
        width: 100% !important; }
        html body #section_join_community .community_tiles_container .community_tile {
          width: 100% !important; } }
  html body #section_join_community .community_content {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 90px; }
    @media (max-width: 994px) {
      html body #section_join_community .community_content {
        width: 90%;
        margin: 0px auto; }
        html body #section_join_community .community_content img {
          width: 50%; } }
    html body #section_join_community .community_content .community_column {
      text-align: left;
      display: inline-block;
      width: 33%;
      padding: 0px 10px;
      float: left; }
      html body #section_join_community .community_content .community_column:first-child {
        text-align: center; }
        html body #section_join_community .community_content .community_column:first-child img {
          margin: 10px auto; }
      @media (max-width: 994px) {
        html body #section_join_community .community_content .community_column {
          margin: 15px auto;
          width: 100%; } }
  html body #section_join_opportunities {
    color: white;
    background-color: #003c58; }
    html body #section_join_opportunities a.border_button {
      background-color: #175a8a;
      color: white; }
  html body #section_join_csr {
    background-color: #849a7f;
    color: white; }
    html body #section_join_csr h2 {
      margin-bottom: 50px; }
    html body #section_join_csr .section_oneThird {
      float: left;
      width: 33%;
      margin-left: 10%; }
      @media (max-width: 768px) {
        html body #section_join_csr .section_oneThird {
          width: 100%;
          margin-left: 0;
          text-align: center;
          margin-bottom: 40px; }
          html body #section_join_csr .section_oneThird img {
            width: 100%; } }
    html body #section_join_csr .section_twoThirds {
      float: left;
      padding-left: 40px;
      margin-top: 20px;
      width: 55%; }
      @media (max-width: 768px) {
        html body #section_join_csr .section_twoThirds {
          width: 100%;
          text-align: center;
          padding-left: 0;
          margin-top: 0; } }
      html body #section_join_csr .section_twoThirds p {
        text-align: left;
        font-size: 17px;
        line-height: 24px; }
        @media (max-width: 768px) {
          html body #section_join_csr .section_twoThirds p {
            max-width: 100% !important;
            margin: 0px;
            padding-left: 10px; } }
    html body #section_join_csr .arrow_link {
      display: block;
      font-weight: 400;
      text-align: left;
      position: relative;
      left: 70px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        html body #section_join_csr .arrow_link {
          left: 10px; } }
      html body #section_join_csr .arrow_link:before {
        right: -55px; }
  html body #section_join_connect .section_container {
    text-align: center; }
  html body #section_join_connect .connect_tout {
    display: inline-block;
    width: 30%;
    max-width: 240px;
    float: left;
    margin: 50px 1.5%;
    text-align: center; }
    html body #section_join_connect .connect_tout img {
      margin: 0 auto; }
    @media (max-width: 768px) {
      html body #section_join_connect .connect_tout {
        width: 100%;
        max-width: 100%; } }
    html body #section_join_connect .connect_tout p {
      text-transform: uppercase;
      margin: 10px auto;
      margin-bottom: 20px;
      max-width: 120px;
      text-align: center; }
    html body #section_join_connect .connect_tout a.border_button {
      width: 100%;
      border: 2px solid #b6bbc0;
      background-color: #e7e9ea;
      -webkit-transition: opacity 500ms ease;
      -ms-transition: opacity 500ms ease;
      transition: opacity 500ms ease;
      color: #58595b;
      font-size: 17px;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      padding: 15px 20px;
      margin: 0;
      width: 240px; }
  @media print {
    html body .ipc-report-portlet {
      page-break-before: always;
      page-break-after: always; } }
  html body .insight-share-area {
    margin: 102px auto 0 auto; }
  html body .insight-share-area .title {
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20.39px;
    width: 50px;
    margin-left: 47%; }
  html body .insight-fullblog-content-main-theme #insight-blog-title {
    color: #011530;
    font-size: 31px;
    font-weight: 500;
    line-height: 46px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto; }
  html body .insight-fullblog-content-main-theme .insight-fullblog-content-display {
    font-size: 18px;
    line-height: 30px;
    color: #797979;
    margin-left: auto;
    margin-right: auto; }
  html body html .insight-fullblog-content-main-theme a, html body #insight-fullblog-content-date a {
    color: #76be43; }
  html body .insight-fullblog-content-main-theme #insight-fullblog-content-description {
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    color: #797979; }
  html body .insight-fullblog-content-main-theme .insight-back-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    color: #76be43;
    width: 68px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
    padding-top: 0px; }
  html body .insight-share-area .title {
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20.39px;
    width: 50px;
    margin-left: 47%; }
  html body .insight-fullblog-content-main-theme #insight-leftcat-row {
    height: 2px;
    background-color: #676767;
    margin-top: 58px;
    border: hidden; }
  html body .insight-fullblog-content-main-theme #insight-left-fullblog-taglist div {
    color: #404040;
    font-size: 14px;
    line-height: 23px; }
  html body .insight-fullblog-content-main-theme #insight-fullblog-content-image .insight-fullblog-content-image {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 620px; }
  html body html body .insight-share-area .twitter {
    margin-bottom: 18px; }
  html body .insight-share-area .twitter {
    background-image: url("../images/twitter icon.png");
    background-repeat: no-repeat;
    margin-left: 49%;
    margin-bottom: 18px;
    margin-right: auto;
    width: 40px;
    height: 40px; }
  html body .insight-share-area .facebook {
    background-image: url("../images/facebook icon.png");
    background-repeat: no-repeat;
    margin-left: 49%;
    margin-right: auto;
    width: 40px;
    height: 40px;
    margin-bottom: 20.39px; }
  html body .insight-share-area .linkedin {
    background-image: url("../images/linkedin icon.png");
    background-repeat: no-repeat;
    margin-left: 49.5%;
    margin-right: auto;
    width: 40px;
    height: 40px;
    margin-bottom: 20.39px; }
  html body html body .insight-fullblog-content-main-theme #insight-fullblog-content-description span, html body html body .insight-fullblog-content-main-theme #insight-fullblog-content-description strong {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    color: #797979 !important; }
  @media (min-width: 767px) {
    html body .insight-share-area {
      margin-top: 50px; } }
  html body .IPCC-public-blog-layouts #column-2 {
    background-color: #fff; }
  html body .IPCC-public-blog-layouts #column-3 .portlet-body {
    margin-bottom: 50px; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body aside div.aside_title {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 24px;
      padding-bottom: 15px;
      padding-left: 20px;
      border-bottom: 5px solid #c6d3c2; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body aside div.aside_content {
      margin-top: 20px;
      padding-left: 20px; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body .accordion {
      margin-bottom: 0; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body .accordion-heading {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 24px;
      padding-bottom: 6px;
      border-bottom: 5px solid #c6d3c2; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body .accordion-inner {
      padding-bottom: 0; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body .accordion-group {
      border: 0px solid transparent; }
    html body .IPCC-public-blog-layouts #column-3 .portlet-body .tree-view ul {
      list-style-image: none !important;
      list-style: disc !important;
      list-style-position: inside !important;
      margin-left: 0;
      padding-left: 0; }
      html body .IPCC-public-blog-layouts #column-3 .portlet-body .tree-view ul li {
        padding-left: 0;
        list-style-type: disc;
        margin: 10px 0px;
        font-size: 1.2em; }
        html body .IPCC-public-blog-layouts #column-3 .portlet-body .tree-view ul li * {
          margin-left: 0;
          padding-left: 0; }
  html body .tag-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0; }
    html body .tag-list li {
      display: inline-block; }
      html body .tag-list li a {
        padding: 5px 0px;
        line-height: 24px;
        color: black;
        font-size: 18px;
        position: relative;
        padding-left: 18px; }
        html body .tag-list li a:before {
          position: absolute;
          content: '#';
          left: 5px; }
  html body h2.taglib-categorization-filter {
    margin-bottom: 40px; }
  html body .portlet-blogs span.asset-entry {
    color: white;
    background-color: #8ea788;
    border-radius: 0px;
    font-style: normal;
    padding: 10px;
    padding-left: 15px; }
  html body .portlet-blogs .navbar {
    display: none; }
  html body .portlet-blogs .subscribe {
    display: none; }
  html body .portlet-blogs .entry-author {
    display: none; }
  html body .portlet-blogs .stats {
    display: none; }
  html body .entry-content .entry-title, html body .entry-content .entry-header {
    display: none; }
  html body .entry-content h2 {
    text-align: left;
    text-transform: none;
    padding-left: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 28px; }
  html body .entry-body {
    color: #58595b;
    margin-top: 20px;
    margin-bottom: 80px; }
    html body .entry-body img {
      margin: 15px; }
    html body .entry-body h2, html body .entry-body h3, html body .entry-body h4, html body .entry-body h5, html body .entry-body h6 {
      font-weight: 600; }
    html body .entry-body h4 {
      font-size: 22px;
      line-height: 28px; }
  html body html body .portlet-asset-publisher span.asset-entry {
    color: #FFF;
    background-color: #8ea788;
    border-radius: 0px;
    font-style: normal;
    padding: 10px;
    padding-left: 15px; }
  html body .most-recent-entries h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom: 5px solid #c6d3c2; }
  html body .most-recent-entries .asset-entry-wrapper {
    width: 49%;
    float: left;
    margin-left: 0;
    padding-left: 10px;
    margin-bottom: 40px;
    min-height: 100px; }
    html body .most-recent-entries .asset-entry-wrapper .asset-image {
      display: block;
      width: 100%;
      min-height: 200px;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: transparent;
      box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 7px -2px; }
      html body .most-recent-entries .asset-entry-wrapper .asset-image img {
        width: 100%; }
    html body .most-recent-entries .asset-entry-wrapper .asset-meta {
      text-align: left; }
      html body .most-recent-entries .asset-entry-wrapper .asset-meta .asset-entry-title {
        margin-top: 10px;
        color: black;
        text-align: left;
        text-transform: none;
        padding-left: 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 38px; }
      html body .most-recent-entries .asset-entry-wrapper .asset-meta .asset-date {
        color: black;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        line-height: 22px; }
  @media (max-width: 768px) {
    html body .contact_location_widget {
      margin: 30px;
      margin-right: 40px; } }
  html body .contact_location_widget .title_block {
    background-color: #85906d;
    color: #FFF;
    height: 80px;
    width: 100%; }
    html body .contact_location_widget .title_block h3 {
      width: 100%;
      text-transform: uppercase;
      text-align: left;
      padding-left: 30px;
      line-height: 80px;
      margin-top: 0; }
  html body .contact_location_widget .info_block {
    background-color: #f6f4f6;
    padding: 10px 30px; }
    html body .contact_location_widget .info_block h4 {
      font-size: 22px;
      line-height: 35px; }
    html body .contact_location_widget .info_block a {
      color: #486295;
      font-weight: 400; }
    html body .contact_location_widget .info_block a.border_button {
      margin: 20px 0px;
      border-color: #85906d;
      color: white; }
  html body #section_contact_map_menu {
    min-height: 550px;
    text-align: left;
    margin-bottom: 7px; }
    @media (max-width: 768px) {
      html body #section_contact_map_menu {
        min-height: auto;
        padding: 40px 10px; } }
    html body #section_contact_map_menu .map_menu_container {
      box-shadow: rgba(0, 0, 0, 0.290196) 0px 6px 7px -2px;
      margin-top: 130px;
      width: 552px; }
      @media (max-width: 768px) {
        html body #section_contact_map_menu .map_menu_container {
          width: 100%;
          margin-top: 0; } }
      html body #section_contact_map_menu .map_menu_container .map_menu_title {
        width: 100%;
        background-color: #8ea789; }
        html body #section_contact_map_menu .map_menu_container .map_menu_title h2 {
          display: inline-block;
          height: 100%;
          text-transform: uppercase;
          font-size: 24px;
          line-height: 70px;
          color: white;
          width: 100%;
          padding: 0;
          margin: 0; }
          @media (max-width: 768px) {
            html body #section_contact_map_menu .map_menu_container .map_menu_title h2 {
              font-size: 20px;
              line-height: 30px;
              padding: 15px; } }
      html body #section_contact_map_menu .map_menu_container .menu_box {
        width: 50%;
        float: left;
        margin: 0;
        min-height: 100px;
        background-color: white; }
        @media (max-width: 768px) {
          html body #section_contact_map_menu .map_menu_container .menu_box {
            width: 100%;
            border: 1px solid #c6d3c2;
            border-top: 0;
            min-height: 60px; } }
        html body #section_contact_map_menu .map_menu_container .menu_box a {
          font-size: 19px;
          line-height: 100px;
          display: inline-block;
          width: 100%;
          height: 100%;
          text-align: center; }
          @media (max-width: 768px) {
            html body #section_contact_map_menu .map_menu_container .menu_box a {
              line-height: 60px; } }
        html body #section_contact_map_menu .map_menu_container .menu_box a.selected, html body #section_contact_map_menu .map_menu_container .menu_box a:hover {
          color: white;
          font-weight: 400;
          background-color: #a7a9ac; }
      html body #section_contact_map_menu .map_menu_container .menu_box_1 {
        border-right: 1px solid #c6d3c2;
        border-bottom: 1px solid #c6d3c2; }
      html body #section_contact_map_menu .map_menu_container .menu_box_2 {
        border-bottom: 1px solid #c6d3c2; }
      html body #section_contact_map_menu .map_menu_container .menu_box_3 {
        border-right: 1px solid #c6d3c2; }
  html body .section_contact_title_intro h2 {
    text-align: left;
    padding-left: 0; }
  html body .section_contact_title_intro a {
    color: #486295;
    font-weight: 400; }
  html body #column-2 form button.btn-primary {
    background: #85906d;
    text-transform: uppercase;
    font-family: "Gill Sans Light", "Lato", sans-serif;
    border-radius: 0px;
    border-color: #85906d;
    box-shadow: none;
    width: 97.5%; }
    html body #column-2 form button.btn-primary:hover {
      opacity: 0.8; }
  html body #column-2 form fieldset legend {
    border-bottom: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #6d6e71; }
  html body #column-2 form .field {
    width: 50%;
    margin: 0;
    float: left; }
    html body #column-2 form .field .control-label {
      display: none; }
    @media (max-width: 480px) {
      html body #column-2 form .field {
        width: 100%; } }
    html body #column-2 form .field input {
      line-height: 40px;
      height: 40px;
      border-radius: 0px !important;
      width: 95%;
      padding-left: 10px;
      border: 1px solid #d9dbdd; }
      html body #column-2 form .field input::-webkit-input-placeholder {
        /* Safari, Chrome and Opera */
        color: #d9dbdd;
        font-weight: 300;
        font-style: italic;
        font-family: "Gill Sans Light", "Lato", sans-serif; }
      html body #column-2 form .field input:-moz-placeholder {
        /* Firefox 18- */
        color: #d9dbdd;
        font-weight: 300;
        font-style: italic;
        font-family: "Gill Sans Light", "Lato", sans-serif; }
      html body #column-2 form .field input::-moz-placeholder {
        /* Firefox 19+ */
        color: #d9dbdd;
        font-weight: 300;
        font-style: italic;
        font-family: "Gill Sans Light", "Lato", sans-serif; }
      html body #column-2 form .field input:-ms-input-placeholder {
        /* IE 10+ */
        color: #d9dbdd;
        font-weight: 300;
        font-style: italic;
        font-family: "Gill Sans Light", "Lato", sans-serif; }
      html body #column-2 form .field input::-ms-input-placeholder {
        /* Edge */
        color: #d9dbdd;
        font-weight: 300;
        font-style: italic;
        font-family: "Gill Sans Light", "Lato", sans-serif; }
  html body #column-2 form label.checkbox {
    padding-left: 30px;
    line-height: 30px; }
  html body #column-2 form input[type="checkbox"] {
    position: relative;
    line-height: 30px;
    margin-top: 2px;
    margin-right: 20px;
    margin-left: -9px; }
    html body #column-2 form input[type="checkbox"]:before {
      content: '';
      display: block;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border: 2px solid #ccc;
      position: absolute;
      left: -4px;
      top: 0; }
    html body #column-2 form input[type="checkbox"]:checked:before {
      background-color: #c6d3c2;
      -webkit-box-shadow: inset 3px 3px 0px 0px white, inset -2px -2px 0px 0px white;
      -moz-box-shadow: inset 3px 3px 0px 0px white, inset -2px -2px 0px 0px white;
      box-shadow: inset 3px 3px 0px -1px white, inset -2px -2px 0px 0px white; }
  html body #column-2 form div[data-fieldname="How_did_you_hear_about_us_"],
  html body #column-2 form div[data-fieldname="I_would_like_more_information_on_"],
  html body #column-2 form div[data-fieldname="I_am_interested_in_"],
  html body #column-2 form div[data-fieldname="I_currently_manage_assets_between"],
  html body #column-2 form fieldset.form-dropdown {
    box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 7px -2px;
    margin-top: 30px;
    width: 97.5%;
    background-color: #FFF;
    border: 1px solid #d9dbdd; }
    html body #column-2 form div[data-fieldname="How_did_you_hear_about_us_"] legend,
    html body #column-2 form div[data-fieldname="I_would_like_more_information_on_"] legend,
    html body #column-2 form div[data-fieldname="I_am_interested_in_"] legend,
    html body #column-2 form div[data-fieldname="I_currently_manage_assets_between"] legend,
    html body #column-2 form fieldset.form-dropdown legend {
      background-color: #f8f6f8;
      border-bottom: 1px solid #d9dbdd;
      line-height: 40px;
      padding: 5px 20px;
      position: relative; }
      html body #column-2 form div[data-fieldname="How_did_you_hear_about_us_"] legend:after,
      html body #column-2 form div[data-fieldname="I_would_like_more_information_on_"] legend:after,
      html body #column-2 form div[data-fieldname="I_am_interested_in_"] legend:after,
      html body #column-2 form div[data-fieldname="I_currently_manage_assets_between"] legend:after,
      html body #column-2 form fieldset.form-dropdown legend:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 12px 7px;
        border-color: transparent transparent rgba(130, 128, 130, 0.8) transparent;
        position: absolute;
        right: 20px;
        top: 20px;
        transition: all 0.3s; }
    html body #column-2 form div[data-fieldname="How_did_you_hear_about_us_"] legend.rotate_tri:after,
    html body #column-2 form div[data-fieldname="I_would_like_more_information_on_"] legend.rotate_tri:after,
    html body #column-2 form div[data-fieldname="I_am_interested_in_"] legend.rotate_tri:after,
    html body #column-2 form div[data-fieldname="I_currently_manage_assets_between"] legend.rotate_tri:after,
    html body #column-2 form fieldset.form-dropdown legend.rotate_tri:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 7px 0 7px;
      border-color: rgba(130, 128, 130, 0.8) transparent transparent transparent; }
    html body #column-2 form div[data-fieldname="How_did_you_hear_about_us_"] .field-wrapper,
    html body #column-2 form div[data-fieldname="I_would_like_more_information_on_"] .field-wrapper,
    html body #column-2 form div[data-fieldname="I_am_interested_in_"] .field-wrapper,
    html body #column-2 form div[data-fieldname="I_currently_manage_assets_between"] .field-wrapper,
    html body #column-2 form fieldset.form-dropdown .field-wrapper {
      margin: 10px;
      margin-left: 20px; }
  html body #column-2 form div.contact-home-consultation label {
    font-size: 18px;
    line-height: 30px;
    color: #6d6e71;
    font-weight: 600; }
  html body #column-2 form div.contact-home-consultation label.checkbox {
    padding-left: 30px;
    line-height: 30px; }
  html body #column-2 form div.contact-home-consultation input[type="checkbox"] {
    line-height: 30px;
    margin-top: 12px; }
    html body #column-2 form div.contact-home-consultation input[type="checkbox"]:before {
      height: 30px;
      width: 30px;
      left: -10px;
      top: -15px; }
  html body #column-2 form div.contact-textarea {
    margin-top: 30px; }
    html body #column-2 form div.contact-textarea label.control-label {
      font-size: 18px;
      line-height: 30px;
      color: #6d6e71;
      font-weight: 600; }
    html body #column-2 form div.contact-textarea textarea {
      box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 7px -2px;
      width: 97.5%;
      min-height: 200px;
      border-color: #d9dbdd;
      padding: 5px 10px; }
  html body div.checkbox {
    margin-bottom: 2px !important;
    margin-top: 1px !important; }
  html body .ipcc-reach-info fieldset {
    padding: 0px !important;
    margin-bottom: 15px !important; }
  html body .ipcc-reach-info .dream_it {
    margin-bottom: 0px !important; }
  html body .ipcc-reach-info fieldset #dream_it {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1; }
  html body .columns-max .portlet-search {
    padding-top: 130px;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
  html body .columns-max .portlet-search thead,
  html body .columns-max .portlet-search asset-category,
  html body .portlet-search .search-layout .result .asset-entry .asset-entry-type,
  html body .columns-max .portlet-search #_3_searchContainer, html body .columns-max .portlet-search img,
  html body #_3_facetNavigation {
    display: none; }
  html body .columns-max .portlet-search table,
  html body .columns-max .portlet-search thead,
  html body .columns-max .portlet-search td,
  html body .columns-max .portlet-search tr,
  html body .columns-max .portlet-search .table-striped tbody > tr:nth-child(odd) > td, html body html .table-striped tbody > tr:nth-child(odd) > th {
    border: none;
    background-color: white; }
  html body .columns-max .portlet-search .taglib-asset-categories-summary .asset-vocabulary {
    background: none;
    padding: none; }
  html body .columns-max .portlet-search .search-layout .result .asset-entry .asset-entry-title a {
    text-decoration: underline; }
  html body .portlet-search .search-layout .pager li > a,
  html body .portlet-search .search-layout .pager li > a:hover,
  html body .portlet-search .search-layout .pager li > a:focus,
  html body .portlet-search .search-layout .pager li > span {
    display: inline-block;
    margin: 10px;
    margin-top: 30px;
    padding: 15px 35px;
    border: 2px solid white;
    background-color: #788b73;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0; }
  html body .portlet-search .taglib-page-iterator .search-results {
    font-size: inital; }
  html body .tce_section h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase; }
  html body .tce_section p.award_tagline {
    padding-top: 5px;
    font-size: 22px;
    line-height: 28px; }
  html body .tce_section p.award_byline {
    font-size: 18px;
    font-weight: 600;
    font-style: italic; }
  html body .tce_section a.border_button {
    color: #58595b;
    background-color: #ebebec;
    border-color: #58595b;
    margin-left: 0;
    font-size: 18px;
    text-align: center; }
  html body .tce_overlay #tce_hero {
    min-height: 350px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      html body .tce_overlay #tce_hero {
        min-height: 100px; } }
  html body .tce_overlay .row-fluid {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%; }
  html body .tce_overlay #tce-column-2 {
    width: 25%;
    float: left;
    background-color: #eceaec; }
    @media (max-width: 768px) {
      html body .tce_overlay #tce-column-2 {
        width: 100%; } }
  html body .tce_overlay #tce-column-3 {
    float: left;
    width: 75%;
    margin-left: 0;
    padding: 60px; }
    @media (max-width: 768px) {
      html body .tce_overlay #tce-column-3 {
        width: 100%;
        padding: 20px; } }
  html body .tce_section {
    padding-right: 40px; }
    @media (max-width: 994px) {
      html body .tce_section {
        padding-right: 0; } }
    html body .tce_section .tce_section_container, html body .tce_section .section_container {
      max-width: 90%; }
      @media (max-width: 1140px) {
        html body .tce_section .tce_section_container, html body .tce_section .section_container {
          max-width: 100%; } }
      html body .tce_section .tce_section_container .section_content, html body .tce_section .tce_section_container .tce_section_content, html body .tce_section .section_container .section_content, html body .tce_section .section_container .tce_section_content {
        max-width: 940px;
        margin-left: 0; }
        html body .tce_section .tce_section_container .section_content p, html body .tce_section .tce_section_container .tce_section_content p, html body .tce_section .section_container .section_content p, html body .tce_section .section_container .tce_section_content p {
          margin-left: 0;
          margin-bottom: 10px; }
      html body .tce_section .tce_section_container h2, html body .tce_section .section_container h2 {
        text-align: left;
        padding-left: 0;
        max-width: 650px; }
      html body .tce_section .tce_section_container h3, html body .tce_section .section_container h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px; }
  html body .tce_nav .toggler_container {
    width: 100%;
    text-align: right; }
    @media (max-width: 768px) {
      html body .tce_nav .toggler_container {
        width: 49%;
        float: right; } }
    html body .tce_nav .toggler_container .toggler_box {
      padding: 5px 10px;
      background-color: #cfcdcf;
      display: inline-block; }
      html body .tce_nav .toggler_container .toggler_box a {
        display: inline-block;
        width: 30px;
        height: 100%;
        text-align: center;
        position: relative;
        z-index: 50; }
        html body .tce_nav .toggler_container .toggler_box a:before {
          content: ' ';
          position: absolute;
          z-index: 49;
          display: block;
          width: 18px;
          height: 18px;
          left: 10px;
          top: -17px;
          border-top: 3px solid #5b595b;
          border-left: 3px solid #5b595b;
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      html body .tce_nav .toggler_container .toggler_box a.toggler_next_chevron:before {
        left: 0px;
        border-top: 3px solid white;
        border-left: 3px solid white;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      html body .tce_nav .toggler_container .toggler_box h4 {
        display: inline-block; }
    html body .tce_nav .toggler_container div.lower_toggler_container {
      border: 1px solid green; }
      @media (max-width: 768px) {
        html body .tce_nav .toggler_container div.lower_toggler_container {
          display: none; } }
  html body .tce_nav .tce_nav_offerings {
    margin-top: 30px;
    padding-left: 18%; }
    html body .tce_nav .tce_nav_offerings h3 {
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 20px; }
      html body .tce_nav .tce_nav_offerings h3:after {
        content: " ";
        display: block;
        width: 20%;
        height: 10px;
        border-bottom: 2px solid #cfcdcf; }
    html body .tce_nav .tce_nav_offerings img {
      margin: 10px 0px; }
      @media (max-width: 768px) {
        html body .tce_nav .tce_nav_offerings img {
          display: none; } }
    @media (max-width: 768px) {
      html body .tce_nav .tce_nav_offerings {
        width: 49%;
        padding-left: 30px; } }
  html body .tce_nav ul.tce_nav_list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      html body .tce_nav ul.tce_nav_list {
        margin-bottom: 20px; } }
    html body .tce_nav ul.tce_nav_list li {
      max-width: 82%;
      padding-left: 18%;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 20px; }
      html body .tce_nav ul.tce_nav_list li a {
        color: #5b595b; }
      @media (max-width: 768px) {
        html body .tce_nav ul.tce_nav_list li {
          max-width: 100%;
          padding-left: 30px;
          margin-bottom: 10px; } }
    html body .tce_nav ul.tce_nav_list a.selected {
      font-weight: 600; }
  html body .blue_box_container {
    float: right;
    text-align: center;
    max-width: 230px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #003c6a;
    color: white; }
    html body .blue_box_container a {
      font-size: 22px;
      color: white;
      text-decoration: none; }
      html body .blue_box_container a:hover {
        text-decoration: underline; }
  html body #tce_section_1 .tce_section_container {
    max-width: 100%; }
  @media (max-width: 1700px) {
    html body .tce_overlay .section_twoThirds {
      padding: 0px !important; } }
  html body .tce_overlay .advisor_testimonials {
    margin-left: 0px; }
    @media (max-width: 1700px) {
      html body .tce_overlay .advisor_testimonials {
        min-height: 372.9px;
        color: white;
        width: 100%;
        height: 100%;
        width: 100% !important;
        margin-left: 0px !important;
        max-width: 1000px !important;
        padding: 20%;
        position: relative;
        z-index: 75; }
        html body .tce_overlay .advisor_testimonials:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 70;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.65); }
        html body .tce_overlay .advisor_testimonials *, html body .tce_overlay .advisor_testimonials p.advisor_testimonial_name {
          z-index: 80 !important;
          color: white; } }
    @media (max-width: 768px) {
      html body .tce_overlay .advisor_testimonials {
        min-height: 372.9px; }
        html body .tce_overlay .advisor_testimonials:after {
          display: none; }
        html body .tce_overlay .advisor_testimonials .advisor_testimonials {
          padding-top: 0px;
          position: relative;
          z-index: 70 !important; }
        html body .tce_overlay .advisor_testimonials .person_testimonials {
          margin-left: 50px;
          padding-top: 0px;
          position: relative;
          z-index: 70; } }
  html body .tce_section_award .award_image_container {
    display: inline-block;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px; }
  html body .tce_section_award .award_description_container p.award_tagline {
    padding-top: 5px;
    font-size: 22px;
    line-height: 28px; }
  html body .tce_section_award .award_description_container p.award_byline {
    font-size: 18px;
    font-weight: 600;
    font-style: italic; }
  html body .tce_section_award .award_description_container a.border_button {
    margin-left: 0;
    margin-top: 10px;
    color: #58595b;
    border-color: #58595b;
    background-color: #ebebec; }
  html body #tce_section_page2 .video_link_box {
    margin-top: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%; }
    html body #tce_section_page2 .video_link_box img {
      max-width: 100%;
      width: 100%; }
  html body #tce_section_page2 a.button_chevron_circle {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  html body #tce_section_page2 a.video_link {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 5px;
    margin-bottom: 30px; }
  html body #tce_section_page2 .lower_images {
    margin-top: 40px; }
    html body #tce_section_page2 .lower_images img:first-child {
      margin-right: 40px; }
  html body #tce_section_4 .partner_logos:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  html body #tce_section_4 .partner_logo {
    width: 24%;
    float: left;
    min-height: 125px;
    display: inline-block;
    position: relative;
    line-height: 125px; }
    html body #tce_section_4 .partner_logo img {
      display: inline-block; }
  html body #tce_section_4 .lower_text {
    margin-top: 20px;
    font-size: 20px; }
  html body #tce_section_5 a.border_button {
    margin-top: 20px;
    margin-bottom: 30px; }
  html body #tce_section_5 .tce_testimonial {
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      html body #tce_section_5 .tce_testimonial {
        width: 100%;
        min-height: 480px; } }
    html body #tce_section_5 .tce_testimonial div.single_testimonial {
      width: 50%;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 200px;
      margin: auto;
      left: 80px;
      color: white; }
      html body #tce_section_5 .tce_testimonial div.single_testimonial p.single_testimonial {
        font-style: italic; }
      @media (max-width: 1140px) {
        html body #tce_section_5 .tce_testimonial div.single_testimonial {
          position: relative;
          color: #6d6e71;
          width: 90%;
          left: 0;
          right: 0;
          margin: 0 auto;
          margin-top: 30px;
          height: auto; } }
      html body #tce_section_5 .tce_testimonial div.single_testimonial:before {
        content: ' ';
        display: block;
        width: 98px;
        height: 89px;
        position: absolute;
        left: -30px;
        top: -60px;
        background-image: url(../images/quotes_2.png); }
        @media (max-width: 768px) {
          html body #tce_section_5 .tce_testimonial div.single_testimonial:before {
            left: 0px; } }
    html body #tce_section_5 .tce_testimonial .testimonial_attribution {
      width: auto;
      margin-top: 20px;
      margin-right: 0px;
      margin-left: 0px;
      font-style: normal;
      font-weight: 300; }
  html body #tce_section_6 .tce_section_container {
    max-width: 100%; }
    html body #tce_section_6 .tce_section_container .section_content {
      margin-bottom: 40px; }
      html body #tce_section_6 .tce_section_container .section_content p {
        width: 90%; }
    html body #tce_section_6 .tce_section_container .guide_image_container {
      display: inline-block;
      float: left;
      max-width: 25%;
      min-width: 200px;
      margin-right: 30px; }
  html body section#portlet_com_liferay_portal_search_web_portlet_SearchPortlet form > fieldset.input-container {
    border: none; }
  html body fieldset#_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer {
    border: none; }
  html body fieldset#_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer div.form-group.form-group-inline.input-text-wrapper {
    margin-bottom: 0px; }
  html body fieldset#_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer div.lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
    margin-bottom: 0px; }
  html body fieldset#_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer button {
    height: 2.5em;
    color: #fff;
    background-color: #74A57C;
    border-color: #74A57C; }
  html body fieldset#_com_liferay_portal_search_web_portlet_SearchPortlet_searchContainer button:hover {
    color: #fff;
    background-color: #74A57C;
    border-color: #74A57C; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer div.user-icon-default.user-icon.user-icon-default {
    display: none; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_facetNavigation div.panel-heading {
    background: #83af63;
    color: white;
    padding: 5px;
    text-align: center; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_facetNavigation li.facet-value a > span {
    background-color: black;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0.125rem;
    margin-right: 0.25rem;
    margin-top: 0.125rem;
    max-width: 100%;
    word-wrap: break-word;
    color: white;
    display: inline-flex;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer li.list-group-item.list-group-item-flex {
    font-family: "Gill Sans Light", "Lato", sans-serif;
    line-height: 24px;
    color: #58595b;
    border: none;
    background-color: #f9f9f9;
    box-shadow: none;
    display: block;
    margin-bottom: 1em; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer li h5 {
    display: block;
    font-size: 1.5em;
    font-weight: bold; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer li h5 > a {
    color: #2a6496; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer .pagination > li.active > a, html body .pagination > li.active > a:hover, html body .pagination > li.active > a:focus {
    color: white;
    background-color: #006225;
    border-radius: 0; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer li h6 {
    font-size: 18px; }
  html body input#_com_liferay_portal_search_web_portlet_SearchPortlet_keywords {
    height: 2.5em;
    widows: 18em; }
  html body div#_com_liferay_portal_search_web_portlet_SearchPortlet_searchPageIteratorBottom li a {
    color: #58595b; }
  html body iframe#vimeo {
    display: none; }
  html body .portlet {
    margin-bottom: 0; }
  html body .portlet .portlet-content .portlet-header {
    z-index: 1; }
  html body .featherlight-content {
    z-index: 99;
    padding: 0;
    border-bottom: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent; }
    html body .featherlight-content::webkit-scrollbar {
      width: 0;
      background-color: transparent; }
    html body .featherlight-content video {
      background-color: transparent !important; }
  html body .featherlight-close-icon {
    background-color: #FFF;
    font-weight: bold;
    text-align: center; }
  html body .ie9 video {
    display: none; }
  html body .ie9 .strategy_desc {
    display: block; }
  @media (max-width: 768px) {
    html body {
      padding-left: 0;
      padding-right: 0;
      padding-left: 0; } }

.custom-search-by-category {
  margin-top: 77px; }

.custom-search-by-category #search-field {
  width: 320px;
  height: 35px;
  border: 1px solid #848484;
  border-radius: 2px;
  background: white url("../images/Search_icon.png") left no-repeat;
  padding-left: 38px;
  background-position: 10px;
  font-size: 20px;
  padding-right: 140px; }

.custom-search-by-category #category-dropdown {
  margin-left: -140px;
  margin-top: 10px;
  width: 130px;
  border: 0;
  outline: 0px;
  font-size: 15px;
  font-weight: bold;
  background-color: white; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.ipc-subnav-clientrates .portlet-body {
  background-color: #7B9F7A;
  -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.35), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.35), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.35), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.35); }

.ipc-subnav-clientrates ul {
  text-align: center;
  margin: 0;
  padding: 30px 10px; }

.ipc-subnav-clientrates li {
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #fff; }

.ipc-subnav-clientrates ul li:last-child {
  border: none; }

.ipc-subnav-clientrates ul li a {
  color: #fff;
  text-transform: uppercase; }

.ipc-subnav-clientrates .portlet-content {
  padding: 0px;
  margin-top: -28px; }

@media (max-width: 767px) {
  .ipc-subnav-clientrates .portlet-content {
    margin-top: -70px; } }

.insight-fullblog-content-main-theme .visible-phone {
  display: none !important; }

@media (max-width: 767px) {
  .insight-fullblog-content-main-theme .visible-phone {
    display: block !important; }
  .insight-fullblog-content-main-theme .hidden-phone {
    display: none !important; } }

/* contact us */
#column-3 div.portlet-dropzone.portlet-column-content.portlet-column-content-last.custom-container {
  padding-left: 1.5em; }

.insight-main-contener div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

#myModal .portlet-journal-content .journal-content-article img {
  max-width: none !important; }

#myModal .modal-content {
  width: auto !important; }

#myModal .close {
  margin-top: 45px !important; }

.section_twoThirds h2, .section_twoThirds p.person_testimonial, .section_twoThirds p.person_testimonial_name {
  color: #fff !important; }

.section_twoThirds a.arrow_link:before {
  background-image: url(../images/arrow.png) !important; }

#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_idvxY7QY94al_ .portlet-content, #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_EWmnstBlQlbN_ .portlet-content, #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_MwK8SU1hG7nJ_ .portlet-content, #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_SymZ2Jy0HVqE_ .portlet-content {
  margin-right: auto !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
  margin-left: auto !important; }

.hideTheDD {
  display: none !important; }

.IPCC-public-blog-layouts .user-icon-color-0.user-icon-xxl.user-icon.user-icon-default {
  display: none; }

.IPCC-public-blog-layouts .text-truncate.username {
  display: none; }

.IPCC-public-blog-layouts .col-md-10.col-md-offset-1.entry-navigation {
  display: none; }

#p_p_id_com_liferay_portal_search_web_portlet_SearchPortlet_ .icon-monospaced.list-unstyled.portlet-icon-back.text-default #jbfs____ {
  visibility: hidden; }

/* hide search facet panel */
#_com_liferay_portal_search_web_portlet_SearchPortlet_facetNavigation.col-md-3 {
  display: none; }

/* hide search result text */
#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer .text-default:nth-child(2) {
  display: none; }

#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer .text-default:nth-child(4) {
  display: none; }

#_com_liferay_portal_search_web_portlet_SearchPortlet_searchSearchContainer .taglib-asset-tags-summary {
  display: none; }

#findAnAdvisor, #becomeAnAdvisor, #workAtHeadOffice, #mediaInquiries {
  padding-top: 150px;
  margin-top: -150px; }

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