/* ---------- 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 #dddddd; }
  .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: #222222; }
.yja-accordion h4.yja-accordion-toggle {
  background: #007bc0;
  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: #f0f0f0;
    color: #1f7994 !important;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-top: solid 1px #dddddd; }
  .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: #007bc0;
    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 */
  /* Visible dropzones */
  /* ---------- 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 .controls-visible.signed-in .portlet-column-content.empty {
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px dashed #d1d1d1; }
    .aui .controls-visible.signed-in .portlet-column-content.empty:hover, .aui .controls-visible.signed-in .portlet-column-content.empty:focus {
      border-color: #666; }
  .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 .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: 26px;
    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;
      margin-top: 26px;
      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 {
  /* -------- Search colors ----------- */
 /*
__________Buttons____________________________________________
*/
 /*
__________Language select____________________________________________
*/
  /* -------- Mobile nav ----------- */
  /*
  __________Navigation____________________________________________
  */
  /* -------- Alerts ----------- */
  /* -------- Minister listing ----------- */
  /* -------- Landingpage lifts ----------- */
  /* -------- Events ----------- */ }
  .aui a {
    color: #1f7994;
    cursor: pointer; }
    .aui a:hover, .aui a:focus {
      color: #2ba6cb;
      text-decoration: none; }
  .aui .news-page blockquote {
    background: #EEEEEE;
    border-left: 5px solid #007bc0; }
  .aui .panel.border.border-top-emphasis {
    border-top-color: #007bc0; }
  .aui .panel.callout {
    background: #007bc0; }
  .aui .panel.net-services {
    background-color: #007bc0; }
  .aui .img-grid li.img-expanded > a::after {
    border-bottom-color: #007bc0; }
  .aui .btn-primary {
    background-color: #007bc0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #007bc0), color-stop(100%, #0067b6));
    background-image: -webkit-linear-gradient(to bottom, #007bc0, #0067b6);
    background-image: -moz-linear-gradient(to bottom, #007bc0, #0067b6);
    background-image: -o-linear-gradient(to bottom, #007bc0, #0067b6);
    background-image: linear-gradient(to bottom, #007bc0, #0067b6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF007BC0', endColorstr='#FF0067B6', GradientType=0);
    border-color: #0067b6 #0067b6 #003c6a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #007bc0;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .aui #heading .lang-select li {
    padding: 0 2px 0 0;
    font-size: 0.7em;
    color: #999; }
    .aui #heading .lang-select li:after {
      content: "|"; }
    .aui #heading .lang-select li:last-child:after {
      content: ""; }
    .aui #heading .lang-select li a {
      background-color: transparent;
      color: #666;
      padding: 5px 4px 5px 0; }
      .aui #heading .lang-select li a:hover {
        color: #666; }
  .aui .mobile-menu-actions {
    background: #0067B6; }
    .aui .mobile-menu-actions a {
      background: #007bc0;
      color: #fff; }
  .aui .mm-menu {
    border-color: #007bc0; }
  .aui .mega_dropdown ul li a {
    color: #2ba6cb; }
  @media only screen and (min-width: 768px) {
    .aui .top-bar-section ul li.active a,
    .aui .top-bar-section ul li.current a {
      color: #007bc0; } }
  .aui .top-bar-section ul.pull-left > li > a.current:before {
    border-top-color: #007bc0; }
  .aui .special-nav ul li a {
    border-left: 4px solid #007bc0; }
  .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;
    color: #1f7994; }
  .aui .special-nav ul li a:hover,
  .aui .special-nav a:hover h5 {
    color: #1f7994; }
  .aui .media-service-page .side-nav li.active > a {
    border-left-color: #007bc0;
    color: #1f7994; }
  .aui .side-nav li.active-trail {
    border-left: 3px solid #007bc0; }
  .aui .media-service-page .side-nav li.active-trail {
    border-left-color: #007bc0; }
  .aui .side-nav li.active-trail > a {
    background: #fff;
    color: #1f7994; }
  .aui .media-service-page .side-nav li.active-trail > a {
    color: #007bc0; }
  .aui .nav-menu ul.level-1 > li.open {
    border-left: 3px solid #007bc0; }
  .aui .nav-menu ul > li.selected > a {
    border-left: 3px solid #007bc0;
    color: #1f7994; }
    .aui .nav-menu ul > li.selected > a:hover, .aui .nav-menu ul > li.selected > a:focus {
      color: #2ba6cb; }
  .aui .nav-menu ul > li > ul li {
    border-bottom: none; }
    .aui .nav-menu ul > li > ul li a {
      color: #727272; }
  .aui .portlet-msg-info {
    border-color: #007bc0;
    background: #007bc0;
    color: #fff;
    text-shadow: none;
    padding: 0.5em 0.9387em;
    font-size: 1.3125em; }
  .aui .portlet-msg-error {
    border-color: #e50000;
    background: #e50000;
    color: #fff;
    text-shadow: none;
    padding: 0.5em 0.9387em;
    font-size: 1.3125em; }
  .aui .portlet-msg-alert {
    border-color: #fffacd;
    background: #fffacd;
    text-shadow: none;
    padding: 0.5em 0.9387em;
    font-size: 1.3125em; }
  .aui .minister-tile a:hover .name, .aui .minister-tile a:hover .title {
    color: #007bc0; }
  .aui .landingpage-lift-wrapper .landingpage-lift {
    border-top-color: #007bc0; }
    .aui .landingpage-lift-wrapper .landingpage-lift .landingpage-lift-link .landing-page-title {
      color: #1f7994;
      font-size: 16px; }
    .aui .landingpage-lift-wrapper .landingpage-lift .landingpage-lift-link:hover .landing-page-title {
      color: #2ba6cb; }
  .aui .events .dates {
    border-top-color: #007bc0; }
  .aui .events .url-copy-area {
    border-color: #007bc0; }
  .aui .news-page blockquote {
    background: #EEEEEE;
    border-left: 5px solid #007bc0; }
  .aui .panel.border.border-top-emphasis {
    border-top-color: #007bc0; }

/* AUI */