/* ---------- Ontology  ---------- */
.ontology-tags-selector-list {
  background: #fff;
  border-top: medium none;
  list-style: none outside none;
  margin: 0 !important;
  box-shadow: 1px 0 10px #ddd;
  border-radius: 4px; }
  .ontology-tags-selector-list li {
    padding: 2px 10px;
    cursor: pointer; }
    .ontology-tags-selector-list li:hover {
      background: #60bfef;
      color: #fff; }

.ontology-tags-selector-wrapper {
  margin-left: 0 !important; }

.ontology-tag-entries-title {
  font-size: 20px; }

.ontology-tag-entries-subtitle {
  margin-bottom: 5px;
  display: block;
  color: #999;
  font-size: 15px; }

.ontology-tag-entry-remove {
  color: #9d261d;
  cursor: pointer; }

.ontology-tag-entry-broaders {
  display: block;
  margin-right: 5px;
  margin-top: 3px; }

.ontology-tag-entry-value-default {
  font-weight: bold; }

.ontology-tag-entry-action-wrapper {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px; }

.ontology-tag-entry-wrapper {
  border-top: solid 1px #dcdcdc;
  padding: 5px 0;
  position: relative; }

.ontology-tag-entry-value {
  font-weight: bold; }

.ontology-tag-highlight-holder {
  margin-top: 15px;
  margin-bottom: 5px; }
  .ontology-tag-highlight-holder .ontology-tag-entries-title {
    font-size: 16px; }
  .ontology-tag-highlight-holder .ontology-tag-entries-subtitle {
    font-size: 13px; }

.ontology-tag-entry-label {
  margin-right: 3px;
  margin-left: 5px; }

.ontology-tag-entry-label-default {
  margin-right: 3px; }

.ontology-tag-entry-broaders .ontology-tag-entry-label {
  margin-left: 0; }
.ontology-tag-entry-broaders .ontology-tag-entry-value {
  color: #888; }

.ontology-tag-entry-narrowers,
.ontology-tag-entry-related {
  float: left;
  width: 100%; }
  .ontology-tag-entry-narrowers span,
  .ontology-tag-entry-related span {
    margin-left: 2px;
    color: #009ae5;
    cursor: pointer;
    display: inline-block; }
    .ontology-tag-entry-narrowers span.ontology-tag-entry-label,
    .ontology-tag-entry-related span.ontology-tag-entry-label {
      color: #555;
      cursor: default;
      margin-right: 0;
      font-size: 15px;
      display: block;
      margin-left: 0;
      margin-top: 5px;
      margin-bottom: 2px; }

.yja-accordion .yja-accordion-content {
  display: none;
  padding: 1.1875em;
  border: solid 1px #dbdbdb; }
  .yja-accordion .yja-accordion-content h1, .yja-accordion .yja-accordion-content h2, .yja-accordion .yja-accordion-content h3, .yja-accordion .yja-accordion-content h4, .yja-accordion .yja-accordion-content h5, .yja-accordion .yja-accordion-content h6 {
    color: #333333; }
.yja-accordion h4.yja-accordion-toggle {
  background: #43ab5e;
  color: white !important;
  padding: 1.35714em 0.71429em;
  font-weight: 300;
  margin: 0;
  cursor: pointer;
  margin-bottom: 1px; }
  .yja-accordion h4.yja-accordion-toggle.grey {
    background: #7d7d7d;
    color: #43ab5e !important;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb; }
  .yja-accordion h4.yja-accordion-toggle.accordion-small {
    padding: 1.07143em 0.71429em; }
.yja-accordion .yja-accordion-wrapper.open .yja-accordion-content {
  display: block; }
.yja-accordion .yja-accordion-wrapper.open h4.yja-accordion-toggle {
  margin-bottom: 0; }

/* ---------- HTML editor ---------- */
.cke_panel_listItem h1, .cke_panel_listItem h2, .cke_panel_listItem h3, .cke_panel_listItem h4, .cke_panel_listItem h5, .cke_panel_listItem h6 {
  font-size: 16px !important; }

body.cke_ltr {
  background: #fff !important;
  color: #000; }

.aui .yja-service-lift {
  display: block;
  height: 300px;
  width: 300px;
  max-width: 100%;
  color: white !important;
  position: relative;
  margin: 1.71429em auto 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7); }
  .aui .yja-service-lift .bg-layer {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
  .aui .yja-service-lift figure {
    height: 300px;
    width: 300px;
    position: relative;
    max-width: 100%;
    background: #43ab5e;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em; }
    .aui .yja-service-lift figure .yja-service-lift-intro,
    .aui .yja-service-lift figure .yja-service-lift-content {
      line-height: 1.2em;
      padding: 0 1.28571em;
      font-size: 1.21429em;
      position: absolute;
      top: 110px;
      left: 0;
      width: 100%;
      -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
      -moz-transition: opacity 0.2s, -moz-transform 0.35s;
      -o-transition: opacity 0.2s, -o-transform 0.35s;
      transition: opacity 0.2s, transform 0.35s;
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
      -ms-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0); }
    .aui .yja-service-lift figure .yja-service-lift-content {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      -moz-transform: translate3d(0, 40px, 0);
      -ms-transform: translate3d(0, 40px, 0);
      -o-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    .aui .yja-service-lift figure .arrow-link {
      position: absolute;
      bottom: 10px;
      width: 100%;
      left: 0;
      margin: 0;
      font-size: 3.57143em; }
    .aui .yja-service-lift figure:hover .yja-service-lift-content {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .aui .yja-service-lift figure:hover .yja-service-lift-intro {
      opacity: 0;
      -webkit-transform: translate3d(0, -40px, 0);
      -moz-transform: translate3d(0, -40px, 0);
      -ms-transform: translate3d(0, -40px, 0);
      -o-transform: translate3d(0, -40px, 0);
      transform: translate3d(0, -40px, 0); }
    .aui .yja-service-lift figure:hover img {
      opacity: 0.2; }
    .aui .yja-service-lift figure:hover .bg-layer {
      background: none; }
    .aui .yja-service-lift figure img {
      position: absolute;
      left: 0;
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0.75;
      -webkit-transition: opacity 0.35s;
      -moz-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .aui .yja-service-lift figure figcaption {
      padding: 2.85714em 1.28571em;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 1em; }
      .aui .yja-service-lift figure figcaption::before, .aui .yja-service-lift figure figcaption::after {
        pointer-events: none; }
  .aui .yja-service-lift h4 {
    font-size: 1.78571em;
    text-transform: uppercase;
    color: white !important; }

.aui {
  /* Category select button fix*/
  /* Modal visibility */
  /* ---------- Dockbar ---------- */
  /* ---------- Portlet wrapper and icons ---------- */
  /* ---------- Set password reminder portlet ---------- */
  /* ---------- Staging bar ---------- */
  /* ---------- Portlet hover styles ---------- */
  /* ---------- Portlet ---------- */
  /* ---------- Portlet hover styles ---------- */ }
  .aui body {
    padding: 0; }
  .aui .autocomplete-content .toolbar {
    position: relative; }
  .aui .modal.in {
    display: block !important; }
  .aui .btn-toolbar {
    font-size: 14px; }
  .aui .portlet-column-content.empty {
    padding: 0; }
  .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
    position: static; }
  .aui .dockbar-split .dockbar {
    height: 44px;
    position: static; }
    .aui .dockbar-split .dockbar .container {
      max-width: 100%; }
  .aui .dockbar .navbar-inner, .aui .dockbar-split .navbar-inner {
    background-color: #118ADE;
    background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    width: 100% !important; }
  .aui .navbar .nav > li > a {
    color: #fff;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none; }
    .aui .navbar .nav > li > a:hover, .aui .navbar .nav > li > a:focus {
      background-color: #2FA4F5;
      color: #fff; }
  .aui .navbar .divider-vertical {
    display: none; }
  .aui .dockbar.navbar .nav li.dropdown.active .dropdown-toggle {
    background-color: transparent; }
    .aui .dockbar.navbar .nav li.dropdown.active .dropdown-toggle:hover {
      color: #FFF; }
  .aui .dockbar.navbar .nav li.dropdown.staging-toggle .dropdown-menu {
    background-color: #55B8EC; }
  .aui .dockbar.navbar .nav > li > a {
    margin: 0 5px 0 0;
    padding: 6px 10px; }
    .aui .dockbar.navbar .nav > li > a:hover {
      background-color: #2FA4F5; }
  .aui .dockbar .info-button {
    top: 9px; }
    .aui .dockbar .info-button a {
      margin-top: -4px; }
      .aui .dockbar .info-button a:hover {
        color: #FFF; }
  .aui .dockbar .staging-bar .staging-toggle {
    color: #FFF; }
    .aui .dockbar .staging-bar .staging-toggle li a {
      color: #FFF;
      font-weight: 300;
      text-decoration: none; }
    .aui .dockbar .staging-bar .staging-toggle .btn-link {
      color: #FFF;
      font-size: 12px; }
  .aui .dockbar .page-customization-bar .btn {
    border-color: transparent; }
    .aui .dockbar .page-customization-bar .btn:hover, .aui .dockbar .page-customization-bar .btn:focus {
      background: transparent;
      text-decoration: underline; }
  .aui .dockbar .navbar-inner, .aui .dockbar-split .dockbar .navbar-inner {
    background-color: #118ade;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(47%, #118ade), color-stop(100%, #1273c7));
    background-image: -webkit-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: -moz-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: -o-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%); }
    .aui .dockbar .navbar-inner .nav > li, .aui .dockbar-split .dockbar .navbar-inner .nav > li {
      background-color: #118ade;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(47%, #118ade), color-stop(100%, #1273c7));
      background-image: -webkit-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
      background-image: -moz-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
      background-image: -o-linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
      background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%); }
  .aui .dockbar-split .dockbar .info-button {
    top: 9px; }
  .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
    border-top: 1px solid #00AEFF; }
    .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls.nav-account-controls-notice {
      margin-top: 10px;
      top: 50px; }
  .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
    background: transparent;
    border-top-width: 0; }
    .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls.nav-add-controls-notice {
      top: 70px; }
    .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
      background-color: transparent;
      background-image: none; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
        background: #45CBF5;
        line-height: inherit;
        padding: 6px 8px; }
        @media (max-width: 979px) {
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: transparent; } }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
          background: #5BBAE8; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
          background: #92F545; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: transparent; } }
  .aui .dockbar-split .dockbar .navbar-inner .page-customization-bar {
    background-color: #6DA4E4;
    background-color: rgba(109, 168, 228, 0.9);
    line-height: 20px; }
  .aui .dockbar-split .dockbar .navbar-inner .page-customization-bar-text {
    height: 43px; }
  .aui .dockbar-split .dockbar .navbar-inner .staging-bar {
    margin: 6px 0; }
    .aui .dockbar-split .dockbar .navbar-inner .staging-bar > li {
      background: transparent; }
  .aui section.portlet {
    border: none; }
  .aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
    border: none;
    border-top-width: 0;
    padding: 0; }
  .aui .portlet-topper, .aui .lfr-configurator-visibility .portlet-topper {
    background: none;
    color: #FFF;
    padding: 0; }
    .aui .portlet-topper .portlet-title, .aui .lfr-configurator-visibility .portlet-topper .portlet-title {
      font-size: 1em;
      font-weight: normal;
      line-height: 2.2;
      margin: 0;
      padding-left: 10px; }
      .aui .portlet-topper .portlet-title i, .aui .portlet-topper .portlet-title span img, .aui .lfr-configurator-visibility .portlet-topper .portlet-title i, .aui .lfr-configurator-visibility .portlet-topper .portlet-title span img {
        display: none; }
    .aui .portlet-topper .portlet-topper-toolbar, .aui .lfr-configurator-visibility .portlet-topper .portlet-topper-toolbar {
      font-size: 0.8em;
      margin: -10px 0 0;
      padding: 0;
      right: 10px;
      top: 50%; }
  .aui .lfr-configurator-visibility .portlet-topper {
    background-color: #A9A9A9; }
  .aui .portlet-borderless-bar .portlet-options .dropdown-toggle {
    background-image: url(../images/portlet/options_borderless.png); }
  .aui .signed-in.controls-visible .portlet-title {
    padding-right: 80px; }
  .aui .portlet-asset-publisher .asset-title, .aui .portlet-asset-publisher .header-title, .aui .portlet-asset-publisher li.title-list, .aui .portlet-blogs .entry-title, .aui .portlet-blogs .header-title, .aui .portlet-message-boards .header-title {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .aui .portlet-asset-publisher .asset-content, .aui .portlet-asset-publisher .asset-summary, .aui .portlet-blogs .entry-body, .aui .portlet-journal-content .journal-content-article, .aui .portlet-message-boards .thread-body {
    word-wrap: break-word; }
  .aui .portlet-icons {
    float: none; }
  .aui .page-maximized .portlet-icons {
    font-size: 11px; }
  .aui .dropdown-menu > li.portlet-close > a {
    color: #C00;
    font-weight: bold; }
    .aui .dropdown-menu > li.portlet-close > a:focus, .aui .dropdown-menu > li.portlet-close > a:hover {
      background-color: #C00;
      background-image: none;
      color: #FFF; }
  .aui .update-reminder-query .control-group {
    max-width: 350px; }
  .aui .update-reminder-query .reminder-query-answer {
    height: 30px;
    width: 100%; }
  .aui .update-reminder-query .reminder-query-question {
    width: 100%; }
  .aui .navbar-inner .nav.staging-bar {
    border-top-width: 0;
    position: static; }
    .aui .navbar-inner .nav.staging-bar li .page-variations {
      display: inline-block;
      margin-left: 8px; }
      .aui .navbar-inner .nav.staging-bar li .page-variations a {
        text-decoration: none; }
    .aui .navbar-inner .nav.staging-bar li.dropdown {
      position: static; }
  .aui .portlet-staging-bar .row-fluid .layout-revision-info .layout-revision-version label {
    color: #B6DDF5; }
  .aui .portlet-staging-bar .label-submit {
    background-color: #469DE3; }
  .aui .portlet-staging-bar .layout-branch-selector .icon-caret-down, .aui .portlet-staging-bar .layout-set-branch-selector .icon-caret-down {
    background-color: #469DE3; }
  .aui .portlet-staging-bar .page-variations-options .lfr-icon-menu, .aui .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu {
    background-color: #50AFE9; }
    .aui .portlet-staging-bar .page-variations-options .lfr-icon-menu .icon-globe, .aui .portlet-staging-bar .page-variations-options .lfr-icon-menu .icon-file, .aui .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu .icon-globe, .aui .portlet-staging-bar .site-pages-variation-options .lfr-icon-menu .icon-file {
      background-color: #469DE3; }
  .aui .update-reminder-query .reminder-query-answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .modify-pages .delete-tab {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-shadow: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .aui .modify-pages .delete-tab:hover {
      -webkit-box-shadow: 0 1px 1px -1px black;
      -moz-box-shadow: 0 1px 1px -1px black;
      box-shadow: 0 1px 1px -1px black; }
  .aui .portlet-borderless-bar, .aui .portlet-content .lfr-icon-actions {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 3px black;
    -moz-box-shadow: inset 0 1px 3px black;
    box-shadow: inset 0 1px 3px black; }
  .aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
  .aui .portlet-minimized .portlet-content {
    border-width: 0; }
  .aui .portlet-minimized .portlet-topper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .aui .portlet-nested-portlets .portlet-body .portlet, .aui .portlet-nested-portlets .portlet-body .portlet-borderless-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .aui .portlet-topper {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .aui .dockbar .staging-bar .staging-toggle > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .aui .dockbar-split .dockbar .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }
    @media (max-width: 979px) {
      .aui .dockbar-split .dockbar .navbar-inner {
        background-color: #118ade;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118ade), color-stop(100%, #1273c7));
        background-image: -webkit-linear-gradient(#118ade, #1273c7);
        background-image: -moz-linear-gradient(#118ade, #1273c7);
        background-image: -o-linear-gradient(#118ade, #1273c7);
        background-image: linear-gradient(#118ade, #1273c7); } }
    .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
      background-color: #0ea6f9;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0ea6f9), color-stop(100%, #0993dd));
      background-image: -webkit-linear-gradient(#0ea6f9, #0993dd);
      background-image: -moz-linear-gradient(#0ea6f9, #0993dd);
      background-image: -o-linear-gradient(#0ea6f9, #0993dd);
      background-image: linear-gradient(#0ea6f9, #0993dd);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .staging-link.dropdown-toggle {
      background-color: #55B8EC;
      background-image: none; }
  .aui .portlet-borderless-container {
    background: transparent; }
  .aui section.portlet {
    border: 2px solid transparent; }
    .aui section.portlet menu.portlet-topper-toolbar {
      color: #00CAFF;
      display: none; }
  .aui .signed-in section.portlet:hover {
    border-color: #00CAFF; }
    .aui .signed-in section.portlet:hover menu.portlet-topper-toolbar {
      display: block; }
  .aui section.portlet#portlet_new-password menu.portlet-topper-toolbar {
    background: transparent; }
    .aui section.portlet#portlet_new-password menu.portlet-topper-toolbar:after {
      content: ""; }
  .aui section.portlet#portlet_new-password:hover {
    border: 2px solid transparent; }
    .aui section.portlet#portlet_new-password:hover menu.portlet-topper-toolbar {
      background: transparent; }
  .aui .controls-hidden section.portlet:hover {
    border-color: transparent; }
    .aui .controls-hidden section.portlet:hover menu.portlet-topper-toolbar {
      display: none; }
  .aui .columns-max section.portlet .portlet-topper-toolbar {
    background: transparent;
    height: auto;
    width: auto; }
    .aui .columns-max section.portlet .portlet-topper-toolbar:after {
      content: ""; }
    .aui .columns-max section.portlet .portlet-topper-toolbar .portlet-icon-back {
      padding-right: 0; }
  .aui .columns-max section.portlet:focus, .aui .columns-max section.portlet:hover {
    border: 2px solid transparent; }
    .aui .columns-max section.portlet:focus .portlet-topper-toolbar, .aui .columns-max section.portlet:hover .portlet-topper-toolbar {
      background: transparent; }
  .aui .portlet {
    background: transparent; }
  .aui .portlet-title {
    color: #29B23E; }
  .aui .columns-max .portlet .portlet-topper-toolbar a {
    color: #555; }
  .aui .taglib-header .header-back-to a {
    padding: 0 0.5em 0.5em 0; }

/*
__________HEADER____________________________________________
*/
.aui {
  /*
  __________SCREEN READER ____________________________________
  */
  /*
  __________RSS-icon____________________________________________
  */
  /*---------- Footer ---------*/
  /*
  __________Tag-cloud ____________________________________________
  */
  /*
  __________A-Ö Directory____________________________________________
  */
  /* Content */ }
  .aui #banner {
    margin-bottom: 1em;
    margin-top: 1.4em; }
    .aui #banner .logo {
      display: block; }
      @media screen and (max-width: 767px) {
        .aui #banner .logo {
          max-width: 71%; } }
  .aui body #mobile_searchform_static .input-append {
    width: 100%; }
  .aui body #mobile_searchform_static .search-btn {
    font-size: 13px;
    margin-bottom: 0;
    height: 33px;
    width: 75px; }
  .aui body #mobile_searchform_static .header-advanced-search-link {
    color: white;
    font-size: 0.9em; }
  .aui .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .aui .subscribe-action {
    position: absolute;
    top: 10px;
    right: 0; }
    .aui .subscribe-action .taglib-rss img,
    .aui .subscribe-action .taglib-rss .taglib-text,
    .aui .subscribe-action .taglib-rss .opens-new-window-accessible {
      clip: rect(0px, 0px, 0px, 0px);
      position: absolute; }
    .aui .subscribe-action .taglib-rss a {
      display: inline;
      width: auto;
      height: auto;
      line-height: normal;
      vertical-align: baseline;
      background-image: none;
      background-position: 0% 0%;
      background-repeat: repeat;
      margin-top: 0; }
      .aui .subscribe-action .taglib-rss a:before {
        content: "\f09e";
        font-family: 'fontawesome-alloy';
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        font-size: 1.1875em;
        color: #222222; }
  .aui footer {
    padding: 20px 15px 0;
    border-top: 1px solid #ddd;
    background: #f0f0f0; }
    .aui footer > .row {
      margin-bottom: 0; }
    .aui footer p {
      margin-bottom: 2px; }
    .aui footer #footerTab {
      margin-bottom: 0; }
    .aui footer .tab-content {
      background: #fff;
      position: relative;
      top: -1px;
      border: 1px solid #CCCCCC;
      border-top: none;
      padding: 0.9375em;
      margin-bottom: 1.25em; }
    .aui footer .nav-tabs > li, .aui footer .nav-tabs > li.active {
      background-color: #F8F8F8;
      font-size: 0.8125em; }
      .aui footer .nav-tabs > li a, .aui footer .nav-tabs > li.active a {
        color: #333;
        font-weight: 500;
        border-color: #CCCCCC;
        border-radius: 0px;
        margin-right: 0; }
        .aui footer .nav-tabs > li a:hover, .aui footer .nav-tabs > li.active a:hover {
          background-color: #e2e2e2;
          border-color: #CCCCCC; }
  .aui .logo a .department .translation {
    color: #999999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative; }
  .aui ul.tagcloud li {
    display: inline;
    padding: 0.2em; }
  .aui ul.tagcloud, .aui li.tag-small {
    font-size: 0.9em; }
  .aui ul.tagcloud li.tag-middle {
    font-size: 1.2em; }
  .aui ul.tagcloud li.tag-big {
    font-size: 1.7em; }
  .aui ul.tagcloud {
    font-style: normal; }
  .aui ul.directory li {
    font-size: 0.8em;
    margin-top: 0.2em;
    /*margin-bottom:0.1em;*/
    margin-bottom: 0.2em;
    text-transform: uppercase; }
  .aui h5.directory-title {
    background-color: #22bcec;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.938em;
    padding: 0.2em 0.4em;
    margin-bottom: 0.3em;
    margin-top: 0.1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    /*display: inline;*/
    display: inline-block; }
  .aui .media-item {
    position: relative; }
  .aui .related .media-item {
    margin-bottom: 10px;
    padding-bottom: 15px; }
  .aui .media-item img {
    margin: 0 0.875em 7px 0; }
  .aui .media-item .web-tv-item img {
    margin-right: 0; }
  .aui .media-item .small img {
    width: 300px; }
  .aui .media-attacments a {
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 10px 0;
    width: 100%; }
  .aui .related .media-item + a.right {
    display: block;
    padding-top: 0.625em; }
  .aui .media-item .rss {
    position: absolute;
    top: 8px;
    right: 0;
    color: #222;
    font-size: 1.1875em; }
  .aui .media-item .overlay-tags {
    position: absolute;
    top: 5px;
    left: 20px; }
  .aui .web-tv-item {
    position: relative; }
  .aui .web-tv-item a {
    position: relative;
    display: block; }
  .aui .web-tv-item i.icon-youtube-play {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    color: #fff;
    line-height: 75%; }
  .aui .webcast-item p {
    font-size: 0.8125em;
    line-height: 1.3; }
  .aui .adhoc-news-feature {
    margin-bottom: 3.75em; }
  .aui .adhoc-news-feature:after {
    position: relative;
    display: block;
    content: '';
    top: 1.250em;
    margin-right: 15px;
    margin-left: 15px;
    height: 4px;
    background-color: #000; }
  .aui .feed-item {
    margin-bottom: 1em; }
  .aui .media-feed .feed-item {
    float: left;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1em; }
  .aui .news-single .meta {
    padding-bottom: 1.25em; }
  .aui .news-single .button + .meta {
    padding-top: 1.25em; }
  .aui .news-single h1 + .meta, .aui .news-single .related .meta {
    padding-bottom: 0; }
  .aui .publication .meta {
    margin-bottom: 0.375em;
    /* labels adds their own bottom margin in publications */ }
  .aui .translations-label {
    display: block; }
  .aui .inline.translations {
    margin: 0;
    line-height: 1.4; }
  .aui .inline.translations li {
    margin-right: 8px;
    margin-left: 0; }
  .aui .inline.translations li a {
    font-size: 0.8750em; }
  .aui .meta .text {
    display: block;
    margin: 4px 5px 0 0; }
  .aui .comments-bubble {
    color: #2ba6cb;
    background-image: url(../img/ui/comments-bubble.png);
    padding-top: 0em;
    padding-bottom: 0.5em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    background-repeat: no-repeat;
    font-size: 0.4em;
    display: inline;
    line-height: 0.8em;
    margin-bottom: 1em; }
  .aui .meta .published {
    margin: 0 7px 0 0;
    float: left; }
  .aui .meta .comments, .aui .meta .tags {
    display: block;
    float: left;
    margin-right: 10px; }
  .aui .meta .tags {
    margin-right: 0; }
  .aui .meta .comments p {
    margin-bottom: 2px; }
  .aui .meta .comments i {
    margin-top: 1px; }
  .aui .some-share {
    clear: both;
    overflow: hidden; }
  .aui .some-share li {
    float: left;
    margin-right: 10px; }
  .aui .sort-asc:after {
    font-family: 'fontawesome-alloy';
    content: '\f0d8';
    padding-left: 5px; }
  .aui .sort-desc:after {
    font-family: 'fontawesome-alloy';
    content: '\f0d7';
    padding-left: 5px; }

/*
__________BREADCRUMBS____________________________________________
*/
.aui {
  /*
  __________NAVIGATION____________________________________________
  */ }
  .aui #heading .simple-items ul li a {
    border: none;
    padding: 3px 7px;
    font-size: 0.9em;
    background: none; }
  .aui .child-menu {
    margin-top: 10px; }
  .aui .breadcrumb {
    background: none;
    float: left;
    font-size: 0.6875em;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 5px 0px; }
    .aui .breadcrumb > .active a {
      color: #333333;
      cursor: default; }
      .aui .breadcrumb > .active a:hover {
        text-decoration: none; }
    .aui .breadcrumb > li > .divider {
      color: #aaa; }
  .aui .top-bar {
    border-radius: 5px;
    margin-bottom: 0;
    z-index: 10;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #999999;
    line-height: 2.5em;
    margin-bottom: 1.875em;
    position: relative;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #fefefe), color-stop(51%, #f1f1f1), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%); }
  .aui .top-bar.expanded {
    height: auto;
    background: #fff; }
  .aui .top-bar ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0; }
  .aui .top-bar.main-nav {
    z-index: 10;
    margin-bottom: 0;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .aui .top-bar .title-area {
    position: relative;
    z-index: 3; }
  .aui .top-bar .name {
    height: 2.5em;
    margin: 0;
    font-size: 16px; }
  .aui .top-bar .name h3 {
    line-height: 40px;
    font-size: 1.0625em;
    margin: 0; }
  .aui .top-bar .name h3 a {
    color: #333;
    width: 50%;
    display: block;
    padding: 0 15px; }
  .aui .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
  .aui .top-bar .toggle-topbar a {
    color: #333;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px; }
  .aui .top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px; }
  .aui .top-bar .toggle-topbar.menu-icon a {
    padding: 0;
    width: 34px;
    height: 34px;
    color: #333;
    text-indent: -48px;
    line-height: 33px; }
  .aui .top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px #333,0 16px 0 1px #333,0 22px 0 1px #333;
    box-shadow: 0 10px 0 1px #333,0 16px 0 1px #333,0 22px 0 1px #333; }
  .aui .top-bar-section ul {
    width: 100%; }
  .aui .top-bar-section ul li.active, .aui .top-bar-section ul li:hover a {
    background: #fff; }
  .aui .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 0.875em;
    font-weight: 500 !important;
    font-style: normal;
    padding: 10px 40px 10px 15px; }
  .aui .top-bar-section ul li > a:hover {
    background: #f1f1f1; }
  .aui .mega_dropdown,
  .aui .top-bar-section .icon-chevron-sign-down {
    display: none; }
  @media only screen and (min-width: 768px) {
    .aui .top-bar {
      *zoom: 1;
      overflow: visible; }
    .aui .top-bar.expanded {
      height: 40px;
      background: #fefefe;
      background: -moz-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #fefefe), color-stop(51%, #f1f1f1), color-stop(100%, #f8f8f8));
      background: -webkit-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
      background: -o-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
      background: -ms-linear-gradient(top, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%);
      background: linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f1f1f1 51%, #f8f8f8 100%); }
    .aui .top-bar:before,
    .aui .top-bar:after {
      content: " ";
      display: table; }
    .aui .top-bar:after {
      clear: both; }
    .aui .top-bar .toggle-topbar {
      display: none; }
    .aui .top-bar .title-area {
      float: left; }
    .aui .top-bar .name {
      display: none; }
    .aui .top-bar .name h1 a {
      width: auto; }
    .aui .top-bar input, .aui .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .aui .top-bar-section {
      -webkit-transition: none 0 0;
      -moz-transition: none 0 0;
      transition: none 0 0;
      left: 0;
      position: relative;
      width: auto; }
    .aui .top-bar-section ul {
      display: inline;
      width: auto;
      height: auto !important;
      list-style: none; }
    .aui .top-bar-section > ul > li {
      float: left;
      margin-bottom: -1px;
      border-bottom: 1px solid #999;
      height: 2.67em;
      line-height: 2.67em; }
    .aui .top-bar-section > ul > li:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .aui .top-bar-section > ul > li.has-megadropdown:hover,
    .aui .top-bar-section ul li.special-nav-open {
      border-bottom-color: #fff;
      background: #fff; }
    .aui .top-bar-section ul li.has-special-nav.special-nav-closed {
      border-bottom-color: #999; }
    .aui .top-bar-section ul li:hover {
      border-top-color: #fff; }
    .aui .top-bar-section ul li > a {
      padding: 0 15px; }
    .aui .media-service-page .top-bar-section li a {
      padding: 0 11px; }
    .aui .top-bar-section ul.pull-left > li > a {
      position: relative; }
    .aui .top-bar-section > ul > li:first-child a {
      border-right: 1px solid #d0d0d0;
      -moz-border-top-left-radius: 5px;
      -mozborder-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding-right: 13px;
      padding-left: 13px;
      font-size: 15px; }
    .aui .top-bar-section + ul li {
      border-bottom: 1px solid #d0d0d0; }
    .aui .top-bar-section ul.pull-left > li > a:hover {
      background-color: #fff; }
    .aui .top-bar-section ul.pull-left > li > a:hover:before,
    .aui .top-bar-section ul.pull-left > li > a.current:before,
    .aui .top-bar-section ul.pull-left > li.special-nav-open > a:before,
    .aui .top-bar-section ul.pull-left > li:hover > a:before {
      border-left: 1px solid #D0D0D0;
      border-right: 1px solid #D0D0D0;
      bottom: -1px;
      content: "";
      display: block;
      left: -1px;
      position: absolute;
      right: 0;
      top: -1px;
      z-index: 2; }
    .aui .top-bar-section ul.pull-left > li > a.current:before {
      border-top: 3px solid; }
    .aui .top-bar-section ul.pull-left > li#etusivu_nav_btn > a.current:before {
      -webkit-border-radius: 5px 0px 0px 5px;
      -moz-border-radius: 5px 0px 0px 5px;
      -ms-border-radius: 5px 0px 0px 5px;
      -o-border-radius: 5px 0px 0px 5px;
      border-radius: 5px 0px 0px 5px; }
    .aui .top-bar-section ul.pull-left > #etusivu_nav_btn a:hover:before,
    .aui .top-bar-section ul.pull-left > #etusivu_nav_btn a.current:before,
    .aui .top-bar-section ul.pull-left > #etusivu_nav_btn:hover > a:before {
      border-right: none;
      border-left: none; }
    .aui .top-bar-section li a i {
      position: relative;
      top: 2px;
      font-size: 1.3em;
      line-height: 14px;
      display: inline-block;
      margin-left: 4px; }
    .aui .top-bar-section li a:hover i {
      text-decoration: none; }
    .aui .top-bar-section ul li.active,
    .aui .top-bar-section ul li.current {
      background-color: #fff; } }
  .aui .top-bar-section ul li.special-nav-trigger {
    position: relative; }
    .aui .top-bar-section ul li.special-nav-trigger > a {
      padding-right: 39px; }
    .aui .top-bar-section ul li.special-nav-trigger .icon {
      display: inline-block;
      position: absolute;
      top: 11px;
      right: 8px;
      line-height: 0.82em;
      z-index: 2;
      cursor: pointer;
      background: #bcbcbc;
      color: #fff;
      font-size: 12px;
      padding: 5px 5px 3px; }
  .aui .special-nav {
    position: relative;
    z-index: 5;
    top: -3px;
    border: 1px solid #d0d0d0;
    border-top: none;
    padding: 17px 0 5px 19px;
    background: #fff; }
  .aui .special-nav ul {
    overflow: hidden;
    margin-bottom: 0;
    list-style: none; }
  .aui .special-nav ul li {
    float: left;
    margin: 0 10px 10px 0; }
  .aui .special-nav ul li a {
    display: block;
    padding: 7px 11px;
    background: #fdfdfd;
    color: #666;
    border: 1px solid #e5e5e5;
    width: 225px; }
  .aui .special-nav small {
    font-size: 0.75em;
    line-height: 1.1em;
    display: block; }
  .aui .special-nav h5 {
    margin-bottom: 5px;
    color: #333;
    font-size: 0.875em;
    font-family: 'Gotham Narrow SSm 5r','Gotham Narrow SSm A','Gotham Narrow SSm B',"Helvetica",Helvetica,Arial,sans-serif;
    font-weight: 500 !important;
    font-style: normal; }
  .aui .arrow-up {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #dddddd transparent;
    position: absolute;
    top: -12px;
    left: 105px; }
  .aui .special-nav ul li.active > a,
  .aui .special-nav ul li.current > a,
  .aui .special-nav ul li.active > a h5,
  .aui .special-nav ul li.current > a h5 {
    background-color: #e9f6fa; }
  @media only screen and (max-width: 32.5em) {
    .aui .special-nav,
    .aui .special-nav ul li {
      float: none; }
    .aui .special-nav ul li a {
      width: auto; } }
  @media only screen and (max-width: 25em) {
    .aui .special-nav {
      padding-left: 10px; }
    .aui .special-nav ul li a {
      padding: 0 0 2px 5px; }
    .aui .special-nav ul li a h5 {
      margin-bottom: 2px; } }
  .aui .nav-menu ul {
    display: block;
    margin: 0 0 1.25em 0;
    border: solid 1px #e4e3e4;
    border-bottom: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside; }
    .aui .nav-menu ul.level-2 > li.open {
      border-bottom: 1px solid #e4e3e4;
      border-top: 1px solid #e4e3e4; }
    .aui .nav-menu ul.level-2 > li > a.open {
      color: #333;
      border-bottom: 1px solid #e4e3e4; }
    .aui .nav-menu ul.level-3 {
      border: none;
      padding-left: 10px; }
      .aui .nav-menu ul.level-3 > li a {
        padding: 3px 15px 3px 22px !important; }
        .aui .nav-menu ul.level-3 > li a.open {
          color: #333; }
    .aui .nav-menu ul.level-4 {
      border: none;
      padding-left: 10px;
      padding-top: 0;
      font-size: 0.9em; }
    .aui .nav-menu ul > li {
      margin: 0 0 0 0;
      border-bottom: solid 1px #e4e3e4; }
      .aui .nav-menu ul > li a {
        display: block;
        padding: 10px 15px 9px;
        background: white;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, white 0%, #fcfcfc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fcfcfc));
        background: -webkit-linear-gradient(top, white 0%, #fcfcfc 100%);
        background: -o-linear-gradient(top, white 0%, #fcfcfc 100%);
        background: -ms-linear-gradient(top, white 0%, #fcfcfc 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fcfcfc',GradientType=0 );
        color: #333;
        font-size: 0.8125em;
        line-height: 1.2857em;
        font-weight: 500;
        font-style: normal;
        word-wrap: break-word; }
        .aui .nav-menu ul > li a i {
          margin-right: 7px; }
        .aui .nav-menu ul > li a:hover, .aui .nav-menu ul > li a:focus {
          text-decoration: underline; }
      .aui .nav-menu ul > li.selected > a {
        padding-left: 12px;
        background: #fff; }
      .aui .nav-menu ul > li.divider {
        border-top: 1px solid;
        height: 1em;
        padding: 0;
        list-style: none;
        border-top-color: #e6e6e6; }
      .aui .nav-menu ul > li.open.selected a {
        border-left: none; }
      .aui .nav-menu ul > li > ul {
        background-color: #fff;
        padding-bottom: 7px;
        padding-top: 7px;
        margin-bottom: 0; }
        .aui .nav-menu ul > li > ul li {
          border-bottom: none; }
          .aui .nav-menu ul > li > ul li.selected {
            border-bottom: none; }
          .aui .nav-menu ul > li > ul li a {
            padding: 7px 15px 7px 22px !important;
            word-wrap: break-word; }
            .aui .nav-menu ul > li > ul li a.selected {
              border: none; }
  .aui .side-nav li ul {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff; }
  .aui .side-nav li ul a {
    border: none !important;
    background: #fff;
    padding: 7px 15px 7px 22px !important;
    color: #727272; }
  .aui .side-nav li a:hover {
    background: #fff; }
  .aui .side-nav li ul li {
    border-bottom: none; }
  .aui .side-nav li.active-trail > a {
    border-bottom: 1px solid #e4e3e4; }

/* AUI */
.ie8 .top-bar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8',GradientType=0 );
  /* IE6-8 */ }
.ie8 .media-service-page button:hover, .ie8 .media-service-page button:focus, .ie8 .media-service-page .btn:hover, .ie8 .media-service-page .btn:focus,
.ie8 #media-login .btn-media:hover, .ie8 #media-login .btn-media:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0c449', endColorstr='#c99913',GradientType=0 ); }
.ie8 .media-service-page button, .ie8 .media-service-page .btn,
.ie8 #media-login .btn-media {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0d24e', endColorstr='#e5b114',GradientType=0 ); }
.ie8 .btn-primary, .ie8 .btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bc0', endColorstr='#0067b6',GradientType=0 ); }
.ie8 .btn-primary:hover, .ie8 .btn-primary:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c72a3', endColorstr='#176094',GradientType=0 ); }

.ie9 .top-bar {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: none; }
.ie9 .media-service-page button:hover, .ie9 .media-service-page button:focus, .ie9 .media-service-page .btn:hover, .ie9 .media-service-page .btn:focus,
.ie9 #media-login .btn-media:hover, .ie9 #media-login .btn-media:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2UwYTUxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYzk5MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: none; }
.ie9 .media-service-page button, .ie9 .media-service-page .btn,
.ie9 #media-login .btn-media {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YjAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGE1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: none; }
.ie9 .btn-primary {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2JjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: none; }
.ie9 .btn-primary:hover, .ie9 .btn-primary:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzFjNzJhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzYwOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: none; }

.aui {
  /* -------- Mobile nav ----------- */
  /*
  .label, .yja-tag-group .yja-tag {
    background-color: $site-label;
    color: $site-label-color;
    @include border-radius(0px);
  }
  */ }
  .aui body {
    background-image: url(../images/mmm/body-mmm.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial; }
    @media (min-width: 1280px) {
      .aui body {
        background-size: contain; } }
  .aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6 {
    color: #333333; }
    .aui h1 a, .aui h2 a, .aui h3 a, .aui h4 a, .aui h5 a, .aui h6 a {
      color: #333333; }
      .aui h1 a:hover, .aui h1 a:focus, .aui h2 a:hover, .aui h2 a:focus, .aui h3 a:hover, .aui h3 a:focus, .aui h4 a:hover, .aui h4 a:focus, .aui h5 a:hover, .aui h5 a:focus, .aui h6 a:hover, .aui h6 a:focus {
        text-decoration: none; }
  .aui .portlet-topper .hed-section {
    color: #3a3a3a;
    border-bottom: 3px solid #5d6068; }
  .aui #banner {
    margin-top: .5em; }
    .aui #banner .contacts {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background: #43ab5e;
      color: white;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      heigth: 2.5em; }
      @media (min-width: 768px) {
        .aui #banner .contacts {
          position: absolute;
          right: 19em;
          top: 1.1em;
          height: 2.5em;
          line-height: 1.25em; } }
      .lt-ie9 .aui #banner .contacts {
        position: absolute;
        right: 19em;
        top: 1.1em;
        height: 2.5em;
        line-height: 1.25em; }
    @media (min-width: 768px) {
      .aui #banner .span4 {
        margin-top: 1em; } }
    .lt-ie9 .aui #banner .span4 {
      margin-top: 1em; }
  .aui #heading {
    position: relative; }
  .aui #topSearchform_static input {
    border: 1px solid #43ab5e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 10px; }
  .aui #topSearchform_static .search-btn {
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .aui #topSearchform_static i {
    right: 8px;
    left: auto;
    width: 10px;
    -webkit-transform: rotate(180dg);
    -moz-transform: rotate(180dg);
    -ms-transform: rotate(180dg);
    -o-transform: rotate(180dg);
    transform: rotate(180dg); }
    @media (min-width: 768px) and (max-width: 980px) {
      .aui #topSearchform_static i {
        right: 28px; } }
  .aui footer {
    background: #43ab5e; }
    .aui footer a, .aui footer p {
      color: white; }
    .aui footer .logo a .department .name,
    .aui footer .logo a .department .translation {
      color: white !important;
      text-transform: uppercase; }
    .aui footer .btn-primary {
      background: #588a56;
      margin-top: 1em; }
    .aui footer .social-media {
      padding-top: .5em; }
      .aui footer .social-media a {
        font-size: 2em;
        margin-right: .25em; }
        .aui footer .social-media a:hover, .aui footer .social-media a:focus, .aui footer .social-media a:active {
          color: #588a56; }
  .aui .mobile-menu-actions {
    background: #35864a; }
    .aui .mobile-menu-actions a {
      background: #43ab5e;
      color: white; }
  .aui .mm-menu {
    border-color: #43ab5e; }
  .aui .top-bar {
    background: #43ab5e;
    border: none; }
    .aui .top-bar.main-nav {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
  .aui .top-bar-section ul li {
    border-bottom: 0; }
    .aui .top-bar-section ul li > a {
      color: white; }
      .aui .top-bar-section ul li > a:hover, .aui .top-bar-section ul li > a.current {
        color: #43ab5e;
        text-decoration: none; }
      .aui .top-bar-section ul li > a:hover {
        background: #d1f9c4 !important; }
      .aui .top-bar-section ul li > a.current:hover {
        background-color: white !important; }
    .aui .top-bar-section ul li:first-child a {
      border: none;
      color: white;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
      @media (min-width: 768px) {
        .aui .top-bar-section ul li:first-child a {
          border: none; } }
      .lt-ie9 .aui .top-bar-section ul li:first-child a {
        border: none; }
    .aui .top-bar-section ul li.special-nav-trigger.special-nav-open a {
      color: #43ab5e; }
    .aui .top-bar-section ul li.special-nav-trigger a.special-nav-trigger {
      border-bottom: 0px; }
    .aui .top-bar-section ul li.special-nav-trigger .icon {
      color: white;
      background-color: #3c9954; }
    .aui .top-bar-section ul li:hover {
      background-color: #d1f9c4 !important; }
      .aui .top-bar-section ul li:hover a {
        color: #43ab5e; }
      .aui .top-bar-section ul li:hover .icon {
        color: white; }
  .aui .top-bar-section ul.pull-left > li > a:hover:before, .aui .top-bar-section ul.pull-left > li > a.current:before, .aui .top-bar-section ul.pull-left > li.special-nav-open > a.current:before, .aui .top-bar-section ul.pull-left > li:hover > a:before {
    border: none; }
  .aui .special-nav ul li {
    border-left: 4px solid #43ab5e; }
    .aui .special-nav ul li a {
      width: 221px; }
    .aui .special-nav ul li a:hover {
      background-color: #d1f9c4; }
  .aui .special-nav ul li.active > a,
  .aui .special-nav ul li.current > a,
  .aui .special-nav ul li.active > a h5,
  .aui .special-nav ul li.current > a h5 {
    background-color: #d1f9c4; }
  .aui .top-bar.expanded {
    background: #43ab5e; }
    .aui .top-bar.expanded .top-bar-section .special-nav-trigger.current {
      color: white; }
      .aui .top-bar.expanded .top-bar-section .special-nav-trigger.current i {
        color: white; }
      .aui .top-bar.expanded .top-bar-section .special-nav-trigger.current:hover {
        color: #43ab5e; }
        .aui .top-bar.expanded .top-bar-section .special-nav-trigger.current:hover a, .aui .top-bar.expanded .top-bar-section .special-nav-trigger.current:hover i {
          color: #43ab5e; }
    .aui .top-bar.expanded .top-bar-section li.current a.current {
      font-weight: 700;
      color: white; }
      .aui .top-bar.expanded .top-bar-section li.current a.current:hover {
        color: #43ab5e; }
  .aui .nav-menu ul > li.selected > a {
    border-left: 3px solid #43ab5e;
    color: #43ab5e; }
  .aui .nav-menu ul.level-1 > li.open {
    border-left: 3px solid #43ab5e; }
    .aui .nav-menu ul.level-1 > li.open > ul {
      border-right: 0px; }
      .aui .nav-menu ul.level-1 > li.open > ul.level-2 > li.open {
        border-top: none;
        border-bottom: none; }
        .aui .nav-menu ul.level-1 > li.open > ul.level-2 > li.open.selected a {
          border-bottom: none; }
  @media (min-width: 768px) {
    .aui #wrapper {
      padding: 0; } }
  .lt-ie9 .aui #wrapper {
    padding: 0; }
  .aui .container-fluid {
    margin: 0 auto; }
  .aui #main-content {
    display: block;
    position: relative;
    background: white;
    padding: 1em; }
    .aui #main-content.frontpage {
      background: none;
      padding: 0; }
  .aui .mmm__row--white {
    background: white;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 30px;
    padding-bottom: 20px; }
  .aui .mmm__row--fullwidth {
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }
  .aui .frontpage #column-6 {
    background-color: #efefef;
    padding-top: 40px;
    padding-bottom: 1.07143em; }
  .aui .frontpage #column-14 {
    padding-top: 40px;
    padding-bottom: 1.07143em; }
  .aui header[role='banner'] .container-fluid,
  .aui .frontpage .container-fluid {
    padding: 0; }
  @media (min-width: 768px) {
    .aui .media-item .span6 img.pull-left {
      float: none;
      display: block; } }
  .lt-ie9 .aui .media-item .span6 img.pull-left {
    float: none;
    display: block; }
  @media (min-width: 768px) {
    .aui .news-list .row-fluid {
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 24px; }
      .aui .news-list .row-fluid:nth-child(n+2) {
        padding-bottom: 24px;
        padding-top: 24px;
        border-top: 1px solid #dbdbdb; }
      .aui .news-list .row-fluid hr {
        display: none; } }
  .lt-ie9 .aui .news-list .row-fluid {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 24px; }
    .lt-ie9 .aui .news-list .row-fluid:nth-child(n+2) {
      padding-bottom: 24px;
      padding-top: 24px;
      border-top: 1px solid #dbdbdb; }
    .lt-ie9 .aui .news-list .row-fluid hr {
      display: none; }
  .aui .carousel {
    border: none;
    padding: 0;
    padding-bottom: 1.42857em;
    margin: 0; }
  .aui .carousel-wrapper ul li {
    border: none;
    margin-right: 0.92857em; }
    .aui .carousel-wrapper ul li:nth-child(6n) {
      margin-left: 0.71429em; }
  .aui .carousel-wrapper img {
    border: 1px solid #dbdbdb; }
  .aui ul.position-nav li.selected {
    background-image: -webkit-gradient(linear, to bottom right, to top left, color-stop(0%, #6bbe68), color-stop(100%, #487f46));
    background-image: -webkit-linear-gradient(to bottom right, #6bbe68, #487f46);
    background-image: -moz-linear-gradient(to bottom right, #6bbe68, #487f46);
    background-image: -o-linear-gradient(to bottom right, #6bbe68, #487f46);
    background-image: linear-gradient(to bottom right, #6bbe68, #487f46); }
  .aui .breadcrumb {
    text-transform: none; }
  .aui .columns-max {
    width: 100%; }
    @media (min-width: 768px) {
      .aui .columns-max {
        max-width: 970px;
        margin: 0 auto;
        padding: 0 20px; } }
    .lt-ie9 .aui .columns-max {
      max-width: 970px;
      margin: 0 auto;
      padding: 0 20px; }
    .aui .columns-max .sign-in-form {
      background: white;
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 30px;
      padding-bottom: 77px; }
      @media (min-width: 768px) {
        .aui .columns-max .sign-in-form fieldset,
        .aui .columns-max .sign-in-form .button-holder {
          width: 50%;
          margin: 0 auto; } }
      .lt-ie9 .aui .columns-max .sign-in-form fieldset, .lt-ie9
      .aui .columns-max .sign-in-form .button-holder {
        width: 50%;
        margin: 0 auto; }
      .aui .columns-max .sign-in-form div[role='alert'] {
        font-size: 0.875em; }
  .aui .lfr-meta-actions.icons-container {
    font-size: 0.75em; }
  .aui #content .add-asset-selector {
    display: none; }
  .aui a {
    text-decoration: none;
    color: #43ab5e; }
    .aui a:hover {
      color: #1f4f2c;
      text-decoration: none; }
    .aui a.black-link {
      color: #333333; }
      .aui a.black-link:hover {
        color: inherit; }
  .aui .subscribe-action {
    top: 3px;
    color: #333333; }
  .aui .btn-primary, .aui .btn-default {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: white;
    border: none; }
  .aui .btn-primary {
    background: #43ab5e; }
    .aui .btn-primary:hover, .aui .btn-primary:focus, .aui .btn-primary:active {
      background: #35864a; }
  .aui .btn-default {
    background: #818181; }
    .aui .btn-default:hover, .aui .btn-default:focus, .aui .btn-default:active {
      background: #686868;
      color: white; }
  .aui .search-portlet .text-area .btn[type="submit"] {
    height: 3em;
    margin-top: 0.28571em; }
  .aui .glossary {
    border-top: 13px solid #588a56;
    margin-top: 60px;
    background: #849d83;
    display: none; }
    .aui .glossary hr {
      display: none; }
  .aui footer #footerTab {
    margin-top: -49px;
    border-bottom: 0;
    margin-bottom: 50px; }
  .aui footer .tab-content {
    background: transparent;
    border: none; }
  .aui footer .nav-tabs > li a {
    border: none;
    background: none; }
    .aui footer .nav-tabs > li a:hover, .aui footer .nav-tabs > li a:focus, .aui footer .nav-tabs > li a:active {
      border: none;
      background: none; }
  .aui footer .nav-tabs > li {
    background-color: #65ac62;
    margin-right: 20px; }
    .aui footer .nav-tabs > li.active, .aui footer .nav-tabs > li:hover, .aui footer .nav-tabs > li:focus {
      background-color: #588a56; }
      .aui footer .nav-tabs > li.active a, .aui footer .nav-tabs > li:hover a, .aui footer .nav-tabs > li:focus a {
        color: white;
        border: none;
        background: none; }
        .aui footer .nav-tabs > li.active a:hover, .aui footer .nav-tabs > li.active a:focus, .aui footer .nav-tabs > li.active a:active, .aui footer .nav-tabs > li:hover a:hover, .aui footer .nav-tabs > li:hover a:focus, .aui footer .nav-tabs > li:hover a:active, .aui footer .nav-tabs > li:focus a:hover, .aui footer .nav-tabs > li:focus a:focus, .aui footer .nav-tabs > li:focus a:active {
          color: white;
          border: none;
          background: none; }
  .aui h5.directory-title {
    background-color: transparent;
    color: white;
    padding: 0; }
  .aui ul.directory li {
    color: white; }
  .aui .thin-border {
    border-color: #dbdbdb;
    border-top-color: #43ab5e !important; }
  .aui .lift {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 2.85714em; }
  .aui .lift__image {
    width: 40%;
    max-width: 104px; }
  .aui .lift__content {
    width: 60%; }
    .aui .lift__content p {
      font-weight: 600;
      line-height: 1.25em; }
      .aui .lift__content p.lift__subheadline {
        font-weight: 400;
        color: #7d7d7d;
        margin-bottom: 0;
        font-size: 0.92857em;
        margin-bottom: .25em; }
    .aui .lift__content a.btn:after {
      content: "»";
      margin-left: 0.35714em; }
  .aui .panel.border, .aui .panel.border-top-emphasis,
  .aui .panel .content-title {
    border: none; }
    .aui .panel.border h3, .aui .panel.border-top-emphasis h3,
    .aui .panel .content-title h3 {
      margin-top: 10px; }
  .aui .panel.net-services {
    background: #43ab5e; }
  .aui .publication-wrapper .panel.border, .aui .publication-wrapper .panel.border-top-emphasis {
    border: 1px solid #dbdbdb;
    border-top: 4px solid #43ab5e; }
  .aui .project-search-portlet .gridItem .panel.border, .aui .project-search-portlet .gridItem .panel.border-top-emphasis {
    border: 1px solid #dbdbdb;
    border-top: 4px solid #43ab5e; }
  .aui .portlet-asset-publisher {
    clear: both; }
  .aui .results.resultsJournal.unstyled .highlight {
    background: none;
    font-weight: normal;
    font-style: normal; }