@charset "UTF-8";
/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/sg-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/sg-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      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; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/sg-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

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

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

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  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(/sg-theme/css/../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; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

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

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

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

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

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

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

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/sg-theme/css/../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; }

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

.tab-back {
  float: right; }

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

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

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

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

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

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

.panel-hd {
  background: #c0c2c5 url(/sg-theme/css/../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; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    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; }

/* ---------- Menus ---------- */
.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(/sg-theme/css/../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; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/sg-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.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 .tree-node-over .tree-label {
  text-decoration: underline; }
.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; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() 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(/sg-theme/css/../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(/sg-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/sg-theme/css/../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; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/sg-theme/css/../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 .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie input.cke_dialog_ui_input_text {
  height: auto; }
.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0;
  position: relative; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

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

/* ---------- Navigation portlet ---------- */
.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(/sg-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.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(/sg-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() 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(/sg-theme/css/../images/application/button_bg_over.png); }

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

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

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

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/sg-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

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

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

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

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

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

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

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/sg-theme/css/../images/portlet/options_borderless.png); }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/sg-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/sg-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/sg-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/sg-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/sg-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/sg-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/sg-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

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

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.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; }

/* ---------- Status labels ---------- */
.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(/sg-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

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

/* ---------- Liferay messages ---------- */
.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(/sg-theme/css/../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(/sg-theme/css/../images/common/time.png); }

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

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

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.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; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.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(/sg-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/sg-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/sg-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/sg-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/sg-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/sg-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- 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(/sg-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    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; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right-width: 0; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

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

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

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

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

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

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

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

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

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

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  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, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

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

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

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

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

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

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

@-o-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 {
  background-image: -webkit-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-image: -moz-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-image: -o-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-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));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

@-o-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;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 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, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 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;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  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;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

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

#p_p_id_101_INSTANCE_mEXj5U4p7YTO_ .portlet-borderless-container {
  border-width: 0 !important;
  border-style: none !important; }

.portlet-borderless-container {
  border-width: 0 !important;
  border-style: none !important; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

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

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

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

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

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

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

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

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

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

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

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

#ss .wrapper, #ss .header__wrapper, #ss .nav__sub-list, #ss .aside__social, #ss .columns-icons__wrapper, #ss .columns-icons__list, #ss .columns-list__list, #ss .content .form-accordion__buttons, #ss .grid, #ss .grid--row .grid--container, #ss .list-text, #ss .map__modal-list, #ss .slider-text, #ss .table__row, #ss .table-accordion__hidden, #ss .table-accordion .table__row, #ss .table-accordion .table__cell {
  display: flex;
  flex-wrap: wrap; }

#ss [class^='icon-ss-']::before,
#ss [class*='icon-ss-']::before, #ss .nav, #ss .is-touch .sticky::before, #ss .footer__upper-to-top::after, .banner__wrapper, #ss .columns-icons__text strong::before, #ss .content .form-accordion__button, #ss .hero, #ss .list-columns__list, #ss .map__modal-item::before, #ss .pagination__link, #ss .search__dropdown-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

#ss .header__search, #ss .aside__nav-link, #ss .card--flex, #ss .card__image-figure, #ss .content__detail-icon-item, #ss .map__dashboard, #ss .map__current-location, #ss .map__modal-close, #ss .pagination, #ss .search-hero__wrapper, #ss .slider__text, #ss .toggle__view-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.banner__icons, #ss .card--hp.card-links .card__image, #ss .content__text-pagination {
  display: flex;
  flex-wrap: wrap; }

.banner__icons, #ss .content__text-pagination {
  justify-content: center; }

#ss .card--hp.card-links .card__image {
  justify-content: left;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .card--hp.card-links .card__image {
    justify-content: center;
    margin-bottom: 0; } }
#ss .container-fluid {
  display: flex;
  flex-direction: column; }

#ss .list-columns, #ss .map__modal-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

#ss .nav__hamburger, #ss .card--hp.card-links .card__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }

#ss .content__search-pagination, #ss .content__dropdown-wrapper, #ss .content__toggle-box, #ss .list-cards, #ss .list-links__list, #ss .toggle__switch-dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#ss .footer__wrapper, #ss .footer__lower, #ss .aside--right, #ss .content__detail-wrapper-inner, #ss .list-anchors__list, #ss .toggle, #ss .toggle__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

#ss .slider-reveal__text, #ss .table .cell--arrow i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

#ss .content__dropdown-container i, #ss .search__dropdown-wrapper-inner i, #ss .header__search-close, #ss .nav.open .nav__list-link::after, #ss .is-touch .sticky::before, #ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after, #ss .content__toggle .icon-ss-arrow-small, #ss .content__detail-dropdown-link i, #ss .hero__info::after, #ss .map-locations__link, #ss .table .cell--arrow, #ss .toggle__label::before, #ss .toggle__label::after {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%); }

#ss .skip-content, #ss .nav__list-link:hover::after, #ss .nav__list-link.active::after, #ss .footer__upper-to-top {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0); }

#ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .map, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text, #ss .header__wrapper, #ss .footer__wrapper, #ss .hero__info.open + .hero__list, #ss .x-center, #ss .list-columns__item-text, #ss .list-columns__item-text-big, #ss .map__modal-wrapper {
  margin-right: auto;
  margin-left: auto; }

#ss input[type=checkbox], #ss .header__search-input {
  left: -9999.9rem;
  position: absolute; }

#ss .columns-list:not(:last-of-type)::after, #ss .content__toggle::before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 3rem; }

#ss .columns-icons__column, #ss .columns-list__item, #ss .grid__item, #ss .list-links__item {
  width: 100%; }

@media (min-width: 48em) {
  #ss .columns-icons__column, #ss .columns-list__item, #ss .grid__item, #ss .list-links__item {
    width: 50%; } }
@media (min-width: 64em) {
  #ss .columns-icons__column, #ss .columns-list__item, #ss .grid__item, #ss .list-links__item {
    width: calc(100%/3);
    max-width: 33.32%; } }
#ss .content__wrapper.has-shadow, #ss .content__detail-wrapper.has-shadow, #ss .content .form-accordion__section-box .has-shadow, #ss .map {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1); }

#ss .aside.has-shadow, #ss .aside--small, #ss .aside__text-wrapper.has-shadow, #ss .aside .text--biggest.has-children.open, #ss .aside .text--biggest.has-menu.open, #ss .aside .text--biggest.open + .aside__list-wrapper, #ss .slider-text .has-shadow, #ss .toggle__filter.open + .toggle__switch {
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); }

#ss .content__dropdown, #ss .content__toggle-input[type=text], #ss .content__toggle-box-input, #ss .search__dropdown {
  background-color: #f0f0f0;
  border-radius: 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  max-height: 4rem; }

#ss .content__dropdown-container i, #ss .search__dropdown-wrapper-inner i {
  width: 4rem;
  height: 4rem;
  right: 0;
  pointer-events: none; }

#ss .content__dropdown-container i::before, #ss .search__dropdown-wrapper-inner i::before {
  color: #231F20;
  font-size: 20px;
  font-size: 2rem;
  transform: rotate(90deg); }

html:not(.accessibility) a, html:not(.accessibility) input,
html:not(.accessibility) button,
html:not(.accessibility) select,
html:not(.accessibility) textarea, html:not(.accessibility) [tabindex] {
  outline: 0; }

html:not(.accessibility) a:focus, html:not(.accessibility) input:focus,
html:not(.accessibility) button:focus,
html:not(.accessibility) select:focus,
html:not(.accessibility) textarea:focus, html:not(.accessibility) :focus[tabindex] {
  outline: inherit; }

html.accessibility a:focus, html.accessibility input:focus,
html.accessibility button:focus,
html.accessibility select:focus,
html.accessibility textarea:focus, html.accessibility :focus[tabindex] {
  outline: thin dotted black; }

#ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .map, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text, #ss .header__wrapper, #ss .footer__wrapper, #ss .hero__info.open + .hero__list {
  max-width: 90%; }

@media (min-width: 48em) {
  #ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .map, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text, #ss .header__wrapper, #ss .footer__wrapper, #ss .hero__info.open + .hero__list {
    max-width: 80%; } }
@media (min-width: 90em) {
  #ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .map, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text {
    max-width: 70%; } }
@media (min-width: 100em) {
  #ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .map, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text {
    max-width: 65%; } }
#ss .container-fluid {
  min-height: 100%; }

#ss .wrapper {
  flex: 1 0 auto; }

#ss .footer {
  flex-shrink: 0; }

#ss {
  font-size: 62.5%; }

#ss.accessibility__font {
  font-size: 67.5%; }

@media (min-width: 90em) {
  #ss.accessibility__font {
    font-size: 70.5%; } }
#ss body {
  font-family: "Roboto";
  letter-spacing: 0.03em; }

#ss h1,
#ss .alpha,
#ss h2,
#ss .beta,
#ss h3,
#ss .gamma,
#ss h4,
#ss .delta,
#ss .page-parent,
#ss .tagline,
#ss .tagline--big,
#ss .subtitle--big {
  color: #231F20; }

#ss h1,
#ss .alpha {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: -0.05rem;
  line-height: 3.5rem; }

@media (min-width: 64em) {
  #ss h1,
  #ss .alpha {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 5.2rem; } }
#ss h2,
#ss .beta {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: -0.02rem; }

@media (min-width: 64em) {
  #ss h2,
  #ss .beta {
    font-size: 30px;
    font-size: 3rem;
    line-height: 3.6rem; } }
#ss h3,
#ss .gamma {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: 0; }

@media (min-width: 64em) {
  #ss h3,
  #ss .gamma {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 3.3rem; } }
#ss h4,
#ss .delta {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.3rem; }

@media (min-width: 64em) {
  #ss h4,
  #ss .delta {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.6rem; } }
#ss .epsilon {
  font-size: 24px;
  font-size: 2.4rem;
  color: #231F20;
  font-family: "Roboto";
  font-weight: 700;
  letter-spacing: 0.025em; }

@media (min-width: 64em) {
  #ss .epsilon {
    font-size: 32px;
    font-size: 3.2rem; } }
#ss .zeta {
  color: #4b822F;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-decoration: underline; }

@media (min-width: 64em) {
  #ss .zeta {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5rem; } }
#ss .page-parent {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-family: "Roboto";
  letter-spacing: 0; }

@media (min-width: 64em) {
  #ss .page-parent {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5rem; } }
#ss .tagline {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Roboto";
  letter-spacing: 0; }

@media (min-width: 64em) {
  #ss .tagline {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.6rem; } }
#ss .tagline--big {
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0; }

@media (min-width: 64em) {
  #ss .tagline--big {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.6rem; } }
#ss .subtitle--big {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5rem; }

@media (min-width: 64em) {
  #ss .subtitle--big {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 3.3rem; } }
#ss [class^='icon-ss-']::before,
#ss [class*='icon-ss-']::before {
  font-size: 25px;
  font-size: 2.5rem; }

@media (min-width: 64em) {
  #ss [class^='icon-ss-']::before,
  #ss [class*='icon-ss-']::before {
    font-size: 30px;
    font-size: 3rem; } }
#ss .aside__nav {
  font-family: "Roboto";
  line-height: 1.53333;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500; }

#ss .aside__list {
  font-family: "Roboto"; }

#ss .aside__list-text.active {
  color: #4b822F; }

#ss .aside__sub-list {
  line-height: 1.85714;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto";
  letter-spacing: 0.043em;
  text-transform: none; }

#ss .aside__sub-list-item {
  font-weight: 400;
  color: #231F20;
  line-height: 1.42857; }

#ss .aside__sub-list-item .active {
  font-weight: 600; }

#ss .aside__link-home {
  color: #4b822F;
  text-transform: uppercase;
  line-height: 1.42857;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto";
  letter-spacing: 0.043em;
  font-weight: 600; }

#ss .aside .text--biggest {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.16667;
  color: #4b822F;
  text-transform: uppercase; }

@media (min-width: 48em) {
  #ss .aside .text--biggest {
    font-size: 18px;
    font-size: 1.8rem; } }
@media (min-width: 64em) {
  #ss .aside .text--biggest {
    font-size: 24px;
    font-size: 2.4rem;
    color: #231f20;
    text-transform: none; } }
#ss .aside .text--biggest span {
  text-transform: none;
  color: #231f20;
  font-size: 12px;
  font-size: 1.2rem; }

@media (min-width: 48em) {
  #ss .aside .text--biggest span {
    font-size: 14px;
    font-size: 1.4rem; } }
#ss .aside .text--uppercase {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.056em;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #231F20; }

#ss .banner__text {
  color: #231F20;
  font-family: "Roboto";
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.02em; }

#ss .banner__text span {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem; }

#ss .card__info {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.083em; }

#ss .card__info.text--green {
  color: #4b822F; }

#ss .card__info.text--big {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.017em;
  line-height: 1.07143;
  font-family: "Roboto"; }

@media (min-width: 64em) {
  #ss .card__info.text--big {
    font-size: 28px;
    font-size: 2.8rem; } }
#ss .card__info.text--uppercase {
  text-transform: uppercase; }

#ss .card__info > span {
  font-weight: 600; }

#ss .card__text {
  font-weight: 400;
  line-height: 1.66667; }

#ss .card__text.text--big {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.021em;
  line-height: 1.45833;
  font-weight: 600; }

@media (min-width: 64em) {
  #ss .card__text.text--big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .card__text-small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5rem; }

#ss .card__list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #231f20; }

@media (min-width: 64em) {
  #ss .card__list {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .card-links .text--bold {
  font-size: 30px;
  font-size: 3rem;
  line-height: 3.5rem; }

#ss .card.no-shadow .text--big {
  font-size: 20px;
  font-size: 2rem; }

#ss .card--flex {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.53333;
  font-weight: 600; }

#ss .card--flex i::before {
  font-size: 20px;
  font-size: 2rem; }

@media (min-width: 64em) {
  #ss .card--flex i::before {
    font-size: 30px;
    font-size: 3rem; } }
#ss .columns-icons {
  color: #231F20;
  font-family: "Roboto";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.375; }

@media (min-width: 64em) {
  #ss .columns-icons {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .columns-icons .link--green {
  color: #4b822F;
  text-decoration: underline; }

#ss .columns-list__text {
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #231F20;
  line-height: 1.5;
  letter-spacing: 0.025em; }

#ss .columns-list__item {
  font-size: 14px;
  font-size: 1.4rem;
  color: #231f20;
  line-height: 1.35714;
  font-family: "Roboto"; }

#ss .columns-list__link.open {
  color: #4b822F;
  font-weight: 700; }

#ss .columns-list__sub-item {
  font-size: 12px;
  font-size: 1.2rem; }

#ss .columns-list__sub-link.open {
  font-weight: 700; }

#ss .content {
  font-family: "Roboto"; }

#ss .content .text--semi-bold {
  line-height: 1.45833;
  font-family: "Roboto";
  font-weight: 600; }

#ss .content .text--regular {
  line-height: 1.85714;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #231f20;
  font-family: "Roboto"; }

#ss .content__filter {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.041em;
  text-transform: uppercase;
  color: #231F20; }

#ss .content__text {
  color: #231F20;
  line-height: 1.33333; }

#ss .content__dropdown {
  text-transform: uppercase;
  line-height: 1.33333;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-family: "Roboto";
  color: #231F20; }

#ss .content__dropdown-text {
  font-family: "Roboto";
  line-height: 1.33333;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #231F20; }

#ss .content__info {
  line-height: 1.28571;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-family: "Roboto";
  color: #231f20; }

#ss .content__info.text--bolder {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto";
  line-height: 1.33333;
  color: #231F20; }

#ss .content__search-pagination, #ss .content__text-pagination {
  color: #231F20;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333; }

#ss .content__blockquote {
  color: #4b822F;
  font-style: italic;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35714;
  font-family: "Roboto";
  letter-spacing: 0.021em; }

@media (min-width: 64em) {
  #ss .content__blockquote {
    font-size: 28px;
    font-size: 2.8rem; } }
#ss .content__toggle.text--uppercase {
  text-transform: uppercase; }

#ss .content__toggle.text--green {
  color: #4b822F;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em; }

@media (min-width: 64em) {
  #ss .content__toggle.text--green {
    line-height: 2.66667;
    font-size: 15px;
    font-size: 1.5rem; } }
#ss .content__toggle-text {
  color: #231F20;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.85714; }

#ss .content__toggle-text.text--small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.022em; }

#ss .content__toggle-box-text {
  font-weight: 700;
  color: #231F20;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }

#ss .content__toggle-box-text.text--green {
  color: #4b822F;
  font-weight: 600;
  letter-spacing: 0.025em; }

#ss .content__detail h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5; }

@media (min-width: 64em) {
  #ss .content__detail h1 {
    font-size: 32px;
    font-size: 3.2rem; } }
#ss .content__detail h1.text--biggest {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.025em;
  line-height: 1.25; }

@media (min-width: 64em) {
  #ss .content__detail h1.text--biggest {
    font-size: 48px;
    font-size: 4.8rem; } }
#ss .content__detail h2 {
  line-height: 1.5; }

#ss .content__detail h2.text--small {
  line-height: 1.625;
  font-family: "Roboto";
  font-weight: 600; }

#ss .content__detail-dropdown-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286; }

#ss .content__detail-dropdown-list {
  font-size: 16px;
  font-size: 1.6rem; }

#ss .content__detail-icon-list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.35714;
  letter-spacing: 0.025em; }

@media (min-width: 64em) {
  #ss .content__detail-icon-list {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .footer {
  font-family: "Roboto";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500; }

#ss .footer__upper-to-top {
  font-size: 25px;
  font-size: 2.5rem; }

#ss .footer__upper-list {
  letter-spacing: 0em;
  line-height: 1.5; }

#ss .footer__upper-link--bigger {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625; }

#ss .form-accordion__button {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  letter-spacing: 0.033em; }

#ss .grid {
  font-family: "Roboto";
  font-weight: 400; }

#ss .header {
  font-family: "Roboto";
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 3.3rem; }

#ss .header__search {
  font-size: 14px;
  font-size: 1.4rem; }

#ss .header__search-input {
  color: #4b822F;
  font-weight: 600;
  letter-spacing: 0.021em; }

#ss .header__nav-info {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto";
  text-transform: uppercase;
  line-height: 1.5625;
  font-weight: 600;
  letter-spacing: 0.044em; }

#ss .hero__list {
  font-size: 16px;
  font-size: 1.6rem;
  color: #231F20;
  font-weight: 500;
  font-family: "Roboto"; }

#ss .hero__text {
  text-align: center; }

#ss .hero__info {
  font-weight: 600;
  color: #4b822F;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111;
  letter-spacing: 0.019em; }

@media (min-width: 80em) {
  #ss .hero__info {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.025em; } }
#ss .list-anchors__item .btn {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.017em;
  text-transform: none; }

#ss .list-columns__list {
  text-align: center; }

#ss .list-columns__item-text-big {
  color: #231F20;
  font-family: "Roboto";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.033em;
  font-weight: 500; }

@media (min-width: 64em) {
  #ss .list-columns__item-text-big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .list-columns__item-number {
  color: #4b822F;
  font-family: "Roboto";
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1.5;
  letter-spacing: 0.006em;
  font-weight: 600; }

@media (min-width: 64em) {
  #ss .list-columns__item-number {
    font-size: 60px;
    font-size: 6rem; } }
#ss .list-columns__item-text {
  color: #231f20;
  font-family: "Roboto";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.35714;
  letter-spacing: 0.036em; }

@media (min-width: 64em) {
  #ss .list-columns__item-text {
    font-size: 14px;
    font-size: 1.4rem; } }
#ss .list-links__item {
  font-family: "Roboto";
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #231F20;
  line-height: 1.5;
  letter-spacing: 0.025em; }

@media (min-width: 64em) {
  #ss .list-links__item {
    font-size: 20px;
    font-size: 2rem; } }
#ss .list-links h2 {
  color: #231F20; }

#ss .list-text__article {
  font-family: "Roboto"; }

#ss .list-text__article-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #231F20; }

#ss .list-text__article-info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667;
  font-weight: 600;
  color: #231f20;
  letter-spacing: 0.083em; }

#ss .map__current-location {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  color: #231F20;
  font-family: "Roboto";
  letter-spacing: 0.025em;
  text-transform: uppercase; }

#ss .map__dashboard .search {
  font-size: 12px;
  font-size: 1.2rem; }

@media (min-width: 36em) {
  #ss .map__dashboard .search {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .map__modal-close {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: 0.019em;
  cursor: pointer; }

#ss .map__modal-text {
  font-family: "Roboto";
  text-transform: uppercase; }

#ss .map__modal-text.text--green {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.019em;
  color: #4b822F;
  font-weight: 700; }

#ss .map__modal-text.text--small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.019em;
  color: #231F20; }

#ss .map__modal-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem; }

@media (min-width: 48em) {
  #ss .map__modal-item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5rem; } }
#ss .map__modal-item-text.text--bold {
  font-weight: 700; }

#ss .map-locations__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  color: #808080;
  font-family: "Roboto";
  letter-spacing: 0.021em; }

#ss .map-locations__text.text--uppercase {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 700; }

#ss .map-locations__number {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  color: #4b822F;
  font-family: "Roboto";
  letter-spacing: 0.025em; }

#ss .nav {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end; }

#ss .nav__sub-list {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em; }

#ss .nav__sub-list-item {
  line-height: 1.21429; }

#ss .search {
  font-size: 13px;
  font-size: 1.3rem; }

@media (min-width: 64em) {
  #ss .search {
    font-size: 15px;
    font-size: 1.5rem; } }
#ss .search-result__text {
  font-family: "Roboto";
  line-height: 1.66667;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231f20; }

@media (min-width: 64em) {
  #ss .search-result__text {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .search-result__text.text--big {
  font-family: "Roboto";
  color: #4b822F;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.021em; }

@media (min-width: 64em) {
  #ss .search-result__text.text--big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .search-hero {
  font-family: "Roboto"; }

#ss .search-hero__search-text {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-shadow: 0 0 2rem #000; }

@media (min-width: 64em) {
  #ss .search-hero__search-text {
    font-size: 32px;
    font-size: 3.2rem; } }
#ss .search-hero__text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  letter-spacing: -0.013em;
  text-shadow: 0 0 2rem #000; }

#ss .search-hero__text .text--bold {
  font-weight: 700;
  letter-spacing: 0.083em; }

#ss .search-hero .search__input::-webkit-input-placeholder {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em; }

#ss .search-hero .search__input::-moz-placeholder {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em; }

#ss .search-hero .search__input:-ms-input-placeholder {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em; }

#ss .search-hero .search__input::-ms-input-placeholder {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em; }

#ss .search-hero .search__input::placeholder {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em; }

@media (min-width: 64em) {
  #ss .search-hero .search__input::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input::-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input::placeholder {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .search__box {
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em; }

@media (min-width: 64em) {
  #ss .search__box {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .slider__text {
  color: #231F20; }

#ss .slider__text-small {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.041em;
  text-transform: uppercase; }

#ss .slider-reveal__text {
  letter-spacing: 0.036em;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.28571; }

#ss .slider__item-text-big {
  font-family: "Roboto";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #231F20;
  font-weight: 600; }

@media (min-width: 64em) {
  #ss .slider__item-text-big {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 3.3rem; } }
#ss .slider__item-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #231f20; }

@media (min-width: 64em) {
  #ss .slider__item-text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5rem; } }
#ss .table {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.42857; }

@media (min-width: 64em) {
  #ss .table {
    font-size: 14px;
    font-size: 1.4rem; } }
#ss .table__head {
  font-weight: 700;
  text-transform: uppercase; }

#ss .table__head-mobile {
  font-family: "Roboto";
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #231F20; }

#ss .table__head .table__cell {
  font-size: 0px;
  font-size: 0rem; }

@media (min-width: 64em) {
  #ss .table__head .table__cell {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto"; } }
#ss .table__head .table__cell .open {
  color: currentColor; }

#ss .table__body {
  letter-spacing: 0.043em;
  color: #231f20; }

#ss .table__row.open {
  font-weight: 700; }

#ss .table a {
  text-decoration: underline; }

#ss .table-accordion__head {
  font-weight: 700;
  text-transform: uppercase;
  color: #4b822F; }

#ss .toggle {
  font-family: "Roboto";
  font-weight: 400;
  letter-spacing: 0.042em; }

#ss .toggle__switch {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

#ss .toggle__text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #231F20; }

@media (min-width: 64em) {
  #ss .toggle__text {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .toggle__view {
  font-family: "Roboto";
  color: #231F20;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.033em;
  line-height: 1.53333; }

#ss .toggle__view-item i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .toggle__pagination-text {
  font-family: "Roboto";
  color: #231F20;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1.5; }

@media (min-width: 64em) {
  #ss .toggle__pagination-text {
    font-size: 32px;
    font-size: 3.2rem; } }
@font-face {
  font-family: "ss-icons";
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAABCMAA0AAAAAJmgAABA3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCXhEICr58tWcLRAABNgIkA04EIAWDJweCUxuoIFGUjlqK7IsDniwynoMYaPHj3QTDcBOq8HPVyjJBBDTVZu9OJ0WST3eyYqcxRFLAch2TzpiwpSDY5dgBQ6CASstp/+tTAQO2Ww4rJXaJrRQQnBIbUnPoW+0174gdEGrh6X/u7d0fNy9J2bZKVrMKlAB2zroZ27JfADJq592v3aCdaUKbWygukUeilK3+gU9OxBC3/QoWeP4VvEA8TcX393Ol/dnbd4C5Aiqm8QfUyjq1edm/u+8v0GGuTEm2VyQQqpcSp0AK2HUqXJ2srFGVNb7KVljRn7HZ3yN0uEyDshbFFPR2P/O5AAF4fUeJB+Dtoh/PGDCJ4gcpr1MFQQj7tdDMoKqDchkuktirZIFL8aXIt9gyjNGAxGTGacjXBeqjQ5d9UocoT0HdxyBQUbCQT4eG/OK/jMYkwIsHBQUh/HXB0L9DQwA9JyOGPluXdthbJAmWEb1CVJqqsAmF0d+MgMaLWZChIQLgiNyNJuBs8F8EOccAYY+mqj0XGgqCe41+Kz9Bhpl1VFwIkAatNDyIpLy0S1XVMUVGwBxbEg7PmGmZpjku6iqPtCyWhaMBXVM+ijZ1sk23ax6EqhYMRF4tGCorLDBNK2iFNF1n8SgrUFYc+F/LO3I0eZ5TvU9Lusxo1BxeqJnG9Qb39IDR+5q1zn8ivg0UoXXvfyaeqPCOn1/lGcWDyu948utN/v8GLs4Mf6UJy23Va1lN1f76ogU07Fv0x+df5NOLxSURT4EmzWluSTQVmjwhca8ZK5M3DOXL1C1PkpkM4yWlq1kIMbOKSINiVa9OKk4PQONU8ZQhkzZgBQ/hBGdYlpssQDxZK0bluJyRil0CI4j8Vc0KV9UICgqBxdIWOtwF9hiCRjfT+SIvgRIVGZZOXWayJC2mNRZz8kiEdG6FSgvu5bby7H6c6llMAUlRbO3zknCLR992b4vFIwdKz8SSii0OjX0wh3YnOc6ejgIpjSQrZGz7ZjJhpj+0STCyE6EbXlCB4jh4rkpB5q/RsnPviSrHOF84iUQbXA1lZfSGGUshfLBR61akT57/hDm7LUeVkaggKoWYIrB5/isskJUXbm+/pCmLMPdeDlGE8iiGiJhk+wRUk8XFYr2ppoEMVlHvFlCtaWnmK83xC6jxGBEnNEX4+TLwnIRcdBweadzMl7CKMpfKRTHXMP6ZVBGpeUUZ/x02iyjNClbY7uqIF9ZYX3W20poRu2Z4ASG686cWxom9dtyJRuKxrbkLPbeFTXcBk5VJnbA/U/qL4y8eabjISa5TL7M+lYLEluS/VNxwEI13FhbNTRSliLMSuDEFqSMV8Uf3G8YX+Wey0US+ySvK/mKLWB3xwhr2NlP7Li70/fgy/yoqcH96WbC4rRueCJlhU0JNFBZth7VL5pXxRsJj+UW4Clcx7RYL5Jsid4gptILdyhyELhT2un9IguegGwramKERlSCpkvRck7NJMxnpfLFewgQneJ9WuAiZf73MWu9zE/xzbPosz3tRec/TX/WWIvUffmc/KhNr/vE53q1Q9Pardk/lbd9/Kn0ALX73XXesJLRaEDnhLnRxzQiHupV1/vquyLb+nEyd6jefDYceM1v+fC4LKmaCWbmJFubE+GRhDHPBW1IBXCwupi5DxKtDmjhBJds5cdxOigWnj2otylJwLm+W3PbOAqEXcRyuE2IOpUZbGORaKtZiP4taodUMM8zuZxcUyumpYSMZJmK1PXMfLR7peGaLC3jCCCr/2of5CvIEhqLQGtNeOgscx4stb6s3GlMsEaxotNhx36oZEbRv3nUsGzFcgkJXPtH2C7pcwxTXHiG8LAqLEfKaxb/gHuBRzqpu/raDUDsBIdsH9SFZsDEQiKmtvLsmXPnilDTtyrJb87NnnG1A3VxJ/4KU3SxxEzTL4VV4hKf2LFwbw92+9fjFvLTPQnBxNSGmOD31PhkzT2TRxkvrdzxXUDwiNEQUafdvY7nxF7/mIdlrSY4//3yOwXFcnqo8kUfZtrlAEaXxcYzT+1Y1q8bsnEkS4VcFeTyKudsYjTJ9e1fJUx1NgZqb8wYiYHeQRKFODFZVDw2Hqf1SpYmS+UjHeykKZPcFymi3mipNwrwkcZAcRioG34p5QbO2+IRH1wQhyLvtE0AMjycV42D/47s5KxW1dWNvuI2z1OpsR9/522zcWZ7t23Zv8wZ2hHw7HhwR2tzzis7Nhuf1PjS2ysV8Ow1+jpLdu/O9ux8puBG6q2TTtSOXo+H5PXvGVBi/98ZhZZro25XJy7MMio6vgFnlh67aVyLbduf7LqytNJYlenfuPci3pbekHa8ZwejzDt2c17p49orNO8tEqPSM2L/p+Eoqj9+0f4SnEhHqpx172U2HtkU+SLCiLYkIkbpZtbMy+958c19mOfWsuogIyeTEBATKB8snBNVflftAKLc/FwQwE/XH92UN2wCNbGB5q0B7xvPGDLoz9sG6frBNa5JPukWP7irNJbU5tWX0BN1z9HLi23XozQAZ6tHn2dz31n1v1szVmjrgfiPJwOB2mO6ea3dMM153A4r1CO67kt3dyXnuFOPcT9mOszG55ydI3iWnNJvR/WQNiflu9zy/1kk8VZTpiBqnu+ZJqa63Z59hGxmJJQXYwOblhh8y0KYyy8XCCi84XJUDGv3xfY59KtHenqRKxML9ZJKFi964N7G9k+rZ8J0PZpt26AAMvrwR0O+2Ze+AHdNdpXH2Zmvu1oGNfvz0+fGztnFB24LLb128EtA32zhOtFH343ddaeN02xN0vdHG3qwj4CByn+0Z9Qm2012zQytNnyucLuMfgtQj+mNT1ot72dR8uTrW9JnSdnJI1VWCP2StvgHT7M9g9ySDdpTMAwOmmNm9fG/Vdo3mp6rJ/JDpN63+PtozWdN8oO89O2WLdaAtTwT+6a9aahFJHu1BVAkcMV8em3sor8xuOC/sOaJJNBG8v7eQ7E1Kf2S4qg2P0GEt1VCXWmBv19W2CCdWr4pw2b0lctUfayIu1T0vQSJlD1q1KlqtxQP7ot12cLUG2ey9NfX2JOd5jLt/Er29ifmU9aGBBOC4JMLG3RieecnenjdKpGCciHj2DUOgbukc0ZSS5hJFVSirbKs60HpgpmcFiZdtP/4JX2xFJhs2JJOlTmkM9Ryj1ImlrQ4z1TKjmOtAM1eUshbd56RNZAQdmHKi6fki9n723rE5t7fiEczFqro4LJEmi9Fzbuo0pMxSJ1ZK85gTcxymw9xEe6KY4Sxfn1qIDs87NB/WOHn85MNOCYc7uc5OVr5GEf0/ZlyqoKYXpjZ61+bDG6eMn3L4KTil09nJytcogmclfkqHYQdI1kYFM4MFkvaLGTMvJPVKyRS21+BAylJ7/06MNoCGRYsaC6dHqHGT+CjbTu82ArvTOBcYgdN6Lr2sp8coShUaFzhGvoB7G4b5c2E2Ww2FUy257LKoVgTw1iygkRNZEiQzhkOFhSFLotMXtdOj1AURyHQRZ49h7HFylwoN6TSJu921ittVORgqHBOPbEhe8+SkeVyjd7x33CnhcCfX2cnK1yiiP4V4JJW8XCnJlGRKMiWZkqxn8NUPSlK65U6VLGW3pc/C+z1WysKahT/ov8Tg++Y79/HlLU1H6P4hv3ZunC9vTtzpdj+RIDXxE1wJsn5Ek/1b7n3eFBHMHv3K0WT2jo65fEM+17nx4eXm6PqcKPaVOlGJZhMN+0bz4vFz5emx0YpgFNnevraALxcT2zCb3Umnz4XHfRBzYvunnqWe95ebHeZ+CH4AGsmWSyelw/SNDY2FiwobzLDi8UVipqNu/vx6grqMyhQXZ0YhXz3XXh0M3dygabPnTFvc0LB42uzZmtbQl2YLqDTnZh+UtS5OuX4tK/vVtbG1tQyntW4kqC+VOFMZB3KsHJyZh0U7OoD84CLkZ14bPbKjveaIRvrgBO0dcFOGEhWbjusf4a6ocI/oP27Tws7x5/R78iuoyPcMHHd8xcZphx02rSNNJeg7/wiGLtQfPWIjXf/3473+PAkv0fS7E6TThgi8dHqazjV+AGNbmkQbbIEAIiObR1p2G/67z5fzu/wI4vU1ENTVGvCeeu4zMO7dLSfP9OekHey73EbcAKGguUBRhccO30jX+bn+KsQN9102zmlG4Oo0XWt8GD0OiXluzRUk5vMBHLQkH1GUkc0FAAi+vxsIujT3vATObiPw3B5O2cs3CIH7HLoPzWHV9bFUDABBRNA0hJJUSag4C4qIAsHgwCe5sVNKEDQVG4RYZ0no4ywiIgLV2YrcWK6AA7+rgGadsdyK+ygRRUzQsy/nlqRKxBWa1s38ZOAWQrT6wVG5rCqobGqqmjoqo1TRkXvyBvO8UQB9jcq/6slUN562tWjrdqyfr2/Puidt3U0t33bB6hNcvL2i7euPU7qi2TAe6EmdA40EWiRsOcQUHXICN8N0/wH82/zkro/lq3XHCiJvfqeYHx7fBlA24EX3DZfpyrH1x7BurQEw8ozJ8mjHZgG8dky2bdoiK192o58zXYBrYj8JsH163hgEVF3VdE1CS0aUi4AoUr9qbJtUVC2+Rcqnmqhu9Z3uaxhpdW37Tcoq06toqmEb3j/rt7Zdmu/W88RqU0FoBlEXRzjvEZ+5jNvb21jkU2vmys8VNJ5BZvt+t8CX1qe0Az5fA06z6HniVu5eHoz4bgOHeUuwAG1xmCtv86l5iijW4IOpVF0RpxnP5QUYaHeG6U7AMsCdm7tq5s6t4a7aOSJWq8beeMvHuxdhijpaBdip2iqmsHs5QUUJmnDa310TuhrJG8rvUJ6EXlrevsvM6q7d4VOKgne1SsiriwK3rmN8+fHxuL+r/I3vChVFsJPJOThLHAe6CwmDM7pu/vw626RaLtwZ+vZoa8xEGh1hDH2L/z5sta6QvS29vP6rKVWmbZtV1q+fS7qjhwUrLEKRmtrwcGvFCuTya7/+wKJ9Rav49TPpbXmnw0fV1qCWv5RTP5c2R2f7SX4JjbLtcG7O/7aLK91KY30OoeIaO6C8dJR2sfmk29jHGT+EmzuLZYKSYUyNqTIKCP7h+h3vh1oDk371+DQ+1snoSe1TvgE8Hqx+fHIgGpJdIIwCOrclSLOaimmPH6ZTUnwgNreJIpZczi88xoM8PqfbYz4Ld8JPHODFp/mPFPvFEgUBInIlwZwWM+rM4BaESYKH4LadgpsyUnkwgzSAtnYufGwiHeC6cV5G8kGGXNGGMZOjdgoGBaQisEkDWNjORR5rSQe4WO+lhj2cOKZy2bjVHMsxeDgnnlj+0W7Fu9dS2unkZDawkhPgV+WsIepLntxnC+2cwImsnTtMNRVUwRfZ7Xl1RVVa/8yo/iTCdNLex5w6XclJtLPGvIpTCTMnFS2Yop5WAd9QsNAXYWlzVh/7n9o9ClAYfH8REAVFVFTRxCW6uMUjw8QrPvFLjhgSEFMsCUquhGS45Em+jJCDZKQUSKEUSbGM0js3nHpcV7X75GPWVlVVLSMzGikHqIY42FADtVAH9dAAjTAdmiABSZjhnJlVXQXVEAcbaqAW6qAeGqARposm) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

#ss [class^='icon-ss-'],
#ss [class*='icon-ss-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ss-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline; }

#ss [class^='icon-ss-']::before,
#ss [class*='icon-ss-']::before {
  width: 100%;
  height: 100%; }

#ss .icon-ss-address::before {
  content: "\E900"; }

#ss .icon-ss-arrow-big::before {
  content: "\E901"; }

#ss .icon-ss-arrow-small::before {
  content: "\E902"; }

#ss .icon-ss-calculate::before {
  content: "\E903"; }

#ss .icon-ss-checkmark::before {
  content: "\E904"; }

#ss .icon-ss-clean::before {
  content: "\E905"; }

#ss .icon-ss-contact::before {
  content: "\E906"; }

#ss .icon-ss-cross::before {
  content: "\E907"; }

#ss .icon-ss-facebook::before {
  content: "\E908"; }

#ss .icon-ss-filter::before {
  content: "\E909"; }

#ss .icon-ss-grid::before {
  content: "\E90A"; }

#ss .icon-ss-grid-2::before {
  content: "\E90B"; }

#ss .icon-ss-instagram:before {
  content: "\E91B"; }

#ss .icon-ss-link::before {
  content: "\E90C"; }

#ss .icon-ss-list::before {
  content: "\E90D"; }

#ss .icon-ss-linkedin:before {
  content: "\E91A"; }

#ss .icon-ss-list-2::before {
  content: "\E90E"; }

#ss .icon-ss-mail::before {
  content: "\E90F"; }

#ss .icon-ss-minus::before {
  content: "\E910"; }

#ss .icon-ss-plus::before {
  content: "\E911"; }

#ss .icon-ss-print::before {
  content: "\E912"; }

#ss .icon-ss-schedule::before {
  content: "\E913"; }

#ss .icon-ss-search::before {
  content: "\E914"; }

#ss .icon-ss-settings::before {
  content: "\E915"; }

#ss .icon-ss-share::before {
  content: "\E916"; }

#ss .icon-ss-twitter::before {
  content: "\E917"; }

#ss .icon-ss-youtube:before {
  content: "\E919"; }

#ss .icon-ss-zoom::before {
  content: "\E918"; }

#ss .sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; }

#ss .sr-only-focusable:active, #ss .sr-only-focusable:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  white-space: normal; }

#ss .d-none {
  display: none !important; }

#ss .no-visible {
  visibility: hidden !important; }

#ss .no-transition {
  transition: none !important; }

#ss .no-margin {
  margin: 0 !important; }

#ss .no-padding {
  padding: 0 !important; }

#ss .no-scroll {
  position: fixed;
  width: 100%;
  height: auto; }

#ss .no-scroll.show-scrollbar {
  overflow-y: scroll; }

#ss img[data-object-fit=cover] {
  -o-object-fit: cover;
  object-fit: cover; }

#ss img[data-object-fit=contain] {
  -o-object-fit: contain;
  object-fit: contain; }

#ss .img-fluid {
  max-width: 100%;
  display: block; }

#ss .img-full-width {
  width: 100%;
  height: auto;
  display: block; }

#ss .img-full-height {
  width: auto;
  height: 100%;
  display: block; }

#ss .img-full {
  width: 100%;
  height: 100%;
  display: block; }

#ss .img-circle {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .mt-0 {
  margin-top: 0; }

#ss .mt-1 {
  margin-top: 1rem; }

#ss .mt-2 {
  margin-top: 2rem; }

#ss .mt-3 {
  margin-top: 3rem; }

#ss .mt-4 {
  margin-top: 4rem; }

#ss .mt-5 {
  margin-top: 5rem; }

#ss .mt-6 {
  margin-top: 6rem; }

#ss .mt-7 {
  margin-top: 7rem; }

#ss .mr-0 {
  margin-right: 0; }

#ss .mr-1 {
  margin-right: 1rem; }

#ss .mr-2 {
  margin-right: 2rem; }

#ss .mr-3 {
  margin-right: 3rem; }

#ss .mr-4 {
  margin-right: 4rem; }

#ss .mr-5 {
  margin-right: 5rem; }

#ss .mr-7 {
  margin-right: 7rem; }

#ss .mb-0 {
  margin-bottom: 0; }

#ss .mb-1 {
  margin-bottom: 1rem; }

#ss .mb-2 {
  margin-bottom: 2rem; }

#ss .mb-3 {
  margin-bottom: 3rem; }

#ss .mb-4 {
  margin-bottom: 4rem; }

#ss .mb-5 {
  margin-bottom: 5rem; }

#ss .mb-7 {
  margin-bottom: 7rem; }

#ss .ml-0 {
  margin-left: 0; }

#ss .ml-1 {
  margin-left: 1rem; }

#ss .ml-2 {
  margin-left: 2rem; }

#ss .ml-3 {
  margin-left: 3rem; }

#ss .ml-4 {
  margin-left: 4rem; }

#ss .ml-5 {
  margin-left: 5rem; }

#ss .mx-0 {
  margin-left: 0;
  margin-right: 0; }

#ss .mx-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

#ss .mx-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

#ss .mx-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

#ss .mx-4 {
  margin-left: 4rem;
  margin-right: 4rem; }

#ss .mx-5 {
  margin-left: 5rem;
  margin-right: 5rem; }

#ss .my-0 {
  margin-top: 0;
  margin-bottom: 0; }

#ss .my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#ss .my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

#ss .my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

#ss .my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

#ss .my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

#ss .pt-0 {
  padding-top: 0; }

#ss .pt-1 {
  padding-top: 1rem; }

#ss .pt-2 {
  padding-top: 2rem; }

#ss .pt-3 {
  padding-top: 3rem; }

#ss .pt-4 {
  padding-top: 4rem; }

#ss .pt-5 {
  padding-top: 5rem; }

#ss .pr-0 {
  padding-right: 0; }

#ss .pr-1 {
  padding-right: 1rem; }

#ss .pr-2 {
  padding-right: 2rem; }

#ss .pr-3 {
  padding-right: 3rem; }

#ss .pr-4 {
  padding-right: 4rem; }

#ss .pr-5 {
  padding-right: 5rem; }

#ss .pb-0 {
  padding-bottom: 0; }

#ss .pb-1 {
  padding-bottom: 1rem; }

#ss .pb-2 {
  padding-bottom: 2rem; }

#ss .pb-3 {
  padding-bottom: 3rem; }

#ss .pb-4 {
  padding-bottom: 4rem; }

#ss .pb-5 {
  padding-bottom: 5rem; }

#ss .pl-0 {
  padding-left: 0; }

#ss .pl-1 {
  padding-left: 1rem; }

#ss .pl-2 {
  padding-left: 2rem; }

#ss .pl-3 {
  padding-left: 3rem; }

#ss .pl-4 {
  padding-left: 4rem; }

#ss .pl-5 {
  padding-left: 5rem; }

#ss .px-0 {
  padding-left: 0;
  padding-right: 0; }

#ss .px-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

#ss .px-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

#ss .px-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

#ss .px-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

#ss .px-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

#ss .py-0 {
  padding-top: 0;
  padding-bottom: 0; }

#ss .py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

#ss .py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

#ss .py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#ss .py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

#ss .py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

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

::-moz-selection {
  background-color: #4b822F;
  color: #fff; }

::selection {
  background-color: #4b822F;
  color: #fff; }

#ss html {
  overflow-y: scroll; }

#ss body {
  height: 100vh;
  overflow-x: hidden; }

#ss .skip-content {
  background-color: #4b822F;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  z-index: 1000;
  top: 0; }

#ss a {
  color: inherit;
  text-decoration: none; }

#ss input,
#ss button,
#ss select,
#ss textarea {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#ss select::-ms-expand {
  display: none; }

#ss select::-ms-value {
  background: none;
  color: #4b822F; }

#ss input::-ms-clear {
  width: 0;
  height: 0; }

#ss input::-ms-value {
  background: none;
  color: #4b822F; }

#ss input[type=search]::-ms-clear, #ss input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

#ss input[type=search]::-webkit-search-decoration, #ss input[type=search]::-webkit-search-cancel-button, #ss input[type=search]::-webkit-search-results-button, #ss input[type=search]::-webkit-search-results-decoration {
  display: none; }

#ss strong {
  font-weight: 700; }

#ss em {
  font-style: italic; }

#ss .container {
  width: 100%; }

#ss.accessibility__font .footer__upper-to-top::after {
  background-position: center .4rem; }

@media (min-width: 80em) {
  #ss.accessibility__font .header__search-form {
    right: 2.5rem; } }
@media (min-width: 90em) {
  #ss.accessibility__font .header__search-form {
    right: 5rem; } }
#ss .btn {
  display: inline-flex;
  border-radius: 20rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.53333;
  letter-spacing: 0.033em; }

#ss .btn--gray {
  background-color: #231F20; }

#ss .btn--gray-light {
  background-color: #f0f0f0;
  color: #231F20; }

#ss .btn--green {
  background-color: #4b822F; }

#ss .header {
  background: #fff;
  color: #231F20;
  padding: 0.5rem 0;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 60;
  min-height: 6rem;
  /*   box-shadow: 0 0 10px #bbb; */ }

@media (min-width: 48em) {
  #ss .header {
    padding: 1.5rem 0;
    min-height: 8rem; } }
#ss .header.fixed {
  position: fixed; }

#ss .header.fixed + .wrapper {
  padding-top: 6rem; }

@media (min-width: 48em) {
  #ss .header.fixed + .wrapper {
    padding-top: 8rem; } }
#ss .header.open {
  z-index: 100; }

#ss .header.open .header__wrapper {
  max-width: none;
  width: 100%;
  height: auto; }

#ss .header.open .header__search-button {
  left: auto;
  right: 5%; }

@media (min-width: 48em) {
  #ss .header.open .header__search-button {
    right: 10%; } }
#ss .header.open .header__search-button::before {
  color: #4b822F; }

#ss .header.open .nav__toggle {
  right: 5%; }

@media (min-width: 48em) {
  #ss .header.open .nav__toggle {
    right: 10%; } }
#ss .header__wrapper {
  justify-content: flex-end;
  position: relative; }

@media (min-width: 64em) {
  #ss .header__wrapper {
    justify-content: space-between; } }
#ss .header__logo {
  /*top: -2.5rem;
  left: -0.5rem;
  position: absolute;*/
  z-index: 100;
  align-self: center; }

/*
@media (min-width: 48em) {
  #ss .header__logo {
    top: -3.5rem;
    left: -6rem;
  }
}
*/
#ss .header__logo-img {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.25);
  display: block;
  max-width: 10rem; }

@media (min-width: 48em) {
  #ss .header__logo-img {
    max-width: none; } }
#ss .header__logo-img.hide {
  display: none; }

#ss .header__search {
  padding: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 5rem;
  height: 5rem; }

@media (min-width: 48em) {
  #ss .header__search {
    border-radius: 2.5rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ } }
#ss .header__search.active {
  width: 100%;
  height: 100%;
  background-color: #fff; }

@media (min-width: 48em) {
  #ss .header__search.active .header__search-close {
    display: block; } }
@media (min-width: 48em) {
  #ss .header__search.active .header__search-button::before {
    color: #4b822F; } }
@media (min-width: 48em) {
  #ss .header__search.active .header__search-input {
    width: 95%;
    height: 100%;
    padding-left: 5rem;
    left: 0;
    top: 0; }

  #ss .header__search.active .header__search-input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input::-moz-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input:-ms-input-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input::-ms-input-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input::placeholder {
    color: #999;
    font-weight: 400; } }
#ss .header__search-form {
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 10rem;
  position: absolute;
  width: 5rem;
  height: 5rem; }

@media (min-width: 80em) {
  #ss .header__search-form {
    right: 5rem; } }
#ss .header__search-form.active .header__search {
  border-radius: 2.5rem 2.5rem 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@media (min-width: 48em) {
  #ss .header__search-form.open {
    width: calc(100% - 17rem);
    height: 5rem; } }
@media (min-width: 80em) {
  #ss .header__search-form.open {
    width: calc(100% - 15rem);
    height: 5rem; } }
#ss .header__search-form.open-search {
  top: 5.5rem;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff; }

#ss .header__search-form.open-search .header__search.active {
  width: 100%;
  height: 6rem; }

@media (min-width: 48em) {
  #ss .header__search-form.open-search .header__search.active {
    width: 100%;
    height: 8rem; } }
#ss .header__search-form.open-search .header__search-button {
  width: 6rem;
  height: 6rem; }

#ss .header__search-form.open-search .header__search-input {
  left: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #ccc;
  padding-right: 13%;
  padding-left: 5%; }

#ss .header__search-form.open-search .header__search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input::-moz-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input::-ms-input-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input::placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-input::-webkit-input-placeholder {
  color: transparent; }

#ss .header__search-input::-moz-placeholder {
  color: transparent; }

#ss .header__search-input:-ms-input-placeholder {
  color: transparent; }

#ss .header__search-input::-ms-input-placeholder {
  color: transparent; }

#ss .header__search-input::placeholder {
  color: transparent; }

#ss .header__search-close {
  display: none;
  color: #4b822F;
  right: 1rem; }

#ss .header__search-button {
  padding: 1rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .header__search-button::before {
  color: #fff; }

@media (min-width: 48em) {
  #ss .header__search-button {
    left: 0; } }
@media (min-width: 80em) {
  #ss .header__search-button:hover {
    background-color: rgba(255, 255, 255, 0.25); } }
#ss .header__zoom {
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 5rem;
  position: absolute;
  padding: 1rem;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@media (min-width: 80em) {
  #ss .header__zoom {
    right: -1.4rem; }

  #ss .header__zoom:hover,
  #ss .header__zoom .active {
    background-color: rgba(255, 255, 255, 0.25); } }
#ss .header__nav-info {
  top: 1.5rem;
  left: 5%;
  position: absolute; }

@media (min-width: 48em) {
  #ss .header__nav-info {
    left: 10%; } }
#ss .nav {
  flex: 1; }

#ss .nav__toggle {
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1; }

#ss .nav__toggle span {
  display: block;
  border-radius: 0.3rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #000;
  transition: 0.25s ease-in-out; }

@media (min-width: 80em) {
  #ss .nav__toggle {
    display: none; } }
#ss .nav__hamburger {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  padding: 1rem; }

#ss .nav__hamburger span {
  position: relative;
  width: 2rem;
  height: 0.2rem;
  margin: 0.2rem auto; }

#ss .nav__hamburger span:first-of-type {
  transition-delay: .5s; }

#ss .nav__hamburger span:nth-of-type(2) {
  transition-delay: .625s; }

#ss .nav__hamburger span:last-of-type {
  transition-delay: .75s; }

#ss .nav__cross {
  width: 100%;
  height: 100%;
  top: -2.1rem;
  position: absolute;
  transform: rotate(45deg); }

#ss .nav__cross span:first-of-type {
  width: 0.4rem;
  height: 0;
  top: 61.5%;
  left: 4rem;
  position: absolute; }

#ss .nav__cross span:last-of-type {
  width: 0;
  height: 0.4rem;
  top: 4rem;
  left: 61.5%;
  position: absolute;
  transition-delay: .25s; }

#ss .nav__list {
  top: 6rem;
  left: 0;
  position: absolute; }

@media (min-width: 80em) {
  #ss .nav__list {
    top: 0;
    position: relative; } }
#ss .nav__list-item.d-hidden > .nav__sub-list {
  opacity: 0;
  visibility: hidden; }

#ss .nav__list-link {
  display: inline-flex;
  padding: 1.7rem;
  border-radius: 2.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: 0.1s background-color ease-in;
  position: relative; }

#ss .nav__list-link:hover, #ss .nav__list-link.active {
  background-color: rgba(255, 255, 255, 0.25); }

#ss .nav__list-link:hover::after, #ss .nav__list-link.active::after {
  content: '';
  bottom: -1.55rem;
  background: url("/sg-theme/images/layout/shape-wave.svg") no-repeat 0 0/contain;
  width: 4.8rem;
  height: 1.2rem;
  z-index: 1; }

#ss .nav__sub-list {
  z-index: -1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s;
  top: 7rem;
  right: 0;
  position: absolute;
  color: #231F20;
  background-color: #fff;
  padding: 3rem 4rem 1rem 9rem;
  border-radius: 0 0 1rem 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
  width: 120%; }

#ss .nav__sub-list-item {
  margin-right: 4rem;
  flex-basis: calc(33% - 4rem); }

#ss .nav__sub-list-link {
  display: block;
  margin-bottom: 2rem; }

#ss .nav.open {
  width: 100%;
  height: 100vh; }

#ss .nav.open .nav__hamburger span {
  width: 0;
  height: 0.2rem; }

#ss .nav.open .nav__hamburger span:first-of-type {
  transition-delay: 0s; }

#ss .nav.open .nav__hamburger span:nth-of-type(2) {
  transition-delay: .125s; }

#ss .nav.open .nav__hamburger span:last-of-type {
  transition-delay: .25s; }

#ss .nav.open .nav__cross span:first-of-type {
  width: 0.2rem;
  height: 40%;
  transition-delay: .625s; }

#ss .nav.open .nav__cross span:last-of-type {
  width: 40%;
  height: 0.2rem;
  transition-delay: .375s; }

#ss .nav.open .nav__list {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #4b822F;
  overflow-y: auto;
  overflow-x: hidden; }

#ss .nav.open .nav__list-item.d-hidden .nav__sub-list {
  width: auto;
  height: 0;
  padding: 0; }

#ss .nav.open .nav__list-link {
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 0.1rem solid #ccc;
  background: #fff;
  width: 100%;
  height: auto;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative; }

@media (min-width: 48em) {
  #ss .nav.open .nav__list-link {
    padding-right: 10%;
    padding-left: 10%; } }
#ss .nav.open .nav__list-link::after {
  right: 7%;
  content: "\E902";
  font-family: "ss-icons";
  font-size: 30px;
  font-size: 3rem; }

@media (min-width: 48em) {
  #ss .nav.open .nav__list-link::after {
    right: 11%; } }
#ss .nav.open .nav__list-link.active::after {
  content: "\E902";
  transform: rotate(90deg) translate(-50%, 0%); }

#ss .nav.open .nav__list-link:hover::after, #ss .nav.open .nav__list-link.active::after {
  background: transparent;
  width: auto;
  height: auto;
  left: auto;
  bottom: auto; }

#ss .nav.open .nav__list-link.active {
  border-bottom: 0; }

#ss .nav.open .nav__list-link.active + ul {
  border-bottom: 0.1rem solid #ccc; }

#ss .nav.open .nav__sub-list {
  z-index: 0;
  top: 100%;
  left: 0;
  position: relative;
  padding: 1.7rem 9% 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: none;
  transition: opacity 0s; }

@media (min-width: 48em) {
  #ss .nav.open .nav__sub-list {
    padding-right: 13.5%;
    padding-left: 13.5%; } }
#ss .nav.open .nav__sub-list-item {
  flex-basis: 100%; }

#ss .sticky {
  top: 50%;
  right: -220px;
  position: fixed;
  transform: translate(0, -50%);
  z-index: 90;
  transition: right 0.3s ease-in; }

#ss .sticky__item:not(:last-of-type) {
  border-bottom: 0.1rem solid #ccc; }

#ss .is-touch .sticky {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); }

#ss .is-touch .sticky::before {
  content: "\E901";
  background: url("/sg-theme/images/layout/shape-wave-vertical.svg") no-repeat center;
  width: 42px;
  height: 160px;
  -webkit-filter: drop-shadow(-0.8rem 0 0.6rem rgba(0, 0, 0, 0.05));
  filter: drop-shadow(-0.8rem 0 0.6rem rgba(0, 0, 0, 0.05));
  right: 218px;
  font-family: "ss-icons";
  font-size: 25px;
  font-size: 2.5rem;
  color: #4b822F; }

#ss .is-touch .sticky.open {
  right: 0;
  padding: 1rem 2rem; }

#ss .is-touch .sticky.open::before {
  content: "\E902";
  right: 258px; }

#ss .is-non-touch .sticky {
  pointer-events: none;
  right: 0; }

#ss .is-non-touch .sticky.open {
  padding: 0; }

#ss .is-non-touch .sticky__item {
  right: -145px;
  position: relative;
  border-radius: 10rem 0 0 10rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #fff;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease-in;
  pointer-events: auto; }

#ss .is-non-touch .sticky__item:hover {
  right: 0; }

#ss .is-non-touch .sticky__item a {
  display: block; }

#ss .footer {
  background-color: #f0f0f0;
  position: relative;
  width: 100%;
  height: auto; }

@media (min-width: 64em) {
  #ss .footer {
    z-index: 40; } }
#ss .footer__wrapper {
  width: 100%;
  height: auto;
  position: relative; }

#ss .footer__upper {
  background-color: #fff;
  padding: 2.5rem 0;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  text-align: center; }

#ss .footer__upper-to-top {
  color: #231F20;
  top: -6.7rem; }

@media (min-width: 64em) {
  #ss .footer__upper-to-top {
    left: auto;
    right: 0;
    transform: translate(0, 0); } }
#ss .footer__upper-to-top::before {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 1; }

#ss .footer__upper-to-top::after {
  content: '';
  background: url("/sg-theme/images/layout/shape-wave.svg") no-repeat center;
  width: 16.8rem;
  height: 4.3rem;
  -webkit-filter: drop-shadow(0 -0.8rem 0.6rem rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 -0.8rem 0.6rem rgba(0, 0, 0, 0.05)); }

#ss .footer__upper-link {
  width: inherit;
  height: inherit;
  margin-bottom: 2rem;
  color: #231F20; }

@media (min-width: 64em) {
  #ss .footer__upper-link {
    width: auto;
    height: auto;
    margin-bottom: 0; } }
#ss .footer__upper-list {
  width: inherit;
  height: inherit; }

@media (min-width: 48em) {
  #ss .footer__upper-list {
    width: auto;
    height: auto;
    flex-grow: 1;
    max-width: 70rem; } }
#ss .footer__upper-item {
  margin-bottom: 1rem; }

@media (min-width: 64em) {
  #ss .footer__upper-item {
    margin-bottom: 0; } }
#ss .footer__lower {
  padding: 2rem 0rem 0rem 0rem;
  color: #231F20; }

#ss .footer__lower-icons {
  text-align: center; }

#ss .footer__lower-link {
  display: block; }

#ss .footer__lower-left, #ss .footer__lower-right {
  flex: 0 100%; }

@media (min-width: 48em) {
  #ss .footer__lower-icons {
    text-align: right; } }
@media (min-width: 48em) {
  #ss .footer__lower-left {
    flex: 0 50%; } }
#ss .footer__lower-left img, #ss .footer__lower-right img {
  vertical-align: bottom; }

#ss .footer__lower-left {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .footer__lower-left {
    margin-bottom: 0;
    text-align: left; } }
#ss .aside {
  width: 100%;
  height: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  position: relative;
  z-index: 40; }

@media (min-width: 64em) {
  #ss .aside {
    max-width: 35rem;
    overflow: hidden;
    min-height: 100vh; } }
@media (min-width: 64em) {
  #ss .aside--small {
    max-width: 22.5rem;
    box-shadow: none; } }
@media (min-width: 64em) {
  #ss .aside--small .aside__text-wrapper.fixed {
    box-shadow: none;
    max-width: 22.5rem;
    bottom: auto; } }
#ss .aside--right {
  width: 100%;
  height: 6rem; }

@media (min-width: 64em) {
  #ss .aside--right {
    width: 100%;
    height: auto;
    margin-left: 0;
    max-width: none; } }
#ss .aside--right.fixed {
  max-width: none; }

#ss .aside--right.fixed .aside__nav {
  left: 5%;
  position: absolute; }

@media (min-width: 48em) {
  #ss .aside--right.fixed .aside__nav {
    left: 10%; } }
@media (min-width: 64em) {
  #ss .aside--right.fixed .aside__nav {
    position: static; } }
#ss .aside--right.fixed .aside__social {
  right: 5%;
  position: absolute; }

@media (min-width: 48em) {
  #ss .aside--right.fixed .aside__social {
    right: 10%; } }
@media (min-width: 64em) {
  #ss .aside--right.fixed .aside__social {
    position: static; } }
@media (min-width: 64em) {
  #ss .aside__image-wrapper {
    border-bottom: 0.5rem solid #4b822F;
    position: relative;
    z-index: 1; } }
#ss .aside__figure {
  display: none; }

@media (min-width: 64em) {
  #ss .aside__figure {
    display: block;
    height: 17rem;
    position: relative;
    z-index: 1; } }
#ss .aside__text-wrapper.fixed {
  right: 0;
  left: 0;
  position: fixed;
  background-color: #fff; }

@media (min-width: 64em) {
  #ss .aside__text-wrapper.fixed {
    max-width: 35rem;
    bottom: 0;
    box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); } }
#ss .aside__text-info {
  display: inline-block; }

@media (min-width: 64em) {
  #ss .aside__text-info {
    display: none; } }
#ss .aside__text-info + a {
  display: none; }

@media (min-width: 64em) {
  #ss .aside__text-info + a {
    display: block; } }
#ss .aside__list-wrapper {
  display: none;
  left: 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: auto; }

@media (min-width: 64em) {
  #ss .aside__list-wrapper {
    display: block;
    position: static; } }
#ss .aside__list-text {
  position: relative;
  max-width: 90%;
  display: block; }

#ss .aside__list-text i {
  top: -0.3rem;
  right: -7%;
  position: absolute;
  width: 3rem;
  height: 3rem; }

#ss .aside__list-text i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .aside__list-text.active i {
  transform: rotate(90deg); }

#ss .aside__sub-list {
  max-width: 90%; }

#ss .aside__link.active {
  color: #231F20;
  border-bottom: 0.2rem solid #fabc3b; }

#ss .aside__link-home {
  display: block;
  padding: 2rem 0 0 2rem; }

@media (min-width: 64em) {
  #ss .aside__link-home {
    display: none; } }
@media (min-width: 64em) {
  #ss .aside__nav {
    padding-top: 6rem;
    margin-bottom: 5rem; } }
#ss .aside__nav-link i::before {
  color: #231F20; }

#ss .aside__social {
  margin-right: 1rem; }

@media (min-width: 64em) {
  #ss .aside__social {
    margin-right: 0; } }
#ss .aside__social-item {
  width: 3rem;
  height: 3rem;
  background-color: #ebebeb;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .aside__social-item i::before {
  color: #231F20; }

#ss .aside .icon-link.copied {
  position: relative; }

#ss .aside .icon-link.copied::before {
  content: attr(data-copy);
  top: -2rem;
  left: -3.5rem;
  position: absolute;
  width: 10rem;
  height: auto;
  background-color: #d9ede4;
  color: #231F20;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0.5rem;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

#ss .aside .text--biggest {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  padding-right: 2rem;
  padding-left: 5%; }

@media (min-width: 48em) {
  #ss .aside .text--biggest {
    padding-left: 10%; } }
@media (min-width: 64em) {
  #ss .aside .text--biggest {
    padding: 2rem;
    border-bottom: 0.1rem solid #ccc;
    box-shadow: none; } }
#ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after {
  content: "\E902";
  font-family: "ss-icons";
  right: 7%;
  font-size: 25px;
  font-size: 2.5rem; }

@media (min-width: 48em) {
  #ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after {
    right: 11.5%; } }
@media (min-width: 64em) {
  #ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after {
    content: ''; } }
#ss .aside .text--biggest.has-children.open::after, #ss .aside .text--biggest.has-menu.open::after {
  content: "\E902"; }

#ss .aside .text--biggest.open + .aside__list-wrapper {
  padding-right: calc(10% - 2rem);
  padding-left: calc(10% - 2rem); }

@media (min-width: 48em) {
  #ss .aside .text--biggest.open + .aside__list-wrapper {
    padding-right: calc(10% + 1rem); } }
#ss .aside .text--biggest.open + .aside__list-wrapper .aside__list-text {
  max-width: 100%; }

#ss .aside .text--biggest.open + .aside__list-wrapper .aside__list-text i {
  display: none; }

#ss .aside .text--biggest span {
  display: block;
  max-width: 90%; }

#ss .aside .is-dropdown {
  width: auto;
  height: 65vw; }

@media (orientation: landscape) {
  #ss .aside .is-dropdown {
    width: auto;
    height: 22vw; } }
#ss .iScrollIndicator {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.banner {
  background-color: #f0f0f0;
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  .banner {
    height: 25rem;
    overflow: hidden; } }
.banner__wrapper {
  padding: 5rem 0; }

@media (min-width: 48em) {
  .banner__wrapper {
    padding: 0;
    flex-wrap: nowrap; } }
.banner__text {
  text-align: center; }

@media (min-width: 48em) {
  .banner__text {
    text-align: right;
    margin-right: 5.5rem; } }
.banner__text span {
  display: block; }

.banner__image {
  order: -1;
  flex-basis: 100%; }

@media (min-width: 48em) {
  .banner__image {
    order: 0;
    flex-basis: auto; } }
.banner__image-figure {
  width: 28rem;
  height: auto;
  margin: 0 auto 2rem; }

@media (min-width: 48em) {
  .banner__image-figure {
    width: 35rem;
    height: auto;
    margin: -15% 0 0; } }
@media (min-width: 48em) {
  .banner__icons {
    flex-wrap: nowrap;
    justify-content: flex-end; } }
.banner__icons a:first-of-type {
  margin-right: 1.5rem; }

#ss .card {
  color: #231F20;
  margin: 0 1.5rem 3rem;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in;
  background: #fff; }

#ss .card:hover {
  transform: translate(0, -1rem); }

#ss .card > a {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

#ss .card > a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0.2rem 3rem 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease-in-out; }

#ss .card > a:hover::after {
  opacity: 1; }

#ss .card > a.card--flex {
  width: auto;
  height: auto;
  display: flex;
  margin: 0;
  padding-bottom: 0; }

#ss .card > a.card--flex::after {
  display: none; }

#ss .card--third-responsive {
  flex-basis: 100%;
  margin: 0 0 3rem; }

@media (min-width: 48em) {
  #ss .card--third-responsive {
    margin: 0 1.5rem 3rem;
    flex-basis: calc((100%/2) - 2rem);
    max-width: 48.2%; }

  #ss .card--third-responsive:nth-of-type(2n+1) {
    margin-left: 0; }

  #ss .card--third-responsive:nth-of-type(2n) {
    margin-right: 0; } }
@media (min-width: 80em) {
  #ss .card--third-responsive {
    flex-basis: calc((100%/3) - 2rem);
    max-width: 31.2%; }

  #ss .card--third-responsive:nth-of-type(2n+1) {
    margin-left: 1.5rem; }

  #ss .card--third-responsive:nth-of-type(2n) {
    margin-right: 1.5rem; }

  #ss .card--third-responsive:nth-of-type(3n+1) {
    margin-left: 0; }

  #ss .card--third-responsive:nth-of-type(3n) {
    margin-right: 0; } }
#ss .card--third {
  flex-basis: 100%;
  margin: 0 0 3rem; }

@media (min-width: 48em) {
  #ss .card--third {
    display: flex; } }
@media (min-width: 80em) {
  #ss .card--third {
    flex-direction: column;
    margin: 0 1.5rem 3rem;
    flex-basis: calc((100%/3) - 2rem);
    max-width: 31.2%; }

  #ss .card--third:nth-of-type(3n+1) {
    margin-left: 0; }

  #ss .card--third:nth-of-type(3n) {
    margin-right: 0; } }
#ss .card--third .card__info {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .card--third .card__info {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 80em) {
  #ss .card--third .card__info {
    padding-bottom: 2rem;
    margin-bottom: 2rem; } }
@media (min-width: 80em) {
  #ss .card--third .card__info.text--big {
    padding-right: 0;
    flex-direction: row;
    justify-content: flex-start; } }
#ss .card--full {
  flex-basis: 100%;
  margin: 0 0 3rem;
  background: #fff; }

@media (min-width: 48em) {
  #ss .card--full {
    display: flex; } }
#ss .card--full .card__info {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .card--full .card__info {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 48em) {
  #ss .card--full .card__info.text--big {
    min-width: 13rem; } }
@media (min-width: 64em) {
  #ss .card--full .card__info.text--big {
    min-width: 17.5rem; } }
@media (min-width: 80em) {
  #ss .card--full .card__info.text--big {
    border-width: 0 .2rem 0 0; } }
@media (min-width: 64em) {
  #ss .card--full:not(.card--hp) {
    min-height: 15rem; } }
#ss .card--full:not(.card--hp) .card__text-wrapper {
  align-self: center; }

#ss .card--hp.card-links .card__image {
  min-width: 9rem; }

#ss .card--hp .card__info {
  display: flex;
  margin-bottom: 1rem;
  line-height: 2; }

@media (min-width: 48em) {
  #ss .card--hp .card__info {
    padding-right: 2rem;
    margin-bottom: 0;
    border-right: .2rem solid currentColor;
    border-bottom: 0;
    line-height: 1.07143; } }
#ss .card--flex {
  padding: 0;
  margin-bottom: 0;
  margin-left: auto; }

@media (min-width: 48em) {
  #ss .card--flex {
    margin: 0; } }
@media (min-width: 80em) {
  #ss .card--flex {
    margin-top: 2rem; } }
#ss .card__img {
  border-radius: 0.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); }

@media (min-width: 48em) {
  #ss .card__text-wrapper {
    flex: 1; } }
#ss .card__text-wrapper.mb-auto {
  margin-bottom: auto; }

#ss .card__info.text--big {
  border-bottom: .2rem solid currentColor;
  display: flex; }

@media (min-width: 48em) {
  #ss .card__info.text--big {
    border: solid currentColor;
    border-width: 0 .2rem 0 0;
    margin-right: 2rem;
    padding-right: 2rem; } }
@media (min-width: 80em) {
  #ss .card__info.text--big {
    border: solid currentColor;
    border-width: 0 0 .2rem;
    display: block; } }
#ss .card__info.card--flex {
  padding: 0;
  margin: 0 0 0 auto; }

#ss .card__info-checked {
  width: 2rem;
  height: 2rem;
  background: #4b822F;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff; }

@media (min-width: 64em) {
  #ss .card__info-checked {
    width: 3rem;
    height: 3rem; } }
#ss .card__info span {
  margin-right: 0.3rem; }

#ss .card__image-figure {
  width: auto;
  height: 100%; }

#ss .card.no-shadow {
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding-right: 2rem; }

#ss .card.no-shadow:hover {
  transform: translate(0, 0); }

#ss .card.no-shadow .card__info {
  min-width: 9rem;
  min-height: 7.5rem;
  padding-bottom: 0; }

@media (min-width: 48em) {
  #ss .card.no-shadow .card__info {
    padding-right: 0.5rem;
    min-height: auto; } }
@media (min-width: 80em) {
  #ss .is-ie .card--third {
    display: block; } }
#ss .columns-icons__column {
  margin-bottom: 2rem; }

@media (min-width: 64em) {
  #ss .columns-icons__column {
    margin-bottom: 0; } }
@media (min-width: 48em) {
  #ss .columns-icons__column:first-of-type {
    flex: 0 100%; } }
@media (min-width: 48em) and (min-width: 64em) {
  #ss .columns-icons__column:first-of-type {
    flex-basis: auto; } }
#ss .columns-icons__column:nth-of-type(2) div:first-of-type strong::before {
  content: ""; }

#ss .columns-icons__column:nth-of-type(2) a {
  display: block; }

#ss .columns-icons__column:last-of-type div:first-of-type strong::before {
  content: ""; }

#ss .columns-icons__column:last-of-type div:nth-last-of-type(2) strong::before {
  content: ""; }

@media (min-width: 64em) {
  #ss .columns-icons__image {
    max-width: 85%; } }
#ss .columns-icons__list {
  margin-bottom: 5rem; }

@media (min-width: 64em) {
  #ss .columns-icons__list {
    margin-bottom: 0; } }
#ss .columns-icons__item {
  width: 4rem;
  height: 4rem; }

#ss .columns-icons__text {
  padding-left: 4rem; }

#ss .columns-icons__text strong {
  position: relative; }

#ss .columns-icons__text strong::before {
  content: '';
  font-family: "ss-icons";
  top: -0.5rem;
  left: -4rem;
  position: absolute;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 3rem;
  height: 3rem;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400; }

#ss .columns-icons__link {
  width: 100%;
  height: 100%;
  padding-left: 4rem; }

#ss .columns-icons__link.link--green {
  width: auto;
  height: auto; }

#ss .columns-icons__link i {
  display: block;
  width: 100%;
  height: 100%; }

#ss .columns-icons__link i::before {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff; }

#ss .columns-icons__link i.twitter::before {
  background-color: #38A1F3; }

#ss .columns-icons__link i.facebook::before {
  background-color: #4267b2; }

#ss .columns-icons__link i.youtube::before {
  background-color: #ED3833; }

#ss .columns-icons__link i.linkedin::before {
  background-color: #0077B5; }

#ss .columns-icons__link i.instagram::before {
  background-color: #231F20; }

#ss .columns-list__link {
  display: block;
  max-width: 80%; }

@media (min-width: 48em) {
  #ss .columns-list__item:nth-of-type(2n+1) {
    border-right: 0.1rem solid #ccc; }

  #ss .columns-list__item:nth-of-type(2n+2) {
    padding-left: 4rem; } }
@media (min-width: 64em) {
  #ss .columns-list__item:nth-of-type(2n+2) {
    padding-left: 0; }

  #ss .columns-list__item:not(:nth-of-type(3n+1)) {
    padding-left: 4rem; }

  #ss .columns-list__item:not(:nth-of-type(3n+3)) {
    border-right: 0.1rem solid #ccc; }

  #ss .columns-list__item:nth-of-type(3n+3) {
    border: 0; } }
#ss .columns-list:first-of-type {
  padding-top: 4rem; }

#ss .columns-list:not(:first-of-type) {
  padding-top: 7rem; }

#ss .columns-list:not(:last-of-type)::after {
  border-bottom: 0.1rem solid #ccc; }

#ss .columns-list li {
  position: relative; }

#ss .columns-list li > a i {
  top: 0;
  right: 10%;
  position: absolute;
  transition: 0.75s transform ease-out;
  width: 3rem;
  height: 3rem; }

#ss .columns-list li .open i {
  transform: rotate(90deg); }

#ss .columns-list li .open + ul {
  position: relative; }

#ss .columns-list li .open + ul::before {
  content: '';
  border-left: 0.1rem solid #4b822F;
  top: 0;
  left: 0.5rem;
  position: absolute;
  width: 0.1rem;
  height: 100%; }

#ss .columns-list li .open + ul a {
  display: block;
  max-width: 80%; }

#ss .columns-list li .open + ul a i {
  width: 2rem;
  height: 2rem;
  right: 12%; }

#ss .columns-list li .open + ul a i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .columns-list li .open + ul ul::before {
  border-left: 0.1rem solid #231f20; }

#ss .content {
  width: 100%;
  height: auto;
  background-color: #fff; }

#ss .content.has-sidebar {
  min-height: 100vh; }

@media (min-width: 64em) {
  #ss .content.has-sidebar {
    flex: 1; } }
#ss .content__wrapper {
  padding: 5rem 0; }

#ss .content__search-pagination {
  border-bottom: 0.1rem solid #f0f0f0; }

#ss .content__search-pagination .search {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .content__search-pagination .search {
    max-width: 42rem;
    margin-right: 2rem;
    margin-bottom: 0; } }
@media (min-width: 64em) {
  #ss .content__search-pagination .search {
    max-width: 30rem; } }
@media (min-width: 90em) {
  #ss .content__search-pagination .search {
    max-width: 35rem; } }
#ss .content__search-pagination .search__dropdown-wrapper {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .content__search-pagination .search__dropdown-wrapper {
    margin-bottom: 0; } }
#ss .content__search-pagination .search__box-list {
  padding-top: 0.8rem; }

#ss .content__search-pagination .pagination {
  display: none; }

@media (min-width: 48em) {
  #ss .content__search-pagination .pagination {
    flex-basis: auto;
    margin-left: auto; } }
#ss .content__text {
  width: 100%; }

#ss .content__text:not(.text--semi-bold) a {
  text-decoration: underline;
  color: #4b822F;
  font-weight: 700; }

#ss .content__text-pagination .pagination {
  justify-content: center; }

@media (min-width: 48em) {
  #ss .content__text-pagination .pagination {
    justify-content: flex-start; } }
#ss .content__dropdown {
  padding: 1.1rem 4rem 1rem 2rem; }

#ss .content__dropdown-container {
  position: relative;
  margin-bottom: 2rem;
  max-width: 22rem; }

@media (min-width: 36em) {
  #ss .content__dropdown-container {
    max-width: none; } }
#ss .content__dropdown-container i {
  top: calc(50% + 1rem); }

@media (min-width: 36em) {
  #ss .content__dropdown-container i {
    top: 50%; } }
#ss .content__toggle {
  cursor: pointer; }

#ss .content__toggle.content-no-expand {
  cursor: default; }

#ss .content__toggle .content__section {
  text-transform: none;
  font-weight: 400; }

#ss .content__toggle::before {
  margin-top: -3rem;
  border-top: 0.1rem solid #ccc; }

#ss .content__toggle > span {
  display: block;
  position: relative; }

#ss .content__toggle > span:not(.sr-only):not(.content__toggle-span) {
  max-width: 90%; }

@media (min-width: 48em) {
  #ss .content__toggle > span:not(.sr-only):not(.content__toggle-span) {
    max-width: 95%; } }
#ss .content__toggle .icon-ss-arrow-small {
  right: -8%;
  transition: 0.75s transform ease-out; }

@media (min-width: 48em) {
  #ss .content__toggle .icon-ss-arrow-small {
    right: -5%; } }
#ss .content__toggle .icon-ss-arrow-small::before {
  color: #231F20; }

#ss .content__toggle .icon-ss-arrow-small.arrow-responsive {
  right: 0; }

@media (min-width: 80em) {
  #ss .content__toggle .icon-ss-arrow-small.arrow-responsive {
    right: -5%; } }
#ss .content__toggle .icon-ss-arrow-small.arrow-responsive:not(.arrow-no-content) {
  top: 1rem;
  transform: translate(0, 0); }

#ss .content__toggle.open .icon-ss-arrow-small {
  top: 50%;
  transform: rotate(90deg) translateX(-50%); }

#ss .content__toggle.open .icon-ss-arrow-small.arrow-responsive {
  top: 1rem;
  transform: rotate(90deg) translateX(0); }

@media (min-width: 80em) {
  #ss .content__toggle.open .icon-ss-arrow-small.arrow-responsive {
    top: 50%;
    transform: rotate(90deg) translateX(-50%); } }
#ss .content__toggle.open + .content__section {
  margin-bottom: 5rem; }

#ss .content__toggle-span {
  max-width: 100%; }

@media (min-width: 80em) {
  #ss .content__toggle-span {
    max-width: 95%; } }
#ss .content__toggle-text {
  position: relative;
  max-width: 100%; }

@media (min-width: 80em) {
  #ss .content__toggle-text {
    max-width: 95%;
    padding-left: 2rem; }

  #ss .content__toggle-text.text--indent {
    padding-left: 4rem; } }
#ss .content__toggle-text.text--big {
  text-transform: uppercase;
  font-weight: 700; }

#ss .content__toggle-text.content-no-limit-width {
  max-width: none; }

#ss .content__toggle-input {
  width: 100%;
  height: auto;
  padding-right: 2.5rem;
  text-align: right;
  margin-top: 1rem; }

@media (min-width: 80em) {
  #ss .content__toggle-input {
    margin-top: 0;
    right: 0;
    max-width: 15rem; } }
#ss .content__toggle-input[disabled] {
  background: #edf6f2; }

#ss .content__toggle-box-input {
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  #ss .content__toggle-box-input {
    width: auto;
    height: auto; } }
#ss .content__toggle-box-text.text--green {
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  #ss .content__toggle-box-text.text--green {
    width: auto;
    height: auto; } }
#ss .content__info {
  width: 100%;
  height: auto; }

#ss .content__filter {
  text-align: right; }

#ss .content__detail .content__wrapper {
  padding: 0 0 10rem; }

#ss .content__detail-wrapper {
  width: 100%;
  height: auto;
  padding: 5rem 0; }

#ss .content__detail-wrapper.content--small {
  padding: 5rem 0 2rem; }

#ss .content__detail-wrapper.sitemap {
  background-color: #fff;
  transition: 0.5s all; }

#ss .content__detail-wrapper.sitemap.fixed {
  padding: 3rem 0 2rem;
  position: fixed;
  z-index: 1; }

@media (min-width: 64em) {
  #ss .content__detail-wrapper.sitemap.fixed {
    padding: 5rem 0; } }
#ss .content__detail-wrapper.sitemap.fixed .content__info, #ss .content__detail-wrapper.sitemap.fixed .content__text {
  display: none; }

#ss .content__detail-text {
  flex: 0 100%;
  margin-right: 4rem; }

@media (min-width: 48em) {
  #ss .content__detail-text {
    flex: 1; } }
#ss .content__detail-text p,
#ss .content__detail-text ul,
#ss .content__detail-text ol {
  margin-bottom: 2rem; }

#ss .content__detail-text ul {
  list-style: inside disc; }

#ss .content__detail-text a {
  text-decoration: underline;
  color: #4b822F;
  font-weight: 700; }

#ss .content__detail-text ol {
  top: 0;
  left: 0;
  position: relative;
  counter-reset: orderedList;
  padding-left: 3rem; }

#ss .content__detail-text ol li::before {
  content: counter(orderedList) " —";
  counter-increment: orderedList;
  left: 0;
  position: absolute; }

#ss .content__detail-icon-item {
  color: #231f20;
  flex-wrap: nowrap; }

#ss .content__detail-dropdown {
  position: relative;
  color: #fff; }

@media (min-width: 64em) {
  #ss .content__detail-dropdown {
    width: 21rem; } }
#ss .content__detail-dropdown-link {
  background-color: #4b822F;
  border-radius: 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1.2rem 4rem 1.2rem 2rem;
  display: inline-flex; }

#ss .content__detail-dropdown-link.open {
  border-radius: 2rem 2rem 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .content__detail-dropdown-link i {
  right: 0;
  width: 4rem;
  height: 4rem;
  pointer-events: none; }

#ss .content__detail-dropdown-link i::before {
  color: inherit;
  font-size: 20px;
  font-size: 2rem;
  transform: rotate(90deg); }

#ss .content__detail-dropdown-list {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  top: 100%;
  position: absolute;
  padding: 2rem;
  width: 100%;
  height: auto;
  z-index: 1; }

#ss .content__detail-dropdown-item {
  color: #4b822F; }

#ss .content__detail-dropdown-item-link {
  position: relative;
  display: block; }

#ss .content__detail-dropdown-item-link i {
  top: 0;
  right: -1.2rem;
  position: absolute; }

#ss .content__detail-dropdown-item-link i::before {
  color: inherit;
  font-size: 20px;
  font-size: 2rem; }

#ss .content .accordion-section:first-of-type .content__toggle::before,
#ss .content .is-open-default:first-of-type .content__toggle::before {
  display: none; }

#ss .content .symbol {
  right: 1rem;
  bottom: 0;
  position: absolute;
  font-weight: 400; }

#ss .content .text-indicator {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .content .text-indicator {
    margin-bottom: 2rem; } }
#ss .content .form-accordion__section-box .content__toggle::after {
  margin-top: 4rem; }

#ss .content .form-accordion__section-box .has-shadow {
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .content .form-accordion__buttons {
  justify-content: flex-end; }

#ss .content .form-accordion__button {
  width: auto;
  height: 3rem;
  cursor: pointer; }

#ss .content .form-accordion__button i::before {
  width: 3rem;
  height: 3rem; }

#ss .content .form-accordion__button[type=reset] i {
  background-color: #ebebeb;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .content .form-accordion .symbol {
  bottom: .3rem; }

@media (min-width: 64em) {
  #ss .content .form-accordion .symbol {
    bottom: 0; } }
#ss .grid__column {
  flex: 1; }

#ss .grid__column:first-of-type {
  margin: 0 -2rem; }

#ss .grid__column:not(:first-of-type) {
  display: none; }

@media (min-width: 48em) {
  #ss .grid__column:first-of-type {
    margin: 0 0 0 -2rem; }

  #ss .grid__column:nth-of-type(2) {
    display: block;
    margin-right: -2rem; } }
@media (min-width: 64em) {
  #ss .grid__column:nth-of-type(2) {
    margin-right: 0; }

  #ss .grid__column:last-of-type {
    display: block;
    margin-right: -2rem; } }
#ss .grid--bg {
  background-color: #f0f0f0;
  width: 100%;
  height: auto; }

#ss .grid--container {
  width: 100%;
  height: auto; }

#ss .grid--half {
  flex-basis: 100%; }

@media (min-width: 64em) {
  #ss .grid--half {
    flex-basis: 50%; } }
#ss .grid--half .grid--container {
  max-width: none; }

#ss .grid--row {
  flex-basis: 100%; }

#ss .grid--row .grid--container {
  max-width: none; }

#ss .grid--row .grid--container .card {
  flex-basis: 100%; }

@media (min-width: 64em) {
  #ss .grid--row .grid--container .card {
    flex-basis: 50%; } }
#ss .hero {
  width: 100%;
  height: 25rem;
  position: relative; }

#ss .hero::after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%; }

#ss .hero.has-margin {
  padding-bottom: 3.8rem;
  margin-bottom: 10rem; }

#ss .hero__figure {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1; }

#ss .hero__text {
  color: #fff;
  position: relative;
  z-index: 1; }

#ss .hero__nav {
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 40;
  width: 100%;
  height: auto;
  top: 100%;
  right: 0;
  left: 0;
  position: absolute; }

@media (min-width: 80em) {
  #ss .hero__nav {
    display: block;
    top: auto;
    bottom: -3.8rem;
    border-radius: 1rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    max-width: 80%;
    padding: 3rem; } }
@media (min-width: 90em) {
  #ss .hero__nav {
    max-width: 70%; } }
@media (min-width: 100em) {
  #ss .hero__nav {
    max-width: 60%; } }
#ss .hero__nav.fixed {
  right: 0;
  left: 0;
  position: fixed; }

#ss .hero__list {
  display: none; }

#ss .hero__info {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2.5rem 0 2.2rem;
  cursor: pointer;
  position: relative;
  padding-left: 10%; }

@media (min-width: 80em) {
  #ss .hero__info {
    display: none; } }
#ss .hero__info::after {
  content: "";
  font-family: "ss-icons";
  right: 7%;
  font-size: 25px;
  font-size: 2.5rem; }

@media (min-width: 48em) {
  #ss .hero__info::after {
    right: 11.5%; } }
@media (min-width: 80em) {
  #ss .hero__info::after {
    content: ''; } }
#ss .hero__info.open::after {
  content: ""; }

#ss .hero__info.open + .hero__list .hero__item {
  margin-bottom: 2rem;
  padding-left: 5%; }

@media (min-width: 48em) {
  #ss .hero__info.open + .hero__list .hero__item {
    padding-left: 0; } }
#ss .list-anchors {
  width: 100%;
  height: auto;
  overflow-x: auto; }

@media (min-width: 64em) {
  #ss .list-anchors {
    width: auto;
    height: auto; } }
#ss .list-anchors__list {
  flex-wrap: nowrap; }

#ss .list-anchors__item {
  flex-shrink: 0; }

#ss .list-anchors__item.active a {
  background-color: #231F20;
  color: #f0f0f0; }

#ss .list-anchors__item {
  margin-bottom: 1.5rem; }

@media (min-width: 64em) {
  #ss .list-anchors__item {
    flex-basis: auto;
    margin-bottom: 0; } }
#ss .list-anchors__item .btn {
  padding: 0.3rem 1rem; }

#ss .list-cards {
  width: 100%;
  height: auto; }

#ss .list-columns {
  width: 100%;
  height: auto;
  padding: 4rem 0 15rem; }

#ss .list-columns__list {
  width: 100%;
  height: auto;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@media (min-width: 48em) {
  #ss .list-columns__list {
    flex-wrap: nowrap; } }
#ss .list-columns__item {
  flex-basis: 100%; }

@media (min-width: 48em) {
  #ss .list-columns__item {
    flex-basis: calc(100%/3); } }
#ss .list-columns__item:not(:last-of-type) {
  border-bottom: 0.2rem solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .list-columns__item:not(:last-of-type) {
    border-bottom: 0;
    border-right: 0.2rem solid #ccc;
    padding-bottom: 0;
    margin-bottom: 0; } }
#ss .list-columns__item-text, #ss .list-columns__item-text-big {
  max-width: 90%; }

#ss .list-columns__link {
  text-transform: none; }

#ss .list-text {
  flex-grow: 1;
  flex-basis: 50%; }

#ss .list-text__text {
  flex: 0 100%;
  margin-bottom: 2rem; }

@media (min-width: 64em) {
  #ss .list-text__text {
    margin-bottom: 0; } }
#ss .list-text__article {
  flex: 0 100%;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .list-text__article {
    flex-basis: calc(100%/3); } }
@media (min-width: 64em) {
  #ss .list-text__article {
    flex-basis: 100%;
    margin-bottom: 0; } }
#ss .list-text__article-text {
  max-width: 90%; }

@media (min-width: 64em) {
  #ss .list-text__article-text {
    max-width: none; } }
#ss .map {
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .map__dashboard, #ss .map__current-location {
  flex-wrap: nowrap;
  justify-content: flex-end; }

#ss .map__current-location {
  flex: 0; }

@media (min-width: 64em) {
  #ss .map__current-location {
    flex: 1; } }
#ss .map__current-location span {
  display: none; }

@media (min-width: 64em) {
  #ss .map__current-location span {
    display: block; } }
#ss .map__current-location i {
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 4rem;
  height: 4rem; }

@media (min-width: 64em) {
  #ss .map__current-location i {
    width: 3rem;
    height: 3rem; } }
#ss .map__dashboard .search {
  flex: 2;
  max-width: 80%; }

@media (min-width: 22.5em) {
  #ss .map__dashboard .search {
    max-width: none; } }
#ss .map__wrapper {
  width: 100%;
  height: 40rem; }

#ss .map__modal {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: rgba(77, 77, 77, 0.9);
  z-index: 100; }

#ss .map__modal-wrapper {
  width: 90%;
  height: 100%;
  max-width: 60rem; }

#ss .map__modal-inner-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .map__modal-image {
  border-radius: 1rem 1rem 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .map__modal-image-wrapper {
  display: none; }

@media (min-width: 90em) and (min-height: 50rem) {
  #ss .map__modal-image-wrapper {
    display: block; } }
#ss .map__modal-close {
  top: -4rem;
  right: 0;
  position: absolute; }

#ss .map__modal-close i {
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 3rem;
  height: 3rem;
  color: #231F20; }

#ss .map__modal-close i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .map__modal-text-wrapper {
  padding: 2rem 2rem 1rem 2rem;
  width: 100%;
  height: 35rem;
  overflow: auto; }

@media (min-width: 22.5em) {
  #ss .map__modal-text-wrapper {
    width: 100%;
    height: 50vh; } }
@media (min-width: 48em) {
  #ss .map__modal-text-wrapper {
    padding: 3rem 6rem 5rem 6rem;
    width: 100%;
    height: 80vh; } }
@media (min-width: 90em) and (min-height: 50rem) {
  #ss .map__modal-text-wrapper {
    width: 100%;
    height: 65vh; } }
#ss .map__modal-item {
  flex: 0 100%;
  position: relative; }

/* SC - Comentado para nos popups modal nao ficar o texto partido em colunas */
/* @media (min-width: 48em) { */
/*   #ss .map__modal-item:not(:nth-last-of-type(-n+2)) { */
/*     flex: 1 50%; */
/*   } */
/* } */
#ss .map__modal-item::before {
  top: 0;
  left: -4rem;
  position: absolute;
  font-family: "ss-icons";
  width: 3rem;
  height: 3rem;
  background-color: #f0f0f0;
  color: #231F20;
  font-size: 20px;
  font-size: 2rem;
  content: '';
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: none; }

/* ícones do modal que nao estao a ser usados
#ss .map__modal-item:first-of-type:before {
  content: "";
}

#ss .map__modal-item:nth-of-type(2):before {
  content: "";
}

#ss .map__modal-item:nth-of-type(n+3):not(:nth-last-of-type(-n+2)):before {
  content: "";
}

#ss .map__modal-item:nth-last-of-type(-n+2)::before {
  content: "";
}*/
#ss .map__modal-item-text {
  display: block; }

#ss .map__modal-item-link {
  display: block;
  color: #4b822F;
  text-decoration: underline; }

#ss .map-locations__item {
  position: relative; }

#ss .map-locations__item:not(:last-of-type) {
  margin-bottom: 4rem; }

#ss .map-locations__link {
  right: 0.7rem;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 3rem;
  height: 3rem; }

#ss .pagination {
  flex: 0 100%; }

@media (min-width: 48em) {
  #ss .pagination {
    flex-basis: auto;
    margin-left: auto; } }
#ss .pagination__input {
  width: 100%;
  height: auto;
  max-width: 5rem;
  border-radius: 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #d9ede4;
  text-align: center; }

#ss .pagination__link {
  width: 3rem;
  height: 3rem; }

#ss .pagination__link i::before {
  color: #4b822F;
  font-size: 20px;
  font-size: 2rem; }

#ss .pagination--left i::before {
  transform: rotate(180deg); }

#ss .search {
  background-color: #f0f0f0;
  border-radius: 2.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  height: auto;
  display: flex;
  position: relative; }

#ss .search.active {
  border-radius: 2.5rem 2.5rem 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .search__clear {
  color: #231F20; }

#ss .search__input {
  flex: 1;
  color: #231F20; }

#ss .search__button {
  width: 4rem;
  height: 4rem;
  cursor: pointer; }

#ss .search__button::before {
  color: #231F20; }

#ss .search__box-list {
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 2.5rem 2.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1.5rem 2rem;
  color: #231F20;
  z-index: 40;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15);
  border-top: 2px solid #e2e2e2; }

#ss .search__box-item:not(:last-of-type) {
  margin-bottom: 1.5rem; }

#ss .search__dropdown-wrapper {
  display: none; }

#ss .search__dropdown-wrapper-inner {
  position: relative; }

#ss .search .search__box-list {
  background-color: #f0f0f0;
  box-shadow: none; }

#ss .search-hero {
  background: url("https://picsum.photos/600") no-repeat center/cover;
  width: 100%;
  height: 25rem;
  color: #fff; }

#ss .search-hero__wrapper {
  width: auto;
  height: 100%; }

@media (min-width: 48em) {
  #ss .search-hero__search {
    flex: 2;
    margin-right: 6rem; } }
#ss .search-hero__search .search__box-list,
#ss .search-hero__search .search {
  background-color: #fff; }

#ss .search-hero__search .search__box-list {
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15); }

#ss .search-hero__text {
  display: none; }

@media (min-width: 48em) {
  #ss .search-hero__text {
    display: block;
    flex: 1; } }
#ss .search-hero .search__button {
  width: 5rem;
  height: 5rem; }

#ss .slider {
  position: relative; }

#ss .slider__text-small {
  margin-left: auto; }

#ss .slider__nav {
  background: none; }

#ss .slider__nav i {
  color: #4b822F; }

#ss .slider__gradient {
  position: relative; }

#ss .slider__gradient::after {
  content: '';
  width: 100%;
  height: 55%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); }

#ss .slider__image {
  max-height: 31.5rem; }

#ss .slider__item-text:not(.text--big) {
  width: auto;
  height: 10rem;
  overflow: hidden; }

#ss .slider .card {
  box-shadow: 0 0.2rem 1.4rem 0 rgba(0, 0, 0, 0.15);
  width: auto;
  height: auto; }

#ss .slider .card__text {
  overflow: hidden;
  width: 100%;
  height: 6rem; }

#ss .slider .card a::after {
  box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.25); }

#ss .slider .swiper-container {
  padding: 2rem 0; }

@media (min-width: 48em) {
  #ss .slider .swiper-container {
    width: calc(100% + 3rem);
    height: auto;
    left: -1.5rem; } }
#ss .slider .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.8rem;
  border-radius: 0.25rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: rgba(0, 125, 69, 0.85); }

@media (min-width: 48em) {
  #ss .slider .swiper-pagination-bullet {
    width: 3.2rem;
    height: 1rem; } }
#ss .slider .swiper-pagination-bullet-active {
  background-color: #4b822F; }

#ss .slider .swiper-button-prev {
  display: none; }

@media (min-width: 48em) {
  #ss .slider .swiper-button-prev {
    display: block;
    left: -5rem;
    transform: rotate(-180deg); } }
#ss .slider .swiper-button-next {
  display: none; }

@media (min-width: 48em) {
  #ss .slider .swiper-button-next {
    display: block;
    right: -5rem; } }
#ss .slider-reveal__item {
  background-color: #4b822F;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  max-height: 6rem;
  position: relative;
  overflow: hidden;
  margin: 0 1rem;
  transform: translate3d(0, 0, 0); }

#ss .slider-reveal__item::after {
  content: '';
  background: rgba(0, 125, 69, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

#ss .slider-reveal__item:hover img {
  transform: scale(1.3); }

#ss .slider-reveal__item.inactive::after {
  background: rgba(153, 153, 153, 0.8); }

#ss .slider-reveal__image {
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transform: scale(1);
  transition: 0.5s transform ease-in-out; }

#ss .slider-reveal__text {
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 1; }

@media (min-width: 64em) {
  #ss .slider-text {
    flex-wrap: nowrap; } }
#ss .slider-text .swiper-container {
  padding: 0;
  width: 100%;
  height: auto;
  left: 0;
  margin: 0 0 5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@media (min-width: 64em) {
  #ss .slider-text .swiper-container {
    flex-grow: 2;
    margin: 0 6rem 0 0; } }
#ss .slider-text .swiper-pagination {
  width: auto;
  height: auto;
  left: auto;
  bottom: 0;
  right: 1px;
  background: #fff;
  padding: 0.5rem 3rem 2.6rem 0; }

#ss .table {
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  overflow: hidden; }

#ss .table__head {
  background-color: #4b822F;
  color: #fff; }

#ss .table__head .table__row {
  width: 100%;
  height: 1.5rem; }

@media (min-width: 64em) {
  #ss .table__head .table__row {
    width: 100%;
    height: auto; } }
#ss .table__body .table__row:nth-of-type(2n+1) {
  background-color: #edf6f2; }

#ss .table__row {
  position: relative; }

@media (min-width: 64em) {
  #ss .table__row {
    display: table-row; } }
#ss .table__row.has-accordion {
  cursor: pointer; }

#ss .table__row.open .cell--arrow i {
  transform: rotate(90deg) translate(-50%, 50%); }

#ss .table__cell {
  width: 100%;
  height: auto;
  padding: 2rem 2.5rem; }

@media (min-width: 48em) {
  #ss .table__cell {
    width: 50%;
    height: auto; } }
@media (min-width: 64em) {
  #ss .table__cell {
    width: auto;
    height: auto;
    vertical-align: middle; } }
#ss .table-accordion__hidden {
  background-color: #f0f0f0;
  width: 100%;
  height: auto; }

#ss .table-accordion__table {
  width: 100%;
  height: auto;
  table-layout: fixed; }

@media (min-width: 64em) {
  #ss .table-accordion__table {
    table-layout: auto; } }
#ss .table-accordion__head {
  background-color: #f0f0f0;
  text-align: left; }

#ss .table-accordion__head .table__cell:first-of-type {
  text-align: left; }

#ss .table-accordion__body .table-accordion__row:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, 0.7); }

#ss .table-accordion__body .table-accordion__row:nth-of-type(2n) {
  background-color: #f0f0f0; }

#ss .table-accordion__cell {
  padding: 1.5rem 5rem;
  text-align: left; }

#ss .table-accordion .table__body .table__row:nth-of-type(2n+1) {
  background-color: #fff; }

#ss .table-accordion .table__body .table__row:nth-of-type(4n+1) {
  background-color: #edf6f2; }

@media (min-width: 64em) {
  #ss .table-accordion .table__cell {
    flex: 1; } }
#ss .table .table__head {
  padding: 0 2.5rem;
  width: auto;
  height: 0; }

@media (min-width: 64em) {
  #ss .table .table__head {
    width: auto;
    height: auto;
    padding: 1.25rem 2.5rem; } }
#ss .table .table__head-mobile {
  width: 100%;
  height: auto; }

#ss .table .cell--arrow {
  max-width: 5rem; }

@media (min-width: 64em) {
  #ss .table .cell--arrow {
    position: relative;
    top: 0;
    transform: translate(0, 0); } }
#ss .table .cell--arrow i {
  width: 3rem;
  height: 3rem;
  transition: 0.75s transform ease-out; }

#ss .table .cell--arrow i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .table .cell--arrow ~ .table__cell {
  padding: 2rem 5rem; }

@media (min-width: 64em) {
  #ss .table .cell--arrow ~ .table__cell {
    padding: 2rem 2.5rem 2rem 0; } }
#ss .table .cell--small {
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  #ss .table .cell--small {
    width: 50%;
    height: auto; } }
@media (min-width: 64em) {
  #ss .table .cell--small {
    width: auto;
    height: auto;
    min-width: 14rem; } }
#ss .is-ie .table {
  border-collapse: separate; }

#ss .is-ie .table__head .table__cell:first-of-type {
  border-radius: 1rem 0 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .is-ie .table__head .table__cell:last-of-type {
  border-radius: 0 1rem 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .is-ie .table__body .table__row:last-of-type .table__cell:first-of-type {
  border-radius: 0 0 0 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .is-ie .table__body .table__row:last-of-type .table__cell:last-of-type {
  border-radius: 0 0 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .is-ie .table-accordion {
  background: linear-gradient(to bottom, #4b822f 100px, #ffffff 100%); }

#ss .is-ie .table-accordion .table__head {
  background-color: transparent; }

#ss .is-ie .table-accordion .table__row:not(.open):nth-last-of-type(2) {
  border-radius: 0 0 1rem 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .is-ie .table-accordion__hidden {
  max-width: 125rem; }

#ss .is-ie .table-accordion__body .table-accordion__row:last-of-type .table-accordion__cell:first-of-type {
  border-radius: 0 0 0 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .is-ie .table-accordion__body .table-accordion__row:last-of-type .table-accordion__cell:last-of-type {
  border-radius: 0 0 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .toggle {
  position: relative; }

#ss .toggle__switch {
  display: none; }

#ss .toggle__switch-dashboard {
  background-color: #4b822F;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1rem 2rem;
  margin-bottom: 2rem; }

#ss .toggle__switch-close {
  cursor: pointer; }

#ss .toggle__view {
  display: none;
  cursor: pointer; }

@media (min-width: 80em) {
  #ss .toggle__view {
    display: flex; } }
#ss .toggle__view-item:first-of-type {
  margin-right: 2rem; }

#ss .toggle__view-icon {
  background-color: #ebebeb;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 3rem;
  height: 3rem; }

#ss .toggle__view-icon.active {
  background-color: #231F20;
  color: #fff; }

#ss .toggle__pagination-arrow {
  color: #231F20; }

#ss .toggle__pagination-arrow.disabled {
  color: rgba(77, 77, 77, 0.35);
  cursor: default; }

#ss .toggle__pagination .arrow--left i::before {
  transform: rotate(180deg); }

#ss .toggle__input:checked + label {
  color: #4b822F; }

#ss .toggle__input:checked + label::after {
  left: 1.5rem;
  background-color: currentColor; }

#ss .toggle__label {
  cursor: pointer;
  position: relative;
  color: #231F20; }

#ss .toggle__label::before {
  content: '';
  left: 0;
  background-color: #f0f0f0;
  width: 3rem;
  height: 1.2rem;
  border-radius: 1.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#ss .toggle__label::after {
  content: '';
  background-color: #999;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  box-shadow: 0 0 30rem 0 rgba(0, 0, 0, 0.25);
  transition: left 0.3s; }

#ss .toggle__filter {
  background: #4b822F;
  padding: 0.5rem;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@media (min-width: 80em) {
  #ss .toggle__filter {
    display: none; } }
#ss .toggle__filter i::before {
  color: #fff; }

#ss .toggle__filter.open + .toggle__switch {
  top: 0;
  left: 5rem;
  position: absolute;
  background-color: #fff;
  border-radius: 1rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  z-index: 50;
  padding-bottom: 2rem; }

#ss .toggle__filter.open + .toggle__switch .toggle__switch-wrapper {
  padding: 0 2rem;
  margin-bottom: 2rem; }

#ss body {
  line-height: 1;
  font-size: inherit;
  background-color: transparent;
  color: inherit; }

#ss .nav {
  margin-bottom: 0; }

#ss .nav__list {
  margin-bottom: 0; }

#ss .nav__list-item {
  position: static;
  line-height: 1; }

@media (min-width: 48em) {
  #ss .card--third-responsive {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 80em) {
  #ss .nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; } }
@media (min-width: 48em) {
  #ss .content__search-pagination .pagination, #ss .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }
@media (min-width: 80em) {
  #ss .search__dropdown-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }
@media (min-width: 64em) {
  #ss .aside--right {
    display: flex;
    flex-direction: column; } }
@media (min-width: 48em) {
  #ss .card__info.text--big {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }
@media (min-width: 80em) {
  #ss .toggle__switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (min-width: 48em) {
  #ss .footer__upper-list, #ss .content__text-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 80em) {
  #ss .hero__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 80em) {
  #ss .content__toggle .icon-ss-arrow-small.arrow-responsive:not(.arrow-no-content), #ss .content__toggle-input {
    top: 50%;
    position: absolute;
    transform: translate(0, -50%); } }
@media (min-width: 80em) {
  #ss .hero__nav {
    margin-right: auto;
    margin-left: auto; } }
.aui-field-select {
  width: 135% !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  margin-top: 30% !important; }

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 65%;
  left: 120%; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

#p_p_id_101_INSTANCE_mEXj5U4p7YTO_ .portlet-borderless-container {
  border-width: 0 !important;
  border-style: none !important; }

.portlet-borderless-container {
  border-width: 0 !important;
  border-style: none !important; }

#ss .dockbar .nav-add-controls {
  display: unset;
  position: fixed; }

#ss .dockbar .nav-add-controls > li > a,
#ss .dockbar .navbar-inner .nav > li > a {
  color: #FFF; }

#ss .dockbar .navbar-inner .nav > li,
#ss .dockbar-split .dockbar .navbar-inner .nav > li,
#ss .dockbar .navbar-inner .nav > li::selection,
#ss .dockbar-split .dockbar .navbar-inner .nav > li::selection,
#ss .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle,
#ss .dropdown-menu,
#ss .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
  background-color: #118ade;
  background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%); }

#ss .dockbar .nav-item-label {
  font-size: 14px; }

#ss .navbar .btn-navbar {
  display: none; }

#ss .btn-group button, #ss .portlet-login button {
  padding: unset;
  margin: unset;
  background: unset; }

#ss .lfr-admin-panel h1 {
  font-size: 38.5px; }

#ss .lfr-admin-panel .btn, #ss .dialog-iframe-modal .btn {
  color: #000; }

#ss .btn-group .btn, #ss .portlet-login button {
  color: #000;
  padding: 4px 12px;
  border-radius: 0;
  background: #eaeaea; }

#ss .lfr-admin-panel select {
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  -webkit-appearance: menulist; }

#ss .dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  display: inline; }

/*fixs para dockbar não sobrepor menu*/
#ss .dockbar-ready .header {
  position: sticky; }

@media (min-width: 48em) {
  #ss .dockbar-ready .header {
    min-height: unset; }

  /*fix para posição "resultados por página" em resultados da pesquisa*/
  #ss .content__search-pagination .search__dropdown-wrapper {
    max-height: 40px; } }
/*fix 4 fvr*/
.aui ul {
  margin: 0; }

/* Web contents Fix */
#wrapper h3.CCL_Title.CCL_ItemBox1 {
  line-height: 1.45833;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45833;
  font-family: "Poppins";
  color: #4d4d4d; }

#wrapper p.CCL_Txt,
#ss .ContentType1 p,
#ss .content.content__detail p {
  line-height: 1.85714;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-family: "Open Sans";
  text-align: left;
  margin-bottom: 0; }

#wrapper p.CCL_More {
  display: none; }

/* Login Portlet */
#ss .portlet-login {
  font-size: 1.5em;
  padding: 20px; }

/* fix botões de impressão e exportação de pdf */
.SiteBtn5 {
  display: none; }

/* fix para esconder os portlets antigos de caixa de acesso rápido (depois deverão ser todos retirados de uma vez) */
.portlet-boundary_portletcaixaacessorapido_WAR_ptinportlet_ {
  display: none; }

/* fix páginas de conteúdo intermédio para retirar os espaços extras entre parágrafos (os web contents já tem espaços extras) */
#wrapper p.CCL_Txt {
  margin-bottom: 4rem; }

/* fix páginas de conteúdo multiparte (conteúdo final - bug 72320) */
#ss .content__detail-text p, #ss .content__detail-text ul, #ss .content__detail-text ol {
  margin-bottom: unset; }

#ss .pt-3 {
  padding-top: unset; }

/* fix de conteudos com texto reduzido - exemplo: http://uldvlx08.seg-social.pt:11080/web/guest/pedido-cartao-europeu-seguro-doenca (bug 72329) */
.content__detail-text {
  max-width: 100%; }

/* fix de título H1 que fica à esquerda do portlet de Documentação Relacionada que deveria ter esse max-width menor (deve ter sido o motivo de haver o max-width inicialmente, mas esse teria que ser mais específico, como coloco abaixo) */
.content__detail-wrapper-inner .content__detail-text h1 {
  max-width: 460px; }

/* fix pagina de autenticacao para apresentar os campos de login e password, que estão sem borda */
#ss .portlet-body .sign-in-form input {
  border: 1px solid #ccc; }

/* fix de tabelas nos web contents sem linha delimitadora e com textos por vezes cinzentos (sendo que o fundo também é cinza) - exemplo: http://uldvlx08.seg-social.pt:11080/web/guest/trabalhador-por-conta-de-outrem (bugs 72322, 72349, 72323) */
#ss .journal-content-article table:not(.table__head),
#ss .journal-content-article table:not(.table__head) td,
#ss .journal-content-article table:not(.table__head) th,
.html-editor table:not(.table__head),
.html-editor table:not(.table__head) td,
.html-editor table:not(.table__head) th {
  border: 0.5px solid #000;
  color: #000;
  padding: 10px; }

#ss .journal-content-article table:not(.table__head),
#ss .journal-content-article table:not(.table__head) td,
#ss .journal-content-article table:not(.table__head) th {
  border-collapse: collapse; }

#ss .journal-content-article table[border="0"],
#ss .journal-content-article table[border="0"] th,
#ss .journal-content-article table[border="0"] td {
  border: 0; }

/* Fix para remover a background color dos THs no caso especifico das tabelas com a class "table__head" */
#ss.aui thead.table-accordion__head th {
  background-color: transparent;
  font-size: unset;
  font-weight: 700; }

#ss.aui thead.table__head th {
  background-color: transparent;
  font-weight: 700; }

/* Fix para remover a background color dos TDs no caso especifico das tabelas com TDs a class "table__cell" */
#ss.aui .table td.table__cell {
  background-color: unset; }

/* Fix para remover o alinhamento das celulas imposto pela fvr */
#ss.aui tbody tr td {
  vertical-align: middle; }

#ss.aui .table-accordion__hidden > td {
  padding: unset; }

#ss.aui .table-accordion__hidden td {
  line-height: unset;
  border-top: unset;
  text-align: unset;
  vertical-align: unset;
  background-color: unset;
  width: 100%; }

#ss.aui #wrapper form {
  margin: unset; }

#ss.aui #wrapper .table thead th {
  vertical-align: unset; }

#ss.aui #wrapper .table th, .aui .table td {
  line-height: unset;
  border-top: unset; }

#ss.aui #wrapper select, #ss.aui #wrapper textarea, #ss.aui #wrapper input[type="text"], #ss.aui #wrapper input[type="password"], #ss.aui #wrapper input[type="datetime"],
#ss.aui #wrapper input[type="datetime-local"], #ss.aui #wrapper input[type="date"], #ss.aui #wrapper input[type="month"], #ss.aui #wrapper input[type="time"],
#ss.aui #wrapper input[type="week"], #ss.aui #wrapper input[type="number"], #ss.aui #wrapper input[type="email"], #ss.aui #wrapper input[type="url"],
#ss.aui #wrapper input[type="tel"], #ss.aui #wrapper input[type="color"], #ss.aui #wrapper .uneditable-input {
  height: inherit; }

/* fix de listas encadeadas que não aparecem corretas - exemplo: http://uldvlx08.seg-social.pt:11080/web/guest/prova-escolar (bug 72317) */
#ss .content__detail-text ul {
  margin: 1em; }

/* fix da lista de qualificações - exemplo: http://www.seg-social.pt/associacoes-mutualistas-registo (bug 72336) */
#ss ul.npss_qualificacoes {
  list-style: none; }

/* fix para remover os ratings */
#ss .taglib-ratings-wrapper {
  display: none; }

/*fix margem topo portlet*/
.aui .portlet-borderless-container {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.aui .js-scroll-menu .aside__list-text > a {
  font-weight: unset; }

/*Fix para a altura do input de pesquisa*/
#ss #search_keywords {
  height: 40px; }

.aui .search .portlet-body input {
  border: none; }

/* Fix para retirar o outline dos Inputs on focus apenas dentro id wrapper */
#ss #wrapper input:focus {
  outline: none;
  box-shadow: none; }

#ss.aui #wrapper .pagination {
  margin: inherit;
  margin-left: auto; }

#ss.aui #wrapper select {
  width: inherit; }

#ss.aui #wrapper select, #ss.aui #wrapper input[type="file"] {
  line-height: inherit; }

#ss.aui #wrapper .content__search-pagination .search {
  max-width: 35rem;
  margin-right: 2rem;
  max-height: 40px; }

/* Pagination buttons css adicional */
.pagination > .disabled > a {
  pointer-events: none;
  opacity: 0.2; }

#ss #ptin-pagination-delta-top {
  /*opacity: 0;*/
  max-height: 40px; }

/*#ss #ptin-pagination-top {
	opacity: 0;
}*/
@media (min-width: 64em) {
  #ss .columns-list__item:nth-of-type(3n+3) {
    border: 0 !important;
    /* fix: retira barra ultima coluna mapa site */ } }
/* fix: o estilo original aui btn estraga o layout dos botões do site mapa. */
.list-anchors > ul.list-anchors__list > li.active > a.btn {
  background-image: none !important; }

/*Fix icones menu lateral detalhe noticia*/
.aui .aside .icon-link:before, .aui .aside .icon-facebook:before, .aui .aside .icon-twitter:before,
#ss .regular-content-wrapper .icon-link:before,
#ss .regular-content-wrapper .icon-facebook:before,
#ss .regular-content-wrapper .icon-twitter:before {
  content: none; }

/* Fix GS  */
#ss .content__toggle.text--green {
  margin: 0; }

/* Fix GS  */
#ss .mb-2 {
  margin-top: 0; }

/* Fix GS  */
#ss .pt-3.simulator-padding-3 {
  padding-top: 3rem; }

/* Fix GS  */
#ss .btn--green {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border-color: white; }

/* Fix spans sr-only que não devem estar visíveis na pré-visualização de conteúdos (GS) */
span.sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; }

/* TODO - Erro no posicionamento menu lateral noticia, fix para entrega, rever solução (JS FVR tem influencia). */
/*#ss .fx {
    position: fixed !important;
    top: 80px !important;
}*/
/* TODO - Fix para entrega - CSS para Layout Layout_Organismo_Sem_Menu (NB) */
/*#ss .Layout_Organismo_Sem_Menu .fx {
    position: fixed!important;
    top: 330px!important;
}*/
/* No BO as checkbox devem ser as nativas */
#ss .signed-in input.field[type=checkbox] {
  left: 0;
  position: relative;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

/* Fix para os links no conteúdo intermédio*/
#ss .content__wrapper p > a {
  text-decoration: underline;
  color: #4b822F;
  font-weight: 700; }

#ss .Layout_Organismo_Sem_Menu .taglib-header {
  display: none; }

/*#ss .Layout_Organismo_Sem_Menu .fx {
    position: fixed!important;
    top: 330px!important;
}*/
#ss .Layout_Organismo_Sem_Menu .taglib-header {
  display: none; }

/* integração do CSS que está definido para todas as páginas no BO pelo Fernando */
#ss .signed-in .journal-article-container input[type="checkbox"] {
  left: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

#ss .signed-in input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

#ss .signed-in .journal-article-container input.field {
  display: block !important; }

/* Input de pesquisa de Portlets */
#ss .lfr-add-panel .search-panel input {
  border: 1px solid gray;
  font-size: 20px;
  padding: 4px 12px; }

/* as paginas de conteudo intermedio ficaram com as letras diferentes por causa do AUI, por isso o unset - incluir no estilo já existente */
#ss a {
  font-weight: unset; }

/* os menus do Liferay ficam com letra preta, ao invés de branca, por conta de um fix do tema - incluir no estilo já existente */
#ss .dockbar .nav-item-label {
  color: #fff; }

/* É pretendido que as tabelas fiquem centradas */
table {
  margin: 0 auto; }

/* Fix de edição de conteúdos pelo FO */
#ss .article-form-add a.taglib-icon,
#ss .article-form-add a.taglib-icon:focus,
#ss .article-form-add a.taglib-icon:hover,
#ss .article-form-add .btn,
#ss .article-form-edit a.taglib-icon,
#ss .article-form-edit a.taglib-icon:focus,
#ss .article-form-edit a.taglib-icon:hover,
#ss .article-form-edit .btn {
  color: #555; }

#ss .article-form-add input,
#ss .article-form-add button,
#ss .article-form-add select,
#ss .article-form-add textarea,
#ss .article-form-edit input,
#ss .article-form-edit button,
#ss .article-form-edit select,
#ss .article-form-edit textarea {
  border: 1px solid #BBB;
  margin: 15px;
  padding: 5px;
  color: #000;
  font-size: 15px; }

#ss .article-form-add .nav,
#ss .article-form-edit .nav {
  display: block;
  -ms-flex-wrap: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset; }

#ss .article-form-add .row-fluid,
#ss .article-form-edit .row-fluid {
  width: 100%;
  *zoom: 1; }

#ss .article-form-add,
#ss .article-form-edit {
  padding: 2em 5em 0; }

#ss .article-form-add select,
#ss .article-form-edit select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }

/* fim da incorporação do CSS do BO feito pelo Fernando e pelo NunoMC :) */
#ss .aui a [class^="icon-"], #ss .aui a [class*=" icon-"] {
  display: unset; }

/* Fix: mostrar bullets no CKEditor */
.html-editor ul, .html-editor ol {
  margin: 0 0 10px 25px;
  list-style-position: inside; }

.html-editor ul {
  list-style-type: disc; }

/* integração dos estilos da fever para o autocomplete, adaptados ao jQuery UI Autocomplete */
#ss .ui-autocomplete {
  top: 100%;
  left: 0 !important;
  position: absolute;
  width: 350px !important;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 2.5rem 2.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1.5rem 2rem;
  color: #4d4d4d;
  z-index: 40;
  -webkit-box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15);
  border-top: 2px solid #e2e2e2;
  list-style: none; }

#ss .search .ui-autocomplete {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ss .search.active {
  border-radius: 2.5rem 2.5rem 0 0;
  background-clip: padding-box; }

#ss .header__search-form.active .header__search.active {
  border-radius: 2.5rem 2.5rem 0 0;
  background-clip: padding-box; }

#ss .header__search-form.active .ui-autocomplete {
  width: 100% !important; }

#ss .js-search-form .header__search-input {
  color: #4b822F;
  font-weight: 600;
  letter-spacing: 0.021em; }

#ss .ui-menu-item:not(:last-of-type) {
  margin-bottom: 1.5rem; }

#ss .wrapper .columns-max {
  width: 100%; }

.html-editor ol {
  list-style-type: decimal; }

.html-editor ul ul, .html-editor ol ul {
  list-style-type: circle;
  margin-left: 15px; }

.html-editor ol ol, .html-editor ul ol {
  list-style-type: lower-latin;
  margin-left: 15px; }

/* Fix: textos no CKEditor */
.html-editor h1 {
  font-size: 38.5px !important; }

.html-editor h2 {
  font-size: 24px !important; }

.html-editor h3 {
  font-size: 20px !important; }

.html-editor h2, body.html-editor h3 {
  font-weight: normal !important; }

.html-editor h1,
.html-editor h2,
.html-editor h3 {
  line-height: 40px !important; }

.html-editor h1,
.html-editor h2,
.html-editor h3,
.html-editor h4,
.html-editor h5,
.html-editor h6,
.html-editor p,
.html-editor th {
  margin: 10px 0;
  font-style: normal;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

.html-editor h1,
.html-editor h2,
.html-editor h3,
.html-editor h4,
.html-editor h5,
.html-editor h6,
.html-editor th {
  font-weight: bold; }

/* Fix: bold no CKEditor */
.html-editor strong {
  font-weight: bold; }

#ss .article-form-edit input,
#ss .article-form-edit button,
#ss .article-form-edit select,
#ss .article-form-edit textarea,
#ss .cke input,
#ss .cke button,
#ss .cke select,
#ss .cke textarea {
  border: 1px solid #DDD;
  background: white;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#ss .article-form-edit select,
#ss .cke select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

#ss .article-form-edit .btn-group button {
  background: #f1f1f1;
  border: 1px solid #b5b5b5;
  margin: 15px;
  padding: 5px;
  font-family: "Poppins";
  font-size: 15px;
  border-radius: 0; }

/* Fix GS: Aumentar o tamanho dos campos dos simuladores */
#ss .simulador .form-accordion__section-box .content__toggle-box-input {
  width: 270px; }

@media (max-width: 979px) {
  #ss .simulador .form-accordion__section-box .content__toggle-box-input {
    width: 100%; } }
/* Remover as setas dos campos numéricos */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Permitir ver a informação das notificações que fica escondida pelos links à direita */
@media (min-width: 1200px) {
  #ss.aui .row-fluid .span9.user-notifications-list-container {
    width: 69%; }

  #ss .notifications-portlet .non-actionable .user-notification .timestamp {
    padding-right: 15px; }

  #ss .header + .wrapper .notifications-portlet {
    margin-top: 8rem; }

  #ss .header.fixed + .wrapper .notifications-portlet {
    margin-top: 0; } }
/* Remover o background branco do web content da pesquisa relevante */
.aui .search-hero .search-hero__text .portlet-borderless-container {
  background: none; }

#ss .list-text__article {
  margin-bottom: 30px; }

#ss .slider__item-wrapper {
  background-color: white; }

.aui .grid--container .portlet-borderless-container {
  background: transparent; }

.aui .lfr-admin-panel.lfr-device-preview-panel {
  width: 300px; }

.aui .lfr-admin-panel.lfr-device-preview-panel .lfr-device-item {
  height: 70px;
  line-height: 20px; }

#ss .list-columns .portlet-column-content {
  width: 100%;
  text-align: center; }

#ss .search-hero .home-search input {
  height: auto; }

#ss .alert-block .btn.popup-alert-close {
  border: 1px solid #cfcfcf;
  background-color: initial;
  text-transform: initial;
  padding: inherit;
  color: initial;
  margin-left: 10px;
  background: #f1f1f1; }

#ss .btn-toolbar input {
  border: 1px solid #DDD;
  height: auto;
  font-size: 14px;
  padding: 4px 6px; }

#ss .lfr-add-content .accordion-inner .nav {
  display: block;
  font-size: 12px; }

#ss .pesquisa-portlet input {
  height: auto; }

#ss .content__toggle-input[type=number] {
  background-color: #f0f0f0;
  border-radius: 2rem;
  background-clip: padding-box;
  max-height: 4rem; }

#ss .banner .portlet-borderless-container {
  background-color: #f0f0f0; }

#ss .slider-text .swiper-container {
  margin: 0 6rem 0 0; }

#ss .content__detail-dropdown-item-link {
  line-height: 16px; }

#ss .content__detail-text table {
  float: none; }

#ss .content__detail-text table ol[style] > li::before {
  content: none; }

#ss .cookies {
  position: fixed;
  background: #4b822F;
  /* alterada */
  width: 100%;
  color: #fff;
  /*alterada */
  font-family: "Roboto";
  font-size: 14px;
  z-index: 61;
  bottom: 0; }
#ss .inner_cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    #ss .inner_cookies {
      flex-wrap: nowrap; } }
  #ss .inner_cookies a {
    color: #fff;
    /*alterada */
    margin-right: 10px;
    font-weight: 600; }
  #ss .inner_cookies button {
    border: 0;
    background: #fff;
    /*alterada */
    color: #4b822F;
    /*alterada */
    border-radius: 1rem;
    margin: 0;
    padding: 10px 20px;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600; }
    @media (max-width: 390px) {
      #ss .inner_cookies button {
        padding: 10px 3px; } }
#ss #openGlobal_privacy_accept_essencial {
  background: transparent;
  border: 1px solid white;
  color: white; }
#ss .span3 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1200px) {
    #ss .span3 {
      width: 406px; } }
#ss .span9 {
  margin: 0 30px 20px 0; }
  @media (min-width: 900px) {
    #ss .span9 {
      margin-bottom: 0; } }

#ss .observacoes-list .map__modal-item:last-of-type::before {
  content: ""; }

/* End Fix GS */
/* NB: Fixes */
/* retirar as margens do Header neste Layout */
#ss.aui .layout_organismo_menu_lat_esq_c_wrapper h1 {
  margin: 0; }

/* fix: esconder o acesso ás tooltips */
#ss div.info-tooltip > abbr {
  display: none !important; }

/* Homepage do Organismo - Aumentar espaçamento vertical entre as portlets*/
#ss .layout_organismo div.portlet-boundary:not(:first-child) {
  margin-top: 8rem; }

#ss.aui .header__search-input:-ms-input-placeholder {
  color: transparent;
  transition: color .4s ease-in-out; }

#ss.aui .header__search-input::-moz-placeholder {
  color: transparent;
  transition: color .4s ease-in-out; }

#ss.aui .header__search-input::-webkit-input-placeholder {
  color: transparent;
  transition: color .4s ease-in-out; }

/* Fix para as linhas das FAQ ocuparem 100% width */
.layout_S_MenuLatEsq .portlet-borderless-container {
  position: inherit; }

/* Fix para o posicionamento do alerta nas notícias do Organismo*/
.ptin-noticias-organismo + .alert.alert-info {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
  max-width: 90%; }
  @media (min-width: 48em) {
    .ptin-noticias-organismo + .alert.alert-info {
      max-width: 80%; } }
  @media (min-width: 90em) {
    .ptin-noticias-organismo + .alert.alert-info {
      max-width: 70%; } }
  @media (min-width: 100em) {
    .ptin-noticias-organismo + .alert.alert-info {
      max-width: 65%; } }

/* Fix para o FF no mobile menu */
#ss.aui #heading {
  bottom: 0; }

#ss.aui #skip-to-content:focus {
  margin-top: 0; }

#heading script {
  display: none !important; }

/*Fix Imagens dentro das tabelas */
#ss.aui table.table .table__cell img {
  max-width: unset; }

/* Fix: tamanho caixa search */
#ss .content__wrapper .content__detail-wrapper-inner {
  max-width: 100%; }

/* fix no tamnaho dos Filtros */
#ss #filtros .slider {
  max-width: 100%; }

#ss #filtros .slider .slider-reveal__item {
  cursor: pointer; }

#ss #filtros {
  padding-bottom: 5rem; }

#ss .layout_S_MenuLatEsq h2.taglib-categorization-filter {
  font-size: 0;
  display: none; }

#ss .layout_S_MenuLatEsq h2.taglib-categorization-filter em {
  font-size: 16px;
  padding-bottom: 40px;
  display: block; }

#ss.aui h2.js-aside-menu {
  margin: 0; }

#ss.aui #heading {
  margin-top: 0; }

@media (max-width: 767px) {
  #ss.aui body {
    padding: 0; } }
#ss .wrapper__flex {
  display: flex;
  flex-wrap: wrap; }

#ss .portlet-asset-publisher .asset-full-content.show-asset-title .asset-content {
  margin-left: 0;
  margin-right: 0; }

#ss .portlet-column-content.empty {
  padding: unset; }

#ss .signed-in .portlet-column-content.empty {
  padding: 50px; }

/* End Fix NB */
/* estilo para iframe com detalhes estatisticas */
#ss #estatisticas_detalhes {
  width: 100%;
  min-height: 600px; }

/* fix botoes navegacao mapa do site */
#ss .list-anchors__item .btn {
  border: 0;
  background-image: none; }

/* fix: IE caixas de pagamentos (possivelmente outras) */
@media (min-width: 48em) {
  #ss .list-cards .card--hp .card__text-wrapper {
    max-width: 452px; } }
/* fix: retirar setas das caixas do tipo number */
#ss input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

/* esconde o botão back nos asset publishers */
#ss .taglib-header .header-back-to {
  display: none; }

/* esconde header do asset publisher noticias */
#p_p_id_101_INSTANCE_9N8j_ .taglib-header {
  display: none; }

/* fix: header no mapa do site qdo o user está loggado */
#ss .signed-in .sitemap.fixed {
  top: 80px; }

/* fix: config aparencia e outras #lfr-look-and-feel */
#ss .article-form-add input[disabled],
#ss .article-form-edit input[disabled],
#ss .article-form-add select[disabled],
#ss .article-form-edit select[disabled],
#ss .signed-in #portlet-set-properties input[disabled],
#ss .signed-in #portlet-set-properties select[disabled] {
  cursor: not-allowed;
  background-color: #eee; }

#ss .article-form-add select,
#ss .article-form-edit input[type="text"],
#ss .signed-in #portlet-set-properties select,
#ss .signed-in #portlet-set-properties input[type="text"] {
  border: 1px solid #DDD;
  color: #8d8d8d;
  font-weight: 200;
  height: 30px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle; }

#ss .article-form-add .field,
#ss .article-form-edit .btn,
#ss .signed-in #portlet-set-properties .field,
#ss .signed-in #portlet-set-properties .btn {
  border: 1px solid #cfcfcf;
  padding: 7px; }

#ss .article-form-add .btn,
#ss .article-form-edit .btn,
#ss .signed-in #portlet-set-properties .btn {
  color: #000;
  background-color: #eaeaea; }

#ss .article-form-add .btn-primary,
#ss .article-form-edit .btn-primary,
#ss .signed-in #portlet-set-properties .btn-primary {
  color: #fff;
  background-color: #4a96e8; }

#ss .signed-in .close {
  border: 0;
  color: #000;
  background: transparent;
  -webkit-appearance: none; }

#ss .signed-in #portlet-set-properties select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }

#ss .signed-in .nav.add-content {
  display: block;
  font-size: 14px; }

#ss .signed-in .nav.add-content span {
  font-size: 14px;
  padding-right: 10rem;
  padding-left: 10px; }

#ss .signed-in .nav.add-content li {
  display: flex; }

#ss .signed-in .nav.add-content.add-content-icon li {
  display: list-item; }

#ss .signed-in .nav.add-content i,
#ss .signed-in .nav.add-content span {
  display: inline; }

/* estilo para BO links notificações e solicitações */
#ss .signed-in .user-notifications-list .user-notifications-header a:hover {
  color: #FAA732; }

/* fix: organismos */
#ss .hero + aside + div .journal-content-article .content__wrapper {
  padding: 5rem 0; }

/* separador topo portlet NISS */
#ss .portlet-top-border {
  content: '';
  left: 0;
  position: absolute;
  border-top: .1rem solid #ccc;
  width: 100%;
  height: 3rem; }

/* fix: niss ps e pc layout */
#ss .content__wrapper.pedidoniss-top-adjust {
  padding-top: 0;
  margin-top: -14rem; }

#ss .signed-in .content__wrapper.pedidoniss-top-adjust {
  padding-top: 0;
  margin-top: 1rem; }

/* Fix: título conteúdos multiparte com caixa multi acesso rápido */
@media (min-width: 48em) {
  #ss .content__detail-wrapper-inner .content__detail-text h1 {
    max-width: 70%; } }
@media (min-width: 90em) {
  #ss .content__detail-wrapper-inner .content__detail-text h1 {
    max-width: 70%; } }
@media (min-width: 100em) {
  #ss .content__detail-wrapper-inner .content__detail-text h1 {
    max-width: 75%; } }
#ss .formulario_1, #ss .formulario_2 {
  font: inherit;
  text-rendering: optimizelegibility;
  /* mensagem de erro e layout */
  /* input com erro */ }
  #ss .formulario_1 .formulario-title, #ss .formulario_2 .formulario-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "Roboto";
    font-weight: 600;
    letter-spacing: .03em;
    color: #4d4d4d;
    line-height: 1.33333;
    margin-bottom: 2rem; }
  #ss .formulario_1 .field, #ss .formulario_2 .field {
    margin-left: 0;
    border-radius: 1rem !important;
    padding: 1.6rem 2rem 1.6rem 2rem !important;
    box-shadow: none !important;
    line-height: 20px !important;
    height: 5rem !important; }
  #ss .formulario_1 select, #ss .formulario_2 select {
    margin: 0 !important;
    border-radius: 2px;
    padding: 4px 6px !important;
    width: 220px !important;
    height: 30px !important;
    line-height: 30px !important;
    cursor: pointer;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist; }
  #ss .formulario_1 select::-ms-expand, #ss .formulario_2 select::-ms-expand {
    display: block !important; }
  #ss .formulario_1 .field, #ss .formulario_1 select, #ss .formulario_2 .field, #ss .formulario_2 select {
    margin-bottom: 7px !important;
    color: #6a747a !important;
    font-weight: 200 !important;
    font-size: 1.6rem !important;
    font-family: "Roboto";
    vertical-align: middle !important;
    display: inline-block !important;
    border: 1px solid gray;
    /*#808080*/
    border: 1px solid rgba(128, 128, 128, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #ss .formulario_1 .control-group .control-label, #ss .formulario_1 .formulario-control-label,
  #ss .formulario_1 label.formulario-control-label, #ss .formulario_2 .control-group .control-label, #ss .formulario_2 .formulario-control-label,
  #ss .formulario_2 label.formulario-control-label {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto";
    color: #231F20;
    line-height: 1.9rem; }
  #ss .formulario_1 .row, #ss .formulario_2 .row {
    margin-left: -30px !important; }
  #ss .formulario_1 textarea, #ss .formulario_2 textarea {
    min-height: 20rem; }
  #ss .formulario_1 input:not([type='checkbox']),
  #ss .formulario_1 input:not([type='radio']),
  #ss .formulario_1 textarea, #ss .formulario_2 input:not([type='checkbox']),
  #ss .formulario_2 input:not([type='radio']),
  #ss .formulario_2 textarea {
    width: 50rem;
    max-width: 100%; }
  #ss .formulario_1 .info-normal, #ss .formulario_1 .info-bold, #ss .formulario_2 .info-normal, #ss .formulario_2 .info-bold {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9rem; }
  #ss .formulario_1 .info-bold, #ss .formulario_2 .info-bold {
    font-weight: bold; }
  #ss .formulario_1 input[type='file'], #ss .formulario_2 input[type='file'] {
    height: auto; }
  #ss .formulario_1 div.help-inline,
  #ss .formulario_1 .anexar-ficheiro, #ss .formulario_2 div.help-inline,
  #ss .formulario_2 .anexar-ficheiro {
    display: inherit;
    font-family: "Roboto";
    font-size: 1.6rem;
    line-height: 1.9rem; }
  #ss .formulario_1 input.error-field, #ss .formulario_2 input.error-field {
    border: 1px solid #E61515; }

@media (min-width: 48em) {
  #ss .formulario_1 .control-group .control-label, #ss .formulario_1 .formulario-control-label,
  #ss .formulario_1 label.formulario-control-label, #ss .formulario_2 .control-group .control-label, #ss .formulario_2 .formulario-control-label,
  #ss .formulario_2 label.formulario-control-label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5rem; } }
/* ------------------------------------------- */
.spr-bg-associacoes_mutualistas {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -365px -80px; }

.spr-bg-crianca_jovem {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -5px -360px; }

.spr-bg-empregador_trabalhadores_agricolas {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -81px -360px; }

.spr-bg-empregador_servico_domestico {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -157px -360px; }

.spr-bg-seguro_social_voluntario {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -233px -360px; }

.spr-bg-empresa {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -309px -360px; }

.spr-bg-situacao_carencia {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -385px -360px; }

.spr-bg-tabalhador_conta_outrem {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -5px -436px; }

.spr-bg-instituicoes_particulares_sociedade_social {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -81px -436px; }

.spr-bg-membros_orgaos_estatutarios {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -157px -436px; }

.spr-bg-mobilidade_internacional {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -233px -436px; }

.spr-bg-trabalhador_independente {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -309px -436px; }

.spr-bg-trabalhadores_servico_domestico {
  width: 66px;
  height: 66px;
  background: url("/sg-theme/css/../images/sprite.png") -385px -436px; }

.spr-bg-app_google {
  width: 135px;
  height: 40px !important;
  background: url("/sg-theme/css/../images/sprite.png") -5px -310px; }

.spr-bg-app_apple {
  width: 135px;
  height: 40px !important;
  background: url("/sg-theme/css/../images/sprite.png") -150px -310px; }

.spr-bg-ico_acessibilidade {
  width: 30px;
  height: 30px !important;
  background: url("/sg-theme/css/../images/sprite.png") -465px -225px; }

.spr-bg-ico_map {
  width: 23px;
  height: 29px;
  background: url("/sg-theme/css/../images/sprite.png") -461px -360px; }

.spr-bg-icon_arrow_down_small {
  width: 16px;
  height: 8px;
  background: url("/sg-theme/css/../images/sprite.png") -273px -210px; }

.spr-bg-icon_arrow_down_small_gray {
  width: 12px;
  height: 6px;
  background: url("/sg-theme/css/../images/sprite.png") -441px -118px; }

.spr-bg-shape_wave_vertical {
  width: 42px;
  height: 160px;
  background: url("/sg-theme/css/../images/sprite.png") -465px -5px; }

.spr-bg-icon_arrow_down_small_green {
  width: 12px;
  height: 6px;
  background: url("/sg-theme/css/../images/sprite.png") -441px -134px; }

.spr-bg-icon_arrow_down_small_white {
  width: 12px;
  height: 6px;
  background: url("/sg-theme/css/../images/sprite.png") -299px -210px; }

.spr-bg-icon_arrow_right {
  width: 28px;
  height: 10px;
  background: url("/sg-theme/css/../images/sprite.png") -235px -210px; }

.spr-bg-shape_wave {
  width: 169px;
  height: 43px;
  background: url("/sg-theme/css/../images/sprite.png") -174px -230px; }

.spr-bg-icon_search {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -465px -265px; }

.spr-bg-icon_share {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -353px -230px; }

.spr-bg-icon_search_active {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -393px -230px; }

.spr-bg-icon_arrow_up {
  width: 10px;
  height: 28px;
  background: url("/sg-theme/css/../images/sprite.png") -441px -80px; }

.spr-bg-icon_twitter {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -295px -310px; }

.spr-bg-icon_search_gray {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -335px -310px; }

.spr-bg-icon_email {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -375px -310px; }

.spr-bg-icon_facebook {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -415px -310px; }

.spr-bg-icon_search_close {
  width: 30px;
  height: 30px;
  background: url("/sg-theme/css/../images/sprite.png") -455px -310px; }

.spr-bg-ico_services {
  width: 40px;
  height: 40px;
  background: url("/sg-theme/css/../images/sprite.png") -465px -175px; }

.spr-bg-sticky_ssd {
  width: 220px;
  height: 65px !important;
  background: url("/sg-theme/css/../images/sprite.png") -5px -5px; }

.spr-bg-sticky_linha {
  width: 220px;
  height: 65px !important;
  background: url("/sg-theme/css/../images/sprite.png") -5px -80px; }

.spr-bg-sticky_ssd_new {
  width: 220px;
  height: 65px;
  background: url("/sg-theme/css/../images/sprite.png") -5px -155px; }

.spr-bg-sticky_siga {
  width: 220px;
  height: 65px !important;
  background: url("/sg-theme/css/../images/sprite.png") -235px -5px; }

.spr-bg-logo_gov {
  width: 159px;
  height: 70px !important;
  background: url("/sg-theme/css/../images/sprite.png") -5px -230px; }

.spr-bg-ico_w3c {
  width: 85px;
  height: 30px !important;
  background: url("/sg-theme/css/../images/sprite.png") -365px -156px; }

.spr-bg-logo {
  width: 120px;
  height: 120px !important;
  background: url("/sg-theme/css/../images/logo.png"); }

/* limite espaço disponivel */
@media (min-width: 48em) {
  #ss .header__wrapper,
  #ss .content__wrapper,
  #ss .footer__wrapper {
    max-width: 90%; } }
@media (min-width: 80em) {
  #ss .header__wrapper,
  #ss .content__wrapper,
  #ss .footer__wrapper {
    max-width: 125rem; } }
@media (min-width: 90em) {
  #ss .header__wrapper,
  #ss .content__wrapper,
  #ss .footer__wrapper {
    max-width: 125rem; } }
@media (min-width: 100em) {
  #ss .header__wrapper,
  #ss .content__wrapper,
  #ss .footer__wrapper {
    max-width: 125rem; } }
/* Fix logo */
#ss .header__logo {
  position: relative;
  top: 0;
  left: 0; }

#ss .header__logo-img {
  max-width: none;
  height: 7.8rem;
  box-shadow: none; }

/* checkbox wrapper */
#ss .checkbox-wrapper,
#ss .content-wrapper,
#ss .download-content-wrapper {
  display: flex; }

#ss .checkbox-wrapper label {
  margin-bottom: 0;
  width: 100%;
  max-width: 56rem;
  align-self: center; }

#ss .checkbox-wrapper label {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex; }

#ss .checkbox-wrapper label > span {
  max-width: 88%;
  align-self: center; }

#ss .checkbox-wrapper input:checked + label::before {
  content: '';
  background-image: url("/sg-theme/images/content/check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #4b822f;
  background-color: #4b822F; }

#ss .checkbox-wrapper label::before {
  content: '';
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #4b822f;
  /*#4b822F*/
  border: 1px solid rgba(75, 130, 47, 0.5);
  background-clip: padding-box;
  transition: background-color .3s ease-in-out;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("/sg-theme/images/content/check-light-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  align-self: center;
  background-color: #fff; }

/* titulos, subtitulos e textos */
#ss .subtitle-text-title {
  color: #626A6E;
  letter-spacing: 0;
  line-height: 2.1rem; }

#ss .text-normal-black,
#ss .text-bold-black {
  color: #000000;
  font-family: Roboto;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.9rem; }

#ss .text-bold-black {
  font-weight: bold; }

@media (min-width: 48em) {
  #ss .text-normal-black,
  #ss .text-bold-black {
    font-size: 2rem;
    line-height: 2.4rem; } }
#ss .text-normal-dark-grey {
  color: #6A747A;
  font-family: Roboto;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.24px;
  line-height: 2.5rem; }

#ss .text-normal-light-grey,
#ss .text-normal-light-grey p,
#ss .link {
  font-family: Roboto !important;
  font-size: 1.4rem !important;
  line-height: 1.9rem !important; }

@media (min-width: 48em) {
  #ss .text-normal-light-grey,
  #ss .text-normal-light-grey p,
  #ss .link {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important; } }
#ss .text-normal-light-grey,
#ss .text-normal-light-grey p {
  color: #231F20 !important;
  letter-spacing: 0 !important; }

#ss .subtitle-text-small {
  color: #626A6E;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.9rem; }

/* buttons */
#ss .buttons,
#ss .flex-wrapper {
  display: flex; }

#ss .buttons .PDFBtn3 {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  background-clip: padding-box !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 1rem;
  font-family: "Roboto" !important;
  font-size: 1.4rem !important;
  line-height: 1.9rem !important;
  letter-spacing: .033em;
  -moz-appearance: none !important;
  text-align: center;
  vertical-align: middle; }

#ss .PDFBtn3 > div > span {
  line-height: 3rem; }

@media (min-width: 48em) {
  #ss .buttons .PDFBtn3 {
    font-size: 1.8rem !important;
    line-height: 2.3rem !important; } }
#ss .button-big,
#ss .button-small,
#ss .button-is-checked {
  background-color: #4b822F;
  border-color: white !important;
  color: #fff !important; }

#ss .button-big:hover,
#ss .button-small:hover {
  background-color: #2E4F1D; }

#ss .button-big {
  width: auto; }

#ss .button-big,
#ss .button-small,
#ss .button-small-no-fill,
#ss .button-is-checked {
  padding: 1rem 2.5rem; }

@media (min-width: 48em) {
  #ss .button-big,
  #ss .button-small,
  #ss .button-small-no-fill,
  #ss .button-is-checked {
    padding: 1.5rem 3rem; } }
#ss .button-small-no-fill {
  background-color: transparent;
  border: 1px solid #4b822F !important;
  color: #4b822F !important; }

#ss .button-is-checked:hover {
  background-color: #2E4F1D;
  border-color: white !important;
  color: #fff !important; }

#ss .button-small-no-fill:hover .icon-ss-arrow-green {
  color: #2E4F1D; }

#ss button:disabled {
  background-color: grey !important;
  cursor: default !important;
  color: #fff !important; }

#ss .button-small-no-fill:hover,
#ss .select-entity.button-small-no-fill:hover {
  background-color: transparent !important;
  border: 1px solid #2E4F1D !important;
  color: #2E4F1D !important; }

#ss .button-is-checked {
  border: 1px solid #fff !important; }
  #ss .button-is-checked .check-effect {
    background-image: url("/sg-theme/images/content/check-white-small.svg"); }

#ss .select-entity {
  margin-right: 3rem; }

@media (min-width: 48em) {
  #ss .select-entity {
    margin-right: 7rem; } }
/*checkbox*/
#ss .check-effect {
  content: '';
  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  margin-right: 1.5rem;
  border-radius: 2rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("/sg-theme/images/content/check-green-circle-filled.svg");
  background-position: center;
  background-repeat: no-repeat; }

/* estilo buttons */
#ss .form__field {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-right: 4rem;
  padding: 0;
  margin-bottom: 2rem;
  position: relative; }

#ss .form__field:not([class*=col]) {
  width: 100%;
  height: auto; }

/* link mais info e link simples */
#ss .link,
#ss .link-simple,
#ss .link > span {
  color: #4b822F;
  text-decoration: underline; }

#ss .link,
#ss .link-simple {
  font-weight: 500;
  letter-spacing: 0.2px; }

#ss .link {
  height: 5rem;
  display: table-cell;
  vertical-align: middle; }

#ss .linkWrapper {
  width: 9rem;
  align-self: center; }

/* radio dentro do accordion */
#ss section.accordion-section-select {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#ss section.accordion-section-select .checkbox-wrapper {
  display: inline-flex;
  flex: 1 0 10%;
  max-width: 10%;
  margin-right: 10px; }

#ss section.accordion-section-select div.py-3.content__toggle.js-accordion {
  display: inline-flex;
  flex: 1 0 0; }

@media (min-width: 48em) {
  #ss section.accordion-section-select div.py-3.content__toggle.js-accordion {
    flex: 1 0 90%; } }
#ss .accordion-section.accordion-conteudo-comum div.py-3.content__toggle.js-accordion > h2,
#ss section.accordion-section-select div.py-3.content__toggle.js-accordion > h2 {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  flex: 1 0 50%; }

@media (min-width: 48em) {
  #ss .accordion-section.accordion-conteudo-comum div.py-3.content__toggle.js-accordion > h2,
  #ss section.accordion-section-select div.py-3.content__toggle.js-accordion > h2 {
    flex: 1 0; } }
#ss .accordion-section.accordion-conteudo-comum div.py-3.content__toggle.js-accordion > div .icon-ss-plus-sign,
#ss section.accordion-section-select div.py-3.content__toggle.js-accordion > div .icon-ss-plus-sign {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 10%; }

#ss section.accordion-section-select .content__section.pt-3 {
  margin-left: 10%; }

#ss section.accordion-section-select .content__section.pt-3 .mb-4 {
  margin-left: 10px; }

#ss .accordion-custom-border {
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc; }

#ss .accordion-custom-border .content__toggle:before {
  border-top: 0;
  margin-top: 0; }

/* acordeão conteudo comum */
#ss .accordion-section.accordion-conteudo-comum div.py-3.content__toggle.js-accordion {
  display: flex;
  -ms-flex: 1 0 90%;
  flex: 1 0 90%;
  max-width: none; }

#ss .js-accordion > h2 {
  width: 100%;
  margin-right: 4rem; }

/* fix acordeon espaço disponivel responsive */
#ss .list-links {
  max-width: 100%; }

/* separador responsive */
#ss section.accordion-section-select .checkbox-wrapper {
  -ms-flex: 0;
  flex: 0;
  flex-basis: auto; }

#ss section.accordion-section-select div.py-3.content__toggle.js-accordion > h2 {
  border-left: 0.1rem solid #CCCCCC;
  padding-left: 5%; }

@media (max-width: 48em) {
  #ss section.accordion-section-select .checkbox-wrapper label:before {
    margin-right: 0; }

  #ss section.accordion-section-select div.py-3.content__toggle.js-accordion > h2 {
    padding-left: 1rem; } }
/* calendario */
#ss .calendar-icon {
  content: '';
  width: 1.8rem;
  height: 2rem;
  margin-top: 0.1rem;
  margin-right: 1rem;
  border: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("/sg-theme/images/content/calendar-icon.svg");
  background-position: center;
  background-repeat: no-repeat; }

/* arrow */
#ss .icon-ss-arrow-white-right {
  color: #fff;
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

#ss button:disabled .icon-ss-arrow-white-right {
  color: #fff; }

#ss .icon-ss-arrow-green {
  color: #4b822F; }

/* accordion expand/collapse */
/* stop accordion sign transformation */
#ss .expand-stop-moving {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  line-height: 0rem;
  align-self: center; }

/* expand sign */
#ss .icon-ss-plus-sign .icon {
  /* 	background-image: url('/sg-theme/images/content/green-plus-sign.svg'); */
  /*     background-position: center; */
  /* 	background-repeat: no-repeat; */
  /* 	margin-left: 0.6rem; */
  /* 	width: 2rem; */
  /* 	height: 2rem; */
  width: 3rem;
  height: 3rem;
  font-family: "ss-icons";
  background-color: rgba(75, 130, 47, 0.2);
  border-radius: 50%;
  color: #4b822F;
  margin: auto; }

#ss .icon-ss-plus-sign .icon:before {
  content: "\E911";
  font-size: 3rem;
  top: 1.5rem;
  position: absolute; }

#ss .icon-ss-plus-sign span {
  color: #4b822F;
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 2rem; }

#ss .content__toggle.open .icon-ss-plus-sign .icon:before {
  content: "\E910"; }

/* header menu */
#ss .nav__list {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 3.3rem; }

#ss .nav__sub-list {
  padding: 0.5rem 4rem 5rem 4rem; }

#ss .nav__sub-list-link {
  margin-bottom: 0.5rem; }

#ss .nav__sub-list-item {
  color: #231F20;
  font-size: 2rem;
  letter-spacing: 0;
  margin-top: 2.5rem; }

#ss .nav__third-list {
  padding-left: 2rem;
  border-left: 1px solid #ccc;
  font-weight: 400;
  margin-top: 1rem; }

#ss .nav__third-list-item {
  margin-bottom: 15px;
  color: #6A747A;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.9rem; }

#ss .nav__list-item:last-child .nav__list-link {
  padding-right: 0; }

#ss .nav__sub-list-item:nth-child(3n) {
  margin-right: 0;
  flex-basis: 33%; }

@media (min-width: 80em) {
  #ss .nav__list-link.no-click,
  #ss .nav__sub-list-link.no-click {
    cursor: default; } }
/* conteudo comum */
#ss .regular-content-wrapper {
  min-width: 30rem;
  max-width: 96.4rem;
  width: 75%;
  /* mostrar bullets */ }
  #ss .regular-content-wrapper ul {
    list-style-type: disc;
    margin: 1.5rem 0 1.5rem 1.5rem; }
  #ss .regular-content-wrapper ol {
    list-style-type: decimal;
    margin: 1.5rem 0 1.5rem 2rem; }
  #ss .regular-content-wrapper ul,
  #ss .regular-content-wrapper ol {
    font-size: inherit;
    line-height: inherit; }
  #ss .regular-content-wrapper ul li,
  #ss .regular-content-wrapper ol li {
    font-size: inherit;
    line-height: inherit; }
  #ss .regular-content-wrapper ul li:not(:last-child),
  #ss .regular-content-wrapper ol li:not(:last-child) {
    padding-bottom: 1rem; }
  #ss .regular-content-wrapper ul li ul {
    list-style-type: circle; }

/* newsletter */
#ss .newsletter {
  margin-left: auto; }

#ss .newsletter .checkbox-wrapper label > span {
  width: 100%; }

#ss .newsletter-field,
#ss .newsletter .buttons .PDFBtn3.newsletter-subscribe {
  height: 5rem !important;
  flex: 1 0 auto; }

#ss .field.newsletter-field {
  width: 100%;
  min-width: 0 !important;
  border-radius: 10px 0 0 10px !important;
  background-color: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.6rem !important;
  font-family: "Roboto";
  border: none; }

#ss .newsletter .form .content-wrapper input,
#ss .newsletter > .form > .content-wrapper > :first-child {
  width: 100%; }

#ss .newsletter .buttons .PDFBtn3.newsletter-subscribe {
  border-radius: 0 10px 10px 0 !important;
  background-color: #FFFFFF;
  box-shadow: inset 1px 0 0 0 #E1F0D9; }

#ss .newsletter .buttons .button-small.newsletter-subscribe {
  color: #4B822F !important; }

#ss .newsletter .buttons .button-small.newsletter-subscribe:hover {
  color: #2E4F1D !important; }

#ss .newsletter .buttons .button-small.newsletter-subscribe:disabled {
  color: #fff !important; }

#ss .newsletter div.help-inline {
  font-size: 1.4rem;
  line-height: 1.9rem; }

#ss .newsletter-email.main_content_wrapper a {
  color: #4b822f;
  text-decoration: underline; }
#ss .newsletter-email.main_content_wrapper figure {
  width: 100%;
  height: auto;
  margin: 0; }
#ss .newsletter-email.main_content_wrapper figure.logo {
  width: 90%; }
#ss .newsletter-email.main_content_wrapper img {
  width: 100%;
  height: auto; }
#ss .newsletter-email.main_content_wrapper img.banner {
  max-width: 100%;
  margin-top: 40px; }
#ss .newsletter-email.main_content_wrapper div {
  width: 100%; }
#ss .newsletter-email.main_content_wrapper div.inner_content_wrapper {
  width: 80%;
  max-width: 1024px;
  margin: auto; }
#ss .newsletter-email.main_content_wrapper div.section {
  padding-top: 60px; }
#ss .newsletter-email.main_content_wrapper div.content {
  display: block;
  padding-top: 40px; }
@media (min-width: 48em) {
  #ss .newsletter-email.main_content_wrapper div.content {
    display: flex; } }
#ss .newsletter-email.main_content_wrapper div.content_help {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 20px; }
@media (min-width: 64em) {
  #ss .newsletter-email.main_content_wrapper div.content_help {
    font-size: 18px;
    line-height: 23px; } }
#ss .newsletter-email.main_content_wrapper .section h2 {
  color: #4b822f;
  border-bottom: 1px solid #4b822f;
  padding-bottom: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 28px; }
@media (min-width: 64em) {
  #ss .newsletter-email.main_content_wrapper .section h2 {
    font-size: 30px;
    line-height: 36px; } }
#ss .newsletter-email.main_content_wrapper .section .content:not(:last-child) {
  border-bottom: 0.5px solid #f0f0f0;
  padding-bottom: 20px; }
#ss .newsletter-email.main_content_wrapper .content .content_text h2 {
  color: #000;
  border-bottom: 0;
  font-size: 18px;
  line-height: 25px; }
@media (min-width: 64em) {
  #ss .newsletter-email.main_content_wrapper .content .content_text h2 {
    font-size: 24px;
    line-height: 33px; } }
#ss .newsletter-email.main_content_wrapper .content .content_text div {
  color: #231F20;
  font-size: 16px;
  line-height: 19px; }
@media (min-width: 64em) {
  #ss .newsletter-email.main_content_wrapper .content .content_text div {
    font-size: 20px;
    line-height: 26px; } }
#ss .newsletter-email.main_content_wrapper .content div.content_image {
  width: 300px;
  padding-right: 30px;
  flex-shrink: 0; }

#ss .newsletter-email.regular-content-wrapper.main_content_wrapper {
  min-width: inherit;
  max-width: inherit;
  width: inherit; }

#ss .newsletter-email .inner_content_wrapper .content_help,
#ss .newsletter-email .inner_content_wrapper .footer_wrapper {
  display: none; }

/* cards homepage */
#ss .list-cards.list-cards-homepage {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

/* cards homepage without box effect */
#ss .card.no-box-effect {
  box-shadow: none;
  border-radius: 0;
  border-left: 1px solid #ccc; }

/* swiper homepage */
#ss .slider.slider-homepage {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%; }

#ss .swiper-container.swiper-container-homepage {
  margin: 0;
  box-shadow: none;
  border-right: 1px solid #ccc; }

#ss .swiper-container.square {
  border-radius: 0; }

#ss .swiper-container.square .slider__gradient::after {
  background: none; }

#ss .slider__gradient::after {
  background: none; }

#ss .slider.slider-homepage .slider__item {
  /* 	display: flex; */ }

#ss .slider.slider-homepage.slider-homepage-hero .swiper-container {
  border-right: none; }

@media (max-width: 666px) {
  #ss .swiper-container.swiper-container-homepage {
    border-right: none;
    border-bottom: 1px solid #ccc; }

  #ss .slider.slider-homepage .slider__item {
    display: flex;
    flex-wrap: wrap;
    border-right: none; }

  #ss .slider.slider-homepage.slider-homepage-hero .swiper-container {
    border-bottom: none; } }
#ss .slider.slider-homepage .slider__gradient {
  flex: 50%;
  align-self: center;
  height: 100%; }

#ss .slider.slider-homepage .slider__gradient > .img-full {
  max-height: 700px;
  min-width: 300px; }

#ss .slider.slider-homepage .slider__item-wrapper {
  flex: 50%;
  align-self: center; }

/* Generic accordeon behaviour */
@media (min-width: 48em) {
  #ss .list-links {
    max-width: 100%; } }
#ss .list-links .content__toggle.js-accordion {
  display: flex;
  justify-content: space-between; }

#ss .list-links .map__modal h2 {
  font-size: 3.2rem;
  color: #333;
  line-height: 3.5rem; }

/* modal */
@media (min-width: 48em) {
  #ss .form_success .map__modal-text-wrapper,
  #ss .form_success_newsletter .map__modal-text-wrapper {
    padding: 3rem 6rem 5rem 6rem;
    height: auto; } }
/* footer */
#ss .footer .footer__lower-right .footer__wrapper.link-wrapper {
  margin-top: 3rem;
  justify-content: flex-end; }

#ss .footer .footer__lower-right .footer__wrapper.img-wrapper {
  flex-direction: row-reverse; }

#ss .footer .footer__lower-right .footer__wrapper .rp_logo {
  height: 100px;
  opacity: 0.7; }

#ss .footer .footer__lower-right .footer__wrapper .rp_logo_republica {
  width: 180px;
  height: 90px;
  max-height: 100px !important;
  max-width: 200px; }

#ss .footer .footer__lower-right {
  background-color: #fff; }
  #ss .footer .footer__lower-right .footer__wrapper.logo-wrapper {
    margin: 10px auto;
    display: flex;
    align-content: flex-end; }
    #ss .footer .footer__lower-right .footer__wrapper.logo-wrapper .footer__lower-link {
      display: flex;
      min-width: 160px;
      align-self: center;
      padding: 25px; }
      #ss .footer .footer__lower-right .footer__wrapper.logo-wrapper .footer__lower-link img.footer__lower-image {
        max-height: 40px; }
      #ss .footer .footer__lower-right .footer__wrapper.logo-wrapper .footer__lower-link.link-wrapper {
        width: 100%; }
        #ss .footer .footer__lower-right .footer__wrapper.logo-wrapper .footer__lower-link.link-wrapper a:not(:last-child) {
          margin-right: 1rem;
          padding-right: 1rem;
          border-right: 1px solid #4d4d4d; }

/* Tooltip container */
#ss .tooltip_themed {
  position: relative;
  display: inline-block;
  cursor: help; }
  #ss .tooltip_themed a.link-simple {
    color: #000; }

/* Tooltip text */
#ss .tooltip_themed .tooltiptext,
#ss .tooltip_simple .tooltiptext {
  visibility: hidden;
  width: 30rem;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 0.6rem;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -15rem;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.4rem;
  line-height: 1.9rem; }
  @media (min-width: 80em) {
    #ss .tooltip_themed .tooltiptext,
    #ss .tooltip_simple .tooltiptext {
      font-size: 1.8rem;
      line-height: 2.5rem;
      width: 50rem;
      /* Position the tooltip text */
      margin-left: -25rem; } }

/* Tooltip arrow */
#ss .tooltip_themed .tooltiptext::after,
#ss .tooltip_simple .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 0.5rem;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
#ss .tooltip_simple .tooltiptext.showtooltiptext,
#ss .tooltip_themed .tooltiptext.showtooltiptext,
#ss .tooltip_themed:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

/* tooltip simples */
#ss .tooltip_simple {
  position: relative;
  display: inline-block; }

#ss .tooltip_simple .tooltiptext::after {
  top: inherit;
  bottom: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px; }

#ss .tooltip_simple .tooltiptext {
  bottom: inherit; }

/* select custom */
#ss .formulario_1 .select-custom-wrapper select.select_custom {
  padding-right: 4.5rem !important; }

#ss .formulario_1 .select-custom-wrapper,
#ss .formulario_2 .select-custom-wrapper {
  width: 60rem !important; }

#ss .formulario_1 select.select_custom::-ms-expand {
  display: none !important; }

#ss .formulario_2 select.select_custom::-ms-expand {
  display: none !important; }

#ss .formulario_1 .select_custom,
#ss .formulario_2 .select_custom {
  width: 100% !important;
  border-width: 0;
  border-bottom: 0.2rem solid gray;
  padding: 1rem !important;
  height: auto !important;
  font-size: 2rem !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

#ss .formulario_1 .select-custom-wrapper:after,
#ss .formulario_2 .select-custom-wrapper:after {
  display: inline-block;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  top: -5rem;
  left: 56rem;
  pointer-events: none;
  background-image: url("/sg-theme/images/content/drop-down.svg");
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 64em) {
  #ss .formulario_1 .select-custom-wrapper,
  #ss .formulario_2 .select-custom-wrapper {
    width: 60rem !important; }

  #ss .formulario_1 .select-custom-wrapper:after,
  #ss .formulario_2 .select-custom-wrapper:after {
    left: 56rem; } }
@media (max-width: 48em) {
  #ss .formulario_1 .select-custom-wrapper,
  #ss .formulario_2 .select-custom-wrapper {
    width: 30rem !important; }

  #ss .formulario_1 .select-custom-wrapper:after,
  #ss .formulario_2 .select-custom-wrapper:after {
    left: 26rem; } }
#ss .formulario_1 .select_custom option,
#ss .formulario_2 .select_custom option {
  font-family: inherit;
  font-size: inherit;
  padding: 1rem; }

/* file upload */
#ss .attachment-wrapper {
  display: flex;
  /*'esconde' input*/
  /*label*/
  /*keyboard navigation
  .inputfile:focus + label,
  .inputfile.has-focus + label {
  	outline: 1px dotted #000;
  	outline: -webkit-focus-ring-color auto 5px;
  }*/
  /*touchpad issues*/ }
  #ss .attachment-wrapper .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  #ss .attachment-wrapper .inputfile + label {
    height: 7rem;
    width: 50rem;
    border-radius: 1rem;
    background-color: rgba(75, 130, 47, 0.2);
    display: inline-block;
    cursor: pointer; }
  #ss .attachment-wrapper .anexar-ficheiro {
    height: 1.9rem;
    color: #4D4D4D;
    margin: 2.6rem 2rem 2.5rem 2rem; }
  #ss .attachment-wrapper .anexar-ficheiro::after {
    content: '';
    background-image: url("/sg-theme/images/content/ico-upload.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1.45rem;
    width: 1.2rem;
    margin-left: 2rem;
    display: inline-block; }
  #ss .attachment-wrapper .inputfile:focus + label,
  #ss .attachment-wrapper .inputfile + label:hover {
    opacity: 0.9; }
  #ss .attachment-wrapper .inputfile + label * {
    pointer-events: none; }
  #ss .attachment-wrapper div.clear-attachments-wrapper {
    height: 7rem;
    display: flex; }
  #ss .attachment-wrapper div.clear-attachments-wrapper > button.clear-attachments {
    height: 1.4rem;
    width: 1.4rem;
    align-self: center;
    background-image: url("/sg-theme/images/content/ico-cross.svg");
    background-position: center;
    background-repeat: no-repeat; }

/* layout download - é flex (em cima) */
#ss .download-content-wrapper div {
  align-self: center; }
#ss .download-content-wrapper img {
  width: 3rem;
  max-width: none;
  height: auto;
  margin-right: 1.6rem; }
@media (min-width: 48em) {
  #ss .download-content-wrapper img {
    width: 3.7rem; } }

/* detalhes noticia */
#ss .regular-content-wrapper .img-detail-news {
  max-width: 50rem; }

#ss ul.aside__social {
  list-style-type: none;
  margin: 0; }

#ss .news_top {
  display: flex; }

#ss .news_top div {
  align-self: center; }

#ss .news_top .card__text-small {
  flex: 50%; }

/* fix alinhamento icons */
#ss .regular-content-wrapper .icon-link,
#ss .regular-content-wrapper .icon-facebook,
#ss .regular-content-wrapper .icon-mail {
  display: block; }

#ss .regular-content-wrapper .icon-ss-link,
#ss .regular-content-wrapper .icon-ss-facebook,
#ss .regular-content-wrapper .icon-ss-mail {
  line-height: 1.2; }

@media (min-width: 64em) {
  #ss .regular-content-wrapper .icon-ss-link,
  #ss .regular-content-wrapper .icon-ss-facebook,
  #ss .regular-content-wrapper .icon-ss-mail {
    line-height: 1; } }
/* contactos */
#ss .contactos-wrapper {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem; }

#ss .contactos-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.9rem; }

@media (min-width: 48em) {
  #ss .contactos-wrapper > div {
    font-size: 1.8rem;
    line-height: 2.5rem; } }
#ss .contactos-wrapper .columns-icons__link {
  height: auto; }

#ss .contactos-wrapper .columns-icons__text.phone-icon strong::before {
  content: '\e906' !important; }

#ss .contactos-wrapper .columns-icons__text.map-icon strong::before {
  content: '\e900' !important; }

#ss .contactos-wrapper .contactos-title {
  display: flex; }

#ss .contactos-wrapper .contactos-title.columns-icons__text strong::before {
  top: 0 !important;
  align-self: center !important; }

#ss .columns-icons__text.mail-icon.transparent-effect {
  height: 60px; }

#ss .columns-icons__text.mail-icon.transparent-effect > a {
  color: #2d6da4;
  text-decoration: underline; }

#ss .columns-icons__text.mail-icon.transparent-effect strong::before {
  content: '\e90f'; }

/* noticias e eventos header */
#ss .title-link-wrapper h2 {
  flex: 1;
  align-self: center; }
#ss .title-link-wrapper a {
  align-self: center; }

/* noticias e eventos lista */
#ss .news-list-wrapper .card a {
  background-color: #f0f0f0; }
#ss .news-list-wrapper .card {
  box-shadow: none;
  border-radius: 0px;
  background-color: #f0f0f0; }
#ss .news-list-wrapper .card > a::after {
  box-shadow: none;
  border-radius: 0px; }
#ss .news-list-wrapper .card figure .card__img {
  box-shadow: none;
  border-radius: 0px; }
#ss .news-list-wrapper a.zeta {
  padding: 0 3rem 3rem 3rem;
  align-self: end; }

#ss .news-list-text-wrapper {
  padding: 0 3rem 2rem 3rem; }
  #ss .news-list-text-wrapper .card__info {
    font-size: 1.4rem;
    line-height: 1.8rem; }
  @media (min-width: 64em) {
    #ss .news-list-text-wrapper .card__info {
      font-size: 1.6rem;
      line-height: 1.9rem; } }

/* eventos homepage */
#ss .next-events .item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0; }
  @media (min-width: 48em) {
    #ss .next-events .item {
      flex-wrap: nowrap; } }
  #ss .next-events .item .item-date {
    /* 			align-self: center; */
    background-color: #4b822F;
    height: 70px;
    max-width: 7.5rem;
    width: 7.5rem; }
    #ss .next-events .item .item-date .date {
      color: #fff;
      text-align: center; }
      #ss .next-events .item .item-date .date span {
        display: block;
        font-size: 2.4rem;
        line-height: 3.3rem;
        padding: 0.4rem 0;
        color: #fff !important; }
      #ss .next-events .item .item-date .date abbr {
        font-size: 1.8rem;
        line-height: 2.5rem;
        color: #fff !important;
        text-decoration: none;
        cursor: default;
        border-bottom: 0; }
  #ss .next-events .item .item-content {
    height: auto;
    background-color: #fff;
    padding: 0 2rem 0 1rem;
    width: 100%; }
    #ss .next-events .item .item-content .item-title {
      margin: 0.5rem 0 0.5rem 0; }
    @media (min-width: 48em) {
      #ss .next-events .item .item-content .item-title {
        margin: 0 0 0.5rem 0; } }
    #ss .next-events .item .item-content .item-desc {
      margin: 0;
      height: auto !important; }
  #ss .next-events .item .fa-angle-right {
    display: inline-flex !important;
    align-self: center;
    flex: auto;
    font-size: 28px;
    color: #4b822F; }
  #ss .next-events .item a {
    display: flex;
    align-self: center;
    width: 100%; }
    #ss .next-events .item a .icon-ss-plus-sign .icon::before {
      top: 3.5rem !important; }
  #ss .next-events .item .icon-ss-plus-sign {
    align-self: flex-start; }

.data {
  font-size: 14px; }

.footer__lower {
  padding: 0rem 0rem 0rem 0rem !important; }

#footer__wrapper {
  opacity: 0 !important;
  height: 0px !important; }

/* Estilo padrão para desktop */
.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.custom-portlet-wrapper {
  margin-top: 10px;
  margin-left: 40px;
  max-width: 300px;
  /* limite de largura para não quebrar layout */ }

/* Responsivo para tablets e celulares */
@media (max-width: 768px) {
  .header__wrapper {
    flex-direction: column;
    align-items: stretch; }

  .custom-portlet-wrapper {
    margin-top: 20px;
    margin-right: 0;
    max-width: 100%;
    order: 2;
    /* força o portlet a ir para baixo do logo */ } }
.area-info {
  padding: 30px;
  padding-bottom: 5px;
  padding-top: 28px;
  height: 154px; }

.area-info .info {
  background-color: #f2f9ff;
  border: 0;
  border-left: 1rem solid #005ab3;
  color: #333;
  position: relative;
  padding: 0.1rem;
  border-radius: 1rem;
  font-size: .9rem;
  line-height: 2.4rem;
  letter-spacing: .015rem; }

.area-info .info:before {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "fontawesome";
  color: #005AB3;
  content: "\f05a";
  font-size: 20px;
  margin: 0 0 0 5px; }

.area-info p, .area-mensagens .area-info ul {
  padding-left: 35px;
  margin-top: revert-layer;
  padding-right: 2px; }

.area-info .info p {
  font-size: 2rem;
  /* opcional, para dar mais destaque */ }

        /* .custom-portlet-wrapper {
float: right;
clear: both;
margin-top: -50px;
 margin-right: 100px;
        /* Alinha à direita */
/* margin-top: 30px; /* Abaixa o portlet */
/*margin-left: 70px; /* Espaço da margem direita */
/* Garante quebra de linha se necessário */
.portlet-boundary .portlet-boundary_82_ .portlet-static .portlet-static-end .portlet-borderless .portlet-language {
  margin: auto !important;
  padding-top: 14px !important; }

.aui-field-select {
  width: 135% !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  margin-top: 30% !important; }

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 65%;
  left: 120%; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }