@charset "UTF-8";
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 1em; }

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

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #CDCED9; }

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

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

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

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

.important {
  font-weight: bold; }

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

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

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

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

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

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

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

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

.lfr-asset-category-list a.selected {
  background-color: #EEE; }

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

.lfr-asset-column-actions-content {
  background-color: #D7F1FF; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9; }

.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;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

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

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC; }

.lfr-form-row {
  border-bottom-color: #CCC; }

.lfr-form-row:hover {
  border-bottom-color: #CCC; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

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

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

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #FAFAFA; }
    .lfr-code tr td.line-numbers:before {
      color: #AAA;
      text-shadow: 1px 1px #FFF; }

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

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #D1E5EF; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #B3DAEF; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected {
  opacity: 0.5; }

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

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

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

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

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

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.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: .1875rem;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: .25rem .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-bottom: 0;
        padding-right: 0;
        padding-top: 0; }
    .sidebar-sm .form-control[type=file] {
      padding: 0; }
  .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: .285rem .75rem; }
  .sidebar-sm .btn {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.15;
    padding: .4375rem .75rem; }
    .sidebar-sm .btn.close {
      padding: .4375rem; }
  .sidebar-sm .btn-monospaced, .sidebar-sm .btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .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; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .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-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media only screen and (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

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

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

.taglib-diff-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 {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #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-color: #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-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media only screen and (min-width: 768px) {
  .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-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.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-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

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

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

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

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

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

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

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

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

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

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

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

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

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

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

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

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

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

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media only screen and (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #212529; }

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

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .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 .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

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

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

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

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

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

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

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

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.lfr-search-iterator-fixed-header {
  position: absolute;
  width: 100%;
  z-index: 1020; }

.lfr-search-iterator-fixed-header-table {
  position: relative; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .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-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .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-social-activities .day-separator {
  border-bottom-color: #CCC; }

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

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

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

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

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

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

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

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

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

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

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

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

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

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

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

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

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

.dialog-iframe-popup .portlet-column {
  position: static; }

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

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

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

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

@media only screen and (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.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%; }
  @media only screen and (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media only screen and (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

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

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

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

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

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

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

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

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

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

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

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

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

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

.lfr-source-editor {
  border-color: #CCC; }
  .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: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .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 .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

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

.file-icon-color-0 {
  background-color: #FFF;
  color: #6B6C7E; }

.file-icon-color-1 {
  background-color: #FFF;
  color: #A7A9BC; }

.file-icon-color-2 {
  background-color: #FFF;
  color: #50D2A0; }

.file-icon-color-3 {
  background-color: #FFF;
  color: #AF78FF; }

.file-icon-color-4 {
  background-color: #FFF;
  color: #FFB46E; }

.file-icon-color-5 {
  background-color: #FFF;
  color: #FF5F5F; }

.file-icon-color-6 {
  background-color: #FFF;
  color: #4B9BFF; }

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

.lfr-item-viewer .image-viewer-base {
  outline: none; }

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

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

.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 .progress-container {
  background-color: #FFF; }

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

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media only screen and (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

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

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

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

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

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

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

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

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

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

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

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

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

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

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

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

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

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

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

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

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

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type="radio"] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal.card,
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal .card {
      background-color: #f8f9fa;
      cursor: default; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
      background-color: #007BFF;
      bottom: -1px;
      content: "";
      height: 4px;
      left: -1px;
      position: absolute;
      right: -1px;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #f8f9fa;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #f8f9fa;
      border-color: #80bdff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #e9ecef; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: -1px;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    right: -1px;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #007BFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    background-color: #007BFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #007BFF;
    height: 4px; }

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

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

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

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: none; } }

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

.modal-hidden {
  display: none; }

.modal-open .modal {
  overflow: hidden; }

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

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

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

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

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

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

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

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

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

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

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

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

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

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

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

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

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

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

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

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

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

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

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

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

@media only screen and (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  background-color: #f8f9fa;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

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

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

.tab-back {
  float: right; }

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

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  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 {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

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

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

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

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

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

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

.underlay-hidden {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

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

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

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

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media only screen and (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

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

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

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

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

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

.form-triggers {
  float: left; }

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

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

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

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

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

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

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

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

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

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

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

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

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

@media only screen and (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%); } }

@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media only screen and (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media only screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }

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

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

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

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

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

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  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: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

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

@media only screen and (max-width: 767px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

@media only screen and (min-width: 768px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

/* ---------- Portlet controls in mobile ---------- */
@media only screen and (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

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

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

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

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

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

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

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

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

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

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

/* ---------- Dynamic data list display/Journal portlet ---------- */
.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 28px; }

/* ---------- Breadcrumb taglib ---------- */
.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;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

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

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

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

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

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

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

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

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1; }

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

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

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in; }
  @media (prefers-reduced-motion: reduce) {
    input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
      transition: none; } }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-image-selector .glyphicon-ok {
      transition: none; } }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

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

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

label[for] {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }
  label[for]:disabled {
    opacity: .32; }

.zbna-bg-primary {
  background-color: #003366; }

.zbna-small-icon {
  font: normal normal normal 12px/1 FontAwesome;
  padding: 0 5px 0 6px; }

.zbna-profile-text-input-wrapper label .fa-question-circle {
  color: #003366; }

.zbna-button-primary {
  background-color: #003366;
  border-color: #003366;
  box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4); }
  .zbna-button-primary:hover {
    background-color: #001c38;
    border-color: #003366;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-primary:focus {
    background-color: #001c38;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-primary:active {
    background-color: #003366;
    border-color: #003366;
    box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4); }

.zbna-button-secondary {
  border-color: #003366;
  box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4);
  color: #003366; }
  .zbna-button-secondary:hover {
    background-color: #e7ecf1;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-secondary:focus {
    background-color: #e7ecf1;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-secondary:active {
    border-color: #003366;
    box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4);
    color: #003366; }

.zbna-button-tertiary {
  color: #003366; }
  .zbna-button-tertiary:hover {
    box-shadow: 2px 2px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-tertiary:focus {
    box-shadow: 2px 2px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-tertiary:active {
    color: #003366; }

/* ---------- Base theme announcements SCSS ---------- */
.announcements-group-title {
  margin-bottom: 16px; }

.announcements-heading {
  margin-bottom: 32px; }

.zbna-announcement-body img {
  max-width: 100%; }

.zbna-announcement-body p {
  color: #333; }

.zbna-announcement-container {
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px; }
  .zbna-announcement-container a {
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline; }
    .zbna-announcement-container a:active {
      border: 1px solid #706500;
      color: #8a0017; }
    .zbna-announcement-container a:active, .zbna-announcement-container a:focus, .zbna-announcement-container a:hover {
      background-color: #f3f2e0;
      text-decoration: none; }

.zbna-announcement-read {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #333; }
  .zbna-announcement-read h3 {
    color: #333; }

.zbna-announcement-title {
  font-size: 1.25rem;
  line-height: 1.25em; }

.zbna-announcement-unread {
  background-color: #e7ebf6;
  border: 1px solid #3156b7; }

.zbna-announcement-unread .zbna-announcement-title {
  color: #112b80; }

.zbna-announcement-wrapper-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 32px 0; }

.zbna-announcement-wrapper-inner > * {
  max-width: 740px;
  width: 100%; }

/* ---------- Base theme bank holidays SCSS ---------- */
.bank-holidays-page-wrapper {
  margin: 1rem 0 2rem; }

@media (min-width: 768px) {
  .bank-holidays-page-wrapper {
    margin-top: 2rem; } }

/* ---------- Base theme buttons SCSS ---------- */
button {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem; }

.zbna-button-cta {
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-cta:active {
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-cta:focus {
    border: 2px solid #06c; }

.zbna-button-cta-2 {
  background-color: inherit;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-cta-2:focus {
    border: 2px solid #06c; }
  .zbna-button-cta-2:active {
    background-color: inherit;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }

.zbna-button-cta-2.zbna-button-cta-2-header {
  border-color: #fff;
  box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4);
  color: #fff; }
  .zbna-button-cta-2.zbna-button-cta-2-header:hover {
    border-color: #fff;
    box-shadow: 4px 8px 8px rgba(0, 5, 10, 0.4); }
  .zbna-button-cta-2.zbna-button-cta-2-header:focus {
    border-color: #06c;
    box-shadow: 4px 8px 8px rgba(0, 5, 10, 0.4); }
  .zbna-button-cta-2.zbna-button-cta-2-header:active {
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }

.zbna-button-fab {
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 1rem;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-fab:active {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 1rem;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-fab:focus {
    border: 2px solid #06c; }

.zbna-button-primary {
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-primary:active {
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-primary:focus {
    border: 2px solid #06c; }
  .zbna-button-primary:disabled {
    box-shadow: none;
    opacity: 0.32; }

.zbna-button-secondary {
  background-color: inherit;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-secondary:active {
    background-color: inherit;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-secondary:focus {
    border: 2px solid #06c; }
  .zbna-button-secondary:disabled {
    background: #e6e6e6;
    border-color: #b3b3b3;
    box-shadow: none;
    color: #b3b3b3;
    opacity: 0.32; }

.zbna-button-tertiary {
  background-color: inherit;
  border: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-tertiary:active {
    background-color: inherit;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-tertiary:hover {
    border-radius: 4px; }
  .zbna-button-tertiary:focus {
    border-radius: 4px;
    border: 2px solid #06c; }
  .zbna-button-tertiary:disabled {
    box-shadow: none;
    opacity: 0.32; }

.carousel-control-next {
  margin-right: 16px; }

.carousel-control-prev {
  margin-left: 16px; }

.carousel-indicators {
  bottom: 2px; }
  .carousel-indicators li {
    background: #333;
    border: 1px;
    border-radius: 50%;
    height: 12px;
    margin: 0 6px;
    width: 12px; }

.zbna-carousel-control {
  margin-bottom: 6px;
  opacity: 1;
  padding: 10px 0;
  top: auto;
  z-index: 1000; }
  .zbna-carousel-control:focus {
    border-color: transparent;
    border-radius: 4px; }
  .zbna-carousel-control i {
    color: #333;
    pointer-events: none; }

.zbna-carousel-slide {
  color: #333; }

.zbna-discover-content {
  color: #333; }
  .zbna-discover-content.discover-no-items {
    padding: 75px 50px; }

.zbna-discover-date {
  color: #333;
  font-weight: 600; }

.zbna-discover-icon {
  margin-bottom: 8px;
  max-height: 42px;
  max-width: 42px; }
  .zbna-discover-icon img {
    width: 100%; }

.zbna-discover-link:focus h4 {
  text-decoration: underline; }

.zbna-discover-title {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.zbna-panel-container {
  padding: 7px 16px; }

.zbna-panel-content {
  border-radius: 0 0 4px 4px;
  color: #666;
  width: 100%; }
  .zbna-panel-content div {
    overflow: hidden;
    text-overflow: ellipsis; }
  .zbna-panel-content h4 {
    font-size: 1.25rem;
    margin-bottom: 8px; }

.zbna-panel-content.collapse.show .carousel-inner {
  height: 200px; }

.zbna-panel-icons {
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 4px; }
  .zbna-panel-icons .fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.4s ease; }
  .zbna-panel-icons .fa-chevron-down.rotate {
    transform: rotate(-180deg);
    transition: transform 0.4s ease; }
  .zbna-panel-icons i {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    font-size: 0.875rem;
    height: 16px;
    justify-content: center;
    pointer-events: none;
    width: 16px; }

.zbna-panel-round-top {
  align-items: center;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  padding: 2px 16px;
  width: 100%; }
  .zbna-panel-round-top.rounded-corners {
    border-radius: 4px; }

.zbna-panel-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0; }

@media (min-width: 576px) {
  .zbna-panel-content.collapse.show .carousel-inner {
    height: 220px; } }

@media (min-width: 768px) {
  .zbna-panel-content.collapse.show .carousel-inner {
    height: 200px; } }

@media (min-width: 992px) {
  .zbna-panel-content.collapse.show .carousel-inner {
    height: 220px; } }

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.fi {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .fi:before {
    content: "\00a0"; }
  .fi.fis {
    width: 1em; }

.fi-xx {
  background-image: url(/o/base-theme/images/flags/4x3/xx.svg); }
  .fi-xx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/xx.svg); }

.fi-ad {
  background-image: url(/o/base-theme/images/flags/4x3/ad.svg); }
  .fi-ad.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ad.svg); }

.fi-ae {
  background-image: url(/o/base-theme/images/flags/4x3/ae.svg); }
  .fi-ae.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ae.svg); }

.fi-af {
  background-image: url(/o/base-theme/images/flags/4x3/af.svg); }
  .fi-af.fis {
    background-image: url(/o/base-theme/images/flags/1x1/af.svg); }

.fi-ag {
  background-image: url(/o/base-theme/images/flags/4x3/ag.svg); }
  .fi-ag.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ag.svg); }

.fi-ai {
  background-image: url(/o/base-theme/images/flags/4x3/ai.svg); }
  .fi-ai.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ai.svg); }

.fi-al {
  background-image: url(/o/base-theme/images/flags/4x3/al.svg); }
  .fi-al.fis {
    background-image: url(/o/base-theme/images/flags/1x1/al.svg); }

.fi-am {
  background-image: url(/o/base-theme/images/flags/4x3/am.svg); }
  .fi-am.fis {
    background-image: url(/o/base-theme/images/flags/1x1/am.svg); }

.fi-ao {
  background-image: url(/o/base-theme/images/flags/4x3/ao.svg); }
  .fi-ao.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ao.svg); }

.fi-aq {
  background-image: url(/o/base-theme/images/flags/4x3/aq.svg); }
  .fi-aq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/aq.svg); }

.fi-ar {
  background-image: url(/o/base-theme/images/flags/4x3/ar.svg); }
  .fi-ar.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ar.svg); }

.fi-as {
  background-image: url(/o/base-theme/images/flags/4x3/as.svg); }
  .fi-as.fis {
    background-image: url(/o/base-theme/images/flags/1x1/as.svg); }

.fi-at {
  background-image: url(/o/base-theme/images/flags/4x3/at.svg); }
  .fi-at.fis {
    background-image: url(/o/base-theme/images/flags/1x1/at.svg); }

.fi-au {
  background-image: url(/o/base-theme/images/flags/4x3/au.svg); }
  .fi-au.fis {
    background-image: url(/o/base-theme/images/flags/1x1/au.svg); }

.fi-aw {
  background-image: url(/o/base-theme/images/flags/4x3/aw.svg); }
  .fi-aw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/aw.svg); }

.fi-ax {
  background-image: url(/o/base-theme/images/flags/4x3/ax.svg); }
  .fi-ax.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ax.svg); }

.fi-az {
  background-image: url(/o/base-theme/images/flags/4x3/az.svg); }
  .fi-az.fis {
    background-image: url(/o/base-theme/images/flags/1x1/az.svg); }

.fi-ba {
  background-image: url(/o/base-theme/images/flags/4x3/ba.svg); }
  .fi-ba.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ba.svg); }

.fi-bb {
  background-image: url(/o/base-theme/images/flags/4x3/bb.svg); }
  .fi-bb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bb.svg); }

.fi-bd {
  background-image: url(/o/base-theme/images/flags/4x3/bd.svg); }
  .fi-bd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bd.svg); }

.fi-be {
  background-image: url(/o/base-theme/images/flags/4x3/be.svg); }
  .fi-be.fis {
    background-image: url(/o/base-theme/images/flags/1x1/be.svg); }

.fi-bf {
  background-image: url(/o/base-theme/images/flags/4x3/bf.svg); }
  .fi-bf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bf.svg); }

.fi-bg {
  background-image: url(/o/base-theme/images/flags/4x3/bg.svg); }
  .fi-bg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bg.svg); }

.fi-bh {
  background-image: url(/o/base-theme/images/flags/4x3/bh.svg); }
  .fi-bh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bh.svg); }

.fi-bi {
  background-image: url(/o/base-theme/images/flags/4x3/bi.svg); }
  .fi-bi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bi.svg); }

.fi-bj {
  background-image: url(/o/base-theme/images/flags/4x3/bj.svg); }
  .fi-bj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bj.svg); }

.fi-bl {
  background-image: url(/o/base-theme/images/flags/4x3/bl.svg); }
  .fi-bl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bl.svg); }

.fi-bm {
  background-image: url(/o/base-theme/images/flags/4x3/bm.svg); }
  .fi-bm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bm.svg); }

.fi-bn {
  background-image: url(/o/base-theme/images/flags/4x3/bn.svg); }
  .fi-bn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bn.svg); }

.fi-bo {
  background-image: url(/o/base-theme/images/flags/4x3/bo.svg); }
  .fi-bo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bo.svg); }

.fi-bq {
  background-image: url(/o/base-theme/images/flags/4x3/bq.svg); }
  .fi-bq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bq.svg); }

.fi-br {
  background-image: url(/o/base-theme/images/flags/4x3/br.svg); }
  .fi-br.fis {
    background-image: url(/o/base-theme/images/flags/1x1/br.svg); }

.fi-bs {
  background-image: url(/o/base-theme/images/flags/4x3/bs.svg); }
  .fi-bs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bs.svg); }

.fi-bt {
  background-image: url(/o/base-theme/images/flags/4x3/bt.svg); }
  .fi-bt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bt.svg); }

.fi-bv {
  background-image: url(/o/base-theme/images/flags/4x3/bv.svg); }
  .fi-bv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bv.svg); }

.fi-bw {
  background-image: url(/o/base-theme/images/flags/4x3/bw.svg); }
  .fi-bw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bw.svg); }

.fi-by {
  background-image: url(/o/base-theme/images/flags/4x3/by.svg); }
  .fi-by.fis {
    background-image: url(/o/base-theme/images/flags/1x1/by.svg); }

.fi-bz {
  background-image: url(/o/base-theme/images/flags/4x3/bz.svg); }
  .fi-bz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bz.svg); }

.fi-ca {
  background-image: url(/o/base-theme/images/flags/4x3/ca.svg); }
  .fi-ca.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ca.svg); }

.fi-cc {
  background-image: url(/o/base-theme/images/flags/4x3/cc.svg); }
  .fi-cc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cc.svg); }

.fi-cd {
  background-image: url(/o/base-theme/images/flags/4x3/cd.svg); }
  .fi-cd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cd.svg); }

.fi-cf {
  background-image: url(/o/base-theme/images/flags/4x3/cf.svg); }
  .fi-cf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cf.svg); }

.fi-cg {
  background-image: url(/o/base-theme/images/flags/4x3/cg.svg); }
  .fi-cg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cg.svg); }

.fi-ch {
  background-image: url(/o/base-theme/images/flags/4x3/ch.svg); }
  .fi-ch.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ch.svg); }

.fi-ci {
  background-image: url(/o/base-theme/images/flags/4x3/ci.svg); }
  .fi-ci.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ci.svg); }

.fi-ck {
  background-image: url(/o/base-theme/images/flags/4x3/ck.svg); }
  .fi-ck.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ck.svg); }

.fi-cl {
  background-image: url(/o/base-theme/images/flags/4x3/cl.svg); }
  .fi-cl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cl.svg); }

.fi-cm {
  background-image: url(/o/base-theme/images/flags/4x3/cm.svg); }
  .fi-cm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cm.svg); }

.fi-cn {
  background-image: url(/o/base-theme/images/flags/4x3/cn.svg); }
  .fi-cn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cn.svg); }

.fi-co {
  background-image: url(/o/base-theme/images/flags/4x3/co.svg); }
  .fi-co.fis {
    background-image: url(/o/base-theme/images/flags/1x1/co.svg); }

.fi-cr {
  background-image: url(/o/base-theme/images/flags/4x3/cr.svg); }
  .fi-cr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cr.svg); }

.fi-cu {
  background-image: url(/o/base-theme/images/flags/4x3/cu.svg); }
  .fi-cu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cu.svg); }

.fi-cv {
  background-image: url(/o/base-theme/images/flags/4x3/cv.svg); }
  .fi-cv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cv.svg); }

.fi-cw {
  background-image: url(/o/base-theme/images/flags/4x3/cw.svg); }
  .fi-cw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cw.svg); }

.fi-cx {
  background-image: url(/o/base-theme/images/flags/4x3/cx.svg); }
  .fi-cx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cx.svg); }

.fi-cy {
  background-image: url(/o/base-theme/images/flags/4x3/cy.svg); }
  .fi-cy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cy.svg); }

.fi-cz {
  background-image: url(/o/base-theme/images/flags/4x3/cz.svg); }
  .fi-cz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cz.svg); }

.fi-de {
  background-image: url(/o/base-theme/images/flags/4x3/de.svg); }
  .fi-de.fis {
    background-image: url(/o/base-theme/images/flags/1x1/de.svg); }

.fi-dj {
  background-image: url(/o/base-theme/images/flags/4x3/dj.svg); }
  .fi-dj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dj.svg); }

.fi-dk {
  background-image: url(/o/base-theme/images/flags/4x3/dk.svg); }
  .fi-dk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dk.svg); }

.fi-dm {
  background-image: url(/o/base-theme/images/flags/4x3/dm.svg); }
  .fi-dm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dm.svg); }

.fi-do {
  background-image: url(/o/base-theme/images/flags/4x3/do.svg); }
  .fi-do.fis {
    background-image: url(/o/base-theme/images/flags/1x1/do.svg); }

.fi-dz {
  background-image: url(/o/base-theme/images/flags/4x3/dz.svg); }
  .fi-dz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dz.svg); }

.fi-ec {
  background-image: url(/o/base-theme/images/flags/4x3/ec.svg); }
  .fi-ec.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ec.svg); }

.fi-ee {
  background-image: url(/o/base-theme/images/flags/4x3/ee.svg); }
  .fi-ee.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ee.svg); }

.fi-eg {
  background-image: url(/o/base-theme/images/flags/4x3/eg.svg); }
  .fi-eg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eg.svg); }

.fi-eh {
  background-image: url(/o/base-theme/images/flags/4x3/eh.svg); }
  .fi-eh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eh.svg); }

.fi-er {
  background-image: url(/o/base-theme/images/flags/4x3/er.svg); }
  .fi-er.fis {
    background-image: url(/o/base-theme/images/flags/1x1/er.svg); }

.fi-es {
  background-image: url(/o/base-theme/images/flags/4x3/es.svg); }
  .fi-es.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es.svg); }

.fi-et {
  background-image: url(/o/base-theme/images/flags/4x3/et.svg); }
  .fi-et.fis {
    background-image: url(/o/base-theme/images/flags/1x1/et.svg); }

.fi-fi {
  background-image: url(/o/base-theme/images/flags/4x3/fi.svg); }
  .fi-fi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fi.svg); }

.fi-fj {
  background-image: url(/o/base-theme/images/flags/4x3/fj.svg); }
  .fi-fj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fj.svg); }

.fi-fk {
  background-image: url(/o/base-theme/images/flags/4x3/fk.svg); }
  .fi-fk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fk.svg); }

.fi-fm {
  background-image: url(/o/base-theme/images/flags/4x3/fm.svg); }
  .fi-fm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fm.svg); }

.fi-fo {
  background-image: url(/o/base-theme/images/flags/4x3/fo.svg); }
  .fi-fo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fo.svg); }

.fi-fr {
  background-image: url(/o/base-theme/images/flags/4x3/fr.svg); }
  .fi-fr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fr.svg); }

.fi-ga {
  background-image: url(/o/base-theme/images/flags/4x3/ga.svg); }
  .fi-ga.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ga.svg); }

.fi-gb {
  background-image: url(/o/base-theme/images/flags/4x3/gb.svg); }
  .fi-gb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb.svg); }

.fi-gd {
  background-image: url(/o/base-theme/images/flags/4x3/gd.svg); }
  .fi-gd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gd.svg); }

.fi-ge {
  background-image: url(/o/base-theme/images/flags/4x3/ge.svg); }
  .fi-ge.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ge.svg); }

.fi-gf {
  background-image: url(/o/base-theme/images/flags/4x3/gf.svg); }
  .fi-gf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gf.svg); }

.fi-gg {
  background-image: url(/o/base-theme/images/flags/4x3/gg.svg); }
  .fi-gg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gg.svg); }

.fi-gh {
  background-image: url(/o/base-theme/images/flags/4x3/gh.svg); }
  .fi-gh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gh.svg); }

.fi-gi {
  background-image: url(/o/base-theme/images/flags/4x3/gi.svg); }
  .fi-gi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gi.svg); }

.fi-gl {
  background-image: url(/o/base-theme/images/flags/4x3/gl.svg); }
  .fi-gl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gl.svg); }

.fi-gm {
  background-image: url(/o/base-theme/images/flags/4x3/gm.svg); }
  .fi-gm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gm.svg); }

.fi-gn {
  background-image: url(/o/base-theme/images/flags/4x3/gn.svg); }
  .fi-gn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gn.svg); }

.fi-gp {
  background-image: url(/o/base-theme/images/flags/4x3/gp.svg); }
  .fi-gp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gp.svg); }

.fi-gq {
  background-image: url(/o/base-theme/images/flags/4x3/gq.svg); }
  .fi-gq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gq.svg); }

.fi-gr {
  background-image: url(/o/base-theme/images/flags/4x3/gr.svg); }
  .fi-gr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gr.svg); }

.fi-gs {
  background-image: url(/o/base-theme/images/flags/4x3/gs.svg); }
  .fi-gs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gs.svg); }

.fi-gt {
  background-image: url(/o/base-theme/images/flags/4x3/gt.svg); }
  .fi-gt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gt.svg); }

.fi-gu {
  background-image: url(/o/base-theme/images/flags/4x3/gu.svg); }
  .fi-gu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gu.svg); }

.fi-gw {
  background-image: url(/o/base-theme/images/flags/4x3/gw.svg); }
  .fi-gw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gw.svg); }

.fi-gy {
  background-image: url(/o/base-theme/images/flags/4x3/gy.svg); }
  .fi-gy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gy.svg); }

.fi-hk {
  background-image: url(/o/base-theme/images/flags/4x3/hk.svg); }
  .fi-hk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hk.svg); }

.fi-hm {
  background-image: url(/o/base-theme/images/flags/4x3/hm.svg); }
  .fi-hm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hm.svg); }

.fi-hn {
  background-image: url(/o/base-theme/images/flags/4x3/hn.svg); }
  .fi-hn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hn.svg); }

.fi-hr {
  background-image: url(/o/base-theme/images/flags/4x3/hr.svg); }
  .fi-hr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hr.svg); }

.fi-ht {
  background-image: url(/o/base-theme/images/flags/4x3/ht.svg); }
  .fi-ht.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ht.svg); }

.fi-hu {
  background-image: url(/o/base-theme/images/flags/4x3/hu.svg); }
  .fi-hu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hu.svg); }

.fi-id {
  background-image: url(/o/base-theme/images/flags/4x3/id.svg); }
  .fi-id.fis {
    background-image: url(/o/base-theme/images/flags/1x1/id.svg); }

.fi-ie {
  background-image: url(/o/base-theme/images/flags/4x3/ie.svg); }
  .fi-ie.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ie.svg); }

.fi-il {
  background-image: url(/o/base-theme/images/flags/4x3/il.svg); }
  .fi-il.fis {
    background-image: url(/o/base-theme/images/flags/1x1/il.svg); }

.fi-im {
  background-image: url(/o/base-theme/images/flags/4x3/im.svg); }
  .fi-im.fis {
    background-image: url(/o/base-theme/images/flags/1x1/im.svg); }

.fi-in {
  background-image: url(/o/base-theme/images/flags/4x3/in.svg); }
  .fi-in.fis {
    background-image: url(/o/base-theme/images/flags/1x1/in.svg); }

.fi-io {
  background-image: url(/o/base-theme/images/flags/4x3/io.svg); }
  .fi-io.fis {
    background-image: url(/o/base-theme/images/flags/1x1/io.svg); }

.fi-iq {
  background-image: url(/o/base-theme/images/flags/4x3/iq.svg); }
  .fi-iq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/iq.svg); }

.fi-ir {
  background-image: url(/o/base-theme/images/flags/4x3/ir.svg); }
  .fi-ir.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ir.svg); }

.fi-is {
  background-image: url(/o/base-theme/images/flags/4x3/is.svg); }
  .fi-is.fis {
    background-image: url(/o/base-theme/images/flags/1x1/is.svg); }

.fi-it {
  background-image: url(/o/base-theme/images/flags/4x3/it.svg); }
  .fi-it.fis {
    background-image: url(/o/base-theme/images/flags/1x1/it.svg); }

.fi-je {
  background-image: url(/o/base-theme/images/flags/4x3/je.svg); }
  .fi-je.fis {
    background-image: url(/o/base-theme/images/flags/1x1/je.svg); }

.fi-jm {
  background-image: url(/o/base-theme/images/flags/4x3/jm.svg); }
  .fi-jm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jm.svg); }

.fi-jo {
  background-image: url(/o/base-theme/images/flags/4x3/jo.svg); }
  .fi-jo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jo.svg); }

.fi-jp {
  background-image: url(/o/base-theme/images/flags/4x3/jp.svg); }
  .fi-jp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jp.svg); }

.fi-ke {
  background-image: url(/o/base-theme/images/flags/4x3/ke.svg); }
  .fi-ke.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ke.svg); }

.fi-kg {
  background-image: url(/o/base-theme/images/flags/4x3/kg.svg); }
  .fi-kg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kg.svg); }

.fi-kh {
  background-image: url(/o/base-theme/images/flags/4x3/kh.svg); }
  .fi-kh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kh.svg); }

.fi-ki {
  background-image: url(/o/base-theme/images/flags/4x3/ki.svg); }
  .fi-ki.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ki.svg); }

.fi-km {
  background-image: url(/o/base-theme/images/flags/4x3/km.svg); }
  .fi-km.fis {
    background-image: url(/o/base-theme/images/flags/1x1/km.svg); }

.fi-kn {
  background-image: url(/o/base-theme/images/flags/4x3/kn.svg); }
  .fi-kn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kn.svg); }

.fi-kp {
  background-image: url(/o/base-theme/images/flags/4x3/kp.svg); }
  .fi-kp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kp.svg); }

.fi-kr {
  background-image: url(/o/base-theme/images/flags/4x3/kr.svg); }
  .fi-kr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kr.svg); }

.fi-kw {
  background-image: url(/o/base-theme/images/flags/4x3/kw.svg); }
  .fi-kw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kw.svg); }

.fi-ky {
  background-image: url(/o/base-theme/images/flags/4x3/ky.svg); }
  .fi-ky.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ky.svg); }

.fi-kz {
  background-image: url(/o/base-theme/images/flags/4x3/kz.svg); }
  .fi-kz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kz.svg); }

.fi-la {
  background-image: url(/o/base-theme/images/flags/4x3/la.svg); }
  .fi-la.fis {
    background-image: url(/o/base-theme/images/flags/1x1/la.svg); }

.fi-lb {
  background-image: url(/o/base-theme/images/flags/4x3/lb.svg); }
  .fi-lb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lb.svg); }

.fi-lc {
  background-image: url(/o/base-theme/images/flags/4x3/lc.svg); }
  .fi-lc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lc.svg); }

.fi-li {
  background-image: url(/o/base-theme/images/flags/4x3/li.svg); }
  .fi-li.fis {
    background-image: url(/o/base-theme/images/flags/1x1/li.svg); }

.fi-lk {
  background-image: url(/o/base-theme/images/flags/4x3/lk.svg); }
  .fi-lk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lk.svg); }

.fi-lr {
  background-image: url(/o/base-theme/images/flags/4x3/lr.svg); }
  .fi-lr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lr.svg); }

.fi-ls {
  background-image: url(/o/base-theme/images/flags/4x3/ls.svg); }
  .fi-ls.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ls.svg); }

.fi-lt {
  background-image: url(/o/base-theme/images/flags/4x3/lt.svg); }
  .fi-lt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lt.svg); }

.fi-lu {
  background-image: url(/o/base-theme/images/flags/4x3/lu.svg); }
  .fi-lu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lu.svg); }

.fi-lv {
  background-image: url(/o/base-theme/images/flags/4x3/lv.svg); }
  .fi-lv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lv.svg); }

.fi-ly {
  background-image: url(/o/base-theme/images/flags/4x3/ly.svg); }
  .fi-ly.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ly.svg); }

.fi-ma {
  background-image: url(/o/base-theme/images/flags/4x3/ma.svg); }
  .fi-ma.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ma.svg); }

.fi-mc {
  background-image: url(/o/base-theme/images/flags/4x3/mc.svg); }
  .fi-mc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mc.svg); }

.fi-md {
  background-image: url(/o/base-theme/images/flags/4x3/md.svg); }
  .fi-md.fis {
    background-image: url(/o/base-theme/images/flags/1x1/md.svg); }

.fi-me {
  background-image: url(/o/base-theme/images/flags/4x3/me.svg); }
  .fi-me.fis {
    background-image: url(/o/base-theme/images/flags/1x1/me.svg); }

.fi-mf {
  background-image: url(/o/base-theme/images/flags/4x3/mf.svg); }
  .fi-mf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mf.svg); }

.fi-mg {
  background-image: url(/o/base-theme/images/flags/4x3/mg.svg); }
  .fi-mg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mg.svg); }

.fi-mh {
  background-image: url(/o/base-theme/images/flags/4x3/mh.svg); }
  .fi-mh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mh.svg); }

.fi-mk {
  background-image: url(/o/base-theme/images/flags/4x3/mk.svg); }
  .fi-mk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mk.svg); }

.fi-ml {
  background-image: url(/o/base-theme/images/flags/4x3/ml.svg); }
  .fi-ml.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ml.svg); }

.fi-mm {
  background-image: url(/o/base-theme/images/flags/4x3/mm.svg); }
  .fi-mm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mm.svg); }

.fi-mn {
  background-image: url(/o/base-theme/images/flags/4x3/mn.svg); }
  .fi-mn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mn.svg); }

.fi-mo {
  background-image: url(/o/base-theme/images/flags/4x3/mo.svg); }
  .fi-mo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mo.svg); }

.fi-mp {
  background-image: url(/o/base-theme/images/flags/4x3/mp.svg); }
  .fi-mp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mp.svg); }

.fi-mq {
  background-image: url(/o/base-theme/images/flags/4x3/mq.svg); }
  .fi-mq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mq.svg); }

.fi-mr {
  background-image: url(/o/base-theme/images/flags/4x3/mr.svg); }
  .fi-mr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mr.svg); }

.fi-ms {
  background-image: url(/o/base-theme/images/flags/4x3/ms.svg); }
  .fi-ms.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ms.svg); }

.fi-mt {
  background-image: url(/o/base-theme/images/flags/4x3/mt.svg); }
  .fi-mt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mt.svg); }

.fi-mu {
  background-image: url(/o/base-theme/images/flags/4x3/mu.svg); }
  .fi-mu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mu.svg); }

.fi-mv {
  background-image: url(/o/base-theme/images/flags/4x3/mv.svg); }
  .fi-mv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mv.svg); }

.fi-mw {
  background-image: url(/o/base-theme/images/flags/4x3/mw.svg); }
  .fi-mw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mw.svg); }

.fi-mx {
  background-image: url(/o/base-theme/images/flags/4x3/mx.svg); }
  .fi-mx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mx.svg); }

.fi-my {
  background-image: url(/o/base-theme/images/flags/4x3/my.svg); }
  .fi-my.fis {
    background-image: url(/o/base-theme/images/flags/1x1/my.svg); }

.fi-mz {
  background-image: url(/o/base-theme/images/flags/4x3/mz.svg); }
  .fi-mz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mz.svg); }

.fi-na {
  background-image: url(/o/base-theme/images/flags/4x3/na.svg); }
  .fi-na.fis {
    background-image: url(/o/base-theme/images/flags/1x1/na.svg); }

.fi-nc {
  background-image: url(/o/base-theme/images/flags/4x3/nc.svg); }
  .fi-nc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nc.svg); }

.fi-ne {
  background-image: url(/o/base-theme/images/flags/4x3/ne.svg); }
  .fi-ne.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ne.svg); }

.fi-nf {
  background-image: url(/o/base-theme/images/flags/4x3/nf.svg); }
  .fi-nf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nf.svg); }

.fi-ng {
  background-image: url(/o/base-theme/images/flags/4x3/ng.svg); }
  .fi-ng.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ng.svg); }

.fi-ni {
  background-image: url(/o/base-theme/images/flags/4x3/ni.svg); }
  .fi-ni.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ni.svg); }

.fi-nl {
  background-image: url(/o/base-theme/images/flags/4x3/nl.svg); }
  .fi-nl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nl.svg); }

.fi-no {
  background-image: url(/o/base-theme/images/flags/4x3/no.svg); }
  .fi-no.fis {
    background-image: url(/o/base-theme/images/flags/1x1/no.svg); }

.fi-np {
  background-image: url(/o/base-theme/images/flags/4x3/np.svg); }
  .fi-np.fis {
    background-image: url(/o/base-theme/images/flags/1x1/np.svg); }

.fi-nr {
  background-image: url(/o/base-theme/images/flags/4x3/nr.svg); }
  .fi-nr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nr.svg); }

.fi-nu {
  background-image: url(/o/base-theme/images/flags/4x3/nu.svg); }
  .fi-nu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nu.svg); }

.fi-nz {
  background-image: url(/o/base-theme/images/flags/4x3/nz.svg); }
  .fi-nz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nz.svg); }

.fi-om {
  background-image: url(/o/base-theme/images/flags/4x3/om.svg); }
  .fi-om.fis {
    background-image: url(/o/base-theme/images/flags/1x1/om.svg); }

.fi-pa {
  background-image: url(/o/base-theme/images/flags/4x3/pa.svg); }
  .fi-pa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pa.svg); }

.fi-pe {
  background-image: url(/o/base-theme/images/flags/4x3/pe.svg); }
  .fi-pe.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pe.svg); }

.fi-pf {
  background-image: url(/o/base-theme/images/flags/4x3/pf.svg); }
  .fi-pf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pf.svg); }

.fi-pg {
  background-image: url(/o/base-theme/images/flags/4x3/pg.svg); }
  .fi-pg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pg.svg); }

.fi-ph {
  background-image: url(/o/base-theme/images/flags/4x3/ph.svg); }
  .fi-ph.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ph.svg); }

.fi-pk {
  background-image: url(/o/base-theme/images/flags/4x3/pk.svg); }
  .fi-pk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pk.svg); }

.fi-pl {
  background-image: url(/o/base-theme/images/flags/4x3/pl.svg); }
  .fi-pl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pl.svg); }

.fi-pm {
  background-image: url(/o/base-theme/images/flags/4x3/pm.svg); }
  .fi-pm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pm.svg); }

.fi-pn {
  background-image: url(/o/base-theme/images/flags/4x3/pn.svg); }
  .fi-pn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pn.svg); }

.fi-pr {
  background-image: url(/o/base-theme/images/flags/4x3/pr.svg); }
  .fi-pr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pr.svg); }

.fi-ps {
  background-image: url(/o/base-theme/images/flags/4x3/ps.svg); }
  .fi-ps.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ps.svg); }

.fi-pt {
  background-image: url(/o/base-theme/images/flags/4x3/pt.svg); }
  .fi-pt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pt.svg); }

.fi-pw {
  background-image: url(/o/base-theme/images/flags/4x3/pw.svg); }
  .fi-pw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pw.svg); }

.fi-py {
  background-image: url(/o/base-theme/images/flags/4x3/py.svg); }
  .fi-py.fis {
    background-image: url(/o/base-theme/images/flags/1x1/py.svg); }

.fi-qa {
  background-image: url(/o/base-theme/images/flags/4x3/qa.svg); }
  .fi-qa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/qa.svg); }

.fi-re {
  background-image: url(/o/base-theme/images/flags/4x3/re.svg); }
  .fi-re.fis {
    background-image: url(/o/base-theme/images/flags/1x1/re.svg); }

.fi-ro {
  background-image: url(/o/base-theme/images/flags/4x3/ro.svg); }
  .fi-ro.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ro.svg); }

.fi-rs {
  background-image: url(/o/base-theme/images/flags/4x3/rs.svg); }
  .fi-rs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/rs.svg); }

.fi-ru {
  background-image: url(/o/base-theme/images/flags/4x3/ru.svg); }
  .fi-ru.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ru.svg); }

.fi-rw {
  background-image: url(/o/base-theme/images/flags/4x3/rw.svg); }
  .fi-rw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/rw.svg); }

.fi-sa {
  background-image: url(/o/base-theme/images/flags/4x3/sa.svg); }
  .fi-sa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sa.svg); }

.fi-sb {
  background-image: url(/o/base-theme/images/flags/4x3/sb.svg); }
  .fi-sb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sb.svg); }

.fi-sc {
  background-image: url(/o/base-theme/images/flags/4x3/sc.svg); }
  .fi-sc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sc.svg); }

.fi-sd {
  background-image: url(/o/base-theme/images/flags/4x3/sd.svg); }
  .fi-sd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sd.svg); }

.fi-se {
  background-image: url(/o/base-theme/images/flags/4x3/se.svg); }
  .fi-se.fis {
    background-image: url(/o/base-theme/images/flags/1x1/se.svg); }

.fi-sg {
  background-image: url(/o/base-theme/images/flags/4x3/sg.svg); }
  .fi-sg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sg.svg); }

.fi-sh {
  background-image: url(/o/base-theme/images/flags/4x3/sh.svg); }
  .fi-sh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh.svg); }

.fi-si {
  background-image: url(/o/base-theme/images/flags/4x3/si.svg); }
  .fi-si.fis {
    background-image: url(/o/base-theme/images/flags/1x1/si.svg); }

.fi-sj {
  background-image: url(/o/base-theme/images/flags/4x3/sj.svg); }
  .fi-sj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sj.svg); }

.fi-sk {
  background-image: url(/o/base-theme/images/flags/4x3/sk.svg); }
  .fi-sk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sk.svg); }

.fi-sl {
  background-image: url(/o/base-theme/images/flags/4x3/sl.svg); }
  .fi-sl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sl.svg); }

.fi-sm {
  background-image: url(/o/base-theme/images/flags/4x3/sm.svg); }
  .fi-sm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sm.svg); }

.fi-sn {
  background-image: url(/o/base-theme/images/flags/4x3/sn.svg); }
  .fi-sn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sn.svg); }

.fi-so {
  background-image: url(/o/base-theme/images/flags/4x3/so.svg); }
  .fi-so.fis {
    background-image: url(/o/base-theme/images/flags/1x1/so.svg); }

.fi-sr {
  background-image: url(/o/base-theme/images/flags/4x3/sr.svg); }
  .fi-sr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sr.svg); }

.fi-ss {
  background-image: url(/o/base-theme/images/flags/4x3/ss.svg); }
  .fi-ss.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ss.svg); }

.fi-st {
  background-image: url(/o/base-theme/images/flags/4x3/st.svg); }
  .fi-st.fis {
    background-image: url(/o/base-theme/images/flags/1x1/st.svg); }

.fi-sv {
  background-image: url(/o/base-theme/images/flags/4x3/sv.svg); }
  .fi-sv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sv.svg); }

.fi-sx {
  background-image: url(/o/base-theme/images/flags/4x3/sx.svg); }
  .fi-sx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sx.svg); }

.fi-sy {
  background-image: url(/o/base-theme/images/flags/4x3/sy.svg); }
  .fi-sy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sy.svg); }

.fi-sz {
  background-image: url(/o/base-theme/images/flags/4x3/sz.svg); }
  .fi-sz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sz.svg); }

.fi-tc {
  background-image: url(/o/base-theme/images/flags/4x3/tc.svg); }
  .fi-tc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tc.svg); }

.fi-td {
  background-image: url(/o/base-theme/images/flags/4x3/td.svg); }
  .fi-td.fis {
    background-image: url(/o/base-theme/images/flags/1x1/td.svg); }

.fi-tf {
  background-image: url(/o/base-theme/images/flags/4x3/tf.svg); }
  .fi-tf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tf.svg); }

.fi-tg {
  background-image: url(/o/base-theme/images/flags/4x3/tg.svg); }
  .fi-tg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tg.svg); }

.fi-th {
  background-image: url(/o/base-theme/images/flags/4x3/th.svg); }
  .fi-th.fis {
    background-image: url(/o/base-theme/images/flags/1x1/th.svg); }

.fi-tj {
  background-image: url(/o/base-theme/images/flags/4x3/tj.svg); }
  .fi-tj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tj.svg); }

.fi-tk {
  background-image: url(/o/base-theme/images/flags/4x3/tk.svg); }
  .fi-tk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tk.svg); }

.fi-tl {
  background-image: url(/o/base-theme/images/flags/4x3/tl.svg); }
  .fi-tl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tl.svg); }

.fi-tm {
  background-image: url(/o/base-theme/images/flags/4x3/tm.svg); }
  .fi-tm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tm.svg); }

.fi-tn {
  background-image: url(/o/base-theme/images/flags/4x3/tn.svg); }
  .fi-tn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tn.svg); }

.fi-to {
  background-image: url(/o/base-theme/images/flags/4x3/to.svg); }
  .fi-to.fis {
    background-image: url(/o/base-theme/images/flags/1x1/to.svg); }

.fi-tr {
  background-image: url(/o/base-theme/images/flags/4x3/tr.svg); }
  .fi-tr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tr.svg); }

.fi-tt {
  background-image: url(/o/base-theme/images/flags/4x3/tt.svg); }
  .fi-tt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tt.svg); }

.fi-tv {
  background-image: url(/o/base-theme/images/flags/4x3/tv.svg); }
  .fi-tv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tv.svg); }

.fi-tw {
  background-image: url(/o/base-theme/images/flags/4x3/tw.svg); }
  .fi-tw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tw.svg); }

.fi-tz {
  background-image: url(/o/base-theme/images/flags/4x3/tz.svg); }
  .fi-tz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tz.svg); }

.fi-ua {
  background-image: url(/o/base-theme/images/flags/4x3/ua.svg); }
  .fi-ua.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ua.svg); }

.fi-ug {
  background-image: url(/o/base-theme/images/flags/4x3/ug.svg); }
  .fi-ug.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ug.svg); }

.fi-um {
  background-image: url(/o/base-theme/images/flags/4x3/um.svg); }
  .fi-um.fis {
    background-image: url(/o/base-theme/images/flags/1x1/um.svg); }

.fi-us {
  background-image: url(/o/base-theme/images/flags/4x3/us.svg); }
  .fi-us.fis {
    background-image: url(/o/base-theme/images/flags/1x1/us.svg); }

.fi-uy {
  background-image: url(/o/base-theme/images/flags/4x3/uy.svg); }
  .fi-uy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/uy.svg); }

.fi-uz {
  background-image: url(/o/base-theme/images/flags/4x3/uz.svg); }
  .fi-uz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/uz.svg); }

.fi-va {
  background-image: url(/o/base-theme/images/flags/4x3/va.svg); }
  .fi-va.fis {
    background-image: url(/o/base-theme/images/flags/1x1/va.svg); }

.fi-vc {
  background-image: url(/o/base-theme/images/flags/4x3/vc.svg); }
  .fi-vc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vc.svg); }

.fi-ve {
  background-image: url(/o/base-theme/images/flags/4x3/ve.svg); }
  .fi-ve.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ve.svg); }

.fi-vg {
  background-image: url(/o/base-theme/images/flags/4x3/vg.svg); }
  .fi-vg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vg.svg); }

.fi-vi {
  background-image: url(/o/base-theme/images/flags/4x3/vi.svg); }
  .fi-vi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vi.svg); }

.fi-vn {
  background-image: url(/o/base-theme/images/flags/4x3/vn.svg); }
  .fi-vn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vn.svg); }

.fi-vu {
  background-image: url(/o/base-theme/images/flags/4x3/vu.svg); }
  .fi-vu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vu.svg); }

.fi-wf {
  background-image: url(/o/base-theme/images/flags/4x3/wf.svg); }
  .fi-wf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/wf.svg); }

.fi-ws {
  background-image: url(/o/base-theme/images/flags/4x3/ws.svg); }
  .fi-ws.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ws.svg); }

.fi-ye {
  background-image: url(/o/base-theme/images/flags/4x3/ye.svg); }
  .fi-ye.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ye.svg); }

.fi-yt {
  background-image: url(/o/base-theme/images/flags/4x3/yt.svg); }
  .fi-yt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/yt.svg); }

.fi-za {
  background-image: url(/o/base-theme/images/flags/4x3/za.svg); }
  .fi-za.fis {
    background-image: url(/o/base-theme/images/flags/1x1/za.svg); }

.fi-zm {
  background-image: url(/o/base-theme/images/flags/4x3/zm.svg); }
  .fi-zm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/zm.svg); }

.fi-zw {
  background-image: url(/o/base-theme/images/flags/4x3/zw.svg); }
  .fi-zw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/zw.svg); }

.fi-arab {
  background-image: url(/o/base-theme/images/flags/4x3/arab.svg); }
  .fi-arab.fis {
    background-image: url(/o/base-theme/images/flags/1x1/arab.svg); }

.fi-cefta {
  background-image: url(/o/base-theme/images/flags/4x3/cefta.svg); }
  .fi-cefta.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cefta.svg); }

.fi-cp {
  background-image: url(/o/base-theme/images/flags/4x3/cp.svg); }
  .fi-cp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cp.svg); }

.fi-dg {
  background-image: url(/o/base-theme/images/flags/4x3/dg.svg); }
  .fi-dg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dg.svg); }

.fi-eac {
  background-image: url(/o/base-theme/images/flags/4x3/eac.svg); }
  .fi-eac.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eac.svg); }

.fi-es-ct {
  background-image: url(/o/base-theme/images/flags/4x3/es-ct.svg); }
  .fi-es-ct.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-ct.svg); }

.fi-es-ga {
  background-image: url(/o/base-theme/images/flags/4x3/es-ga.svg); }
  .fi-es-ga.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-ga.svg); }

.fi-es-pv {
  background-image: url(/o/base-theme/images/flags/4x3/es-pv.svg); }
  .fi-es-pv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-pv.svg); }

.fi-eu {
  background-image: url(/o/base-theme/images/flags/4x3/eu.svg); }
  .fi-eu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eu.svg); }

.fi-gb-eng {
  background-image: url(/o/base-theme/images/flags/4x3/gb-eng.svg); }
  .fi-gb-eng.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-eng.svg); }

.fi-gb-nir {
  background-image: url(/o/base-theme/images/flags/4x3/gb-nir.svg); }
  .fi-gb-nir.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-nir.svg); }

.fi-gb-sct {
  background-image: url(/o/base-theme/images/flags/4x3/gb-sct.svg); }
  .fi-gb-sct.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-sct.svg); }

.fi-gb-wls {
  background-image: url(/o/base-theme/images/flags/4x3/gb-wls.svg); }
  .fi-gb-wls.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-wls.svg); }

.fi-ic {
  background-image: url(/o/base-theme/images/flags/4x3/ic.svg); }
  .fi-ic.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ic.svg); }

.fi-pc {
  background-image: url(/o/base-theme/images/flags/4x3/pc.svg); }
  .fi-pc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pc.svg); }

.fi-sh-ac {
  background-image: url(/o/base-theme/images/flags/4x3/sh-ac.svg); }
  .fi-sh-ac.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-ac.svg); }

.fi-sh-hl {
  background-image: url(/o/base-theme/images/flags/4x3/sh-hl.svg); }
  .fi-sh-hl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-hl.svg); }

.fi-sh-ta {
  background-image: url(/o/base-theme/images/flags/4x3/sh-ta.svg); }
  .fi-sh-ta.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-ta.svg); }

.fi-un {
  background-image: url(/o/base-theme/images/flags/4x3/un.svg); }
  .fi-un.fis {
    background-image: url(/o/base-theme/images/flags/1x1/un.svg); }

.fi-xk {
  background-image: url(/o/base-theme/images/flags/4x3/xk.svg); }
  .fi-xk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/xk.svg); }

/* ---------- Base theme footer SCSS ---------- */
#zbnaFooterAccordion {
  width: 100%; }
  #zbnaFooterAccordion > div:nth-child(even) {
    border-bottom: 1px solid #999; }
  #zbnaFooterAccordion > div:last-child {
    border-bottom: 0; }

button:focus {
  outline: none; }

.footer-text {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0; }

.rate-this-page-bg {
  background-color: #333; }

.rate-this-page-padding {
  padding: 16px 0 0; }

.trademark-text {
  margin-bottom: 32px; }

.zbna-card-header .fa-chevron-down {
  height: 22px;
  transform: rotate(180deg);
  transition: transform 0.4s ease; }

.zbna-card-header-nav .collapsed .fa-chevron-down {
  transform: rotate(0deg); }

.zbna-card-header-nav .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.4s ease; }

.zbna-footer-bottom {
  background: #333;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  text-align: center; }

.zbna-footer-button-link {
  border: none;
  text-align: left;
  width: 100%; }
  .zbna-footer-button-link.collapsed {
    border-bottom: 1px solid #999; }

.zbna-footer-card-header .collapsed .fa-chevron-down {
  color: #fff;
  transform: rotate(0deg); }

.zbna-footer-card-header .collapsed:hover .fa-chevron-down, .zbna-footer-card-header .collapsed:focus .fa-chevron-down {
  color: #333; }

.zbna-footer-card-header .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.4s ease; }

.zbna-footer-column {
  display: flex;
  flex-direction: column; }
  .zbna-footer-column:last-of-type {
    text-align: center; }

.zbna-footer-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  padding: 5px 0; }

.zbna-footer-image {
  background-position: center;
  background-repeat: no-repeat;
  margin: 32px auto; }

.zbna-footer-image + .zbna-footer-heading, .zbna-footer-image + .zbna-mobile-footer-heading {
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 0; }

.zbna-footer-padding {
  padding: 8px 32px; }

.zbna-footer-router-text {
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px; }

.zbna-footer-top {
  background-color: #333;
  justify-content: space-between;
  padding: 32px 0; }

.zbna-footer-top-accordion {
  background-color: #333;
  padding: 32px 0 16px; }

.zbna-footer-wrapper {
  background: #333; }
  .zbna-footer-wrapper .portlet-content-editable {
    border-style: none; }

.zbna-mobile-footer-heading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 32px;
  padding: 4px 16px; }
  .zbna-mobile-footer-heading:focus, .zbna-mobile-footer-heading:hover, .zbna-mobile-footer-heading:active {
    background: #f2f2f2;
    color: #4d4d4d; }

.zbna-survey-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 0; }

@media (min-width: 992px) {
  .footer-router-heading {
    font-size: 18px;
    padding: 0; }
  .trademark-text:first-of-type {
    margin-bottom: 16px; }
  .trademark-text:last-of-type {
    display: flex;
    justify-content: space-between; }
  .zbna-footer-heading {
    padding: 0 0 16px; }
  .zbna-footer-image {
    margin: 0 auto 20px;
    width: 100%; }
  .zbna-survey-heading {
    padding: 0 0 16px; } }

.ad-img-desktop {
  display: none; }

.ad-img-mobile {
  display: block; }

.zbna-ad-dismiss-button {
  background: none;
  border: none;
  display: flex;
  padding: 4px;
  position: absolute;
  right: 4px;
  top: 4px; }
  .zbna-ad-dismiss-button svg {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8)); }
    .zbna-ad-dismiss-button svg line {
      stroke: #fff; }
  .zbna-ad-dismiss-button:focus {
    border-radius: 4px;
    opacity: 1; }
  .zbna-ad-dismiss-button:hover svg line {
    stroke-width: 3; }

.zbna-gen-marketing {
  margin: 16px 0 32px;
  position: relative; }
  .zbna-gen-marketing img {
    width: 100%; }
  .zbna-gen-marketing .yui3-widget {
    z-index: 1060 !important; }

.zbna-marketing-main:focus img {
  box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.8);
  opacity: 1; }

@media (min-width: 768px) {
  .ad-img-desktop {
    display: block; }
  .ad-img-mobile {
    display: none; }
  .zbna-gen-marketing {
    margin-top: 20px; } }

@media (min-width: 992px) {
  .zbna-gen-marketing {
    margin-top: 32px; } }

.get-started-setup {
  margin: 32px auto 64px;
  max-width: 1360px;
  padding-left: 4.4%;
  padding-right: 4.4%; }
  .get-started-setup li {
    padding-bottom: 16px; }
  .get-started-setup span {
    display: inline-block;
    margin-left: 15px;
    max-width: 558px;
    width: 80%; }
  .get-started-setup ul {
    list-style: none;
    padding-left: 0; }
  .get-started-setup .my-services-form-title {
    margin-bottom: 2rem; }
  .get-started-setup .zbna-button-cta {
    display: inherit;
    margin-top: 32px;
    padding: 4px 40px;
    width: 100%; }
  .get-started-setup .zbna-sign-in-text {
    margin-top: 1.5rem;
    text-align: center; }
  .get-started-setup .zbna-text-link {
    white-space: nowrap; }

.journal-content-article[data-analytics-asset-title="Get Started"] {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 4.4%;
  padding-right: 4.4%; }

@media (min-width: 576px) {
  .get-started-setup button.zbna-button-cta {
    width: auto; }
  .get-started-setup .zbna-sign-in-text {
    text-align: left; } }

/* ---------- Base theme help SCSS ---------- */
.browse-by-services {
  background: #f2f2f2; }

.browse-by-services a:focus p, .browse-by-services a:hover p {
  color: #fff; }

.browse-by-services a:focus .service-icon-container .primary-color, .browse-by-services a:hover .service-icon-container .primary-color {
  fill: #fff; }

.browse-by-services a:focus .view-help-content, .browse-by-services a:hover .view-help-content {
  text-decoration: underline; }

.browse-by-services a:focus .zbna-browse-facet, .browse-by-services a:hover .zbna-browse-facet {
  box-shadow: 2px 4px 8px rgba(0, 9, 13, 0.4); }

.browse-gateway-help {
  margin: 32px 0; }

.faq-banner {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 32px 0;
  padding: 32px;
  text-align: center; }
  .faq-banner .faq-text {
    color: #333;
    font-size: 1.5rem; }
  .faq-banner .help-cta-buttons {
    margin: 0 auto; }
    .faq-banner .help-cta-buttons .link-button {
      border-radius: 36px; }

.faq-top-link a {
  color: #06c; }
  .faq-top-link a:hover, .faq-top-link a:focus {
    color: #06c;
    text-decoration: underline; }

.help-banner-greeting {
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0; }

.help-cta-buttons {
  align-items: center;
  display: flex;
  flex-direction: column; }
  .help-cta-buttons .link-button {
    border-style: solid;
    border-radius: 20px;
    border-width: 2px;
    box-shadow: 4px 8px 8px rgba(7, 13, 4, 0.4);
    font-size: 1.25rem;
    margin-bottom: 24px;
    text-align: center;
    padding: 4px 16px;
    width: 260px; }
    .help-cta-buttons .link-button:focus {
      border-color: #06c; }

.help-search-banner {
  background: #f2f2f2;
  padding: 32px 0; }
  .help-search-banner .service-subtitle {
    font-size: 0.875rem; }

.help-search-banner.help-services-banner {
  background: white;
  display: flex;
  flex-direction: column;
  padding-top: 0; }
  .help-search-banner.help-services-banner > div {
    flex: 1; }
  .help-search-banner.help-services-banner .help-search-bar {
    align-items: flex-end;
    display: flex;
    flex-direction: column; }
    .help-search-banner.help-services-banner .help-search-bar .zbna-search-help-input {
      border-radius: 4px !important; }
    .help-search-banner.help-services-banner .help-search-bar .zbna-search-button {
      border-radius: 0 4px 4px 0 !important;
      height: 48px;
      max-height: unset;
      max-width: unset;
      right: 0;
      top: 0; }

.help-search-banner.zbna-bg-primary h1, .help-search-banner.zbna-bg-primary h2 {
  color: #fff; }

.help-search-grandparent-folder::after {
  content: "\00a0 \00a0 \f105 \00a0 \00a0";
  font: normal normal normal 16px/1 FontAwesome; }

.help-search-subheading {
  color: #333;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0 auto 32px;
  max-width: 600px;
  text-align: center; }

.help-subsection {
  padding: 32px 8px; }

.kb-video-article-title strong {
  text-transform: capitalize; }

.kb-video-article-viewer {
  background: white;
  border: 1px solid #999;
  border-radius: 4px;
  display: flex;
  flex: 0 0 218px;
  flex-direction: column;
  margin-right: 10px;
  transition: all .5s; }
  .kb-video-article-viewer #circlePlaySVG {
    display: block; }
  .kb-video-article-viewer #whitePlaySVG {
    display: none; }
  .kb-video-article-viewer .kb-video-article-title {
    color: #06c;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.2rem;
    padding: 8px; }
    .kb-video-article-viewer .kb-video-article-title strong {
      color: #333; }
  .kb-video-article-viewer .kb-video-image {
    align-items: center;
    display: flex;
    height: 108px;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .kb-video-article-viewer .kb-video-image img {
      width: 100%; }
  .kb-video-article-viewer .svg-overlay {
    align-items: center;
    background: transparent;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .kb-video-article-viewer:hover #circlePlaySVG {
    display: none; }
  .kb-video-article-viewer:hover #whitePlaySVG {
    display: block; }
  .kb-video-article-viewer:hover .svg-overlay {
    opacity: 0.9; }

.online-training-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.online-training-img {
  flex: 1;
  margin: 0 16px; }
  .online-training-img img {
    max-width: 100%; }

.online-training-subtitle {
  margin: 0 auto 32px;
  max-width: 640px;
  text-align: center; }

.popular-post-container {
  background: #f2f2f2;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  height: 197px;
  width: 100%; }

.pp-control {
  height: 100%;
  border: none; }

.popular-post-slider {
  display: flex;
  overflow: hidden;
  padding: 16px 0;
  width: 100%; }

.service-icon-container .white-fill {
  fill: #fff; }

.zbna-browse-facet {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 9, 13, 0.4);
  display: flex;
  flex-direction: column;
  font-weight: 400;
  height: 140px;
  justify-content: space-evenly;
  margin: 16px 8px 0;
  padding: 16px 5px 12px; }
  .zbna-browse-facet p {
    color: #333;
    font-size: 0.875rem;
    font-weight: 600;
    height: 16px;
    line-height: 1.5; }
  .zbna-browse-facet .search-results-image-centered {
    margin: 0;
    max-height: 36px; }
  .zbna-browse-facet .view-help-content {
    color: #06c;
    font-size: 0.875rem;
    font-weight: 400; }

.zbna-column-articles {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .zbna-column-articles .kb-video-article-viewer {
    flex: 0 0 193px;
    margin-bottom: 18px;
    margin-right: 0;
    width: 255px; }
    .zbna-column-articles .kb-video-article-viewer .kb-video-image {
      height: 136px; }

.zbna-common-topics {
  margin-right: 2px; }

.zbna-common-topics-header {
  color: #333;
  font-size: 1.75rem;
  margin: 32px 0 16px; }
  .zbna-common-topics-header:first-of-type {
    margin-top: 0; }

@media (min-width: 576px) {
  .browse-by-services {
    padding: 32px 17px; }
  .faq-banner .help-cta-buttons .link-button {
    width: 346px; }
  .zbna-column-articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .zbna-column-articles .kb-video-article-viewer {
      flex: 0 0 255px;
      height: 193px;
      margin-right: 16px; } }

@media (min-width: 768px) {
  .help-subsection {
    padding: 32px 26px; }
  .help-search-subheading {
    font-size: 2rem;
    line-height: 2.5rem; }
  .form-title-registered-mark.help-registered-mark {
    font-size: 1.5rem; }
  .help-cta-buttons {
    margin-right: 32px; }
    .help-cta-buttons a:last-of-type {
      margin-bottom: 0; }
  .online-training-content {
    align-items: center;
    flex-direction: row;
    justify-content: center; }
  .online-training-img {
    align-items: center;
    display: flex;
    flex: 0 0 56%;
    justify-content: flex-end; }
  .zbna-browse-facet {
    font-size: 0.875rem; }
  .zbna-common-topics-header {
    font-size: 2rem; } }

@media (min-width: 992px) {
  .help-subsection {
    padding: 32px 36px 36px; }
  .help-search-subheading {
    font-size: 2.5rem;
    line-height: 3rem; }
  .help-search-banner .service-subtitle {
    font-size: 1rem; }
  .form-title-registered-mark.help-registered-mark {
    top: -1.1rem; }
  .online-training-img {
    flex: 0 0 598px; } }

@media (min-width: 1200px) {
  .help-search-banner.help-services-banner {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between; }
  .help-search-services.zbna-max-1360-wrapper {
    padding-left: 4.4%;
    padding-right: 4.4%; }
  .online-training-img {
    flex: 0 0 720px; }
  .zbna-browse-facet {
    font-size: 1rem; } }

/* ---------- Base theme highlight content portlet SCSS ---------- */
#tutorialModal {
  padding: 0 !important;
  width: 100%; }
  #tutorialModal .modal-dialog {
    max-width: 96%;
    width: 100%; }

.zbna-highlight-content {
  border-radius: 4px;
  display: flex;
  padding: 16px; }
  .zbna-highlight-content .highlight-content-body {
    font-size: 0.875rem; }
    .zbna-highlight-content .highlight-content-body p {
      margin-bottom: 0; }
    .zbna-highlight-content .highlight-content-body .zbna-text-link {
      font-size: inherit; }
  .zbna-highlight-content .highlight-content-icon {
    margin-right: 8px; }

.zbna-tutorial-body {
  padding: 0 58px; }
  .zbna-tutorial-body .carousel-control-next {
    margin-right: 105px; }
  .zbna-tutorial-body .carousel-control-prev {
    margin-left: 105px; }
  .zbna-tutorial-body .carousel-indicators {
    margin-bottom: 10px; }
  .zbna-tutorial-body .carousel-item:last-of-type p {
    padding: 0 100px; }
  .zbna-tutorial-body .fa {
    font-size: 1.5rem;
    opacity: 1;
    padding: 4px 0; }
  .zbna-tutorial-body h5 {
    font-weight: 600; }
  .zbna-tutorial-body p {
    margin-bottom: 48px; }
  .zbna-tutorial-body .tutorial-img {
    height: 290px;
    margin: 0 auto 32px;
    width: auto; }
  .zbna-tutorial-body .zbna-carousel-control {
    margin-bottom: 0;
    padding: 0; }

.zbna-tutorial-modal {
  box-shadow: 2px 2px 4px rgba(1, 9, 10, 0.239);
  margin: 100px auto;
  max-width: 640px;
  text-align: center; }

.zbna-tutorial-footer {
  border: none;
  padding-top: 0; }
  .zbna-tutorial-footer .skip-tutorial {
    background: none;
    border: none;
    font-size: 1rem;
    margin: 0 auto;
    text-decoration: underline; }
    .zbna-tutorial-footer .skip-tutorial:focus {
      font-weight: 600; }

.zbna-tutorial-header {
  border: none;
  height: 25px; }
  .zbna-tutorial-header .tg-tutorial-close {
    height: 12px;
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px; }

@media (min-width: 992px) {
  .zbna-highlight-content {
    margin-bottom: 34px;
    margin-right: 0; } }

/* ---------- Base theme hyperlinks SCSS ---------- */
/* ---------- Don't Alpha Sort Pseudo-classes ---------- */
.taglib-search-iterator-page-iterator-bottom a {
  color: #1a1a1a; }

.zbna-breadcrumb-link {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline; }
  .zbna-breadcrumb-link:active {
    border: 1px solid #706500 !important;
    color: #8a0017 !important; }
  .zbna-breadcrumb-link:active, .zbna-breadcrumb-link:focus, .zbna-breadcrumb-link:hover {
    background-color: #f3f2e0;
    text-decoration: none; }

.zbna-footer-link {
  border-radius: 0;
  color: #f2f2f2;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%; }
  .zbna-footer-link:visited {
    text-decoration: none; }
  .zbna-footer-link:hover, .zbna-footer-link:focus {
    background-color: #f2f2f2;
    color: #333;
    font-weight: 600;
    text-decoration: none; }
  .zbna-footer-link:active {
    background-color: #f2f2f2;
    color: #333;
    text-decoration: underline; }
  .zbna-footer-link:before {
    content: attr(data-text);
    display: block;
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

.zbna-main-nav-menu-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-main-nav-menu-link:hover, .zbna-main-nav-menu-link:focus, .zbna-main-nav-menu-link:active {
    border-bottom-style: solid;
    border-bottom-width: 8px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px; }

.zbna-main-nav-menu-link.active {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  padding-bottom: 20px;
  padding-right: 5px; }

.zbna-main-nav-menu-link.sign-in-link {
  border: none;
  padding-bottom: 0; }

.zbna-nav-menu-link {
  border-radius: 4px;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-nav-menu-link:hover {
    background-color: #4d4d4d;
    color: #fff;
    font-weight: 600;
    text-decoration: none; }
  .zbna-nav-menu-link:focus {
    background-color: #4d4d4d;
    color: #fff;
    font-weight: 600;
    text-decoration: none; }
  .zbna-nav-menu-link:active {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: underline; }

.zbna-nav-menu-info-link {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-nav-menu-info-link:active {
    text-decoration: underline; }

.zbna-nav-menu-li-link {
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-nav-menu-li-link:active {
    text-decoration: underline; }

.zbna-static-content-main-link {
  color: #06c;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-static-content-main-link:focus, .zbna-static-content-main-link:hover {
    color: #06c;
    text-decoration: underline; }
  .zbna-static-content-main-link:active {
    font-weight: 600;
    text-decoration: underline; }

.zbna-static-content-sub-link {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-static-content-sub-link:visited {
    text-decoration: underline; }
  .zbna-static-content-sub-link:hover, .zbna-static-content-sub-link:focus {
    text-decoration: underline; }
  .zbna-static-content-sub-link:active {
    font-weight: 600; }

.zbna-text-link, .zbna-text-link-secondary {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline; }
  .zbna-text-link:active, .zbna-text-link-secondary:active {
    border: 1px solid #706500;
    color: #8a0017; }
  .zbna-text-link:active, .zbna-text-link:focus, .zbna-text-link:hover, .zbna-text-link-secondary:active, .zbna-text-link-secondary:focus, .zbna-text-link-secondary:hover {
    background-color: #f3f2e0;
    text-decoration: none; }

@media (min-width: 992px) {
  .zbna-footer-link {
    border-radius: 4px;
    width: fit-content; } }

.kb-article-container .zbna-kb-article .kb-article-ratings {
  align-items: center;
  display: flex;
  margin-bottom: 32px; }

.kb-article-rating-buttons {
  display: flex; }
  .kb-article-rating-buttons button {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 100px; }

.kb-article-rating-text {
  color: #333;
  font-weight: 600;
  margin: 0 16px 0 0; }

.pdf-file-icon {
  margin-bottom: 16px; }

.pdf-guide-mobile .zbna-video-image-content {
  display: none; }

/* This class name is gibberish (pdf-highlight backwards) because of the way we do highlighting via character matching.
 * There should be no searches that match this string of characters causing issues with highlighting.
 */
.thgilhgih-fdp {
  background-color: #fff2a8; }

.zbna-article-assets .zbna-pdf-content {
  display: none; }

.zbna-article-assets .zbna-video-description,
.zbna-article-assets .zbna-video-title {
  display: none; }

.zbna-kb-article-body {
  position: relative;
  top: -32px; }

.zbna-kb-article-title {
  font-size: 1.5rem;
  font-weight: 600; }

.zbna-pdf-content {
  align-items: center;
  border-bottom: 2px solid #b3b3b3;
  border-left: none;
  border-right: none;
  border-top: 2px solid #b3b3b3;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  padding: 20px; }
  .zbna-pdf-content h3 {
    color: #333;
    font-size: 1.25rem; }
  .zbna-pdf-content img {
    display: none; }
  .zbna-pdf-content .pdf-display-hr {
    display: none; }

.zbna-pdf-date-modified {
  color: #06c;
  font-size: 0.75rem; }

.zbna-pdf-description {
  display: none; }

.zbna-pdf-title {
  align-items: center;
  color: #06c;
  display: inline-flex;
  flex-direction: column;
  justify-content: center; }
  .zbna-pdf-title:hover {
    color: #06c;
    text-decoration: underline; }

@media (min-width: 992px) {
  .pdf-guide-mobile {
    display: none; }
  .zbna-article-assets .zbna-pdf-content {
    display: flex; }
  .zbna-pdf-content {
    background: #f2f2f2;
    border: none;
    left: 105%;
    height: calc(100% + 32px);
    position: absolute;
    top: 0;
    width: 257px; }
    .zbna-pdf-content .pdf-display-hr {
      border-width: 2px;
      display: block;
      margin-top: 0; }
  .zbna-kb-article {
    min-height: 500px;
    position: relative;
    width: calc(100% - 304px); } }

/* ---------- Base theme main SCSS ---------- */
#layout-column_column-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: inherit; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, Ubuntu, Oxygen, Cantarell, Arial, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow-x: hidden; }

fieldset > legend.fieldset-legend {
  font-weight: 600;
  padding: 2rem 0;
  text-align: center; }

fieldset > legend.fieldset-legend > .legend {
  font-size: 1.5rem;
  line-height: 2rem; }

hr {
  background-color: #fff;
  height: 0.025rem;
  margin: 50px auto;
  width: 100%; }

input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="textarea"] {
  border: 1px #808080 solid;
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-height: 40px;
  padding: 4px 16px 7px; }
  input[type="email"]:focus, input[type="email"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="textarea"]:focus, input[type="textarea"]:hover {
    border-color: #06c;
    box-shadow: 0 0 4px rgba(0, 102, 204, 0.32); }
  input[type="email"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="text"]:disabled, input[type="textarea"]:disabled {
    background-color: #fff;
    border: 1px #808080 solid;
    box-shadow: none;
    opacity: .32; }
  input[type="email"]:read-only, input[type="password"]:read-only, input[type="search"]:read-only, input[type="text"]:read-only, input[type="textarea"]:read-only {
    background-color: #e6e6e6; }

input[type="email"].error-field, input[type="password"].error-field, input[type="text"].error-field,
input[type="textarea"].error-field {
  background-color: #f8e7eb;
  border-color: #c5252e;
  color: #8a0017; }

input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder, input[type="textarea"]::-ms-input-placeholder {
  color: #666; }

input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder,
input[type="text"]::placeholder, input[type="textarea"]::placeholder {
  color: #666; }

input[type="email"].success-field, input[type="password"].success-field, input[type="text"].success-field, input[type="textarea"].success-field {
  border-color: #257b2d; }

label.control-label {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }

label.control-label + div.btn-search-cancel {
  display: none; }

label.control-label.disabled, label[for].disabled {
  opacity: .32; }

label[for] {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }
  label[for]:disabled {
    opacity: .32; }

option {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem; }

select.form-control {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem; }

.abs-right {
  position: relative; }

.alert-danger {
  border: 1px solid #c5252e;
  border-top: 0; }

.alert-success {
  border: 1px solid #257b2d;
  box-shadow: 2px 2px 4px #003d0a;
  position: absolute;
  right: 0;
  top: -9px;
  width: 100%; }

.bg-bottom-header header.portlet-topper {
  z-index: 1030; }

.bg-off-white {
  background-color: #fafafa; }

.button-main {
  border-radius: 4px;
  padding: 10px 20px; }

.breadcrumb-container {
  display: flex;
  align-items: baseline; }

.clear-search-svg-x {
  fill: none; }

.cursor-grab {
  cursor: grab; }

.cursor-grabbing {
  cursor: grabbing; }

.drop-down-sort-icon-padding {
  padding-top: .5rem; }

.fieldset-padding-wrapper {
  padding-left: 1rem;
  padding-right: 1rem; }

.full-width {
  width: 100% !important; }

.get-started-setup svg {
  float: left;
  margin-top: 5px; }

.get-started-setup .zbna-button-cta {
  margin: 0 auto;
  max-width: 360px; }

.half-div {
  display: inline-block;
  width: 50%; }

.has-error > label.control-label, .has-error > label[for] {
  color: #8a0017; }

.has-error .help-block {
  color: #8a0017; }

.lift-modal {
  z-index: 1050 !important; }

.link-white {
  color: #fff !important; }

.loading-icon {
  animation: loading-icon-animation 1.35s linear infinite;
  border-radius: 100%;
  box-sizing: border-box;
  height: 24px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  width: 24px; }
  .loading-icon:before {
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%; }

.loading-icon-bg {
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.loading-icon-padding {
  padding-bottom: 125px;
  padding-top: 100px; }

.modal-body {
  white-space: normal !important; }

.monospace {
  font-family: "Segoe UI Mono", Consolas, "Liberation Mono", "SFMono-Regular", Menlo, Roboto Mono, "Ubuntu Monospace", Oxygen Mono, "Courier New", monospace; }

.my-favorite-accounts-star-actionable {
  padding-right: 8px; }

.my-favorite-accounts-star-helper {
  font-size: 1rem;
  margin: 0 0 .25rem 0; }

.no-height {
  height: 0;
  max-height: 0; }

.no-margin {
  margin: 0; }

.no-padding, .portlet-column {
  padding: 0; }

.pointer {
  cursor: pointer; }

.logout-survey .rate-this-page__stars > .star-off:focus, .logout-survey .rate-this-page__stars > .star-on:focus, .logout-survey .rate-this-page__stars > .star-off > svg:focus,
.logout-survey .rate-this-page__stars > .star-on > svg:focus {
  outline-color: #e59900; }

.reveal-eye {
  font-size: 1.25rem;
  position: absolute;
  right: 1.5rem;
  top: 39px; }

.reveal-eye-anchor:focus, .reveal-eye-anchor:hover {
  text-shadow: 0 0 4px rgba(51, 51, 51, 0.6); }

.reveal-eye-input-padding {
  padding-right: 3rem !important; }

.row {
  margin: 0; }

.search-results-full-width {
  width: 100%; }

.search-results-image-centered {
  margin: 10px auto 32px; }

.search-results-no-results-message {
  font-size: 1.5rem; }

.search-results-text-centered {
  margin: 0 auto 16px; }

.taglib-large-text {
  font-size: large; }

.taglib-small-text {
  font-size: small; }

.yui3-skin-sam .yui3-widget-mask {
  z-index: 1050 !important; }

.zbna-alert-error-900 {
  background-color: #f8e7eb;
  border: 1px solid #c5252e;
  color: #8a0017; }

.zbna-alert-info-900 {
  background-color: #e7ebf6;
  border: 1px solid #3156b7;
  color: #002b80; }

.zbna-alert-success-900 {
  background-color: #e4f0e5;
  border: 1px solid #257b2d;
  color: #003d0a; }

.zbna-alert-warning-900 {
  background-color: #f3f2e0;
  border: 1px solid #706500;
  color: #52430E; }

.zbna-bg-black {
  background-color: #000; }

.zbna-bg-gray-900 {
  background-color: #1a1a1a; }

.zbna-bg-gray-800 {
  background-color: #333; }

.zbna-bg-gray-700 {
  background-color: #4d4d4d; }

.zbna-bg-gray-600 {
  background-color: #666; }

.zbna-bg-gray-500 {
  background-color: #808080; }

.zbna-bg-gray-400 {
  background-color: #999; }

.zbna-bg-gray-300 {
  background-color: #b3b3b3; }

.zbna-bg-gray-200 {
  background-color: #ccc; }

.zbna-bg-gray-100 {
  background-color: #e6e6e6; }

.zbna-bg-gray-50 {
  background-color: #f2f2f2; }

.zbna-bg-info {
  background-color: #e7ebf6; }

.zbna-bg-white {
  background-color: #fff; }

.zbna-border-info {
  border: 1px solid #3156b7; }

.zbna-breadcrumb-advanced-link-wrapper::after {
  bottom: 1px;
  content: "\f054 \00a0 \00a0";
  font: normal normal normal 12px/1 FontAwesome;
  position: relative; }

.zbna-breadcrumb-link-wrapper::before {
  content: "\f053 \00a0 \00a0";
  font: normal normal normal 12px/1 FontAwesome; }

.zbna-caption {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25rem; }

.zbna-card-subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }

.zbna-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem; }

.zbna-check-box-container .zbna-check-box-label:before {
  background-color: transparent;
  border-radius: 2px;
  color: transparent;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  height: 1rem;
  margin: 0 .5rem 0 0;
  width: 1rem; }

.zbna-check-box-container .zbna-check-box-label:focus, .zbna-check-box-container .zbna-check-box-label:hover {
  font-weight: 600; }

.zbna-check-box-container .zbna-check-box-label:focus:before, .zbna-check-box-container .zbna-check-box-label:hover:before {
  color: #fff; }

.zbna-check-box-container .zbna-check-box-label.checked:before {
  color: #fff; }

.zbna-check-box-container .zbna-check-box-label.checked:focus, .zbna-check-box-container .zbna-check-box-label.checked:hover {
  font-weight: 600; }

.zbna-check-box-label > span {
  position: relative;
  top: 1px; }

.zbna-discovery-wrapper {
  margin: 0 10px 32px;
  width: 340px; }

.zbna-form-failed-validation {
  color: #8a0017; }

.zbna-form-label {
  font-size: 1rem;
  font-weight: 600; }

.zbna-form-portlet-wrapper {
  background: white 0 0 no-repeat padding-box;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  box-shadow: 1px 1px 2px rgba(0, 5, 10, 0.32);
  margin: 2rem auto 100px auto;
  width: 90%; }

.zbna-form-subtitle {
  font-size: 1rem;
  line-height: 1.5rem; }

.zbna-form-title {
  color: #333;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 16px 0; }

.zbna-form-title-no-scale {
  font-size: 1.5rem;
  line-height: 1.75rem; }

.zbna-form-title-centered {
  margin: 0 auto; }

.zbna-full-width-gray {
  background: #f2f2f2 0 0 no-repeat padding-box; }

.zbna-gen-marketing-max-height {
  max-height: 200px; }

.zbna-header-profile-dropdown > div > .zbna-my-services-menu-item,
.zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item,
.zbna-nav-menu-link-mobile {
  background-color: transparent;
  border-left: 4px solid transparent;
  color: #333 !important;
  font-size: 1rem !important;
  font-weight: 400;
  padding: .5rem 1rem .5rem 2rem !important;
  text-decoration: none; }
  .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:active,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:active,
  .zbna-nav-menu-link-mobile:active {
    text-decoration: underline; }
  .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:active, .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:focus, .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:hover,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:active,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:focus,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:hover,
  .zbna-nav-menu-link-mobile:active,
  .zbna-nav-menu-link-mobile:focus,
  .zbna-nav-menu-link-mobile:hover {
    background: #e6e6e6 !important; }

.zbna-help-message {
  border-radius: 4px;
  bottom: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 205px;
  padding: 1rem;
  position: absolute;
  right: 0;
  width: 100%;
  word-break: break-word;
  word-spacing: 1px;
  z-index: 1000; }

.zbna-help-message-icon {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1000; }

.zbna-help-message-wrapper {
  position: absolute;
  right: 0;
  top: 28px;
  width: 100%;
  z-index: 1000; }

.zbna-impersonated-note {
  color: #F00;
  font-size: 20px;
  padding: 8px 0; }

.zbna-max-1360-wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 4.4%;
  padding-right: 4.4%; }

.zbna-max-width-220 {
  max-width: 220px; }

.zbna-mb-10 {
  margin-bottom: 10px; }

.zbna-mb-16 {
  margin-bottom: 1rem; }

.zbna-mb-20 {
  margin-bottom: 20px; }

.zbna-mb-32 {
  margin-bottom: 2rem !important; }

.zbna-mirrored-horizontal {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.zbna-mobile-menu-back-button > a {
  background-color: transparent;
  padding: .5rem 1rem; }
  .zbna-mobile-menu-back-button > a:focus, .zbna-mobile-menu-back-button > a:hover {
    border-radius: 4px;
    box-shadow: 2px 2px 4px 1px rgba(51, 51, 51, 0.4); }

.zbna-modal {
  z-index: 1050 !important; }
  .zbna-modal:focus {
    outline: none; }
  .zbna-modal .zbna-modal-content {
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 4px #01090a;
    padding: 0 32px; }
    .zbna-modal .zbna-modal-content .modal-body {
      padding: 16px 0 0; }
    .zbna-modal .zbna-modal-content .modal-header {
      border: none;
      padding: 0; }
      .zbna-modal .zbna-modal-content .modal-header h6 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 32px 0 0; }
      .zbna-modal .zbna-modal-content .modal-header .pull-right-content.btn-toolbar-content {
        display: none; }
    .zbna-modal .zbna-modal-content .modal-footer {
      border: none;
      justify-content: left;
      padding: 0; }
      .zbna-modal .zbna-modal-content .modal-footer button {
        margin-bottom: 32px;
        margin-right: 12px; }

.zbna-modal.yui3-widget.modal-dialog {
  left: 50% !important;
  margin: 0;
  position: fixed;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; }

.zbna-mr-16 {
  margin-right: 1rem; }

.zbna-mr-32 {
  margin-right: 2rem; }

.zbna-mt-16 {
  margin-top: 1rem; }

.zbna-mt-32 {
  margin-top: 2rem; }

.zbna-mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.zbna-mx-32 {
  margin-left: 2rem;
  margin-right: 2rem; }

.zbna-my-32 {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.zbna-overline {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: overline; }

.zbna-pad-all-10 {
  padding: 10px; }

.zbna-pad-bottom-8 {
  padding-bottom: .5rem; }

.zbna-pad-bottom-16 {
  padding-bottom: 16px; }

.zbna-pad-bottom-32 {
  padding-bottom: 32px; }

.zbna-pad-left-0 {
  padding-left: 0; }

.zbna-pad-left-16 {
  padding-left: 16px; }

.zbna-pad-left-32 {
  padding-left: 2rem; }

.zbna-pad-right-8 {
  padding-right: 8px; }

.zbna-pad-right-16 {
  padding-right: 16px; }

.zbna-pad-top-16 {
  padding-top: 16px; }

.zbna-pad-top-20 {
  padding-top: 1.25rem; }

.zbna-pad-top-30 {
  padding-top: 1.875rem; }

.zbna-pad-top-36 {
  padding-top: 2.25rem; }

.zbna-pad-x-16 {
  padding-left: 1rem;
  padding-right: 1rem; }

.zbna-pad-x-32 {
  padding-left: 2rem;
  padding-right: 2rem; }

.zbna-pad-y-8 {
  padding-bottom: 8px;
  padding-top: 8px; }

.zbna-pad-y-16 {
  padding-bottom: 16px;
  padding-top: 16px; }

.zbna-pad-y-32 {
  padding-bottom: 32px;
  padding-top: 32px; }

.zbna-profile-text-input-wrapper label .fa-question-circle {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 10px; }

.zbna-radio-button .radio-button-label:before {
  background-color: transparent;
  border: 2px #fff solid;
  border-radius: 8px;
  content: " ";
  display: inline-block;
  height: 14px;
  margin: 0 5px 0 0;
  width: 14px; }

.zbna-radio-button .radio-button-label:focus, .zbna-radio-button .radio-button-label:hover {
  font-weight: 600; }

.zbna-radio-button .radio-button-label.checked:focus, .zbna-radio-button .radio-button-label.checked:hover {
  font-weight: 600; }

.zbna-search-clear {
  position: absolute;
  z-index: 995; }

.zbna-search-clear > a:focus > svg > line, .zbna-search-clear > a:hover > svg > line {
  stroke-width: 3; }

.zbna-search-clear-filter {
  right: 60px;
  top: 6px; }

.zbna-search-clear-help {
  right: 50px;
  top: 9px; }

.zbna-search-button {
  height: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  padding: 6px .5rem;
  width: 2.5rem; }

.zbna-search-button-icon {
  font-size: 1.5rem; }

.zbna-search-button-stacked {
  z-index: 995; }

.zbna-search-filter-button {
  max-width: 3.25rem;
  width: 3.25rem; }

.zbna-search-filter-input {
  padding-right: 1.75rem !important; }

.zbna-search-help-button {
  border-radius: 20px !important;
  position: absolute;
  right: 20px;
  top: 4px; }

.zbna-search-help-input {
  border-radius: 30px !important;
  min-height: 3rem !important;
  padding-right: 4.5rem !important;
  width: 100%; }

.zbna-select-dropdown-border {
  border: 1px solid #808080;
  border-radius: .25rem; }
  .zbna-select-dropdown-border:focus, .zbna-select-dropdown-border:hover {
    border-color: #06c;
    box-shadow: 0 0 4px rgba(0, 102, 204, 0.32); }

.zbna-select-dropdown-border > .btn {
  padding: 2px 1rem 6px 1rem; }

.zbna-select-dropdown-border .dropdown-menu {
  border: 1px solid #808080;
  border-radius: .25rem;
  max-width: 100%;
  padding: 0;
  width: 100%;
  z-index: 1010; }
  .zbna-select-dropdown-border .dropdown-menu:focus, .zbna-select-dropdown-border .dropdown-menu:hover {
    border-color: #06c;
    box-shadow: 0 0 4px rgba(0, 102, 204, 0.32); }

.zbna-select-dropdown-border .dropdown-menu::after {
  padding-top: 0; }

.zbna-select-dropdown-border .dropdown-menu .dropdown-item {
  color: #333;
  padding: .25rem 1rem; }
  .zbna-select-dropdown-border .dropdown-menu .dropdown-item:focus, .zbna-select-dropdown-border .dropdown-menu .dropdown-item:hover {
    background-color: #f2f2f2; }
  .zbna-select-dropdown-border .dropdown-menu .dropdown-item:active {
    color: #333; }

.zbna-select-dropdown-border .dropdown-menu .dropdown-item.active:focus, .zbna-select-dropdown-border .dropdown-menu .dropdown-item.active:hover {
  color: #fff; }

.zbna-select-input-text-size {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem; }

.zbna-select-selected-item {
  height: 30px; }

.zbna-services-zbna-help-message {
  left: 70px;
  margin-left: -60px; }

.zbna-services-zbna-help-message-icon {
  position: relative; }

.zbna-services-zbna-help-message-wrapper {
  left: 130px;
  top: 48px;
  width: auto; }

.zbna-small-icon {
  font: normal normal normal 12px/1 FontAwesome;
  padding: 0 5px 0 6px; }

.zbna-stripe-urgent-system-alerts-wrapper {
  background: #f3f2e0 0% 0% no-repeat padding-box;
  box-shadow: 0 1px 0 #52430E;
  opacity: 1; }

.zbna-stripe-urgent-system-alerts-wrapper .btn {
  display: none; }

.zbna-stripe-urgent-system-alerts-wrapper section.portlet {
  margin-bottom: 0; }

.zbna-stripe-urgent-system-alerts-wrapper section.portlet .portlet-content-editable {
  border-width: 0 1px; }

.zbna-text-alert {
  color: #8a0017; }

.zbna-text-black {
  color: #000; }

.zbna-text-gray-900 {
  color: #1a1a1a; }

.zbna-text-gray-800 {
  color: #333; }

.zbna-text-gray-700 {
  color: #4d4d4d; }

.zbna-text-gray-600 {
  color: #666; }

.zbna-text-gray-500 {
  color: #808080; }

.zbna-text-gray-400 {
  color: #999; }

.zbna-text-gray-300 {
  color: #b3b3b3; }

.zbna-text-gray-200 {
  color: #ccc; }

.zbna-text-gray-100 {
  color: #e6e6e6; }

.zbna-text-gray-50 {
  color: #f2f2f2; }

.zbna-text-gray-alternate {
  color: #f0f0f0; }

.zbna-text-green-alternate {
  color: #00b300; }

.zbna-text-info {
  color: #002b80; }

.zbna-text-white {
  color: #fff; }

.zbna-toast-alert-wrapper {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 67px;
  width: 100%; }

.zbna-validation-error-anchor-text {
  font-weight: bold;
  text-decoration: underline; }

.zbna-validation-portlet-wrapper .zbna-validation-form-field .form-group {
  margin-bottom: 0; }

.zbna-validation-portlet-wrapper .zbna-validation-form-field .help-block {
  margin-bottom: 16px; }

.zbna-video-heading {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 5px 0; }

.zbna-video-subheading {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0; }

.zbna-video-watch-button {
  border: solid 1px #fff !important;
  margin: 15px 0 0; }

.zbna-yui3-skin-sam > .zbna-modal-wrapper > .yui3-widget-modal {
  z-index: 1050 !important; }

@media (min-width: 576px) {
  .abs-right {
    position: absolute;
    right: 0;
    width: auto; }
  .zbna-help-message {
    right: 10px;
    width: 300px; }
  .zbna-services-zbna-help-message-wrapper {
    left: 370px;
    top: 12px; } }

@media (min-width: 768px) {
  #layout-column_column-3 {
    flex-wrap: nowrap; }
  fieldset > legend.fieldset-legend > .legend {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  .alert-success {
    margin-right: 4.4%;
    width: auto; }
  .fieldset-padding-wrapper {
    padding-left: 2rem;
    padding-right: 2rem; }
  .search-results-no-results-message {
    font-size: 1.75rem; }
  .zbna-discovery-wrapper {
    width: 310px; }
  .zbna-form-title {
    font-size: 1.75rem;
    line-height: 2.25rem; } }

@media (min-width: 992px) {
  #layout-column_column-3 {
    flex-direction: column; }
  fieldset > legend.fieldset-legend > .legend {
    font-size: 2rem;
    line-height: 2.5rem; }
  .search-results-no-results-message {
    font-size: 2rem; }
  .zbna-discovery-wrapper {
    margin: 0 0 32px;
    width: 100%; }
  .zbna-form-portlet-wrapper {
    width: 70%; }
  .zbna-form-title {
    font-size: 2rem;
    line-height: 2.5rem; }
  .zbna-toast-alert-wrapper {
    top: 130px; } }

@media (min-width: 1200px) {
  .zbna-form-portlet-wrapper {
    max-width: 900px;
    width: 60%; }
  .zbna-toast-alert-wrapper {
    left: calc((100% - 1200px) / 2);
    max-width: 1200px; } }

@keyframes loading-icon-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ---------- Base video modals SCSS ---------- */
.modal-content.zbna-video-modal {
  background: transparent;
  border: none;
  left: 50%;
  overflow: visible;
  padding: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; }
  .modal-content.zbna-video-modal .modal-body {
    padding: 0;
    position: relative;
    overflow: visible; }
    .modal-content.zbna-video-modal .modal-body p {
      display: none; }
    .modal-content.zbna-video-modal .modal-body .close {
      color: #fff;
      font-size: 2rem;
      opacity: 1;
      position: absolute;
      right: -0.4rem;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
      top: -3rem; }
      .modal-content.zbna-video-modal .modal-body .close:focus {
        box-shadow: 0 0 0 0.2rem #007bff; }

.zbna-modal.zbna-credentials-modal p {
  margin-bottom: 0; }

.zbna-modal.zbna-credentials-modal .modal-footer {
  margin: 0 0 32px; }
  .zbna-modal.zbna-credentials-modal .modal-footer p {
    font-weight: 600;
    margin: 16px 0 0; }
  .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar {
    flex-direction: column;
    margin-top: 32px;
    width: 100%; }
    .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button {
      margin: 0;
      font-weight: 700;
      width: 100%; }
      .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button:nth-child(2) {
        font-weight: normal;
        margin-top: 20px; }

.zbna-modal.zbna-credentials-modal .modal-header {
  height: unset; }

@media (min-width: 576px) {
  .zbna-modal.zbna-credentials-modal {
    width: 480px !important; }
    .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar {
      flex-direction: row; }
      .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button {
        width: fit-content;
        margin: 0 16px 0 0; }
        .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button:nth-child(2) {
          margin-top: 0; } }

@media (min-width: 768px) {
  .modal-content.zbna-video-modal {
    width: 640px; } }

/* ---------- Base theme navbar SCSS ---------- */
.announce-circle {
  background-color: #f3f2e0;
  border: 1px solid #706515;
  border-radius: 4px;
  color: #52430e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25em;
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px; }

.announcementsIcon:focus, .announcementsIcon:hover, .announcementsIcon.notification:focus, .announcementsIcon.notification:hover {
  width: 188px; }

.top-nav-icon-default-color {
  transition: color 1s step-end; }

.bg-bottom-header {
  height: 62px; }

.bg-bottom-header .portlet, .bg-top-header .portlet, .zbna-gen-marketing-portlet .portlet {
  margin-bottom: 0; }

.bg-top-header {
  height: 40px; }

.contactIcon:focus, .contactIcon:hover {
  width: 105px; }

.desktop-navigation-links {
  align-items: center; }

.expanded + .zbna-my-services-menu {
  width: 636px; }

.greeting-text {
  font-size: 1rem;
  font-weight: 400; }
  .greeting-text span {
    font-weight: 600; }

.header-image {
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 160px; }

.helpIcon:focus, .helpIcon:hover {
  width: 80px; }

.hide-action-items-dropdown {
  display: none; }

.hide-profile-dropdown {
  display: none; }

.mobile-menu-submenu {
  transition: all 0.3s linear; }

.mobile-menu-submenu-collapsed {
  transform: translate(999px, 0);
  width: 0; }

.mobile-menu-submenu-expanded {
  width: 100%; }

.nav-close-btn {
  display: block;
  font-size: 40px; }

.nav-icon-wrapper {
  display: inline-block;
  position: relative; }
  .nav-icon-wrapper:not(:first-of-type) {
    padding-left: 32px; }

.nav-link-height {
  margin-top: 14px; }

.nav-link-height-sign-in {
  margin-top: 6px; }

.side-announce-circle {
  background-color: #f3f2e0;
  border: 1px solid #706515;
  border-radius: 4px;
  color: #52430e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25em;
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px; }

.sidenav {
  background-color: #f2f2f2;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s linear;
  transform: translateX(100vw);
  width: 100%;
  z-index: 1010; }
  .sidenav a {
    color: #333;
    display: block;
    font-size: 20px;
    text-decoration: none; }
  .sidenav .closebtn {
    font-size: 40px;
    font-weight: bold; }

.sidenav.sidebar-expanded {
  transform: translateX(0); }

.sidenav-container-row {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 61px; }

.top-header-icons {
  height: 32px; }

.top-nav {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between; }

.top-nav-icons {
  border-radius: 4px;
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  height: 32px;
  overflow: hidden;
  padding: 4px;
  transition: width 1s ease, background-color 1s step-end, color 1s step-end;
  white-space: nowrap;
  width: 25px; }
  .top-nav-icons:after {
    content: attr(data-language); }
  .top-nav-icons:focus, .top-nav-icons:hover {
    transition: width 1s ease; }
    .top-nav-icons:focus:after, .top-nav-icons:hover:after {
      content: attr(data-language); }
  .top-nav-icons:focus > .top-nav-icon-default-color, .top-nav-icons:hover > .top-nav-icon-default-color {
    transition: color 1s step-start; }
  .top-nav-icons.notification {
    width: 30px; }
    .top-nav-icons.notification:before {
      background: #c5252e;
      border: 1px solid #fff;
      border-radius: 50%;
      content: "";
      height: 10px;
      left: 17px;
      position: absolute;
      top: 8px;
      width: 10px; }

.top-nav-icons-ann-circle {
  fill: #8a0017;
  stroke: #fff; }

.top-nav-icons-ann-circle-fill-clear {
  fill: none; }

.top-nav-icons-ann-circle-stroke-clear {
  stroke: none; }

.top-nav-icons-svg-p-fix-with {
  bottom: 3px;
  position: relative; }

.top-nav-icons-svg-p-fix-without {
  bottom: 1px;
  position: relative; }

.top-nav-icons-text {
  display: none;
  padding-left: 5px; }
  .top-nav-icons-text:hover {
    transition: 0.8s; }

.zbna-action-items-alert-icon {
  color: #8a0017; }

.zbna-action-items-box {
  border-radius: 4px;
  margin: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .zbna-action-items-box .zbna-notification-text {
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 4px;
    color: #333;
    display: flex;
    font-size: 1rem;
    margin-bottom: 8px;
    padding: 8px; }
    .zbna-action-items-box .zbna-notification-text:focus, .zbna-action-items-box .zbna-notification-text:hover {
      border-color: #06c; }
      .zbna-action-items-box .zbna-notification-text:focus .notification-title, .zbna-action-items-box .zbna-notification-text:hover .notification-title {
        text-decoration: underline; }
    .zbna-action-items-box .zbna-notification-text .notification-title {
      color: #06c; }

.zbna-action-items-main {
  right: calc(50% - 232px);
  width: 464px; }

.zbna-bottom-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 60px; }
  .zbna-bottom-nav .zbna-dropdown-menu {
    position: absolute;
    right: 0;
    top: 53px; }

.zbna-card-header-nav > a {
  border-left: 4px solid transparent; }

.zbna-card-header-nav > a[aria-expanded="true"] {
  background: #e6e6e6; }

.zbna-desktop-menu-item-close {
  background: transparent;
  border: none;
  bottom: 12px;
  color: inherit;
  font-size: 1rem;
  position: relative; }

.zbna-header-dropdown-icon {
  font-size: 16px; }

.zbna-header-dropdown-menu {
  display: block;
  text-align: left; }
  .zbna-header-dropdown-menu:hover .zbna-profile-dropdown-content {
    display: block; }

.zbna-header-dropdown-menu-content {
  background: #f2f2f2 0 0% no-repeat padding-box !important;
  box-shadow: 0 0 4px rgba(0, 5, 10, 0.4);
  list-style-type: none;
  position: absolute;
  right: 0;
  z-index: 1010; }
  .zbna-header-dropdown-menu-content a {
    display: block; }

.zbna-header-heading-icon {
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.zbna-header-menu-pre-bold::before {
  content: attr(data-text);
  display: block;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.zbna-header-menu-pre-bold.zbna-my-profile-header-menu-main-link::before {
  content: "" " " attr(data-text);
  font-family: "FontAwesome"; }

.zbna-header-menu-pre-bold.action-items-filled::before {
  content: attr(data-text) "  " "";
  font-family: "FontAwesome"; }

.zbna-header-profile-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.zbna-logo {
  margin-right: auto; }
  .zbna-logo:focus {
    outline: 2px solid #06c; }

.zbna-logout-button:focus {
  outline: 2px solid #06c; }

.zbna-mobile-menu-activator-link {
  background: none;
  border: none;
  box-shadow: 0 0 0 1px transparent;
  color: #fff;
  display: block;
  height: 35px;
  padding: 0;
  width: fit-content; }
  .zbna-mobile-menu-activator-link:focus, .zbna-mobile-menu-activator-link:hover {
    box-shadow: 0 0 0 1px #0066cc; }
  .zbna-mobile-menu-activator-link svg {
    fill: #fff;
    height: 40px; }

.zbna-mobile-menu-activator-link > .fa-bars:before {
  bottom: 1px;
  font-size: 31px;
  position: relative; }

.zbna-mobile-menu-activator-link > .fa-times:before {
  bottom: 6px;
  position: relative; }

.zbna-mobile-menu-full-length-wrapper {
  background-color: #f2f2f2;
  height: 100vh;
  padding-top: 10px; }

.zbna-mobile-menu-sub-header-bar {
  font-size: 1.25rem; }

.zbna-my-profile-menu {
  width: 264px; }

.zbna-my-profile-menu-item {
  border-left: 4px solid transparent;
  color: #333;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-right: 20px;
  white-space: nowrap;
  width: 100%; }
  .zbna-my-profile-menu-item:focus, .zbna-my-profile-menu-item:hover {
    background: #e6e6e6;
    color: #333; }

.zbna-my-services {
  max-width: 341px; }

.zbna-my-services-menu {
  width: 341px; }

.zbna-my-services-flyout-menu {
  background: #f2f2f2;
  box-shadow: 0 0 4px rgba(0, 5, 10, 0.4);
  clip-path: inset(0 -4px -4px 0);
  left: 100%;
  min-height: 100% !important;
  max-width: 315px;
  overflow-y: auto;
  padding-top: 20px;
  position: absolute;
  top: 0;
  width: 100%; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin,
.zbna-my-services-menu-item {
  border-left: 4px solid transparent;
  color: #333;
  line-height: 1.75rem;
  opacity: 1;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:focus,
.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:hover,
.zbna-my-services-menu-item:focus,
.zbna-my-services-menu-item:hover {
  background: #e6e6e6;
  color: #333;
  opacity: 1;
  text-decoration: none; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:active,
.zbna-my-services-menu-item:active {
  background: #e6e6e6;
  color: #333;
  text-decoration: underline; }

.zbna-my-services-menu-selected-item {
  color: #333;
  background: #e6e6e6;
  border-left: 4px solid transparent;
  text-decoration: underline;
  opacity: 1; }

.zbna-nav-links-margin {
  margin-right: 20px;
  position: relative; }

.zbna-nav-menu-link-mobile {
  border-left: 4px solid transparent;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .zbna-nav-menu-link-mobile:hover, .zbna-nav-menu-link-mobile:focus {
    background: #e6e6e6; }

.zbna-side-nav-border {
  border-bottom: 1px solid #ccc; }

.zbna-sign-out {
  bottom: 2px;
  position: relative; }

.zbna-top-header-menu-item-full {
  font-size: 1rem;
  font-weight: 400; }
  .zbna-top-header-menu-item-full:focus, .zbna-top-header-menu-item-full:hover {
    background: #e6e6e6;
    color: #333;
    text-decoration: none; }
  .zbna-top-header-menu-item-full:active {
    text-decoration: underline; }

@media (min-width: 768px) {
  .mobile-menu-submenu-collapsed {
    transform: translate(1199px, 0); } }

@media (min-width: 992px) {
  .bg-bottom-header {
    height: 80px; }
  .header-image {
    height: 48px;
    width: 226px; }
  .zbna-action-items-box {
    margin: 32px; }
  .zbna-bottom-nav {
    min-height: 80px; } }

@media (min-width: 1200px) {
  .header-image {
    width: 250px; } }

@media print {
  .header-image {
    display: list-item;
    font-size: 25rem;
    list-style-position: inside;
    position: relative;
    print-color-adjust: exact;
    top: -80px;
    -webkit-print-color-adjust: exact;
    z-index: 1060; } }

/* ---------- Base theme profile SCSS ---------- */
.my-services-cancel-button {
  background-color: #fff;
  margin-right: 3px; }

.my-services-edit-remove-icon {
  background: inherit;
  border: none;
  color: #636624;
  font-size: 14px; }
  .my-services-edit-remove-icon:focus > i, .my-services-edit-remove-icon:hover > i {
    box-shadow: 0 0 0 1px #0066cc; }

.my-services-enrolled-service {
  overflow: hidden;
  text-overflow: ellipsis; }

.my-services-form-title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem; }

.my-services-remove-modal-remove-text {
  font-size: 1.25rem;
  font-weight: 600; }

.segmented-step-container {
  height: 34px;
  max-width: 1094px;
  position: relative;
  width: 100%; }

.step-node {
  background-color: #fff;
  box-shadow: 0 0 0 1px #333333;
  color: #333;
  height: 2rem;
  position: absolute; }

.step-node-active, .step-node-complete {
  font-weight: 600; }

.step-node-complete > .step-node-label:before {
  content: "\f05d";
  font: normal normal normal 16px/1 FontAwesome; }

.step-node-first {
  border-radius: 1rem 0 0 1rem; }

.step-node-label {
  height: 100%;
  line-height: 30px;
  width: 100%; }

.step-node-last {
  border-radius: 0 1rem 1rem 0; }

.zbna-enrolled-services-form {
  padding: 15px; }

.zbna-myservices-list-bg-dark {
  background-color: #f4f4f4; }

.zbna-myservices-list-bg-light {
  background-color: #fff; }

.zbna-myservices-list-text {
  font-size: 1rem;
  padding: .5rem 1.5rem .5rem 1rem; }

.zbna-profile-setup-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem; }

.zbna-progress-bar {
  counter-reset: step;
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }
  .zbna-progress-bar li {
    float: left;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    min-width: 96px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize; }
    .zbna-progress-bar li:after {
      border-top: 1px #333 solid !important;
      content: '';
      height: 0;
      left: -33px;
      position: absolute;
      top: 15px;
      width: 66px;
      z-index: auto; }
    .zbna-progress-bar li:before {
      border-radius: 50%;
      content: counter(step);
      counter-increment: step;
      display: block;
      height: 32px;
      line-height: 28px;
      margin: 0 auto 5px auto;
      text-align: center;
      width: 32px; }
    .zbna-progress-bar li:first-child:after {
      content: none; }
    .zbna-progress-bar li.zbna-node {
      color: #333; }
      .zbna-progress-bar li.zbna-node:before {
        background: #fff;
        border: 1px #333 solid;
        color: #333; }
    .zbna-progress-bar li.zbna-node-active:after, .zbna-progress-bar li.zbna-node-active:before {
      line-height: 26px; }
    .zbna-progress-bar li.zbna-node-active + .zbna-node:after, .zbna-progress-bar li.zbna-node-active-complete + .zbna-node:after {
      top: 14px; }
    .zbna-progress-bar li.zbna-node-active-complete:after, .zbna-progress-bar li.zbna-node-active-complete:before {
      line-height: 29px !important; }
    .zbna-progress-bar li.zbna-node-active-complete:before {
      content: "\f00c";
      font: normal normal normal 16px/1 FontAwesome; }

@media (min-width: 576px) {
  .my-services-form-title {
    font-size: 2.5rem;
    line-height: 3rem; }
  .zbna-progress-bar li {
    min-width: 160px; }
    .zbna-progress-bar li:after {
      left: -64px;
      width: 128px; } }

@media (min-width: 768px) {
  .zbna-profile-setup-heading {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  .zbna-progress-bar li {
    min-width: 220px; }
    .zbna-progress-bar li:after {
      left: -94px;
      width: 189px; } }

@media (min-width: 992px) {
  .my-services-form-title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem; }
  .zbna-profile-setup-heading {
    font-size: 2rem;
    line-height: 2.5rem; }
  .zbna-progress-bar li {
    min-width: 230px; }
    .zbna-progress-bar li:after {
      left: -100px;
      width: 200px; } }

.submenu-anchor {
  display: block;
  position: relative; }

.quick-links-container #ellipsisIcon {
  align-items: center;
  display: flex;
  justify-content: center; }

.quick-links-container .fa-circle {
  color: #b3b3b3;
  font-size: .5rem;
  padding: 2px; }

.quick-links-link {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  margin: 0 40px 8px 0;
  position: relative; }
  .quick-links-link.zbna-text-link.active {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none; }
  .quick-links-link span {
    display: inline-block;
    max-width: 212px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.quick-links-sub-menu {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 4px rgba(0, 5, 10, 0.4);
  max-width: 300px;
  padding: 16px 32px;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 300px;
  z-index: 1010; }
  .quick-links-sub-menu a {
    border: 1px solid transparent;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .quick-links-sub-menu button {
    bottom: 20px;
    font-size: 1.2rem;
    left: 30px;
    position: relative; }
    .quick-links-sub-menu button:focus i {
      outline: 1px solid #06c; }

.zbna-dashboard-header {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  .zbna-dashboard-header button {
    background: transparent;
    border: none;
    color: #06c;
    font-size: 0.875rem;
    margin-top: 4px; }
    .zbna-dashboard-header button:focus {
      outline: 2px solid #06c; }
  .zbna-dashboard-header h1 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 0; }

.zbna-dashboard-quick-links {
  margin-bottom: 2rem; }

@media (min-width: 576px) {
  .zbna-dashboard-header h1 {
    font-size: 1.5rem; } }

@media (min-width: 768px) {
  .submenu-anchor {
    display: inline; }
  .quick-links-sub-menu {
    top: 150%; } }

@media (min-width: 992px) {
  .zbna-dashboard-quick-links {
    margin-right: 2rem; } }

/* ---------- Base theme help-search SCSS ---------- */
.filter-panel-category {
  display: inline-block;
  font-weight: 600;
  height: 100%;
  line-height: 24px;
  padding: 12px 8px;
  width: 100%; }
  .filter-panel-category:active, .filter-panel-category:focus, .filter-panel-category:hover {
    outline: none;
    text-decoration: underline; }

.filter-panel-entry-child a {
  display: inline-block;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
  width: 100%; }
  .filter-panel-entry-child a:active {
    color: #fff; }
  .filter-panel-entry-child a:focus, .filter-panel-entry-child a:hover {
    text-decoration: underline; }

.filter-panel-entry-parent.filter-panel-entry-selected a:after {
  bottom: 16px; }

.filter-panel-entry-selected {
  color: #fff; }
  .filter-panel-entry-selected a:after {
    border-radius: 50%;
    background: #fff;
    bottom: 12px;
    content: "\f00c";
    font: normal normal 15px/1 "FontAwesome";
    line-height: 16px;
    position: absolute;
    right: 8px;
    width: 16px; }

.filter-pill {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: 0 8px 8px 0;
  max-width: 100%;
  padding: 0 .5rem; }
  .filter-pill .pill-text {
    display: inline-block;
    margin: 0 5px 0 0;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; }

.help-search-results {
  padding: 0; }

.icon-chevron-down::before {
  align-items: center;
  content: "\f107";
  display: flex;
  justify-content: center; }

.icon-chevron-up::before {
  bottom: 1px;
  content: "\f106";
  position: relative;
  left: 3px; }

.lookahead-results {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  bottom: 35px;
  box-shadow: 1px 1px 2px rgba(0, 9, 13, 0.4);
  color: #666;
  font-weight: 600;
  margin-top: 6px;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1000; }

.lookahead-results-inner-container {
  width: 100%; }
  .lookahead-results-inner-container a {
    color: #06c;
    font-weight: 400; }
    .lookahead-results-inner-container a:active {
      font-weight: 600; }
    .lookahead-results-inner-container a:active, .lookahead-results-inner-container a:hover, .lookahead-results-inner-container a:focus {
      color: #06c;
      text-decoration: underline; }
  .lookahead-results-inner-container .row {
    display: block; }
    .lookahead-results-inner-container .row:not(:last-of-type) {
      margin-bottom: 16px; }
  .lookahead-results-inner-container span {
    color: #333;
    font-weight: 400; }
    .lookahead-results-inner-container span:before {
      content: "\00a0- "; }

.lookahead-results-outer-container {
  height: 0; }

.lookahead-results-title {
  color: #666;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: capitalize; }

.narrow-results {
  display: none;
  font-size: 1.25rem; }

.no-search-results img {
  width: 156px; }

.no-results-parent {
  pointer-events: none; }

.panel-category-icon {
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 16px; }

.result-full-width {
  margin-bottom: 32px;
  width: 100%; }

.results-article-description {
  margin: 0 0 8px; }
  .results-article-description:empty {
    display: none; }

.results-article-title {
  border: 1px solid transparent;
  font-weight: 600;
  margin: 8px 0; }

.results-by-type-container {
  border-radius: 4px;
  margin-bottom: 32px;
  position: relative; }
  .results-by-type-container .panel-overlay {
    background: rgba(247, 247, 247, 0.7);
    height: 102%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100.5%;
    z-index: 1000; }

.results-by-type-container > div {
  position: relative; }

.results-container-title {
  border-bottom: 1px solid #333;
  font-weight: 600;
  padding: 8px 0; }

@media (min-width: 576px) {
  .no-search-results img {
    width: 180px; } }

@media (min-width: 768px) {
  .no-search-results img {
    width: 200px; } }

@media (min-width: 992px) {
  .help-search-results {
    padding: 0 15px; }
  .narrow-results {
    display: block;
    font-size: 1.25rem;
    text-transform: capitalize; }
  .no-search-results img {
    width: 240px; }
  .results-by-type-container .panel-overlay {
    width: 101%; } }

@media (min-width: 1200px) {
  .narrow-results {
    font-size: 2rem; } }

/* ---------- Base theme session inactivity notice SCSS ---------- */
/* ------------- Don't alpha sort hover/focus/active psuedo-classes */
.lfr-notification-container {
  left: unset;
  max-width: 640px;
  padding-left: 0;
  padding-right: 0;
  right: 0; }
  .lfr-notification-container .alert-warning {
    background: #f3f2e0;
    border: 1px solid #52430E;
    box-shadow: 1px 2px 4px rgba(82, 67, 0, 0.4);
    color: #52430E; }
    .lfr-notification-container .alert-warning .alert-link {
      align-items: center;
      background: #fff;
      border: 2px solid #52430E;
      color: #52430E;
      display: flex;
      height: 40px;
      margin: 16px 16px 16px 0; }
      .lfr-notification-container .alert-warning .alert-link:hover {
        background: #E0E0E0;
        box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4);
        text-decoration: none; }
      .lfr-notification-container .alert-warning .alert-link:focus {
        border-color: #06c;
        text-decoration: none; }
      .lfr-notification-container .alert-warning .alert-link:active {
        background: #E0E0E0;
        border: 2px solid #52430E;
        box-shadow: none; }
  .lfr-notification-container .close {
    position: absolute;
    top: 6px;
    right: 6px; }
    .lfr-notification-container .close svg {
      pointer-events: none; }
  .lfr-notification-container .lfr-notification-wrapper {
    height: unset !important; }
  .lfr-notification-container strong.lead {
    font-weight: 600; }
  .lfr-notification-container .session-text-link {
    align-items: center;
    border-radius: 4px;
    color: #52430E;
    display: flex;
    font-size: 1.25rem;
    font-weight: 600;
    height: 40px;
    margin-top: 16px;
    padding: 4px 16px;
    text-decoration: none; }
    .lfr-notification-container .session-text-link:hover {
      background: #fff;
      border-color: #fff;
      box-shadow: 2px 2px 4px rgba(0, 5, 10, 0.4);
      color: #52430E; }
    .lfr-notification-container .session-text-link:focus {
      background: #fff;
      border: 2px solid #06c;
      color: #52430E;
      text-decoration: none; }
    .lfr-notification-container .session-text-link:active {
      background: none;
      border: none;
      box-shadow: none;
      color: #52430E; }

.zbna-timeout-wrapper .alert {
  padding-right: 40px; }

@media (min-width: 768px) {
  .lfr-notification-container {
    right: 1.25rem; } }

h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem; }

h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem; }

h3 {
  color: #666;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem; }

h4 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem; }

h5 {
  color: #666;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem; }

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem; }

.font-size-900 {
  font-size: 2rem; }

.font-size-700 {
  font-size: 1.75rem; }

.font-size-500 {
  font-size: 1.5rem; }

.font-size-300 {
  font-size: 1.25rem; }

.font-size-200, .font-size-100 {
  font-size: 1rem; }

.font-size-50 {
  font-size: .75rem; }

.font-weight-700 {
  font-weight: 700; }

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

.font-weight-400 {
  font-weight: 400; }

.line-height-900 {
  line-height: 2.5rem; }

.line-height-700 {
  line-height: 2.25rem; }

.line-height-500 {
  line-height: 2rem; }

.line-height-300 {
  line-height: 1.75rem; }

.line-height-200, .line-height-100 {
  line-height: 1.5rem; }

.line-height-50 {
  line-height: 1.25rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem; }
  h2 {
    font-size: 2rem;
    line-height: 2.5rem; }
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  h4 {
    font-size: 1.5rem;
    line-height: 2rem; }
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem; }
  h6 {
    font-size: 1rem;
    line-height: 1.5rem; }
  .font-size-900 {
    font-size: 2.5em; }
  .font-size-700 {
    font-size: 2rem; }
  .font-size-500 {
    font-size: 1.75rem; }
  .font-size-300 {
    font-size: 1.5rem; }
  .font-size-200 {
    font-size: 1.25rem; }
  .line-height-900 {
    line-height: 3rem; }
  .line-height-700 {
    line-height: 2.5rem; }
  .line-height-500 {
    line-height: 2.25rem; }
  .line-height-300 {
    line-height: 2rem; }
  .line-height-200 {
    line-height: 1.75rem; } }

@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 3.75rem; }
  h2 {
    font-size: 2.5rem;
    line-height: 3rem; }
  h3 {
    font-size: 2rem;
    line-height: 2.5rem; }
  .font-size-900 {
    font-size: 3em; }
  .font-size-700 {
    font-size: 2.5rem; }
  .font-size-500 {
    font-size: 2rem; }
  .line-height-900 {
    line-height: 3.75rem; }
  .line-height-700 {
    line-height: 3rem; }
  .line-height-500 {
    line-height: 2.5rem; } }

label[for] {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }
  label[for]:disabled {
    opacity: .32; }

.zbna-bg-primary {
  background-color: #003366; }

.zbna-small-icon {
  font: normal normal normal 12px/1 FontAwesome;
  padding: 0 5px 0 6px; }

.zbna-profile-text-input-wrapper label .fa-question-circle {
  color: #003366; }

.zbna-button-primary {
  background-color: #003366;
  border-color: #003366;
  box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4); }
  .zbna-button-primary:hover {
    background-color: #001c38;
    border-color: #003366;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-primary:focus {
    background-color: #001c38;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-primary:active {
    background-color: #003366;
    border-color: #003366;
    box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4); }

.zbna-button-secondary {
  border-color: #003366;
  box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4);
  color: #003366; }
  .zbna-button-secondary:hover {
    background-color: #e7ecf1;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-secondary:focus {
    background-color: #e7ecf1;
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-secondary:active {
    border-color: #003366;
    box-shadow: 1px 1px 1px rgba(0, 5, 10, 0.4);
    color: #003366; }

.zbna-button-tertiary {
  color: #003366; }
  .zbna-button-tertiary:hover {
    box-shadow: 2px 2px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-tertiary:focus {
    box-shadow: 2px 2px 4px rgba(0, 5, 10, 0.4); }
  .zbna-button-tertiary:active {
    color: #003366; }

/* ---------- Base theme announcements SCSS ---------- */
.announcements-group-title {
  margin-bottom: 16px; }

.announcements-heading {
  margin-bottom: 32px; }

.zbna-announcement-body img {
  max-width: 100%; }

.zbna-announcement-body p {
  color: #333; }

.zbna-announcement-container {
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px; }
  .zbna-announcement-container a {
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline; }
    .zbna-announcement-container a:active {
      border: 1px solid #706500;
      color: #8a0017; }
    .zbna-announcement-container a:active, .zbna-announcement-container a:focus, .zbna-announcement-container a:hover {
      background-color: #f3f2e0;
      text-decoration: none; }

.zbna-announcement-read {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #333; }
  .zbna-announcement-read h3 {
    color: #333; }

.zbna-announcement-title {
  font-size: 1.25rem;
  line-height: 1.25em; }

.zbna-announcement-unread {
  background-color: #e7ebf6;
  border: 1px solid #3156b7; }

.zbna-announcement-unread .zbna-announcement-title {
  color: #112b80; }

.zbna-announcement-wrapper-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 32px 0; }

.zbna-announcement-wrapper-inner > * {
  max-width: 740px;
  width: 100%; }

/* ---------- Base theme bank holidays SCSS ---------- */
.bank-holidays-page-wrapper {
  margin: 1rem 0 2rem; }

@media (min-width: 768px) {
  .bank-holidays-page-wrapper {
    margin-top: 2rem; } }

/* ---------- Base theme buttons SCSS ---------- */
button {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem; }

.zbna-button-cta {
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-cta:active {
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-cta:focus {
    border: 2px solid #06c; }

.zbna-button-cta-2 {
  background-color: inherit;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-cta-2:focus {
    border: 2px solid #06c; }
  .zbna-button-cta-2:active {
    background-color: inherit;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }

.zbna-button-cta-2.zbna-button-cta-2-header {
  border-color: #fff;
  box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4);
  color: #fff; }
  .zbna-button-cta-2.zbna-button-cta-2-header:hover {
    border-color: #fff;
    box-shadow: 4px 8px 8px rgba(0, 5, 10, 0.4); }
  .zbna-button-cta-2.zbna-button-cta-2-header:focus {
    border-color: #06c;
    box-shadow: 4px 8px 8px rgba(0, 5, 10, 0.4); }
  .zbna-button-cta-2.zbna-button-cta-2-header:active {
    box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4); }

.zbna-button-fab {
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 1rem;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-fab:active {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 1rem;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-fab:focus {
    border: 2px solid #06c; }

.zbna-button-primary {
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-primary:active {
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-primary:focus {
    border: 2px solid #06c; }
  .zbna-button-primary:disabled {
    box-shadow: none;
    opacity: 0.32; }

.zbna-button-secondary {
  background-color: inherit;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-secondary:active {
    background-color: inherit;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-secondary:focus {
    border: 2px solid #06c; }
  .zbna-button-secondary:disabled {
    background: #e6e6e6;
    border-color: #b3b3b3;
    box-shadow: none;
    color: #b3b3b3;
    opacity: 0.32; }

.zbna-button-tertiary {
  background-color: inherit;
  border: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  min-width: 100px;
  padding: 4px 16px;
  text-align: center; }
  .zbna-button-tertiary:active {
    background-color: inherit;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    min-width: 100px;
    padding: 4px 16px;
    text-align: center; }
  .zbna-button-tertiary:hover {
    border-radius: 4px; }
  .zbna-button-tertiary:focus {
    border-radius: 4px;
    border: 2px solid #06c; }
  .zbna-button-tertiary:disabled {
    box-shadow: none;
    opacity: 0.32; }

.carousel-control-next {
  margin-right: 16px; }

.carousel-control-prev {
  margin-left: 16px; }

.carousel-indicators {
  bottom: 2px; }
  .carousel-indicators li {
    background: #333;
    border: 1px;
    border-radius: 50%;
    height: 12px;
    margin: 0 6px;
    width: 12px; }

.zbna-carousel-control {
  margin-bottom: 6px;
  opacity: 1;
  padding: 10px 0;
  top: auto;
  z-index: 1000; }
  .zbna-carousel-control:focus {
    border-color: transparent;
    border-radius: 4px; }
  .zbna-carousel-control i {
    color: #333;
    pointer-events: none; }

.zbna-carousel-slide {
  color: #333; }

.zbna-discover-content {
  color: #333; }
  .zbna-discover-content.discover-no-items {
    padding: 75px 50px; }

.zbna-discover-date {
  color: #333;
  font-weight: 600; }

.zbna-discover-icon {
  margin-bottom: 8px;
  max-height: 42px;
  max-width: 42px; }
  .zbna-discover-icon img {
    width: 100%; }

.zbna-discover-link:focus h4 {
  text-decoration: underline; }

.zbna-discover-title {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.zbna-panel-container {
  padding: 7px 16px; }

.zbna-panel-content {
  border-radius: 0 0 4px 4px;
  color: #666;
  width: 100%; }
  .zbna-panel-content div {
    overflow: hidden;
    text-overflow: ellipsis; }
  .zbna-panel-content h4 {
    font-size: 1.25rem;
    margin-bottom: 8px; }

.zbna-panel-content.collapse.show .carousel-inner {
  height: 200px; }

.zbna-panel-icons {
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 4px; }
  .zbna-panel-icons .fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.4s ease; }
  .zbna-panel-icons .fa-chevron-down.rotate {
    transform: rotate(-180deg);
    transition: transform 0.4s ease; }
  .zbna-panel-icons i {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    font-size: 0.875rem;
    height: 16px;
    justify-content: center;
    pointer-events: none;
    width: 16px; }

.zbna-panel-round-top {
  align-items: center;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  padding: 2px 16px;
  width: 100%; }
  .zbna-panel-round-top.rounded-corners {
    border-radius: 4px; }

.zbna-panel-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0; }

@media (min-width: 576px) {
  .zbna-panel-content.collapse.show .carousel-inner {
    height: 220px; } }

@media (min-width: 768px) {
  .zbna-panel-content.collapse.show .carousel-inner {
    height: 200px; } }

@media (min-width: 992px) {
  .zbna-panel-content.collapse.show .carousel-inner {
    height: 220px; } }

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.fi {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .fi:before {
    content: "\00a0"; }
  .fi.fis {
    width: 1em; }

.fi-xx {
  background-image: url(/o/base-theme/images/flags/4x3/xx.svg); }
  .fi-xx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/xx.svg); }

.fi-ad {
  background-image: url(/o/base-theme/images/flags/4x3/ad.svg); }
  .fi-ad.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ad.svg); }

.fi-ae {
  background-image: url(/o/base-theme/images/flags/4x3/ae.svg); }
  .fi-ae.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ae.svg); }

.fi-af {
  background-image: url(/o/base-theme/images/flags/4x3/af.svg); }
  .fi-af.fis {
    background-image: url(/o/base-theme/images/flags/1x1/af.svg); }

.fi-ag {
  background-image: url(/o/base-theme/images/flags/4x3/ag.svg); }
  .fi-ag.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ag.svg); }

.fi-ai {
  background-image: url(/o/base-theme/images/flags/4x3/ai.svg); }
  .fi-ai.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ai.svg); }

.fi-al {
  background-image: url(/o/base-theme/images/flags/4x3/al.svg); }
  .fi-al.fis {
    background-image: url(/o/base-theme/images/flags/1x1/al.svg); }

.fi-am {
  background-image: url(/o/base-theme/images/flags/4x3/am.svg); }
  .fi-am.fis {
    background-image: url(/o/base-theme/images/flags/1x1/am.svg); }

.fi-ao {
  background-image: url(/o/base-theme/images/flags/4x3/ao.svg); }
  .fi-ao.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ao.svg); }

.fi-aq {
  background-image: url(/o/base-theme/images/flags/4x3/aq.svg); }
  .fi-aq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/aq.svg); }

.fi-ar {
  background-image: url(/o/base-theme/images/flags/4x3/ar.svg); }
  .fi-ar.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ar.svg); }

.fi-as {
  background-image: url(/o/base-theme/images/flags/4x3/as.svg); }
  .fi-as.fis {
    background-image: url(/o/base-theme/images/flags/1x1/as.svg); }

.fi-at {
  background-image: url(/o/base-theme/images/flags/4x3/at.svg); }
  .fi-at.fis {
    background-image: url(/o/base-theme/images/flags/1x1/at.svg); }

.fi-au {
  background-image: url(/o/base-theme/images/flags/4x3/au.svg); }
  .fi-au.fis {
    background-image: url(/o/base-theme/images/flags/1x1/au.svg); }

.fi-aw {
  background-image: url(/o/base-theme/images/flags/4x3/aw.svg); }
  .fi-aw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/aw.svg); }

.fi-ax {
  background-image: url(/o/base-theme/images/flags/4x3/ax.svg); }
  .fi-ax.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ax.svg); }

.fi-az {
  background-image: url(/o/base-theme/images/flags/4x3/az.svg); }
  .fi-az.fis {
    background-image: url(/o/base-theme/images/flags/1x1/az.svg); }

.fi-ba {
  background-image: url(/o/base-theme/images/flags/4x3/ba.svg); }
  .fi-ba.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ba.svg); }

.fi-bb {
  background-image: url(/o/base-theme/images/flags/4x3/bb.svg); }
  .fi-bb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bb.svg); }

.fi-bd {
  background-image: url(/o/base-theme/images/flags/4x3/bd.svg); }
  .fi-bd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bd.svg); }

.fi-be {
  background-image: url(/o/base-theme/images/flags/4x3/be.svg); }
  .fi-be.fis {
    background-image: url(/o/base-theme/images/flags/1x1/be.svg); }

.fi-bf {
  background-image: url(/o/base-theme/images/flags/4x3/bf.svg); }
  .fi-bf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bf.svg); }

.fi-bg {
  background-image: url(/o/base-theme/images/flags/4x3/bg.svg); }
  .fi-bg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bg.svg); }

.fi-bh {
  background-image: url(/o/base-theme/images/flags/4x3/bh.svg); }
  .fi-bh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bh.svg); }

.fi-bi {
  background-image: url(/o/base-theme/images/flags/4x3/bi.svg); }
  .fi-bi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bi.svg); }

.fi-bj {
  background-image: url(/o/base-theme/images/flags/4x3/bj.svg); }
  .fi-bj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bj.svg); }

.fi-bl {
  background-image: url(/o/base-theme/images/flags/4x3/bl.svg); }
  .fi-bl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bl.svg); }

.fi-bm {
  background-image: url(/o/base-theme/images/flags/4x3/bm.svg); }
  .fi-bm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bm.svg); }

.fi-bn {
  background-image: url(/o/base-theme/images/flags/4x3/bn.svg); }
  .fi-bn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bn.svg); }

.fi-bo {
  background-image: url(/o/base-theme/images/flags/4x3/bo.svg); }
  .fi-bo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bo.svg); }

.fi-bq {
  background-image: url(/o/base-theme/images/flags/4x3/bq.svg); }
  .fi-bq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bq.svg); }

.fi-br {
  background-image: url(/o/base-theme/images/flags/4x3/br.svg); }
  .fi-br.fis {
    background-image: url(/o/base-theme/images/flags/1x1/br.svg); }

.fi-bs {
  background-image: url(/o/base-theme/images/flags/4x3/bs.svg); }
  .fi-bs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bs.svg); }

.fi-bt {
  background-image: url(/o/base-theme/images/flags/4x3/bt.svg); }
  .fi-bt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bt.svg); }

.fi-bv {
  background-image: url(/o/base-theme/images/flags/4x3/bv.svg); }
  .fi-bv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bv.svg); }

.fi-bw {
  background-image: url(/o/base-theme/images/flags/4x3/bw.svg); }
  .fi-bw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bw.svg); }

.fi-by {
  background-image: url(/o/base-theme/images/flags/4x3/by.svg); }
  .fi-by.fis {
    background-image: url(/o/base-theme/images/flags/1x1/by.svg); }

.fi-bz {
  background-image: url(/o/base-theme/images/flags/4x3/bz.svg); }
  .fi-bz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bz.svg); }

.fi-ca {
  background-image: url(/o/base-theme/images/flags/4x3/ca.svg); }
  .fi-ca.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ca.svg); }

.fi-cc {
  background-image: url(/o/base-theme/images/flags/4x3/cc.svg); }
  .fi-cc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cc.svg); }

.fi-cd {
  background-image: url(/o/base-theme/images/flags/4x3/cd.svg); }
  .fi-cd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cd.svg); }

.fi-cf {
  background-image: url(/o/base-theme/images/flags/4x3/cf.svg); }
  .fi-cf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cf.svg); }

.fi-cg {
  background-image: url(/o/base-theme/images/flags/4x3/cg.svg); }
  .fi-cg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cg.svg); }

.fi-ch {
  background-image: url(/o/base-theme/images/flags/4x3/ch.svg); }
  .fi-ch.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ch.svg); }

.fi-ci {
  background-image: url(/o/base-theme/images/flags/4x3/ci.svg); }
  .fi-ci.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ci.svg); }

.fi-ck {
  background-image: url(/o/base-theme/images/flags/4x3/ck.svg); }
  .fi-ck.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ck.svg); }

.fi-cl {
  background-image: url(/o/base-theme/images/flags/4x3/cl.svg); }
  .fi-cl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cl.svg); }

.fi-cm {
  background-image: url(/o/base-theme/images/flags/4x3/cm.svg); }
  .fi-cm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cm.svg); }

.fi-cn {
  background-image: url(/o/base-theme/images/flags/4x3/cn.svg); }
  .fi-cn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cn.svg); }

.fi-co {
  background-image: url(/o/base-theme/images/flags/4x3/co.svg); }
  .fi-co.fis {
    background-image: url(/o/base-theme/images/flags/1x1/co.svg); }

.fi-cr {
  background-image: url(/o/base-theme/images/flags/4x3/cr.svg); }
  .fi-cr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cr.svg); }

.fi-cu {
  background-image: url(/o/base-theme/images/flags/4x3/cu.svg); }
  .fi-cu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cu.svg); }

.fi-cv {
  background-image: url(/o/base-theme/images/flags/4x3/cv.svg); }
  .fi-cv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cv.svg); }

.fi-cw {
  background-image: url(/o/base-theme/images/flags/4x3/cw.svg); }
  .fi-cw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cw.svg); }

.fi-cx {
  background-image: url(/o/base-theme/images/flags/4x3/cx.svg); }
  .fi-cx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cx.svg); }

.fi-cy {
  background-image: url(/o/base-theme/images/flags/4x3/cy.svg); }
  .fi-cy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cy.svg); }

.fi-cz {
  background-image: url(/o/base-theme/images/flags/4x3/cz.svg); }
  .fi-cz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cz.svg); }

.fi-de {
  background-image: url(/o/base-theme/images/flags/4x3/de.svg); }
  .fi-de.fis {
    background-image: url(/o/base-theme/images/flags/1x1/de.svg); }

.fi-dj {
  background-image: url(/o/base-theme/images/flags/4x3/dj.svg); }
  .fi-dj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dj.svg); }

.fi-dk {
  background-image: url(/o/base-theme/images/flags/4x3/dk.svg); }
  .fi-dk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dk.svg); }

.fi-dm {
  background-image: url(/o/base-theme/images/flags/4x3/dm.svg); }
  .fi-dm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dm.svg); }

.fi-do {
  background-image: url(/o/base-theme/images/flags/4x3/do.svg); }
  .fi-do.fis {
    background-image: url(/o/base-theme/images/flags/1x1/do.svg); }

.fi-dz {
  background-image: url(/o/base-theme/images/flags/4x3/dz.svg); }
  .fi-dz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dz.svg); }

.fi-ec {
  background-image: url(/o/base-theme/images/flags/4x3/ec.svg); }
  .fi-ec.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ec.svg); }

.fi-ee {
  background-image: url(/o/base-theme/images/flags/4x3/ee.svg); }
  .fi-ee.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ee.svg); }

.fi-eg {
  background-image: url(/o/base-theme/images/flags/4x3/eg.svg); }
  .fi-eg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eg.svg); }

.fi-eh {
  background-image: url(/o/base-theme/images/flags/4x3/eh.svg); }
  .fi-eh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eh.svg); }

.fi-er {
  background-image: url(/o/base-theme/images/flags/4x3/er.svg); }
  .fi-er.fis {
    background-image: url(/o/base-theme/images/flags/1x1/er.svg); }

.fi-es {
  background-image: url(/o/base-theme/images/flags/4x3/es.svg); }
  .fi-es.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es.svg); }

.fi-et {
  background-image: url(/o/base-theme/images/flags/4x3/et.svg); }
  .fi-et.fis {
    background-image: url(/o/base-theme/images/flags/1x1/et.svg); }

.fi-fi {
  background-image: url(/o/base-theme/images/flags/4x3/fi.svg); }
  .fi-fi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fi.svg); }

.fi-fj {
  background-image: url(/o/base-theme/images/flags/4x3/fj.svg); }
  .fi-fj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fj.svg); }

.fi-fk {
  background-image: url(/o/base-theme/images/flags/4x3/fk.svg); }
  .fi-fk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fk.svg); }

.fi-fm {
  background-image: url(/o/base-theme/images/flags/4x3/fm.svg); }
  .fi-fm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fm.svg); }

.fi-fo {
  background-image: url(/o/base-theme/images/flags/4x3/fo.svg); }
  .fi-fo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fo.svg); }

.fi-fr {
  background-image: url(/o/base-theme/images/flags/4x3/fr.svg); }
  .fi-fr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fr.svg); }

.fi-ga {
  background-image: url(/o/base-theme/images/flags/4x3/ga.svg); }
  .fi-ga.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ga.svg); }

.fi-gb {
  background-image: url(/o/base-theme/images/flags/4x3/gb.svg); }
  .fi-gb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb.svg); }

.fi-gd {
  background-image: url(/o/base-theme/images/flags/4x3/gd.svg); }
  .fi-gd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gd.svg); }

.fi-ge {
  background-image: url(/o/base-theme/images/flags/4x3/ge.svg); }
  .fi-ge.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ge.svg); }

.fi-gf {
  background-image: url(/o/base-theme/images/flags/4x3/gf.svg); }
  .fi-gf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gf.svg); }

.fi-gg {
  background-image: url(/o/base-theme/images/flags/4x3/gg.svg); }
  .fi-gg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gg.svg); }

.fi-gh {
  background-image: url(/o/base-theme/images/flags/4x3/gh.svg); }
  .fi-gh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gh.svg); }

.fi-gi {
  background-image: url(/o/base-theme/images/flags/4x3/gi.svg); }
  .fi-gi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gi.svg); }

.fi-gl {
  background-image: url(/o/base-theme/images/flags/4x3/gl.svg); }
  .fi-gl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gl.svg); }

.fi-gm {
  background-image: url(/o/base-theme/images/flags/4x3/gm.svg); }
  .fi-gm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gm.svg); }

.fi-gn {
  background-image: url(/o/base-theme/images/flags/4x3/gn.svg); }
  .fi-gn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gn.svg); }

.fi-gp {
  background-image: url(/o/base-theme/images/flags/4x3/gp.svg); }
  .fi-gp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gp.svg); }

.fi-gq {
  background-image: url(/o/base-theme/images/flags/4x3/gq.svg); }
  .fi-gq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gq.svg); }

.fi-gr {
  background-image: url(/o/base-theme/images/flags/4x3/gr.svg); }
  .fi-gr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gr.svg); }

.fi-gs {
  background-image: url(/o/base-theme/images/flags/4x3/gs.svg); }
  .fi-gs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gs.svg); }

.fi-gt {
  background-image: url(/o/base-theme/images/flags/4x3/gt.svg); }
  .fi-gt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gt.svg); }

.fi-gu {
  background-image: url(/o/base-theme/images/flags/4x3/gu.svg); }
  .fi-gu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gu.svg); }

.fi-gw {
  background-image: url(/o/base-theme/images/flags/4x3/gw.svg); }
  .fi-gw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gw.svg); }

.fi-gy {
  background-image: url(/o/base-theme/images/flags/4x3/gy.svg); }
  .fi-gy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gy.svg); }

.fi-hk {
  background-image: url(/o/base-theme/images/flags/4x3/hk.svg); }
  .fi-hk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hk.svg); }

.fi-hm {
  background-image: url(/o/base-theme/images/flags/4x3/hm.svg); }
  .fi-hm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hm.svg); }

.fi-hn {
  background-image: url(/o/base-theme/images/flags/4x3/hn.svg); }
  .fi-hn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hn.svg); }

.fi-hr {
  background-image: url(/o/base-theme/images/flags/4x3/hr.svg); }
  .fi-hr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hr.svg); }

.fi-ht {
  background-image: url(/o/base-theme/images/flags/4x3/ht.svg); }
  .fi-ht.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ht.svg); }

.fi-hu {
  background-image: url(/o/base-theme/images/flags/4x3/hu.svg); }
  .fi-hu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hu.svg); }

.fi-id {
  background-image: url(/o/base-theme/images/flags/4x3/id.svg); }
  .fi-id.fis {
    background-image: url(/o/base-theme/images/flags/1x1/id.svg); }

.fi-ie {
  background-image: url(/o/base-theme/images/flags/4x3/ie.svg); }
  .fi-ie.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ie.svg); }

.fi-il {
  background-image: url(/o/base-theme/images/flags/4x3/il.svg); }
  .fi-il.fis {
    background-image: url(/o/base-theme/images/flags/1x1/il.svg); }

.fi-im {
  background-image: url(/o/base-theme/images/flags/4x3/im.svg); }
  .fi-im.fis {
    background-image: url(/o/base-theme/images/flags/1x1/im.svg); }

.fi-in {
  background-image: url(/o/base-theme/images/flags/4x3/in.svg); }
  .fi-in.fis {
    background-image: url(/o/base-theme/images/flags/1x1/in.svg); }

.fi-io {
  background-image: url(/o/base-theme/images/flags/4x3/io.svg); }
  .fi-io.fis {
    background-image: url(/o/base-theme/images/flags/1x1/io.svg); }

.fi-iq {
  background-image: url(/o/base-theme/images/flags/4x3/iq.svg); }
  .fi-iq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/iq.svg); }

.fi-ir {
  background-image: url(/o/base-theme/images/flags/4x3/ir.svg); }
  .fi-ir.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ir.svg); }

.fi-is {
  background-image: url(/o/base-theme/images/flags/4x3/is.svg); }
  .fi-is.fis {
    background-image: url(/o/base-theme/images/flags/1x1/is.svg); }

.fi-it {
  background-image: url(/o/base-theme/images/flags/4x3/it.svg); }
  .fi-it.fis {
    background-image: url(/o/base-theme/images/flags/1x1/it.svg); }

.fi-je {
  background-image: url(/o/base-theme/images/flags/4x3/je.svg); }
  .fi-je.fis {
    background-image: url(/o/base-theme/images/flags/1x1/je.svg); }

.fi-jm {
  background-image: url(/o/base-theme/images/flags/4x3/jm.svg); }
  .fi-jm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jm.svg); }

.fi-jo {
  background-image: url(/o/base-theme/images/flags/4x3/jo.svg); }
  .fi-jo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jo.svg); }

.fi-jp {
  background-image: url(/o/base-theme/images/flags/4x3/jp.svg); }
  .fi-jp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jp.svg); }

.fi-ke {
  background-image: url(/o/base-theme/images/flags/4x3/ke.svg); }
  .fi-ke.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ke.svg); }

.fi-kg {
  background-image: url(/o/base-theme/images/flags/4x3/kg.svg); }
  .fi-kg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kg.svg); }

.fi-kh {
  background-image: url(/o/base-theme/images/flags/4x3/kh.svg); }
  .fi-kh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kh.svg); }

.fi-ki {
  background-image: url(/o/base-theme/images/flags/4x3/ki.svg); }
  .fi-ki.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ki.svg); }

.fi-km {
  background-image: url(/o/base-theme/images/flags/4x3/km.svg); }
  .fi-km.fis {
    background-image: url(/o/base-theme/images/flags/1x1/km.svg); }

.fi-kn {
  background-image: url(/o/base-theme/images/flags/4x3/kn.svg); }
  .fi-kn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kn.svg); }

.fi-kp {
  background-image: url(/o/base-theme/images/flags/4x3/kp.svg); }
  .fi-kp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kp.svg); }

.fi-kr {
  background-image: url(/o/base-theme/images/flags/4x3/kr.svg); }
  .fi-kr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kr.svg); }

.fi-kw {
  background-image: url(/o/base-theme/images/flags/4x3/kw.svg); }
  .fi-kw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kw.svg); }

.fi-ky {
  background-image: url(/o/base-theme/images/flags/4x3/ky.svg); }
  .fi-ky.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ky.svg); }

.fi-kz {
  background-image: url(/o/base-theme/images/flags/4x3/kz.svg); }
  .fi-kz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kz.svg); }

.fi-la {
  background-image: url(/o/base-theme/images/flags/4x3/la.svg); }
  .fi-la.fis {
    background-image: url(/o/base-theme/images/flags/1x1/la.svg); }

.fi-lb {
  background-image: url(/o/base-theme/images/flags/4x3/lb.svg); }
  .fi-lb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lb.svg); }

.fi-lc {
  background-image: url(/o/base-theme/images/flags/4x3/lc.svg); }
  .fi-lc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lc.svg); }

.fi-li {
  background-image: url(/o/base-theme/images/flags/4x3/li.svg); }
  .fi-li.fis {
    background-image: url(/o/base-theme/images/flags/1x1/li.svg); }

.fi-lk {
  background-image: url(/o/base-theme/images/flags/4x3/lk.svg); }
  .fi-lk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lk.svg); }

.fi-lr {
  background-image: url(/o/base-theme/images/flags/4x3/lr.svg); }
  .fi-lr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lr.svg); }

.fi-ls {
  background-image: url(/o/base-theme/images/flags/4x3/ls.svg); }
  .fi-ls.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ls.svg); }

.fi-lt {
  background-image: url(/o/base-theme/images/flags/4x3/lt.svg); }
  .fi-lt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lt.svg); }

.fi-lu {
  background-image: url(/o/base-theme/images/flags/4x3/lu.svg); }
  .fi-lu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lu.svg); }

.fi-lv {
  background-image: url(/o/base-theme/images/flags/4x3/lv.svg); }
  .fi-lv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lv.svg); }

.fi-ly {
  background-image: url(/o/base-theme/images/flags/4x3/ly.svg); }
  .fi-ly.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ly.svg); }

.fi-ma {
  background-image: url(/o/base-theme/images/flags/4x3/ma.svg); }
  .fi-ma.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ma.svg); }

.fi-mc {
  background-image: url(/o/base-theme/images/flags/4x3/mc.svg); }
  .fi-mc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mc.svg); }

.fi-md {
  background-image: url(/o/base-theme/images/flags/4x3/md.svg); }
  .fi-md.fis {
    background-image: url(/o/base-theme/images/flags/1x1/md.svg); }

.fi-me {
  background-image: url(/o/base-theme/images/flags/4x3/me.svg); }
  .fi-me.fis {
    background-image: url(/o/base-theme/images/flags/1x1/me.svg); }

.fi-mf {
  background-image: url(/o/base-theme/images/flags/4x3/mf.svg); }
  .fi-mf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mf.svg); }

.fi-mg {
  background-image: url(/o/base-theme/images/flags/4x3/mg.svg); }
  .fi-mg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mg.svg); }

.fi-mh {
  background-image: url(/o/base-theme/images/flags/4x3/mh.svg); }
  .fi-mh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mh.svg); }

.fi-mk {
  background-image: url(/o/base-theme/images/flags/4x3/mk.svg); }
  .fi-mk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mk.svg); }

.fi-ml {
  background-image: url(/o/base-theme/images/flags/4x3/ml.svg); }
  .fi-ml.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ml.svg); }

.fi-mm {
  background-image: url(/o/base-theme/images/flags/4x3/mm.svg); }
  .fi-mm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mm.svg); }

.fi-mn {
  background-image: url(/o/base-theme/images/flags/4x3/mn.svg); }
  .fi-mn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mn.svg); }

.fi-mo {
  background-image: url(/o/base-theme/images/flags/4x3/mo.svg); }
  .fi-mo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mo.svg); }

.fi-mp {
  background-image: url(/o/base-theme/images/flags/4x3/mp.svg); }
  .fi-mp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mp.svg); }

.fi-mq {
  background-image: url(/o/base-theme/images/flags/4x3/mq.svg); }
  .fi-mq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mq.svg); }

.fi-mr {
  background-image: url(/o/base-theme/images/flags/4x3/mr.svg); }
  .fi-mr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mr.svg); }

.fi-ms {
  background-image: url(/o/base-theme/images/flags/4x3/ms.svg); }
  .fi-ms.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ms.svg); }

.fi-mt {
  background-image: url(/o/base-theme/images/flags/4x3/mt.svg); }
  .fi-mt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mt.svg); }

.fi-mu {
  background-image: url(/o/base-theme/images/flags/4x3/mu.svg); }
  .fi-mu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mu.svg); }

.fi-mv {
  background-image: url(/o/base-theme/images/flags/4x3/mv.svg); }
  .fi-mv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mv.svg); }

.fi-mw {
  background-image: url(/o/base-theme/images/flags/4x3/mw.svg); }
  .fi-mw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mw.svg); }

.fi-mx {
  background-image: url(/o/base-theme/images/flags/4x3/mx.svg); }
  .fi-mx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mx.svg); }

.fi-my {
  background-image: url(/o/base-theme/images/flags/4x3/my.svg); }
  .fi-my.fis {
    background-image: url(/o/base-theme/images/flags/1x1/my.svg); }

.fi-mz {
  background-image: url(/o/base-theme/images/flags/4x3/mz.svg); }
  .fi-mz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mz.svg); }

.fi-na {
  background-image: url(/o/base-theme/images/flags/4x3/na.svg); }
  .fi-na.fis {
    background-image: url(/o/base-theme/images/flags/1x1/na.svg); }

.fi-nc {
  background-image: url(/o/base-theme/images/flags/4x3/nc.svg); }
  .fi-nc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nc.svg); }

.fi-ne {
  background-image: url(/o/base-theme/images/flags/4x3/ne.svg); }
  .fi-ne.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ne.svg); }

.fi-nf {
  background-image: url(/o/base-theme/images/flags/4x3/nf.svg); }
  .fi-nf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nf.svg); }

.fi-ng {
  background-image: url(/o/base-theme/images/flags/4x3/ng.svg); }
  .fi-ng.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ng.svg); }

.fi-ni {
  background-image: url(/o/base-theme/images/flags/4x3/ni.svg); }
  .fi-ni.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ni.svg); }

.fi-nl {
  background-image: url(/o/base-theme/images/flags/4x3/nl.svg); }
  .fi-nl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nl.svg); }

.fi-no {
  background-image: url(/o/base-theme/images/flags/4x3/no.svg); }
  .fi-no.fis {
    background-image: url(/o/base-theme/images/flags/1x1/no.svg); }

.fi-np {
  background-image: url(/o/base-theme/images/flags/4x3/np.svg); }
  .fi-np.fis {
    background-image: url(/o/base-theme/images/flags/1x1/np.svg); }

.fi-nr {
  background-image: url(/o/base-theme/images/flags/4x3/nr.svg); }
  .fi-nr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nr.svg); }

.fi-nu {
  background-image: url(/o/base-theme/images/flags/4x3/nu.svg); }
  .fi-nu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nu.svg); }

.fi-nz {
  background-image: url(/o/base-theme/images/flags/4x3/nz.svg); }
  .fi-nz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nz.svg); }

.fi-om {
  background-image: url(/o/base-theme/images/flags/4x3/om.svg); }
  .fi-om.fis {
    background-image: url(/o/base-theme/images/flags/1x1/om.svg); }

.fi-pa {
  background-image: url(/o/base-theme/images/flags/4x3/pa.svg); }
  .fi-pa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pa.svg); }

.fi-pe {
  background-image: url(/o/base-theme/images/flags/4x3/pe.svg); }
  .fi-pe.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pe.svg); }

.fi-pf {
  background-image: url(/o/base-theme/images/flags/4x3/pf.svg); }
  .fi-pf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pf.svg); }

.fi-pg {
  background-image: url(/o/base-theme/images/flags/4x3/pg.svg); }
  .fi-pg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pg.svg); }

.fi-ph {
  background-image: url(/o/base-theme/images/flags/4x3/ph.svg); }
  .fi-ph.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ph.svg); }

.fi-pk {
  background-image: url(/o/base-theme/images/flags/4x3/pk.svg); }
  .fi-pk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pk.svg); }

.fi-pl {
  background-image: url(/o/base-theme/images/flags/4x3/pl.svg); }
  .fi-pl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pl.svg); }

.fi-pm {
  background-image: url(/o/base-theme/images/flags/4x3/pm.svg); }
  .fi-pm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pm.svg); }

.fi-pn {
  background-image: url(/o/base-theme/images/flags/4x3/pn.svg); }
  .fi-pn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pn.svg); }

.fi-pr {
  background-image: url(/o/base-theme/images/flags/4x3/pr.svg); }
  .fi-pr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pr.svg); }

.fi-ps {
  background-image: url(/o/base-theme/images/flags/4x3/ps.svg); }
  .fi-ps.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ps.svg); }

.fi-pt {
  background-image: url(/o/base-theme/images/flags/4x3/pt.svg); }
  .fi-pt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pt.svg); }

.fi-pw {
  background-image: url(/o/base-theme/images/flags/4x3/pw.svg); }
  .fi-pw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pw.svg); }

.fi-py {
  background-image: url(/o/base-theme/images/flags/4x3/py.svg); }
  .fi-py.fis {
    background-image: url(/o/base-theme/images/flags/1x1/py.svg); }

.fi-qa {
  background-image: url(/o/base-theme/images/flags/4x3/qa.svg); }
  .fi-qa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/qa.svg); }

.fi-re {
  background-image: url(/o/base-theme/images/flags/4x3/re.svg); }
  .fi-re.fis {
    background-image: url(/o/base-theme/images/flags/1x1/re.svg); }

.fi-ro {
  background-image: url(/o/base-theme/images/flags/4x3/ro.svg); }
  .fi-ro.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ro.svg); }

.fi-rs {
  background-image: url(/o/base-theme/images/flags/4x3/rs.svg); }
  .fi-rs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/rs.svg); }

.fi-ru {
  background-image: url(/o/base-theme/images/flags/4x3/ru.svg); }
  .fi-ru.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ru.svg); }

.fi-rw {
  background-image: url(/o/base-theme/images/flags/4x3/rw.svg); }
  .fi-rw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/rw.svg); }

.fi-sa {
  background-image: url(/o/base-theme/images/flags/4x3/sa.svg); }
  .fi-sa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sa.svg); }

.fi-sb {
  background-image: url(/o/base-theme/images/flags/4x3/sb.svg); }
  .fi-sb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sb.svg); }

.fi-sc {
  background-image: url(/o/base-theme/images/flags/4x3/sc.svg); }
  .fi-sc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sc.svg); }

.fi-sd {
  background-image: url(/o/base-theme/images/flags/4x3/sd.svg); }
  .fi-sd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sd.svg); }

.fi-se {
  background-image: url(/o/base-theme/images/flags/4x3/se.svg); }
  .fi-se.fis {
    background-image: url(/o/base-theme/images/flags/1x1/se.svg); }

.fi-sg {
  background-image: url(/o/base-theme/images/flags/4x3/sg.svg); }
  .fi-sg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sg.svg); }

.fi-sh {
  background-image: url(/o/base-theme/images/flags/4x3/sh.svg); }
  .fi-sh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh.svg); }

.fi-si {
  background-image: url(/o/base-theme/images/flags/4x3/si.svg); }
  .fi-si.fis {
    background-image: url(/o/base-theme/images/flags/1x1/si.svg); }

.fi-sj {
  background-image: url(/o/base-theme/images/flags/4x3/sj.svg); }
  .fi-sj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sj.svg); }

.fi-sk {
  background-image: url(/o/base-theme/images/flags/4x3/sk.svg); }
  .fi-sk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sk.svg); }

.fi-sl {
  background-image: url(/o/base-theme/images/flags/4x3/sl.svg); }
  .fi-sl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sl.svg); }

.fi-sm {
  background-image: url(/o/base-theme/images/flags/4x3/sm.svg); }
  .fi-sm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sm.svg); }

.fi-sn {
  background-image: url(/o/base-theme/images/flags/4x3/sn.svg); }
  .fi-sn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sn.svg); }

.fi-so {
  background-image: url(/o/base-theme/images/flags/4x3/so.svg); }
  .fi-so.fis {
    background-image: url(/o/base-theme/images/flags/1x1/so.svg); }

.fi-sr {
  background-image: url(/o/base-theme/images/flags/4x3/sr.svg); }
  .fi-sr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sr.svg); }

.fi-ss {
  background-image: url(/o/base-theme/images/flags/4x3/ss.svg); }
  .fi-ss.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ss.svg); }

.fi-st {
  background-image: url(/o/base-theme/images/flags/4x3/st.svg); }
  .fi-st.fis {
    background-image: url(/o/base-theme/images/flags/1x1/st.svg); }

.fi-sv {
  background-image: url(/o/base-theme/images/flags/4x3/sv.svg); }
  .fi-sv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sv.svg); }

.fi-sx {
  background-image: url(/o/base-theme/images/flags/4x3/sx.svg); }
  .fi-sx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sx.svg); }

.fi-sy {
  background-image: url(/o/base-theme/images/flags/4x3/sy.svg); }
  .fi-sy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sy.svg); }

.fi-sz {
  background-image: url(/o/base-theme/images/flags/4x3/sz.svg); }
  .fi-sz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sz.svg); }

.fi-tc {
  background-image: url(/o/base-theme/images/flags/4x3/tc.svg); }
  .fi-tc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tc.svg); }

.fi-td {
  background-image: url(/o/base-theme/images/flags/4x3/td.svg); }
  .fi-td.fis {
    background-image: url(/o/base-theme/images/flags/1x1/td.svg); }

.fi-tf {
  background-image: url(/o/base-theme/images/flags/4x3/tf.svg); }
  .fi-tf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tf.svg); }

.fi-tg {
  background-image: url(/o/base-theme/images/flags/4x3/tg.svg); }
  .fi-tg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tg.svg); }

.fi-th {
  background-image: url(/o/base-theme/images/flags/4x3/th.svg); }
  .fi-th.fis {
    background-image: url(/o/base-theme/images/flags/1x1/th.svg); }

.fi-tj {
  background-image: url(/o/base-theme/images/flags/4x3/tj.svg); }
  .fi-tj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tj.svg); }

.fi-tk {
  background-image: url(/o/base-theme/images/flags/4x3/tk.svg); }
  .fi-tk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tk.svg); }

.fi-tl {
  background-image: url(/o/base-theme/images/flags/4x3/tl.svg); }
  .fi-tl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tl.svg); }

.fi-tm {
  background-image: url(/o/base-theme/images/flags/4x3/tm.svg); }
  .fi-tm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tm.svg); }

.fi-tn {
  background-image: url(/o/base-theme/images/flags/4x3/tn.svg); }
  .fi-tn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tn.svg); }

.fi-to {
  background-image: url(/o/base-theme/images/flags/4x3/to.svg); }
  .fi-to.fis {
    background-image: url(/o/base-theme/images/flags/1x1/to.svg); }

.fi-tr {
  background-image: url(/o/base-theme/images/flags/4x3/tr.svg); }
  .fi-tr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tr.svg); }

.fi-tt {
  background-image: url(/o/base-theme/images/flags/4x3/tt.svg); }
  .fi-tt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tt.svg); }

.fi-tv {
  background-image: url(/o/base-theme/images/flags/4x3/tv.svg); }
  .fi-tv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tv.svg); }

.fi-tw {
  background-image: url(/o/base-theme/images/flags/4x3/tw.svg); }
  .fi-tw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tw.svg); }

.fi-tz {
  background-image: url(/o/base-theme/images/flags/4x3/tz.svg); }
  .fi-tz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tz.svg); }

.fi-ua {
  background-image: url(/o/base-theme/images/flags/4x3/ua.svg); }
  .fi-ua.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ua.svg); }

.fi-ug {
  background-image: url(/o/base-theme/images/flags/4x3/ug.svg); }
  .fi-ug.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ug.svg); }

.fi-um {
  background-image: url(/o/base-theme/images/flags/4x3/um.svg); }
  .fi-um.fis {
    background-image: url(/o/base-theme/images/flags/1x1/um.svg); }

.fi-us {
  background-image: url(/o/base-theme/images/flags/4x3/us.svg); }
  .fi-us.fis {
    background-image: url(/o/base-theme/images/flags/1x1/us.svg); }

.fi-uy {
  background-image: url(/o/base-theme/images/flags/4x3/uy.svg); }
  .fi-uy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/uy.svg); }

.fi-uz {
  background-image: url(/o/base-theme/images/flags/4x3/uz.svg); }
  .fi-uz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/uz.svg); }

.fi-va {
  background-image: url(/o/base-theme/images/flags/4x3/va.svg); }
  .fi-va.fis {
    background-image: url(/o/base-theme/images/flags/1x1/va.svg); }

.fi-vc {
  background-image: url(/o/base-theme/images/flags/4x3/vc.svg); }
  .fi-vc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vc.svg); }

.fi-ve {
  background-image: url(/o/base-theme/images/flags/4x3/ve.svg); }
  .fi-ve.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ve.svg); }

.fi-vg {
  background-image: url(/o/base-theme/images/flags/4x3/vg.svg); }
  .fi-vg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vg.svg); }

.fi-vi {
  background-image: url(/o/base-theme/images/flags/4x3/vi.svg); }
  .fi-vi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vi.svg); }

.fi-vn {
  background-image: url(/o/base-theme/images/flags/4x3/vn.svg); }
  .fi-vn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vn.svg); }

.fi-vu {
  background-image: url(/o/base-theme/images/flags/4x3/vu.svg); }
  .fi-vu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vu.svg); }

.fi-wf {
  background-image: url(/o/base-theme/images/flags/4x3/wf.svg); }
  .fi-wf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/wf.svg); }

.fi-ws {
  background-image: url(/o/base-theme/images/flags/4x3/ws.svg); }
  .fi-ws.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ws.svg); }

.fi-ye {
  background-image: url(/o/base-theme/images/flags/4x3/ye.svg); }
  .fi-ye.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ye.svg); }

.fi-yt {
  background-image: url(/o/base-theme/images/flags/4x3/yt.svg); }
  .fi-yt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/yt.svg); }

.fi-za {
  background-image: url(/o/base-theme/images/flags/4x3/za.svg); }
  .fi-za.fis {
    background-image: url(/o/base-theme/images/flags/1x1/za.svg); }

.fi-zm {
  background-image: url(/o/base-theme/images/flags/4x3/zm.svg); }
  .fi-zm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/zm.svg); }

.fi-zw {
  background-image: url(/o/base-theme/images/flags/4x3/zw.svg); }
  .fi-zw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/zw.svg); }

.fi-arab {
  background-image: url(/o/base-theme/images/flags/4x3/arab.svg); }
  .fi-arab.fis {
    background-image: url(/o/base-theme/images/flags/1x1/arab.svg); }

.fi-cefta {
  background-image: url(/o/base-theme/images/flags/4x3/cefta.svg); }
  .fi-cefta.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cefta.svg); }

.fi-cp {
  background-image: url(/o/base-theme/images/flags/4x3/cp.svg); }
  .fi-cp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cp.svg); }

.fi-dg {
  background-image: url(/o/base-theme/images/flags/4x3/dg.svg); }
  .fi-dg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dg.svg); }

.fi-eac {
  background-image: url(/o/base-theme/images/flags/4x3/eac.svg); }
  .fi-eac.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eac.svg); }

.fi-es-ct {
  background-image: url(/o/base-theme/images/flags/4x3/es-ct.svg); }
  .fi-es-ct.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-ct.svg); }

.fi-es-ga {
  background-image: url(/o/base-theme/images/flags/4x3/es-ga.svg); }
  .fi-es-ga.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-ga.svg); }

.fi-es-pv {
  background-image: url(/o/base-theme/images/flags/4x3/es-pv.svg); }
  .fi-es-pv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-pv.svg); }

.fi-eu {
  background-image: url(/o/base-theme/images/flags/4x3/eu.svg); }
  .fi-eu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eu.svg); }

.fi-gb-eng {
  background-image: url(/o/base-theme/images/flags/4x3/gb-eng.svg); }
  .fi-gb-eng.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-eng.svg); }

.fi-gb-nir {
  background-image: url(/o/base-theme/images/flags/4x3/gb-nir.svg); }
  .fi-gb-nir.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-nir.svg); }

.fi-gb-sct {
  background-image: url(/o/base-theme/images/flags/4x3/gb-sct.svg); }
  .fi-gb-sct.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-sct.svg); }

.fi-gb-wls {
  background-image: url(/o/base-theme/images/flags/4x3/gb-wls.svg); }
  .fi-gb-wls.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-wls.svg); }

.fi-ic {
  background-image: url(/o/base-theme/images/flags/4x3/ic.svg); }
  .fi-ic.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ic.svg); }

.fi-pc {
  background-image: url(/o/base-theme/images/flags/4x3/pc.svg); }
  .fi-pc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pc.svg); }

.fi-sh-ac {
  background-image: url(/o/base-theme/images/flags/4x3/sh-ac.svg); }
  .fi-sh-ac.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-ac.svg); }

.fi-sh-hl {
  background-image: url(/o/base-theme/images/flags/4x3/sh-hl.svg); }
  .fi-sh-hl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-hl.svg); }

.fi-sh-ta {
  background-image: url(/o/base-theme/images/flags/4x3/sh-ta.svg); }
  .fi-sh-ta.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-ta.svg); }

.fi-un {
  background-image: url(/o/base-theme/images/flags/4x3/un.svg); }
  .fi-un.fis {
    background-image: url(/o/base-theme/images/flags/1x1/un.svg); }

.fi-xk {
  background-image: url(/o/base-theme/images/flags/4x3/xk.svg); }
  .fi-xk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/xk.svg); }

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.fi {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .fi:before {
    content: "\00a0"; }
  .fi.fis {
    width: 1em; }

.fi-xx {
  background-image: url(/o/base-theme/images/flags/4x3/xx.svg); }
  .fi-xx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/xx.svg); }

.fi-ad {
  background-image: url(/o/base-theme/images/flags/4x3/ad.svg); }
  .fi-ad.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ad.svg); }

.fi-ae {
  background-image: url(/o/base-theme/images/flags/4x3/ae.svg); }
  .fi-ae.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ae.svg); }

.fi-af {
  background-image: url(/o/base-theme/images/flags/4x3/af.svg); }
  .fi-af.fis {
    background-image: url(/o/base-theme/images/flags/1x1/af.svg); }

.fi-ag {
  background-image: url(/o/base-theme/images/flags/4x3/ag.svg); }
  .fi-ag.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ag.svg); }

.fi-ai {
  background-image: url(/o/base-theme/images/flags/4x3/ai.svg); }
  .fi-ai.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ai.svg); }

.fi-al {
  background-image: url(/o/base-theme/images/flags/4x3/al.svg); }
  .fi-al.fis {
    background-image: url(/o/base-theme/images/flags/1x1/al.svg); }

.fi-am {
  background-image: url(/o/base-theme/images/flags/4x3/am.svg); }
  .fi-am.fis {
    background-image: url(/o/base-theme/images/flags/1x1/am.svg); }

.fi-ao {
  background-image: url(/o/base-theme/images/flags/4x3/ao.svg); }
  .fi-ao.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ao.svg); }

.fi-aq {
  background-image: url(/o/base-theme/images/flags/4x3/aq.svg); }
  .fi-aq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/aq.svg); }

.fi-ar {
  background-image: url(/o/base-theme/images/flags/4x3/ar.svg); }
  .fi-ar.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ar.svg); }

.fi-as {
  background-image: url(/o/base-theme/images/flags/4x3/as.svg); }
  .fi-as.fis {
    background-image: url(/o/base-theme/images/flags/1x1/as.svg); }

.fi-at {
  background-image: url(/o/base-theme/images/flags/4x3/at.svg); }
  .fi-at.fis {
    background-image: url(/o/base-theme/images/flags/1x1/at.svg); }

.fi-au {
  background-image: url(/o/base-theme/images/flags/4x3/au.svg); }
  .fi-au.fis {
    background-image: url(/o/base-theme/images/flags/1x1/au.svg); }

.fi-aw {
  background-image: url(/o/base-theme/images/flags/4x3/aw.svg); }
  .fi-aw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/aw.svg); }

.fi-ax {
  background-image: url(/o/base-theme/images/flags/4x3/ax.svg); }
  .fi-ax.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ax.svg); }

.fi-az {
  background-image: url(/o/base-theme/images/flags/4x3/az.svg); }
  .fi-az.fis {
    background-image: url(/o/base-theme/images/flags/1x1/az.svg); }

.fi-ba {
  background-image: url(/o/base-theme/images/flags/4x3/ba.svg); }
  .fi-ba.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ba.svg); }

.fi-bb {
  background-image: url(/o/base-theme/images/flags/4x3/bb.svg); }
  .fi-bb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bb.svg); }

.fi-bd {
  background-image: url(/o/base-theme/images/flags/4x3/bd.svg); }
  .fi-bd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bd.svg); }

.fi-be {
  background-image: url(/o/base-theme/images/flags/4x3/be.svg); }
  .fi-be.fis {
    background-image: url(/o/base-theme/images/flags/1x1/be.svg); }

.fi-bf {
  background-image: url(/o/base-theme/images/flags/4x3/bf.svg); }
  .fi-bf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bf.svg); }

.fi-bg {
  background-image: url(/o/base-theme/images/flags/4x3/bg.svg); }
  .fi-bg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bg.svg); }

.fi-bh {
  background-image: url(/o/base-theme/images/flags/4x3/bh.svg); }
  .fi-bh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bh.svg); }

.fi-bi {
  background-image: url(/o/base-theme/images/flags/4x3/bi.svg); }
  .fi-bi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bi.svg); }

.fi-bj {
  background-image: url(/o/base-theme/images/flags/4x3/bj.svg); }
  .fi-bj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bj.svg); }

.fi-bl {
  background-image: url(/o/base-theme/images/flags/4x3/bl.svg); }
  .fi-bl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bl.svg); }

.fi-bm {
  background-image: url(/o/base-theme/images/flags/4x3/bm.svg); }
  .fi-bm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bm.svg); }

.fi-bn {
  background-image: url(/o/base-theme/images/flags/4x3/bn.svg); }
  .fi-bn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bn.svg); }

.fi-bo {
  background-image: url(/o/base-theme/images/flags/4x3/bo.svg); }
  .fi-bo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bo.svg); }

.fi-bq {
  background-image: url(/o/base-theme/images/flags/4x3/bq.svg); }
  .fi-bq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bq.svg); }

.fi-br {
  background-image: url(/o/base-theme/images/flags/4x3/br.svg); }
  .fi-br.fis {
    background-image: url(/o/base-theme/images/flags/1x1/br.svg); }

.fi-bs {
  background-image: url(/o/base-theme/images/flags/4x3/bs.svg); }
  .fi-bs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bs.svg); }

.fi-bt {
  background-image: url(/o/base-theme/images/flags/4x3/bt.svg); }
  .fi-bt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bt.svg); }

.fi-bv {
  background-image: url(/o/base-theme/images/flags/4x3/bv.svg); }
  .fi-bv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bv.svg); }

.fi-bw {
  background-image: url(/o/base-theme/images/flags/4x3/bw.svg); }
  .fi-bw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bw.svg); }

.fi-by {
  background-image: url(/o/base-theme/images/flags/4x3/by.svg); }
  .fi-by.fis {
    background-image: url(/o/base-theme/images/flags/1x1/by.svg); }

.fi-bz {
  background-image: url(/o/base-theme/images/flags/4x3/bz.svg); }
  .fi-bz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/bz.svg); }

.fi-ca {
  background-image: url(/o/base-theme/images/flags/4x3/ca.svg); }
  .fi-ca.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ca.svg); }

.fi-cc {
  background-image: url(/o/base-theme/images/flags/4x3/cc.svg); }
  .fi-cc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cc.svg); }

.fi-cd {
  background-image: url(/o/base-theme/images/flags/4x3/cd.svg); }
  .fi-cd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cd.svg); }

.fi-cf {
  background-image: url(/o/base-theme/images/flags/4x3/cf.svg); }
  .fi-cf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cf.svg); }

.fi-cg {
  background-image: url(/o/base-theme/images/flags/4x3/cg.svg); }
  .fi-cg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cg.svg); }

.fi-ch {
  background-image: url(/o/base-theme/images/flags/4x3/ch.svg); }
  .fi-ch.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ch.svg); }

.fi-ci {
  background-image: url(/o/base-theme/images/flags/4x3/ci.svg); }
  .fi-ci.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ci.svg); }

.fi-ck {
  background-image: url(/o/base-theme/images/flags/4x3/ck.svg); }
  .fi-ck.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ck.svg); }

.fi-cl {
  background-image: url(/o/base-theme/images/flags/4x3/cl.svg); }
  .fi-cl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cl.svg); }

.fi-cm {
  background-image: url(/o/base-theme/images/flags/4x3/cm.svg); }
  .fi-cm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cm.svg); }

.fi-cn {
  background-image: url(/o/base-theme/images/flags/4x3/cn.svg); }
  .fi-cn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cn.svg); }

.fi-co {
  background-image: url(/o/base-theme/images/flags/4x3/co.svg); }
  .fi-co.fis {
    background-image: url(/o/base-theme/images/flags/1x1/co.svg); }

.fi-cr {
  background-image: url(/o/base-theme/images/flags/4x3/cr.svg); }
  .fi-cr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cr.svg); }

.fi-cu {
  background-image: url(/o/base-theme/images/flags/4x3/cu.svg); }
  .fi-cu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cu.svg); }

.fi-cv {
  background-image: url(/o/base-theme/images/flags/4x3/cv.svg); }
  .fi-cv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cv.svg); }

.fi-cw {
  background-image: url(/o/base-theme/images/flags/4x3/cw.svg); }
  .fi-cw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cw.svg); }

.fi-cx {
  background-image: url(/o/base-theme/images/flags/4x3/cx.svg); }
  .fi-cx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cx.svg); }

.fi-cy {
  background-image: url(/o/base-theme/images/flags/4x3/cy.svg); }
  .fi-cy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cy.svg); }

.fi-cz {
  background-image: url(/o/base-theme/images/flags/4x3/cz.svg); }
  .fi-cz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cz.svg); }

.fi-de {
  background-image: url(/o/base-theme/images/flags/4x3/de.svg); }
  .fi-de.fis {
    background-image: url(/o/base-theme/images/flags/1x1/de.svg); }

.fi-dj {
  background-image: url(/o/base-theme/images/flags/4x3/dj.svg); }
  .fi-dj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dj.svg); }

.fi-dk {
  background-image: url(/o/base-theme/images/flags/4x3/dk.svg); }
  .fi-dk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dk.svg); }

.fi-dm {
  background-image: url(/o/base-theme/images/flags/4x3/dm.svg); }
  .fi-dm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dm.svg); }

.fi-do {
  background-image: url(/o/base-theme/images/flags/4x3/do.svg); }
  .fi-do.fis {
    background-image: url(/o/base-theme/images/flags/1x1/do.svg); }

.fi-dz {
  background-image: url(/o/base-theme/images/flags/4x3/dz.svg); }
  .fi-dz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dz.svg); }

.fi-ec {
  background-image: url(/o/base-theme/images/flags/4x3/ec.svg); }
  .fi-ec.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ec.svg); }

.fi-ee {
  background-image: url(/o/base-theme/images/flags/4x3/ee.svg); }
  .fi-ee.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ee.svg); }

.fi-eg {
  background-image: url(/o/base-theme/images/flags/4x3/eg.svg); }
  .fi-eg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eg.svg); }

.fi-eh {
  background-image: url(/o/base-theme/images/flags/4x3/eh.svg); }
  .fi-eh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eh.svg); }

.fi-er {
  background-image: url(/o/base-theme/images/flags/4x3/er.svg); }
  .fi-er.fis {
    background-image: url(/o/base-theme/images/flags/1x1/er.svg); }

.fi-es {
  background-image: url(/o/base-theme/images/flags/4x3/es.svg); }
  .fi-es.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es.svg); }

.fi-et {
  background-image: url(/o/base-theme/images/flags/4x3/et.svg); }
  .fi-et.fis {
    background-image: url(/o/base-theme/images/flags/1x1/et.svg); }

.fi-fi {
  background-image: url(/o/base-theme/images/flags/4x3/fi.svg); }
  .fi-fi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fi.svg); }

.fi-fj {
  background-image: url(/o/base-theme/images/flags/4x3/fj.svg); }
  .fi-fj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fj.svg); }

.fi-fk {
  background-image: url(/o/base-theme/images/flags/4x3/fk.svg); }
  .fi-fk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fk.svg); }

.fi-fm {
  background-image: url(/o/base-theme/images/flags/4x3/fm.svg); }
  .fi-fm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fm.svg); }

.fi-fo {
  background-image: url(/o/base-theme/images/flags/4x3/fo.svg); }
  .fi-fo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fo.svg); }

.fi-fr {
  background-image: url(/o/base-theme/images/flags/4x3/fr.svg); }
  .fi-fr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/fr.svg); }

.fi-ga {
  background-image: url(/o/base-theme/images/flags/4x3/ga.svg); }
  .fi-ga.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ga.svg); }

.fi-gb {
  background-image: url(/o/base-theme/images/flags/4x3/gb.svg); }
  .fi-gb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb.svg); }

.fi-gd {
  background-image: url(/o/base-theme/images/flags/4x3/gd.svg); }
  .fi-gd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gd.svg); }

.fi-ge {
  background-image: url(/o/base-theme/images/flags/4x3/ge.svg); }
  .fi-ge.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ge.svg); }

.fi-gf {
  background-image: url(/o/base-theme/images/flags/4x3/gf.svg); }
  .fi-gf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gf.svg); }

.fi-gg {
  background-image: url(/o/base-theme/images/flags/4x3/gg.svg); }
  .fi-gg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gg.svg); }

.fi-gh {
  background-image: url(/o/base-theme/images/flags/4x3/gh.svg); }
  .fi-gh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gh.svg); }

.fi-gi {
  background-image: url(/o/base-theme/images/flags/4x3/gi.svg); }
  .fi-gi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gi.svg); }

.fi-gl {
  background-image: url(/o/base-theme/images/flags/4x3/gl.svg); }
  .fi-gl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gl.svg); }

.fi-gm {
  background-image: url(/o/base-theme/images/flags/4x3/gm.svg); }
  .fi-gm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gm.svg); }

.fi-gn {
  background-image: url(/o/base-theme/images/flags/4x3/gn.svg); }
  .fi-gn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gn.svg); }

.fi-gp {
  background-image: url(/o/base-theme/images/flags/4x3/gp.svg); }
  .fi-gp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gp.svg); }

.fi-gq {
  background-image: url(/o/base-theme/images/flags/4x3/gq.svg); }
  .fi-gq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gq.svg); }

.fi-gr {
  background-image: url(/o/base-theme/images/flags/4x3/gr.svg); }
  .fi-gr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gr.svg); }

.fi-gs {
  background-image: url(/o/base-theme/images/flags/4x3/gs.svg); }
  .fi-gs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gs.svg); }

.fi-gt {
  background-image: url(/o/base-theme/images/flags/4x3/gt.svg); }
  .fi-gt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gt.svg); }

.fi-gu {
  background-image: url(/o/base-theme/images/flags/4x3/gu.svg); }
  .fi-gu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gu.svg); }

.fi-gw {
  background-image: url(/o/base-theme/images/flags/4x3/gw.svg); }
  .fi-gw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gw.svg); }

.fi-gy {
  background-image: url(/o/base-theme/images/flags/4x3/gy.svg); }
  .fi-gy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gy.svg); }

.fi-hk {
  background-image: url(/o/base-theme/images/flags/4x3/hk.svg); }
  .fi-hk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hk.svg); }

.fi-hm {
  background-image: url(/o/base-theme/images/flags/4x3/hm.svg); }
  .fi-hm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hm.svg); }

.fi-hn {
  background-image: url(/o/base-theme/images/flags/4x3/hn.svg); }
  .fi-hn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hn.svg); }

.fi-hr {
  background-image: url(/o/base-theme/images/flags/4x3/hr.svg); }
  .fi-hr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hr.svg); }

.fi-ht {
  background-image: url(/o/base-theme/images/flags/4x3/ht.svg); }
  .fi-ht.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ht.svg); }

.fi-hu {
  background-image: url(/o/base-theme/images/flags/4x3/hu.svg); }
  .fi-hu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/hu.svg); }

.fi-id {
  background-image: url(/o/base-theme/images/flags/4x3/id.svg); }
  .fi-id.fis {
    background-image: url(/o/base-theme/images/flags/1x1/id.svg); }

.fi-ie {
  background-image: url(/o/base-theme/images/flags/4x3/ie.svg); }
  .fi-ie.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ie.svg); }

.fi-il {
  background-image: url(/o/base-theme/images/flags/4x3/il.svg); }
  .fi-il.fis {
    background-image: url(/o/base-theme/images/flags/1x1/il.svg); }

.fi-im {
  background-image: url(/o/base-theme/images/flags/4x3/im.svg); }
  .fi-im.fis {
    background-image: url(/o/base-theme/images/flags/1x1/im.svg); }

.fi-in {
  background-image: url(/o/base-theme/images/flags/4x3/in.svg); }
  .fi-in.fis {
    background-image: url(/o/base-theme/images/flags/1x1/in.svg); }

.fi-io {
  background-image: url(/o/base-theme/images/flags/4x3/io.svg); }
  .fi-io.fis {
    background-image: url(/o/base-theme/images/flags/1x1/io.svg); }

.fi-iq {
  background-image: url(/o/base-theme/images/flags/4x3/iq.svg); }
  .fi-iq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/iq.svg); }

.fi-ir {
  background-image: url(/o/base-theme/images/flags/4x3/ir.svg); }
  .fi-ir.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ir.svg); }

.fi-is {
  background-image: url(/o/base-theme/images/flags/4x3/is.svg); }
  .fi-is.fis {
    background-image: url(/o/base-theme/images/flags/1x1/is.svg); }

.fi-it {
  background-image: url(/o/base-theme/images/flags/4x3/it.svg); }
  .fi-it.fis {
    background-image: url(/o/base-theme/images/flags/1x1/it.svg); }

.fi-je {
  background-image: url(/o/base-theme/images/flags/4x3/je.svg); }
  .fi-je.fis {
    background-image: url(/o/base-theme/images/flags/1x1/je.svg); }

.fi-jm {
  background-image: url(/o/base-theme/images/flags/4x3/jm.svg); }
  .fi-jm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jm.svg); }

.fi-jo {
  background-image: url(/o/base-theme/images/flags/4x3/jo.svg); }
  .fi-jo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jo.svg); }

.fi-jp {
  background-image: url(/o/base-theme/images/flags/4x3/jp.svg); }
  .fi-jp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/jp.svg); }

.fi-ke {
  background-image: url(/o/base-theme/images/flags/4x3/ke.svg); }
  .fi-ke.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ke.svg); }

.fi-kg {
  background-image: url(/o/base-theme/images/flags/4x3/kg.svg); }
  .fi-kg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kg.svg); }

.fi-kh {
  background-image: url(/o/base-theme/images/flags/4x3/kh.svg); }
  .fi-kh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kh.svg); }

.fi-ki {
  background-image: url(/o/base-theme/images/flags/4x3/ki.svg); }
  .fi-ki.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ki.svg); }

.fi-km {
  background-image: url(/o/base-theme/images/flags/4x3/km.svg); }
  .fi-km.fis {
    background-image: url(/o/base-theme/images/flags/1x1/km.svg); }

.fi-kn {
  background-image: url(/o/base-theme/images/flags/4x3/kn.svg); }
  .fi-kn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kn.svg); }

.fi-kp {
  background-image: url(/o/base-theme/images/flags/4x3/kp.svg); }
  .fi-kp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kp.svg); }

.fi-kr {
  background-image: url(/o/base-theme/images/flags/4x3/kr.svg); }
  .fi-kr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kr.svg); }

.fi-kw {
  background-image: url(/o/base-theme/images/flags/4x3/kw.svg); }
  .fi-kw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kw.svg); }

.fi-ky {
  background-image: url(/o/base-theme/images/flags/4x3/ky.svg); }
  .fi-ky.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ky.svg); }

.fi-kz {
  background-image: url(/o/base-theme/images/flags/4x3/kz.svg); }
  .fi-kz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/kz.svg); }

.fi-la {
  background-image: url(/o/base-theme/images/flags/4x3/la.svg); }
  .fi-la.fis {
    background-image: url(/o/base-theme/images/flags/1x1/la.svg); }

.fi-lb {
  background-image: url(/o/base-theme/images/flags/4x3/lb.svg); }
  .fi-lb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lb.svg); }

.fi-lc {
  background-image: url(/o/base-theme/images/flags/4x3/lc.svg); }
  .fi-lc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lc.svg); }

.fi-li {
  background-image: url(/o/base-theme/images/flags/4x3/li.svg); }
  .fi-li.fis {
    background-image: url(/o/base-theme/images/flags/1x1/li.svg); }

.fi-lk {
  background-image: url(/o/base-theme/images/flags/4x3/lk.svg); }
  .fi-lk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lk.svg); }

.fi-lr {
  background-image: url(/o/base-theme/images/flags/4x3/lr.svg); }
  .fi-lr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lr.svg); }

.fi-ls {
  background-image: url(/o/base-theme/images/flags/4x3/ls.svg); }
  .fi-ls.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ls.svg); }

.fi-lt {
  background-image: url(/o/base-theme/images/flags/4x3/lt.svg); }
  .fi-lt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lt.svg); }

.fi-lu {
  background-image: url(/o/base-theme/images/flags/4x3/lu.svg); }
  .fi-lu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lu.svg); }

.fi-lv {
  background-image: url(/o/base-theme/images/flags/4x3/lv.svg); }
  .fi-lv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/lv.svg); }

.fi-ly {
  background-image: url(/o/base-theme/images/flags/4x3/ly.svg); }
  .fi-ly.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ly.svg); }

.fi-ma {
  background-image: url(/o/base-theme/images/flags/4x3/ma.svg); }
  .fi-ma.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ma.svg); }

.fi-mc {
  background-image: url(/o/base-theme/images/flags/4x3/mc.svg); }
  .fi-mc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mc.svg); }

.fi-md {
  background-image: url(/o/base-theme/images/flags/4x3/md.svg); }
  .fi-md.fis {
    background-image: url(/o/base-theme/images/flags/1x1/md.svg); }

.fi-me {
  background-image: url(/o/base-theme/images/flags/4x3/me.svg); }
  .fi-me.fis {
    background-image: url(/o/base-theme/images/flags/1x1/me.svg); }

.fi-mf {
  background-image: url(/o/base-theme/images/flags/4x3/mf.svg); }
  .fi-mf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mf.svg); }

.fi-mg {
  background-image: url(/o/base-theme/images/flags/4x3/mg.svg); }
  .fi-mg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mg.svg); }

.fi-mh {
  background-image: url(/o/base-theme/images/flags/4x3/mh.svg); }
  .fi-mh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mh.svg); }

.fi-mk {
  background-image: url(/o/base-theme/images/flags/4x3/mk.svg); }
  .fi-mk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mk.svg); }

.fi-ml {
  background-image: url(/o/base-theme/images/flags/4x3/ml.svg); }
  .fi-ml.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ml.svg); }

.fi-mm {
  background-image: url(/o/base-theme/images/flags/4x3/mm.svg); }
  .fi-mm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mm.svg); }

.fi-mn {
  background-image: url(/o/base-theme/images/flags/4x3/mn.svg); }
  .fi-mn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mn.svg); }

.fi-mo {
  background-image: url(/o/base-theme/images/flags/4x3/mo.svg); }
  .fi-mo.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mo.svg); }

.fi-mp {
  background-image: url(/o/base-theme/images/flags/4x3/mp.svg); }
  .fi-mp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mp.svg); }

.fi-mq {
  background-image: url(/o/base-theme/images/flags/4x3/mq.svg); }
  .fi-mq.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mq.svg); }

.fi-mr {
  background-image: url(/o/base-theme/images/flags/4x3/mr.svg); }
  .fi-mr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mr.svg); }

.fi-ms {
  background-image: url(/o/base-theme/images/flags/4x3/ms.svg); }
  .fi-ms.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ms.svg); }

.fi-mt {
  background-image: url(/o/base-theme/images/flags/4x3/mt.svg); }
  .fi-mt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mt.svg); }

.fi-mu {
  background-image: url(/o/base-theme/images/flags/4x3/mu.svg); }
  .fi-mu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mu.svg); }

.fi-mv {
  background-image: url(/o/base-theme/images/flags/4x3/mv.svg); }
  .fi-mv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mv.svg); }

.fi-mw {
  background-image: url(/o/base-theme/images/flags/4x3/mw.svg); }
  .fi-mw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mw.svg); }

.fi-mx {
  background-image: url(/o/base-theme/images/flags/4x3/mx.svg); }
  .fi-mx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mx.svg); }

.fi-my {
  background-image: url(/o/base-theme/images/flags/4x3/my.svg); }
  .fi-my.fis {
    background-image: url(/o/base-theme/images/flags/1x1/my.svg); }

.fi-mz {
  background-image: url(/o/base-theme/images/flags/4x3/mz.svg); }
  .fi-mz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/mz.svg); }

.fi-na {
  background-image: url(/o/base-theme/images/flags/4x3/na.svg); }
  .fi-na.fis {
    background-image: url(/o/base-theme/images/flags/1x1/na.svg); }

.fi-nc {
  background-image: url(/o/base-theme/images/flags/4x3/nc.svg); }
  .fi-nc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nc.svg); }

.fi-ne {
  background-image: url(/o/base-theme/images/flags/4x3/ne.svg); }
  .fi-ne.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ne.svg); }

.fi-nf {
  background-image: url(/o/base-theme/images/flags/4x3/nf.svg); }
  .fi-nf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nf.svg); }

.fi-ng {
  background-image: url(/o/base-theme/images/flags/4x3/ng.svg); }
  .fi-ng.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ng.svg); }

.fi-ni {
  background-image: url(/o/base-theme/images/flags/4x3/ni.svg); }
  .fi-ni.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ni.svg); }

.fi-nl {
  background-image: url(/o/base-theme/images/flags/4x3/nl.svg); }
  .fi-nl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nl.svg); }

.fi-no {
  background-image: url(/o/base-theme/images/flags/4x3/no.svg); }
  .fi-no.fis {
    background-image: url(/o/base-theme/images/flags/1x1/no.svg); }

.fi-np {
  background-image: url(/o/base-theme/images/flags/4x3/np.svg); }
  .fi-np.fis {
    background-image: url(/o/base-theme/images/flags/1x1/np.svg); }

.fi-nr {
  background-image: url(/o/base-theme/images/flags/4x3/nr.svg); }
  .fi-nr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nr.svg); }

.fi-nu {
  background-image: url(/o/base-theme/images/flags/4x3/nu.svg); }
  .fi-nu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nu.svg); }

.fi-nz {
  background-image: url(/o/base-theme/images/flags/4x3/nz.svg); }
  .fi-nz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/nz.svg); }

.fi-om {
  background-image: url(/o/base-theme/images/flags/4x3/om.svg); }
  .fi-om.fis {
    background-image: url(/o/base-theme/images/flags/1x1/om.svg); }

.fi-pa {
  background-image: url(/o/base-theme/images/flags/4x3/pa.svg); }
  .fi-pa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pa.svg); }

.fi-pe {
  background-image: url(/o/base-theme/images/flags/4x3/pe.svg); }
  .fi-pe.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pe.svg); }

.fi-pf {
  background-image: url(/o/base-theme/images/flags/4x3/pf.svg); }
  .fi-pf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pf.svg); }

.fi-pg {
  background-image: url(/o/base-theme/images/flags/4x3/pg.svg); }
  .fi-pg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pg.svg); }

.fi-ph {
  background-image: url(/o/base-theme/images/flags/4x3/ph.svg); }
  .fi-ph.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ph.svg); }

.fi-pk {
  background-image: url(/o/base-theme/images/flags/4x3/pk.svg); }
  .fi-pk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pk.svg); }

.fi-pl {
  background-image: url(/o/base-theme/images/flags/4x3/pl.svg); }
  .fi-pl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pl.svg); }

.fi-pm {
  background-image: url(/o/base-theme/images/flags/4x3/pm.svg); }
  .fi-pm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pm.svg); }

.fi-pn {
  background-image: url(/o/base-theme/images/flags/4x3/pn.svg); }
  .fi-pn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pn.svg); }

.fi-pr {
  background-image: url(/o/base-theme/images/flags/4x3/pr.svg); }
  .fi-pr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pr.svg); }

.fi-ps {
  background-image: url(/o/base-theme/images/flags/4x3/ps.svg); }
  .fi-ps.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ps.svg); }

.fi-pt {
  background-image: url(/o/base-theme/images/flags/4x3/pt.svg); }
  .fi-pt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pt.svg); }

.fi-pw {
  background-image: url(/o/base-theme/images/flags/4x3/pw.svg); }
  .fi-pw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pw.svg); }

.fi-py {
  background-image: url(/o/base-theme/images/flags/4x3/py.svg); }
  .fi-py.fis {
    background-image: url(/o/base-theme/images/flags/1x1/py.svg); }

.fi-qa {
  background-image: url(/o/base-theme/images/flags/4x3/qa.svg); }
  .fi-qa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/qa.svg); }

.fi-re {
  background-image: url(/o/base-theme/images/flags/4x3/re.svg); }
  .fi-re.fis {
    background-image: url(/o/base-theme/images/flags/1x1/re.svg); }

.fi-ro {
  background-image: url(/o/base-theme/images/flags/4x3/ro.svg); }
  .fi-ro.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ro.svg); }

.fi-rs {
  background-image: url(/o/base-theme/images/flags/4x3/rs.svg); }
  .fi-rs.fis {
    background-image: url(/o/base-theme/images/flags/1x1/rs.svg); }

.fi-ru {
  background-image: url(/o/base-theme/images/flags/4x3/ru.svg); }
  .fi-ru.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ru.svg); }

.fi-rw {
  background-image: url(/o/base-theme/images/flags/4x3/rw.svg); }
  .fi-rw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/rw.svg); }

.fi-sa {
  background-image: url(/o/base-theme/images/flags/4x3/sa.svg); }
  .fi-sa.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sa.svg); }

.fi-sb {
  background-image: url(/o/base-theme/images/flags/4x3/sb.svg); }
  .fi-sb.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sb.svg); }

.fi-sc {
  background-image: url(/o/base-theme/images/flags/4x3/sc.svg); }
  .fi-sc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sc.svg); }

.fi-sd {
  background-image: url(/o/base-theme/images/flags/4x3/sd.svg); }
  .fi-sd.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sd.svg); }

.fi-se {
  background-image: url(/o/base-theme/images/flags/4x3/se.svg); }
  .fi-se.fis {
    background-image: url(/o/base-theme/images/flags/1x1/se.svg); }

.fi-sg {
  background-image: url(/o/base-theme/images/flags/4x3/sg.svg); }
  .fi-sg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sg.svg); }

.fi-sh {
  background-image: url(/o/base-theme/images/flags/4x3/sh.svg); }
  .fi-sh.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh.svg); }

.fi-si {
  background-image: url(/o/base-theme/images/flags/4x3/si.svg); }
  .fi-si.fis {
    background-image: url(/o/base-theme/images/flags/1x1/si.svg); }

.fi-sj {
  background-image: url(/o/base-theme/images/flags/4x3/sj.svg); }
  .fi-sj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sj.svg); }

.fi-sk {
  background-image: url(/o/base-theme/images/flags/4x3/sk.svg); }
  .fi-sk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sk.svg); }

.fi-sl {
  background-image: url(/o/base-theme/images/flags/4x3/sl.svg); }
  .fi-sl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sl.svg); }

.fi-sm {
  background-image: url(/o/base-theme/images/flags/4x3/sm.svg); }
  .fi-sm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sm.svg); }

.fi-sn {
  background-image: url(/o/base-theme/images/flags/4x3/sn.svg); }
  .fi-sn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sn.svg); }

.fi-so {
  background-image: url(/o/base-theme/images/flags/4x3/so.svg); }
  .fi-so.fis {
    background-image: url(/o/base-theme/images/flags/1x1/so.svg); }

.fi-sr {
  background-image: url(/o/base-theme/images/flags/4x3/sr.svg); }
  .fi-sr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sr.svg); }

.fi-ss {
  background-image: url(/o/base-theme/images/flags/4x3/ss.svg); }
  .fi-ss.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ss.svg); }

.fi-st {
  background-image: url(/o/base-theme/images/flags/4x3/st.svg); }
  .fi-st.fis {
    background-image: url(/o/base-theme/images/flags/1x1/st.svg); }

.fi-sv {
  background-image: url(/o/base-theme/images/flags/4x3/sv.svg); }
  .fi-sv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sv.svg); }

.fi-sx {
  background-image: url(/o/base-theme/images/flags/4x3/sx.svg); }
  .fi-sx.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sx.svg); }

.fi-sy {
  background-image: url(/o/base-theme/images/flags/4x3/sy.svg); }
  .fi-sy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sy.svg); }

.fi-sz {
  background-image: url(/o/base-theme/images/flags/4x3/sz.svg); }
  .fi-sz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sz.svg); }

.fi-tc {
  background-image: url(/o/base-theme/images/flags/4x3/tc.svg); }
  .fi-tc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tc.svg); }

.fi-td {
  background-image: url(/o/base-theme/images/flags/4x3/td.svg); }
  .fi-td.fis {
    background-image: url(/o/base-theme/images/flags/1x1/td.svg); }

.fi-tf {
  background-image: url(/o/base-theme/images/flags/4x3/tf.svg); }
  .fi-tf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tf.svg); }

.fi-tg {
  background-image: url(/o/base-theme/images/flags/4x3/tg.svg); }
  .fi-tg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tg.svg); }

.fi-th {
  background-image: url(/o/base-theme/images/flags/4x3/th.svg); }
  .fi-th.fis {
    background-image: url(/o/base-theme/images/flags/1x1/th.svg); }

.fi-tj {
  background-image: url(/o/base-theme/images/flags/4x3/tj.svg); }
  .fi-tj.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tj.svg); }

.fi-tk {
  background-image: url(/o/base-theme/images/flags/4x3/tk.svg); }
  .fi-tk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tk.svg); }

.fi-tl {
  background-image: url(/o/base-theme/images/flags/4x3/tl.svg); }
  .fi-tl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tl.svg); }

.fi-tm {
  background-image: url(/o/base-theme/images/flags/4x3/tm.svg); }
  .fi-tm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tm.svg); }

.fi-tn {
  background-image: url(/o/base-theme/images/flags/4x3/tn.svg); }
  .fi-tn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tn.svg); }

.fi-to {
  background-image: url(/o/base-theme/images/flags/4x3/to.svg); }
  .fi-to.fis {
    background-image: url(/o/base-theme/images/flags/1x1/to.svg); }

.fi-tr {
  background-image: url(/o/base-theme/images/flags/4x3/tr.svg); }
  .fi-tr.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tr.svg); }

.fi-tt {
  background-image: url(/o/base-theme/images/flags/4x3/tt.svg); }
  .fi-tt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tt.svg); }

.fi-tv {
  background-image: url(/o/base-theme/images/flags/4x3/tv.svg); }
  .fi-tv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tv.svg); }

.fi-tw {
  background-image: url(/o/base-theme/images/flags/4x3/tw.svg); }
  .fi-tw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tw.svg); }

.fi-tz {
  background-image: url(/o/base-theme/images/flags/4x3/tz.svg); }
  .fi-tz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/tz.svg); }

.fi-ua {
  background-image: url(/o/base-theme/images/flags/4x3/ua.svg); }
  .fi-ua.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ua.svg); }

.fi-ug {
  background-image: url(/o/base-theme/images/flags/4x3/ug.svg); }
  .fi-ug.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ug.svg); }

.fi-um {
  background-image: url(/o/base-theme/images/flags/4x3/um.svg); }
  .fi-um.fis {
    background-image: url(/o/base-theme/images/flags/1x1/um.svg); }

.fi-us {
  background-image: url(/o/base-theme/images/flags/4x3/us.svg); }
  .fi-us.fis {
    background-image: url(/o/base-theme/images/flags/1x1/us.svg); }

.fi-uy {
  background-image: url(/o/base-theme/images/flags/4x3/uy.svg); }
  .fi-uy.fis {
    background-image: url(/o/base-theme/images/flags/1x1/uy.svg); }

.fi-uz {
  background-image: url(/o/base-theme/images/flags/4x3/uz.svg); }
  .fi-uz.fis {
    background-image: url(/o/base-theme/images/flags/1x1/uz.svg); }

.fi-va {
  background-image: url(/o/base-theme/images/flags/4x3/va.svg); }
  .fi-va.fis {
    background-image: url(/o/base-theme/images/flags/1x1/va.svg); }

.fi-vc {
  background-image: url(/o/base-theme/images/flags/4x3/vc.svg); }
  .fi-vc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vc.svg); }

.fi-ve {
  background-image: url(/o/base-theme/images/flags/4x3/ve.svg); }
  .fi-ve.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ve.svg); }

.fi-vg {
  background-image: url(/o/base-theme/images/flags/4x3/vg.svg); }
  .fi-vg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vg.svg); }

.fi-vi {
  background-image: url(/o/base-theme/images/flags/4x3/vi.svg); }
  .fi-vi.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vi.svg); }

.fi-vn {
  background-image: url(/o/base-theme/images/flags/4x3/vn.svg); }
  .fi-vn.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vn.svg); }

.fi-vu {
  background-image: url(/o/base-theme/images/flags/4x3/vu.svg); }
  .fi-vu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/vu.svg); }

.fi-wf {
  background-image: url(/o/base-theme/images/flags/4x3/wf.svg); }
  .fi-wf.fis {
    background-image: url(/o/base-theme/images/flags/1x1/wf.svg); }

.fi-ws {
  background-image: url(/o/base-theme/images/flags/4x3/ws.svg); }
  .fi-ws.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ws.svg); }

.fi-ye {
  background-image: url(/o/base-theme/images/flags/4x3/ye.svg); }
  .fi-ye.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ye.svg); }

.fi-yt {
  background-image: url(/o/base-theme/images/flags/4x3/yt.svg); }
  .fi-yt.fis {
    background-image: url(/o/base-theme/images/flags/1x1/yt.svg); }

.fi-za {
  background-image: url(/o/base-theme/images/flags/4x3/za.svg); }
  .fi-za.fis {
    background-image: url(/o/base-theme/images/flags/1x1/za.svg); }

.fi-zm {
  background-image: url(/o/base-theme/images/flags/4x3/zm.svg); }
  .fi-zm.fis {
    background-image: url(/o/base-theme/images/flags/1x1/zm.svg); }

.fi-zw {
  background-image: url(/o/base-theme/images/flags/4x3/zw.svg); }
  .fi-zw.fis {
    background-image: url(/o/base-theme/images/flags/1x1/zw.svg); }

.fi-arab {
  background-image: url(/o/base-theme/images/flags/4x3/arab.svg); }
  .fi-arab.fis {
    background-image: url(/o/base-theme/images/flags/1x1/arab.svg); }

.fi-cefta {
  background-image: url(/o/base-theme/images/flags/4x3/cefta.svg); }
  .fi-cefta.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cefta.svg); }

.fi-cp {
  background-image: url(/o/base-theme/images/flags/4x3/cp.svg); }
  .fi-cp.fis {
    background-image: url(/o/base-theme/images/flags/1x1/cp.svg); }

.fi-dg {
  background-image: url(/o/base-theme/images/flags/4x3/dg.svg); }
  .fi-dg.fis {
    background-image: url(/o/base-theme/images/flags/1x1/dg.svg); }

.fi-eac {
  background-image: url(/o/base-theme/images/flags/4x3/eac.svg); }
  .fi-eac.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eac.svg); }

.fi-es-ct {
  background-image: url(/o/base-theme/images/flags/4x3/es-ct.svg); }
  .fi-es-ct.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-ct.svg); }

.fi-es-ga {
  background-image: url(/o/base-theme/images/flags/4x3/es-ga.svg); }
  .fi-es-ga.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-ga.svg); }

.fi-es-pv {
  background-image: url(/o/base-theme/images/flags/4x3/es-pv.svg); }
  .fi-es-pv.fis {
    background-image: url(/o/base-theme/images/flags/1x1/es-pv.svg); }

.fi-eu {
  background-image: url(/o/base-theme/images/flags/4x3/eu.svg); }
  .fi-eu.fis {
    background-image: url(/o/base-theme/images/flags/1x1/eu.svg); }

.fi-gb-eng {
  background-image: url(/o/base-theme/images/flags/4x3/gb-eng.svg); }
  .fi-gb-eng.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-eng.svg); }

.fi-gb-nir {
  background-image: url(/o/base-theme/images/flags/4x3/gb-nir.svg); }
  .fi-gb-nir.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-nir.svg); }

.fi-gb-sct {
  background-image: url(/o/base-theme/images/flags/4x3/gb-sct.svg); }
  .fi-gb-sct.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-sct.svg); }

.fi-gb-wls {
  background-image: url(/o/base-theme/images/flags/4x3/gb-wls.svg); }
  .fi-gb-wls.fis {
    background-image: url(/o/base-theme/images/flags/1x1/gb-wls.svg); }

.fi-ic {
  background-image: url(/o/base-theme/images/flags/4x3/ic.svg); }
  .fi-ic.fis {
    background-image: url(/o/base-theme/images/flags/1x1/ic.svg); }

.fi-pc {
  background-image: url(/o/base-theme/images/flags/4x3/pc.svg); }
  .fi-pc.fis {
    background-image: url(/o/base-theme/images/flags/1x1/pc.svg); }

.fi-sh-ac {
  background-image: url(/o/base-theme/images/flags/4x3/sh-ac.svg); }
  .fi-sh-ac.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-ac.svg); }

.fi-sh-hl {
  background-image: url(/o/base-theme/images/flags/4x3/sh-hl.svg); }
  .fi-sh-hl.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-hl.svg); }

.fi-sh-ta {
  background-image: url(/o/base-theme/images/flags/4x3/sh-ta.svg); }
  .fi-sh-ta.fis {
    background-image: url(/o/base-theme/images/flags/1x1/sh-ta.svg); }

.fi-un {
  background-image: url(/o/base-theme/images/flags/4x3/un.svg); }
  .fi-un.fis {
    background-image: url(/o/base-theme/images/flags/1x1/un.svg); }

.fi-xk {
  background-image: url(/o/base-theme/images/flags/4x3/xk.svg); }
  .fi-xk.fis {
    background-image: url(/o/base-theme/images/flags/1x1/xk.svg); }

/* ---------- Base theme footer SCSS ---------- */
#zbnaFooterAccordion {
  width: 100%; }
  #zbnaFooterAccordion > div:nth-child(even) {
    border-bottom: 1px solid #999; }
  #zbnaFooterAccordion > div:last-child {
    border-bottom: 0; }

button:focus {
  outline: none; }

.footer-text {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0; }

.rate-this-page-bg {
  background-color: #333; }

.rate-this-page-padding {
  padding: 16px 0 0; }

.trademark-text {
  margin-bottom: 32px; }

.zbna-card-header .fa-chevron-down {
  height: 22px;
  transform: rotate(180deg);
  transition: transform 0.4s ease; }

.zbna-card-header-nav .collapsed .fa-chevron-down {
  transform: rotate(0deg); }

.zbna-card-header-nav .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.4s ease; }

.zbna-footer-bottom {
  background: #333;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  text-align: center; }

.zbna-footer-button-link {
  border: none;
  text-align: left;
  width: 100%; }
  .zbna-footer-button-link.collapsed {
    border-bottom: 1px solid #999; }

.zbna-footer-card-header .collapsed .fa-chevron-down {
  color: #fff;
  transform: rotate(0deg); }

.zbna-footer-card-header .collapsed:hover .fa-chevron-down, .zbna-footer-card-header .collapsed:focus .fa-chevron-down {
  color: #333; }

.zbna-footer-card-header .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.4s ease; }

.zbna-footer-column {
  display: flex;
  flex-direction: column; }
  .zbna-footer-column:last-of-type {
    text-align: center; }

.zbna-footer-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  padding: 5px 0; }

.zbna-footer-image {
  background-position: center;
  background-repeat: no-repeat;
  margin: 32px auto; }

.zbna-footer-image + .zbna-footer-heading, .zbna-footer-image + .zbna-mobile-footer-heading {
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 0; }

.zbna-footer-padding {
  padding: 8px 32px; }

.zbna-footer-router-text {
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px; }

.zbna-footer-top {
  background-color: #333;
  justify-content: space-between;
  padding: 32px 0; }

.zbna-footer-top-accordion {
  background-color: #333;
  padding: 32px 0 16px; }

.zbna-footer-wrapper {
  background: #333; }
  .zbna-footer-wrapper .portlet-content-editable {
    border-style: none; }

.zbna-mobile-footer-heading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 32px;
  padding: 4px 16px; }
  .zbna-mobile-footer-heading:focus, .zbna-mobile-footer-heading:hover, .zbna-mobile-footer-heading:active {
    background: #f2f2f2;
    color: #4d4d4d; }

.zbna-survey-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 0; }

@media (min-width: 992px) {
  .footer-router-heading {
    font-size: 18px;
    padding: 0; }
  .trademark-text:first-of-type {
    margin-bottom: 16px; }
  .trademark-text:last-of-type {
    display: flex;
    justify-content: space-between; }
  .zbna-footer-heading {
    padding: 0 0 16px; }
  .zbna-footer-image {
    margin: 0 auto 20px;
    width: 100%; }
  .zbna-survey-heading {
    padding: 0 0 16px; } }

.ad-img-desktop {
  display: none; }

.ad-img-mobile {
  display: block; }

.zbna-ad-dismiss-button {
  background: none;
  border: none;
  display: flex;
  padding: 4px;
  position: absolute;
  right: 4px;
  top: 4px; }
  .zbna-ad-dismiss-button svg {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8)); }
    .zbna-ad-dismiss-button svg line {
      stroke: #fff; }
  .zbna-ad-dismiss-button:focus {
    border-radius: 4px;
    opacity: 1; }
  .zbna-ad-dismiss-button:hover svg line {
    stroke-width: 3; }

.zbna-gen-marketing {
  margin: 16px 0 32px;
  position: relative; }
  .zbna-gen-marketing img {
    width: 100%; }
  .zbna-gen-marketing .yui3-widget {
    z-index: 1060 !important; }

.zbna-marketing-main:focus img {
  box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.8);
  opacity: 1; }

@media (min-width: 768px) {
  .ad-img-desktop {
    display: block; }
  .ad-img-mobile {
    display: none; }
  .zbna-gen-marketing {
    margin-top: 20px; } }

@media (min-width: 992px) {
  .zbna-gen-marketing {
    margin-top: 32px; } }

.get-started-setup {
  margin: 32px auto 64px;
  max-width: 1360px;
  padding-left: 4.4%;
  padding-right: 4.4%; }
  .get-started-setup li {
    padding-bottom: 16px; }
  .get-started-setup span {
    display: inline-block;
    margin-left: 15px;
    max-width: 558px;
    width: 80%; }
  .get-started-setup ul {
    list-style: none;
    padding-left: 0; }
  .get-started-setup .my-services-form-title {
    margin-bottom: 2rem; }
  .get-started-setup .zbna-button-cta {
    display: inherit;
    margin-top: 32px;
    padding: 4px 40px;
    width: 100%; }
  .get-started-setup .zbna-sign-in-text {
    margin-top: 1.5rem;
    text-align: center; }
  .get-started-setup .zbna-text-link {
    white-space: nowrap; }

.journal-content-article[data-analytics-asset-title="Get Started"] {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 4.4%;
  padding-right: 4.4%; }

@media (min-width: 576px) {
  .get-started-setup button.zbna-button-cta {
    width: auto; }
  .get-started-setup .zbna-sign-in-text {
    text-align: left; } }

/* ---------- Base theme help SCSS ---------- */
.browse-by-services {
  background: #f2f2f2; }

.browse-by-services a:focus p, .browse-by-services a:hover p {
  color: #fff; }

.browse-by-services a:focus .service-icon-container .primary-color, .browse-by-services a:hover .service-icon-container .primary-color {
  fill: #fff; }

.browse-by-services a:focus .view-help-content, .browse-by-services a:hover .view-help-content {
  text-decoration: underline; }

.browse-by-services a:focus .zbna-browse-facet, .browse-by-services a:hover .zbna-browse-facet {
  box-shadow: 2px 4px 8px rgba(0, 9, 13, 0.4); }

.browse-gateway-help {
  margin: 32px 0; }

.faq-banner {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 32px 0;
  padding: 32px;
  text-align: center; }
  .faq-banner .faq-text {
    color: #333;
    font-size: 1.5rem; }
  .faq-banner .help-cta-buttons {
    margin: 0 auto; }
    .faq-banner .help-cta-buttons .link-button {
      border-radius: 36px; }

.faq-top-link a {
  color: #06c; }
  .faq-top-link a:hover, .faq-top-link a:focus {
    color: #06c;
    text-decoration: underline; }

.help-banner-greeting {
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0; }

.help-cta-buttons {
  align-items: center;
  display: flex;
  flex-direction: column; }
  .help-cta-buttons .link-button {
    border-style: solid;
    border-radius: 20px;
    border-width: 2px;
    box-shadow: 4px 8px 8px rgba(7, 13, 4, 0.4);
    font-size: 1.25rem;
    margin-bottom: 24px;
    text-align: center;
    padding: 4px 16px;
    width: 260px; }
    .help-cta-buttons .link-button:focus {
      border-color: #06c; }

.help-search-banner {
  background: #f2f2f2;
  padding: 32px 0; }
  .help-search-banner .service-subtitle {
    font-size: 0.875rem; }

.help-search-banner.help-services-banner {
  background: white;
  display: flex;
  flex-direction: column;
  padding-top: 0; }
  .help-search-banner.help-services-banner > div {
    flex: 1; }
  .help-search-banner.help-services-banner .help-search-bar {
    align-items: flex-end;
    display: flex;
    flex-direction: column; }
    .help-search-banner.help-services-banner .help-search-bar .zbna-search-help-input {
      border-radius: 4px !important; }
    .help-search-banner.help-services-banner .help-search-bar .zbna-search-button {
      border-radius: 0 4px 4px 0 !important;
      height: 48px;
      max-height: unset;
      max-width: unset;
      right: 0;
      top: 0; }

.help-search-banner.zbna-bg-primary h1, .help-search-banner.zbna-bg-primary h2 {
  color: #fff; }

.help-search-grandparent-folder::after {
  content: "\00a0 \00a0 \f105 \00a0 \00a0";
  font: normal normal normal 16px/1 FontAwesome; }

.help-search-subheading {
  color: #333;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0 auto 32px;
  max-width: 600px;
  text-align: center; }

.help-subsection {
  padding: 32px 8px; }

.kb-video-article-title strong {
  text-transform: capitalize; }

.kb-video-article-viewer {
  background: white;
  border: 1px solid #999;
  border-radius: 4px;
  display: flex;
  flex: 0 0 218px;
  flex-direction: column;
  margin-right: 10px;
  transition: all .5s; }
  .kb-video-article-viewer #circlePlaySVG {
    display: block; }
  .kb-video-article-viewer #whitePlaySVG {
    display: none; }
  .kb-video-article-viewer .kb-video-article-title {
    color: #06c;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.2rem;
    padding: 8px; }
    .kb-video-article-viewer .kb-video-article-title strong {
      color: #333; }
  .kb-video-article-viewer .kb-video-image {
    align-items: center;
    display: flex;
    height: 108px;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .kb-video-article-viewer .kb-video-image img {
      width: 100%; }
  .kb-video-article-viewer .svg-overlay {
    align-items: center;
    background: transparent;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .kb-video-article-viewer:hover #circlePlaySVG {
    display: none; }
  .kb-video-article-viewer:hover #whitePlaySVG {
    display: block; }
  .kb-video-article-viewer:hover .svg-overlay {
    opacity: 0.9; }

.online-training-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.online-training-img {
  flex: 1;
  margin: 0 16px; }
  .online-training-img img {
    max-width: 100%; }

.online-training-subtitle {
  margin: 0 auto 32px;
  max-width: 640px;
  text-align: center; }

.popular-post-container {
  background: #f2f2f2;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  height: 197px;
  width: 100%; }

.pp-control {
  height: 100%;
  border: none; }

.popular-post-slider {
  display: flex;
  overflow: hidden;
  padding: 16px 0;
  width: 100%; }

.service-icon-container .white-fill {
  fill: #fff; }

.zbna-browse-facet {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 9, 13, 0.4);
  display: flex;
  flex-direction: column;
  font-weight: 400;
  height: 140px;
  justify-content: space-evenly;
  margin: 16px 8px 0;
  padding: 16px 5px 12px; }
  .zbna-browse-facet p {
    color: #333;
    font-size: 0.875rem;
    font-weight: 600;
    height: 16px;
    line-height: 1.5; }
  .zbna-browse-facet .search-results-image-centered {
    margin: 0;
    max-height: 36px; }
  .zbna-browse-facet .view-help-content {
    color: #06c;
    font-size: 0.875rem;
    font-weight: 400; }

.zbna-column-articles {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .zbna-column-articles .kb-video-article-viewer {
    flex: 0 0 193px;
    margin-bottom: 18px;
    margin-right: 0;
    width: 255px; }
    .zbna-column-articles .kb-video-article-viewer .kb-video-image {
      height: 136px; }

.zbna-common-topics {
  margin-right: 2px; }

.zbna-common-topics-header {
  color: #333;
  font-size: 1.75rem;
  margin: 32px 0 16px; }
  .zbna-common-topics-header:first-of-type {
    margin-top: 0; }

@media (min-width: 576px) {
  .browse-by-services {
    padding: 32px 17px; }
  .faq-banner .help-cta-buttons .link-button {
    width: 346px; }
  .zbna-column-articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .zbna-column-articles .kb-video-article-viewer {
      flex: 0 0 255px;
      height: 193px;
      margin-right: 16px; } }

@media (min-width: 768px) {
  .help-subsection {
    padding: 32px 26px; }
  .help-search-subheading {
    font-size: 2rem;
    line-height: 2.5rem; }
  .form-title-registered-mark.help-registered-mark {
    font-size: 1.5rem; }
  .help-cta-buttons {
    margin-right: 32px; }
    .help-cta-buttons a:last-of-type {
      margin-bottom: 0; }
  .online-training-content {
    align-items: center;
    flex-direction: row;
    justify-content: center; }
  .online-training-img {
    align-items: center;
    display: flex;
    flex: 0 0 56%;
    justify-content: flex-end; }
  .zbna-browse-facet {
    font-size: 0.875rem; }
  .zbna-common-topics-header {
    font-size: 2rem; } }

@media (min-width: 992px) {
  .help-subsection {
    padding: 32px 36px 36px; }
  .help-search-subheading {
    font-size: 2.5rem;
    line-height: 3rem; }
  .help-search-banner .service-subtitle {
    font-size: 1rem; }
  .form-title-registered-mark.help-registered-mark {
    top: -1.1rem; }
  .online-training-img {
    flex: 0 0 598px; } }

@media (min-width: 1200px) {
  .help-search-banner.help-services-banner {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between; }
  .help-search-services.zbna-max-1360-wrapper {
    padding-left: 4.4%;
    padding-right: 4.4%; }
  .online-training-img {
    flex: 0 0 720px; }
  .zbna-browse-facet {
    font-size: 1rem; } }

/* ---------- Base theme highlight content portlet SCSS ---------- */
#tutorialModal {
  padding: 0 !important;
  width: 100%; }
  #tutorialModal .modal-dialog {
    max-width: 96%;
    width: 100%; }

.zbna-highlight-content {
  border-radius: 4px;
  display: flex;
  padding: 16px; }
  .zbna-highlight-content .highlight-content-body {
    font-size: 0.875rem; }
    .zbna-highlight-content .highlight-content-body p {
      margin-bottom: 0; }
    .zbna-highlight-content .highlight-content-body .zbna-text-link {
      font-size: inherit; }
  .zbna-highlight-content .highlight-content-icon {
    margin-right: 8px; }

.zbna-tutorial-body {
  padding: 0 58px; }
  .zbna-tutorial-body .carousel-control-next {
    margin-right: 105px; }
  .zbna-tutorial-body .carousel-control-prev {
    margin-left: 105px; }
  .zbna-tutorial-body .carousel-indicators {
    margin-bottom: 10px; }
  .zbna-tutorial-body .carousel-item:last-of-type p {
    padding: 0 100px; }
  .zbna-tutorial-body .fa {
    font-size: 1.5rem;
    opacity: 1;
    padding: 4px 0; }
  .zbna-tutorial-body h5 {
    font-weight: 600; }
  .zbna-tutorial-body p {
    margin-bottom: 48px; }
  .zbna-tutorial-body .tutorial-img {
    height: 290px;
    margin: 0 auto 32px;
    width: auto; }
  .zbna-tutorial-body .zbna-carousel-control {
    margin-bottom: 0;
    padding: 0; }

.zbna-tutorial-modal {
  box-shadow: 2px 2px 4px rgba(1, 9, 10, 0.239);
  margin: 100px auto;
  max-width: 640px;
  text-align: center; }

.zbna-tutorial-footer {
  border: none;
  padding-top: 0; }
  .zbna-tutorial-footer .skip-tutorial {
    background: none;
    border: none;
    font-size: 1rem;
    margin: 0 auto;
    text-decoration: underline; }
    .zbna-tutorial-footer .skip-tutorial:focus {
      font-weight: 600; }

.zbna-tutorial-header {
  border: none;
  height: 25px; }
  .zbna-tutorial-header .tg-tutorial-close {
    height: 12px;
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px; }

@media (min-width: 992px) {
  .zbna-highlight-content {
    margin-bottom: 34px;
    margin-right: 0; } }

/* ---------- Base theme hyperlinks SCSS ---------- */
/* ---------- Don't Alpha Sort Pseudo-classes ---------- */
.taglib-search-iterator-page-iterator-bottom a {
  color: #1a1a1a; }

.zbna-breadcrumb-link {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline; }
  .zbna-breadcrumb-link:active {
    border: 1px solid #706500 !important;
    color: #8a0017 !important; }
  .zbna-breadcrumb-link:active, .zbna-breadcrumb-link:focus, .zbna-breadcrumb-link:hover {
    background-color: #f3f2e0;
    text-decoration: none; }

.zbna-footer-link {
  border-radius: 0;
  color: #f2f2f2;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  width: 100%; }
  .zbna-footer-link:visited {
    text-decoration: none; }
  .zbna-footer-link:hover, .zbna-footer-link:focus {
    background-color: #f2f2f2;
    color: #333;
    font-weight: 600;
    text-decoration: none; }
  .zbna-footer-link:active {
    background-color: #f2f2f2;
    color: #333;
    text-decoration: underline; }
  .zbna-footer-link:before {
    content: attr(data-text);
    display: block;
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

.zbna-main-nav-menu-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-main-nav-menu-link:hover, .zbna-main-nav-menu-link:focus, .zbna-main-nav-menu-link:active {
    border-bottom-style: solid;
    border-bottom-width: 8px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px; }

.zbna-main-nav-menu-link.active {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  padding-bottom: 20px;
  padding-right: 5px; }

.zbna-main-nav-menu-link.sign-in-link {
  border: none;
  padding-bottom: 0; }

.zbna-nav-menu-link {
  border-radius: 4px;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-nav-menu-link:hover {
    background-color: #4d4d4d;
    color: #fff;
    font-weight: 600;
    text-decoration: none; }
  .zbna-nav-menu-link:focus {
    background-color: #4d4d4d;
    color: #fff;
    font-weight: 600;
    text-decoration: none; }
  .zbna-nav-menu-link:active {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: underline; }

.zbna-nav-menu-info-link {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-nav-menu-info-link:active {
    text-decoration: underline; }

.zbna-nav-menu-li-link {
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-nav-menu-li-link:active {
    text-decoration: underline; }

.zbna-static-content-main-link {
  color: #06c;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-static-content-main-link:focus, .zbna-static-content-main-link:hover {
    color: #06c;
    text-decoration: underline; }
  .zbna-static-content-main-link:active {
    font-weight: 600;
    text-decoration: underline; }

.zbna-static-content-sub-link {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .zbna-static-content-sub-link:visited {
    text-decoration: underline; }
  .zbna-static-content-sub-link:hover, .zbna-static-content-sub-link:focus {
    text-decoration: underline; }
  .zbna-static-content-sub-link:active {
    font-weight: 600; }

.zbna-text-link, .zbna-text-link-secondary {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline; }
  .zbna-text-link:active, .zbna-text-link-secondary:active {
    border: 1px solid #706500;
    color: #8a0017; }
  .zbna-text-link:active, .zbna-text-link:focus, .zbna-text-link:hover, .zbna-text-link-secondary:active, .zbna-text-link-secondary:focus, .zbna-text-link-secondary:hover {
    background-color: #f3f2e0;
    text-decoration: none; }

@media (min-width: 992px) {
  .zbna-footer-link {
    border-radius: 4px;
    width: fit-content; } }

.kb-article-container .zbna-kb-article .kb-article-ratings {
  align-items: center;
  display: flex;
  margin-bottom: 32px; }

.kb-article-rating-buttons {
  display: flex; }
  .kb-article-rating-buttons button {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 100px; }

.kb-article-rating-text {
  color: #333;
  font-weight: 600;
  margin: 0 16px 0 0; }

.pdf-file-icon {
  margin-bottom: 16px; }

.pdf-guide-mobile .zbna-video-image-content {
  display: none; }

/* This class name is gibberish (pdf-highlight backwards) because of the way we do highlighting via character matching.
 * There should be no searches that match this string of characters causing issues with highlighting.
 */
.thgilhgih-fdp {
  background-color: #fff2a8; }

.zbna-article-assets .zbna-pdf-content {
  display: none; }

.zbna-article-assets .zbna-video-description,
.zbna-article-assets .zbna-video-title {
  display: none; }

.zbna-kb-article-body {
  position: relative;
  top: -32px; }

.zbna-kb-article-title {
  font-size: 1.5rem;
  font-weight: 600; }

.zbna-pdf-content {
  align-items: center;
  border-bottom: 2px solid #b3b3b3;
  border-left: none;
  border-right: none;
  border-top: 2px solid #b3b3b3;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  padding: 20px; }
  .zbna-pdf-content h3 {
    color: #333;
    font-size: 1.25rem; }
  .zbna-pdf-content img {
    display: none; }
  .zbna-pdf-content .pdf-display-hr {
    display: none; }

.zbna-pdf-date-modified {
  color: #06c;
  font-size: 0.75rem; }

.zbna-pdf-description {
  display: none; }

.zbna-pdf-title {
  align-items: center;
  color: #06c;
  display: inline-flex;
  flex-direction: column;
  justify-content: center; }
  .zbna-pdf-title:hover {
    color: #06c;
    text-decoration: underline; }

@media (min-width: 992px) {
  .pdf-guide-mobile {
    display: none; }
  .zbna-article-assets .zbna-pdf-content {
    display: flex; }
  .zbna-pdf-content {
    background: #f2f2f2;
    border: none;
    left: 105%;
    height: calc(100% + 32px);
    position: absolute;
    top: 0;
    width: 257px; }
    .zbna-pdf-content .pdf-display-hr {
      border-width: 2px;
      display: block;
      margin-top: 0; }
  .zbna-kb-article {
    min-height: 500px;
    position: relative;
    width: calc(100% - 304px); } }

/* ---------- Base theme main SCSS ---------- */
#layout-column_column-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: inherit; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, Ubuntu, Oxygen, Cantarell, Arial, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow-x: hidden; }

fieldset > legend.fieldset-legend {
  font-weight: 600;
  padding: 2rem 0;
  text-align: center; }

fieldset > legend.fieldset-legend > .legend {
  font-size: 1.5rem;
  line-height: 2rem; }

hr {
  background-color: #fff;
  height: 0.025rem;
  margin: 50px auto;
  width: 100%; }

input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="textarea"] {
  border: 1px #808080 solid;
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  min-height: 40px;
  padding: 4px 16px 7px; }
  input[type="email"]:focus, input[type="email"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="textarea"]:focus, input[type="textarea"]:hover {
    border-color: #06c;
    box-shadow: 0 0 4px rgba(0, 102, 204, 0.32); }
  input[type="email"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="text"]:disabled, input[type="textarea"]:disabled {
    background-color: #fff;
    border: 1px #808080 solid;
    box-shadow: none;
    opacity: .32; }
  input[type="email"]:read-only, input[type="password"]:read-only, input[type="search"]:read-only, input[type="text"]:read-only, input[type="textarea"]:read-only {
    background-color: #e6e6e6; }

input[type="email"].error-field, input[type="password"].error-field, input[type="text"].error-field,
input[type="textarea"].error-field {
  background-color: #f8e7eb;
  border-color: #c5252e;
  color: #8a0017; }

input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder, input[type="textarea"]::-ms-input-placeholder {
  color: #666; }

input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder,
input[type="text"]::placeholder, input[type="textarea"]::placeholder {
  color: #666; }

input[type="email"].success-field, input[type="password"].success-field, input[type="text"].success-field, input[type="textarea"].success-field {
  border-color: #257b2d; }

label.control-label {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }

label.control-label + div.btn-search-cancel {
  display: none; }

label.control-label.disabled, label[for].disabled {
  opacity: .32; }

label[for] {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }
  label[for]:disabled {
    opacity: .32; }

option {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem; }

select.form-control {
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem; }

.abs-right {
  position: relative; }

.alert-danger {
  border: 1px solid #c5252e;
  border-top: 0; }

.alert-success {
  border: 1px solid #257b2d;
  box-shadow: 2px 2px 4px #003d0a;
  position: absolute;
  right: 0;
  top: -9px;
  width: 100%; }

.bg-bottom-header header.portlet-topper {
  z-index: 1030; }

.bg-off-white {
  background-color: #fafafa; }

.button-main {
  border-radius: 4px;
  padding: 10px 20px; }

.breadcrumb-container {
  display: flex;
  align-items: baseline; }

.clear-search-svg-x {
  fill: none; }

.cursor-grab {
  cursor: grab; }

.cursor-grabbing {
  cursor: grabbing; }

.drop-down-sort-icon-padding {
  padding-top: .5rem; }

.fieldset-padding-wrapper {
  padding-left: 1rem;
  padding-right: 1rem; }

.full-width {
  width: 100% !important; }

.get-started-setup svg {
  float: left;
  margin-top: 5px; }

.get-started-setup .zbna-button-cta {
  margin: 0 auto;
  max-width: 360px; }

.half-div {
  display: inline-block;
  width: 50%; }

.has-error > label.control-label, .has-error > label[for] {
  color: #8a0017; }

.has-error .help-block {
  color: #8a0017; }

.lift-modal {
  z-index: 1050 !important; }

.link-white {
  color: #fff !important; }

.loading-icon {
  animation: loading-icon-animation 1.35s linear infinite;
  border-radius: 100%;
  box-sizing: border-box;
  height: 24px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  width: 24px; }
  .loading-icon:before {
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%; }

.loading-icon-bg {
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.loading-icon-padding {
  padding-bottom: 125px;
  padding-top: 100px; }

.modal-body {
  white-space: normal !important; }

.monospace {
  font-family: "Segoe UI Mono", Consolas, "Liberation Mono", "SFMono-Regular", Menlo, Roboto Mono, "Ubuntu Monospace", Oxygen Mono, "Courier New", monospace; }

.my-favorite-accounts-star-actionable {
  padding-right: 8px; }

.my-favorite-accounts-star-helper {
  font-size: 1rem;
  margin: 0 0 .25rem 0; }

.no-height {
  height: 0;
  max-height: 0; }

.no-margin {
  margin: 0; }

.no-padding, .portlet-column {
  padding: 0; }

.pointer {
  cursor: pointer; }

.logout-survey .rate-this-page__stars > .star-off:focus, .logout-survey .rate-this-page__stars > .star-on:focus, .logout-survey .rate-this-page__stars > .star-off > svg:focus,
.logout-survey .rate-this-page__stars > .star-on > svg:focus {
  outline-color: #e59900; }

.reveal-eye {
  font-size: 1.25rem;
  position: absolute;
  right: 1.5rem;
  top: 39px; }

.reveal-eye-anchor:focus, .reveal-eye-anchor:hover {
  text-shadow: 0 0 4px rgba(51, 51, 51, 0.6); }

.reveal-eye-input-padding {
  padding-right: 3rem !important; }

.row {
  margin: 0; }

.search-results-full-width {
  width: 100%; }

.search-results-image-centered {
  margin: 10px auto 32px; }

.search-results-no-results-message {
  font-size: 1.5rem; }

.search-results-text-centered {
  margin: 0 auto 16px; }

.taglib-large-text {
  font-size: large; }

.taglib-small-text {
  font-size: small; }

.yui3-skin-sam .yui3-widget-mask {
  z-index: 1050 !important; }

.zbna-alert-error-900 {
  background-color: #f8e7eb;
  border: 1px solid #c5252e;
  color: #8a0017; }

.zbna-alert-info-900 {
  background-color: #e7ebf6;
  border: 1px solid #3156b7;
  color: #002b80; }

.zbna-alert-success-900 {
  background-color: #e4f0e5;
  border: 1px solid #257b2d;
  color: #003d0a; }

.zbna-alert-warning-900 {
  background-color: #f3f2e0;
  border: 1px solid #706500;
  color: #52430E; }

.zbna-bg-black {
  background-color: #000; }

.zbna-bg-gray-900 {
  background-color: #1a1a1a; }

.zbna-bg-gray-800 {
  background-color: #333; }

.zbna-bg-gray-700 {
  background-color: #4d4d4d; }

.zbna-bg-gray-600 {
  background-color: #666; }

.zbna-bg-gray-500 {
  background-color: #808080; }

.zbna-bg-gray-400 {
  background-color: #999; }

.zbna-bg-gray-300 {
  background-color: #b3b3b3; }

.zbna-bg-gray-200 {
  background-color: #ccc; }

.zbna-bg-gray-100 {
  background-color: #e6e6e6; }

.zbna-bg-gray-50 {
  background-color: #f2f2f2; }

.zbna-bg-info {
  background-color: #e7ebf6; }

.zbna-bg-white {
  background-color: #fff; }

.zbna-border-info {
  border: 1px solid #3156b7; }

.zbna-breadcrumb-advanced-link-wrapper::after {
  bottom: 1px;
  content: "\f054 \00a0 \00a0";
  font: normal normal normal 12px/1 FontAwesome;
  position: relative; }

.zbna-breadcrumb-link-wrapper::before {
  content: "\f053 \00a0 \00a0";
  font: normal normal normal 12px/1 FontAwesome; }

.zbna-caption {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25rem; }

.zbna-card-subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem; }

.zbna-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem; }

.zbna-check-box-container .zbna-check-box-label:before {
  background-color: transparent;
  border-radius: 2px;
  color: transparent;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  height: 1rem;
  margin: 0 .5rem 0 0;
  width: 1rem; }

.zbna-check-box-container .zbna-check-box-label:focus, .zbna-check-box-container .zbna-check-box-label:hover {
  font-weight: 600; }

.zbna-check-box-container .zbna-check-box-label:focus:before, .zbna-check-box-container .zbna-check-box-label:hover:before {
  color: #fff; }

.zbna-check-box-container .zbna-check-box-label.checked:before {
  color: #fff; }

.zbna-check-box-container .zbna-check-box-label.checked:focus, .zbna-check-box-container .zbna-check-box-label.checked:hover {
  font-weight: 600; }

.zbna-check-box-label > span {
  position: relative;
  top: 1px; }

.zbna-discovery-wrapper {
  margin: 0 10px 32px;
  width: 340px; }

.zbna-form-failed-validation {
  color: #8a0017; }

.zbna-form-label {
  font-size: 1rem;
  font-weight: 600; }

.zbna-form-portlet-wrapper {
  background: white 0 0 no-repeat padding-box;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  box-shadow: 1px 1px 2px rgba(0, 5, 10, 0.32);
  margin: 2rem auto 100px auto;
  width: 90%; }

.zbna-form-subtitle {
  font-size: 1rem;
  line-height: 1.5rem; }

.zbna-form-title {
  color: #333;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 16px 0; }

.zbna-form-title-no-scale {
  font-size: 1.5rem;
  line-height: 1.75rem; }

.zbna-form-title-centered {
  margin: 0 auto; }

.zbna-full-width-gray {
  background: #f2f2f2 0 0 no-repeat padding-box; }

.zbna-gen-marketing-max-height {
  max-height: 200px; }

.zbna-header-profile-dropdown > div > .zbna-my-services-menu-item,
.zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item,
.zbna-nav-menu-link-mobile {
  background-color: transparent;
  border-left: 4px solid transparent;
  color: #333 !important;
  font-size: 1rem !important;
  font-weight: 400;
  padding: .5rem 1rem .5rem 2rem !important;
  text-decoration: none; }
  .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:active,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:active,
  .zbna-nav-menu-link-mobile:active {
    text-decoration: underline; }
  .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:active, .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:focus, .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:hover,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:active,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:focus,
  .zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:hover,
  .zbna-nav-menu-link-mobile:active,
  .zbna-nav-menu-link-mobile:focus,
  .zbna-nav-menu-link-mobile:hover {
    background: #e6e6e6 !important; }

.zbna-help-message {
  border-radius: 4px;
  bottom: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 205px;
  padding: 1rem;
  position: absolute;
  right: 0;
  width: 100%;
  word-break: break-word;
  word-spacing: 1px;
  z-index: 1000; }

.zbna-help-message-icon {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1000; }

.zbna-help-message-wrapper {
  position: absolute;
  right: 0;
  top: 28px;
  width: 100%;
  z-index: 1000; }

.zbna-impersonated-note {
  color: #F00;
  font-size: 20px;
  padding: 8px 0; }

.zbna-max-1360-wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 4.4%;
  padding-right: 4.4%; }

.zbna-max-width-220 {
  max-width: 220px; }

.zbna-mb-10 {
  margin-bottom: 10px; }

.zbna-mb-16 {
  margin-bottom: 1rem; }

.zbna-mb-20 {
  margin-bottom: 20px; }

.zbna-mb-32 {
  margin-bottom: 2rem !important; }

.zbna-mirrored-horizontal {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.zbna-mobile-menu-back-button > a {
  background-color: transparent;
  padding: .5rem 1rem; }
  .zbna-mobile-menu-back-button > a:focus, .zbna-mobile-menu-back-button > a:hover {
    border-radius: 4px;
    box-shadow: 2px 2px 4px 1px rgba(51, 51, 51, 0.4); }

.zbna-modal {
  z-index: 1050 !important; }
  .zbna-modal:focus {
    outline: none; }
  .zbna-modal .zbna-modal-content {
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 4px #01090a;
    padding: 0 32px; }
    .zbna-modal .zbna-modal-content .modal-body {
      padding: 16px 0 0; }
    .zbna-modal .zbna-modal-content .modal-header {
      border: none;
      padding: 0; }
      .zbna-modal .zbna-modal-content .modal-header h6 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 32px 0 0; }
      .zbna-modal .zbna-modal-content .modal-header .pull-right-content.btn-toolbar-content {
        display: none; }
    .zbna-modal .zbna-modal-content .modal-footer {
      border: none;
      justify-content: left;
      padding: 0; }
      .zbna-modal .zbna-modal-content .modal-footer button {
        margin-bottom: 32px;
        margin-right: 12px; }

.zbna-modal.yui3-widget.modal-dialog {
  left: 50% !important;
  margin: 0;
  position: fixed;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; }

.zbna-mr-16 {
  margin-right: 1rem; }

.zbna-mr-32 {
  margin-right: 2rem; }

.zbna-mt-16 {
  margin-top: 1rem; }

.zbna-mt-32 {
  margin-top: 2rem; }

.zbna-mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.zbna-mx-32 {
  margin-left: 2rem;
  margin-right: 2rem; }

.zbna-my-32 {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.zbna-overline {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: overline; }

.zbna-pad-all-10 {
  padding: 10px; }

.zbna-pad-bottom-8 {
  padding-bottom: .5rem; }

.zbna-pad-bottom-16 {
  padding-bottom: 16px; }

.zbna-pad-bottom-32 {
  padding-bottom: 32px; }

.zbna-pad-left-0 {
  padding-left: 0; }

.zbna-pad-left-16 {
  padding-left: 16px; }

.zbna-pad-left-32 {
  padding-left: 2rem; }

.zbna-pad-right-8 {
  padding-right: 8px; }

.zbna-pad-right-16 {
  padding-right: 16px; }

.zbna-pad-top-16 {
  padding-top: 16px; }

.zbna-pad-top-20 {
  padding-top: 1.25rem; }

.zbna-pad-top-30 {
  padding-top: 1.875rem; }

.zbna-pad-top-36 {
  padding-top: 2.25rem; }

.zbna-pad-x-16 {
  padding-left: 1rem;
  padding-right: 1rem; }

.zbna-pad-x-32 {
  padding-left: 2rem;
  padding-right: 2rem; }

.zbna-pad-y-8 {
  padding-bottom: 8px;
  padding-top: 8px; }

.zbna-pad-y-16 {
  padding-bottom: 16px;
  padding-top: 16px; }

.zbna-pad-y-32 {
  padding-bottom: 32px;
  padding-top: 32px; }

.zbna-profile-text-input-wrapper label .fa-question-circle {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 10px; }

.zbna-radio-button .radio-button-label:before {
  background-color: transparent;
  border: 2px #fff solid;
  border-radius: 8px;
  content: " ";
  display: inline-block;
  height: 14px;
  margin: 0 5px 0 0;
  width: 14px; }

.zbna-radio-button .radio-button-label:focus, .zbna-radio-button .radio-button-label:hover {
  font-weight: 600; }

.zbna-radio-button .radio-button-label.checked:focus, .zbna-radio-button .radio-button-label.checked:hover {
  font-weight: 600; }

.zbna-search-clear {
  position: absolute;
  z-index: 995; }

.zbna-search-clear > a:focus > svg > line, .zbna-search-clear > a:hover > svg > line {
  stroke-width: 3; }

.zbna-search-clear-filter {
  right: 60px;
  top: 6px; }

.zbna-search-clear-help {
  right: 50px;
  top: 9px; }

.zbna-search-button {
  height: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  padding: 6px .5rem;
  width: 2.5rem; }

.zbna-search-button-icon {
  font-size: 1.5rem; }

.zbna-search-button-stacked {
  z-index: 995; }

.zbna-search-filter-button {
  max-width: 3.25rem;
  width: 3.25rem; }

.zbna-search-filter-input {
  padding-right: 1.75rem !important; }

.zbna-search-help-button {
  border-radius: 20px !important;
  position: absolute;
  right: 20px;
  top: 4px; }

.zbna-search-help-input {
  border-radius: 30px !important;
  min-height: 3rem !important;
  padding-right: 4.5rem !important;
  width: 100%; }

.zbna-select-dropdown-border {
  border: 1px solid #808080;
  border-radius: .25rem; }
  .zbna-select-dropdown-border:focus, .zbna-select-dropdown-border:hover {
    border-color: #06c;
    box-shadow: 0 0 4px rgba(0, 102, 204, 0.32); }

.zbna-select-dropdown-border > .btn {
  padding: 2px 1rem 6px 1rem; }

.zbna-select-dropdown-border .dropdown-menu {
  border: 1px solid #808080;
  border-radius: .25rem;
  max-width: 100%;
  padding: 0;
  width: 100%;
  z-index: 1010; }
  .zbna-select-dropdown-border .dropdown-menu:focus, .zbna-select-dropdown-border .dropdown-menu:hover {
    border-color: #06c;
    box-shadow: 0 0 4px rgba(0, 102, 204, 0.32); }

.zbna-select-dropdown-border .dropdown-menu::after {
  padding-top: 0; }

.zbna-select-dropdown-border .dropdown-menu .dropdown-item {
  color: #333;
  padding: .25rem 1rem; }
  .zbna-select-dropdown-border .dropdown-menu .dropdown-item:focus, .zbna-select-dropdown-border .dropdown-menu .dropdown-item:hover {
    background-color: #f2f2f2; }
  .zbna-select-dropdown-border .dropdown-menu .dropdown-item:active {
    color: #333; }

.zbna-select-dropdown-border .dropdown-menu .dropdown-item.active:focus, .zbna-select-dropdown-border .dropdown-menu .dropdown-item.active:hover {
  color: #fff; }

.zbna-select-input-text-size {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem; }

.zbna-select-selected-item {
  height: 30px; }

.zbna-services-zbna-help-message {
  left: 70px;
  margin-left: -60px; }

.zbna-services-zbna-help-message-icon {
  position: relative; }

.zbna-services-zbna-help-message-wrapper {
  left: 130px;
  top: 48px;
  width: auto; }

.zbna-small-icon {
  font: normal normal normal 12px/1 FontAwesome;
  padding: 0 5px 0 6px; }

.zbna-stripe-urgent-system-alerts-wrapper {
  background: #f3f2e0 0% 0% no-repeat padding-box;
  box-shadow: 0 1px 0 #52430E;
  opacity: 1; }

.zbna-stripe-urgent-system-alerts-wrapper .btn {
  display: none; }

.zbna-stripe-urgent-system-alerts-wrapper section.portlet {
  margin-bottom: 0; }

.zbna-stripe-urgent-system-alerts-wrapper section.portlet .portlet-content-editable {
  border-width: 0 1px; }

.zbna-text-alert {
  color: #8a0017; }

.zbna-text-black {
  color: #000; }

.zbna-text-gray-900 {
  color: #1a1a1a; }

.zbna-text-gray-800 {
  color: #333; }

.zbna-text-gray-700 {
  color: #4d4d4d; }

.zbna-text-gray-600 {
  color: #666; }

.zbna-text-gray-500 {
  color: #808080; }

.zbna-text-gray-400 {
  color: #999; }

.zbna-text-gray-300 {
  color: #b3b3b3; }

.zbna-text-gray-200 {
  color: #ccc; }

.zbna-text-gray-100 {
  color: #e6e6e6; }

.zbna-text-gray-50 {
  color: #f2f2f2; }

.zbna-text-gray-alternate {
  color: #f0f0f0; }

.zbna-text-green-alternate {
  color: #00b300; }

.zbna-text-info {
  color: #002b80; }

.zbna-text-white {
  color: #fff; }

.zbna-toast-alert-wrapper {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 67px;
  width: 100%; }

.zbna-validation-error-anchor-text {
  font-weight: bold;
  text-decoration: underline; }

.zbna-validation-portlet-wrapper .zbna-validation-form-field .form-group {
  margin-bottom: 0; }

.zbna-validation-portlet-wrapper .zbna-validation-form-field .help-block {
  margin-bottom: 16px; }

.zbna-video-heading {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 5px 0; }

.zbna-video-subheading {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0; }

.zbna-video-watch-button {
  border: solid 1px #fff !important;
  margin: 15px 0 0; }

.zbna-yui3-skin-sam > .zbna-modal-wrapper > .yui3-widget-modal {
  z-index: 1050 !important; }

@media (min-width: 576px) {
  .abs-right {
    position: absolute;
    right: 0;
    width: auto; }
  .zbna-help-message {
    right: 10px;
    width: 300px; }
  .zbna-services-zbna-help-message-wrapper {
    left: 370px;
    top: 12px; } }

@media (min-width: 768px) {
  #layout-column_column-3 {
    flex-wrap: nowrap; }
  fieldset > legend.fieldset-legend > .legend {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  .alert-success {
    margin-right: 4.4%;
    width: auto; }
  .fieldset-padding-wrapper {
    padding-left: 2rem;
    padding-right: 2rem; }
  .search-results-no-results-message {
    font-size: 1.75rem; }
  .zbna-discovery-wrapper {
    width: 310px; }
  .zbna-form-title {
    font-size: 1.75rem;
    line-height: 2.25rem; } }

@media (min-width: 992px) {
  #layout-column_column-3 {
    flex-direction: column; }
  fieldset > legend.fieldset-legend > .legend {
    font-size: 2rem;
    line-height: 2.5rem; }
  .search-results-no-results-message {
    font-size: 2rem; }
  .zbna-discovery-wrapper {
    margin: 0 0 32px;
    width: 100%; }
  .zbna-form-portlet-wrapper {
    width: 70%; }
  .zbna-form-title {
    font-size: 2rem;
    line-height: 2.5rem; }
  .zbna-toast-alert-wrapper {
    top: 130px; } }

@media (min-width: 1200px) {
  .zbna-form-portlet-wrapper {
    max-width: 900px;
    width: 60%; }
  .zbna-toast-alert-wrapper {
    left: calc((100% - 1200px) / 2);
    max-width: 1200px; } }

@keyframes loading-icon-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ---------- Base video modals SCSS ---------- */
.modal-content.zbna-video-modal {
  background: transparent;
  border: none;
  left: 50%;
  overflow: visible;
  padding: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; }
  .modal-content.zbna-video-modal .modal-body {
    padding: 0;
    position: relative;
    overflow: visible; }
    .modal-content.zbna-video-modal .modal-body p {
      display: none; }
    .modal-content.zbna-video-modal .modal-body .close {
      color: #fff;
      font-size: 2rem;
      opacity: 1;
      position: absolute;
      right: -0.4rem;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
      top: -3rem; }
      .modal-content.zbna-video-modal .modal-body .close:focus {
        box-shadow: 0 0 0 0.2rem #007bff; }

.zbna-modal.zbna-credentials-modal p {
  margin-bottom: 0; }

.zbna-modal.zbna-credentials-modal .modal-footer {
  margin: 0 0 32px; }
  .zbna-modal.zbna-credentials-modal .modal-footer p {
    font-weight: 600;
    margin: 16px 0 0; }
  .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar {
    flex-direction: column;
    margin-top: 32px;
    width: 100%; }
    .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button {
      margin: 0;
      font-weight: 700;
      width: 100%; }
      .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button:nth-child(2) {
        font-weight: normal;
        margin-top: 20px; }

.zbna-modal.zbna-credentials-modal .modal-header {
  height: unset; }

@media (min-width: 576px) {
  .zbna-modal.zbna-credentials-modal {
    width: 480px !important; }
    .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar {
      flex-direction: row; }
      .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button {
        width: fit-content;
        margin: 0 16px 0 0; }
        .zbna-modal.zbna-credentials-modal .modal-footer .btn-toolbar button:nth-child(2) {
          margin-top: 0; } }

@media (min-width: 768px) {
  .modal-content.zbna-video-modal {
    width: 640px; } }

/* ---------- Base theme navbar SCSS ---------- */
.announce-circle {
  background-color: #f3f2e0;
  border: 1px solid #706515;
  border-radius: 4px;
  color: #52430e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25em;
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px; }

.announcementsIcon:focus, .announcementsIcon:hover, .announcementsIcon.notification:focus, .announcementsIcon.notification:hover {
  width: 188px; }

.top-nav-icon-default-color {
  transition: color 1s step-end; }

.bg-bottom-header {
  height: 62px; }

.bg-bottom-header .portlet, .bg-top-header .portlet, .zbna-gen-marketing-portlet .portlet {
  margin-bottom: 0; }

.bg-top-header {
  height: 40px; }

.contactIcon:focus, .contactIcon:hover {
  width: 105px; }

.desktop-navigation-links {
  align-items: center; }

.expanded + .zbna-my-services-menu {
  width: 636px; }

.greeting-text {
  font-size: 1rem;
  font-weight: 400; }
  .greeting-text span {
    font-weight: 600; }

.header-image {
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 160px; }

.helpIcon:focus, .helpIcon:hover {
  width: 80px; }

.hide-action-items-dropdown {
  display: none; }

.hide-profile-dropdown {
  display: none; }

.mobile-menu-submenu {
  transition: all 0.3s linear; }

.mobile-menu-submenu-collapsed {
  transform: translate(999px, 0);
  width: 0; }

.mobile-menu-submenu-expanded {
  width: 100%; }

.nav-close-btn {
  display: block;
  font-size: 40px; }

.nav-icon-wrapper {
  display: inline-block;
  position: relative; }
  .nav-icon-wrapper:not(:first-of-type) {
    padding-left: 32px; }

.nav-link-height {
  margin-top: 14px; }

.nav-link-height-sign-in {
  margin-top: 6px; }

.side-announce-circle {
  background-color: #f3f2e0;
  border: 1px solid #706515;
  border-radius: 4px;
  color: #52430e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25em;
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px; }

.sidenav {
  background-color: #f2f2f2;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s linear;
  transform: translateX(100vw);
  width: 100%;
  z-index: 1010; }
  .sidenav a {
    color: #333;
    display: block;
    font-size: 20px;
    text-decoration: none; }
  .sidenav .closebtn {
    font-size: 40px;
    font-weight: bold; }

.sidenav.sidebar-expanded {
  transform: translateX(0); }

.sidenav-container-row {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 61px; }

.top-header-icons {
  height: 32px; }

.top-nav {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between; }

.top-nav-icons {
  border-radius: 4px;
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  height: 32px;
  overflow: hidden;
  padding: 4px;
  transition: width 1s ease, background-color 1s step-end, color 1s step-end;
  white-space: nowrap;
  width: 25px; }
  .top-nav-icons:after {
    content: attr(data-language); }
  .top-nav-icons:focus, .top-nav-icons:hover {
    transition: width 1s ease; }
    .top-nav-icons:focus:after, .top-nav-icons:hover:after {
      content: attr(data-language); }
  .top-nav-icons:focus > .top-nav-icon-default-color, .top-nav-icons:hover > .top-nav-icon-default-color {
    transition: color 1s step-start; }
  .top-nav-icons.notification {
    width: 30px; }
    .top-nav-icons.notification:before {
      background: #c5252e;
      border: 1px solid #fff;
      border-radius: 50%;
      content: "";
      height: 10px;
      left: 17px;
      position: absolute;
      top: 8px;
      width: 10px; }

.top-nav-icons-ann-circle {
  fill: #8a0017;
  stroke: #fff; }

.top-nav-icons-ann-circle-fill-clear {
  fill: none; }

.top-nav-icons-ann-circle-stroke-clear {
  stroke: none; }

.top-nav-icons-svg-p-fix-with {
  bottom: 3px;
  position: relative; }

.top-nav-icons-svg-p-fix-without {
  bottom: 1px;
  position: relative; }

.top-nav-icons-text {
  display: none;
  padding-left: 5px; }
  .top-nav-icons-text:hover {
    transition: 0.8s; }

.zbna-action-items-alert-icon {
  color: #8a0017; }

.zbna-action-items-box {
  border-radius: 4px;
  margin: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .zbna-action-items-box .zbna-notification-text {
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 4px;
    color: #333;
    display: flex;
    font-size: 1rem;
    margin-bottom: 8px;
    padding: 8px; }
    .zbna-action-items-box .zbna-notification-text:focus, .zbna-action-items-box .zbna-notification-text:hover {
      border-color: #06c; }
      .zbna-action-items-box .zbna-notification-text:focus .notification-title, .zbna-action-items-box .zbna-notification-text:hover .notification-title {
        text-decoration: underline; }
    .zbna-action-items-box .zbna-notification-text .notification-title {
      color: #06c; }

.zbna-action-items-main {
  right: calc(50% - 232px);
  width: 464px; }

.zbna-bottom-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 60px; }
  .zbna-bottom-nav .zbna-dropdown-menu {
    position: absolute;
    right: 0;
    top: 53px; }

.zbna-card-header-nav > a {
  border-left: 4px solid transparent; }

.zbna-card-header-nav > a[aria-expanded="true"] {
  background: #e6e6e6; }

.zbna-desktop-menu-item-close {
  background: transparent;
  border: none;
  bottom: 12px;
  color: inherit;
  font-size: 1rem;
  position: relative; }

.zbna-header-dropdown-icon {
  font-size: 16px; }

.zbna-header-dropdown-menu {
  display: block;
  text-align: left; }
  .zbna-header-dropdown-menu:hover .zbna-profile-dropdown-content {
    display: block; }

.zbna-header-dropdown-menu-content {
  background: #f2f2f2 0 0% no-repeat padding-box !important;
  box-shadow: 0 0 4px rgba(0, 5, 10, 0.4);
  list-style-type: none;
  position: absolute;
  right: 0;
  z-index: 1010; }
  .zbna-header-dropdown-menu-content a {
    display: block; }

.zbna-header-heading-icon {
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.zbna-header-menu-pre-bold::before {
  content: attr(data-text);
  display: block;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.zbna-header-menu-pre-bold.zbna-my-profile-header-menu-main-link::before {
  content: "" " " attr(data-text);
  font-family: "FontAwesome"; }

.zbna-header-menu-pre-bold.action-items-filled::before {
  content: attr(data-text) "  " "";
  font-family: "FontAwesome"; }

.zbna-header-profile-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.zbna-logo {
  margin-right: auto; }
  .zbna-logo:focus {
    outline: 2px solid #06c; }

.zbna-logout-button:focus {
  outline: 2px solid #06c; }

.zbna-mobile-menu-activator-link {
  background: none;
  border: none;
  box-shadow: 0 0 0 1px transparent;
  color: #fff;
  display: block;
  height: 35px;
  padding: 0;
  width: fit-content; }
  .zbna-mobile-menu-activator-link:focus, .zbna-mobile-menu-activator-link:hover {
    box-shadow: 0 0 0 1px #0066cc; }
  .zbna-mobile-menu-activator-link svg {
    fill: #fff;
    height: 40px; }

.zbna-mobile-menu-activator-link > .fa-bars:before {
  bottom: 1px;
  font-size: 31px;
  position: relative; }

.zbna-mobile-menu-activator-link > .fa-times:before {
  bottom: 6px;
  position: relative; }

.zbna-mobile-menu-full-length-wrapper {
  background-color: #f2f2f2;
  height: 100vh;
  padding-top: 10px; }

.zbna-mobile-menu-sub-header-bar {
  font-size: 1.25rem; }

.zbna-my-profile-menu {
  width: 264px; }

.zbna-my-profile-menu-item {
  border-left: 4px solid transparent;
  color: #333;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-right: 20px;
  white-space: nowrap;
  width: 100%; }
  .zbna-my-profile-menu-item:focus, .zbna-my-profile-menu-item:hover {
    background: #e6e6e6;
    color: #333; }

.zbna-my-services {
  max-width: 341px; }

.zbna-my-services-menu {
  width: 341px; }

.zbna-my-services-flyout-menu {
  background: #f2f2f2;
  box-shadow: 0 0 4px rgba(0, 5, 10, 0.4);
  clip-path: inset(0 -4px -4px 0);
  left: 100%;
  min-height: 100% !important;
  max-width: 315px;
  overflow-y: auto;
  padding-top: 20px;
  position: absolute;
  top: 0;
  width: 100%; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin,
.zbna-my-services-menu-item {
  border-left: 4px solid transparent;
  color: #333;
  line-height: 1.75rem;
  opacity: 1;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:focus,
.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:hover,
.zbna-my-services-menu-item:focus,
.zbna-my-services-menu-item:hover {
  background: #e6e6e6;
  color: #333;
  opacity: 1;
  text-decoration: none; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:active,
.zbna-my-services-menu-item:active {
  background: #e6e6e6;
  color: #333;
  text-decoration: underline; }

.zbna-my-services-menu-selected-item {
  color: #333;
  background: #e6e6e6;
  border-left: 4px solid transparent;
  text-decoration: underline;
  opacity: 1; }

.zbna-nav-links-margin {
  margin-right: 20px;
  position: relative; }

.zbna-nav-menu-link-mobile {
  border-left: 4px solid transparent;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .zbna-nav-menu-link-mobile:hover, .zbna-nav-menu-link-mobile:focus {
    background: #e6e6e6; }

.zbna-side-nav-border {
  border-bottom: 1px solid #ccc; }

.zbna-sign-out {
  bottom: 2px;
  position: relative; }

.zbna-top-header-menu-item-full {
  font-size: 1rem;
  font-weight: 400; }
  .zbna-top-header-menu-item-full:focus, .zbna-top-header-menu-item-full:hover {
    background: #e6e6e6;
    color: #333;
    text-decoration: none; }
  .zbna-top-header-menu-item-full:active {
    text-decoration: underline; }

@media (min-width: 768px) {
  .mobile-menu-submenu-collapsed {
    transform: translate(1199px, 0); } }

@media (min-width: 992px) {
  .bg-bottom-header {
    height: 80px; }
  .header-image {
    height: 48px;
    width: 226px; }
  .zbna-action-items-box {
    margin: 32px; }
  .zbna-bottom-nav {
    min-height: 80px; } }

@media (min-width: 1200px) {
  .header-image {
    width: 250px; } }

@media print {
  .header-image {
    display: list-item;
    font-size: 25rem;
    list-style-position: inside;
    position: relative;
    print-color-adjust: exact;
    top: -80px;
    -webkit-print-color-adjust: exact;
    z-index: 1060; } }

/* ---------- Base theme profile SCSS ---------- */
.my-services-cancel-button {
  background-color: #fff;
  margin-right: 3px; }

.my-services-edit-remove-icon {
  background: inherit;
  border: none;
  color: #636624;
  font-size: 14px; }
  .my-services-edit-remove-icon:focus > i, .my-services-edit-remove-icon:hover > i {
    box-shadow: 0 0 0 1px #0066cc; }

.my-services-enrolled-service {
  overflow: hidden;
  text-overflow: ellipsis; }

.my-services-form-title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem; }

.my-services-remove-modal-remove-text {
  font-size: 1.25rem;
  font-weight: 600; }

.segmented-step-container {
  height: 34px;
  max-width: 1094px;
  position: relative;
  width: 100%; }

.step-node {
  background-color: #fff;
  box-shadow: 0 0 0 1px #333333;
  color: #333;
  height: 2rem;
  position: absolute; }

.step-node-active, .step-node-complete {
  font-weight: 600; }

.step-node-complete > .step-node-label:before {
  content: "\f05d";
  font: normal normal normal 16px/1 FontAwesome; }

.step-node-first {
  border-radius: 1rem 0 0 1rem; }

.step-node-label {
  height: 100%;
  line-height: 30px;
  width: 100%; }

.step-node-last {
  border-radius: 0 1rem 1rem 0; }

.zbna-enrolled-services-form {
  padding: 15px; }

.zbna-myservices-list-bg-dark {
  background-color: #f4f4f4; }

.zbna-myservices-list-bg-light {
  background-color: #fff; }

.zbna-myservices-list-text {
  font-size: 1rem;
  padding: .5rem 1.5rem .5rem 1rem; }

.zbna-profile-setup-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem; }

.zbna-progress-bar {
  counter-reset: step;
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }
  .zbna-progress-bar li {
    float: left;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    min-width: 96px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize; }
    .zbna-progress-bar li:after {
      border-top: 1px #333 solid !important;
      content: '';
      height: 0;
      left: -33px;
      position: absolute;
      top: 15px;
      width: 66px;
      z-index: auto; }
    .zbna-progress-bar li:before {
      border-radius: 50%;
      content: counter(step);
      counter-increment: step;
      display: block;
      height: 32px;
      line-height: 28px;
      margin: 0 auto 5px auto;
      text-align: center;
      width: 32px; }
    .zbna-progress-bar li:first-child:after {
      content: none; }
    .zbna-progress-bar li.zbna-node {
      color: #333; }
      .zbna-progress-bar li.zbna-node:before {
        background: #fff;
        border: 1px #333 solid;
        color: #333; }
    .zbna-progress-bar li.zbna-node-active:after, .zbna-progress-bar li.zbna-node-active:before {
      line-height: 26px; }
    .zbna-progress-bar li.zbna-node-active + .zbna-node:after, .zbna-progress-bar li.zbna-node-active-complete + .zbna-node:after {
      top: 14px; }
    .zbna-progress-bar li.zbna-node-active-complete:after, .zbna-progress-bar li.zbna-node-active-complete:before {
      line-height: 29px !important; }
    .zbna-progress-bar li.zbna-node-active-complete:before {
      content: "\f00c";
      font: normal normal normal 16px/1 FontAwesome; }

@media (min-width: 576px) {
  .my-services-form-title {
    font-size: 2.5rem;
    line-height: 3rem; }
  .zbna-progress-bar li {
    min-width: 160px; }
    .zbna-progress-bar li:after {
      left: -64px;
      width: 128px; } }

@media (min-width: 768px) {
  .zbna-profile-setup-heading {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  .zbna-progress-bar li {
    min-width: 220px; }
    .zbna-progress-bar li:after {
      left: -94px;
      width: 189px; } }

@media (min-width: 992px) {
  .my-services-form-title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem; }
  .zbna-profile-setup-heading {
    font-size: 2rem;
    line-height: 2.5rem; }
  .zbna-progress-bar li {
    min-width: 230px; }
    .zbna-progress-bar li:after {
      left: -100px;
      width: 200px; } }

.submenu-anchor {
  display: block;
  position: relative; }

.quick-links-container #ellipsisIcon {
  align-items: center;
  display: flex;
  justify-content: center; }

.quick-links-container .fa-circle {
  color: #b3b3b3;
  font-size: .5rem;
  padding: 2px; }

.quick-links-link {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  margin: 0 40px 8px 0;
  position: relative; }
  .quick-links-link.zbna-text-link.active {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none; }
  .quick-links-link span {
    display: inline-block;
    max-width: 212px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.quick-links-sub-menu {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 4px rgba(0, 5, 10, 0.4);
  max-width: 300px;
  padding: 16px 32px;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 300px;
  z-index: 1010; }
  .quick-links-sub-menu a {
    border: 1px solid transparent;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .quick-links-sub-menu button {
    bottom: 20px;
    font-size: 1.2rem;
    left: 30px;
    position: relative; }
    .quick-links-sub-menu button:focus i {
      outline: 1px solid #06c; }

.zbna-dashboard-header {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  .zbna-dashboard-header button {
    background: transparent;
    border: none;
    color: #06c;
    font-size: 0.875rem;
    margin-top: 4px; }
    .zbna-dashboard-header button:focus {
      outline: 2px solid #06c; }
  .zbna-dashboard-header h1 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 0; }

.zbna-dashboard-quick-links {
  margin-bottom: 2rem; }

@media (min-width: 576px) {
  .zbna-dashboard-header h1 {
    font-size: 1.5rem; } }

@media (min-width: 768px) {
  .submenu-anchor {
    display: inline; }
  .quick-links-sub-menu {
    top: 150%; } }

@media (min-width: 992px) {
  .zbna-dashboard-quick-links {
    margin-right: 2rem; } }

/* ---------- Base theme help-search SCSS ---------- */
.filter-panel-category {
  display: inline-block;
  font-weight: 600;
  height: 100%;
  line-height: 24px;
  padding: 12px 8px;
  width: 100%; }
  .filter-panel-category:active, .filter-panel-category:focus, .filter-panel-category:hover {
    outline: none;
    text-decoration: underline; }

.filter-panel-entry-child a {
  display: inline-block;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
  width: 100%; }
  .filter-panel-entry-child a:active {
    color: #fff; }
  .filter-panel-entry-child a:focus, .filter-panel-entry-child a:hover {
    text-decoration: underline; }

.filter-panel-entry-parent.filter-panel-entry-selected a:after {
  bottom: 16px; }

.filter-panel-entry-selected {
  color: #fff; }
  .filter-panel-entry-selected a:after {
    border-radius: 50%;
    background: #fff;
    bottom: 12px;
    content: "\f00c";
    font: normal normal 15px/1 "FontAwesome";
    line-height: 16px;
    position: absolute;
    right: 8px;
    width: 16px; }

.filter-pill {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: 0 8px 8px 0;
  max-width: 100%;
  padding: 0 .5rem; }
  .filter-pill .pill-text {
    display: inline-block;
    margin: 0 5px 0 0;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; }

.help-search-results {
  padding: 0; }

.icon-chevron-down::before {
  align-items: center;
  content: "\f107";
  display: flex;
  justify-content: center; }

.icon-chevron-up::before {
  bottom: 1px;
  content: "\f106";
  position: relative;
  left: 3px; }

.lookahead-results {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  bottom: 35px;
  box-shadow: 1px 1px 2px rgba(0, 9, 13, 0.4);
  color: #666;
  font-weight: 600;
  margin-top: 6px;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1000; }

.lookahead-results-inner-container {
  width: 100%; }
  .lookahead-results-inner-container a {
    color: #06c;
    font-weight: 400; }
    .lookahead-results-inner-container a:active {
      font-weight: 600; }
    .lookahead-results-inner-container a:active, .lookahead-results-inner-container a:hover, .lookahead-results-inner-container a:focus {
      color: #06c;
      text-decoration: underline; }
  .lookahead-results-inner-container .row {
    display: block; }
    .lookahead-results-inner-container .row:not(:last-of-type) {
      margin-bottom: 16px; }
  .lookahead-results-inner-container span {
    color: #333;
    font-weight: 400; }
    .lookahead-results-inner-container span:before {
      content: "\00a0- "; }

.lookahead-results-outer-container {
  height: 0; }

.lookahead-results-title {
  color: #666;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: capitalize; }

.narrow-results {
  display: none;
  font-size: 1.25rem; }

.no-search-results img {
  width: 156px; }

.no-results-parent {
  pointer-events: none; }

.panel-category-icon {
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 16px; }

.result-full-width {
  margin-bottom: 32px;
  width: 100%; }

.results-article-description {
  margin: 0 0 8px; }
  .results-article-description:empty {
    display: none; }

.results-article-title {
  border: 1px solid transparent;
  font-weight: 600;
  margin: 8px 0; }

.results-by-type-container {
  border-radius: 4px;
  margin-bottom: 32px;
  position: relative; }
  .results-by-type-container .panel-overlay {
    background: rgba(247, 247, 247, 0.7);
    height: 102%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100.5%;
    z-index: 1000; }

.results-by-type-container > div {
  position: relative; }

.results-container-title {
  border-bottom: 1px solid #333;
  font-weight: 600;
  padding: 8px 0; }

@media (min-width: 576px) {
  .no-search-results img {
    width: 180px; } }

@media (min-width: 768px) {
  .no-search-results img {
    width: 200px; } }

@media (min-width: 992px) {
  .help-search-results {
    padding: 0 15px; }
  .narrow-results {
    display: block;
    font-size: 1.25rem;
    text-transform: capitalize; }
  .no-search-results img {
    width: 240px; }
  .results-by-type-container .panel-overlay {
    width: 101%; } }

@media (min-width: 1200px) {
  .narrow-results {
    font-size: 2rem; } }

/* ---------- Base theme session inactivity notice SCSS ---------- */
/* ------------- Don't alpha sort hover/focus/active psuedo-classes */
.lfr-notification-container {
  left: unset;
  max-width: 640px;
  padding-left: 0;
  padding-right: 0;
  right: 0; }
  .lfr-notification-container .alert-warning {
    background: #f3f2e0;
    border: 1px solid #52430E;
    box-shadow: 1px 2px 4px rgba(82, 67, 0, 0.4);
    color: #52430E; }
    .lfr-notification-container .alert-warning .alert-link {
      align-items: center;
      background: #fff;
      border: 2px solid #52430E;
      color: #52430E;
      display: flex;
      height: 40px;
      margin: 16px 16px 16px 0; }
      .lfr-notification-container .alert-warning .alert-link:hover {
        background: #E0E0E0;
        box-shadow: 2px 4px 4px rgba(0, 5, 10, 0.4);
        text-decoration: none; }
      .lfr-notification-container .alert-warning .alert-link:focus {
        border-color: #06c;
        text-decoration: none; }
      .lfr-notification-container .alert-warning .alert-link:active {
        background: #E0E0E0;
        border: 2px solid #52430E;
        box-shadow: none; }
  .lfr-notification-container .close {
    position: absolute;
    top: 6px;
    right: 6px; }
    .lfr-notification-container .close svg {
      pointer-events: none; }
  .lfr-notification-container .lfr-notification-wrapper {
    height: unset !important; }
  .lfr-notification-container strong.lead {
    font-weight: 600; }
  .lfr-notification-container .session-text-link {
    align-items: center;
    border-radius: 4px;
    color: #52430E;
    display: flex;
    font-size: 1.25rem;
    font-weight: 600;
    height: 40px;
    margin-top: 16px;
    padding: 4px 16px;
    text-decoration: none; }
    .lfr-notification-container .session-text-link:hover {
      background: #fff;
      border-color: #fff;
      box-shadow: 2px 2px 4px rgba(0, 5, 10, 0.4);
      color: #52430E; }
    .lfr-notification-container .session-text-link:focus {
      background: #fff;
      border: 2px solid #06c;
      color: #52430E;
      text-decoration: none; }
    .lfr-notification-container .session-text-link:active {
      background: none;
      border: none;
      box-shadow: none;
      color: #52430E; }

.zbna-timeout-wrapper .alert {
  padding-right: 40px; }

@media (min-width: 768px) {
  .lfr-notification-container {
    right: 1.25rem; } }

h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem; }

h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem; }

h3 {
  color: #666;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem; }

h4 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem; }

h5 {
  color: #666;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem; }

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem; }

.font-size-900 {
  font-size: 2rem; }

.font-size-700 {
  font-size: 1.75rem; }

.font-size-500 {
  font-size: 1.5rem; }

.font-size-300 {
  font-size: 1.25rem; }

.font-size-200, .font-size-100 {
  font-size: 1rem; }

.font-size-50 {
  font-size: .75rem; }

.font-weight-700 {
  font-weight: 700; }

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

.font-weight-400 {
  font-weight: 400; }

.line-height-900 {
  line-height: 2.5rem; }

.line-height-700 {
  line-height: 2.25rem; }

.line-height-500 {
  line-height: 2rem; }

.line-height-300 {
  line-height: 1.75rem; }

.line-height-200, .line-height-100 {
  line-height: 1.5rem; }

.line-height-50 {
  line-height: 1.25rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem; }
  h2 {
    font-size: 2rem;
    line-height: 2.5rem; }
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  h4 {
    font-size: 1.5rem;
    line-height: 2rem; }
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem; }
  h6 {
    font-size: 1rem;
    line-height: 1.5rem; }
  .font-size-900 {
    font-size: 2.5em; }
  .font-size-700 {
    font-size: 2rem; }
  .font-size-500 {
    font-size: 1.75rem; }
  .font-size-300 {
    font-size: 1.5rem; }
  .font-size-200 {
    font-size: 1.25rem; }
  .line-height-900 {
    line-height: 3rem; }
  .line-height-700 {
    line-height: 2.5rem; }
  .line-height-500 {
    line-height: 2.25rem; }
  .line-height-300 {
    line-height: 2rem; }
  .line-height-200 {
    line-height: 1.75rem; } }

@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 3.75rem; }
  h2 {
    font-size: 2.5rem;
    line-height: 3rem; }
  h3 {
    font-size: 2rem;
    line-height: 2.5rem; }
  .font-size-900 {
    font-size: 3em; }
  .font-size-700 {
    font-size: 2.5rem; }
  .font-size-500 {
    font-size: 2rem; }
  .line-height-900 {
    line-height: 3.75rem; }
  .line-height-700 {
    line-height: 3rem; }
  .line-height-500 {
    line-height: 2.5rem; } }

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* ---------- Colorado theme announcements SCSS ---------- */
.announcements-group-title {
  color: #001c46; }

.announcements-heading {
  color: #00337f; }

.zbna-announcement-container a {
  color: #00337f; }
  .zbna-announcement-container a:visited {
    color: #456aa1; }
  .zbna-announcement-container a:focus, .zbna-announcement-container a:hover {
    border: 1px solid #00337f;
    color: #00337f; }

/* ---------- Colorado theme basic SCSS ---------- */
fieldset > legend.fieldset-legend > .legend {
  color: #00337f; }

.button-main {
  background-color: #00337f;
  border: 1px solid #00337f;
  color: #fff; }
  .button-main:hover {
    background-color: #c41e3a;
    border-color: #c41e3a;
    color: #fff; }

.clear-search-svg-x {
  stroke: #00337f; }

.get-started-setup svg {
  color: #bac405; }

.loading-icon.zbna-icon-inner-gray {
  background: conic-gradient(#f2f2f2, #00337f); }
  .loading-icon.zbna-icon-inner-gray:before {
    background-color: #f2f2f2; }

.loading-icon.zbna-icon-inner-primary {
  background: conic-gradient(#00337f, #fff); }
  .loading-icon.zbna-icon-inner-primary:before {
    background-color: #00337f; }

.my-favorite-accounts-star {
  color: #e28c05; }

.my-favorite-accounts-star-actionable-highlight:focus > .my-favorite-accounts-star-actionable, .my-favorite-accounts-star-actionable-highlight:hover > .my-favorite-accounts-star-actionable {
  color: #fbb952; }

.page-item.active .page-link {
  background-color: #00337f; }

.rate-this-page__stars > .star-off > svg {
  stroke: #e28c05; }

.rate-this-page__stars > .star-on > svg {
  fill: #e28c05;
  stroke: #e28c05; }

.reveal-eye {
  color: #00337f; }

.search-results-no-results-message {
  color: #00337f; }

.tib-account-wrapper .tib-favorite-drag {
  border: 1px solid #e7ecf3; }

.tib-dashboard-header {
  border-bottom-color: #00337f; }

.user-preferences-radio {
  accent-color: #00337f;
  box-shadow: 0 0 0 0.1rem #00337f; }
  .user-preferences-radio:checked {
    background-color: #00337f;
    box-shadow: 0 0 0 0.1rem #00337f; }
  .user-preferences-radio:hover {
    background-color: #8ba2c4; }
  .user-preferences-radio:focus-visible {
    background-color: #8ba2c4; }

.zbna-bg-primary {
  background-color: #00337f; }

.zbna-bg-primary-25 {
  background-color: #e7ecf3; }

.zbna-bg-primary-200 {
  background-color: #8ba2c4; }

.zbna-bg-primary-350 {
  background-color: #456aa1; }

.zbna-bg-primary-750 {
  background-color: #001c46; }

.zbna-bg-primary-1000 {
  background-color: #00050c; }

.zbna-bg-primary-2 {
  background-color: #c41e3a; }

.zbna-bg-secondary {
  background-color: #bac405; }

.zbna-bg-secondary-25 {
  background-color: #f8f9e8; }

.zbna-bg-secondary-200 {
  background-color: #dfe48d; }

.zbna-bg-secondary-350 {
  background-color: #ccd449; }

.zbna-bg-secondary-750 {
  background-color: #666b03; }

.zbna-bg-secondary-1000 {
  background-color: #111201; }

.zbna-bg-secondary-2 {
  background-color: #e28c05; }

.zbna-bg-secondary-2-25 {
  background-color: #fcf4e8; }

.zbna-bg-secondary-2-200 {
  background-color: #f1ca8d; }

.zbna-bg-secondary-2-350 {
  background-color: #e9ab49; }

.zbna-bg-secondary-2-750 {
  background-color: #7c4d03; }

.zbna-bg-secondary-2-1000 {
  background-color: #150d01; }

.zbna-bg-secondary-3 {
  background-color: #442359; }

.zbna-bg-secondary-3-25 {
  background-color: #eeebef; }

.zbna-bg-secondary-3-200 {
  background-color: #aa9bb3; }

.zbna-bg-secondary-3-350 {
  background-color: #775f86; }

.zbna-bg-secondary-3-750 {
  background-color: #261431; }

.zbna-bg-secondary-3-1000 {
  background-color: #070409; }

.zbna-check-box-container .zbna-check-box-label:before {
  border: 1px #00337f solid; }

.zbna-check-box-container .zbna-check-box-label:focus:before, .zbna-check-box-container .zbna-check-box-label:hover:before {
  background-color: #8ba2c4; }

.zbna-check-box-container .zbna-check-box-label.checked:before {
  background-color: #00337f; }

.zbna-check-box-container .zbna-check-box-label.checked:focus:before, .zbna-check-box-container .zbna-check-box-label.checked:hover:before {
  background-color: #8ba2c4; }

.zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:active, .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:focus, .zbna-header-profile-dropdown > div > .zbna-my-services-menu-item:hover,
.zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:active,
.zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:focus,
.zbna-header-profile-dropdown > .journal-content-article > div > .zbna-my-services-menu-item:hover,
.zbna-nav-menu-link-mobile:active,
.zbna-nav-menu-link-mobile:focus,
.zbna-nav-menu-link-mobile:hover {
  border-left-color: #00337f; }

.zbna-mobile-menu-back-button > a {
  color: #00337f !important; }

.zbna-profile-text-input-wrapper label .fa-question-circle {
  color: #00337f; }

.zbna-radio-button .radio-button-label:before {
  box-shadow: 0 0 0 2px #00337f; }

.zbna-radio-button .radio-button-label:focus:before, .zbna-radio-button .radio-button-label:hover:before {
  background-color: #8ba2c4; }

.zbna-radio-button .radio-button-label.checked:before {
  background-color: #00337f; }

.zbna-radio-button .radio-button-label.checked:focus:before, .zbna-radio-button .radio-button-label.checked:hover:before {
  background-color: #8ba2c4; }

.zbna-select-dropdown-border .dropdown-menu .active {
  background-color: #e7ecf3; }
  .zbna-select-dropdown-border .dropdown-menu .active:focus, .zbna-select-dropdown-border .dropdown-menu .active:hover {
    background-color: #00337f; }

.zbna-text-primary {
  color: #00337f; }

.zbna-text-primary-25 {
  color: #e7ecf3; }

.zbna-text-primary-200 {
  color: #8ba2c4; }

.zbna-text-primary-350 {
  color: #456aa1; }

.zbna-text-primary-750 {
  color: #001c46; }

.zbna-text-primary-1000 {
  color: #00050c; }

.zbna-text-primary-2 {
  color: #c41e3a; }

.zbna-text-secondary {
  color: #bac405; }

.zbna-text-secondary-25 {
  color: #f8f9e8; }

.zbna-text-secondary-200 {
  color: #dfe48d; }

.zbna-text-secondary-350 {
  color: #ccd449; }

.zbna-text-secondary-750 {
  color: #666b03; }

.zbna-text-secondary-1000 {
  color: #111201; }

.zbna-text-secondary-2 {
  color: #e28c05; }

.zbna-text-secondary-2-25 {
  color: #fcf4e8; }

.zbna-text-secondary-2-200 {
  color: #f1ca8d; }

.zbna-text-secondary-2-350 {
  color: #e9ab49; }

.zbna-text-secondary-2-750 {
  color: #7c4d03; }

.zbna-text-secondary-2-1000 {
  color: #150d01; }

.zbna-text-secondary-3 {
  color: #442359; }

.zbna-text-secondary-3-25 {
  color: #eeebef; }

.zbna-text-secondary-3-200 {
  color: #aa9bb3; }

.zbna-text-secondary-3-350 {
  color: #775f86; }

.zbna-text-secondary-3-750 {
  color: #261431; }

.zbna-text-secondary-3-1000 {
  color: #070409; }

/* ---------- Colorado theme buttons SCSS ---------- */
/*------------Do not alpha sort pseudo classes -------------*/
.zbna-button-cta {
  background-color: #bac405;
  border-color: #111201;
  box-shadow: 2px 4px 4px rgba(17, 18, 1, 0.4);
  color: #111201; }
  .zbna-button-cta:hover {
    background-color: #dfe48d;
    box-shadow: 4px 8px 8px rgba(17, 18, 1, 0.4); }
  .zbna-button-cta:focus {
    background-color: #dfe48d;
    box-shadow: 4px 8px 8px rgba(17, 18, 1, 0.4); }
  .zbna-button-cta:active {
    background-color: #bac405;
    border-color: #111201;
    box-shadow: 2px 4px 4px rgba(17, 18, 1, 0.4);
    color: #111201; }

.zbna-button-cta-2 {
  border-color: #00050c;
  box-shadow: 2px 4px 4px rgba(0, 5, 12, 0.4);
  color: #00050c; }
  .zbna-button-cta-2:hover {
    background-color: #e7ecf3;
    box-shadow: 4px 8px 8px rgba(0, 5, 12, 0.4); }
  .zbna-button-cta-2:focus {
    background-color: #e7ecf3;
    box-shadow: 4px 8px 8px rgba(0, 5, 12, 0.4); }
  .zbna-button-cta-2:active {
    background: inherit;
    border-color: #00050c;
    box-shadow: 2px 4px 4px rgba(0, 5, 12, 0.4);
    color: #00050c; }

.zbna-button-cta-2.zbna-button-cta-2-header:hover {
  background-color: #e7ecf3;
  color: #111201; }

.zbna-button-cta-2.zbna-button-cta-2-header:focus {
  background-color: #e7ecf3;
  color: #111201; }

.zbna-button-cta-2.zbna-button-cta-2-header:active {
  background: none;
  border-color: #fff;
  color: #fff; }

.zbna-button-fab {
  background-color: #001c46;
  box-shadow: 4px 8px 8px rgba(0, 5, 12, 0.4); }
  .zbna-button-fab:hover {
    background-color: #00337f;
    box-shadow: 8px 16px 16px rgba(0, 5, 12, 0.4); }
  .zbna-button-fab:focus {
    background-color: #00337f;
    box-shadow: 8px 16px 16px rgba(0, 5, 12, 0.4); }
  .zbna-button-fab:active {
    background-color: #001c46;
    box-shadow: 4px 8px 8px rgba(0, 5, 12, 0.4); }

.zbna-button-primary {
  background-color: #00337f;
  border-color: #00337f;
  box-shadow: 1px 1px 1px rgba(0, 5, 12, 0.4); }
  .zbna-button-primary:hover {
    background-color: #001c46;
    border-color: #001c46;
    box-shadow: 2px 4px 4px rgba(0, 5, 12, 0.4); }
  .zbna-button-primary:focus {
    background-color: #001c46;
    box-shadow: 2px 4px 4px rgba(0, 5, 12, 0.4); }
  .zbna-button-primary:active {
    background-color: #00337f;
    border-color: #00337f;
    box-shadow: 1px 1px 1px rgba(0, 5, 12, 0.4); }

.zbna-button-secondary {
  border-color: #00337f;
  box-shadow: 1px 1px 1px rgba(0, 5, 12, 0.4);
  color: #00337f; }
  .zbna-button-secondary:hover {
    background-color: #e7ecf3;
    box-shadow: 2px 4px 4px rgba(0, 5, 12, 0.4); }
  .zbna-button-secondary:focus {
    background-color: #e7ecf3;
    box-shadow: 2px 4px 4px rgba(0, 5, 12, 0.4); }
  .zbna-button-secondary:active {
    border-color: #00337f;
    box-shadow: 1px 1px 1px rgba(0, 5, 12, 0.4);
    color: #00337f; }

.zbna-button-tertiary {
  color: #00337f; }
  .zbna-button-tertiary:hover {
    box-shadow: 2px 2px 4px rgba(0, 5, 12, 0.4); }
  .zbna-button-tertiary:focus {
    box-shadow: 2px 2px 4px rgba(0, 5, 12, 0.4); }
  .zbna-button-tertiary:active {
    color: #00337f; }

.zbna-search-button {
  background-color: #00337f;
  border-color: #00337f;
  color: #fff; }
  .zbna-search-button:active, .zbna-search-button:focus, .zbna-search-button:hover {
    border-color: #00337f !important;
    background-color: #00337f !important;
    color: #fff !important; }

/* ---------- colorado theme discover widget SCSS ---------- */
.zbna-carousel-control:focus {
  background-color: #e7ecf3; }

.zbna-panel-content {
  border: 1px solid #00337f; }

.zbna-panel-icons {
  color: #00337f; }
  .zbna-panel-icons:focus {
    background: #8ba2c4; }
    .zbna-panel-icons:focus i {
      color: #8ba2c4; }

/* ---------- Colorado theme footer SCSS ---------- */
.zbna-footer-image {
  background-image: url("../images/logo/white_logo.svg");
  height: 36px; }

/* ---------- Colorado theme general marketing SCSS ---------- */
.zbna-ad-dismiss-button:focus {
  background: #8ba2c4; }

/* ---------- Colorado theme help SCSS ---------- */
.browse-by-services a:focus .zbna-browse-facet, .browse-by-services a:hover .zbna-browse-facet {
  background-color: #00337f;
  border-color: #00337f; }

.kb-video-article-viewer #Ellipse_71 {
  fill: #00337f; }

.kb-video-article-viewer:hover .svg-overlay {
  background: #00337f; }

.help-cta-buttons .link-button {
  background: #bac405;
  border-color: #111201;
  color: #111201; }
  .help-cta-buttons .link-button:hover, .help-cta-buttons .link-button:focus {
    background: #dfe48d; }

.service-icon-container .primary-color {
  fill: #00337f; }

.zbna-common-topics-header {
  color: #111201; }

/* ---------- Colorado theme highlight content portlet SCSS ---------- */
.zbna-highlight-content {
  background: #e7ecf3;
  border: 1px solid #00337f; }
  .zbna-highlight-content .highlight-content-icon svg {
    fill: #00337f; }

.zbna-tutorial-footer .skip-tutorial {
  color: #456aa1; }

.zbna-tutorial-header .tg-tutorial-close svg {
  fill: #00337f; }

/* ---------- Colorado theme hyperlinks SCSS ---------- */
/* ---------- Don't Alpha Sort Pseudo-classes ---------- */
.zbna-breadcrumb-link {
  color: #00337f; }
  .zbna-breadcrumb-link:visited {
    color: #456aa1; }
  .zbna-breadcrumb-link:focus, .zbna-breadcrumb-link:hover {
    border: 1px solid #00337f;
    color: #00337f; }

.zbna-main-nav-menu-link:hover, .zbna-main-nav-menu-link:focus, .zbna-main-nav-menu-link:active {
  border-bottom-color: #bac405; }

.zbna-main-nav-menu-link.active {
  border-bottom-color: #bac405; }

.zbna-nav-menu-info-link {
  color: #00050c; }
  .zbna-nav-menu-info-link:active, .zbna-nav-menu-info-link:focus, .zbna-nav-menu-info-link:hover {
    background-color: #00337f;
    color: #e7ecf3; }

.zbna-nav-menu-li-link {
  color: #00337f; }
  .zbna-nav-menu-li-link:hover {
    background-color: #e7ecf3;
    border: 1px solid #456aa1; }
  .zbna-nav-menu-li-link:focus {
    background-color: #e7ecf3;
    border: 1px solid #456aa1; }
  .zbna-nav-menu-li-link:active {
    background-color: #e7ecf3;
    border: 1px solid #456aa1; }

.zbna-text-link {
  color: #00337f; }
  .zbna-text-link:visited {
    color: #456aa1; }
  .zbna-text-link:focus, .zbna-text-link:hover {
    border: 1px solid #00337f;
    color: #00337f; }

.zbna-text-link-secondary:focus, .zbna-text-link-secondary:hover {
  border: 1px solid #00337f;
  color: #00337f; }

/* ---------- Colorado theme knowledge base SCSS ---------- */
/* ---------- Colorado theme maps SCSS ---------- */
.checkbox input[type="checkbox"]:checked ~ label::before {
  background-color: #00337f; }

.filter-options input[type="checkbox"]:checked {
  accent-color: #00337f; }
  .filter-options input[type="checkbox"]:checked:hover {
    accent-color: #8ba2c4; }

/* ---------- Colorado theme navbar SCSS ---------- */
.bg-bottom-header {
  background-color: #00337f; }

.bg-top-header {
  background-color: #001c46;
  color: #e7ecf3; }

.header-image {
  background-image: url("../images/logo/white_logo.svg"); }

.nav-link-height-sign-in {
  margin-top: 8px; }

.top-nav-icon-default-color {
  color: #e7ecf3; }

.top-nav-icons {
  color: #e7ecf3; }
  .top-nav-icons:hover, .top-nav-icons:focus {
    background-color: #e7ecf3;
    color: #001c46; }
  .top-nav-icons:focus > .top-nav-icon-default-color, .top-nav-icons:hover > .top-nav-icon-default-color {
    color: #001c46; }
  .top-nav-icons.notification::before {
    border-color: #e7ecf3; }

.zbna-card-header-nav > a[aria-expanded="true"] {
  border-left-color: #00205c; }

.zbna-card-header-nav .collapsed {
  background-color: transparent;
  color: #00337f; }
  .zbna-card-header-nav .collapsed:focus, .zbna-card-header-nav .collapsed:hover {
    background-color: #00337f;
    color: #e7ecf3; }

.zbna-mobile-menu-activator-link {
  margin-top: 4px; }

.zbna-mobile-menu-sub-header-bar {
  background-color: #00337f;
  color: #e7ecf3; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin,
.zbna-my-services-menu-item {
  color: #00050c; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:focus,
.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:hover,
.zbna-my-services-menu-item:focus,
.zbna-my-services-menu-item:hover {
  border-left-color: #00337f; }

.zbna-my-services-menu-item > .journal-content-article > .zbna-panel-links-margin:hover,
.zbna-my-services-menu-item:focus,
.zbna-my-services-menu-item:hover {
  border-left-color: #00337f; }

.zbna-my-services-menu-selected-item {
  border-left-color: #00337f; }

.zbna-navbar-pipe {
  color: #00337f; }

.zbna-top-header-menu-item-full:active, .zbna-top-header-menu-item-full:focus, .zbna-top-header-menu-item-full:hover {
  border-left-color: #00337f; }

@media print {
  .bg-bottom-header,
  .zbna-bottom-nav {
    background-color: transparent; }
  .header-image {
    background-image: none;
    list-style-image: url("../images/logo/footer_logo.svg"); } }

/* ---------- Colorado theme profile SCSS ---------- */
.my-services-edit-remove-icon {
  color: #00337f; }

.step-node-active {
  background-color: #f8f9e8; }

.step-node-active, .step-node-complete {
  box-shadow: 0 0 0 1px #111201;
  color: #111201; }

.step-node-complete {
  background-color: #bac405; }

.zbna-myservices-list-bg-dark {
  background-color: #e7ecf3; }

.zbna-profile-setup-heading {
  color: #00337f; }

.zbna-progress-bar li.zbna-node-active:after, .zbna-progress-bar li.zbna-node-active:before {
  background: #f8f9e8; }

.zbna-progress-bar li.zbna-node-active, .zbna-progress-bar li.zbna-node-active-complete {
  color: #111201; }
  .zbna-progress-bar li.zbna-node-active:after, .zbna-progress-bar li.zbna-node-active:before, .zbna-progress-bar li.zbna-node-active-complete:after, .zbna-progress-bar li.zbna-node-active-complete:before {
    border: 2px #111201 solid;
    color: #111201; }

.zbna-progress-bar li.zbna-node-active + .zbna-node:after, .zbna-progress-bar li.zbna-node-active-complete + .zbna-node:after {
  border: 0;
  border-top: 2px #111201 solid !important; }

.zbna-progress-bar li.zbna-node-active-complete:after, .zbna-progress-bar li.zbna-node-active-complete:before {
  background: #bac405; }

/* ---------- Colorado theme help-search SCSS ---------- */
.filter-panel-entry-child a:active {
  background-color: #00337f; }

.filter-panel-entry-child a:focus, .filter-panel-entry-child a:hover {
  background-color: #e7ecf3; }

.filter-panel-entry-child.filter-panel-entry-selected a:focus, .filter-panel-entry-child.filter-panel-entry-selected a:hover {
  background-color: #00337f; }

.filter-panel-entry-selected {
  background: #00337f; }
  .filter-panel-entry-selected a:after {
    color: #00337f; }

.filter-pill {
  background-color: #e7ecf3;
  border-color: #00337f;
  color: #00337f; }
  .filter-pill:focus, .filter-pill:hover {
    background-color: #00337f;
    color: #e7ecf3; }
  .filter-pill:active {
    background-color: #e7ecf3;
    color: #00337f; }

.panel-category-icon {
  background: #00337f; }

.results-by-type-container {
  border: 1px solid #00337f; }

.results-by-type-container > div:not(:last-child) {
  border-bottom: 1px solid #00337f; }

/* ---------- Colorado theme transaction search SCSS ---------- */
.ts-advanced-search {
  background: #e7ecf3; }

.ts-results-table thead tr th {
  background: #00337f; }

.ts-results-table .ts-table-link {
  color: #00337f; }

h1 {
  color: #00337f; }

h2 {
  color: #001c46; }

h6 {
  color: #00337f; }

/* ---------- Colorado quick links SCSS ---------- */
.quick-links-link.zbna-text-link.active {
  box-shadow: 0 10px 0 #00337f; }

.quick-links-sub-menu {
  border-color: #00337f; }
  .quick-links-sub-menu button {
    color: #00337f; }

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