/**
 * Clay 3.102.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.102.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 {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  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(/o/norc-portal-theme/images/states/empty_state.gif);
}
@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(/o/norc-portal-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.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(/o/norc-portal-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/norc-portal-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(/o/norc-portal-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/norc-portal-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/norc-portal-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(/o/norc-portal-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/norc-portal-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/norc-portal-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(/o/norc-portal-theme/images/states/success_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/norc-portal-theme/images/states/success_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/norc-portal-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(/o/norc-portal-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/norc-portal-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  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 {
    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 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

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

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

.taglib-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: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts 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: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

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

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

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

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

body.portlet {
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (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: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

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

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

.navbar form {
  margin: 0;
}

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

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

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

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* dejavu serif */
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-webfont.eot'); 
  src: url('fonts/dejavu-serif/dejavuserifcondensed-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url("fonts/dejavu-serif/dejavuserifcondensed-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-webfont.svg#dejavu_serifcondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.eot'); 
  src: url('fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.svg#dejavu_serifcondensed_bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.eot'); 
  src: url('fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.svg#dejavu_serifcondensed_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.svg#dejavu_serifCnBdIt") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-webfont.svg#dejavu_serifbook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-bold-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-bold-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-bold-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-bold-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-bold-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-bold-webfont.svg#dejavu_serifbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-italic-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-italic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-italic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-italic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-italic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-italic-webfont.svg#dejavu_serifitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-bolditalic-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.svg#dejavu_serifbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* lobster 

@font-face {
    font-family: 'lobster';
    /* src: url('fonts/lobster/lobster-webfont.eot');
    src: url('fonts/lobster/lobster-webfont.eot?#iefix') format('embedded-opentype'),
    src: url('fonts/lobster/lobster-webfont.woff2') format('woff2'),
         url('fonts/lobster/lobster-webfont.woff') format('woff'),
         url('fonts/lobster/lobster-webfont.ttf') format('truetype'),
         url('fonts/lobster/lobster-webfont.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* roboto condensed */
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-regular-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-regular-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-regular-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-regular-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed bold";
  /* src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: bold !important;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-italic-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-italic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-italic-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-italic-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-italic-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-italic-webfont.svg#roboto_condenseditalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-bolditalic-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-light-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-light-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-light-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-light-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-light-webfont.svg#roboto_condensedlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-lightitalic-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
/* classes for fonts */
.lobster {
  font-family: "lobster", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold !important;
}

.translated .products .product {
  flex-basis: calc(25% - 15px);
}

html {
  /* ---------- customer landing page: home ---------- */
  /* main banner */
  /* Products-css */
  /* be part of our exclusive web panel */
  /* privacy and questions */
  /* rewards */
  /* ---------- customer landing page: about ---------- */
  /* ---------- alloy accordion ---------- */
  /* ---------- my dashboard ---------- */
  /* tutorial */
  /* main image and welcome message */
  /* surveys available */
  /* my rewards */
  /* old news styling that follows graphic comps */
  /* new news styling that follows norc.org site */
  /* ---------- survey activity ---------- */
  /* ---------- Reward Activity Table ---------- */
  /* ---------- All Activity Table ---------- */
  /* ---------- Recent Activity Portlet ---------- */
  /* ---------- signed in: get info ---------- */
  /* 	.get-help-have-a-question {
  		background: #f5f5f5;
  		padding: 15px;

  		h5 {
  			margin: 10px 0 0 0;
  		}

  		h5.darkOrange {
  			color: $darkOrange;
  			margin: 0 0 12px 0;
  		}

  		p {
  			font-family: arial, sans-serif;
  			font-size: 13px;
  			margin: 0 0 12px 0;
  		}
  	}
  	 */
  /* ---------- Privacy, terms, etc. ---------- */
  /* ---------- Terms and conditions ---------- */
  /* ---------- Privacy policy ---------- */
  /* ---------- my account: home ---------- */
  /* #content */
  /* ---------- add family member ---------- */
}
html .norc-font-weight-normal {
  font-weight: normal !important;
}
html .form-control {
  height: 40px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
html textarea {
  width: 100%;
  min-height: 120px;
}
html label {
  color: #619080;
  margin-bottom: 10px;
  font-weight: bold;
}
html .contact-form .field-required {
  margin-bottom: 10px;
}
html h3 {
  font-size: 24.5px;
  font-weight: bold;
}
html .contact-form .form-control {
  width: 100%;
}
html .contact-form .contacterror {
  margin-bottom: 10px;
  color: #a94442;
}
html .input-group .form-control {
  margin-bottom: 10px;
}
html .home-main img {
  width: 100%;
}
html .home-main p {
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
  font-size: 17px;
  float: left;
  margin: 6px 0 0;
  line-height: 22px;
  display: table;
  padding-bottom: 27px;
}
html .home-main p span {
  display: table-cell;
  padding-right: 20px;
}
html .home-main .btn-primary {
  /*float: right;*/
  margin: 0 0 5px 14px;
  display: table-cell;
  float: none;
  width: 102px;
}
html .home-main .btn-primary span {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  display: inline;
  padding-right: 0;
}
html .cart-icon-mobile {
  display: none;
}
html .cart-icon-mobile .cartSize, html .cart-icon .cartSize {
  left: 28px;
  position: absolute;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #D3D3D3;
  font-weight: bolder;
  margin-top: -40px;
  padding-top: 3px;
  color: black;
}
html .cart-icon .shopping-cart {
  font-size: 36px;
  position: absolute;
  left: -70px;
  margin-top: 0px;
  color: #f3901d;
}
html .cart-icon .cart-text {
  color: #333;
  font-size: 13px;
  line-height: 17px;
  padding-left: 8px;
}
html .products {
  clear: right;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 768px) {
  html .products {
    padding: 8px;
  }
}
html .products .product {
  min-height: 300px;
  flex-basis: calc(25% - 15px);
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  margin-top: -1px;
  margin-left: -1px;
}
@media (max-width: 768px) {
  html .products .product {
    flex-basis: calc(33% - 16px);
    margin-left: 100px;
  }
}
@media (max-width: 480px) {
  html .products .product {
    margin-left: 50px;
    min-height: 313px;
  }
  html .products .product .product-name {
    height: 20px;
    font-size: 17px;
    overflow: hidden;
  }
  html .products .product .product-action {
    padding: 16px 8px;
  }
}
@media (max-width: 320px) {
  html .products .product {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
html .searchbtn {
  padding: 3px 3px !important;
  margin-bottom: 4px;
  margin-left: 4px;
}
@media (max-width: 480px) {
  html .searchBack {
    margin-top: 15px;
  }
}
html .searchText {
  width: 300px;
}
@media (max-width: 768px) {
  html .searchText {
    width: 200px;
  }
}
html .searchDiv {
  float: right;
  padding-right: 40px;
  padding-bottom: 40px;
}
html .prodimg {
  width: 80%;
  margin-left: 18px;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 120px;
}
html .prodText {
  height: 60px;
  text-align: center;
}
html .product-name {
  font-weight: normal;
  font-size: 16px;
  word-wrap: normal;
  padding-left: 10px;
}
html .product-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1071px) {
  html .product-price {
    padding-right: 20px;
  }
}
html .prod-details h2 {
  color: #d6782c;
  border-bottom: dashed;
  border-color: black;
  border-width: 0.75px;
  padding-bottom: 15px;
  font-weight: normal;
}
html .prod-details .details img {
  margin-top: 40px;
}
html .prod-details .details h3 {
  font-weight: "normal";
  float: left;
}
html .prod-details .details .prod-description {
  display: inline-block;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}
html .prod-details .details .terms {
  padding-left: 20px;
  margin-top: 10px;
}
html .prod-details .details .add-to-cart {
  padding-left: 20px;
  float: right;
}
@media (max-width: 480px) {
  html .prod-details .details .add-to-cart {
    float: left;
    width: 160px;
    display: block;
    margin-top: 30px;
    margin-left: 1rem !important;
    padding-left: 0px;
  }
}
html .cartbtndiv {
  padding-bottom: 10px;
}
@media (max-width: 1071px) {
  html .cartbtndiv {
    padding-right: 20px;
  }
}
html .cartbtn {
  margin-left: 30px;
  margin-bottom: 20px;
}
html .checkout {
  display: block;
}
html .checkout h2 {
  color: #f3901d;
  font-weight: normal;
}
html .checkout .col-md-7 {
  padding-left: 20px;
  border-right: solid;
  border-color: black;
  border-width: 0.75px;
}
@media (max-width: 1071px) {
  html .checkout .col-md-7 {
    border-right: 0px;
  }
}
html .checkout .col-md-7 h2 {
  margin-top: 0px;
}
html .checkout .col-md-7 span {
  float: right;
  font-size: 15px;
  padding-right: 10px;
}
html .checkout .rewards-link {
  margin-top: 15px;
  float: left;
}
@media (max-width: 1071px) {
  html .checkout .rewards-link {
    margin-bottom: 10px;
  }
}
@media (max-width: 1071px) {
  html .checkout .col-md-5 {
    margin-top: 50px;
    padding-top: 10px;
  }
}
html .shippinginfo h2 {
  color: #f3901d;
  font-weight: normal;
}
html .shippingcheckout {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}
html .home-nested-portlet .columns-2 > .row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: table;
}
html .home-nested-portlet .columns-2 > .row .portlet-column {
  display: table-cell;
}
html .home-nested-portlet .columns-2 > .row .col-md-4 {
  border-left: 1px solid #000;
  padding-left: 24px;
}
html .home-1234 {
  margin-right: 18px;
}
html .home-1234 .col-md-3 {
  position: relative;
  text-align: center;
}
html .home-1234 h4 {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: #333333;
  margin: 16px 0 36px 0;
  line-height: 1;
}
html .home-1234 h4 span {
  color: #f3901d;
  text-transform: uppercase;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}
html .home-1234 .circle {
  background-color: #f8f5e7;
  border-radius: 500px;
  text-align: center;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  padding: 8px 10px;
  height: 156px;
  width: 156px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
html .home-1234 .circle h1 {
  font-size: 60px;
  color: #f3901d;
  font-weight: 300;
}
html .home-1234 .circle p {
  color: #666666;
}
html .home-1234 img {
  margin-top: -16px;
}
html .home-privacy, html .home-question {
  background-color: #f8f5e7;
  padding: 20px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 2px solid #ffffff;
}
html .home-privacy strong, html .home-question strong {
  color: #f3901d;
  text-transform: uppercase;
  font-weight: bold;
}
html .home-privacy i, html .home-question i {
  margin-right: 5px;
}
html .home-privacy .toggler-content-collapsed, html .home-question .toggler-content-collapsed {
  display: block;
}
html .home-privacy {
  margin-top: 12px;
}
html .rewards-portlet {
  /* margin-bottom: -40px; */
  background: transparent;
  padding-top: 10px;
}
html .rewards-portlet .portlet-borderless-container {
  background: transparent;
}
html .rewards-portlet .rewards {
  border-top: 1px solid #333333;
  padding-top: 30px;
  position: relative;
}
html .rewards-portlet .rewards h4 {
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
  color: #f3901d;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
html .rewards-portlet .rewards p {
  color: #333333;
  font-weight: 300;
}
html .rewards-portlet .rewards .btn-primary {
  position: absolute;
  bottom: 100px;
  right: 130px;
}
html #content .register-now, html #content .header-promo {
  background-color: #f8f5e7;
  padding: 20px;
  text-align: center;
  color: #8f7d68;
  font-weight: bold;
  margin-top: 10px;
}
html #content .register-now p, html #content .header-promo p {
  font-size: 14px;
  line-height: 26px;
}
html #content .register-now .btn-primary, html #content .header-promo .btn-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14.5px;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  white-space: normal !important;
}
html #content .register-now .btn-primary span, html #content .header-promo .btn-primary span {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .about-contact {
  background: #f5f5f5;
  padding: 6px 20px;
}
html .about-contact h5 {
  color: #8f7d68;
}
html .about-contact p {
  font-size: 11.5px;
  font-family: arial, sans-serif;
  line-height: 15px;
}
html .about-contact img {
  margin: 3px 0 15px 0;
  width: 100%;
}
html #content .content-accordion {
  padding-bottom: 20px;
}
html #content .content-accordion .content-question {
  border-bottom: 1px solid #d6772c !important;
  padding-bottom: 1.5em;
}
html #content .content-accordion .content-question h2:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
html #content .content-accordion h2 {
  padding-top: 24px !important;
  margin-top: 20px !important;
  font-size: 18px !important;
}
html #content .content-accordion .toggler-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 8px 10px;
  width: 100%;
  margin: 0;
}
html #content .content-accordion .toggler-header-collapsed:before {
  font-size: 30px;
  color: white;
  content: "+";
  margin: 6px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6b8f81;
  border-radius: 50%;
  vertical-align: middle;
}
html #content .content-accordion .toggler-header-expanded:before {
  font-size: 30px;
  color: white;
  content: "-";
  margin: 6px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d6782c;
  border-radius: 50%;
  vertical-align: middle;
}
html #content .content-accordion .toggler-header-expanded {
  color: #ab5f09;
  background-color: #f8f5e7;
}
html #content .content-accordion .toggler-content-wrapper {
  /* float: left; */
}
html #content .content-accordion .toggler-content-wrapper div {
  font-size: 13.5px;
  margin: 5px 0;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 5px solid #ffffff;
}
html .account-creation-notification {
  color: #666666;
  font-size: 14px;
}
html .account-creation-notification b, html .account-creation-notification a {
  color: #f3901d;
  font-weight: bold;
}
html .account-creation-notification a:hover {
  text-decoration: none;
}
html .dashboard-tutorial .tutorialContent {
  position: relative;
  margin-top: 14px;
}
html .dashboard-tutorial .tutorialContent:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  z-index: 10;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
html .dashboard-tutorial .tutorialCarousel {
  display: inline-block;
}
html .dashboard-tutorial .carousel-item {
  z-index: 1;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  opacity: 0 !important;
  display: block;
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
}
html .dashboard-tutorial .carousel-item-active {
  opacity: 1 !important;
}
html .dashboard-tutorial menu {
  background: none;
}
html .dashboard-tutorial .carousel-menu-pause, html .dashboard-tutorial .carousel-menu-index {
  display: none;
}
html .dashboard-tutorial .carousel-menu-prev, html .dashboard-tutorial .carousel-menu-next {
  height: 24px;
  width: 77px;
  background: none;
}
html .dashboard-tutorial .carousel-menu-prev {
  background-image: url(../images/NORC/tutorial-back.png);
}
html .dashboard-tutorial .carousel-menu-next {
  background-image: url(../images/NORC/tutorial-next.png);
}
html .dashboard-tutorial .col-md-4 {
  background: #f5f5f5;
}
html .dashboard-tutorial h4 {
  color: #ab5f09;
}
html .dashboard-tutorial h5 {
  color: black;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
  padding-bottom: 8px;
}
html .dashboard-tutorial h5 span {
  color: #cccccc;
}
html .dashboard-tutorial h5 .orange {
  color: #f3901d;
}
html .dashboard-tutorial h5 .deja-vu {
  color: #f3901d;
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
}
html .tutorialContent, html .tutorialContent.toggler-content-collapsed {
  display: none;
}
html .tutorialContent.toggler-content-expanded {
  display: block;
}
html .customer-home-main img {
  width: 100%;
}
html .customer-home-main h4 {
  text-align: center;
}
html .customer-home-main h4 a, html .customer-home-main h4 span {
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
html .customer-home-main h4 a:hover {
  text-decoration: none;
}
html .my-dashboard-nested-portlets .columns-2 > .row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
html .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6 {
  border-left: 1px dotted #000000;
  vertical-align: top;
  padding-left: 30px;
  vertical-align: top;
}
html .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6:first-child {
  padding-right: 30px;
  border-left: 0;
}
html #content .surveys-available .text-color-good {
  color: #18b340 !important;
  font-weight: 700;
}
html #content .surveys-available h2 {
  color: #f3901d;
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
  font-size: 24px;
  line-height: 30px;
  margin: 2% 20%;
}
html #content .surveys-available h2 span {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  font-size: 32px;
}
html #content .surveys-available h3 {
  font-size: 17px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  line-height: 24px;
  margin: 2% 25%;
}
html #content .surveys-available .btn-primary {
  min-width: 180px;
  border-bottom: 4px solid #bc6520;
  border-radius: 5px;
  background-color: #d7782c !important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
html #content .surveys-available p {
  color: #999999;
  margin: 0 25%;
}
html #content .surveys-available p span {
  color: #f3901d;
}
html #content .surveys-available p b span {
  color: #333333;
}
html .my-rewards h1 {
  /*text-transform: uppercase;*/
  font-size: 31.5px;
  text-align: center;
}
html .my-rewards h4 {
  color: #8f7d68;
  font-size: 1.1em;
  margin: 0 30%;
}
html .my-rewards h2.points {
  font-weight: bold;
  font-size: 3.2em;
  /*text-transform: uppercase;*/
  margin-top: 0;
  color: #cccccc;
  text-align: center;
}
html .my-rewards h2.points span {
  color: #999999;
}
html .my-rewards .btn-primary {
  min-width: 180px;
  border-bottom: 4px solid #bc6520 !important;
  border-radius: 5px !important;
  background-color: #d7782c !important;
  color: #fff;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
html .my-rewards h5 {
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
html .my-rewards h5 span {
  color: #333333;
}
html .customer-home-my-rewards h2 {
  color: #f3901d;
  font-weight: 300;
  text-transform: uppercase;
}
html .customer-home-my-rewards p {
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  color: #333333;
  font-size: 14px;
}
html .get-help-header-content {
  font-size: 16px !important;
  text-align: left !important;
  margin-top: 2em !important;
}
html .get-help-page-right-header-content {
  margin-top: 2em !important;
}
html .in-the-news h2 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
}
html .in-the-news h2 a {
  font-size: 13px;
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  text-transform: none;
}
html .in-the-news a {
  text-decoration: underline !important;
  color: #d6782c !important;
}
html .in-the-news h4 {
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  color: #333333;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 24px;
}
html .in-the-news h5 {
  margin: 4px 0 4px 0;
  color: #333333;
}
html .in-the-news p {
  /* text-transform: uppercase;
  color: #999999; */
  margin: 0 0 4px 0;
}
html .in-the-news p span {
  color: #f3901d;
  margin: 0 2px 0 3px;
}
html .in-the-news p span.selected {
  color: #333333;
  font-weight: bold;
  margin: 0;
}
html .in-the-news .css-table-striped .css-tr .css-td a {
  font-size: 15px;
}
html .in-the-news .css-table-striped .css-tr .css-td:first-child {
  text-align: center;
  width: 90px;
}
html .in-the-news .css-table-striped .css-tr .css-td:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 90px;
}
html .in-the-news .css-table-striped .css-tr:nth-child(odd) .css-td {
  background-color: #f8f5e7;
}
html .news-stories-portlet {
  max-width: 500px;
  margin: 0 auto;
}
html .news-story .news-tag {
  color: #666666;
  margin-bottom: 2px;
}
html .news-story .news-title {
  font-weight: normal;
  margin-bottom: 0px;
}
html .news-story .news-title a {
  margin-left: 10px;
  font-weight: bold;
}
html .text-color-good {
  color: #18b340 !important;
}
html .survey-portlet {
  /*
  .table-striped {

  	td:first-child { font-weight: bold; }

  	td:nth-of-type(4) {
  		font-weight: bold;
  		font-size: 16px;
  	} 
  }
  */
}
html .survey-portlet .container {
  width: auto;
}
html .survey-portlet h3 {
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .survey-portlet .btn-primary {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  min-width: 150px;
}
html .survey-portlet .mobileTable .css-th:first-child, html .survey-portlet .mobileTable .css-td:first-child {
  width: 20%;
}
html .survey-portlet .mobileTable .css-th:nth-of-type(2), html .survey-portlet .mobileTable .css-td:nth-of-type(2) {
  width: 20%;
}
html .survey-portlet .mobileTable .css-th:nth-of-type(3), html .survey-portlet .mobileTable .css-td:nth-of-type(3) {
  width: 40%;
}
html .survey-portlet .mobileTable .css-th:nth-of-type(4), html .survey-portlet .mobileTable .css-td:nth-of-type(4) {
  width: 20%;
}
html .survey-portlet .mobileTable .css-td:first-child {
  font-weight: bold;
}
html .survey-portlet .mobileTable .css-td:nth-of-type(4) {
  font-weight: bold;
  font-size: 15px;
}
html .recent-survey-activity .container {
  width: auto;
}
html .recent-survey-activity .css-th:first-child, html .recent-survey-activity .css-td:first-child {
  width: 20%;
}
html .recent-survey-activity .css-th:nth-of-type(2), html .recent-survey-activity .css-td:nth-of-type(2) {
  width: 20%;
}
html .recent-survey-activity .css-th:nth-of-type(3), html .recent-survey-activity .css-td:nth-of-type(3) {
  width: 40%;
}
html .recent-survey-activity .css-th:nth-of-type(4), html .recent-survey-activity .css-td:nth-of-type(4) {
  width: 20%;
}
html .recent-survey-activity .css-td:first-child {
  font-weight: bold;
}
html .recent-survey-activity h3 {
  text-transform: capitalize;
  font-weight: bold;
}
html .recent-survey-activity .css-td:nth-of-type(4) {
  font-weight: bold;
  font-size: 15px;
}
html .reward-activity-table .container, html .recent-activity-rewards .container {
  width: auto;
}
html .reward-activity-table .css-th, html .recent-activity-rewards .css-th {
  text-align: left;
  text-transform: uppercase;
  color: #d7782d !important;
  font-weight: normal !important;
}
html .reward-activity-table .css-th:first-child, html .reward-activity-table .css-td:first-child, html .recent-activity-rewards .css-th:first-child, html .recent-activity-rewards .css-td:first-child {
  width: 18%;
  font-weight: bold;
}
html .reward-activity-table .css-th:nth-of-type(2), html .reward-activity-table .css-td:nth-of-type(2), html .recent-activity-rewards .css-th:nth-of-type(2), html .recent-activity-rewards .css-td:nth-of-type(2) {
  width: 32%;
}
html .reward-activity-table .css-th:nth-of-type(3), html .reward-activity-table .css-td:nth-of-type(3), html .recent-activity-rewards .css-th:nth-of-type(3), html .recent-activity-rewards .css-td:nth-of-type(3) {
  width: 50%;
}
html .reward-activity-table .mobile-activity-table-content, html .recent-activity-rewards .mobile-activity-table-content {
  display: none;
}
html .reward-activity-table .btn-primary, html .recent-activity-rewards .btn-primary {
  margin: 0 auto;
  min-width: 200px;
}
html .all-activity-table, html .recent-all-activity {
  /*.css-th:nth-of-type(5), .css-td:nth-of-type(5) { width: 18%; } */
}
html .all-activity-table .container, html .recent-all-activity .container {
  width: auto;
}
html .all-activity-table .css-th, html .recent-all-activity .css-th {
  text-align: left;
  text-transform: uppercase;
  color: #d7782d !important;
  font-weight: normal !important;
}
html .all-activity-table .css-th:first-child, html .all-activity-table .css-td:first-child, html .recent-all-activity .css-th:first-child, html .recent-all-activity .css-td:first-child {
  width: 18%;
  font-weight: bold;
}
html .all-activity-table .css-th:nth-of-type(2), html .all-activity-table .css-td:nth-of-type(2), html .recent-all-activity .css-th:nth-of-type(2), html .recent-all-activity .css-td:nth-of-type(2) {
  width: 14%;
}
html .all-activity-table .css-th:nth-of-type(3), html .all-activity-table .css-td:nth-of-type(3), html .recent-all-activity .css-th:nth-of-type(3), html .recent-all-activity .css-td:nth-of-type(3) {
  width: 22%;
}
html .all-activity-table .css-th:nth-of-type(4), html .all-activity-table .css-td:nth-of-type(4), html .recent-all-activity .css-th:nth-of-type(4), html .recent-all-activity .css-td:nth-of-type(4) {
  width: 46%;
}
html .all-activity-table .css-td:nth-of-type(5), html .recent-all-activity .css-td:nth-of-type(5) {
  font-weight: bold;
  font-size: 15px;
}
html .all-activity-table h3, html .recent-all-activity h3 {
  text-transform: capitalize;
}
html .all-activity-table .all-activity-table-content, html .recent-all-activity .all-activity-table-content {
  display: none;
}
html .all-activity-table .btn-primary, html .recent-all-activity .btn-primary {
  margin: 0 auto;
  min-width: 200px;
}
html .my-dependent-view .container {
  width: auto;
}
html .my-dependent-view .css-th:first-child, html .my-dependent-view .css-td:first-child {
  width: 25%;
}
html .my-dependent-view .css-th:nth-of-type(2), html .my-dependent-view .css-td:nth-of-type(2) {
  width: 35%;
}
html .my-dependent-view .css-th:nth-of-type(3), html .my-dependent-view .css-td:nth-of-type(3) {
  width: 40%;
}
html .my-dependent-view h3 {
  text-transform: capitalize;
}
html .my-dependent-view .btn-primary {
  margin: 0 auto;
  min-width: 200px;
}
html .recent-activity-portlet .view-options {
  /*text-transform: uppercase;*/
  font-weight: bold;
}
html .recent-activity-portlet .view-options a {
  font-weight: normal;
}
html .recent-activity-portlet h2 {
  color: #f3901d;
  font-weight: 300;
  /*text-transform: uppercase;*/
  margin-bottom: 15px;
  margin-right: 5%;
  display: inline-block;
}
html .recent-activity-portlet h2 + a {
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  display: inline;
}
html .recent-activity-portlet .view-label {
  display: inline;
  text-transform: uppercase;
  color: #bfb6ac;
}
html .recent-activity-portlet .view-options .divider {
  color: #f3901d;
  font-weight: normal;
  margin: 0 1px;
}
html .recent-activity-portlet .recent-activity-table-holder {
  margin-top: 20px;
}
html .shadow-box {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.13);
}
html .shadow-box__title--small {
  font-size: 24px;
}
html .shadow-box__title {
  margin: 0;
  padding: 15px 25px;
  background: #d7782d;
  font-weight: bold;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}
html .text-weight--normal {
  font-weight: normal;
}
html .shadow-box__content {
  padding: 35px 25px;
}
html .text--big {
  font-size: 18px;
}
html .shadow-box__content > *:first-child, html .shadow-box__content > ol:first-child > li:first-child, html .shadow-box__content > ul:first-child > li:first-child {
  margin-top: 0;
}
html .labeled__label {
  margin: 0 0 0.25em;
  font-weight: bold;
  font-size: 1.112em;
}
html strong, html b {
  font-weight: 700;
}
html .labeled + .labeled {
  margin-top: 1em;
}
html .labeled__label {
  margin: 0 0 0.25em;
  font-weight: bold;
  font-size: 1.112em;
}
html .labeled + .labeled--divided {
  margin-top: 2em;
}
html .text-leading--slightly-expanded {
  line-height: 1.3;
}
html #content .get-in-touch {
  background-color: #f8f5e7;
  padding: 20px;
  color: #8f7d68;
  font-weight: bold;
}
html #content .get-in-touch .btn-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  margin-top: 6px;
}
html .subsections-text h3 {
  margin-top: 0;
}
html .subsections-text h4 {
  line-height: 26px;
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
}
html .subsections-text h5 {
  margin-top: 26px;
}
html .subsections-text p {
  line-height: 22px;
}
html .terms-and-conditions ol, html .terms-and-conditions ul, html .terms-and-conditions p {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
html .terms-and-conditions ol li {
  font-weight: bold;
  line-height: 20px;
  margin: 1em 0 !important;
}
html .terms-and-conditions ul {
  list-style: disc;
  padding-left: 30px;
}
html .terms-and-conditions ul li {
  font-weight: normal;
  line-height: 20px;
  margin: 1em 0 !important;
}
html .terms-and-conditions .narrow {
  font-family: "arial narrow", "roboto condensed", arial, sans-serif;
  text-transform: uppercase;
}
html .terms-and-conditions .li-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #f3901d;
}
html .terms-and-conditions .alpha {
  list-style-type: lower-alpha;
}
html .terms-and-conditions .alpha li {
  font-weight: normal;
  line-height: 20px;
}
html .terms-and-conditions .address a, html .terms-and-conditions .address a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
html .terms-and-conditions .last-updated {
  font-size: 12px;
  color: #636466;
}
html .privacy-policy ol, html .privacy-policy ul, html .privacy-policy p {
  font-family: arial, sans-serif;
  /* font-size: 13px; */
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
html .privacy-policy h4 {
  font-family: arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}
html .privacy-policy h5 {
  font-family: arial, sans-serif;
  color: #f3901d;
  font-weight: bold;
  font-size: 14px;
}
html .privacy-policy .li-header {
  text-transform: uppercase;
  font-weight: normal;
  color: #527D97;
}
html .privacy-policy .indented {
  padding-left: 34px;
}
html .privacy-policy .line-height-20 li {
  line-height: 20px;
}
html #content {
  /* .my-account-home */
}
html #content .my-account-first-row .email-msg {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  margin-top: -15px;
  padding-bottom: 20px;
}
html #content .my-account-first-row .info-type {
  color: #619080;
  font-weight: bold;
}
html #content .my-account-layout .profile-image, html #content .my-account-layout .change-avatar {
  text-align: center;
}
html #content .my-account-layout .my-rewards {
  margin-bottom: -10px;
}
html #content .my-account-layout .my-rewards h1 {
  text-transform: uppercase;
  font-size: 24px;
}
html #content .my-account-layout .my-rewards h4 {
  color: #8f7d68;
  font-size: 1em;
  margin-bottom: 0;
}
html #content .my-account-layout .my-rewards h4:first-of-type {
  margin-top: 0;
}
html #content .my-account-layout .my-rewards h2.points {
  font-weight: bold;
  font-size: 1.8em;
  /*text-transform: uppercase;*/
  margin-top: -8px;
  color: #cccccc;
  margin-bottom: 5px;
  text-align: center;
}
html #content .my-account-layout .my-rewards h2.points span {
  color: #999999;
}
html #content .my-account-layout .my-rewards .btn-primary {
  margin: 12px 0 5px;
}
html #content .my-account-layout .my-rewards h5 {
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
html #content .my-account-layout .my-rewards h5 span {
  color: #333333;
}
html #content .my-account-layout .group-management .btn {
  background: #f3901d;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
  padding: 10px 22px;
  text-shadow: none;
  color: white;
}
html #content .my-account-layout .address {
  margin-bottom: 5px;
}
html #content .my-account-layout h3 {
  font-weight: 300;
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
html #content .my-account-layout .edit-info {
  color: #ab5f09;
  font-size: 16px;
  font-weight: normal;
}
html #content .my-account-layout .edit-info a {
  color: #ab5f09;
  text-transform: initial;
  float: right;
}
html #content .my-account-layout .my-account-topper {
  border-bottom: 1px dotted #333333;
  padding-bottom: 20px;
  padding-top: 20px;
}
html #content .my-account-layout .user-name {
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  text-transform: initial;
}
html #content .my-account-layout .info-item {
  color: #666666;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html #content .my-account-layout .survey-holder:nth-of-type(odd) {
  background-color: #f6f2e1;
}
html #content .my-account-layout .survey-holder:nth-of-type(even) {
  background-color: #f5f5f5;
}
html #content .my-account-layout .survey-holder {
  border-bottom: 4px solid white;
  padding: 10px;
}
html #content .my-account-layout .btn-retake {
  background-color: #666666;
  font-size: 14px;
  padding: 7px 28px;
  float: right;
  text-transform: uppercase;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
}
html #content .my-account-layout .btn-start {
  background-color: #ab5f09;
  font-size: 14px;
  padding: 7px 28px;
  float: right;
  text-transform: uppercase;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
}
html #content .my-account-layout .verified {
  font-size: 24px;
}
html #content .my-account-layout .verify-container {
  background-color: #f6f2e1;
  vertical-align: middle;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: -15px;
}
html #content .my-account-layout .verify-container i {
  font-size: 28px;
}
html #content .my-account-layout .relation {
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 15px;
}
html #content .my-account-layout .bold {
  font-weight: bold;
  color: #333333;
}
html #content .my-account-layout .module-description {
  color: #666666;
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
}
html #content .my-account-layout .survey-type {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
html #content .my-account-layout .survey-description {
  font-size: 13px;
  margin-bottom: 0;
}
html #content .my-account-layout .name {
  text-transform: initial;
}
html #content .my-account-layout .dotted-divider {
  border-bottom: 1px dotted #333333;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
html #content .my-account-layout .register-now {
  margin-top: -20px;
}
html #content .my-account-layout .register-now .btn-primary {
  margin-left: auto;
  margin-right: auto;
}
html #content .my-account-layout .household {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  color: #619080;
}
html #content .my-account-layout .verify-message {
  padding-left: 5px;
  padding-bottom: 2px;
}
html #content .my-account-layout .complete {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
html #content .my-account-layout .profile {
  color: #666666;
}
html #content .my-account-layout .divider {
  color: #f3901d;
}
html #content .my-account-layout .verified-description {
  color: #666666;
}
html #content .my-account-layout .family-user-details {
  margin-top: -10px;
}
html #content .my-account-layout .survey-container-main {
  clear: both;
}
html #content .my-account-layout .survey-container-header {
  display: none;
  position: relative;
}
html #content .my-account-layout .survey-container-content {
  display: block;
}
html #content .my-account-layout .teal {
  color: #619080;
}
html #content .my-account-layout select, html #content .my-account-layout input[type=text] {
  display: block;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
}
html #content .my-account-layout .btn-primary {
  max-width: 390px;
}
html #content .my-account-layout .form-label {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 15px;
}
html #content .my-account-layout .cancel-link {
  padding: 10px;
  color: #333333;
  display: inline;
}
html #content .my-account-layout .cancel-link a {
  color: #333333;
}
html .add-family-member input[type=radio] {
  margin-bottom: 10px;
  margin-right: 4px;
}
html .add-family-member .birthday-field {
  float: left;
  margin-right: 10px;
  width: 140px;
}
html .add-family-member .birthday-field select {
  max-width: 100%;
}
html .add-family-member h5 {
  clear: both;
  margin-bottom: 14px;
}
html .add-family-member .btn-primary {
  margin-right: 20px;
}

/* dejavu serif */
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-webfont.eot'); 
  src: url('fonts/dejavu-serif/dejavuserifcondensed-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url("fonts/dejavu-serif/dejavuserifcondensed-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-webfont.svg#dejavu_serifcondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.eot'); 
  src: url('fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-bold-webfont.svg#dejavu_serifcondensed_bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.eot'); 
  src: url('fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-italic-webfont.svg#dejavu_serifcondensed_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "dejavu serif condensed";
  /* src: url('fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserifcondensed-bolditalic-webfont.svg#dejavu_serifCnBdIt") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-webfont.svg#dejavu_serifbook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-bold-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-bold-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-bold-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-bold-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-bold-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-bold-webfont.svg#dejavu_serifbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-italic-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-italic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-italic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-italic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-italic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-italic-webfont.svg#dejavu_serifitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "dejavu serif";
  /* src: url('fonts/dejavu-serif/dejavuserif-bolditalic-webfont.eot');
  src: url('fonts/dejavu-serif/dejavuserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.woff2") format("woff2"), url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.woff") format("woff"), url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.ttf") format("truetype"), url("fonts/dejavu-serif/dejavuserif-bolditalic-webfont.svg#dejavu_serifbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* lobster 

@font-face {
    font-family: 'lobster';
    /* src: url('fonts/lobster/lobster-webfont.eot');
    src: url('fonts/lobster/lobster-webfont.eot?#iefix') format('embedded-opentype'),
    src: url('fonts/lobster/lobster-webfont.woff2') format('woff2'),
         url('fonts/lobster/lobster-webfont.woff') format('woff'),
         url('fonts/lobster/lobster-webfont.ttf') format('truetype'),
         url('fonts/lobster/lobster-webfont.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* roboto condensed */
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-regular-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-regular-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-regular-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-regular-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed bold";
  /* src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: bold !important;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-italic-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-italic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-italic-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-italic-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-italic-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-italic-webfont.svg#roboto_condenseditalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-bolditalic-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-light-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-light-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-light-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-light-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-light-webfont.svg#roboto_condensedlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "roboto condensed";
  /* src: url('fonts/roboto-condensed/robotocondensed-lightitalic-webfont.eot');
  src: url('fonts/roboto-condensed/robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), */
  src: url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.woff2") format("woff2"), url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.woff") format("woff"), url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.ttf") format("truetype"), url("fonts/roboto-condensed/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
/* classes for fonts */
.lobster {
  font-family: "lobster", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold !important;
}

.translated .products .product {
  flex-basis: calc(25% - 15px);
}

html {
  /* ---------- customer landing page: home ---------- */
  /* main banner */
  /* Products-css */
  /* be part of our exclusive web panel */
  /* privacy and questions */
  /* rewards */
  /* ---------- customer landing page: about ---------- */
  /* ---------- alloy accordion ---------- */
  /* ---------- my dashboard ---------- */
  /* tutorial */
  /* main image and welcome message */
  /* surveys available */
  /* my rewards */
  /* old news styling that follows graphic comps */
  /* new news styling that follows norc.org site */
  /* ---------- survey activity ---------- */
  /* ---------- Reward Activity Table ---------- */
  /* ---------- All Activity Table ---------- */
  /* ---------- Recent Activity Portlet ---------- */
  /* ---------- signed in: get info ---------- */
  /* 	.get-help-have-a-question {
  		background: #f5f5f5;
  		padding: 15px;

  		h5 {
  			margin: 10px 0 0 0;
  		}

  		h5.darkOrange {
  			color: $darkOrange;
  			margin: 0 0 12px 0;
  		}

  		p {
  			font-family: arial, sans-serif;
  			font-size: 13px;
  			margin: 0 0 12px 0;
  		}
  	}
  	 */
  /* ---------- Privacy, terms, etc. ---------- */
  /* ---------- Terms and conditions ---------- */
  /* ---------- Privacy policy ---------- */
  /* ---------- my account: home ---------- */
  /* #content */
  /* ---------- add family member ---------- */
}
html .norc-font-weight-normal {
  font-weight: normal !important;
}
html .form-control {
  height: 40px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
html textarea {
  width: 100%;
  min-height: 120px;
}
html label {
  color: #619080;
  margin-bottom: 10px;
  font-weight: bold;
}
html .contact-form .field-required {
  margin-bottom: 10px;
}
html h3 {
  font-size: 24.5px;
  font-weight: bold;
}
html .contact-form .form-control {
  width: 100%;
}
html .contact-form .contacterror {
  margin-bottom: 10px;
  color: #a94442;
}
html .input-group .form-control {
  margin-bottom: 10px;
}
html .home-main img {
  width: 100%;
}
html .home-main p {
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
  font-size: 17px;
  float: left;
  margin: 6px 0 0;
  line-height: 22px;
  display: table;
  padding-bottom: 27px;
}
html .home-main p span {
  display: table-cell;
  padding-right: 20px;
}
html .home-main .btn-primary {
  /*float: right;*/
  margin: 0 0 5px 14px;
  display: table-cell;
  float: none;
  width: 102px;
}
html .home-main .btn-primary span {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  display: inline;
  padding-right: 0;
}
html .cart-icon-mobile {
  display: none;
}
html .cart-icon-mobile .cartSize, html .cart-icon .cartSize {
  left: 28px;
  position: absolute;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #D3D3D3;
  font-weight: bolder;
  margin-top: -40px;
  padding-top: 3px;
  color: black;
}
html .cart-icon .shopping-cart {
  font-size: 36px;
  position: absolute;
  left: -70px;
  margin-top: 0px;
  color: #f3901d;
}
html .cart-icon .cart-text {
  color: #333;
  font-size: 13px;
  line-height: 17px;
  padding-left: 8px;
}
html .products {
  clear: right;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 768px) {
  html .products {
    padding: 8px;
  }
}
html .products .product {
  min-height: 300px;
  flex-basis: calc(25% - 15px);
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  margin-top: -1px;
  margin-left: -1px;
}
@media (max-width: 768px) {
  html .products .product {
    flex-basis: calc(33% - 16px);
    margin-left: 100px;
  }
}
@media (max-width: 480px) {
  html .products .product {
    margin-left: 50px;
    min-height: 313px;
  }
  html .products .product .product-name {
    height: 20px;
    font-size: 17px;
    overflow: hidden;
  }
  html .products .product .product-action {
    padding: 16px 8px;
  }
}
@media (max-width: 320px) {
  html .products .product {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
html .searchbtn {
  padding: 3px 3px !important;
  margin-bottom: 4px;
  margin-left: 4px;
}
@media (max-width: 480px) {
  html .searchBack {
    margin-top: 15px;
  }
}
html .searchText {
  width: 300px;
}
@media (max-width: 768px) {
  html .searchText {
    width: 200px;
  }
}
html .searchDiv {
  float: right;
  padding-right: 40px;
  padding-bottom: 40px;
}
html .prodimg {
  width: 80%;
  margin-left: 18px;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 120px;
}
html .prodText {
  height: 60px;
  text-align: center;
}
html .product-name {
  font-weight: normal;
  font-size: 16px;
  word-wrap: normal;
  padding-left: 10px;
}
html .product-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1071px) {
  html .product-price {
    padding-right: 20px;
  }
}
html .prod-details h2 {
  color: #d6782c;
  border-bottom: dashed;
  border-color: black;
  border-width: 0.75px;
  padding-bottom: 15px;
  font-weight: normal;
}
html .prod-details .details img {
  margin-top: 40px;
}
html .prod-details .details h3 {
  font-weight: "normal";
  float: left;
}
html .prod-details .details .prod-description {
  display: inline-block;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}
html .prod-details .details .terms {
  padding-left: 20px;
  margin-top: 10px;
}
html .prod-details .details .add-to-cart {
  padding-left: 20px;
  float: right;
}
@media (max-width: 480px) {
  html .prod-details .details .add-to-cart {
    float: left;
    width: 160px;
    display: block;
    margin-top: 30px;
    margin-left: 1rem !important;
    padding-left: 0px;
  }
}
html .cartbtndiv {
  padding-bottom: 10px;
}
@media (max-width: 1071px) {
  html .cartbtndiv {
    padding-right: 20px;
  }
}
html .cartbtn {
  margin-left: 30px;
  margin-bottom: 20px;
}
html .checkout {
  display: block;
}
html .checkout h2 {
  color: #f3901d;
  font-weight: normal;
}
html .checkout .col-md-7 {
  padding-left: 20px;
  border-right: solid;
  border-color: black;
  border-width: 0.75px;
}
@media (max-width: 1071px) {
  html .checkout .col-md-7 {
    border-right: 0px;
  }
}
html .checkout .col-md-7 h2 {
  margin-top: 0px;
}
html .checkout .col-md-7 span {
  float: right;
  font-size: 15px;
  padding-right: 10px;
}
html .checkout .rewards-link {
  margin-top: 15px;
  float: left;
}
@media (max-width: 1071px) {
  html .checkout .rewards-link {
    margin-bottom: 10px;
  }
}
@media (max-width: 1071px) {
  html .checkout .col-md-5 {
    margin-top: 50px;
    padding-top: 10px;
  }
}
html .shippinginfo h2 {
  color: #f3901d;
  font-weight: normal;
}
html .shippingcheckout {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}
html .home-nested-portlet .columns-2 > .row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: table;
}
html .home-nested-portlet .columns-2 > .row .portlet-column {
  display: table-cell;
}
html .home-nested-portlet .columns-2 > .row .col-md-4 {
  border-left: 1px solid #000;
  padding-left: 24px;
}
html .home-1234 {
  margin-right: 18px;
}
html .home-1234 .col-md-3 {
  position: relative;
  text-align: center;
}
html .home-1234 h4 {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: #333333;
  margin: 16px 0 36px 0;
  line-height: 1;
}
html .home-1234 h4 span {
  color: #f3901d;
  text-transform: uppercase;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}
html .home-1234 .circle {
  background-color: #f8f5e7;
  border-radius: 500px;
  text-align: center;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  padding: 8px 10px;
  height: 156px;
  width: 156px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
html .home-1234 .circle h1 {
  font-size: 60px;
  color: #f3901d;
  font-weight: 300;
}
html .home-1234 .circle p {
  color: #666666;
}
html .home-1234 img {
  margin-top: -16px;
}
html .home-privacy, html .home-question {
  background-color: #f8f5e7;
  padding: 20px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 2px solid #ffffff;
}
html .home-privacy strong, html .home-question strong {
  color: #f3901d;
  text-transform: uppercase;
  font-weight: bold;
}
html .home-privacy i, html .home-question i {
  margin-right: 5px;
}
html .home-privacy .toggler-content-collapsed, html .home-question .toggler-content-collapsed {
  display: block;
}
html .home-privacy {
  margin-top: 12px;
}
html .rewards-portlet {
  /* margin-bottom: -40px; */
  background: transparent;
  padding-top: 10px;
}
html .rewards-portlet .portlet-borderless-container {
  background: transparent;
}
html .rewards-portlet .rewards {
  border-top: 1px solid #333333;
  padding-top: 30px;
  position: relative;
}
html .rewards-portlet .rewards h4 {
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
  color: #f3901d;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
html .rewards-portlet .rewards p {
  color: #333333;
  font-weight: 300;
}
html .rewards-portlet .rewards .btn-primary {
  position: absolute;
  bottom: 100px;
  right: 130px;
}
html #content .register-now, html #content .header-promo {
  background-color: #f8f5e7;
  padding: 20px;
  text-align: center;
  color: #8f7d68;
  font-weight: bold;
  margin-top: 10px;
}
html #content .register-now p, html #content .header-promo p {
  font-size: 14px;
  line-height: 26px;
}
html #content .register-now .btn-primary, html #content .header-promo .btn-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14.5px;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  white-space: normal !important;
}
html #content .register-now .btn-primary span, html #content .header-promo .btn-primary span {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .about-contact {
  background: #f5f5f5;
  padding: 6px 20px;
}
html .about-contact h5 {
  color: #8f7d68;
}
html .about-contact p {
  font-size: 11.5px;
  font-family: arial, sans-serif;
  line-height: 15px;
}
html .about-contact img {
  margin: 3px 0 15px 0;
  width: 100%;
}
html #content .content-accordion {
  padding-bottom: 20px;
}
html #content .content-accordion .content-question {
  border-bottom: 1px solid #d6772c !important;
  padding-bottom: 1.5em;
}
html #content .content-accordion .content-question h2:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
html #content .content-accordion h2 {
  padding-top: 24px !important;
  margin-top: 20px !important;
  font-size: 18px !important;
}
html #content .content-accordion .toggler-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 8px 10px;
  width: 100%;
  margin: 0;
}
html #content .content-accordion .toggler-header-collapsed:before {
  font-size: 30px;
  color: white;
  content: "+";
  margin: 6px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6b8f81;
  border-radius: 50%;
  vertical-align: middle;
}
html #content .content-accordion .toggler-header-expanded:before {
  font-size: 30px;
  color: white;
  content: "-";
  margin: 6px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d6782c;
  border-radius: 50%;
  vertical-align: middle;
}
html #content .content-accordion .toggler-header-expanded {
  color: #ab5f09;
  background-color: #f8f5e7;
}
html #content .content-accordion .toggler-content-wrapper {
  /* float: left; */
}
html #content .content-accordion .toggler-content-wrapper div {
  font-size: 13.5px;
  margin: 5px 0;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 5px solid #ffffff;
}
html .account-creation-notification {
  color: #666666;
  font-size: 14px;
}
html .account-creation-notification b, html .account-creation-notification a {
  color: #f3901d;
  font-weight: bold;
}
html .account-creation-notification a:hover {
  text-decoration: none;
}
html .dashboard-tutorial .tutorialContent {
  position: relative;
  margin-top: 14px;
}
html .dashboard-tutorial .tutorialContent:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  z-index: 10;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
html .dashboard-tutorial .tutorialCarousel {
  display: inline-block;
}
html .dashboard-tutorial .carousel-item {
  z-index: 1;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  opacity: 0 !important;
  display: block;
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
}
html .dashboard-tutorial .carousel-item-active {
  opacity: 1 !important;
}
html .dashboard-tutorial menu {
  background: none;
}
html .dashboard-tutorial .carousel-menu-pause, html .dashboard-tutorial .carousel-menu-index {
  display: none;
}
html .dashboard-tutorial .carousel-menu-prev, html .dashboard-tutorial .carousel-menu-next {
  height: 24px;
  width: 77px;
  background: none;
}
html .dashboard-tutorial .carousel-menu-prev {
  background-image: url(../images/NORC/tutorial-back.png);
}
html .dashboard-tutorial .carousel-menu-next {
  background-image: url(../images/NORC/tutorial-next.png);
}
html .dashboard-tutorial .col-md-4 {
  background: #f5f5f5;
}
html .dashboard-tutorial h4 {
  color: #ab5f09;
}
html .dashboard-tutorial h5 {
  color: black;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
  padding-bottom: 8px;
}
html .dashboard-tutorial h5 span {
  color: #cccccc;
}
html .dashboard-tutorial h5 .orange {
  color: #f3901d;
}
html .dashboard-tutorial h5 .deja-vu {
  color: #f3901d;
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
}
html .tutorialContent, html .tutorialContent.toggler-content-collapsed {
  display: none;
}
html .tutorialContent.toggler-content-expanded {
  display: block;
}
html .customer-home-main img {
  width: 100%;
}
html .customer-home-main h4 {
  text-align: center;
}
html .customer-home-main h4 a, html .customer-home-main h4 span {
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
html .customer-home-main h4 a:hover {
  text-decoration: none;
}
html .my-dashboard-nested-portlets .columns-2 > .row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
html .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6 {
  border-left: 1px dotted #000000;
  vertical-align: top;
  padding-left: 30px;
  vertical-align: top;
}
html .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6:first-child {
  padding-right: 30px;
  border-left: 0;
}
html #content .surveys-available .text-color-good {
  color: #18b340 !important;
  font-weight: 700;
}
html #content .surveys-available h2 {
  color: #f3901d;
  font-family: "dejavu serif condensed", "georgia", "times new roman", serif;
  font-size: 24px;
  line-height: 30px;
  margin: 2% 20%;
}
html #content .surveys-available h2 span {
  font-family: "roboto condensed bold", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  font-size: 32px;
}
html #content .surveys-available h3 {
  font-size: 17px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  line-height: 24px;
  margin: 2% 25%;
}
html #content .surveys-available .btn-primary {
  min-width: 180px;
  border-bottom: 4px solid #bc6520;
  border-radius: 5px;
  background-color: #d7782c !important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
html #content .surveys-available p {
  color: #999999;
  margin: 0 25%;
}
html #content .surveys-available p span {
  color: #f3901d;
}
html #content .surveys-available p b span {
  color: #333333;
}
html .my-rewards h1 {
  /*text-transform: uppercase;*/
  font-size: 31.5px;
  text-align: center;
}
html .my-rewards h4 {
  color: #8f7d68;
  font-size: 1.1em;
  margin: 0 30%;
}
html .my-rewards h2.points {
  font-weight: bold;
  font-size: 3.2em;
  /*text-transform: uppercase;*/
  margin-top: 0;
  color: #cccccc;
  text-align: center;
}
html .my-rewards h2.points span {
  color: #999999;
}
html .my-rewards .btn-primary {
  min-width: 180px;
  border-bottom: 4px solid #bc6520 !important;
  border-radius: 5px !important;
  background-color: #d7782c !important;
  color: #fff;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
html .my-rewards h5 {
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
html .my-rewards h5 span {
  color: #333333;
}
html .customer-home-my-rewards h2 {
  color: #f3901d;
  font-weight: 300;
  text-transform: uppercase;
}
html .customer-home-my-rewards p {
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  color: #333333;
  font-size: 14px;
}
html .get-help-header-content {
  font-size: 16px !important;
  text-align: left !important;
  margin-top: 2em !important;
}
html .get-help-page-right-header-content {
  margin-top: 2em !important;
}
html .in-the-news h2 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
}
html .in-the-news h2 a {
  font-size: 13px;
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  text-transform: none;
}
html .in-the-news a {
  text-decoration: underline !important;
  color: #d6782c !important;
}
html .in-the-news h4 {
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  color: #333333;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 24px;
}
html .in-the-news h5 {
  margin: 4px 0 4px 0;
  color: #333333;
}
html .in-the-news p {
  /* text-transform: uppercase;
  color: #999999; */
  margin: 0 0 4px 0;
}
html .in-the-news p span {
  color: #f3901d;
  margin: 0 2px 0 3px;
}
html .in-the-news p span.selected {
  color: #333333;
  font-weight: bold;
  margin: 0;
}
html .in-the-news .css-table-striped .css-tr .css-td a {
  font-size: 15px;
}
html .in-the-news .css-table-striped .css-tr .css-td:first-child {
  text-align: center;
  width: 90px;
}
html .in-the-news .css-table-striped .css-tr .css-td:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 90px;
}
html .in-the-news .css-table-striped .css-tr:nth-child(odd) .css-td {
  background-color: #f8f5e7;
}
html .news-stories-portlet {
  max-width: 500px;
  margin: 0 auto;
}
html .news-story .news-tag {
  color: #666666;
  margin-bottom: 2px;
}
html .news-story .news-title {
  font-weight: normal;
  margin-bottom: 0px;
}
html .news-story .news-title a {
  margin-left: 10px;
  font-weight: bold;
}
html .text-color-good {
  color: #18b340 !important;
}
html .survey-portlet {
  /*
  .table-striped {

  	td:first-child { font-weight: bold; }

  	td:nth-of-type(4) {
  		font-weight: bold;
  		font-size: 16px;
  	} 
  }
  */
}
html .survey-portlet .container {
  width: auto;
}
html .survey-portlet h3 {
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .survey-portlet .btn-primary {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  min-width: 150px;
}
html .survey-portlet .mobileTable .css-th:first-child, html .survey-portlet .mobileTable .css-td:first-child {
  width: 20%;
}
html .survey-portlet .mobileTable .css-th:nth-of-type(2), html .survey-portlet .mobileTable .css-td:nth-of-type(2) {
  width: 20%;
}
html .survey-portlet .mobileTable .css-th:nth-of-type(3), html .survey-portlet .mobileTable .css-td:nth-of-type(3) {
  width: 40%;
}
html .survey-portlet .mobileTable .css-th:nth-of-type(4), html .survey-portlet .mobileTable .css-td:nth-of-type(4) {
  width: 20%;
}
html .survey-portlet .mobileTable .css-td:first-child {
  font-weight: bold;
}
html .survey-portlet .mobileTable .css-td:nth-of-type(4) {
  font-weight: bold;
  font-size: 15px;
}
html .recent-survey-activity .container {
  width: auto;
}
html .recent-survey-activity .css-th:first-child, html .recent-survey-activity .css-td:first-child {
  width: 20%;
}
html .recent-survey-activity .css-th:nth-of-type(2), html .recent-survey-activity .css-td:nth-of-type(2) {
  width: 20%;
}
html .recent-survey-activity .css-th:nth-of-type(3), html .recent-survey-activity .css-td:nth-of-type(3) {
  width: 40%;
}
html .recent-survey-activity .css-th:nth-of-type(4), html .recent-survey-activity .css-td:nth-of-type(4) {
  width: 20%;
}
html .recent-survey-activity .css-td:first-child {
  font-weight: bold;
}
html .recent-survey-activity h3 {
  text-transform: capitalize;
  font-weight: bold;
}
html .recent-survey-activity .css-td:nth-of-type(4) {
  font-weight: bold;
  font-size: 15px;
}
html .reward-activity-table .container, html .recent-activity-rewards .container {
  width: auto;
}
html .reward-activity-table .css-th, html .recent-activity-rewards .css-th {
  text-align: left;
  text-transform: uppercase;
  color: #d7782d !important;
  font-weight: normal !important;
}
html .reward-activity-table .css-th:first-child, html .reward-activity-table .css-td:first-child, html .recent-activity-rewards .css-th:first-child, html .recent-activity-rewards .css-td:first-child {
  width: 18%;
  font-weight: bold;
}
html .reward-activity-table .css-th:nth-of-type(2), html .reward-activity-table .css-td:nth-of-type(2), html .recent-activity-rewards .css-th:nth-of-type(2), html .recent-activity-rewards .css-td:nth-of-type(2) {
  width: 32%;
}
html .reward-activity-table .css-th:nth-of-type(3), html .reward-activity-table .css-td:nth-of-type(3), html .recent-activity-rewards .css-th:nth-of-type(3), html .recent-activity-rewards .css-td:nth-of-type(3) {
  width: 50%;
}
html .reward-activity-table .mobile-activity-table-content, html .recent-activity-rewards .mobile-activity-table-content {
  display: none;
}
html .reward-activity-table .btn-primary, html .recent-activity-rewards .btn-primary {
  margin: 0 auto;
  min-width: 200px;
}
html .all-activity-table, html .recent-all-activity {
  /*.css-th:nth-of-type(5), .css-td:nth-of-type(5) { width: 18%; } */
}
html .all-activity-table .container, html .recent-all-activity .container {
  width: auto;
}
html .all-activity-table .css-th, html .recent-all-activity .css-th {
  text-align: left;
  text-transform: uppercase;
  color: #d7782d !important;
  font-weight: normal !important;
}
html .all-activity-table .css-th:first-child, html .all-activity-table .css-td:first-child, html .recent-all-activity .css-th:first-child, html .recent-all-activity .css-td:first-child {
  width: 18%;
  font-weight: bold;
}
html .all-activity-table .css-th:nth-of-type(2), html .all-activity-table .css-td:nth-of-type(2), html .recent-all-activity .css-th:nth-of-type(2), html .recent-all-activity .css-td:nth-of-type(2) {
  width: 14%;
}
html .all-activity-table .css-th:nth-of-type(3), html .all-activity-table .css-td:nth-of-type(3), html .recent-all-activity .css-th:nth-of-type(3), html .recent-all-activity .css-td:nth-of-type(3) {
  width: 22%;
}
html .all-activity-table .css-th:nth-of-type(4), html .all-activity-table .css-td:nth-of-type(4), html .recent-all-activity .css-th:nth-of-type(4), html .recent-all-activity .css-td:nth-of-type(4) {
  width: 46%;
}
html .all-activity-table .css-td:nth-of-type(5), html .recent-all-activity .css-td:nth-of-type(5) {
  font-weight: bold;
  font-size: 15px;
}
html .all-activity-table h3, html .recent-all-activity h3 {
  text-transform: capitalize;
}
html .all-activity-table .all-activity-table-content, html .recent-all-activity .all-activity-table-content {
  display: none;
}
html .all-activity-table .btn-primary, html .recent-all-activity .btn-primary {
  margin: 0 auto;
  min-width: 200px;
}
html .my-dependent-view .container {
  width: auto;
}
html .my-dependent-view .css-th:first-child, html .my-dependent-view .css-td:first-child {
  width: 25%;
}
html .my-dependent-view .css-th:nth-of-type(2), html .my-dependent-view .css-td:nth-of-type(2) {
  width: 35%;
}
html .my-dependent-view .css-th:nth-of-type(3), html .my-dependent-view .css-td:nth-of-type(3) {
  width: 40%;
}
html .my-dependent-view h3 {
  text-transform: capitalize;
}
html .my-dependent-view .btn-primary {
  margin: 0 auto;
  min-width: 200px;
}
html .recent-activity-portlet .view-options {
  /*text-transform: uppercase;*/
  font-weight: bold;
}
html .recent-activity-portlet .view-options a {
  font-weight: normal;
}
html .recent-activity-portlet h2 {
  color: #f3901d;
  font-weight: 300;
  /*text-transform: uppercase;*/
  margin-bottom: 15px;
  margin-right: 5%;
  display: inline-block;
}
html .recent-activity-portlet h2 + a {
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
  display: inline;
}
html .recent-activity-portlet .view-label {
  display: inline;
  text-transform: uppercase;
  color: #bfb6ac;
}
html .recent-activity-portlet .view-options .divider {
  color: #f3901d;
  font-weight: normal;
  margin: 0 1px;
}
html .recent-activity-portlet .recent-activity-table-holder {
  margin-top: 20px;
}
html .shadow-box {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.13);
}
html .shadow-box__title--small {
  font-size: 24px;
}
html .shadow-box__title {
  margin: 0;
  padding: 15px 25px;
  background: #d7782d;
  font-weight: bold;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}
html .text-weight--normal {
  font-weight: normal;
}
html .shadow-box__content {
  padding: 35px 25px;
}
html .text--big {
  font-size: 18px;
}
html .shadow-box__content > *:first-child, html .shadow-box__content > ol:first-child > li:first-child, html .shadow-box__content > ul:first-child > li:first-child {
  margin-top: 0;
}
html .labeled__label {
  margin: 0 0 0.25em;
  font-weight: bold;
  font-size: 1.112em;
}
html strong, html b {
  font-weight: 700;
}
html .labeled + .labeled {
  margin-top: 1em;
}
html .labeled__label {
  margin: 0 0 0.25em;
  font-weight: bold;
  font-size: 1.112em;
}
html .labeled + .labeled--divided {
  margin-top: 2em;
}
html .text-leading--slightly-expanded {
  line-height: 1.3;
}
html #content .get-in-touch {
  background-color: #f8f5e7;
  padding: 20px;
  color: #8f7d68;
  font-weight: bold;
}
html #content .get-in-touch .btn-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  margin-top: 6px;
}
html .subsections-text h3 {
  margin-top: 0;
}
html .subsections-text h4 {
  line-height: 26px;
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
}
html .subsections-text h5 {
  margin-top: 26px;
}
html .subsections-text p {
  line-height: 22px;
}
html .terms-and-conditions ol, html .terms-and-conditions ul, html .terms-and-conditions p {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
html .terms-and-conditions ol li {
  font-weight: bold;
  line-height: 20px;
  margin: 1em 0 !important;
}
html .terms-and-conditions ul {
  list-style: disc;
  padding-left: 30px;
}
html .terms-and-conditions ul li {
  font-weight: normal;
  line-height: 20px;
  margin: 1em 0 !important;
}
html .terms-and-conditions .narrow {
  font-family: "arial narrow", "roboto condensed", arial, sans-serif;
  text-transform: uppercase;
}
html .terms-and-conditions .li-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #f3901d;
}
html .terms-and-conditions .alpha {
  list-style-type: lower-alpha;
}
html .terms-and-conditions .alpha li {
  font-weight: normal;
  line-height: 20px;
}
html .terms-and-conditions .address a, html .terms-and-conditions .address a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
html .terms-and-conditions .last-updated {
  font-size: 12px;
  color: #636466;
}
html .privacy-policy ol, html .privacy-policy ul, html .privacy-policy p {
  font-family: arial, sans-serif;
  /* font-size: 13px; */
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
html .privacy-policy h4 {
  font-family: arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}
html .privacy-policy h5 {
  font-family: arial, sans-serif;
  color: #f3901d;
  font-weight: bold;
  font-size: 14px;
}
html .privacy-policy .li-header {
  text-transform: uppercase;
  font-weight: normal;
  color: #527D97;
}
html .privacy-policy .indented {
  padding-left: 34px;
}
html .privacy-policy .line-height-20 li {
  line-height: 20px;
}
html #content {
  /* .my-account-home */
}
html #content .my-account-first-row .email-msg {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  margin-top: -15px;
  padding-bottom: 20px;
}
html #content .my-account-first-row .info-type {
  color: #619080;
  font-weight: bold;
}
html #content .my-account-layout .profile-image, html #content .my-account-layout .change-avatar {
  text-align: center;
}
html #content .my-account-layout .my-rewards {
  margin-bottom: -10px;
}
html #content .my-account-layout .my-rewards h1 {
  text-transform: uppercase;
  font-size: 24px;
}
html #content .my-account-layout .my-rewards h4 {
  color: #8f7d68;
  font-size: 1em;
  margin-bottom: 0;
}
html #content .my-account-layout .my-rewards h4:first-of-type {
  margin-top: 0;
}
html #content .my-account-layout .my-rewards h2.points {
  font-weight: bold;
  font-size: 1.8em;
  /*text-transform: uppercase;*/
  margin-top: -8px;
  color: #cccccc;
  margin-bottom: 5px;
  text-align: center;
}
html #content .my-account-layout .my-rewards h2.points span {
  color: #999999;
}
html #content .my-account-layout .my-rewards .btn-primary {
  margin: 12px 0 5px;
}
html #content .my-account-layout .my-rewards h5 {
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
html #content .my-account-layout .my-rewards h5 span {
  color: #333333;
}
html #content .my-account-layout .group-management .btn {
  background: #f3901d;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
  padding: 10px 22px;
  text-shadow: none;
  color: white;
}
html #content .my-account-layout .address {
  margin-bottom: 5px;
}
html #content .my-account-layout h3 {
  font-weight: 300;
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
html #content .my-account-layout .edit-info {
  color: #ab5f09;
  font-size: 16px;
  font-weight: normal;
}
html #content .my-account-layout .edit-info a {
  color: #ab5f09;
  text-transform: initial;
  float: right;
}
html #content .my-account-layout .my-account-topper {
  border-bottom: 1px dotted #333333;
  padding-bottom: 20px;
  padding-top: 20px;
}
html #content .my-account-layout .user-name {
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  text-transform: initial;
}
html #content .my-account-layout .info-item {
  color: #666666;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html #content .my-account-layout .survey-holder:nth-of-type(odd) {
  background-color: #f6f2e1;
}
html #content .my-account-layout .survey-holder:nth-of-type(even) {
  background-color: #f5f5f5;
}
html #content .my-account-layout .survey-holder {
  border-bottom: 4px solid white;
  padding: 10px;
}
html #content .my-account-layout .btn-retake {
  background-color: #666666;
  font-size: 14px;
  padding: 7px 28px;
  float: right;
  text-transform: uppercase;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
}
html #content .my-account-layout .btn-start {
  background-color: #ab5f09;
  font-size: 14px;
  padding: 7px 28px;
  float: right;
  text-transform: uppercase;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
}
html #content .my-account-layout .verified {
  font-size: 24px;
}
html #content .my-account-layout .verify-container {
  background-color: #f6f2e1;
  vertical-align: middle;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: -15px;
}
html #content .my-account-layout .verify-container i {
  font-size: 28px;
}
html #content .my-account-layout .relation {
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 15px;
}
html #content .my-account-layout .bold {
  font-weight: bold;
  color: #333333;
}
html #content .my-account-layout .module-description {
  color: #666666;
  font-family: "dejavu serif", "georgia", "cambria", "palatino", "times new roman", serif;
}
html #content .my-account-layout .survey-type {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
html #content .my-account-layout .survey-description {
  font-size: 13px;
  margin-bottom: 0;
}
html #content .my-account-layout .name {
  text-transform: initial;
}
html #content .my-account-layout .dotted-divider {
  border-bottom: 1px dotted #333333;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
html #content .my-account-layout .register-now {
  margin-top: -20px;
}
html #content .my-account-layout .register-now .btn-primary {
  margin-left: auto;
  margin-right: auto;
}
html #content .my-account-layout .household {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  color: #619080;
}
html #content .my-account-layout .verify-message {
  padding-left: 5px;
  padding-bottom: 2px;
}
html #content .my-account-layout .complete {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
html #content .my-account-layout .profile {
  color: #666666;
}
html #content .my-account-layout .divider {
  color: #f3901d;
}
html #content .my-account-layout .verified-description {
  color: #666666;
}
html #content .my-account-layout .family-user-details {
  margin-top: -10px;
}
html #content .my-account-layout .survey-container-main {
  clear: both;
}
html #content .my-account-layout .survey-container-header {
  display: none;
  position: relative;
}
html #content .my-account-layout .survey-container-content {
  display: block;
}
html #content .my-account-layout .teal {
  color: #619080;
}
html #content .my-account-layout select, html #content .my-account-layout input[type=text] {
  display: block;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
}
html #content .my-account-layout .btn-primary {
  max-width: 390px;
}
html #content .my-account-layout .form-label {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 15px;
}
html #content .my-account-layout .cancel-link {
  padding: 10px;
  color: #333333;
  display: inline;
}
html #content .my-account-layout .cancel-link a {
  color: #333333;
}
html .add-family-member input[type=radio] {
  margin-bottom: 10px;
  margin-right: 4px;
}
html .add-family-member .birthday-field {
  float: left;
  margin-right: 10px;
  width: 140px;
}
html .add-family-member .birthday-field select {
  max-width: 100%;
}
html .add-family-member h5 {
  clear: both;
  margin-bottom: 14px;
}
html .add-family-member .btn-primary {
  margin-right: 20px;
}

/* ---------- Navigation: small desktop/large tablet ---------- */
@media (max-width: 1110px) {
  /** Footer Responsiveness start for norc-nppc-internal-theme**/
  .toggler-content-wrapper {
    position: absolute !important;
    right: 3rem !important;
    top: 5rem !important;
  }
  .navHeader {
    z-index: 9999 !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .apps {
    width: auto !important;
  }
  .connect {
    width: auto !important;
  }
  .contact {
    width: auto !important;
  }
  #p_p_id_Redemption_ .portlet-content {
    margin-top: 5rem !important;
    margin-bottom: 4rem !important;
  }
  /* .portlet-layout{
  	#p_p_id_Redemption_{
  		order:2 !important;
  	}
  } */
  html {
    /** Footer Responsiveness end for norc-nppc-internal-theme**/
    /* ------ Home 1234 ------- */
  }
  html .footer .container {
    display: block !important;
    padding: 0 32px;
  }
  html #banner #navToggler {
    display: block;
    width: 100%;
  }
  html #banner #navigation ul {
    margin-left: 0;
  }
  html #banner #navigation ul li a {
    padding-bottom: 11px;
  }
  html #wrapper .home-1234 {
    padding-bottom: 20px;
    margin-right: 0;
  }
  html #wrapper .home-1234 .row {
    border-bottom: 1px dashed #333333;
    padding-bottom: 20px;
  }
  html #wrapper .home-1234 .row .span3 {
    display: inline-block;
    border-bottom: 1px dashed #333333;
    width: 49.5%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  html #wrapper .home-1234 .row .span3:nth-of-type(3), html #wrapper .home-1234 .row .span3:nth-of-type(4) {
    border-bottom: 0px solid black;
    margin-bottom: -20px;
    margin-top: 30px;
    margin-left: 0;
  }
  html #wrapper .home-1234 img {
    margin-bottom: 0;
  }
}
/*
@media (min-width: 980px) {
	html {
		.navContent { margin-top: 0 !important; }
	}
}
*/
@media (max-width: 979px) {
  /* ---------- Dockbar ---------- */
  html {
    /* ---------- General layout ---------- */
    /*----------- Guest Home -------------- */
    /* ---------- Navigation: tablet and mobile ---------- */
    /* ------------------ Home 1 2 3 4 ---------------- */
    /* ---------- My Account Home: tablet and mobile ---------- */
    /* End My Account Home: tablet and mobile */
    /* ---------- Recent Activity ---------- */
  }
  html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html #heading {
    bottom: 100%;
    /* margin-top: -2em; */
    position: relative;
  }
  html #heading .site-title {
    font-size: 26px;
    /*img {
    	width: 35px;
    }*/
  }
  html #navigation {
    display: none;
  }
  html #navigation.open {
    display: block;
  }
  html #navigation.open .navbar-inner {
    border-radius: 3px;
    padding: 10px;
  }
  html #navigation.open .navbar-inner .navbar-collapse {
    height: auto;
    overflow: visible;
  }
  html #navigation .nav {
    margin: 0;
  }
  html .dockbar-split .dockbar, html .dockbar {
    float: right;
    height: auto;
    position: relative;
    z-index: 401;
  }
  html .dockbar-split .dockbar .info-items, html .dockbar .info-items {
    height: auto;
    position: static;
    width: 300px;
  }
  html .dockbar-split .dockbar .navbar-inner, html .dockbar .navbar-inner {
    width: auto;
  }
  html .dockbar-split .dockbar .navbar-inner .navbar-btn, html .dockbar .navbar-inner .navbar-btn {
    background: transparent;
    border: none;
    float: left;
    font-size: 24px;
    padding: 12px 15px;
  }
  html .dockbar-split .dockbar .navbar-inner .navbar-btn:hover, html .dockbar .navbar-inner .navbar-btn:hover {
    background-color: #5BBAE8;
  }
  html .dockbar-split .dockbar .navbar-inner .navbar-btn.open, html .dockbar .navbar-inner .navbar-btn.open {
    background-color: #F5AF45;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-account-controls, html .dockbar .navbar-inner .nav-account-controls {
    padding: 0 5px;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-account-controls .user-avatar-image, html .dockbar .navbar-inner .nav-account-controls .user-avatar-image {
    display: none;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls, html .dockbar .navbar-inner .nav-add-controls {
    background: transparent;
    border-top-width: 0;
    position: static;
    z-index: 350;
    padding: 0 5px;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li, html .dockbar .navbar-inner .nav-add-controls > li {
    float: none;
    margin: 0;
    position: relative;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a, html .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
    clip: rect(auto auto auto auto);
    position: static;
    visibility: visible;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls, html .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls {
    display: none;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a, html .dockbar .navbar-inner .nav-add-controls > li > a {
    background: transparent;
    text-align: left;
    white-space: nowrap;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover, html .dockbar .navbar-inner .nav-add-controls > li > a:hover {
    background: #F3f3f3;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^=glyphicon-], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^=glyphicon-], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" glyphicon-"], html .dockbar .navbar-inner .nav-add-controls > li > a [class^=glyphicon-], html .dockbar .navbar-inner .nav-add-controls > li > a [class^=glyphicon-], html .dockbar .navbar-inner .nav-add-controls > li > a [class*=" glyphicon-"] {
    font-size: 22px;
    margin-top: 0;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link, html .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
    background: transparent;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^=glyphicon-], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^=glyphicon-], html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" glyphicon-"], html .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^=glyphicon-], html .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^=glyphicon-], html .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" glyphicon-"] {
    color: #FFF;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label, html .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
    background: transparent;
    display: inline;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label, html .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
    display: inline;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .glyphicon .glyphicon-caret-down, html .dockbar .navbar-inner .nav-add-controls > li > a .glyphicon .glyphicon-caret-down {
    display: none;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse, html .dockbar .navbar-inner .nav-collapse {
    z-index: 400;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse.open, html .dockbar .navbar-inner .nav-collapse.open {
    overflow: visible;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav, html .dockbar .navbar-inner .nav-collapse > .nav {
    background: #009AE5;
    border-width: 0;
    left: auto;
    margin: 0;
    min-width: 160px;
    position: absolute;
    right: 0;
    z-index: 400;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a, html .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a {
    font-size: 16px;
    line-height: 32px;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle, html .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle {
    color: #FFFFFF;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a, html .dockbar .navbar-inner .nav-collapse > .nav > li > a {
    color: #FFF;
    font-size: 16px;
    margin: 5px 0;
    padding: 6px 15px;
  }
  html .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, html .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover, html .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, html .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover {
    background-color: #5BBAE8;
  }
  html .cart-icon {
    display: none;
  }
  html .cart-icon-mobile {
    display: block;
  }
  html .cart-icon-mobile .shopping-cart {
    font-size: 36px;
    position: absolute;
    margin-top: -60px;
    color: #f3901d;
    right: 130px;
  }
  html .translated .shopping-cart {
    margin-top: -30px;
  }
  html .portlet-dockbar {
    display: inline-block;
    width: 100%;
  }
  html .signed-out #_145_navAddControlsNavbarBtn {
    display: none;
  }
  html body {
    padding: 0;
  }
  html #wrapper #banner, html #wrapper #content, html #wrapper #footer {
    padding: 0 2em;
  }
  html #wrapper #footer .social-media-wrapper .snapchat {
    color: #fffc00;
  }
  html #wrapper #footer .social-media-wrapper .twitter {
    color: #009eed;
  }
  html #wrapper {
    /* ---------- Header ---------- */
    /* ---------- Footer ---------- */
  }
  html #wrapper .top-bar {
    padding: 4px 2em;
    min-height: 30px;
  }
  html #wrapper .top-bar img {
    margin: 3px 0 20px 20px;
  }
  html #wrapper #footer .norc-footer-logo {
    float: left;
    margin-bottom: 14px;
  }
  html #wrapper #footer p {
    clear: both;
  }
  html #wrapper #footer #hacker-safe {
    display: block;
    float: none;
    margin-bottom: 14px;
    width: 67px;
  }
  html #wrapper #footer #hacker-safe img {
    float: none;
  }
  html #wrapper #footer #bbb {
    display: block;
    float: none;
    margin-bottom: 14px;
  }
  html #wrapper #footer .social-media-wrapper a {
    color: #3b5998;
    font-size: 25px;
    text-decoration: none;
  }
  html #homeCarousel menu {
    display: block;
  }
  html #banner .user-signed-in {
    position: relative;
    width: 100%;
    padding: 0px 12px 14px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 24px;
    border-bottom: 1px solid #DBDADA;
  }
  html #banner .register-now-header {
    position: relative;
    top: auto;
    right: auto;
    border-bottom: 1px solid #DBDADA;
  }
  html #banner .register-now-header p {
    margin: 6px 0;
  }
  html #banner .register-now-header p span {
    display: none;
  }
  html #banner .register-now-header a {
    padding: 8px 12px;
    display: block;
    border: none;
    margin-left: 0;
  }
  html #banner .navHeader {
    display: block;
    position: relative;
    /* right: 2rem;
    top: 6rem; */
    border: 1px solid #f3901d;
    background-image: none;
    background: #ffffff;
    color: #f3901d;
    padding: 11px 14px;
    text-shadow: none;
    font-size: 1.5em;
    width: auto;
  }
  html #banner .navHeader i:after {
    content: "\f107";
    margin-left: 10px;
  }
  html #banner .navHeader.toggler-header-expanded {
    background-color: #f3901d;
    color: #ffffff;
  }
  html #banner .navHeader.toggler-header-expanded i:after {
    content: "\f106";
  }
  html #banner .navHeader:focus {
    outline: none;
  }
  html #banner .navContent {
    display: none;
  }
  html #banner .navContent.toggler-content-expanded {
    display: block;
    margin-top: 72px !important;
    width: auto !important;
  }
  html #banner .navContent {
    position: absolute;
    right: 0px;
    top: 54px;
    z-index: 5;
    border: 1px solid #000000;
    background: #ffffff;
    min-width: 200px;
    margin-top: 5px;
    /* #navigation */
  }
  html #banner .navContent #navigation {
    width: 100%;
  }
  html #banner .navContent #navigation ul li {
    display: block;
    padding: 0;
  }
  html #banner .navContent #navigation ul li a {
    display: block;
    padding: 8px 12px;
  }
  html #banner .navContent #navigation ul li.selected a, html #banner .navContent #navigation ul li.selected a:hover {
    border-bottom: 0;
  }
  html #banner .navContent #navigation ul li.selected a span, html #banner .navContent #navigation ul li.selected a:hover span {
    border-bottom: 3px solid #333333;
    padding-bottom: 4px;
  }
  html .home-1234 {
    margin-right: 0;
  }
  html .home-1234 .row {
    border-bottom: 0px solid black;
    padding-bottom: 20px;
  }
  html .home-1234 .row .span3 {
    display: inline-block;
    border-bottom: 1px dashed #333333;
    width: 49.5%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  html .home-1234 .row .span3:nth-of-type(3), html .home-1234 .row .span3:nth-of-type(4) {
    border-bottom: 0px solid black;
    margin-bottom: -20px;
    margin-top: 30px;
    margin-left: 0;
  }
  html .home-1234 img {
    margin-bottom: 0;
  }
  html #content .my-account-home .my-account-first-row .info-item {
    clear: both;
    margin-top: -10px;
    margin-left: -1px;
  }
  html #content .my-account-home .my-account-first-row .info-type {
    margin-top: 5px;
  }
  html #content .recent-activity-portlet h2 + a {
    display: block;
  }
}
@media (max-width: 767px) {
  html {
    /* #wrapper */
    /* ---------- Navigation ---------- */
    /* ---------- Surveys available portlet ---------- */
    /* ---------- My Account Home: mobile ---------- */
    /* #wrapper */
  }
  html #wrapper {
    /* ---------- General layout ---------- */
    /* ---------- Header ---------- */
    /* --------- Register Now Button ------- */
    /*----------- Table Toggler Arrows ------- */
    /* ---------- My Account Layout  ---------- */
    /* ---------- Recent Activity ---------- */
    /* ---------- Mobile tables ---------- */
    /*.mobileTableHeader:after, .recent-survey-activity-header:after {
    	font-family: 'fontawesome-alloy';
    	position: absolute;
    	right: 15px;
    	top: 8px;
    	content: '\f078';
    }

    .mobileTableHeader.toggler-header-expanded:after, .recent-survey-activity-header.toggler-header-expanded:after{ content: '\f077'; }*/
    /* ---------- Reward activity ---------- */
    /* ---------- All activity ---------- */
    /* ---------- Guest Home ---------- */
    /* ---------- My Dashboard ---------- */
    /* ---------- Tutorial ---------- */
    /* ---------- FAQ / Get Help ---------- */
    /* ---------- In the news ---------- */
    /* ---------- Survey activity portlet ---------- */
    /* ------------------ Home 1 2 3 4 ---------------- */
    /* ---------- Home Privacy and Question Togglers ------- */
  }
  html #wrapper #banner, html #wrapper #content, html #wrapper #footer {
    padding: 0 1em;
  }
  html #wrapper #footer .social-media-wrapper .snapchat {
    color: #fffc00;
  }
  html #wrapper #footer .social-media-wrapper .twitter {
    color: #009eed;
  }
  html #wrapper .top-bar h5 {
    display: none;
  }
  html #wrapper .top-bar img {
    margin-top: 5px;
  }
  html #wrapper .register-now .btn-primary {
    margin: 0 auto;
  }
  html #wrapper .mobileTable up, html #wrapper .mobileTable down, html #wrapper .recent-survey-activity up, html #wrapper .recent-survey-activity down, html #wrapper .all-activity-table up, html #wrapper .all-activity-table down, html #wrapper .recent-all-activity up, html #wrapper .recent-all-activity down, html #wrapper .reward-activity-table up, html #wrapper .reward-activity-table down, html #wrapper .recent-activity-rewards up, html #wrapper .recent-activity-rewards down {
    position: absolute;
    cursor: pointer;
  }
  html #wrapper .mobileTable .up:after, html #wrapper .recent-survey-activity .up:after, html #wrapper .all-activity-table .up:after, html #wrapper .recent-all-activity .up:after, html #wrapper .reward-activity-table .up:after, html #wrapper .recent-activity-rewards .up:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    right: 15px;
    top: 8px;
    content: "\f077";
    cursor: pointer;
  }
  html #wrapper .mobileTable .down:after, html #wrapper .recent-survey-activity .down:after, html #wrapper .all-activity-table .down:after, html #wrapper .recent-all-activity .down:after, html #wrapper .reward-activity-table .down:after, html #wrapper .recent-activity-rewards .down:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    right: 15px;
    top: 8px;
    content: "\f078";
    cursor: pointer;
  }
  html #wrapper .my-account-layout .first-row {
    margin-bottom: 30px;
  }
  html #wrapper .my-account-layout .first-row .portlet-column {
    padding-bottom: 20px;
  }
  html #wrapper .my-account-layout .border-top-dashed {
    border-top: 1px dashed #333333;
  }
  html #wrapper .my-account-layout .border-left-dashed {
    border-top: 1px dashed #333333;
    border-left: 0px solid black;
  }
  html #wrapper .my-account-layout .border-left-solid {
    border-top: 1px solid #333333;
    border-left: 0px solid black;
  }
  html #wrapper .my-account-layout .border-bottom-solid {
    border-bottom: 1px solid #333333;
  }
  html #wrapper .my-account-layout .left-side {
    margin-right: 0;
    padding-right: 0;
  }
  html #wrapper .my-account-layout .right-side {
    margin-left: 0;
    padding-left: 0;
  }
  html #wrapper #content .recent-activity-portlet h2 + a {
    display: inline;
  }
  html #wrapper .mobileTableHeader, html #wrapper .recent-survey-activity-header {
    position: relative;
  }
  html #wrapper .mobileTableContent.toggler-content-expanded, html #wrapper .recent-survey-activity-content.toggler-content-expanded {
    display: block;
  }
  html #wrapper .mobileTableContent.toggler-content-collapsed, html #wrapper .recent-survey-activity-content.toggler-content-collapsed {
    display: none;
  }
  html #wrapper .mobileTableContent, html #wrapper .recent-survey-activity-content {
    background: #f5f5f5;
    border-top: 2px solid #ffffff;
    /* border-right: 3px solid #ffffff; */
    /* border-bottom: 2px solid #C5C5C5; */
    border-left: 2px solid white;
    border-right: 1px solid white;
    padding: 10px;
    font-size: 0.9em;
  }
  html #wrapper .css-table-unit:nth-child(odd) .mobileTableContent, html #wrapper .css-table-unit:nth-child(odd) .recent-survey-activity-content {
    background-color: #f8f5e7;
  }
  html #wrapper .mobileTable .css-th:first-child, html #wrapper .mobileTable .css-td:first-child, html #wrapper .recent-survey-activity .css-th:first-child, html #wrapper .recent-survey-activity .css-td:first-child {
    width: 25%;
  }
  html #wrapper .mobileTable .css-th:nth-of-type(2), html #wrapper .mobileTable .css-td:nth-of-type(2), html #wrapper .recent-survey-activity .css-th:nth-of-type(2), html #wrapper .recent-survey-activity .css-td:nth-of-type(2) {
    width: 42%;
  }
  html #wrapper .mobileTable .css-th:nth-of-type(4), html #wrapper .mobileTable .css-td:nth-of-type(4), html #wrapper .recent-survey-activity .css-th:nth-of-type(4), html #wrapper .recent-survey-activity .css-td:nth-of-type(4) {
    width: 33%;
  }
  html #wrapper .recent-survey-activity .css-th:nth-of-type(3), html #wrapper .recent-survey-activity .css-td:nth-of-type(3) {
    display: none;
  }
  html #wrapper .reward-activity-table, html #wrapper .recent-activity-rewards {
    /*.toggler-header-collapsed:after, .mobile-activity-table-header:after, .recent-activity-rewards-header:after {
    	font-family: 'fontawesome-alloy';
    	position: absolute;
    	right: 15px;
    	top: 8px;
    	content: '\f078';
    }

    .mobile-activity-table-header.toggler-header-expanded:after, .recent-activity-rewards-header.toggler-header-expanded:after { 
    	font-family: 'fontawesome-alloy';
    	position: absolute;
    	right: 15px;
    	top: 8px;
    	content: '\f077'; 
    }*/
  }
  html #wrapper .reward-activity-table .mobile-activity-table-header, html #wrapper .reward-activity-table .recent-activity-rewards-header, html #wrapper .recent-activity-rewards .mobile-activity-table-header, html #wrapper .recent-activity-rewards .recent-activity-rewards-header {
    position: relative;
  }
  html #wrapper .reward-activity-table .mobile-activity-table-content.toggler-content-expanded, html #wrapper .reward-activity-table .recent-activity-rewards-content.toggler-content-expanded, html #wrapper .recent-activity-rewards .mobile-activity-table-content.toggler-content-expanded, html #wrapper .recent-activity-rewards .recent-activity-rewards-content.toggler-content-expanded {
    display: block;
  }
  html #wrapper .reward-activity-table .mobile-activity-table-content.toggler-content-collapsed, html #wrapper .reward-activity-table .recent-activity-rewards-content.toggler-content-collapsed, html #wrapper .recent-activity-rewards .mobile-activity-table-content.toggler-content-collapsed, html #wrapper .recent-activity-rewards .recent-activity-rewards-content.toggler-content-collapsed {
    display: none;
  }
  html #wrapper .reward-activity-table .mobile-activity-table-content, html #wrapper .reward-activity-table .recent-activity-rewards-content, html #wrapper .recent-activity-rewards .mobile-activity-table-content, html #wrapper .recent-activity-rewards .recent-activity-rewards-content {
    background: #f5f5f5;
    border-top: 2px solid #ffffff;
    /* border-right: 3px solid #ffffff; */
    /* border-bottom: 2px solid #C5C5C5; */
    padding: 10px;
    border-left: 2px solid white;
    border-right: 1px solid white;
    font-size: 0.9em;
  }
  html #wrapper .reward-activity-table .css-table-unit:nth-child(odd) .mobile-activity-table-content, html #wrapper .reward-activity-table .css-table-unit:nth-child(odd) .recent-activity-rewards-content, html #wrapper .recent-activity-rewards .css-table-unit:nth-child(odd) .mobile-activity-table-content, html #wrapper .recent-activity-rewards .css-table-unit:nth-child(odd) .recent-activity-rewards-content {
    background-color: #f8f5e7;
  }
  html #wrapper .reward-activity-table .mobile-activity-table .css-th:first-child, html #wrapper .reward-activity-table .mobile-activity-table .css-td:first-child, html #wrapper .reward-activity-table .recent-activity-rewards .css-th:first-child, html #wrapper .reward-activity-table .recent-activity-rewards .css-td:first-child, html #wrapper .recent-activity-rewards .mobile-activity-table .css-th:first-child, html #wrapper .recent-activity-rewards .mobile-activity-table .css-td:first-child, html #wrapper .recent-activity-rewards .recent-activity-rewards .css-th:first-child, html #wrapper .recent-activity-rewards .recent-activity-rewards .css-td:first-child {
    width: 40%;
  }
  html #wrapper .reward-activity-table .mobile-activity-table .css-th:nth-of-type(2), html #wrapper .reward-activity-table .mobile-activity-table .css-td:nth-of-type(2), html #wrapper .reward-activity-table .recent-activity-rewards .css-th:nth-of-type(2), html #wrapper .reward-activity-table .recent-activity-rewards .css-td:nth-of-type(2), html #wrapper .recent-activity-rewards .mobile-activity-table .css-th:nth-of-type(2), html #wrapper .recent-activity-rewards .mobile-activity-table .css-td:nth-of-type(2), html #wrapper .recent-activity-rewards .recent-activity-rewards .css-th:nth-of-type(2), html #wrapper .recent-activity-rewards .recent-activity-rewards .css-td:nth-of-type(2) {
    width: 60%;
  }
  html #wrapper .reward-activity-table .mobile-activity-table .css-th:nth-of-type(3), html #wrapper .reward-activity-table .mobile-activity-table .css-td:nth-of-type(3), html #wrapper .reward-activity-table .recent-activity-rewards .css-th:nth-of-type(3), html #wrapper .reward-activity-table .recent-activity-rewards .css-td:nth-of-type(3), html #wrapper .recent-activity-rewards .mobile-activity-table .css-th:nth-of-type(3), html #wrapper .recent-activity-rewards .mobile-activity-table .css-td:nth-of-type(3), html #wrapper .recent-activity-rewards .recent-activity-rewards .css-th:nth-of-type(3), html #wrapper .recent-activity-rewards .recent-activity-rewards .css-td:nth-of-type(3) {
    display: none;
  }
  html #wrapper .all-activity-table, html #wrapper .recent-all-activity, html #wrapper .my-dependent-view {
    /*.toggler-header-collapsed:after, .all-activity-table-header:after {
    	font-family: 'fontawesome-alloy';
    	position: absolute;
    	right: 15px;
    	top: 8px;
    	content: '\f078';
    }

    .all-activity-table-header.toggler-header-expanded:after { 
    	font-family: 'fontawesome-alloy';
    	position: absolute;
    	right: 15px;
    	top: 8px;
    	content: '\f077'; 
    }*/
  }
  html #wrapper .all-activity-table .all-activity-table-header, html #wrapper .recent-all-activity .all-activity-table-header, html #wrapper .my-dependent-view .all-activity-table-header {
    position: relative;
  }
  html #wrapper .all-activity-table .all-activity-table-content.toggler-content-expanded, html #wrapper .recent-all-activity .all-activity-table-content.toggler-content-expanded, html #wrapper .my-dependent-view .all-activity-table-content.toggler-content-expanded {
    display: block;
  }
  html #wrapper .all-activity-table .all-activity-table-content.toggler-content-collapsed, html #wrapper .recent-all-activity .all-activity-table-content.toggler-content-collapsed, html #wrapper .my-dependent-view .all-activity-table-content.toggler-content-collapsed {
    display: none;
  }
  html #wrapper .all-activity-table .all-activity-table-content, html #wrapper .recent-all-activity .all-activity-table-content, html #wrapper .my-dependent-view .all-activity-table-content {
    background: #f5f5f5;
    border-top: 2px solid #ffffff;
    /* border-right: 3px solid #ffffff; */
    /* border-bottom: 2px solid #C5C5C5; */
    border-left: 2px solid white;
    border-right: 1px solid white;
    padding: 10px;
    font-size: 0.9em;
  }
  html #wrapper .all-activity-table .css-table-unit:nth-child(odd) .all-activity-table-content, html #wrapper .recent-all-activity .css-table-unit:nth-child(odd) .all-activity-table-content, html #wrapper .my-dependent-view .css-table-unit:nth-child(odd) .all-activity-table-content {
    background-color: #f8f5e7;
  }
  html #wrapper .all-activity-table .all-activity-table, html #wrapper .all-activity-table .recent-all-activity, html #wrapper .recent-all-activity .all-activity-table, html #wrapper .recent-all-activity .recent-all-activity, html #wrapper .my-dependent-view .all-activity-table, html #wrapper .my-dependent-view .recent-all-activity {
    /*.css-th:nth-of-type(5), .css-td:nth-of-type(5) { width: 33%; } */
  }
  html #wrapper .all-activity-table .all-activity-table .css-th:first-child, html #wrapper .all-activity-table .all-activity-table .css-td:first-child, html #wrapper .all-activity-table .recent-all-activity .css-th:first-child, html #wrapper .all-activity-table .recent-all-activity .css-td:first-child, html #wrapper .recent-all-activity .all-activity-table .css-th:first-child, html #wrapper .recent-all-activity .all-activity-table .css-td:first-child, html #wrapper .recent-all-activity .recent-all-activity .css-th:first-child, html #wrapper .recent-all-activity .recent-all-activity .css-td:first-child, html #wrapper .my-dependent-view .all-activity-table .css-th:first-child, html #wrapper .my-dependent-view .all-activity-table .css-td:first-child, html #wrapper .my-dependent-view .recent-all-activity .css-th:first-child, html #wrapper .my-dependent-view .recent-all-activity .css-td:first-child {
    display: none;
  }
  html #wrapper .all-activity-table .all-activity-table .css-th:nth-of-type(2), html #wrapper .all-activity-table .all-activity-table .css-td:nth-of-type(2), html #wrapper .all-activity-table .recent-all-activity .css-th:nth-of-type(2), html #wrapper .all-activity-table .recent-all-activity .css-td:nth-of-type(2), html #wrapper .recent-all-activity .all-activity-table .css-th:nth-of-type(2), html #wrapper .recent-all-activity .all-activity-table .css-td:nth-of-type(2), html #wrapper .recent-all-activity .recent-all-activity .css-th:nth-of-type(2), html #wrapper .recent-all-activity .recent-all-activity .css-td:nth-of-type(2), html #wrapper .my-dependent-view .all-activity-table .css-th:nth-of-type(2), html #wrapper .my-dependent-view .all-activity-table .css-td:nth-of-type(2), html #wrapper .my-dependent-view .recent-all-activity .css-th:nth-of-type(2), html #wrapper .my-dependent-view .recent-all-activity .css-td:nth-of-type(2) {
    width: 25%;
    font-weight: bold;
  }
  html #wrapper .all-activity-table .all-activity-table .css-th:nth-of-type(3), html #wrapper .all-activity-table .all-activity-table .css-td:nth-of-type(3), html #wrapper .all-activity-table .recent-all-activity .css-th:nth-of-type(3), html #wrapper .all-activity-table .recent-all-activity .css-td:nth-of-type(3), html #wrapper .recent-all-activity .all-activity-table .css-th:nth-of-type(3), html #wrapper .recent-all-activity .all-activity-table .css-td:nth-of-type(3), html #wrapper .recent-all-activity .recent-all-activity .css-th:nth-of-type(3), html #wrapper .recent-all-activity .recent-all-activity .css-td:nth-of-type(3), html #wrapper .my-dependent-view .all-activity-table .css-th:nth-of-type(3), html #wrapper .my-dependent-view .all-activity-table .css-td:nth-of-type(3), html #wrapper .my-dependent-view .recent-all-activity .css-th:nth-of-type(3), html #wrapper .my-dependent-view .recent-all-activity .css-td:nth-of-type(3) {
    width: 75%;
  }
  html #wrapper .all-activity-table .all-activity-table .css-th:nth-of-type(4), html #wrapper .all-activity-table .all-activity-table .css-td:nth-of-type(4), html #wrapper .all-activity-table .recent-all-activity .css-th:nth-of-type(4), html #wrapper .all-activity-table .recent-all-activity .css-td:nth-of-type(4), html #wrapper .recent-all-activity .all-activity-table .css-th:nth-of-type(4), html #wrapper .recent-all-activity .all-activity-table .css-td:nth-of-type(4), html #wrapper .recent-all-activity .recent-all-activity .css-th:nth-of-type(4), html #wrapper .recent-all-activity .recent-all-activity .css-td:nth-of-type(4), html #wrapper .my-dependent-view .all-activity-table .css-th:nth-of-type(4), html #wrapper .my-dependent-view .all-activity-table .css-td:nth-of-type(4), html #wrapper .my-dependent-view .recent-all-activity .css-th:nth-of-type(4), html #wrapper .my-dependent-view .recent-all-activity .css-td:nth-of-type(4) {
    display: none;
  }
  html #wrapper .all-activity-table .my-dependent-view .css-th:first-child, html #wrapper .all-activity-table .my-dependent-view .css-td:first-child, html #wrapper .recent-all-activity .my-dependent-view .css-th:first-child, html #wrapper .recent-all-activity .my-dependent-view .css-td:first-child, html #wrapper .my-dependent-view .my-dependent-view .css-th:first-child, html #wrapper .my-dependent-view .my-dependent-view .css-td:first-child {
    width: 30%;
  }
  html #wrapper .all-activity-table .my-dependent-view .css-th:nth-of-type(2), html #wrapper .all-activity-table .my-dependent-view .css-td:nth-of-type(2), html #wrapper .recent-all-activity .my-dependent-view .css-th:nth-of-type(2), html #wrapper .recent-all-activity .my-dependent-view .css-td:nth-of-type(2), html #wrapper .my-dependent-view .my-dependent-view .css-th:nth-of-type(2), html #wrapper .my-dependent-view .my-dependent-view .css-td:nth-of-type(2) {
    width: 35%;
  }
  html #wrapper .all-activity-table .my-dependent-view .css-th:nth-of-type(3), html #wrapper .all-activity-table .my-dependent-view .css-td:nth-of-type(3), html #wrapper .recent-all-activity .my-dependent-view .css-th:nth-of-type(3), html #wrapper .recent-all-activity .my-dependent-view .css-td:nth-of-type(3), html #wrapper .my-dependent-view .my-dependent-view .css-th:nth-of-type(3), html #wrapper .my-dependent-view .my-dependent-view .css-td:nth-of-type(3) {
    width: 35%;
  }
  html #wrapper .all-activity-table .all-activity-table-content br, html #wrapper .recent-all-activity .all-activity-table-content br, html #wrapper .my-dependent-view .all-activity-table-content br {
    line-height: 1.4;
  }
  html #wrapper .home-main p span {
    display: block;
  }
  html #wrapper .home-main p a span {
    display: inline;
  }
  html #wrapper .home-main .btn-primary {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
  }
  html #wrapper .home-main #homeCarousel > menu {
    display: none;
  }
  html #wrapper .my-dashboard-nested-portlets .columns-2 > .row {
    display: block;
  }
  html #wrapper .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6 {
    display: block;
    border-left: 0;
    padding-left: 0;
  }
  html #wrapper .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6:first-child {
    padding-right: 0;
  }
  html #wrapper .my-dashboard-nested-portlets .columns-2 > .row > .col-md-6:nth-of-type(2) .btn-primary {
    max-width: 260px;
  }
  html #wrapper .dashboard-tutorial .carousel-item {
    padding: 10px 10px 34px;
  }
  html #wrapper #content .content-accordion h2 {
    font-size: 24px;
  }
  html #wrapper #content .content-accordion .toggler-header {
    font-size: 15px;
  }
  html #wrapper #content .content-accordion .toggler-header-collapsed:before {
    font-size: 30px;
    color: white;
    content: "+";
    margin: 6px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6b8f81;
    border-radius: 50%;
    vertical-align: middle;
  }
  html #wrapper #content .content-accordion .toggler-header-expanded:before {
    font-size: 30px;
    color: white;
    content: "-";
    margin: 6px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d6782c;
    border-radius: 50%;
    vertical-align: middle;
  }
  html #wrapper .in-the-news h2 a {
    display: block;
  }
  html #wrapper .in-the-news .css-table {
    /* .css-tr */
  }
  html #wrapper .in-the-news .css-table .css-tr {
    display: block;
    background-color: #f5f5f5;
    border-top: 2px solid #fff;
  }
  html #wrapper .in-the-news .css-table .css-tr .css-td {
    display: inline-block;
    border: 0;
  }
  html #wrapper .in-the-news .css-table .css-tr .css-td:first-child {
    float: left;
  }
  html #wrapper .in-the-news .css-table .css-tr .css-td:nth-of-type(2) {
    padding-bottom: 0;
    text-align: left;
    display: block;
    width: auto;
  }
  html #wrapper .in-the-news .css-table .css-tr .css-td:nth-of-type(3) {
    padding-left: 0;
  }
  html #wrapper .in-the-news .css-table .css-tr:nth-of-type(odd) {
    background-color: #f8f5e7;
  }
  html #wrapper .in-the-news p {
    display: none;
  }
  html #wrapper .survey-portlet .css-table-striped .css-th:nth-of-type(3), html #wrapper .survey-portlet .css-table-striped .css-td:nth-of-type(3) {
    display: none;
  }
  html #wrapper .home-1234 {
    margin-right: 0;
    padding-bottom: 0;
  }
  html #wrapper .home-1234 .row {
    border-bottom: 0px solid black;
    padding-bottom: 0;
  }
  html #wrapper .home-1234 .row .span3 {
    display: inline-block;
    border-bottom: 1px dashed #333333;
    width: 49.5%;
    margin-top: 0;
    margin-bottom: 0;
  }
  html #wrapper .home-1234 .row .span3:nth-of-type(3), html #wrapper .home-1234 .row .span3:nth-of-type(4) {
    border-bottom: 0px solid black;
    margin-bottom: -20px;
    margin-top: 30px;
    margin-left: 0;
  }
  html #wrapper .home-1234 img {
    margin-bottom: 0;
  }
  html #wrapper #content .home-nested-portlet .columns-2 > .row .col-md-4 {
    padding-left: 0;
    border-left: 0px dashed #000;
    border-top: 1px dashed #000;
    padding-top: 20px;
  }
  html #wrapper #content .home-nested-portlet .columns-2 > .row .portlet-column {
    display: block;
  }
  html #wrapper #content .home-privacy .toggler-content-collapsed, html #wrapper #content .home-question .toggler-content-collapsed {
    display: none;
  }
  html #wrapper #content .home-privacy .toggler-header, html #wrapper #content .home-question .toggler-header {
    position: relative;
    cursor: pointer;
  }
  html #wrapper #content .home-privacy .toggler-content-expanded, html #wrapper #content .home-question .toggler-content-expanded {
    display: block;
  }
  html #wrapper #content .home-question .toggler-header-expanded:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    left: 139px;
    top: 0;
    color: #f3901d;
    content: "\f077";
  }
  html #wrapper #content .home-privacy .toggler-header-expanded:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    left: 240px;
    top: 0px;
    color: #f3901d;
    content: "\f077";
  }
  html #wrapper #content .home-question .toggler-header-collapsed:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    left: 139px;
    top: 0;
    color: #f3901d;
    content: "\f078";
  }
  html #wrapper #content .home-privacy .toggler-header-collapsed:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    left: 240px;
    top: 0px;
    color: #f3901d;
    content: "\f078";
  }
  html #banner .navContent {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    border-bottom: 0;
  }
  html .surveys-available .span6 {
    width: 48.93617%;
    float: left;
    margin-left: 2.12766%;
  }
  html .surveys-available .span6:first-child {
    margin-left: 0;
  }
  html .surveys-available .btn-primary {
    width: auto;
    display: inline-block;
    margin-bottom: 16px;
  }
  html .surveys-available h2 {
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  html #wrapper {
    /* #content */
  }
  html #wrapper #content {
    /* End My Account Home: mobile */
    /* Start Add Family Member: mobile */
  }
  html #wrapper #content .my-account-layout .info-item.span7 {
    clear: both;
    margin-top: -10px;
    margin-left: -1px;
  }
  html #wrapper #content .my-account-layout .info-type {
    margin-top: 5px;
  }
  html #wrapper #content .my-account-layout .user-details .span10, html #wrapper #content .my-account-layout .user-details .span9, html #wrapper #content .my-account-layout .user-details .span8, html #wrapper #content .my-account-layout .user-details .span4, html #wrapper #content .my-account-layout .user-details .span3, html #wrapper #content .my-account-layout .user-details .span2 {
    display: inline;
  }
  html #wrapper #content .my-account-layout .my-account-first-row .span6:first-of-type {
    border-bottom: 1px dotted #333333;
    border-right: 0px dotted #333333 !important;
  }
  html #wrapper #content .my-account-layout .my-account-second-row .span6:first-of-type {
    border-bottom: 1px solid #333333;
    border-right: 0px dotted #333333 !important;
  }
  html #wrapper #content .my-account-layout .my-account-first-row .span6:first-of-type .info-item {
    /*margin-right: -25%;*/
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
  html #wrapper #content .my-account-layout .my-account-second-row .span6:last-of-type .info-item {
    /*margin-right: -25%;*/
    float: right;
  }
  html #wrapper #content .my-account-layout .my-account-first-row .span6:last-of-type .info-item {
    float: left;
  }
  html #wrapper #content .my-account-layout .profile-img {
    margin-bottom: 20px;
    margin-left: 40px;
  }
  html #wrapper #content .my-account-layout .btn-retake {
    float: left;
    max-width: 200px;
  }
  html #wrapper #content .my-account-layout .btn-start {
    float: left;
    max-width: 200px;
  }
  html #wrapper #content .my-account-layout .toggler-header-expanded:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    left: 120px;
    top: 22px;
    content: "\f077";
  }
  html #wrapper #content .my-account-layout .toggler-header-collapsed:after {
    font-family: "fontawesome-alloy";
    position: absolute;
    left: 120px;
    top: 22px;
    content: "\f078";
  }
  html #wrapper #content .my-account-layout .survey-container-header {
    padding: 22px 30px 18px 0;
    color: #f3901d;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
  }
  html #wrapper #content .my-account-layout .survey-container-content {
    display: none;
  }
  html #wrapper #content .my-account-layout .toggler-content-expanded {
    display: block;
  }
  html #wrapper #content .my-account-layout .toggler-content-collapsed {
    display: none;
  }
  html #wrapper #content .my-account-layout .my-account-second-row {
    margin-top: 0px;
  }
  html #wrapper #content .my-account-layout .my-account-second-row > .span6 {
    padding: 20px;
  }
  html #wrapper #content .my-account-layout .cancel-link {
    font-size: 18px;
    margin-top: 15px;
    margin-left: -10px;
    display: block;
  }
  html #wrapper #content .add-family-member .btn-primary {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  html {
    /* ---------- Header ---------- */
    /* ---------- My Account Home:mobile ---------- */
    /* ---------- End My Account Home: mobile ---------- */
  }
  html #banner #heading .site-title {
    margin-bottom: 16px;
  }
  html #banner #heading .site-title img {
    width: 150px;
  }
  html #wrapper {
    /* ---------- Footer ---------- */
    /* ---------- Content Topper -------- */
    /* ---------- Recent Activity ---------- */
    /* My dependent view changes -begin */
    /* My dependent view changes -end */
    /* ---------- Home 1 2 3 4 -------- */
    /*----------- About Amerispeak -------- */
    /* ---------- In the News -------- */
    /* ---------- Surveys available portlet ---------- */
  }
  html #wrapper #footer .norc-footer-logo {
    float: none;
  }
  html #wrapper #footer #hacker-safe {
    display: block;
    float: none;
    margin-bottom: 14px;
    width: 67px;
  }
  html #wrapper #footer #hacker-safe img {
    float: none;
  }
  html #wrapper #footer #bbb {
    display: block;
    float: none;
    margin-bottom: 14px;
  }
  html #wrapper h1 {
    font-size: 32px;
  }
  html #wrapper #content .recent-activity-portlet h2 + a {
    display: block;
  }
  html #wrapper #content .view-label {
    display: none;
  }
  html #wrapper #content .view-options .divider:first-of-type {
    display: none;
  }
  html #wrapper #content .btn-active-mobile {
    background: #f3901d;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    border: 0;
    padding: 8px 10px;
    text-shadow: none;
    color: #FFFFFF;
  }
  html #wrapper #content .btn-gray-mobile {
    background: #999;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    border: 0;
    padding: 8px 10px;
    text-shadow: none;
    color: #FFFFFF;
  }
  html #wrapper #content .home-1234 {
    margin-right: 0;
  }
  html #wrapper #content .home-1234 .row {
    border-bottom: 0px solid black;
  }
  html #wrapper #content .home-1234 .row .span3 {
    display: inline-block;
    border-bottom: 1px dashed #333333;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: -20px;
    margin-top: 40px;
  }
  html #wrapper #content .home-1234 .row .span3:nth-of-type(4) {
    border-bottom: 0px solid black;
  }
  html #wrapper #content .home-1234 .row .span3:nth-of-type(1) {
    margin-top: -20px;
  }
  html #wrapper #content .home-1234 h4 {
    font-size: 23px;
  }
  html #wrapper #content .home-1234 h4 span {
    font-size: 26px;
  }
  html #wrapper .subsections-text h4 {
    font-size: 17px;
  }
  html #wrapper .subsections-text h3 {
    font-size: 22px;
  }
  html #wrapper .in-the-news h2 {
    font-size: 28px;
  }
  html #wrapper #homeCarousel {
    max-height: 250px;
  }
  html #wrapper #content .surveys-available {
    margin-left: 15px;
    margin-right: 15px;
  }
  html #wrapper #content .surveys-available .span6 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  html #wrapper #content .surveys-available .btn-primary {
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
  }
  html #wrapper #content .surveys-available h2 {
    font-size: 20px;
  }
  html #wrapper #content .my-rewards {
    padding-left: 35px;
    padding-top: 20px;
  }
  html #wrapper #content .my-account-layout .btn-retake {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  html #wrapper #content .my-account-layout .btn-start {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  html #wrapper #content .my-account-layout .verify-message {
    display: block;
  }
  html #wrapper #content .my-account-layout .household {
    line-height: 1;
    margin-bottom: 20px;
  }
  html #wrapper #content .my-account-layout .relation {
    display: inline-block;
  }
  html #wrapper #content .my-account-layout .family-member {
    line-height: 1;
    padding-bottom: 10px;
  }
  html #wrapper #content .my-account-layout .verify-container {
    text-align: center;
  }
  html #wrapper #content .my-account-layout .edit-info a {
    float: right;
  }
  html #wrapper #content .my-account-layout h3 {
    padding-left: 15px;
  }
  html #wrapper #content .my-account-layout .user-details {
    margin-left: 0px;
    margin-right: 0px;
  }
  html #wrapper #content .my-account-layout .button-holder {
    padding-left: 15px;
  }
  html #wrapper #content .my-account-layout .module-description {
    padding-left: 15px;
  }
}
html {
  font-size: 10px;
  /* .container-fluid .modal-dialog
        {
      left: -400px!important;
     top: -200px!important;
     z-index: 1001;
        }
      */
  /*----------- Sorting Carets ----------- */
  /* ---------- Update Password --------------*/
  /*----------- Account Page Layout ----------- */
  /* ---------- Dockbar ---------- */
  /* ---------- Dropdown for look and feel, configuration, etc. ---------- */
  /* ---------- Top bar ---------- */
  /* ---------- Header ---------- */
  /* ---------- Main navigation ---------- */
  /* ---------- Breadcrumbs ---------- */
  /* ---------- Portlet wrapper and icons ---------- */
  /* ---------- Staging bar ---------- */
  /* ---------- Footer ---------- */
  /* 
  	#footer {
  		padding: 0 4em;
  		font-family: arial, sans-serif;
  		color: #b6b6b6;
  		max-width: 1080px;
  		margin: 0 auto;

  		.footer-inner {
  			border-top: 1px solid #000;

  			p { 
  				line-height: 14px;
  				font-size: 11px;
  			}

  			p:first-child { padding-top: 20px; }
  			p:last-child { padding-bottom: 20px; }

  			b { color: $orange; }

  			a { 
  				color: $darkOrange;
  				border-left: 1px solid #b6b6b6;
  				padding-left: 5px;
  			}

  			a:first-child, .email-link { 
  				border-left: 0;
  				padding-left: 0;
  			}

  			.email-link { color: #cfcfcf; }

  			img { float: right; }
  			> img { margin-top: 2px; }
  		}

  		.footer-inner:before {
  			content: "";
  			display: block;
  			border-bottom: 1px solid #000;
  			height: 3px;
  			margin-bottom: 20px;
  		}
  		.social-media-wrapper {
  			p{
  			text-align:left;
  			margin-top:-28px;

  		  }
  		.facebook { 
  				color: #3b5998;	
  				font-size:20px;
  			text-decoration:none;
  			display:inline-block;
  			margin-bottom:-15px		

  			}
  			.snapchat
  			{
  			color: #FFFC00;
  			font-size:20px;
  			text-decoration:none;
  			display:inline-block;
  			margin-bottom:-15px

  			}
  			.twitter
  			{
  			color: #009eed;
  			font-size:20px;
  			text-decoration:none;
  			display:inline-block;
  			margin-bottom:-15px

  			}


  	   }
  	} */
  /* .contact {
        width: auto;
        padding-right: 0;
    } */
  /* contact */
  /* ---------- Hudcrumbs ---------- */
  /* ---------- Miscellaneous ---------- */
  /* table-striped */
  /* CSS table */
  /* CSS table striped */
  /* CSS mobile table */
  /* ---------- Extras ---------- */
  /* ---------- registration page: form ---------- */
  /* ---------- Web form portlet ---------- */
  /* ---------- IE8 ---------- */
}
html #portlet_AccountPreferencesController .btn.btn-cancel.btn-secondary {
  background-color: #fff;
  color: #d7782c;
  border-color: #fff;
  font-size: 14px;
  border: 0px;
  appearance: none;
  -webkit-appearance: none;
}
html .hide-accessible:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html .portlet-icon-back {
  margin-top: -2px;
  display: none !important;
}
html body {
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
}
html .separator {
  border-color: #BFBFBF transparent #FFF;
  border-style: solid;
  border-width: 1px 0;
}
html #wrapper {
  position: relative;
  padding: 0;
}
html #content {
  padding: 1em 4em;
  clear: both;
  max-width: 1100px;
  margin: 0 auto;
}
html .site-title {
  display: inline-block;
}
html .site-title a:hover {
  text-decoration: none;
}
html .site-title .site-name {
  display: inline-block;
}
html #skip-to-content:focus {
  clip: rect(auto auto auto auto);
  margin-top: 35px;
  right: 5px;
  z-index: 200;
}
html #sign-in {
  background: url(/o/norc-portal-theme/images/common/key.png) no-repeat 3px 50%;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  position: absolute;
  right: 0;
  top: -1.2em;
}
html .redirected-to-message {
  margin-right: 10px;
}
html .redirected-to-message a {
  background: #ECFBFF;
  border: 1px solid #ADE5FA;
  color: #8D8D8D;
  padding: 5px;
}
html .site-navigation {
  margin-bottom: 6px;
}
html .site-navigation .lfr-nav-item span, html .site-navigation .lfr-nav-item a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 300px;
}
html .taglib-portal-message {
  margin-bottom: 0;
}
html h1 {
  font-weight: 300;
  color: #f3901d;
  font-size: 42px;
  margin-top: 10px;
}
html h2 {
  font-weight: bold;
  font-size: 32px;
}
html h4 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
}
html h5 {
  color: #619080;
  font-size: 15px;
  margin: 10px 0 4px 0;
}
html p, html ul {
  font-size: 15px;
}
html a {
  color: #d6782c;
}
html a:hover, html a:active, html a:focus {
  color: #CE7715;
}
html #content .btn-primary {
  min-width: 180px;
  border-bottom: 4px solid #bc6520 !important;
  border-radius: 5px !important;
  background-color: #d7782c !important;
  color: #fff;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: inline !important;
  text-transform: uppercase !important;
  border: none;
  padding-left: 3em !important;
  padding-right: 3em !important;
}
html #content .btn-gray {
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
  padding: 10px 22px;
  text-shadow: none;
  color: #FFFFFF;
}
html #content .btn-active {
  background: #f3901d;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border: 0;
  padding: 10px 22px;
  text-shadow: none;
  color: #FFFFFF;
}
html #content .btn-primary:hover, html #content .btn-primary:active, html #content .btn-primary:focus {
  background: #F89A2C;
  box-shadow: none;
}
html hr {
  border-top: 1px solid #000;
}
html .border-bottom-dashed {
  border-bottom: 1px dashed #000;
}
html .portlet-layout.border-bottom-dashed {
  margin-bottom: 22px;
}
html .italic {
  font-style: italic;
}
html .dropup .caret {
  margin-bottom: 10px !important;
  margin-right: -11px !important;
}
html .caret {
  margin-bottom: -3px !important;
  margin-left: 0 !important;
}
html .password-rules {
  font-weight: normal;
  color: #ab5f09;
  font-family: "fontawesome-alloy", "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .password-rules:hover {
  text-decoration: underline;
}
html .my-account-layout .first-row {
  margin-bottom: 30px;
}
html .my-account-layout .first-row .portlet-column {
  padding-bottom: 20px;
}
html .my-account-layout .border-top-dashed {
  border-top: 1px dashed #333333;
}
html .my-account-layout .border-left-dashed {
  border-left: 1px dashed #333333;
}
html .my-account-layout .border-right-dashed {
  border-right: 1px dashed #333333;
  height: 100%;
}
html .my-account-layout .border-left-solid {
  border-left: 1px solid #333333;
}
html .my-account-layout .border-bottom-solid {
  border-bottom: 1px solid #333333;
}
html .my-account-layout .left-side {
  margin-right: 19px;
  padding-right: 30px;
}
html .my-account-layout .right-side {
  margin-left: -20px;
  padding-left: 20px;
}
html .my-account-layout #_accountPreferencesController_avatar-placeholder .modal-dialog {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html .my-account-layout #_accountPreferencesController_avatar-placeholder .modal-dialog, html .my-account-layout #_accountPreferencesController_avatar-placeholder .modal-content {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 560px !important;
  }
}
@media all and (max-width: 767px) {
  html .my-account-layout #_accountPreferencesController_avatar-placeholder .modal-dialog, html .my-account-layout #_accountPreferencesController_avatar-placeholder .modal-content {
    position: absolute;
    width: auto !important;
  }
}
html .my-account-layout h3 {
  font-weight: 300;
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 8px;
}
html .my-account-layout .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8px;
}
html .cancel-link, html .cancel-link:hover, html .cancel-link:active, html .cancel-link:focus {
  background: white;
  border: 0px solid white;
  box-shadow: none;
  text-decoration: none;
  color: #ab5f09;
}
html .carousel-container {
  height: auto;
}
html #homeCarousel {
  max-width: 100%;
  max-height: 320px;
  padding-bottom: 36%;
}
html #homeCarousel .carousel-item {
  padding-top: 36%;
  width: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html #homeCarousel menu {
  display: block;
}
html .norc-media-layout .first-row {
  margin-bottom: 30px;
}
html .norc-media-layout .first-row .portlet-column {
  padding-bottom: 20px;
}
html .norc-media-layout .border-top-dashed {
  border-top: 1px dashed #333333;
}
html .norc-media-layout .border-left-dashed {
  border-left: 1px dashed #333333;
}
html .norc-media-layout .border-left-solid {
  border-left: 1px solid #333333;
}
html .norc-media-layout .border-bottom-solid {
  border-bottom: 1px solid #333333;
}
html .norc-media-layout .left-side {
  margin-right: 19px;
  padding-right: 30px;
}
html .norc-media-layout .right-side {
  margin-left: -20px;
  padding-left: 30px;
}
html .norc-media-layout h3 {
  font-weight: 300;
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
html .dockbar {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html .dockbar.navbar-nav li.dropdown.active .dropdown-toggle {
  background-color: transparent;
}
html .dockbar.navbar-nav li.dropdown.active .dropdown-toggle:hover {
  color: #FFF;
}
html .dockbar.navbar-nav li.dropdown.staging-toggle .dropdown-menu {
  background-color: #55B8EC;
}
html .dockbar.navbar-nav li > li > a {
  margin: 0 5px 0 0;
  padding: 6px 10px;
}
html .dockbar.navbar-nav li > li > a:hover {
  background-color: #2FA4F5;
}
html .dockbar .info-button {
  top: 9px;
}
html .dockbar .info-button a {
  margin-top: -4px;
}
html .dockbar .info-button a:hover {
  color: #FFF;
}
html .dockbar .staging-bar .staging-toggle {
  color: #FFF;
}
html .dockbar .staging-bar .staging-toggle li a {
  color: #FFF;
  font-weight: 300;
  text-decoration: none;
}
html .dockbar .staging-bar .staging-toggle .btn-link {
  color: #FFF;
  font-size: 12px;
}
html .dockbar .page-customization-bar .btn {
  border-color: transparent;
}
html .dockbar .page-customization-bar .btn:hover, html .dockbar .page-customization-bar .btn:focus {
  background: transparent;
  text-decoration: underline;
}
html .dockbar .navbar-inner, html .dockbar-split .dockbar .navbar-inner {
  background-color: #118ADE;
  background-image: -webkit-linear-gradient(#118ADE 0%, #118ADE 47%, #1273C7 100%);
  background-image: linear-gradient(to , #118ADE 47%, #1273C7 100%);
}
html .dockbar .navbar-inner .nav > li, html .dockbar-split .dockbar .navbar-inner .nav > li {
  background-color: #118ADE;
  background-image: -webkit-linear-gradient(#118ADE 0%, #118ADE 47%, #1273C7 100%);
  background-image: linear-gradient(to , #118ADE 47%, #1273C7 100%);
}
html .dockbar-split .dockbar .info-button {
  top: 9px;
}
html .dockbar-split .dockbar .navbar-inner .nav-account-controls {
  border-top: 1px solid #00AEFF;
}
html .dockbar-split .dockbar .navbar-inner .nav-account-controls.nav-account-controls-notice {
  margin-top: 10px;
  top: 50px;
}
html .dockbar-split .dockbar .navbar-inner .nav-add-controls {
  background: transparent;
  border-top-width: 0;
}
html .dockbar-split .dockbar .navbar-inner .nav-add-controls.nav-add-controls-notice {
  top: 70px;
}
html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
  background-color: transparent;
}
html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
  background: #45CBF5;
  line-height: inherit;
  padding: 6px 8px;
}
@media (max-width: 979px) {
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
    background: transparent;
  }
}
html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
  background: #5BBAE8;
}
html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
  background: #92F545;
}
@media (max-width: 979px) {
  html .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
    background: transparent;
  }
}
html .dockbar-split .dockbar .navbar-inner .page-customization-bar {
  background-color: #6DA4E4;
  background-color: rgba(109, 168, 228, 0.9);
  line-height: 20px;
}
html .dockbar-split .dockbar .navbar-inner .page-customization-bar-text {
  height: 43px;
}
html .dockbar-split .dockbar .navbar-inner .staging-bar {
  margin: 6px 0;
}
html .dockbar-split .dockbar .navbar-inner .staging-bar > li {
  background: transparent;
}
html .dropdown-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html .top-bar {
  background-color: #333333;
  padding: 8px 12em;
  margin-top: 6px;
}
html .top-bar .top-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
}
html .top-bar h5 {
  color: #f3901d;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 2px 0;
}
html .top-bar h5 .lobster {
  color: #ffffff;
  text-transform: none;
  margin-right: 4px;
}
html .top-bar img {
  float: right;
  margin-top: 3px;
}
html .already-member {
  font-size: 14px;
  color: #999999;
  text-transform: none;
  font-weight: normal;
}
html #banner {
  padding: 0 4em;
  max-width: 1100px;
  margin: 0px auto 0;
}
html .banner-inner {
  border-bottom: 1px solid #000;
  position: relative;
}
html .banner-inner:after {
  content: "";
  display: block;
  border-top: 1px solid #000;
  height: 4px;
}
html #heading {
  display: inline-block;
}
html #heading .site-title img {
  width: auto;
}
html .register-now-header {
  /*float: right;
  margin-top: 32px;*/
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #999999;
  font-size: 15px;
  position: absolute;
  right: 0;
  /*top: 32px;*/
  bottom: 1px;
  text-align: right;
}
html .register-now-header a {
  color: #f3901d;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
html .register-now-header .sign-in-header {
  /*border-left: 1px solid $gray;
  padding-left: 8px;
  margin-left: 6px;
  font-weight: normal;*/
}
html .register-now-header p span {
  font-size: 14px;
}
html .user-signed-in {
  font-size: 14px;
  display: inline-flex;
}
html .user-signed-in img {
  float: right;
  width: 40px;
  border-radius: 100px;
}
html .user-signed-in p {
  font-size: 13px;
  line-height: 17px;
}
html .user-signed-in b {
  font-weight: bold;
  text-transform: uppercase;
  color: #d7782d;
  font-size: 15px;
}
html #navToggler {
  display: inline-block;
  margin-left: -10px;
}
html .navHeader {
  display: none;
}
html .navContent {
  display: flex;
  margin-top: 0;
}
html #navigation {
  display: inline-block;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  padding-top: 2rem;
  padding-right: 3rem;
  padding-left: 2rem;
  margin-right: 5rem;
  margin-right: 1rem;
}
html #navigation ul {
  list-style: none;
}
html #navigation ul li {
  padding: 0 10px;
  display: inline-block;
}
html #navigation ul li a {
  color: #d6782c;
  font-weight: normal;
  padding-bottom: 33px;
  text-decoration: none;
}
html #navigation ul li a:hover, html #navigation ul li a:focus {
  border-bottom: 4px solid #d6782c;
}
html #navigation ul li.selected a, html #navigation ul li.selected a:hover {
  color: #333333;
  border-bottom: 4px solid #333333;
  text-decoration: none;
}
html #navigation .signed-in #navigation {
  font-size: 13.5px;
}
html #navigation .add-page-editor input {
  margin-top: 0;
}
html #navigation .brand {
  padding: 0;
  padding-right: 20px;
  margin-left: 0;
}
html #navigation .brand img {
  height: 40px;
  width: auto;
}
html #navigation .nav li.dropdown > .dropdown-toggle {
  padding-right: 0;
}
html #navigation .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #FFF;
  border-top-color: #FFF;
}
html #navigation .nav li.open > a {
  background-color: #A3A3A3;
  color: #FFF;
}
html #navigation .nav li.active > a {
  background-color: #118ADE;
}
html #navigation .nav > li > a {
  padding: 4px 15px 5px;
}
html #navigation .nav .dropdown-menu {
  background: #00ACFF;
  border-width: 0;
  margin: 0;
}
html #navigation .nav .dropdown-menu:after, html #navigation .nav .dropdown-menu:before {
  border-width: 0;
}
html #navigation .nav .dropdown-menu a {
  color: #FFF;
}
html #navigation .nav .dropdown-menu a:hover {
  background: none;
  text-decoration: underline;
}
html #navigation .navbar-inner {
  background: #555;
  border-width: 0;
  min-height: 36px;
}
html #navigation .navbar-inner li a {
  color: #FFF;
}
html .modify-pages .delete-tab {
  background: #555;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 16px;
  padding: 4px;
  right: -10px;
  top: 0;
  z-index: 300;
}
html .modify-pages .lfr-nav-item .lfr-nav-child-toggle {
  padding: 10px;
}
html .modify-pages .lfr-nav-item .lfr-nav-child-toggle i {
  margin: 0;
}
@media (max-width: 979px) {
  html .modify-pages .lfr-nav-item .lfr-nav-child-toggle {
    line-height: 1em;
    padding: 14px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
html .breadcrumb {
  background-color: #ffffff;
  padding: 14px 0;
}
html #breadcrumbs {
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}
html #breadcrumbs .breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0;
}
html #breadcrumbs .breadcrumb li a {
  color: #ab5f09;
}
html #breadcrumbs .breadcrumb li span.divider {
  color: #333333;
}
html #breadcrumbs .breadcrumb li.active a {
  color: #333333;
}
html .portlet-column-content.empty {
  padding: 0;
}
html .portlet-content, html .portlet-minimized .portlet-content-container {
  border-top-width: 0;
  padding: 12px 10px 10px;
}
html .portlet-topper {
  background: #D3D3D3;
  color: #FFF;
  padding: 0;
}
html .portlet-topper .portlet-title {
  font-size: 1em;
  font-weight: normal;
  line-height: 2.2;
  margin: 0;
}
html .portlet-topper .portlet-title i, html .portlet-topper .portlet-title span img {
  display: none;
}
html .portlet-topper .portlet-topper-toolbar {
  font-size: 0.8em;
  margin: -10px 0 0;
  padding: 0;
  right: 10px;
  top: 50%;
}
html .lfr-configurator-visibility .portlet-topper {
  background-color: #A9A9A9;
}
html .portlet-borderless-bar .portlet-options .dropdown-toggle {
  background-image: url(../images/portlet/options_borderless.png);
}
html .signed-in.controls-visible .portlet-title {
  padding-right: 80px;
}
html .portlet-asset-publisher .asset-title, html .portlet-asset-publisher .header-title, html .portlet-asset-publisher li.title-list, html .portlet-blogs .entry-title, html .portlet-blogs .header-title, html .portlet-message-boards .header-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
html .portlet-asset-publisher .asset-content, html .portlet-asset-publisher .asset-summary, html .portlet-blogs .entry-body, html .portlet-journal-content .journal-content-article, html .portlet-message-boards .thread-body {
  word-wrap: break-word;
}
html .portlet-asset-publisher .asset-content {
  margin-bottom: -15px;
  word-wrap: break-word;
}
html .portlet-icons {
  float: none;
}
html .page-maximized .portlet-icons {
  font-size: 11px;
}
html .dropdown-menu > li.portlet-close > a {
  color: #C00;
  font-weight: bold;
}
html .dropdown-menu > li.portlet-close > a:focus, html .dropdown-menu > li.portlet-close > a:hover {
  background-color: #C00;
  background-image: none;
  color: #FFF;
}
html .navbar-inner .nav.staging-bar {
  border-top-width: 0;
  position: static;
}
html .navbar-inner .nav.staging-bar li .page-variations {
  display: inline-block;
  margin-left: 8px;
}
html .navbar-inner .nav.staging-bar li .page-variations a {
  text-decoration: none;
}
html .navbar-inner .nav.staging-bar li.dropdown {
  position: static;
}
html .portlet-staging-bar .row .layout-revision-info .layout-revision-version label {
  color: #B6DDF5;
}
html .portlet-staging-bar .label-submit {
  background-color: #469DE3;
}
html .portlet-staging-bar .layout-branch-selector .glyphicon .glyphicon-caret-down, html .portlet-staging-bar .layout-set-branch-selector .glyphicon .glyphicon-caret-down {
  background-color: #469DE3;
}
html .portlet-staging-bar .page-variations-options .lfr-icon-menu, html .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu {
  background-color: #50AFE9;
}
html .portlet-staging-bar .page-variations-options .lfr-icon-menu .glyphicon .glyphicon-globe, html .portlet-staging-bar .page-variations-options .lfr-icon-menu .glyphicon-file, html .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu .glyphicon .glyphicon-globe, html .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu .glyphicon-file {
  background-color: #469DE3;
}
html footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
}
html ul, html li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*display: block;*/
}
html .about__testimonials blockquote footer {
  color: #7b7b7b;
  font-size: 16px;
  text-align: right;
}
html .footer {
  background-color: #fff;
  padding: 35px 0;
  font-size: 14px;
  color: #636363;
  border-top: 3px solid #f5f5f5;
}
html .footer .container {
  display: flex;
  flex-direction: row-reverse;
}
html .about-footer {
  border-top: 1px solid #d7d7d7;
}
html .desktop {
  display: block;
}
html .mobile {
  display: none;
}
html .apps {
  width: 35%;
  padding-right: 40px;
}
html .apps__links {
  display: block;
}
html .apps__links p:first-child {
  margin-right: 30px;
}
html .connect {
  width: 30%;
  margin-bottom: 1em;
}
html .connect__social li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
}
html .connect__social li img {
  margin-right: 1em;
}
html .contact {
  width: 35%;
  padding-right: 40px;
}
html .contact__name {
  font-weight: 700;
  font-size: 17px;
  color: #d7782c;
}
html .contact__legal a {
  color: #636363;
  text-decoration: underline;
}
html #hacker-safe {
  display: inline-block;
  float: right;
  margin-right: 24px;
}
html #bbb {
  float: right;
  margin-right: 24px;
}
html .lfr-hudcrumbs {
  position: fixed;
  top: 0;
  z-index: 300;
}
html .lfr-hudcrumbs .breadcrumb {
  background: #414445;
  background: rgba(0, 0, 0, 0.8);
}
html .lfr-hudcrumbs .breadcrumb li a, html .lfr-hudcrumbs .breadcrumb li span {
  color: #FFF;
}
html select {
  height: 40px;
  width: 468px;
  max-width: 100%;
  -webkit-appearance: none;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  background-position: right 5px top 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBmaWxsPScjNDQ0JyBkPSdNNy40MDYgNy44MjhsNC41OTQgNC41OTQgNC41OTQtNC41OTQgMS40MDYgMS40MDYtNiA2LTYtNnonPjwvcGF0aD48L3N2Zz4=") !important;
}
html select::-ms-expand {
  display: none;
}
html input[type=text] {
  max-width: 100% !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
html .lfr-panel-container {
  background-color: transparent;
}
html .lfr-portlet-title-editable-content .field {
  display: inline;
  float: none;
}
html .portlet-journal-content .lfr-icon-actions {
  margin-bottom: 3px;
}
html .table-striped {
  border: 0;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .table-striped thead th {
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 0;
  border-left: 2px solid #ffffff;
  vertical-align: middle;
  color: #bfb6ac;
}
html .table-striped thead th:first-child {
  border-left: 0;
}
html .table-striped thead th a, html .table-striped thead th a:hover {
  color: #bfb6ac;
  text-decoration: none;
}
html .table-striped td {
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  font-size: 13px;
  vertical-align: middle;
}
html .table-striped tbody > tr:nth-child(odd) > td {
  background-color: #f8f5e7;
}
html .table-striped td.date {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
html .table-striped td:first-child {
  border-left: 0;
}
html .table-striped .aui.caret {
  vertical-align: middle;
  margin-bottom: 4px;
}
html .css-table {
  display: table;
  width: 100%;
}
html .css-table .css-tr {
  display: table;
  width: 100%;
}
html .css-table .css-th, html .css-table .css-td {
  display: table-cell;
}
html .css-table-striped {
  border: 0;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .css-table-striped .css-th {
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 0;
  border-left: 2px solid #ffffff;
  vertical-align: middle;
  color: #bfb6ac;
}
html .css-table-striped .css-th:first-child {
  border-left: 0;
}
html .css-table-striped .css-th a, html .css-table-striped .css-th a:hover {
  color: #d6782c;
  text-decoration: none;
}
html .css-table-striped .css-td {
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  font-size: 13px;
  vertical-align: middle;
  padding: 7px 10px;
}
html .css-table-striped .css-table-unit:nth-child(odd) .css-td {
  background-color: #f8f5e7;
}
html .css-table-striped .css-td.date {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
html .css-table-striped .css-td:first-child {
  border-left: 0;
}
html .css-table-striped .aui.caret {
  vertical-align: middle;
  margin-bottom: 4px;
}
html .css-table-striped-dependents {
  border: 0;
  font-family: "roboto condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
html .css-table-striped-dependents .css-th {
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 0;
  border-left: 2px solid #ffffff;
  vertical-align: middle;
  color: #bfb6ac;
  text-align: center;
}
html .css-table-striped-dependents .css-th:first-child {
  border-left: 0;
}
html .css-table-striped-dependents .css-th a, html .css-table-striped-dependents .css-th a:hover {
  color: #bfb6ac;
  text-decoration: none;
}
html .css-table-striped-dependents .css-td {
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  font-size: 15px;
  vertical-align: middle;
  padding: 5px 1px;
  text-align: center;
  text-transform: capitalize;
}
html .css-table-striped-dependents .css-td.date {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
html .css-table-striped-dependents .css-td:first-child {
  border-left: 0;
}
html .css-table-striped-dependents .aui.caret {
  vertical-align: middle;
  margin-bottom: 4px;
}
html .mobileTableContent {
  display: none;
}
html #navigation .nav li.open > a {
  box-shadow: none;
}
html #navigation .nav .dropdown-menu {
  border-radius: 0;
}
html #navigation .nav > .active > a {
  background-color: #118ADE;
  background-image: -webkit-linear-gradient(#118ADE 0%, #118ADE 47%, #1273C7 100%);
  background-image: linear-gradient(to , #118ADE 47%, #1273C7 100%);
  box-shadow: none;
  filter: progid:dximagetransform.microsoft.gradient(gradientType=0, startColorstr="#FF118ADE", endColorstr="#FF1273C7");
}
html #navigation .navbar-inner {
  border-radius: 0;
  box-shadow: none;
}
html #navigation .navbar-inner li a {
  text-shadow: none;
}
html .update-reminder-query .reminder-query-answer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .modify-pages .delete-tab {
  border-radius: 50%;
  text-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
html .modify-pages .delete-tab:hover {
  box-shadow: 0 1px 1px -1px #000;
}
html .portlet-content .lfr-icon-actions, html .portlet-borderless-bar {
  border-radius: 20px;
}
html .portlet-content, html .portlet-minimized .portlet-content-container {
  border-radius: 0 0 3px 3px;
}
html .portlet-minimized .portlet-content {
  border-width: 0;
}
html .portlet-minimized .portlet-topper {
  border-radius: 3px;
}
html .portlet-topper {
  border-radius: 3px 3px 0 0;
}
html .dockbar .staging-bar .staging-toggle > a {
  border-radius: 3px;
}
html .dockbar-split .dockbar .navbar-inner {
  text-shadow: none;
}
@media (max-width: 979px) {
  html .dockbar-split .dockbar .navbar-inner {
    background-color: #118ADE;
    background-image: -webkit-linear-gradient(#118ADE, #1273C7);
    background-image: linear-gradient(#118ADE, #1273C7);
  }
}
html .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
  background-color: #0EA6F9;
  background-image: -webkit-linear-gradient(#0EA6F9, #0993DD);
  background-image: linear-gradient(#0EA6F9, #0993DD);
}
html .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .staging-link.dropdown-toggle {
  background-color: #55B8EC;
  background-image: none;
}
html .lfr-hudcrumbs ul {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html .lfr-hudcrumbs .breadcrumb li a, html .lfr-hudcrumbs .breadcrumb li span {
  text-shadow: -1px -1px #000;
}
html .portlet-login input[type=text], html .portlet-login input[type=password], html .portlet-login textarea, html .portlet-login .uneditable-input {
  width: 450px;
}
html .portlet-login .navigation {
  background: #f8f5e7;
  border-top: 1px solid #ab5f09;
}
html .web-form-portlet textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 120px;
}
html .web-form-portlet .alert-danger {
  display: inline-block;
  margin-bottom: 8px;
}
html.ie8 .dockbar-split .dockbar .navbar-inner .info-button a {
  margin-top: -2px;
}

/* placeholder responsive style - temporary placement 
@include respond-to(phone, tablet) {
	.aui {
		#wrapper {
			#banner, #content { padding: 0 2em; }
		}
	}
}
*/
/*Translated content, header fix */
.translated #banner #navToggler {
  display: inline-block;
}
.translated #banner #navigation ul {
  margin-left: 0;
}
.translated #banner #navigation ul li a {
  padding-bottom: 33px;
}

/* Audience targeting CSS- Begin */
.custom-message {
  background-color: #f8f5e7;
  /* The dots/bullets/indicators */
  /* Fading animation */
}
.custom-message b {
  padding-top: 15px;
  text-align: center;
  color: #619080;
  font-size: 18px;
}
.custom-message .slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  text-align: center;
}
.custom-message .dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.custom-message .active, .custom-message .dot:hover {
  background-color: #717171;
}
.custom-message .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Audience targeting CSS- End */
/* Transparent JAWS text CSS- Begin */
.transparent-Jaws {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#content li.disabled a {
  background-color: #cecece !important;
  border-bottom: 4px solid #cecece !important;
}

a.expiration-banner:hover {
  text-decoration: underline;
}

a.aarp-banner:hover {
  text-decoration: underline;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}