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

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

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/pv-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/pv-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #FFC; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

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

.underlay-hidden {
  display: none; }

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

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

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

.tab-back {
  float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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











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

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

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

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

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

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

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

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

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

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

.form-triggers {
  float: left; }

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

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

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

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

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

body.portlet {
  border-width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

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

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }
.restricted * {
  color: #727C81; }

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

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

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

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

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

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

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

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















  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

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

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

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

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

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

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

/* == Off.canvas == */
.topBar a {
  text-transform: uppercase;
  text-shadow: none; }
.topBar a:hover {
  text-decoration: none; }

@media (max-width: 1023px) {
  html {
    width: 100%;
    height: 100%; }

  html.offcanvas {
    overflow: hidden; }

  body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }

  .offcanvas body {
    overflow: hidden; }

  .animatedSlide {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out; }

  .no-csstransforms3d .animatedSlide {
    transition: left 0.3s ease-out, right 0.3s ease-out;
    -ms-transition: left 0.3s ease-out, right 0.3s ease-out;
    -moz-transition: left 0.3s ease-out, right 0.3s ease-out;
    -webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
    -o-transition: left 0.3s ease-out, right 0.3s ease-out; }

  .floated {
    float: left;
    width: 100%; }

  .padded {
    padding: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .paddedLight {
    padding: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .offcanvas .scrollableArea {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  .sidebarLeft.show, .sidebarRight.show {
    z-index: 200; }

  /* Sliding side bars */
  .sidebarLeft, .sidebarRight {
    float: left;
    width: 20%;
    word-wrap: break-word;
    z-index: 100;
    background-color: #272727;
    /* hides close button unless JS is enabled */ }

  .sidebarLeft .shutLeft, .sidebarLeft .shutRight, .sidebarRight .shutLeft, .sidebarRight .shutRight {
    display: none;
    position: absolute;
    top: 0;
    z-index: 90;
    width: 1.6em;
    height: 1.6em;
    font-size: 2.5em;
    line-height: 1.6em;
    color: gainsboro;
    text-decoration: none;
    text-align: center;
    opacity: 0.3;
    font-family: 'Entypo'; }

  .sidebarLeft .shutLeft:hover, .sidebarLeft .shutRight:hover, .sidebarRight .shutLeft:hover, .sidebarRight .shutRight:hover {
    opacity: 0.5; } }
/* Styles for both sidebars */
.offcanvas .sidebarLeft,
.offcanvas .sidebarRight {
  position: absolute;
  top: 0;
  bottom: 0;
  /* width: $slideMobile; */ }

.offcanvas .sidebarLeft .shutLeft, .offcanvas .sidebarLeft .shutRight, .offcanvas .sidebarRight .shutLeft, .offcanvas .sidebarRight .shutRight {
  display: block; }

.offcanvas .sidebarLeft, .offcanvas .sidebarRight {
  width: 86%; }

/*  @media screen and (max-width: 28.125em) {
    .offcanvas .sidebarLeft, .offcanvas .sidebarRight {
	      width: $slideMobile; 
	 } 
} */
@media (max-width: 1023px) {
  .offcanvas .sidebarLeft {
    left: 0;
    transform: translate3d(-7em, 0, 0);
    -ms-transform: translate3d(-7em, 0, 0);
    -moz-transform: translate3d(-7em, 0, 0);
    -webkit-transform: translate3d(-7em, 0, 0);
    -o-transform: translate3d(-7em, 0, 0); }

  .offcanvas .sidebarLeft .shutLeft {
    left: 0; }

  .offcanvas .sidebarRight {
    right: 0;
    transform: translate3d(7em, 0, 0);
    -ms-transform: translate3d(7em, 0, 0);
    -moz-transform: translate3d(7em, 0, 0);
    -webkit-transform: translate3d(7em, 0, 0);
    -o-transform: translate3d(7em, 0, 0); }

  .offcanvas .sidebarRight .shutRight {
    right: 0; } }
/*.no-csstransforms3d .offcanvas .sidebarLeft {
	left:-7em;
}
.no-csstransforms3d .offcanvas .sidebarRight {
	right:-7em;
}*/
/* Main central area styles */
@media (max-width: 1023px) {
  .page {
    position: relative;
    z-index: 500;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .page .scrollableArea {
    position: absolute;
    top: 4rem;
    bottom: 0;
    background: #fff; } }
.aui .topbar {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media (max-width: 1023px) {
  .aui body {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (max-width: 1023px) {
  .offcanvas .page {
    width: 100%;
    height: 100%; }

  .no-js .page {
    float: left;
    width: 60%; } }
/* Slid styles */
@media (max-width: 1023px) {
  .page.slidRight {
    transform: translate3d(278px, 0, 0);
    -ms-transform: translate3d(278px, 0, 0);
    -moz-transform: translate3d(278px, 0, 0);
    -webkit-transform: translate3d(278px, 0, 0);
    -o-transform: translate3d(278px, 0, 0); }

  .page.slidLeft {
    transform: translate3d(-278px, 0, 0);
    -ms-transform: translate3d(-278px, 0, 0);
    -moz-transform: translate3d(-278px, 0, 0);
    -webkit-transform: translate3d(-278px, 0, 0);
    -o-transform: translate3d(-278px, 0, 0); }

  .no-csstransforms3d .page.slidRight {
    left: 278px; }

  .no-csstransforms3d .page.slidLeft {
    left: -278px; }

  .sidebarLeft.slidRight, .sidebarRight.slidLeft {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

  .no-csstransforms3d .sidebarLeft.slidRight {
    left: 0; }

  .no-csstransforms3d .sidebarRight.slidLeft {
    right: 0; }

  .topBar {
    position: relative;
    height: 4em;
    width: 100%;
    z-index: 1000;
    word-wrap: break-word;
    overflow: hidden;
    background-color: #999999; }

  .topBar .slideRight, .topBar .slideLeft {
    position: absolute;
    top: 0;
    width: 0.8em;
    height: 0.8em;
    font-size: 5em;
    line-height: 0.84em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Entypo'; }

  .topBar .slideRight:hover, .topBar .slideRight.pressed, .topBar .slideLeft:hover, .topBar .slideLeft.pressed {
    color: white; }

  .topBar .slideRight.pressed, .topBar .slideLeft.pressed {
    background: #828282; }

  .topBar .slideRight {
    left: 0; }

  .topBar .slideLeft {
    right: 0; } }
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .page.slidRight {
    transform: translate3d(86%, 0, 0);
    -ms-transform: translate3d(86%, 0, 0);
    -moz-transform: translate3d(86%, 0, 0);
    -webkit-transform: translate3d(86%, 0, 0);
    -o-transform: translate3d(86%, 0, 0); } }
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .page.slidLeft {
    transform: translate3d(-86%, 0, 0);
    -ms-transform: translate3d(-86%, 0, 0);
    -moz-transform: translate3d(-86%, 0, 0);
    -webkit-transform: translate3d(-86%, 0, 0);
    -o-transform: translate3d(-86%, 0, 0); } }
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .no-csstransforms3d .page.slidRight {
    left: 86%; } }
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .no-csstransforms3d .page.slidLeft {
    left: -86%; } }
::selection {
  background: #702c07;
  color: #fff; }

::-moz-selection {
  background: #702c07;
  color: #fff; }

::-webkit-selection {
  background: #702c07;
  color: #fff; }

.icon {
  font-family: Entypo;
  font-style: normal;
  font-size: 1.5em; }

.social {
  font-family: Social;
  font-style: normal;
  font-size: 1.5em; }

.sidebarLeft, .sidebarRight {
  color: #fff; }

.sidebarLeft ul, .sidebarRight ul {
  float: left;
  width: 100%; }

.sidebarLeft ul a {
  float: left;
  width: 100%;
  padding: 0.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: gainsboro;
  /*font-family: $frutigerLight;*/
  text-shadow: 0 0.0625em 0.0625em rgba(0, 0, 0, 0.4); }

.sidebarLeft ul a:hover, .sidebarLeft ul a.current, .sidebarRight ul a:hover, .sidebarRight ul a.current {
  color: #fff;
  background: #323232; }

.sidebarLeft li, .sidebarRight li {
  list-style-type: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative; }

.sidebarLeft li .icon, .sidebarRight li .icon {
  margin: 0 0.4em 0 0; }

.sidebarLeft li .social, .sidebarRight li .social {
  margin: 0 0.4em 0 0; }

/* .page {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.75);
  -moz-border-radius-topleft: 0.375em;
  -webkit-border-top-left-radius: 0.375em;
  border-top-left-radius: 0.375em;
  -moz-border-radius-topright: 0.375em;
  -webkit-border-top-right-radius: 0.375em;
  border-top-right-radius: 0.375em; } */
.page .scrollable {
  top: 4em;
  background: #f7f7f7 url(/pv-theme/css/img/backgroundNoise.png);
  background-size: 90px; }

/*
.topBar {
 height: 4em;
   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e05000), color-stop(100%, #be4400));
  background: -webkit-linear-gradient(#e05000, #be4400);
  background: -moz-linear-gradient(#e05000, #be4400);
  background: -o-linear-gradient(#e05000, #be4400);
  background: linear-gradient(#e05000, #be4400); 
  box-shadow: inset 0 0.0625em 0.0625em rgba(255, 255, 255, 0.25), 0 0.0625em 0.125em rgba(0, 0, 0, 0.25); }
  */
.topBar .slideRight, .topBar .slideLeft {
  color: #000;
  text-shadow: 0 0.02em 0.02em rgba(0, 0, 0, 0.25); }

.topBar .slideRight:hover, .topBar .slideRight.pressed, .topBar .slideLeft:hover, .topBar .slideLeft.pressed {
  color: #959595;
  text-decoration: none; }

.topBar .slideRight.pressed, .topBar .slideLeft.pressed {
  background: #b34000; }

.topBar .slideRight.pressed {
  border-right: 1px solid #d94e00;
  box-shadow: inset -0.02em 0.02em 0.0625em rgba(0, 0, 0, 0.15); }

.topBar .slideLeft.pressed {
  border-left: 1px solid #d94e00;
  box-shadow: inset 0.02em 0.02em 0.0625em rgba(0, 0, 0, 0.15); }

.topBar .slideRight {
  /*  -moz-border-radius-topleft: 0.075em;
   -webkit-border-top-left-radius: 0.075em; */
  border-top-left-radius: 0.075em; }

.topBar .slideLeft {
  /*  -moz-border-radius-topright: 0.075em;
   -webkit-border-top-right-radius: 0.075em; */
  border-top-right-radius: 0.075em; }

.topBar h1,
.topBar h2,
.topBar h3 {
  color: #000;
  margin-top: 1.5em !important;
  font-size: 1.8em;
  /*font-family: $frutigerLight;*/
  line-height: 2.3em;
  text-align: center;
  text-shadow: 0 -0.04em 0.04em rgba(0, 0, 0, 0.25), 0 0 3em #ffa370; }

.topBar .mobile-logo {
  text-align: center;
  display: block;
  margin: 0 auto; }

/* Muutetaan phone/desktop -vaihto breakpointia */
@media (max-width: 1023px) {
  #sidebarLeft.visible-phone,
  #sidebarRight.visible-phone,
  #topBar.visible-phone {
    display: inherit !important; }

  #banner.hidden-phone {
    display: none !important; }

  .shrink-mobile #sidebarRight,
  .shrink-mobile #sidebarLeft {
    margin-top: -45px; } }
@media (min-width: 768px) {
  .offcanvas .sidebarLeft, .offcanvas .sidebarRight {
    width: 278px; } }
/*
@media (max-width: 1023px) {
	.visible-phone {  }
}

*/
@font-face {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  src: url("/pv-theme/fonts/81e3653a-53bd-49d9-a1f8-f924811b6f02.eot?#iefix");
  src: url("/pv-theme/fonts/81e3653a-53bd-49d9-a1f8-f924811b6f02.eot?#iefix") format("eot"), url("/pv-theme/fonts/087d8a95-3f25-4bae-a1d1-db9ddffd72f5.woff2") format("woff2"), url("/pv-theme/fonts/ab1bcdf7-9570-4cba-a8e3-3e39ddd861db.woff") format("woff"), url("/pv-theme/fonts/83c94878-06c8-442c-a7df-d520b0ced00b.ttf") format("truetype"), url("/pv-theme/fonts/29f3ff8a-1719-4e25-a757-53ee1a1114a5.svg#29f3ff8a-1719-4e25-a757-53ee1a1114a5") format("svg"); }

@font-face {
  font-family: "Frutiger LT W01_55 Roma1475738";
  src: url("/pv-theme/fonts/fe232554-5489-4874-bb45-bd966c8c5932.eot?#iefix");
  src: url("/pv-theme/fonts/fe232554-5489-4874-bb45-bd966c8c5932.eot?#iefix") format("eot"), url("/pv-theme/fonts/0811514e-6660-4043-92c1-23d0b8caaa2f.woff2") format("woff2"), url("/pv-theme/fonts/aeae8cac-ba4d-40d2-bbcf-936f2c7dcfe6.woff") format("woff"), url("/pv-theme/fonts/caedf2e6-fbef-4928-b08e-1f975981ae8d.ttf") format("truetype"), url("/pv-theme/fonts/7def0e34-f28d-434f-b2ec-472bde847115.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg"); }

@font-face {
  font-family: "Frutiger LT W01_56 Italic";
  src: url("/pv-theme/fonts/f8bbb037-530d-4e04-a651-4134f7031164.eot?#iefix");
  src: url("/pv-theme/fonts/f8bbb037-530d-4e04-a651-4134f7031164.eot?#iefix") format("eot"), url("/pv-theme/fonts/f5a95cb0-6d5b-4eb4-b6a3-a529d5ccde25.woff2") format("woff2"), url("/pv-theme/fonts/01f463dc-dba9-419f-9c9f-80ac2ee9f427.woff") format("woff"), url("/pv-theme/fonts/ba125970-2d75-413e-a466-324153755f20.ttf") format("truetype"), url("/pv-theme/fonts/141c0322-57c4-48ca-abb4-31688d659f7d.svg#141c0322-57c4-48ca-abb4-31688d659f7d") format("svg"); }

@font-face {
  font-family: "Frutiger LT W01_65 Bold1475746";
  src: url("/pv-theme/fonts/eb06b4c3-c0fd-4cd0-a9d9-a2954f6839a7.eot?#iefix");
  src: url("/pv-theme/fonts/eb06b4c3-c0fd-4cd0-a9d9-a2954f6839a7.eot?#iefix") format("eot"), url("/pv-theme/fonts/8c92eb68-ce37-4962-a9f4-5b47d336bd1c.woff2") format("woff2"), url("/pv-theme/fonts/9bdfdcac-bbd4-46a9-9280-056c9a4438a2.woff") format("woff"), url("/pv-theme/fonts/5dae3a6e-9b07-4c2f-aed2-1f5b8951261b.ttf") format("truetype"), url("/pv-theme/fonts/eae74276-dd78-47e4-9b27-dac81c3411ca.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg"); }

@font-face {
  font-family: "Frutiger LT W01_75 Black";
  src: url("/pv-theme/fonts/fb1e4ad2-83fa-4735-aa1b-900f4a36749f.eot?#iefix");
  src: url("/pv-theme/fonts/fb1e4ad2-83fa-4735-aa1b-900f4a36749f.eot?#iefix") format("eot"), url("/pv-theme/fonts/221b3252-186e-4a32-a90b-cc0c3a4817d7.woff2") format("woff2"), url("/pv-theme/fonts/a061c7a6-3b14-451e-883c-0f1661ac3d76.woff") format("woff"), url("/pv-theme/fonts/558394f3-8981-4be9-8a8a-c23488eb9b6d.ttf") format("truetype"), url("/pv-theme/fonts/1c437efb-925e-4bc5-96d0-c706bb400696.svg#1c437efb-925e-4bc5-96d0-c706bb400696") format("svg"); }

@font-face {
  font-family: "Frutiger LT W01_67 Bold Cond";
  src: url("/pv-theme/fonts/d4125907-9465-43ee-b1eb-b9195f69cec7.eot?#iefix");
  src: url("/pv-theme/fonts/d4125907-9465-43ee-b1eb-b9195f69cec7.eot?#iefix") format("eot"), url("/pv-theme/fonts/4c4ee705-e593-4456-988d-03a5a2594534.woff2") format("woff2"), url("/pv-theme/fonts/e728739a-5d86-4213-9f4f-73394eff3d19.woff") format("woff"), url("/pv-theme/fonts/ec9c2bcd-5001-4da7-985e-6697698f55b3.ttf") format("truetype"), url("/pv-theme/fonts/d6cc9dd9-5ba8-4746-a2dd-ee86b58a9db4.svg#d6cc9dd9-5ba8-4746-a2dd-ee86b58a9db4") format("svg"); }

@font-face {
  font-family: "Museo W01_300";
  src: url("/pv-theme/fonts/33e3dd38-a7c3-4a78-9660-90a0e7406419.eot?#iefix");
  src: url("/pv-theme/fonts/33e3dd38-a7c3-4a78-9660-90a0e7406419.eot?#iefix") format("eot"), url("/pv-theme/fonts/d9dabe05-624c-4f28-8eee-b3b6f1841abf.woff2") format("woff2"), url("/pv-theme/fonts/827f2f08-a8d3-40b2-9795-927b59905269.woff") format("woff"), url("/pv-theme/fonts/92143848-9290-4516-80fc-ebf83b053307.ttf") format("truetype"), url("/pv-theme/fonts/b0d9d7a5-5c5b-439c-afa5-2c875dcf8ea2.svg#b0d9d7a5-5c5b-439c-afa5-2c875dcf8ea2") format("svg"); }

@font-face {
  font-family: "Museo W01_500";
  src: url("/pv-theme/fonts/3a1a59f5-1f68-4ebd-84ad-a9048fe78e39.eot?#iefix");
  src: url("/pv-theme/fonts/3a1a59f5-1f68-4ebd-84ad-a9048fe78e39.eot?#iefix") format("eot"), url("/pv-theme/fonts/52be0694-00c1-4daa-8782-419021c48e95.woff2") format("woff2"), url("/pv-theme/fonts/dee84039-06ae-4a61-89c4-709e594804a3.woff") format("woff"), url("/pv-theme/fonts/9547becc-44c3-4b00-8568-8d3debb4d299.ttf") format("truetype"), url("/pv-theme/fonts/5d61f150-54fd-4fa1-98ff-155e222626e1.svg#5d61f150-54fd-4fa1-98ff-155e222626e1") format("svg"); }

@font-face {
  font-family: "Museo W01_700";
  src: url("/pv-theme/fonts/3b3d99a2-6b36-4912-a93e-29277020a5cf.eot?#iefix");
  src: url("/pv-theme/fonts/3b3d99a2-6b36-4912-a93e-29277020a5cf.eot?#iefix") format("eot"), url("/pv-theme/fonts/13012335-73ef-44f0-b295-7b83041355af.woff2") format("woff2"), url("/pv-theme/fonts/28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff") format("woff"), url("/pv-theme/fonts/b432b4e1-014a-4ed8-865c-249744f856b0.ttf") format("truetype"), url("/pv-theme/fonts/8e63fd1e-adc9-460e-9ef7-bbf98ee32a71.svg#8e63fd1e-adc9-460e-9ef7-bbf98ee32a71") format("svg"); }

/* Puolustusvoimat */
/* Maavoimat */
/* Merivoimat */
/* Ilmavoimat */
/* Maanpuolustuskorkeakoulu */
/* Sotilasmusiikki */
/* Grays */
/* ---------- Override popup background ---------- */
.dialog-iframe-root-node {
  background: #fff !important; }
  .dialog-iframe-root-node body {
    background: #fff !important; }

.aui {
  background: #fbfbfb;
  @keyframes bobble {
    0% {
      opacity: 0;
      transform: translateY(0); }

    35% {
      opacity: 1;
      transform: translateX(-20px); }

    100% {
      opacity: 0;
      transform: translateX(0); } }

  @keyframes fadeIn {
    from {
      opacity: 0; }

    to {
      opacity: 1; } }

  /* Image aspect ratios - % is relative to width. */
  /** Frontpage lift overrides **/
  /* ---------- Typography ---------- */
  /* Base-määritykset + mobiilikoot --> muiden laitteiden fonttikoot löytyy media-queryistä */
  /* Portlets */
  /* Remove top margin from the first chapter */
  /* ---------- Common ---------- */
  /* buttons and forms */
  /* ---------- Liferay Edit link to left ---------- */
  /* RSS  */
  /* Responsive iframe video */
  /* Ylläpitopalkki */
  /* ---------- PV Icons ---------- 
  
  .pv-sprite {
  	background-image: url(/pv-theme/images/pv/icons/sprite-300x200.png);
  	background-repeat: no-repeat;
  	background-size: 300px 200px;
  }
  	
  .music-icon,
  .calendar-icon,
  .sports-icon,
  .studies-icon,
  .flag-icon,
  .tank-icon,
  .noise-icon  { 
  	display: inline-block;
  	width: 20px;
  	height: 20px;
   }
  	
  .music-icon{
  	background-position:  -40px -8px;
  }
  
  .calendar-icon {
  	background-position: -104px -8px;
  
  }
  
  .sports-icon {
    background-position: -5px -8px;
  }
  
  .studies-icon  {
    background-position: -71px -40px;
  }
  
  .flag-icon  {
    background-position: -72px -8px;
  }
  
  .tank-icon  {
    background-position: -4px -42px;
  }
  
  .noise-icon  {
    background-position: -40px -40px;
  }
  
  
  .active-shooting-icon,
  .inactive-shooting-icon,
  .inactive-noise-icon,
  .active-noise-icon {
  	display: inline-block;
  	height: 31px;
  	width: 31px;
  } 
  
  .active-shooting-icon {
  	background-position: -129px -2px;
  }
  
  .inactive-shooting-icon {
  	background-position: -160px -33px;
  }
  
  .inactive-noise-icon {
  	background-position: -160px -2px;
  }
  
  .active-noise-icon {
  	background-position: -129px -2px;
  } 
  */
  /* ---------- Social Media Icons, small ---------- 
  
  .sprite-icon-small {
  	background-image: url(/pv-theme/images/social-sprite/glyphicons_social_small.png);
  	background-repeat: no-repeat;
  	background-size: 350px 234px;
  	vertical-align: middle;
  	margin-right: 8px;
  }
  	
  .sprite-icon-small.facebook-icon,
  .sprite-icon-small.twitter-icon,
  .sprite-icon-small.youtube-icon,
  .sprite-icon-small.instagram-icon,
  .sprite-icon-small.spotify-icon,
  .sprite-icon-small.linkedin-icon  { 
  	display: inline-block;
  	width: 15px;
  	height: 15px;
   }
  	
  .sprite-icon-small.facebook-icon {
  	background-position: -37px -153px;
  
  }
  
  .sprite-icon-small.twitter-icon {
  	background-position: -66px -153px;
  }
  
  .sprite-icon-small.youtube-icon {
    background-position: -95px -124px;
  }
  
  .sprite-icon-small.instagram-icon {
    background-position: -95px -153px;
  }
  
  .sprite-icon-small.spotify-icon {
    background-position: -100px 0px;
  }
  
  .sprite-icon-small.linkedin-icon {
    background-position: -239px -95px;
  }
  */
  /* ---------- Social Media Icons, medium ---------- 
  
  .sprite-icon-medium {
  	background-image: url(/pv-theme/images/social-sprite/glyphicons_social@2x.png);
  	background-repeat: no-repeat;
  	background-size: 1164px 803px;
  	vertical-align: middle;
  	margin-right: 8px;
  }
  
  .sprite-icon-medium.facebook-icon,
  .sprite-icon-medium.twitter-icon,
  .sprite-icon-medium.youtube-icon,
  .sprite-icon-medium.instagram-icon,
  .sprite-icon-medium.spotify-icon,
  .sprite-icon-medium.linkedin-icon  { 
  	display: inline-block;
  	width: 48px;
  	height: 48px;
   }
  
  .sprite-icon-medium.facebook-icon {
  	background-position: -125px -508px;
  	 background-color: #fff;
  }
  
  .sprite-icon-medium.twitter-icon {
  	background-position: -221px -508px;
  	 background-color: #fff;
  }
  
  .sprite-icon-medium.youtube-icon {
    background-position: -315px -410px;
    width: 52px;
    height: 52px;
    background-color: transparent;
  }
  
  .sprite-icon-medium.instagram-icon {
    background-position:   -315px -506px;
    width: 52px;
    height: 52px;
    background-color: transparent;
  }
  
  .sprite-icon-medium.spotify-icon {
    background-position: -100px 0px;
  }
  
  .sprite-icon-medium.linkedin-icon {
    background-position: -239px -95px;
  }*/
  /* ---------- Color Schemes ---------- */
  /* Disabled buttons overrides for events portlet*/
  /* Puolustusvoimat */
  /* Maavoimat */
  /* Merivoimat */
  /* Ilmavoimat */
  /* Maanpuolustuskorkeakoulu */
  /* ---------- Header ---------- */
  /* Heading */
  /* Site logo and title */
  /* ---------- Layouts ---------- */
  /* ---------- Grid ---------- */
  /* Wrapperin marginaalit mobiilille */
  /* Override language portlet margin */
  /* General layout styles */
  /*-- Frontpage layout, mobile --*/
  /*-- Frontpage layout, tablet & desktop --*/
  /*-- Frontpage layout, desktop --*/
  /*-- Subpage layout, mobile --*/
  /*-- Subpage layout, tablet and desktop --*/
  /*-- Subpage layout, tablet --*/
  /*-- Subpage layout, desktop --*/
  /* Five columns */
  /* ---------- Navigation ---------- */
  /* ---------- Mobile navigation ---------- */
  /* Sidebars */
  /* mobiilinavin piilotus */
  /* ---------- Navigation ---------- */
  /* Shrink header 
  
  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #cc5350;
      color:#fff;
      z-index: 1000;
      height: 200px;
      overflow: hidden;
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s;
      text-align:center;
      line-height:160px;
  
  }
  .header.shrink {
      height: 100px;
      line-height:80px;
  }
  .header h1
  {
      font-size:30px;
      font-weight:normal;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .header.shrink h1 
  {
      font-size:24px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }  */
  /* ---------- Docbar ---------- */
  /* ---------- Topbar ---------- */
  /* Aktiivisen sivun valinta hack */
  /* ---------- Ontology  ---------- */
  /* ---------- News list frontpage  ---------- */
  /*  and (max-width: 767px) */
  /* Events search */
  /* Events lifts */
  /* ---------- ADT ---------- */
  /* Brigade links */
  /* Link to page */
  /* ---------- Noise releases ---------- */
  /* Main image in popup */
  /* The shadow behind the image */
  /* 
   * 	Core Owl Carousel CSS File
   *	v1.3.3
   */
  /* OWL BASE DEFINITIONS */
  /* display none until init */
  /* Fix offcanvas imageview */
  /* mouse grab icon */
  /* fix */
  /*
  * 	OWL THEMING DEFINITIONS
  */
  /* Breadcrumb */
  /* Person list */
  /*
  .meta .label,
  .meta .yja-tag-group 		{ line-height: 1.2; color: inherit; }
  .meta .label 				{ border: 1px solid $pvLightGray; background: transparent; color: inherit;
  									text-transform: uppercase; font-size: .8em; padding: .4em; 
  							}
  */
  /* ----------Theme sites ---------- */
  /* ---------- Portlet ---------- */
  /* Visible dropzones */
  /*
  __________Tag-cloud ____________________________________________
  */ }
  .aui .js .defer-image {
    display: block; }
  .aui .defer-image {
    position: relative;
    display: none;
    z-index: 0;
    /* fade image in after load */ }
    .aui .defer-image.is-loading {
      background: #EEE; }
      .aui .defer-image.is-loading::after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1em;
        height: 1em;
        margin: -0.5em 0 0 -0.5em;
        background: rgba(125, 125, 125, 0.5);
        border-radius: 100%;
        animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite; }
    .aui .defer-image.is-loaded > div > img {
      animation: fadeIn 1s both; }
    .aui .defer-image > div > img {
      display: block;
      min-width: 100%;
      max-width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .aui .defer-image .lazyload,
    .aui .defer-image .lazyloading {
      opacity: 0; }
    .aui .defer-image .lazyloaded {
      opacity: 1;
      transition: opacity 300ms; }
  .aui .image-ratio\:1x2 > div {
    padding-top: 200%; }
  .aui .image-ratio\:9x16 > div {
    padding-top: 177.777%; }
  .aui .image-ratio\:2x3 > div {
    padding-top: 150%; }
  .aui .image-ratio\:3x4 > div {
    padding-top: 133.333%; }
  .aui .image-ratio\:1x1 > div {
    padding-top: 100%; }
  .aui .image-ratio\:4x3 > div {
    padding-top: 75%; }
  .aui .image-ratio\:3x2 > div {
    padding-top: 66.66%; }
  .aui .image-ratio\:16x9 > div {
    padding-top: 56.25%; }
  .aui .image-ratio\:2x1 > div {
    padding-top: 50%; }
  @media (min-width: 480px) and (max-width: 767px) {
    .aui .news-tiles .image-ratio\:2x1 > div {
      padding-top: 100%; } }
  .aui body {
    line-height: 1.4em;
    /*font-size: 15px;*/
    font-size: 1.071em;
    color: #3c3c3c;
    font-family: "Frutiger LT W01_55 Roma1475738", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui h1, .aui h2, .aui h3, .aui h4 {
    margin: 0 0 1em 0; }
  .aui p {
    margin: 1em 0; }
  .aui h1 {
    font-size: 1.8em;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: .5em;
    color: #000; }
  .aui h1.portlet-title {
    line-height: normal;
    font-size: 1.2em;
    font-family: "Frutiger LT W01_55 Roma1475738", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin: 1em 0; }
  .aui h2 {
    font-size: 1.3em;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #000; }
  .aui h3 {
    font-size: 1em;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    color: #000; }
  .aui h4, .aui h5, .aui h6 {
    font-size: 1em;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1; }
  .aui .icon-angle-right.custom {
    vertical-align: text-bottom; }
  .aui .additional-header {
    font-size: 0.625em;
    font-weight: 300;
    display: block; }
  .aui .date, .aui .time, .aui .datePublished {
    font-family: "Museo W01_700", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; }
  .aui b, .aui strong {
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .aui .journal-content-article p, .aui .journal-content-article ul, .aui .journal-content-article ol, .aui .journal-content-article dl {
    font-family: "Frutiger LT W01_45 Ligh1475730", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .journal-content-article h2, .aui .journal-content-article h3, .aui .journal-content-article h4, .aui .journal-content-article h5, .aui .journal-content-article h6 {
    margin: 1em 0; }
  .aui .journal-content-article p:last-child {
    margin-bottom: 0; }
  .aui .journal-content-article a {
    color: #8c0049; }
  .aui .portlet-column p:first-child {
    margin-top: 0px; }
  .aui .ingress,
  .aui .lead,
  .aui .journal-content-article .ingress,
  .aui .journal-content-article .lead {
    margin: 0 0 1em 0;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #000;
    display: block;
    font-family: "Museo W01_300", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; }
  .aui blockquote {
    border: 0;
    color: #acacac;
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 1.3em;
    font-family: "Museo W01_500", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    display: block;
    padding: 0; }
  .aui blockquote p {
    font-size: inherit !important;
    font-family: inherit !important; }
  .aui .white {
    color: #fff !important; }
  .aui .well {
    margin-bottom: 1.5em;
    border: 1px solid #d3d3d3;
    padding: .6em 1em;
    background-color: #fbfbfb; }
  @media (min-width: 480px) {
    .aui .ingress,
    .aui .lead,
    .aui .journal-content-article .ingress,
    .aui .journal-content-article .lead {
      font-size: 1.4em; } }
  @media (max-width: 767px) {
    .aui html, .aui body {
      -webkit-text-size-adjust: none !important; } }
  @media (min-width: 768px) {
    .aui h1 {
      font-size: 2.2em; }
    .aui h2 {
      font-size: 1.4em; }
    .aui .ingress, .aui .lead,
    .aui .journal-content-article .ingress,
    .aui .journal-content-article .lead {
      font-size: 1.5em; }
    .aui blockquote {
      font-size: 1.5em;
      line-height: 1.4em;
      border-left: 1px solid #c3c3c3;
      margin: .2em 1.2em;
      display: inline-block;
      width: 40%;
      float: right;
      padding: 0 0 0 15px; }
      .aui blockquote p {
        margin: .8em 0 !important; } }
  @media (min-width: 1024px) {
    .aui blockquote {
      width: 35%; } }
  .aui .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .aui .content img {
    margin: 0 0 1em 0; }
    @media (max-width: 767px) {
      .aui .content img {
        height: auto !important; } }
  .aui .meta {
    color: #acacac;
    font-size: .9em; }
  .aui .bottom-meta {
    margin-top: 1.5em; }
  .aui img.pull-left {
    margin-right: 1em; }
  .aui img.pull-right {
    margin-left: 1em; }
  .aui table {
    margin: 1em 0;
    border-color: rgba(172, 172, 172, 0.5); }
  .aui table th, .aui td {
    padding: .6em 1em;
    border-color: rgba(172, 172, 172, 0.5); }
  .aui table th {
    background-color: #efefef;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left; }
  .aui .btn-primary {
    background: #000;
    font-family: "Frutiger LT W01_55 Roma1475738", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    border-radius: 0; }
  .aui .btn-primary:hover,
  .aui .btn-primary:active,
  .aui .btn-primary:selected,
  .aui .btn-primary:pressed {
    background: #111; }
  .aui input[type='text'], .aui select, .aui textarea {
    border-radius: 0;
    box-shadow: #fff 0 0;
    background-color: #fff; }
  .aui .portlet-asset-publisher .asset-actions {
    float: left; }
  .aui .portlet-asset-publisher .subscribe-action {
    position: relative; }
  .aui .portlet-asset-publisher .subscribe-action .taglib-text,
  .aui .portlet-asset-publisher .subscribe-action .opens-new-window-accessible {
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute; }
  .aui .portlet-asset-publisher .subscribe-action .taglib-rss {
    position: absolute;
    right: 0px;
    top: -30px; }
  .aui .portlet-borderless.portlet-asset-publisher  
  .subscribe-action .taglib-rss {
    position: absolute;
    right: 0px;
    top: -35px; }
  .aui .portlet-borderless-container {
    min-height: 1px; }
  .aui .locale-actions {
    margin-bottom: .5em; }
  .aui .locale-actions a {
    color: inherit; }
  .aui .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; }
    .aui .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .aui .video-container.ratio-4_3 {
    position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; }
  .aui .dockbar-split .dockbar {
    z-index: 1; }
  .aui .pv-sprite {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%; }
  .aui .music-icon,
  .aui .calendar-icon,
  .aui .sports-icon,
  .aui .studies-icon,
  .aui .flag-icon,
  .aui .tank-icon,
  .aui .noise-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%; }
  .aui .music-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/musiikki_32x32.svg"); }
  .aui .no-svg .music-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/musiikki_32x32.png"); }
  .aui .calendar-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/tapahtuma_32x32.svg"); }
  .aui .no-svg .calendar-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/tapahtuma_32x32.png"); }
  .aui .studies-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/seminaarit_32x32.svg"); }
  .aui .no-svg .studies-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/seminaarit_32x32.png"); }
  .aui .sports-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/urheilu_32x32.svg"); }
  .aui .no-svg .sports-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/urheilu_32x32.png"); }
  .aui .flag-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/paraati_32x32.svg"); }
  .aui .no-svg .flag-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/paraati_32x32.png"); }
  .aui .tank-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/koulutus_32x32.svg"); }
  .aui .no-svg .tank-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/koulutus_32x32.png"); }
  .aui .noise-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/kutsunnat_32x32.svg"); }
  .aui .no-svg .noise-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/kutsunnat_32x32.png"); }
  .aui .active-shooting-icon,
  .aui .inactive-shooting-icon,
  .aui .inactive-noise-icon,
  .aui .active-noise-icon {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%; }
  .aui .active-shooting-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/ammunta_32x32_punainen.svg"); }
  .aui .no-svg .active-shooting-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/ammunta_32x32_punainen.png"); }
  .aui .inactive-shooting-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/ammunta_32x32_harmaa.svg"); }
  .aui .no-svg .inactive-shooting-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/ammunta_32x32_harmaa.png"); }
  .aui .active-noise-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/melu_32x32_punainen.svg"); }
  .aui .no-svg .active-noise-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/melu_32x32_punainen.png"); }
  .aui .inactive-noise-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/melu_32x32_harmaa.svg"); }
  .aui .no-svg .inactive-noise-icon {
    background-image: urL("/pv-theme/images/pv/icons/svg/melu_32x32_harmaa.png"); }
  .aui .icon-clock {
    background: urL("/pv-theme/images/pv/icons/svg/misc/clock_12x12.svg") no-repeat top left;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    vertical-align: text-top; }
  .aui .no-svg .icon-clock {
    background-image: urL("/pv-theme/images/pv/icons/svg/misc/clock_12x12.png"); }
  .aui .white.icon-clock {
    background-image: urL("/pv-theme/images/pv/icons/svg/misc/clock_white_12x12.svg"); }
  .aui .no-svg .white.icon-clock {
    background-image: urL("/pv-theme/images/pv/icons/svg/misc/clock_white_12x12.png"); }
  .aui .top-navigation-toggle {
    display: inline-block;
    padding: 0;
    width: 32px;
    height: 32px;
    background: urL("/pv-theme/images/pv/icons/svg/misc/openNavi_50x50.svg") no-repeat 50% 50%; }
  .aui .no-svg .top-navigation-toggle {
    background-image: urL("/pv-theme/images/pv/icons/svg/misc/openNavi_50x50.png") no-repeat 50% 50%; }
  .aui .icon-angle-arrow-right {
    display: inline-block !important;
    width: 10px;
    height: 18px;
    vertical-align: text-bottom;
    margin-left: .2em;
    padding: 0 !important;
    background: urL("/pv-theme/images/pv/icons/svg/misc/arrow_10x18.svg") no-repeat top left;
    background-size: cover; }
  .aui .no-svg .icon-angle-arrow-right {
    background-image: urL("/pv-theme/images/pv/icons/svg/misc/arrow_10x18.png"); }
  .aui .white.icon-angle-arrow-right {
    background-image: urL("/pv-theme/images/pv/icons/svg/misc/arrow_white_10x18.png") !important; }
  @media (min-width: 480px) {
    .aui .music-icon,
    .aui .calendar-icon,
    .aui .sports-icon,
    .aui .studies-icon,
    .aui .flag-icon,
    .aui .tank-icon,
    .aui .noise-icon {
      width: 32px;
      height: 32px; }
    .aui .active-shooting-icon,
    .aui .inactive-shooting-icon,
    .aui .inactive-noise-icon,
    .aui .active-noise-icon {
      height: 32px;
      width: 32px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .aui .music-icon,
    .aui .calendar-icon,
    .aui .sports-icon,
    .aui .studies-icon,
    .aui .flag-icon,
    .aui .tank-icon,
    .aui .noise-icon {
      width: 28px;
      height: 28px; }
    .aui .active-shooting-icon,
    .aui .inactive-shooting-icon,
    .aui .inactive-noise-icon,
    .aui .active-noise-icon {
      height: 28px;
      width: 28px; } }
  .aui .event-registration-portlet .btn-primary.disabled,
  .aui .event-registration-portlet .btn-primary[disabled],
  .aui .event-registration-portlet .btn-primary[disabled]:hover,
  .aui .event-registration-portlet .btn-primary.disabled:hover {
    background-color: #969696 !important;
    opacity: 0.25 !important; }
  .aui .puolustusvoimat .list-announcement-portlet .shooting-notices-footer a:hover {
    color: #8c0049; }
  .aui .puolustusvoimat .event-search-portlet a {
    color: #8c0049; }
  .aui .puolustusvoimat .event-search-portlet a:hover,
  .aui .puolustusvoimat .event-search-portlet .dates .prev-date:before,
  .aui .puolustusvoimat .event-search-portlet .dates .next-date:after {
    color: #8c0049 !important; }
  .aui .puolustusvoimat .events-lifts .event-date {
    color: #8c0049; }
  .aui .puolustusvoimat .feed-item.simple a {
    color: #8c0049; }
  .aui .puolustusvoimat .icon-chevron-right.custom,
  .aui .puolustusvoimat .icon-angle-right.custom {
    color: #8c0049; }
  .aui .puolustusvoimat .journal-content-article a {
    color: #8c0049; }
  .aui .puolustusvoimat .noise-releases li a {
    color: #8c0049; }
  .aui .puolustusvoimat .events-lifts .event-date {
    color: #8c0049; }
  .aui .puolustusvoimat ul.breadcrumb li a {
    color: #8c0049; }
  .aui .puolustusvoimat .yja-search-portlet a {
    color: #8c0049; }
  .aui .puolustusvoimat .btn-primary:hover,
  .aui .puolustusvoimat .btn-primary:focus,
  .aui .puolustusvoimat .btn-primary:active {
    background: #8c0049 !important; }
  .aui .puolustusvoimat .brigade-links a {
    background-color: #8c0049 !important; }
  .aui .puolustusvoimat .theme-sites li a:hover {
    color: #8c0049 !important; }
  .aui .puolustusvoimat .theme-sites li a i,
  .aui .puolustusvoimat .theme-sites li a em {
    color: #8c0049; }
  .aui .puolustusvoimat .portlet-navigation .nav-menu ul li a {
    color: #8c0049; }
  .aui .puolustusvoimat .portlet-navigation .nav-menu ul li a:hover {
    color: #8c0049 !important; }
  .aui .puolustusvoimat #top-navigation li.selected,
  .aui .puolustusvoimat #top-navigation li:hover {
    border-top: 3px solid #8c0049; }
  .aui .puolustusvoimat .topbar-nav {
    border-bottom: 1px solid rgba(172, 172, 172, 0.5); }
    .aui .puolustusvoimat .topbar-nav ul a {
      border-left: 1px solid rgba(172, 172, 172, 0.5);
      color: #acacac; }
  .aui .puolustusvoimat .topBar {
    background: #efefef; }
    .aui .puolustusvoimat .topBar h1 {
      color: #fff; }
  .aui .puolustusvoimat .events-lifts .event-title:hover {
    color: #8c0049; }
  .aui .puolustusvoimat .events-lifts .link-to-page:hover,
  .aui .puolustusvoimat .noise-releases .link-to-page:hover {
    text-decoration: none;
    color: #8c0049 !important; }
  .aui .puolustusvoimat .article-image {
    background: #8c0049; }
  .aui .puolustusvoimat #footer a:hover,
  .aui .puolustusvoimat #footer a:hover em:before {
    color: #8c0049; }
  .aui .maavoimat .list-announcement-portlet .shooting-notices-footer a:hover {
    color: #006849; }
  .aui .maavoimat .event-search-portlet a {
    color: #006849; }
  .aui .maavoimat .event-search-portlet a:hover {
    color: rgba(0, 104, 73, 0.7); }
  .aui .maavoimat  
  .event-search-portlet .dates .next-date:after {
    color: #006849 !important; }
  .aui .maavoimat .events-lifts .event-date {
    color: #006849; }
  .aui .maavoimat .feed-item.simple a {
    color: #006849; }
  .aui .maavoimat .icon-chevron-right.custom,
  .aui .maavoimat .icon-angle-right.custom {
    color: #006849; }
  .aui .maavoimat .journal-content-article a {
    color: #006849; }
  .aui .maavoimat .noise-releases li a {
    color: #006849; }
  .aui .maavoimat .events-lifts .event-date {
    color: #006849; }
  .aui .maavoimat ul.breadcrumb li a {
    color: #006849; }
  .aui .maavoimat .yja-search-portlet a {
    color: #006849; }
  .aui .maavoimat .btn-primary:hover,
  .aui .maavoimat .btn-primary:active {
    background: #006849 !important; }
  .aui .maavoimat .brigade-links a {
    background-color: #006849 !important; }
  .aui .maavoimat .portlet-navigation .nav-menu ul li a,
  .aui .maavoimat .portlet-navigation .nav-menu ul li a:hover {
    color: #006849 !important; }
  .aui .maavoimat #top-navigation li.selected,
  .aui .maavoimat #top-navigation li:hover {
    border-top: 3px solid #006849; }
  .aui .maavoimat .topbar-nav {
    border-bottom: 1px solid rgba(102, 164, 146, 0.5); }
    .aui .maavoimat .topbar-nav ul a {
      border-left: 1px solid rgba(102, 164, 146, 0.5);
      color: #66a492; }
  .aui .maavoimat .topBar {
    background: #006849; }
    .aui .maavoimat .topBar h1 {
      color: #fff; }
  .aui .maavoimat .events-lifts .event-title:hover {
    color: #006849; }
  .aui .maavoimat .events-lifts .link-to-page:hover,
  .aui .maavoimat .noise-releases .link-to-page:hover {
    text-decoration: none;
    color: #006849 !important; }
  .aui .maavoimat .article-image {
    background: #006849; }
  .aui .maavoimat #footer a:hover,
  .aui .maavoimat #footer a:hover em:before {
    color: #006849; }
  .aui .merivoimat .list-announcement-portlet .shooting-notices-footer a:hover {
    color: #11295d; }
  .aui .merivoimat .event-search-portlet a {
    color: #11295d; }
  .aui .merivoimat .event-search-portlet a:hover {
    color: rgba(17, 41, 93, 0.7); }
  .aui .merivoimat  
  .event-search-portlet .dates .next-date:after {
    color: #11295d !important; }
  .aui .merivoimat .events-lifts .event-date {
    color: #11295d; }
  .aui .merivoimat .feed-item.simple a {
    color: #11295d; }
  .aui .merivoimat .icon-chevron-right.custom,
  .aui .merivoimat .icon-angle-right.custom {
    color: #11295d; }
  .aui .merivoimat .journal-content-article a {
    color: #11295d; }
  .aui .merivoimat .noise-releases li a {
    color: #11295d; }
  .aui .merivoimat .events-lifts .event-date {
    color: #11295d; }
  .aui .merivoimat ul.breadcrumb li a {
    color: #11295d; }
  .aui .merivoimat .yja-search-portlet a {
    color: #11295d; }
  .aui .merivoimat .btn-primary:hover,
  .aui .merivoimat .btn-primary:active {
    background: #11295d !important; }
  .aui .merivoimat .brigade-links a {
    background-color: #11295d !important; }
  .aui .merivoimat .portlet-navigation .nav-menu ul li a,
  .aui .merivoimat .portlet-navigation .nav-menu ul li a:hover {
    color: #11295d !important; }
  .aui .merivoimat #top-navigation li.selected,
  .aui .merivoimat #top-navigation li:hover {
    border-top: 3px solid #11295d; }
  .aui .merivoimat .topbar-nav {
    border-bottom: 1px solid rgba(86, 113, 171, 0.5); }
    .aui .merivoimat .topbar-nav ul a {
      border-left: 1px solid rgba(86, 113, 171, 0.5);
      color: #5671ab; }
  .aui .merivoimat .topBar {
    background: #11295d; }
    .aui .merivoimat .topBar h1 {
      color: #fff; }
  .aui .merivoimat .events-lifts .event-title:hover {
    color: #11295d; }
  .aui .merivoimat .events-lifts .link-to-page:hover,
  .aui .merivoimat .noise-releases .link-to-page:hover {
    text-decoration: none;
    color: #11295d !important; }
  .aui .merivoimat .article-image {
    background: #11295d; }
  .aui .merivoimat #footer a:hover,
  .aui .merivoimat #footer a:hover em:before {
    color: #11295d; }
  .aui .ilmavoimat .list-announcement-portlet .shooting-notices-footer a:hover {
    color: #01499c; }
  .aui .ilmavoimat .event-search-portlet a {
    color: #01499c; }
  .aui .ilmavoimat .event-search-portlet a:hover {
    color: rgba(1, 73, 156, 0.7); }
  .aui .ilmavoimat  
  .event-search-portlet .dates .next-date:after {
    color: #01499c !important; }
  .aui .ilmavoimat .event-search-portlet a {
    color: #01499c; }
  .aui .ilmavoimat .feed-item.simple a {
    color: #01499c; }
  .aui .ilmavoimat .icon-chevron-right.custom,
  .aui .ilmavoimat .icon-angle-right.custom {
    color: #01499c; }
  .aui .ilmavoimat .journal-content-article a {
    color: #01499c; }
  .aui .ilmavoimat .noise-releases li a {
    color: #01499c; }
  .aui .ilmavoimat .events-lifts .event-date {
    color: #01499c; }
  .aui .ilmavoimat ul.breadcrumb li a {
    color: #01499c; }
  .aui .ilmavoimat .yja-search-portlet a {
    color: #01499c; }
  .aui .ilmavoimat .btn-primary:hover,
  .aui .ilmavoimat .btn-primary:active {
    background: #01499c !important; }
  .aui .ilmavoimat .brigade-links a {
    background-color: #01499c !important; }
  .aui .ilmavoimat .portlet-navigation .nav-menu ul li a,
  .aui .ilmavoimat .portlet-navigation .nav-menu ul li a:hover {
    color: #01499c !important; }
  .aui .ilmavoimat #top-navigation li.selected,
  .aui .ilmavoimat #top-navigation li:hover {
    border-top: 3px solid #01499c; }
  .aui .ilmavoimat .topbar-nav {
    border-bottom: 1px solid rgba(121, 146, 197, 0.5); }
    .aui .ilmavoimat .topbar-nav ul a {
      border-left: 1px solid rgba(121, 146, 197, 0.5);
      color: #7992c5; }
  .aui .ilmavoimat .topBar {
    background: #01499c; }
    .aui .ilmavoimat .topBar h1 {
      color: #fff; }
  .aui .ilmavoimat .events-lifts .event-title:hover {
    color: #01499c; }
  .aui .ilmavoimat .events-lifts .link-to-page:hover,
  .aui .ilmavoimat .noise-releases .link-to-page:hover {
    text-decoration: none;
    color: #01499c !important; }
  .aui .ilmavoimat .article-image {
    background: #01499c; }
  .aui .ilmavoimat #footer a:hover,
  .aui .ilmavoimat #footer a:hover em:before {
    color: #01499c; }
  .aui .maanpuolustuskorkeakoulu .list-announcement-portlet .shooting-notices-footer a:hover {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .event-search-portlet a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .event-search-portlet a:hover {
    color: rgba(140, 0, 73, 0.7); }
  .aui .maanpuolustuskorkeakoulu  
  .event-search-portlet .dates .next-date:after {
    color: #8c0049 !important; }
  .aui .maanpuolustuskorkeakoulu .event-search-portlet a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .feed-item.simple a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .icon-chevron-right.custom,
  .aui .maanpuolustuskorkeakoulu .icon-angle-right.custom {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .journal-content-article a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .noise-releases li a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .events-lifts .event-date {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu ul.breadcrumb li a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .yja-search-portlet a {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .btn-primary:hover,
  .aui .maanpuolustuskorkeakoulu .btn-primary:active {
    background: #8c0049 !important; }
  .aui .maanpuolustuskorkeakoulu .brigade-links a {
    background-color: #8c0049 !important; }
  .aui .maanpuolustuskorkeakoulu .portlet-navigation .nav-menu ul li a,
  .aui .maanpuolustuskorkeakoulu .portlet-navigation .nav-menu ul li a:hover {
    color: #8c0049 !important; }
  .aui .maanpuolustuskorkeakoulu #top-navigation li.selected,
  .aui .maanpuolustuskorkeakoulu #top-navigation li:hover {
    border-top: 3px solid #8c0049; }
  .aui .maanpuolustuskorkeakoulu .topbar-nav {
    border-bottom: 1px solid rgba(189, 142, 166, 0.5); }
    .aui .maanpuolustuskorkeakoulu .topbar-nav ul a {
      border-left: 1px solid rgba(189, 142, 166, 0.5);
      color: #bd8ea6; }
  .aui .maanpuolustuskorkeakoulu .topBar {
    background: #8c0049; }
    .aui .maanpuolustuskorkeakoulu .topBar h1 {
      color: #fff; }
  .aui .maanpuolustuskorkeakoulu .events-lifts .event-title:hover {
    color: #8c0049; }
  .aui .maanpuolustuskorkeakoulu .events-lifts .link-to-page:hover,
  .aui .maanpuolustuskorkeakoulu .noise-releases .link-to-page:hover {
    text-decoration: none;
    color: #8c0049 !important; }
  .aui .maanpuolustuskorkeakoulu .article-image {
    background: #8c0049; }
  .aui .maanpuolustuskorkeakoulu #footer a:hover,
  .aui .maanpuolustuskorkeakoulu #footer a:hover em:before {
    color: #8c0049; }
  .aui ul.breadcrumb li a.active {
    color: #acacac; }
  @media (min-width: 1024px) {
    .aui .puolustusvoimat .article-widget img:hover {
      background: #8c0049;
      opacity: 0.9em; } }
  @media screen and (min-width: 768px) {
    .aui .bg-image {
      position: absolute;
      top: 0;
      width: 100%;
      background: #323232 url(/pv-theme/images/pv/graphics/header-pv-2300x310.jpg) no-repeat center;
      background-size: auto 100%;
      height: 310px; }
    .aui .puolustusvoimat .bg-image {
      background: #323232 url(/pv-theme/images/pv/graphics/header-pv-2300x310.jpg) no-repeat center; }
    .aui .maavoimat .bg-image {
      background: #052e22 url(/pv-theme/images/mav/graphics/header-maavoimat-2300x310.jpg) no-repeat center; }
    .aui .merivoimat .bg-image {
      background: #0c172e url(/pv-theme/images/mev/graphics/header-merivoimat-2300x310.jpg) no-repeat center; }
    .aui .ilmavoimat .bg-image {
      background: #05254b url(/pv-theme/images/iv/graphics/header-ilmavoimat-2300x310.jpg) no-repeat center; }
    .aui .maanpuolustuskorkeakoulu .bg-image {
      background: #3f0021 url(/pv-theme/images/mpkk/graphics/header-mppk-2300x310.jpg) no-repeat center; }
    .aui .teemasivusto .bg-image {
      background: #1f499e url(/pv-theme/images/sm/graphics/header-pv.jpg) no-repeat center; }
    .aui .bg-image {
      background-size: auto 100% !important; }
    .aui body.signed-in .bg-image {
      top: 40px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .aui body.signed-in .bg-image {
      top: 47px; } }
  .aui body.html-editor {
    background: none !important; }
  .aui body {
    background: none !important; }
  .aui #heading {
    height: 259px; }
  .aui .logo-wrapper {
    display: table;
    height: 214px; }
    .aui .logo-wrapper img {
      max-width: 500px; }
  .aui .shrink .logo-wrapper {
    display: none; }
  .aui .site-title {
    font-size: 1em;
    vertical-align: middle;
    display: table-cell; }
  @media (min-width: 1024px) {
    .aui #mobile-header-placeholder {
      display: none;
      height: 0; }
    .aui .signed-in #page {
      padding-top: 40px; } }
  .aui footer {
    background: #fff;
    margin-top: -20px;
    border-top: 1px solid #eaeaea; }
    .aui footer .top-margin {
      margin-top: 20px; }
    .aui footer [class^="icon-"] {
      vertical-align: text-bottom;
      line-height: 1.1em;
      text-decoration: none;
      font-size: 1em;
      float: left;
      margin-top: .4em; }
    .aui footer a {
      color: #878787;
      font-size: 1.1em;
      line-height: 1.8em;
      vertical-align: middle; }
    .aui footer a:hover {
      color: #878787; }
    .aui footer h2 {
      color: #acacac;
      text-transform: uppercase;
      font-size: 0.867em;
      font-weight: normal;
      line-height: normal; }
    .aui footer ul {
      list-style-type: none !important; }
      .aui footer ul li {
        list-style-type: none;
        padding: 0;
        margin: 0 0 5px 0; }
    .aui footer .fivecolumns {
      background-color: #fbfbfb;
      padding: 0; }
    .aui footer .fivecolumns ul {
      list-style-type: none;
      margin: 0; }
    .aui footer .fivecolumns ul {
      margin: .6em 0 1.5em 0em; }
    .aui footer .fivecolumns h2 {
      margin: 1.5em 0 1em 0; }
    .aui footer .fivecolumns .span2 {
      text-align: center;
      margin: 0px; }
    .aui footer .visible-phone {
      background: #d5d5d5; }
      .aui footer .visible-phone .sos-media {
        text-align: center;
        margin: 0; }
        .aui footer .visible-phone .sos-media img {
          width: 50%; }
        .aui footer .visible-phone .sos-media li {
          padding: 1em 0;
          display: inline-block; }
    .aui footer em:before {
      margin-right: .6em;
      color: #878787; }
  @media (min-width: 480px) {
    .aui footer .fivecolumns {
      padding: 0 2em; }
    .aui footer .fivecolumns .span2 {
      text-align: left;
      margin: 0px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .aui footer .footer-contact-details {
      text-align: center;
      padding: 0; }
      .aui footer .footer-contact-details ul {
        margin-top: 0; }
      .aui footer .footer-contact-details ul li {
        display: inline-block;
        margin-right: .8em; }
      .aui footer .footer-contact-details ul li:after {
        content: ' - ';
        margin-left: .8em;
        display: inline-block;
        color: #9f9f9f; }
      .aui footer .footer-contact-details ul li:last-child:after {
        content: ' ';
        margin-left: 0; }
      .aui footer .footer-contact-details .top-margin {
        margin-top: 0px !important; } }
  @media (min-width: 768px) {
    .aui footer h2,
    .aui footer .fivecolumns h2 {
      margin: 0 0 10px 0; }
    .aui footer ul {
      margin: 0; }
      .aui footer ul li {
        margin: 0; }
    .aui footer a {
      font-size: 0.867em;
      line-height: 1.8em;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui footer .span2 {
      padding: 2em 0; }
    .aui footer .span2:first-child {
      padding-left: 1.6em; }
    .aui footer .fivecolumns {
      padding: 0px; } }
  @media (min-width: 1024px) {
    .aui footer {
      border-right: 1px solid #ecebeb;
      border-left: 1px solid #ecebeb; }
      .aui footer .fivecolumns {
        background-color: #fff !important; }
      .aui footer .footer-contact-details {
        border-left: 1px solid rgba(172, 172, 172, 0.5);
        padding-left: 3em; } }
  @media (min-width: 1200px) {
    .aui footer .span2:first-child {
      padding-left: 2.3em; } }
  .aui #wrapper {
    margin: 0 auto;
    padding: 0; }
  .aui .portlet-content {
    padding: 0; }
  .aui .container,
  .aui .container-fluid {
    max-width: 1280px; }
  .aui .portlet-column-content {
    margin-bottom: 1em; }
  .aui .signed-out .empty.portlet-column-content {
    margin-bottom: 0; }
  .aui .portlet-body {
    margin-bottom: 0.66667em; }
    @media (min-width: 768px) {
      .aui .portlet-body {
        margin-bottom: 1em; } }
  .aui .frontpage-tpl .inner-wrapper {
    padding: 0 10px; }
  .aui .language-version-selection-portlet .portlet-body {
    margin-bottom: 0px; }
  .aui .right-sidebar {
    border-top: 1px solid rgba(172, 172, 172, 0.5);
    padding: 1em 0 0 0; }
  .aui .seven-columns .span2 {
    width: 14.285714%;
    margin-left: 0; }
  .aui .seven-columns h4, .aui .seven-columns ul {
    padding: 0 .5em; }
  .aui .teemasivusto #column-4 {
    border-top: 1px solid rgba(172, 172, 172, 0.5);
    padding: 1em 0 0 0; }
  .aui .teemasivusto .glide,
  .aui .teemasivusto .owl-carousel {
    border-bottom: 0px; }
  @media (min-width: 768px) {
    .aui {
      /*#wrapper {
      	padding: 0 15px;
      }
      
      .signed-in #wrapper  {
      	padding: 40px 15px 0;
      }*/ }
      .aui #heading {
        padding: 0 15px; }
      .aui #content {
        background: #fff;
        padding: 0 20px 2em 20px; }
      .aui .right-sidebar .portlet-boundary {
        border-bottom: 0;
        padding: 0; }
      .aui .frontpage-tpl .inner-wrapper {
        padding: 0; }
      .aui .teemasivusto #column-4 {
        border-top: 0;
        padding: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .aui .signed-in #wrapper {
      /*padding: 0 15px 0;*/ }
    .aui .subpage-tpl #column-1,
    .aui .subpage-2-tpl #column-1 {
      display: none !important; }
    .aui .subpage-tpl .content,
    .aui .subpage-2-tpl .content {
      width: 100%; }
    .aui .subpage-tpl,
    .aui .subpage-2-tpl {
      padding-right: 4em !important;
      padding-left: 2em !important; } }
  .aui .frontpage-tpl {
    max-width: 945px;
    margin: 0 auto; }
  .aui .frontpage-tpl #column-1 .portlet-body {
    /* margin-left: -20px; 
    margin-right: -20px; 
    background: yellow; */ }
  @media (min-width: 768px) {
    .aui .frontpage-tpl #column-1 .portlet-body {
      margin-left: -21px;
      margin-right: -21px; }
    .aui .right-sidebar {
      border-top: 0; } }
  @media (min-width: 1024px) {
    .aui .frontpage-tpl {
      max-width: 100%; }
    .aui .frontpage-tpl .inner-wrapper {
      max-width: 1200px;
      margin: 0 auto; } }
  .aui .subpage-tpl,
  .aui .subpage-2-tpl {
    max-width: 945px;
    margin: 0 auto;
    padding: 20px 15px; }
  .aui .subpage-tpl .row-fluid #column-2.span8 {
    width: 100%; }
  .aui .subpage-tpl .row-fluid .right-sidebar.span4 {
    width: 100%;
    margin-left: 0; }
  .aui .subpage-tpl #column-1 {
    display: none; }
  @media (min-width: 768px) {
    .aui .subpage-tpl,
    .aui .subpage-2-tpl {
      padding: 40px 0 0 0; }
    .aui .subpage-tpl #column-1 {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .aui {
      /* Tablet asideborders */ }
      .aui .subpage-tpl .row-fluid #column-3.span12,
      .aui .subpage-tpl .row-fluid #column-4.span12 {
        width: 48.7179%; }
      .aui .subpage-tpl .row-fluid #column-4.span12:last-child {
        margin-left: 2.5641%; }
      .aui .subpage-tpl .row-fluid #column-3 .portlet-column-content {
        padding-right: 2em;
        border-right: 1px solid rgba(172, 172, 172, 0.5); }
      .aui .subpage-tpl .row-fluid #column-4 .portlet-column-content {
        padding-left: 1em; } }
  @media (min-width: 1024px) {
    .aui .subpage-tpl,
    .aui .subpage-2-tpl {
      max-width: 1200px;
      margin: 0 auto; }
    .aui .subpage-tpl .row-fluid .content.span9 {
      width: 73.5%;
      margin-left: 5%; }
    .aui .subpage-tpl .row-fluid #column-1.span3 {
      width: 21.5%; }
    .aui .subpage-tpl .row-fluid #column-2.span8 {
      width: 64.1%; }
    .aui .subpage-tpl .row-fluid .right-sidebar.span4 {
      width: 29.3%;
      margin-left: 6.6%;
      padding-top: 0; }
    .aui .span12:last-child {
      margin-left: 0; }
    .aui .subpage-tpl .right-sidebar .portlet-column {
      margin-bottom: 0; } }
  .aui .fivecolumns .span2 {
    width: 100%;
    *width: 100%;
    float: left; }
  @media (min-width: 480px) {
    .aui .fivecolumns .span2 {
      width: 50%;
      *width: 50%; } }
  @media (min-width: 768px) {
    .aui .fivecolumns .span2 {
      width: 20%;
      *width: 20%; } }
  @media (min-width: 1200px) {
    .aui #content {
      border-right: 1px solid #ecebeb;
      border-left: 1px solid #ecebeb; }
    .aui #wrapper {
      padding: 0 15px; }
    .aui #heading {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .aui .fivecolumns .span2 {
      /*width: 17.79005524861878448%;
      *width: 17.7155871635124022%;*/
      width: 25%;
      *width: 25%; }
    .aui .fivecolumns .span2:nth-child(5) {
      clear: both;
      padding: 0 1.6em;
      width: 100%; } }
  .aui #top-navigation {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #000000;
    color: white; }
    .aui #top-navigation ul {
      display: table;
      width: 100%;
      margin: 0;
      padding: 0; }
    .aui #top-navigation ul li {
      list-style: none;
      display: table-cell;
      text-align: center;
      border-right: 1px solid #3f3f3f;
      border-top: 3px solid black;
      vertical-align: middle;
      transition: all .15s ease-in-out;
      white-space: nowrap;
      padding: 0 1%; }
      .aui #top-navigation ul li:last-child {
        border-right: none;
        width: 50px; }
        .aui #top-navigation ul li:last-child.selected {
          background: #505050; }
          .aui #top-navigation ul li:last-child.selected span[role="button"] {
            color: white; }
        .aui #top-navigation ul li:last-child span[role="button"] {
          display: block;
          cursor: pointer;
          font-size: 1.2em;
          color: #efefef;
          padding: 0;
          margin: 0 auto;
          margin-top: -3px; }
          .aui #top-navigation ul li:last-child span[role="button"]:hover, .aui #top-navigation ul li:last-child span[role="button"]:focus, .aui #top-navigation ul li:last-child span[role="button"]:active {
            color: white; }
      .aui #top-navigation ul li:first-child {
        width: 50px;
        min-width: 50px;
        padding: 0; }
    .aui #top-navigation .icon-remove:before {
      padding-top: .8em;
      background: url(/pv-theme/images/pv/icons/svg/misc/close_white_50x50.svg) no-repeat 50% 50%;
      display: inline-block;
      color: transparent; }
    .aui #top-navigation .etusivu_nav_btn,
    .aui #top-navigation .menu-indicator {
      padding: 0;
      min-width: 35px; }
    .aui #top-navigation ul li a {
      display: block;
      text-transform: uppercase;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 14px 0;
      color: #acacac;
      font-size: 0.7em;
      letter-spacing: 1px; }
      .aui #top-navigation ul li a:hover, .aui #top-navigation ul li a:focus, .aui #top-navigation ul li a:active {
        color: white;
        background: none; }
    .aui #top-navigation li.selected a {
      color: white; }
    .aui #top-navigation li.selected,
    .aui #top-navigation li:hover {
      border-top: 3px solid #8c0049; }
    .aui #top-navigation li.selected a,
    .aui #top-navigation a:active,
    .aui #top-navigation a:selected {
      background: none; }
    .aui #top-navigation .navi-home {
      background: urL("/pv-theme/images/pv/icons/svg/misc/tower_50x50.svg") no-repeat;
      opacity: .5;
      height: 17px;
      width: 17px;
      margin: 0 auto; }
    .aui #top-navigation li.selected .navi-home {
      background: urL("/pv-theme/images/pv/icons/svg/misc/tower_50x50_white.svg") no-repeat; }
    .aui #top-navigation .no-svg .navi-home {
      background-image: urL("/pv-theme/images/pv/icons/svg/misc/tower_50x50.png"); }
    .aui #top-navigation li.selected .no-svg .navi-home {
      background-image: urL("/pv-theme/images/pv/icons/svg/misc/tower_50x50_white.png"); }
    .aui #top-navigation li.selected .navi-home {
      opacity: 1 !important; }
    .aui #top-navigation .icon-caret-down:before {
      color: #000;
      line-height: 21px; }
  .aui .circle-button {
    background-color: #565656;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 15px; }
  @media (min-width: 768px) {
    .aui .theme-sites {
      list-style: none; }
      .aui .theme-sites li {
        margin: 0 .5em; }
    .aui #top-navigation .theme-sites li,
    .aui .inline ul li,
    .aui .inline li {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .aui #top-navigation ul li a {
      font-size: 0.7em; } }
  @media (min-width: 1200px) {
    .aui #top-navigation ul li a {
      font-size: 0.86667em; } }
  .aui .page .scrollableArea {
    top: 60px; }
  .aui .signed-in.dockbar-ready .sidebarLeft,
  .aui .signed-in.dockbar-ready .sidebarRight {
    top: 47px !important; }
  .aui .page.slidLeft .scrollableArea.overthrow,
  .aui .page.slideRight .scrollableArea.overthrow {
    overflow: hidden; }
  .aui .sidebarRight .scrollableArea {
    overflow-x: hidden;
    overflow-y: auto; }
  .aui .sidebarRight {
    background: #000 !important; }
    .aui .sidebarRight nav {
      border-left: 1px solid #000; }
    .aui .sidebarRight .link-list ul {
      list-style-type: none;
      margin: 20px;
      margin-top: 2.5em;
      width: auto; }
      .aui .sidebarRight .link-list ul li {
        border-bottom: none;
        margin-bottom: 1em; }
      .aui .sidebarRight .link-list ul a {
        color: #565656 !important;
        font-size: 0.85em; }
      .aui .sidebarRight .link-list ul i, .aui .sidebarRight .link-list ul em {
        color: #8c0049; }
  .aui .mobile-nav-header {
    border-bottom: 1px solid #3f3f3f;
    padding: 11px 9px 13px 20px; }
    .aui .mobile-nav-header img {
      margin-right: 5px;
      margin-top: -3px;
      width: 18px;
      opacity: .6; }
    .aui .mobile-nav-header a {
      color: #565656;
      display: inline-block;
      font-size: .9em; }
      .aui .mobile-nav-header a:hover, .aui .mobile-nav-header a:focus {
        text-decoration: none; }
    .aui .mobile-nav-header .toggle-icon {
      background: #565656;
      display: inline-block;
      border-radius: 15px;
      width: 15px;
      text-align: center;
      line-height: 14px;
      padding-top: 1px;
      vertical-align: text-bottom;
      color: #000;
      margin-left: 3px; }
  .aui .mobile-menu {
    margin-top: 40px; }
    .aui .mobile-menu li {
      border-bottom: 1px solid #3f3f3f; }
    .aui .mobile-menu > li:first-child {
      display: none; }
    .aui .mobile-menu a {
      color: #acacac;
      text-transform: uppercase;
      padding: 15px 10px 15px 20px;
      display: inline-block;
      width: 200px; }
    .aui .mobile-menu i.arrow {
      color: #515151;
      line-height: 50px;
      height: 50px;
      cursor: pointer;
      width: 20px;
      display: inline-block;
      padding-left: 15px;
      float: right; }
    .aui .mobile-menu i.arrow-2 {
      line-height: 54px;
      height: 54px;
      cursor: pointer;
      display: inline-block;
      float: right;
      width: 20px;
      padding-left: 15px; }
      .aui .mobile-menu i.arrow-2.icon-caret-up {
        color: #8c0049; }
      .aui .mobile-menu i.arrow-2.icon-angle-up {
        color: #8c0049; }
      .aui .mobile-menu i.arrow-2.icon-caret-down {
        color: #AFAFAF; }
      .aui .mobile-menu i.arrow-2.icon-angle-down {
        color: #AFAFAF; }
    .aui .mobile-menu .clicked {
      background-color: #fff; }
    .aui .mobile-menu .child-menu a,
    .aui .mobile-menu .selected .child-menu a {
      color: #8c0049;
      text-transform: none; }
    .aui .mobile-menu .child-menu .selected {
      background-color: #fff; }
    .aui .mobile-menu .child-menu.level-2 a {
      color: #929292;
      padding-top: .5em;
      padding-bottom: 25px;
      width: 250px; }
    .aui .mobile-menu .selected a {
      color: white; }
    .aui .mobile-menu .child-menu.level-2 .selected a {
      color: black; }
    .aui .mobile-menu .child-menu,
    .aui .mobile-menu .selected .child-menu.level-2 {
      display: none; }
    .aui .mobile-menu .selected .child-menu {
      display: block; }
    .aui .mobile-menu .selected .selected .child-menu.level-2 {
      display: block; }
    .aui .mobile-menu .child-menu.level-2 .icon-caret-right {
      font-size: .8em; }
    .aui .mobile-menu .child-menu {
      background: #efefef; }
      .aui .mobile-menu .child-menu li {
        border-bottom: 1px solid #d5d5d5; }
      .aui .mobile-menu .child-menu.level-2 li {
        border-bottom: none; }
        .aui .mobile-menu .child-menu.level-2 li i {
          padding-right: 5px; }
    .aui .mobile-menu .child-menu.level-2 {
      background: white; }
  .aui .offcanvas .sidebarLeft,
  .aui .offcanvas .sidebarRight {
    width: 300px; }
  .aui .sidebarLeft ul,
  .aui .sidebarRight ul {
    float: left;
    width: 100%;
    margin: 0; }
    .aui .sidebarLeft ul a:hover,
    .aui .sidebarRight ul a:hover {
      background: none; }
  .aui .sidebarLeft {
    background: #272727 url(/pv-theme/images/pv/graphics/left_navigation_bg.jpg) no-repeat top right;
    background-size: 100% auto; }
    .aui .sidebarLeft a {
      color: #969696;
      font-size: 1em;
      padding: .55em 0px .55em 25px;
      font-family: "Museo W01_500", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; }
    .aui .sidebarLeft .languages {
      position: absolute;
      bottom: 15px; }
      .aui .sidebarLeft .languages a {
        padding: .6em 0 .6em 25px; }
    .aui .sidebarLeft li {
      border-bottom: none; }
      .aui .sidebarLeft li.active {
        background: url(/pv-theme/images/pv/icons/icon-brand-arrow.png) no-repeat left; }
        .aui .sidebarLeft li.active a {
          color: #fff; }
      .aui .sidebarLeft li.selected {
        background: url(/pv-theme/images/pv/icons/icon-brand-arrow.png) no-repeat left; }
        .aui .sidebarLeft li.selected a {
          color: #fff; }
    .aui .sidebarLeft .languages ul {
      margin-top: 40px; }
      .aui .sidebarLeft .languages ul.fi .fi, .aui .sidebarLeft .languages ul.sv .sv, .aui .sidebarLeft .languages ul.en .en {
        display: none; }
    .aui .sidebarLeft .mobile-search {
      margin: 25px 0 0 25px;
      position: relative; }
      .aui .sidebarLeft .mobile-search input[type="text"] {
        padding: .6em 1em .6em 2em;
        border-radius: 0;
        width: 75%;
        font-size: 1em;
        color: #acacac; }
      .aui .sidebarLeft .mobile-search .search-btn {
        position: absolute;
        top: .35em;
        left: .2em;
        font-size: 1.2em;
        background: none;
        border: none;
        color: #acacac;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1); }
  .aui .sidebarRight .mobile-menu a {
    font-size: 0.9em;
    width: 205px; }
  .aui .sidebarRight .mobile-menu .child-menu.level-2 a {
    width: 240px; }
  .aui .puolustusvoimat .sidebarLeft .section-nav ul li.color-scheme-puolustusvoimat,
  .aui .puolustusvoimat .sidebarLeft .section-nav ul li.color-scheme-defence,
  .aui .puolustusvoimat .sidebarLeft .section-nav ul li.color-scheme-forsvarsmakten,
  .aui .maavoimat .sidebarLeft .section-nav ul li.color-scheme-maavoimat,
  .aui .maavoimat .sidebarLeft .section-nav ul li.color-scheme-army,
  .aui .maavoimat .sidebarLeft .section-nav ul li.color-scheme-armen,
  .aui .merivoimat .sidebarLeft .section-nav ul li.color-scheme-merivoimat,
  .aui .merivoimat .sidebarLeft .section-nav ul li.color-scheme-navy,
  .aui .merivoimat .sidebarLeft .section-nav ul li.color-scheme-marinen,
  .aui .ilmavoimat .sidebarLeft .section-nav ul li.color-scheme-ilmavoimat,
  .aui .ilmavoimat .sidebarLeft .section-nav ul li.color-scheme-air,
  .aui .ilmavoimat .sidebarLeft .section-nav ul li.color-scheme-flygvapnet,
  .aui .maanpuolustuskorkeakoulu .sidebarLeft .section-nav ul li.color-scheme-maanpuolustuskorkeakoulu,
  .aui .maanpuolustuskorkeakoulu .sidebarLeft .section-nav ul li.color-scheme-national,
  .aui .maanpuolustuskorkeakoulu .sidebarLeft .section-nav ul li.color-scheme-forsvarshogskolan {
    background: url(/pv-theme/images/pv/icons/icon-brand-arrow.png) no-repeat left !important; }
  .aui .topBar {
    height: 53px;
    padding-top: 10px;
    border-bottom: 1px solid #999; }
    .aui .topBar .mobile-logo {
      max-width: 25px; }
    .aui .topBar .icon-close-navi {
      display: none; }
      .aui .topBar .icon-close-navi img {
        max-width: 20px; }
    .aui .topBar .pressed .icon-close-navi {
      display: block; }
    .aui .topBar .pressed .icon-hamburger-navi,
    .aui .topBar .pressed .icon-brand-navi {
      display: none; }
    .aui .topBar .slideLeft,
    .aui .topBar .slideRight {
      border-top-right-radius: 0em;
      border-top-left-radius: 0em;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.7em;
      text-transform: uppercase;
      width: 70px;
      color: #afafaf;
      box-shadow: none;
      background: none;
      top: 13px;
      -webkit-font-smoothing: antialiased; }
      .aui .topBar .slideLeft span,
      .aui .topBar .slideRight span {
        padding-top: .65em;
        display: block; }
    .aui .topBar .mobile-nav-title {
      color: #000;
      text-transform: none;
      font-size: 0.8em;
      text-align: center;
      padding: 0;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased; }
    .aui .topBar .slideLeft {
      right: -5px; }
    .aui .topBar .slideLeft.pressed {
      right: -10px; }
    .aui .topBar .slideRight {
      left: -5px; }
    .aui .topBar .slideRight.pressed {
      left: -10px; }
    .aui .topBar .slideRight:active,
    .aui .topBar .slideRight:focus,
    .aui .topBar .slideLeft:active,
    .aui .topBar .slideLeft:focus {
      text-decoration: none; }
    .aui .topBar .slideRight.pressed,
    .aui .topBar .slideLeft.pressed {
      border: none; }
      .aui .topBar .slideRight.pressed span,
      .aui .topBar .slideLeft.pressed span {
        display: none; }
  .aui .shrink-mobile .topBar,
  .aui .page.slidLeft .topBar,
  .aui .page.slidRight .topBar {
    height: 34px; }
    .aui .shrink-mobile .topBar h1, .aui .shrink-mobile .topBar h2, .aui .shrink-mobile .topBar h3,
    .aui .page.slidLeft .topBar h1,
    .aui .page.slidLeft .topBar h2,
    .aui .page.slidLeft .topBar h3,
    .aui .page.slidRight .topBar h1,
    .aui .page.slidRight .topBar h2,
    .aui .page.slidRight .topBar h3 {
      margin-top: .2em !important; }
    .aui .shrink-mobile .topBar .slideLeft span,
    .aui .shrink-mobile .topBar .slideRight span,
    .aui .shrink-mobile .topBar .mobile-nav-title,
    .aui .page.slidLeft .topBar .slideLeft span,
    .aui .page.slidLeft .topBar .slideRight span,
    .aui .page.slidLeft .topBar .mobile-nav-title,
    .aui .page.slidRight .topBar .slideLeft span,
    .aui .page.slidRight .topBar .slideRight span,
    .aui .page.slidRight .topBar .mobile-nav-title {
      display: none; }
    .aui .shrink-mobile .topBar .icon-close-navi,
    .aui .page.slidLeft .topBar .icon-close-navi,
    .aui .page.slidRight .topBar .icon-close-navi {
      height: 45px;
      width: 45px;
      margin: 0;
      padding: 0;
      left: 9px;
      position: absolute; }
    .aui .shrink-mobile .topBar .icon-close-navi img,
    .aui .page.slidLeft .topBar .icon-close-navi img,
    .aui .page.slidRight .topBar .icon-close-navi img {
      max-width: 16px; }
  .aui .shrink-mobile .scrollableArea,
  .aui .page.slidLeft .scrollableArea,
  .aui .page.slidRight .scrollableArea {
    top: 45px; }
  .aui .slideLeft .topBar .icon-close-navi {
    left: 14px; }
  .aui.ios.mobile .search-btn {
    padding-top: .15em;
    padding-left: .1em;
    padding-right: .5em;
    left: 0; }
  .aui .shrink #banner {
    position: fixed;
    z-index: 99;
    top: 0px;
    max-width: 1280px;
    transition: top 0.6s ease-in-out; }
  .aui .shrink .site-title {
    display: none; }
  .aui .shrink .topbar-nav {
    background: #3f3f3f;
    transition: top 0.5s ease-in-out; }
  .aui .shrink.nav-up #banner {
    top: -44px; }
  .aui .shrink #heading {
    height: auto; }
  @media (min-width: 1200px) {
    .aui .shrink #banner {
      margin-right: 15px; } }
  .aui #sitemap-nav {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    background: #505050;
    padding: 20px 20px 15px;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
    width: 100%; }
    .aui #sitemap-nav h4 {
      color: #999;
      font-family: "Museo W01_700", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
      font-size: 1.06667em;
      margin-bottom: 1.86667em; }
    .aui #sitemap-nav .span2 {
      padding-left: .2em; }
      .aui #sitemap-nav .span2:first-child {
        border: none; }
    .aui #sitemap-nav .span2:first-child {
      padding-left: 0 !important; }
    .aui #sitemap-nav li {
      margin-bottom: .8em; }
    .aui #sitemap-nav a {
      color: white;
      display: block;
      font-size: 0.86667em;
      line-height: 1.3; }
    .aui #sitemap-nav .theme-sites-nav {
      border-top: 1px dotted #666;
      padding-top: 20px;
      padding-bottom: 0px;
      margin-top: 30px; }
      .aui #sitemap-nav .theme-sites-nav ul {
        margin: 0; }
      .aui #sitemap-nav .theme-sites-nav li {
        margin-bottom: 0;
        margin-right: 1em; }
      .aui #sitemap-nav .theme-sites-nav em {
        color: #ffc829;
        margin-right: .3em; }
    .aui #sitemap-nav .theme-sites li a:hover {
      color: #fff !important;
      text-decoration: none; }
  @media (min-width: 1200px) {
    .aui #sitemap-nav .span2 {
      border-left: 1px solid #666; }
    .aui #sitemap-nav .span2:first-child {
      border: none; } }
  .aui .portlet-navigation .nav-menu {
    border: 1px solid #d3d3d3;
    border-bottom: none;
    background: #f9f9f9; }
    .aui .portlet-navigation .nav-menu h2 {
      border-bottom: 1px solid #d3d3d3;
      margin-bottom: 0px; }
      .aui .portlet-navigation .nav-menu h2 a {
        color: #000;
        font-size: .8em;
        padding-left: 1em; }
    .aui .portlet-navigation .nav-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      /* li.open {
      	background-image: url(/pv-theme/images/pv/icons/icon-navi-up.gif);
      	background-repeat: no-repeat;
      	background-position: right 10px top 22px;
      } */ }
      .aui .portlet-navigation .nav-menu ul li {
        border-bottom: 1px solid #d3d3d3; }
        .aui .portlet-navigation .nav-menu ul li li,
        .aui .portlet-navigation .nav-menu ul li li li,
        .aui .portlet-navigation .nav-menu ul li li li li {
          border-bottom: none; }
        .aui .portlet-navigation .nav-menu ul li.open {
          background-color: #fff;
          /*padding-bottom: 10px;*/ }
        .aui .portlet-navigation .nav-menu ul li.open ul {
          padding-bottom: 10px; }
        .aui .portlet-navigation .nav-menu ul li.open ul li a {
          padding: 0  20px 0 30px; }
        .aui .portlet-navigation .nav-menu ul li .level-2 li {
          background-image: url(/pv-theme/images/pv/icons/icon-navi-arrow.gif);
          background-repeat: no-repeat;
          background-position: 20px 8px;
          margin-bottom: 10px; }
        .aui .portlet-navigation .nav-menu ul li .level-2 li.open.selected,
        .aui .portlet-navigation .nav-menu ul li .level-2 li.open {
          margin-bottom: 0; }
        .aui .portlet-navigation .nav-menu ul li .level-3 li {
          background-image: none;
          margin-bottom: 0; }
        .aui .portlet-navigation .nav-menu ul li .level-3 {
          margin: 5px 0 0 15px; }
      .aui .portlet-navigation .nav-menu ul li:hover {
        background-color: #fff; }
      .aui .portlet-navigation .nav-menu ul li a {
        /* color: $pvRed; */
        font-size: 0.93333em;
        display: block;
        padding: 14px 20px; }
      .aui .portlet-navigation .nav-menu ul li li a.selected {
        font-weight: normal;
        color: #000 !important; }
      .aui .portlet-navigation .nav-menu ul li a:hover {
        text-decoration: none !important; }
      .aui .portlet-navigation .nav-menu ul li li a {
        color: #929292 !important; }
  .aui #column-1 .theme-sites {
    display: none; }
  @media (min-width: 768px) {
    .aui #column-1 .theme-sites {
      display: block !important;
      margin: 1.8em 0; }
      .aui #column-1 .theme-sites li {
        margin: 0;
        padding: .3em 0;
        color: #ababab; }
        .aui #column-1 .theme-sites li a {
          color: #acacac !important;
          font-size: .85em; }
          .aui #column-1 .theme-sites li a em, .aui #column-1 .theme-sites li a i {
            margin-right: .5em;
            text-decoration: none; }
          .aui #column-1 .theme-sites li a em, .aui #column-1 .theme-sites li a i:hover {
            text-decoration: none; }
        .aui #column-1 .theme-sites li a:hover {
          text-decoration: underline; } }
  .aui .navbar-static-top .container {
    max-width: 100%; }
  .aui .dockbar-split  
  .dockbar.navbar-static-top .collapse .nav-account-controls {
    position: static; }
  .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
    position: absolute;
    right: 0; }
  .aui .dockbar-split .dockbar .navbar-inner {
    background-color: #118ADE;
    background-image: linear-gradient(#118ade 0%, #118ade 47%, #1273c7 100%);
    width: auto; }
  .aui .dockbar-split .dockbar .navbar-inner .nav > li.dropdown > a {
    font-size: 1.1em;
    line-height: 1.2em; }
  .aui .dockbar-split .dockbar .navbar-inner .nav > li {
    background-color: transparent; }
  .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
    background-color: #0EA6F9;
    background-image: linear-gradient(#0ea6f9, #0993dd);
    box-shadow: none; }
  .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
    background: #45CBF5;
    border-radius: 4px; }
  .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
    background: #5BBAE8; }
  .aui .topbar-nav {
    border-bottom: 1px solid #878787;
    padding: 0.667em 0 .6em 0; }
    .aui .topbar-nav h1 a, .aui .topbar-nav h2 a, .aui .topbar-nav h3 a, .aui .topbar-nav h4 a {
      text-shadow: none; }
    .aui .topbar-nav .portlet-borderless-container {
      min-height: 1px !important; }
    .aui .topbar-nav .row-fluid [class*="span"] {
      min-height: 0; }
    .aui .topbar-nav .section-nav {
      position: relative; }
    .aui .topbar-nav .section-nav ul li {
      padding-bottom: 1em; }
    .aui .topbar-nav ul {
      list-style-type: none;
      margin: 0; }
      .aui .topbar-nav ul li {
        display: inline;
        padding: 0; }
      .aui .topbar-nav ul.fi .fi, .aui .topbar-nav ul.sv .sv, .aui .topbar-nav ul.en .en {
        display: none; }
      .aui .topbar-nav ul li:first-child a {
        border-left: 0;
        padding-left: 0; }
      .aui .topbar-nav ul li:last-child a {
        border-left: 0; }
      .aui .topbar-nav ul li:first-child {
        padding-left: none; }
      .aui .topbar-nav ul li.selected a {
        color: white; }
      .aui .topbar-nav ul li.search a {
        color: #ffc726;
        font-size: 1.5em; }
        .aui .topbar-nav ul li.search a:hover {
          text-decoration: none; }
          .aui .topbar-nav ul li.search a:hover .search-icon {
            background-position: center -57px; }
      .aui .topbar-nav ul a {
        border-left: 1px solid #878787;
        border-right: 0;
        color: #d7d7d7;
        font-family: "Museo W01_700", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
        padding: 0 .5em 0 .9em;
        font-size: .9em; }
      .aui .topbar-nav ul.fi .sv a, .aui .topbar-nav ul.en .sv a, .aui .topbar-nav ul.sv .en a {
        border: none; }
    .aui .topbar-nav .search-icon {
      background: url("/pv-theme/images/pv/icons/svg/misc/search_sprite_40x50.svg") no-repeat center -11px;
      display: inline-block;
      background-size: 148%;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 0; }
    .aui .topbar-nav .no-svg .search-icon {
      background-image: url("/pv-theme/images/pv/icons/svg/misc/search_40x50.png"); }
    .aui .topbar-nav .language {
      font-size: 0.867em;
      padding-top: 4px; }
  .aui .topbar-nav ul li:last-child a,
  .aui .puolustusvoimat .top-nav ul li:last-child a,
  .aui .aui .puolustusvoimat .topbar-nav ul li:last-child a {
    border: 0px !important; }
  .aui .topbar-search-bar {
    display: none;
    position: absolute;
    right: 0;
    top: -0.6em; }
    .aui .topbar-search-bar input {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #acacac;
      padding-top: .8em;
      padding-bottom: .8em;
      padding-left: 3.33333em;
      padding-right: 3.33333em; }
    .aui .topbar-search-bar form {
      margin: 0;
      position: relative;
      background: white;
      padding: 0; }
    .aui .topbar-search-bar .search-btn {
      background: transparent;
      border: 0;
      color: #acacac;
      font-size: 1.4em;
      padding-top: 0;
      position: absolute;
      left: 0.35em;
      top: 0.45em;
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1); }
    .aui .topbar-search-bar .close-btn {
      background: transparent;
      border: 0;
      color: #acacac;
      text-transform: uppercase;
      font-size: 1.4em;
      right: 0.55em;
      top: 0.45em;
      position: absolute; }
  .aui .sidebarLeft .search-widget .close-btn,
  .aui .sidebarLeft .topbar-search-bar-toggle {
    display: none; }
  .aui .puolustusvoimat .section-nav ul li.color-scheme-puolustusvoimat a,
  .aui .maavoimat .section-nav ul li.color-scheme-maavoimat a,
  .aui .merivoimat .section-nav ul li.color-scheme-merivoimat a,
  .aui .ilmavoimat .section-nav ul li.color-scheme-ilmavoimat a,
  .aui .maanpuolustuskorkeakoulu .section-nav ul li.color-scheme-maanpuolustuskorkeakoulu a {
    color: white !important; }
  @media (min-width: 768px) {
    .aui .topbar-nav .section-nav ul li:hover {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-bottom: 3px solid #fff;
      text-decoration: none;
      padding-bottom: .7em; }
    .aui .topbar-nav .section-nav ul li a:hover {
      text-decoration: none;
      color: white; }
    .aui .topbar-nav .section-nav ul li.search:hover {
      border-bottom: 0; } }
  @media (min-width: 1024px) {
    .aui .topbar-nav .language ul li {
      padding-bottom: 1em;
      margin-right: .9em; }
    .aui .topbar-nav .language ul li:last-child {
      margin-right: 0; }
    .aui .topbar-nav .language ul li a {
      font-size: 1em;
      padding: 0; }
    .aui .topbar-nav .language ul li:hover {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-bottom: 3px solid #fff;
      text-decoration: none;
      padding-bottom: .7em; }
    .aui .topbar-nav .language ul li a:hover {
      text-decoration: none;
      color: white; } }
  .aui .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; }
    .aui .ontology-tags-selector-list li {
      padding: 2px 10px;
      cursor: pointer; }
      .aui .ontology-tags-selector-list li:hover {
        background: #60bfef;
        color: #fff; }
  .aui .ontology-tags-selector-wrapper {
    margin-left: 0 !important; }
  .aui .ontology-tag-entries-title {
    font-size: 20px; }
  .aui .ontology-tag-entries-subtitle {
    margin-bottom: 5px;
    display: block;
    color: #999;
    font-size: 15px; }
  .aui .ontology-tag-entry-remove {
    color: #9d261d;
    cursor: pointer; }
  .aui .ontology-tag-entry-broaders {
    display: block;
    margin-right: 5px;
    margin-top: 3px; }
  .aui .ontology-tag-entry-value-default {
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .ontology-tag-entry-action-wrapper {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px; }
  .aui .ontology-tag-entry-wrapper {
    border-top: solid 1px #dcdcdc;
    padding: 5px 0;
    position: relative; }
  .aui .ontology-tag-entry-value {
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .ontology-tag-highlight-holder {
    margin-top: 15px;
    margin-bottom: 5px; }
    .aui .ontology-tag-highlight-holder .ontology-tag-entries-title {
      font-size: 16px; }
    .aui .ontology-tag-highlight-holder .ontology-tag-entries-subtitle {
      font-size: 13px; }
  .aui .ontology-tag-entry-label {
    margin-right: 3px;
    margin-left: 5px; }
  .aui .ontology-tag-entry-label-default {
    margin-right: 3px; }
  .aui .ontology-tag-entry-broaders .ontology-tag-entry-label {
    margin-left: 0; }
  .aui .ontology-tag-entry-broaders .ontology-tag-entry-value {
    color: #888; }
  .aui .ontology-tag-entry-narrowers,
  .aui .ontology-tag-entry-related {
    float: left;
    width: 100%; }
    .aui .ontology-tag-entry-narrowers span,
    .aui .ontology-tag-entry-related span {
      margin-left: 2px;
      color: #009ae5;
      cursor: pointer;
      display: inline-block; }
      .aui .ontology-tag-entry-narrowers span.ontology-tag-entry-label,
      .aui .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; }
  .aui .news-tiles {
    box-sizing: border-box; }
  .aui .news-tiles *, .aui .news-tiles *:before, .aui .news-tiles *:after {
    box-sizing: inherit; }
  .aui .news-tiles .block > div {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden; }
  .aui .news-tiles .all-news {
    height: 55px !important; }
  .aui .news-tiles .block > div a {
    border-right: 1px solid #000;
    border-top: 1px solid #000; }
  .aui .news-tiles .block > div:first-child a {
    border-top: none; }
  .aui .news-tiles .block:last-child > div a {
    border-right: none; }
  .aui .news-tiles .news-category,
  .aui .news-tiles h2,
  .aui .news-tiles .news-lead,
  .aui .news-tiles .news-date {
    color: #fff; }
  .aui .news-tiles .news-category {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .news-tiles .newscategory,
  .aui .news-tiles .newscategory span {
    word-break: break-all; }
  .aui .news-tiles h2 {
    font-size: 1.3em;
    line-height: 1.2;
    margin-top: .4em;
    font-weight: normal;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .news-tiles .news-highlight h2,
  .aui .news-tiles .news-highlight h2 {
    font-size: 1.3em;
    line-height: 1.2;
    margin-top: .4em; }
  .aui .news-tiles .news-lead {
    display: none;
    font-family: "Museo W01_500", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; }
  .aui .news-tiles .news-date {
    font-size: 0.8em;
    position: absolute;
    bottom: 12px;
    right: 15px;
    margin: 0;
    font-family: "Museo W01_700", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    line-height: 1.45; }
  .aui .news-category {
    margin: 0; }
  .aui .black-20 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .aui .black-20:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .aui .news-content {
    position: absolute;
    height: 100%;
    width: 100%;
    word-break: normal;
    z-index: 1; }
  .aui .mobile-image, .aui .mobile-image.defer-image {
    display: none; }
  .aui .all-news .mobile-image {
    display: none !important; }
  .aui .mobile-image-placeholder {
    display: block;
    height: 55px;
    width: 100%;
    background-color: #000; }
  .aui .news-tiles .all-news a span {
    display: block;
    padding-top: 1em;
    text-align: center;
    color: #acacac;
    font-size: 1.06667em;
    font-family: "Museo W01_500", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; }
  .aui .news-content a {
    height: 100%;
    display: block; }
  .aui .news-content a:hover,
  .aui .news-content a:active {
    text-decoration: none; }
  .aui .news-tiles .block > div.all-news-link a {
    background: #000;
    color: #acacac;
    font-size: 1.06667em;
    font-family: "Museo W01_500", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    float: right;
    border-top: 1px solid #565656;
    padding: .8em 1em; }
    .aui .news-tiles .block > div.all-news-link a .icon-angle-arrow-right {
      width: 8px;
      height: 15px; }
    .aui .news-tiles .block > div.all-news-link a:hover, .aui .news-tiles .block > div.all-news-link a:active {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 480px) {
    .aui .mobile-image, .aui .mobile-image.defer-image {
      display: block; }
    .aui .news-tiles {
      max-width: 400px;
      margin: 0 auto; }
    .aui .news-tiles .news-highlight h2,
    .aui .news-tiles .news-highlight h2,
    .aui .news-tiles h2 {
      font-size: 1.2em;
      line-height: normal;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .news-tiles .news-date {
      bottom: 10px;
      font-size: 0.73333em; }
    .aui .news-tiles .news-category {
      padding: 20px 10px 0 20px;
      font-size: 0.6em; }
    .aui .news-tiles h2 {
      padding: 0 20px 0 20px; } }
  @media (min-width: 480px) {
    .aui {
      /*.all-news-link a { font-size: 1.2em; }*/ }
      .aui .news-tiles .block > div {
        width: 50%;
        height: 50%;
        float: left;
        border: none; }
      .aui .news-tiles .all-news {
        height: 100% !important; }
      .aui .news-tiles .news-category {
        padding: 20px 20px 0 20px; }
      .aui .news-tiles h2 {
        padding: 0 20px; }
      .aui .news-tiles .all-news a span {
        padding-top: 2em; }
      .aui .mobile-image, .aui .mobile-image.defer-image {
        display: block; }
      .aui .desktop-image, .aui .desktop-image.defer-image {
        display: none; }
      .aui .mobile-image-placeholder {
        display: none; }
      .aui .news-tiles .all-news {
        height: 100%; }
      .aui .all-news .mobile-image {
        display: block !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .aui .news-tiles {
      max-width: 800px;
      margin: 0 auto; }
    .aui .news-tiles .block > div {
      height: 178px !important; }
    .aui .mobile-image, .aui .mobile-image.defer-image {
      display: none; }
    .aui .desktop-image, .aui .desktop-image.defer-image {
      display: block; }
    .aui .news-highlight h2,
    .aui .news-tiles .news-highlight h2,
    .aui .news-tiles h2,
    .aui .all-news-link a {
      font-size: 1.46667em; } }
  @media (max-width: 979px) {
    .aui .news-tiles .block > div.odd .news-content a {
      border-right: 1px solid #000; }
    .aui .news-tiles .block > div .news-content a {
      border-top: 1px solid #000; }
    .aui .news-tiles .block {
      width: auto;
      float: none; }
    .aui .news-tiles h2 {
      word-wrap: break-word; } }
  @media (min-width: 980px) {
    .aui {
      /*.news-tiles .news-lead {
      	padding: 0px 20px 0px 15px;
      }*/
        	/*.mobile-image 										{ display: none; }
			.desktop-image 										{ display: block; }*/ }
      .aui .news-tiles .block {
        width: 33.333333%;
        float: left; }
      .aui .mobile-image, .aui .mobile-image.defer-image {
        display: none; }
      .aui .desktop-image, .aui .desktop-image.defer-image {
        display: block; }
      .aui .news-tiles .block > div {
        width: 100%;
        height: 100%; }
      .aui .news-tiles .news-date {
        font-size: 0.8em; }
      .aui .news-tiles .news-category {
        padding: 15px 20px 0px 15px;
        font-size: 12px; }
      .aui .news-tiles h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 0px 20px 0px 15px; }
      .aui .news-tiles .news-highlight h2,
      .aui .news-tiles .news-highlight h2 {
        font-size: 20px;
        line-height: 24px; }
      .aui .news-tiles .news-highlight .news-category,
      .aui .news-tiles .news-highlight .news-category {
        padding: 15px 20px 0 15px; }
      .aui .news-tiles .news-lead {
        display: block;
        padding: 0px 20px 0px 15px; } }
  @media (min-widht: 1024px) {
    .aui .all-news-link a {
      font-size: 1.06667em; } }
  @media (min-width: 1070px) {
    .aui .news-tiles .news-lead {
      font-size: 16px;
      padding: 0 20px 0 30px; }
    .aui .news-tiles .news-category {
      padding: 30px 20px 0 30px; }
    .aui .news-tiles h2 {
      font-size: 22px;
      line-height: 26px;
      padding: 0 20px 0 30px; }
    .aui .news-tiles .news-highlight h2,
    .aui .news-tiles .news-highlight h2 {
      font-size: 22px;
      line-height: 26px;
      padding: 0 20px 0 30px; }
    .aui .news-tiles .news-highlight .news-category,
    .aui .news-tiles .news-highlight .news-category {
      padding: 20px 20px 0 30px; } }
  @media (min-width: 1170px) {
    .aui .news-tiles .news-category {
      padding: 20px 20px 0 30px; }
    .aui .news-tiles h2 {
      font-size: 1.46667em;
      line-height: 26px; }
    .aui .news-tiles .news-highlight h2 {
      font-size: 1.86667em;
      line-height: 33px; }
    .aui .news-tiles .news-highlight .news-category {
      padding: 30px 20px 0 30px; } }
  .aui .blue {
    /*background: -moz-linear-gradient(-45deg,  rgba(55,75,117,1) 0%, rgba(14,14,15,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(55,75,117,1)), color-stop(100%,rgba(14,14,15,0)));
    background: -webkit-linear-gradient(-45deg,  rgba(55,75,117,1) 0%,rgba(14,14,15,0) 100%);
    background: -o-linear-gradient(-45deg,  rgba(55,75,117,1) 0%,rgba(14,14,15,0) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(55,75,117,1) 0%,rgba(14,14,15,0) 100%);
    background: linear-gradient(135deg,  rgba(55,75,117,1) 0%,rgba(14,14,15,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374b75', endColorstr='#000e0e0f',GradientType=1 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f499e+0,1f499e+24,ffffff+93&0.7+0,0.75+24,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(31, 73, 158, 0.7) 0%, rgba(31, 73, 158, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(31, 73, 158, 0.7) 0%, rgba(31, 73, 158, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(31, 73, 158, 0.7) 0%, rgba(31, 73, 158, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31f499e', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .aui .red {
    /*background: -moz-linear-gradient(-45deg,  rgba(98,51,76,1) 0%, rgba(14,14,15,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(98,51,76,1)), color-stop(100%,rgba(14,14,15,0)));
    background: -webkit-linear-gradient(-45deg,  rgba(98,51,76,1) 0%,rgba(14,14,15,0) 100%);
    background: -o-linear-gradient(-45deg,  rgba(98,51,76,1) 0%,rgba(14,14,15,0) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(98,51,76,1) 0%,rgba(14,14,15,0) 100%);
    background: linear-gradient(135deg,  rgba(98,51,76,1) 0%,rgba(14,14,15,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62334c', endColorstr='#000e0e0f',GradientType=1 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c0049+0,8c0049+24,ffffff+93&0.7+0,0.75+24,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(140, 0, 73, 0.7) 0%, rgba(140, 0, 73, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(140, 0, 73, 0.7) 0%, rgba(140, 0, 73, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(140, 0, 73, 0.7) 0%, rgba(140, 0, 73, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b38c0049', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .aui .green {
    /*background: -moz-linear-gradient(-45deg,  rgba(19,58,46,1) 0%, rgba(14,14,15,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(19,58,46,1)), color-stop(100%,rgba(14,14,15,0)));
    background: -webkit-linear-gradient(-45deg,  rgba(19,58,46,1) 0%,rgba(14,14,15,0) 100%);
    background: -o-linear-gradient(-45deg,  rgba(19,58,46,1) 0%,rgba(14,14,15,0) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(19,58,46,1) 0%,rgba(14,14,15,0) 100%);
    background: linear-gradient(135deg,  rgba(19,58,46,1) 0%,rgba(14,14,15,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133a2e', endColorstr='#000e0e0f',GradientType=1 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006849+17,ffffff+100&0.75+0,0+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006849+1,006849+24,ffffff+93&0.7+0,0.75+24,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(0, 104, 73, 0.7) 0%, rgba(0, 104, 73, 0.7) 1%, rgba(0, 104, 73, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 104, 73, 0.7) 0%, rgba(0, 104, 73, 0.7) 1%, rgba(0, 104, 73, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 104, 73, 0.7) 0%, rgba(0, 104, 73, 0.7) 1%, rgba(0, 104, 73, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006849', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .aui .navyblue {
    /*background: -moz-linear-gradient(-45deg,  rgba(45,46,94,1) 0%, rgba(14,14,15,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(45,46,94,1)), color-stop(100%,rgba(14,14,15,0)));
    background: -webkit-linear-gradient(-45deg,  rgba(45,46,94,1) 0%,rgba(14,14,15,0) 100%);
    background: -o-linear-gradient(-45deg,  rgba(45,46,94,1) 0%,rgba(14,14,15,0) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(45,46,94,1) 0%,rgba(14,14,15,0) 100%);
    background: linear-gradient(135deg,  rgba(45,46,94,1) 0%,rgba(14,14,15,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2e5e', endColorstr='#000e0e0f',GradientType=1 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11295d+0,11295d+24,ffffff+93&0.7+0,0.75+24,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(17, 41, 93, 0.7) 0%, rgba(17, 41, 93, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(17, 41, 93, 0.7) 0%, rgba(17, 41, 93, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(17, 41, 93, 0.7) 0%, rgba(17, 41, 93, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b311295d', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .aui .gray {
    /*background: -moz-linear-gradient(-45deg,  rgba(58,58,58,1) 0%, rgba(125,185,232,0) 100%); 
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(58,58,58,1)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(-45deg,  rgba(58,58,58,1) 0%,rgba(125,185,232,0) 100%); 
    background: -o-linear-gradient(-45deg,  rgba(58,58,58,1) 0%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(58,58,58,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(135deg,  rgba(58,58,58,1) 0%,rgba(125,185,232,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#007db9e8',GradientType=1 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acacac+0,acacac+24,ffffff+93&0.7+0,0.75+24,0+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,555555+24,ffffff+93&0.7+0,0.75+24,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(85, 85, 85, 0.7) 0%, rgba(85, 85, 85, 0.75) 24%, rgba(255, 255, 255, 0.07) 93%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3555555', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .aui .event-search-portlet a {
    color: #000; }
  .aui .event-search-portlet a:link,
  .aui .event-search-portlet a:active {
    text-decoration: none !important; }
  .aui .event-search-portlet h1,
  .aui .event-search-portlet h2,
  .aui .event-search-portlet h3, .aui .event-search-portlet h4 {
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 1.33333em; }
  .aui .event-search-portlet .advanced-search .date-search input[type="text"] {
    height: 28px;
    width: 90px; }
  .aui .event-search-portlet .advanced-search #organization-select {
    height: 28px; }
  .aui .event-search-portlet .advanced-search .form-group .input-group input {
    border-radius: 2px; }
  .aui .event-search-portlet .dates {
    border-top: 0;
    padding: 0;
    background: transparent; }
    .aui .event-search-portlet .dates h3 .top-event-nav {
      font-size: 1em;
      text-transform: uppercase; }
    .aui .event-search-portlet .dates .prev-date,
    .aui .event-search-portlet .dates .next-date {
      font-size: .8em;
      text-transform: none;
      color: #333; }
  .aui .event-search-portlet .prev-date,
  .aui .event-search-portlet .next-date {
    font-weight: inherit;
    color: #333; }
  .aui .event-search-portlet .prev-date span, .aui .event-search-portlet .next-date span {
    display: none; }
  .aui .event-search-portlet .prev-date:before, .aui .event-search-portlet .next-date:after {
    font-family: 'fontawesome-alloy';
    font-size: 1.5em;
    vertical-align: text-bottom; }
  .aui .event-search-portlet .prev-date:before {
    content: "\f104";
    margin-right: .1em; }
  .aui .event-search-portlet .next-date:after {
    content: "\f105";
    margin-left: .1em; }
  .aui .event-search-portlet .advanced-search .event-search {
    min-height: 1px; }
  .aui .event-search-portlet .date-search label {
    margin-bottom: 2px; }
  .aui * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .aui .events * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .journal-content-article .events-lifts,
  .aui .events-lifts {
    margin-top: 1em; }
    .aui .journal-content-article .events-lifts ul,
    .aui .events-lifts ul {
      margin: 0;
      width: 100%; }
    .aui .journal-content-article .events-lifts li,
    .aui .events-lifts li {
      width: 50%;
      min-height: 180px;
      background: #fcfcfc;
      list-style-type: none;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
    .aui .journal-content-article .events-lifts li:hover,
    .aui .events-lifts li:hover {
      background: #fff; }
    .aui .journal-content-article .events-lifts a,
    .aui .events-lifts a {
      display: block;
      height: 100%;
      color: #3c3c3c; }
    .aui .journal-content-article .events-lifts .icon-angle-right,
    .aui .events-lifts .icon-angle-right {
      font-size: 1.6em;
      display: inline-block; }
    .aui .journal-content-article .events-lifts a:hover,
    .aui .journal-content-article .events-lifts a:active,
    .aui .events-lifts a:hover,
    .aui .events-lifts a:active {
      text-decoration: none;
      color: #8c0049; }
      .aui .journal-content-article .events-lifts a:hover h3,
      .aui .journal-content-article .events-lifts a:active h3,
      .aui .events-lifts a:hover h3,
      .aui .events-lifts a:active h3 {
        color: #8c0049; }
    .aui .journal-content-article .events-lifts a.link-to-page,
    .aui .events-lifts a.link-to-page {
      display: inline-block; }
    .aui .journal-content-article .events-lifts a.link-to-page:hover,
    .aui .events-lifts a.link-to-page:hover {
      text-decoration: underline; }
    .aui .journal-content-article .events-lifts h2,
    .aui .events-lifts h2 {
      line-height: normal;
      text-transform: uppercase;
      font-weight: normal;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .journal-content-article .events-lifts li:nth-child(1),
    .aui .events-lifts li:nth-child(1) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(2),
    .aui .events-lifts li:nth-child(2) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(3),
    .aui .events-lifts li:nth-child(3) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(4),
    .aui .events-lifts li:nth-child(4) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(5),
    .aui .events-lifts li:nth-child(5) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(6),
    .aui .events-lifts li:nth-child(6) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts .event-date,
    .aui .events-lifts .event-date {
      margin: 0;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 1.067em;
      left: 1.067em; }
    .aui .journal-content-article .events-lifts .event-day,
    .aui .journal-content-article .events-lifts .event-title,
    .aui .journal-content-article .events-lifts .event-place,
    .aui .events-lifts .event-day,
    .aui .events-lifts .event-title,
    .aui .events-lifts .event-place {
      display: block; }
    .aui .journal-content-article .events-lifts .event-day,
    .aui .events-lifts .event-day {
      font-size: 1.7em;
      font-family: "Frutiger LT W01_75 Black", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1; }
    .aui .journal-content-article .events-lifts .event-month-year,
    .aui .events-lifts .event-month-year {
      font-size: 0.93333em;
      font-family: "Frutiger LT W01_55 Roma1475738", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .aui .journal-content-article .events-lifts .events-lifts .event-title,
    .aui .events-lifts .events-lifts .event-title {
      font-size: 1em;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      word-break: normal; }
    .aui .journal-content-article .events-lifts .event-place,
    .aui .events-lifts .event-place {
      color: #acacac;
      font-size: 0.8em;
      text-transform: uppercase;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .journal-content-article .events-lifts .event-info,
    .aui .events-lifts .event-info {
      position: absolute;
      bottom: 15px;
      left: 20px;
      right: 10px;
      line-height: 1.2em;
      margin: 0px;
      font-weight: normal;
      font-size: 1em;
      color: #3c3c3c; }
    .aui .journal-content-article .events-lifts .pv-sprite,
    .aui .events-lifts .pv-sprite {
      position: absolute;
      right: 4px;
      top: 4px; }
    .aui .journal-content-article .events-lifts em,
    .aui .events-lifts em {
      font-size: 1.46667em; }
  .aui .event-item {
    min-height: 180px; }
  .aui .event-title {
    word-break: normal; }
  @media (max-width: 481px) {
    .aui .journal-content-article .events-lifts li,
    .aui .events-lifts li {
      min-height: 180px;
      height: 180px !important;
      word-break: break-all; }
    .aui .journal-content-article .events-lifts .event-date,
    .aui .journal-content-article .events-lifts .event-info,
    .aui .events-lifts .event-date,
    .aui .events-lifts .event-info {
      left: .7em;
      line-height: 1.2; }
    .aui .journal-content-article .events-lifts .event-info,
    .aui .events-lifts .event-info {
      font-size: 1em; } }
  @media (min-width: 480px) {
    .aui .journal-content-article .events-lifts .event-day,
    .aui .events-lifts .event-day {
      font-size: 3em; }
    .aui .event-month-year {
      font-size: 1.33333em;
      line-height: 1.2; }
    .aui .journal-content-article .events-lifts .event-date,
    .aui .journal-content-article .events-lifts .event-info,
    .aui .events-lifts .event-date,
    .aui .events-lifts .event-info {
      left: 1.067em; }
    .aui .journal-content-article .events-lifts .pv-sprite,
    .aui .events-lifts .pv-sprite {
      top: 10px;
      right: 10px; } }
  @media (min-width: 768px) {
    .aui .journal-content-article .events-lifts .event-day,
    .aui .events-lifts .event-day {
      font-size: 2.2em; }
    .aui .journal-content-article .events-lifts .event-month-year,
    .aui .events-lifts .event-month-year {
      font-size: 0.86667em; }
    .aui .journal-content-article .events-lifts .pv-sprite,
    .aui .events-lifts .pv-sprite {
      top: 4px;
      right: 4px; } }
  @media (min-width: 980px) {
    .aui .events-lifts li {
      min-height: 210px;
      width: 33.333%; }
    .aui .events-lifts em {
      font-size: 1.2em; }
    .aui .journal-content-article .events-lifts .event-date,
    .aui .journal-content-article .events-lifts .event-info,
    .aui .events-lifts .event-date,
    .aui .events-lifts .event-info {
      left: .7em; }
    .aui .journal-content-article .events-lifts .event-info {
      font-size: 0.85em; }
    .aui .journal-content-article .events-lifts li:nth-child(1) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(2) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(3) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: none; }
    .aui .journal-content-article .events-lifts li:nth-child(4) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .journal-content-article .events-lifts li:nth-child(5) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: none; }
    .aui .journal-content-article .events-lifts li:nth-child(6) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .events-lifts li:nth-child(1) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .events-lifts li:nth-child(2) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .events-lifts li:nth-child(3) {
      border-top: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: none; }
    .aui .events-lifts li:nth-child(4) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: 1px solid #d0d0d0; }
    .aui .events-lifts li:nth-child(5) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
      border-left: none; }
    .aui .events-lifts li:nth-child(6) {
      border-right: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0; }
    .aui .event-day {
      font-size: 2em; }
    .aui .events-lifts .event-info {
      font-size: 0.93333em; }
    .aui .journal-content-article .events-lifts li {
      min-height: 210px;
      width: 33.333%; }
    .aui .journal-content-article .events-lifts .pv-sprite,
    .aui .events-lifts .pv-sprite {
      top: 4px;
      right: 4px; } }
  @media (max-width: 1023px) {
    .aui .empty-event-item {
      display: none !important; } }
  @media (min-width: 1024px) {
    .aui .journal-content-article .events-lifts .event-day,
    .aui .events-lifts .event-day {
      font-size: 2.533em;
      left: 1.2em; }
    .aui .events-lifts .event-date {
      left: 1.067em; }
    .aui .events-lifts .event-info {
      font-size: 1em;
      left: 1.067em; }
    .aui .journal-content-article .events-lifts .pv-sprite,
    .aui .events-lifts .pv-sprite {
      top: 5px;
      right: 5px; } }
  .aui .feed-item.simple {
    padding: 15px 0;
    border-bottom: 1px solid #d3d3d3; }
  .aui .feed-item.simple h6 {
    margin: 0;
    font-size: 1em;
    font-weight: normal; }
  .aui .feed-item.simple .label {
    font-weight: normal;
    background: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #acacac; }
  .aui .feed-item.simple .date {
    color: #acacac;
    font-family: "Frutiger LT W01_75 Black", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .media-item.news-list .label {
    font-weight: normal;
    font-size: 12px;
    background: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #acacac; }
  .aui .media-item.news-list .date {
    color: #acacac;
    font-family: "Museo W01_500", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size: 12px; }
  .aui .media-item.news-list .icon-time {
    color: #acacac; }
  .aui .media-item.news-list h4 {
    margin: 12px 0 5px 0;
    font-size: 1.2em;
    font-weight: normal; }
  .aui .media-item.news-list img {
    margin: 0 10px 0px 0;
    height: 158px; }
  .aui .media-item.news-list .span6 {
    margin-bottom: 15px; }
  .aui .media-item.news-list a {
    color: #000; }
  .aui .media-item.news-list .mainlift {
    color: #717171;
    margin-bottom: 10px;
    line-height: normal;
    padding-right: 5px; }
  @media (min-width: 768px) {
    .aui .media-item.news-list img {
      margin: 0 0 12px 0; }
    .aui .media-item.news-list img {
      margin: 0 10px 10px 0; }
    .aui .media-item.news-list .span6 {
      margin-bottom: 50px; } }
  .aui .brigade-links a {
    text-align: center;
    background: #555;
    display: block;
    color: #fff !important;
    width: 49%;
    height: 150px;
    float: left;
    border-top: 1px solid #000;
    border-right: 1px solid #000; }
  .aui .brigade-links img {
    margin: 20px 0 15px 0;
    max-width: 60%; }
  .aui .brigade-links-wrapper h3 {
    margin: 0; }
  .aui .brigade-links h4 {
    margin: 0 1em;
    font-size: 0.8em !important;
    line-height: normal;
    font-weight: normal !important;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .brigade-links a:nth-child(1),
  .aui .brigade-links a:nth-child(2) {
    border-top: 0px; }
  .aui .brigade-links a:nth-child(even) {
    border-right: 0px; }
  .aui .link-to-page-wrapper {
    position: absolute;
    bottom: 13px; }
  .aui .link-to-page {
    font-size: 1.13333em;
    display: inline-block;
    text-transform: uppercase;
    color: #000 !important;
    margin-right: 5px;
    margin-bottom: 20px;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .link-to-page .icon-angle-right:before {
    position: relative;
    top: 1px; }
  @media (min-width: 480px) {
    .aui .brigade-links h4 {
      font-size: 1em !important; }
    .aui .brigade-links a {
      width: 33%;
      height: 186px; }
    .aui .brigade-links a {
      border-top: 1px solid #000 !important;
      border-right: 1px solid #000 !important; }
    .aui .brigade-links a:nth-child(1),
    .aui .brigade-links a:nth-child(2),
    .aui .brigade-links a:nth-child(3) {
      border-top: 0px !important; }
    .aui .brigade-links a:nth-child(3n+3) {
      border-right: 0px !important; } }
  @media (min-width: 768px) {
    .aui .brigade-links h4 {
      font-size: 1.06667em !important;
      margin: 0 2em; }
    .aui .link-to-page {
      font-size: 1.2em; } }
  .aui .noise-releases {
    margin-top: 2em; }
    .aui .noise-releases ul {
      list-style-type: none;
      margin: 0;
      border-top: 1px solid #d3d3d3; }
    .aui .noise-releases li .date {
      display: block;
      color: #acacac;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .noise-releases ul li {
      padding: 20px 0;
      border-bottom: 1px solid #d3d3d3;
      position: relative; }
    .aui .noise-releases ul li a {
      font-size: 1em;
      margin-right: 2em; }
    .aui .noise-releases ul li .date {
      font-size: 1em; }
    .aui .noise-releases .count,
    .aui .noise-releases .info {
      color: #b1b1b1;
      padding-bottom: 1em; }
    .aui .noise-releases .count {
      margin-top: .5em; }
    .aui .noise-releases .info p {
      display: inline-block;
      position: relative;
      font-size: .9em;
      margin: .8em 0; }
    .aui .noise-releases .dot {
      font-size: 70px;
      position: absolute;
      left: -19px;
      top: -3px;
      color: #d5042e; }
    .aui .noise-releases .link-to-page {
      text-transform: uppercase;
      color: #000 !important;
      margin-right: 5px;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .noise-releases .pv-sprite {
      position: absolute;
      right: 0px;
      top: 15px; }
    .aui .noise-releases .noise-releases-top .icon-angle-right {
      font-size: 1.6em;
      display: inline-block; }
    .aui .noise-releases .link-to-page {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    .aui .noise-releases .count {
      text-align: left !important;
      width: 100%; } }
  @media (min-width: 480px) {
    .aui .noise-releases ul li a {
      font-size: 1.2em;
      margin-right: 2em; }
    .aui .noise-releases ul li .date {
      font-size: 1em; }
    .aui .noise-releases .info p {
      font-size: 0.93333em; }
    .aui .noise-releases .count {
      font-size: 1.1em; } }
  @media (min-width: 768px) {
    .aui .noise-releases {
      margin-top: 1em;
      padding-left: 1em; }
      .aui .noise-releases .noise-releases-title,
      .aui .noise-releases .count {
        width: 100%;
        margin-left: 0; }
      .aui .noise-releases .noise-releases-top {
        margin-bottom: .6em; }
      .aui .noise-releases ul li,
      .aui .noise-releases .count {
        font-size: 1em; }
      .aui .noise-releases ul li a {
        font-size: 1em;
        margin-right: 0; }
      .aui .noise-releases ul li .date {
        font-size: 1em; }
      .aui .noise-releases .info p {
        font-size: 0.86667em; }
      .aui .noise-releases .count {
        padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .aui .noise-releases .count {
      width: 50%;
      float: right;
      margin-top: 0; }
    .aui .noise-releases .noise-releases-title {
      width: 50%; } }
  @media (min-width: 1200px) {
    .aui .noise-releases .count {
      margin-top: .4em; } }
  .aui .gallery-item {
    position: relative;
    width: 25%;
    overflow: hidden;
    border: solid 4px #fff;
    float: left;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .aui .gallery-item {
        width: 33%; } }
    @media (max-width: 480px) {
      .aui .gallery-item {
        width: 50%; } }
    .aui .gallery-item a {
      display: block;
      padding-top: 75%; }
    .aui .gallery-item img {
      max-width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .aui .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .aui .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  .aui .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .aui .mfp-align-top .mfp-container:before {
    display: none; }
  .aui .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  .aui .mfp-inline-holder .mfp-content,
  .aui .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  .aui .mfp-ajax-cur {
    cursor: progress; }
  .aui .mfp-zoom-out-cur, .aui .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .aui .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .aui .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  .aui .mfp-close,
  .aui .mfp-arrow,
  .aui .mfp-preloader,
  .aui .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .aui .mfp-loading.mfp-figure {
    display: none; }
  .aui .mfp-hide {
    display: none !important; }
  .aui .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .aui .mfp-preloader a {
      color: #cccccc; }
      .aui .mfp-preloader a:hover {
        color: white; }
  .aui .mfp-s-ready .mfp-preloader {
    display: none; }
  .aui .mfp-s-error .mfp-content {
    display: none; }
  .aui button.mfp-close, .aui button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .aui button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .aui .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .aui .mfp-close:hover, .aui .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .aui .mfp-close:active {
      top: 1px; }
  .aui .mfp-close-btn-in .mfp-close {
    color: #333333; }
  .aui .mfp-image-holder .mfp-close,
  .aui .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  .aui .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  .aui .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .aui .mfp-arrow:active {
      margin-top: -54px; }
    .aui .mfp-arrow:hover, .aui .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .aui .mfp-arrow:before, .aui .mfp-arrow:after,
    .aui .mfp-arrow .mfp-b,
    .aui .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .aui .mfp-arrow:after,
    .aui .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .aui .mfp-arrow:before,
    .aui .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  .aui .mfp-arrow-left {
    left: 0; }
    .aui .mfp-arrow-left:after,
    .aui .mfp-arrow-left .mfp-a {
      border-right: 17px solid white;
      margin-left: 31px; }
    .aui .mfp-arrow-left:before,
    .aui .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f; }
  .aui .mfp-arrow-right {
    right: 0; }
    .aui .mfp-arrow-right:after,
    .aui .mfp-arrow-right .mfp-a {
      border-left: 17px solid white;
      margin-left: 39px; }
    .aui .mfp-arrow-right:before,
    .aui .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3f3f3f; }
  .aui .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .aui .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .aui .mfp-iframe-holder .mfp-close {
      top: -40px; }
  .aui .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .aui .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: black; }
  .aui img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  .aui .mfp-figure {
    line-height: 0; }
    .aui .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444444; }
    .aui .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .aui .mfp-figure figure {
      margin: 0; }
  .aui .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  .aui .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }
  .aui .mfp-image-holder .mfp-content {
    max-width: 100%; }
  .aui .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .aui {
      /**
       * Remove all paddings around the image on small screen
       */ }
      .aui .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
      .aui .mfp-img-mobile img.mfp-img {
        padding: 0; }
      .aui .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
      .aui .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
      .aui .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .aui .mfp-img-mobile .mfp-bottom-bar:empty {
          padding: 0; }
      .aui .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
      .aui .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }
  @media all and (max-width: 900px) {
    .aui .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .aui .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .aui .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .aui .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .aui .mfp-ie7 .mfp-img {
    padding: 0; }
  .aui .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .aui .mfp-ie7 .mfp-container {
    padding: 0; }
  .aui .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .aui .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  .aui .mfp-with-zoom .mfp-container,
  .aui .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .aui .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1; }
  .aui .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .aui .mfp-with-zoom.mfp-removing .mfp-container,
  .aui .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0; }
  .aui .missing-laguage-version {
    margin: 10px; }
  .aui .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin-bottom: 0; }
  .aui .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    border-bottom: 1px solid #ecebeb;
    background-color: #000; }
  .aui .slidLeft .owl-carousel {
    left: 15px; }
  .aui .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .aui .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .aui .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .aui .owl-carousel .owl-item {
    float: left; }
  .aui .owl-controls .owl-page,
  .aui .owl-controls .owl-buttons div {
    cursor: pointer; }
  .aui .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .aui .grabbing {
    cursor: url(/pv-theme/js/owl-carousel/grabbing.png) 8 8, move; }
  .aui .owl-carousel .owl-wrapper,
  .aui .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .aui .owl-carousel {
    /* Styling Pagination*/
    /* Styling Next and Prev buttons */
    /* If PaginationNumbers is true */
    /* preloading images */ }
    .aui .owl-carousel .carousel-item img {
      display: block;
      width: 100%;
      height: auto; }
    .aui .owl-carousel .carousel-item a:hover {
      text-decoration: none; }
    .aui .owl-carousel .carousel-item .carousel-item-content {
      position: relative;
      z-index: 999;
      color: #fff;
      padding: 1.6em 1em .4em;
      max-width: 100%;
      background: black; }
      .aui .owl-carousel .carousel-item .carousel-item-content .item-text h3 {
        color: #fff;
        font-family: "Museo W01_300", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
        font-weight: 100;
        line-height: 1.1em;
        font-size: 1.2em;
        word-wrap: break-word;
        top: -14px;
        padding: 5px 10px 0 10px;
        margin-top: 0; }
      .aui .owl-carousel .carousel-item .carousel-item-content .item-tag {
        position: absolute;
        top: -16px;
        padding: .5em 1em;
        text-transform: uppercase;
        font-size: 0.73333em; }
        .aui .owl-carousel .carousel-item .carousel-item-content .item-tag.item-tag-green {
          background: #006849; }
        .aui .owl-carousel .carousel-item .carousel-item-content .item-tag.item-tag-purple {
          background: #8c0049; }
        .aui .owl-carousel .carousel-item .carousel-item-content .item-tag.item-tag-gray {
          background: #acacac; }
        .aui .owl-carousel .carousel-item .carousel-item-content .item-tag.item-tag-blue {
          background: #11295d; }
        .aui .owl-carousel .carousel-item .carousel-item-content .item-tag.item-tag-navyblue {
          background: #01499c; }
    .aui .owl-carousel .carousel-item .mobile-image {
      display: block !important; }
    .aui .owl-carousel .carousel-item .desktop-image {
      display: none !important; }
    .aui .owl-carousel .owl-pagination {
      position: absolute;
      z-index: 2;
      list-style: none;
      top: 2%;
      left: 0;
      width: 100%;
      height: 9px;
      text-align: center; }
      .aui .owl-carousel .owl-pagination .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */ }
        .aui .owl-carousel .owl-pagination .owl-page span {
          display: inline-block;
          background-color: black;
          width: 5px;
          height: 5px;
          padding: 0;
          cursor: pointer;
          border-radius: 50%;
          border: 1px solid white;
          transition: all 300ms ease-in-out;
          margin: 0 4px; }
      .aui .owl-carousel .owl-pagination .owl-page.active span,
      .aui .owl-carousel .owl-pagination .clickable .owl-page:hover span {
        background-color: white;
        border-color: black; }
    .aui .owl-carousel .owl-controls .owl-buttons {
      display: none;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .aui .owl-carousel .owl-controls .owl-buttons div {
      position: absolute;
      width: 110px;
      height: 100%;
      z-index: 2;
      color: #000;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow: hidden;
      text-indent: -999px; }
    .aui .owl-carousel .owl-controls .owl-page span.owl-numbers {
      height: auto;
      width: auto;
      color: #FFF;
      padding: 2px 10px;
      font-size: 12px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .aui .owl-carousel .owl-item.loading {
      min-height: 150px;
      background: url(/pv-theme/js/owl-carousel/AjaxLoader.gif) no-repeat center center; }
  @media (min-width: 480px) {
    .aui .owl-pagination {
      top: 8%; }
      .aui .owl-pagination .owl-page span {
        width: 9px;
        height: 9px;
        border: 2px solid white;
        margin: 0 5px; }
    .aui .owl-carousel .carousel-item .carousel-item-content .item-text h3 {
      font-size: 1.46667em;
      line-height: 1.3em; }
    .aui .owl-carousel .carousel-item .mobile-image {
      display: none !important; }
    .aui .owl-carousel .carousel-item .desktop-image {
      display: block !important; } }
  @media (min-width: 768px) {
    .aui .owl-carousel {
      background-color: transparent;
      max-height: 450px; }
      .aui .owl-carousel .carousel-item img {
        max-width: 100% !important; }
      .aui .owl-carousel .carousel-item .carousel-item-content {
        position: absolute;
        left: 0;
        padding: 1.4em 1.4em 0em 1.4em;
        max-width: 435px;
        width: 100%;
        /*background: rgba(0,0,0,0.7);*/
        margin-left: 22px;
        bottom: 22px; }
        .aui .owl-carousel .carousel-item .carousel-item-content h3, .aui .owl-carousel .carousel-item .carousel-item-content .h3 {
          line-height: 1.2em;
          font-size: 1.33333em; }
        .aui .owl-carousel .carousel-item .carousel-item-content .item-tag {
          font-size: 0.8em;
          top: -14px;
          padding: 5px 10px; }
      .aui .owl-carousel .owl-pagination .owl-page {
        top: 4%; }
      .aui .owl-carousel .owl-pagination .owl-page span {
        margin: 0 3px; } }
  @media (min-width: 1024px) {
    .aui .owl-carousel .owl-pagination {
      top: 3%; }
    .aui .owl-carousel .owl-pagination .owl-page span {
      margin: 0 3px;
      width: 10px;
      height: 10px; } }
  @media (min-width: 1200px) {
    .aui .owl-carousel {
      margin-bottom: 2.66667em; }
      .aui .owl-carousel .carousel-item .carousel-item-content {
        margin-left: 40px;
        bottom: 40px; }
      .aui .owl-carousel .owl-controls .owl-buttons {
        display: block; }
      .aui .owl-carousel .owl-controls .owl-buttons div:hover {
        transition: all 300ms ease-in-out; }
      .aui .owl-carousel .owl-controls .owl-buttons .owl-prev,
      .aui .owl-carousel .owl-controls .owl-buttons .owl-next {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 20%; }
      .aui .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: 0; }
      .aui .owl-carousel .owl-controls .owl-buttons .owl-next:hover {
        background-image: urL("/pv-theme/images/pv/icons/svg/misc/arrow_large_right_20x40.svg"); }
      .aui .owl-carousel .no-svg .owl-controls .owl-buttons .owl-next:hover {
        background-image: urL("/pv-theme/images/pv/icons/svg/misc/arrow_large_right_20x40.png"); }
      .aui .owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
        background-image: urL("/pv-theme/images/pv/icons/svg/misc/arrow_large_left_20x40.svg"); }
      .aui .owl-carousel .no-svg .owl-controls .owl-buttons .owl-prev:hover {
        background-image: urL("/pv-theme/images/pv/icons/svg/misc/arrow_large_left_20x40.png"); } }
  .aui ul.breadcrumb.breadcrumb-horizontal {
    background: transparent;
    padding-left: 0; }
  .aui ul.breadcrumb.breadcrumb-horizontal .divider {
    display: none; }
  .aui ul.breadcrumb.breadcrumb-horizontal li:before {
    color: #d1d1d1;
    /*content: '\f105';
    font-family: 'fontawesome-alloy';*/
    font-size: 1.2em;
    content: ' ';
    font-family: 'fontawesome-alloy';
    padding: 0 .5em;
    opacity: .3;
    display: inline-block;
    vertical-align: text-bottom;
    height: 18px;
    background: url(/pv-theme/images/pv/icons/svg/misc/arrow_10x18.svg) no-repeat top left; }
  .aui ul.breadcrumb.breadcrumb-horizontal li.first:before {
    content: ' ';
    padding: 0;
    margin: 0; }
  .aui ul.breadcrumb.breadcrumb-horizontal li:last-child a {
    color: #acacac !important; }
  @media (min-width: 768px) {
    .aui ul.breadcrumb.breadcrumb-horizontal {
      padding: 0;
      margin-bottom: 0; } }
  .aui .article-widget {
    margin-bottom: 1.5em; }
    .aui .article-widget .image-small + .category-name {
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }
    .aui .article-widget .image-small + .category-name + .article-name {
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }
    .aui .article-widget a {
      font-size: 0.86667em; }
    .aui .article-widget a:hover {
      text-decoration: underline; }
    .aui .article-widget img {
      margin: 0 0 1em 0; }
    .aui .article-widget .article-image {
      margin: 0 0 1em 0;
      display: block; }
    .aui .article-widget .article-image img {
      margin: 0 !important; }
    .aui .article-widget .article-image img:hover {
      opacity: .9; }
    .aui .article-widget .image-small,
    .aui .article-widget .small,
    .aui .article-widget img.image-small,
    .aui .article-widget img.small {
      margin: 0 .8em 1em 0;
      float: left; }
    .aui .article-widget .category-name {
      margin: 0;
      text-transform: uppercase;
      color: #999;
      font-size: 0.73333em;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .article-widget h2.article-name,
    .aui .article-widget h3.article-name,
    .aui .article-widget h4.article-name {
      margin: 0 0 .2em 0;
      font-size: 1em;
      color: #000;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .article-widget .article-name a {
      font-size: 1em;
      color: #000;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .aui .article-widget .article-name a:hover {
      text-decoration: none; }
    .aui .article-widget .article-caption {
      clear: both;
      font-size: 0.86667em;
      line-height: 1.35;
      margin: 0; }
    .aui .article-widget p {
      margin: .5em 0; }
  .aui .contact-widget {
    margin-bottom: 1.5em;
    border: 1px solid #d3d3d3;
    padding: 1.2em 1.33333em;
    background-color: #fbfbfb;
    font-size: 0.86667em; }
    .aui .contact-widget strong, .aui .contact-widget b {
      color: #000; }
    .aui .contact-widget p {
      margin: 0; }
  .aui .person-list .person-list-item {
    line-height: 1.6em; }
    .aui .person-list .person-list-item p {
      margin: 0; }
    .aui .person-list .person-list-item img {
      width: 100%;
      max-width: 185px; }
    .aui .person-list .person-list-item .title {
      color: #a6a6a6;
      font-size: 0.8em;
      text-transform: uppercase;
      line-height: 1.5; }
    .aui .person-list .person-list-item .name {
      color: #000;
      font-size: 1.06667em;
      font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 480px) {
    .aui .person-list .person-list-item {
      width: 48.93617021276595%;
      *width: 48.88297872340425%;
      margin: 0 0 2.12766% 0;
      padding-right: 2% !important;
      float: left; } }
  @media (min-width: 768px) {
    .aui .person-list .person-list-item {
      width: 31.914893617021278%;
      *width: 31.861702127659576%; } }
  .aui .social-share-buttons {
    margin: 1em 0;
    padding: .8em 0 .4em 0;
    /*border-top: 1px dotted #565656;
    border-bottom: 1px dotted #565656;*/ }
    .aui .social-share-buttons a {
      margin: 0 .5em 0 0;
      width: 25px;
      height: 24px; }
      .aui .social-share-buttons a .icon {
        display: none; }
      .aui .social-share-buttons a .share-title {
        display: none; }
      .aui .social-share-buttons a .share-count {
        display: none; }
    .aui .social-share-buttons .share-facebook {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_facebook.svg) no-repeat; }
    .aui .social-share-buttons .share-facebook:hover {
      background-image: url(/pv-theme/images/social-share/share_facebook_hover.png); }
    .aui .social-share-buttons .no-svg .share-facebook {
      background-image: url(/pv-theme/images/pv/icons/svg/some/some_share_facebook.png); }
    .aui .social-share-buttons .share-twitter {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_twitter.svg) no-repeat; }
    .aui .social-share-buttons .share-twitter:hover {
      background-image: url(/pv-theme/images/social-share/share_twitter_hover.png); }
    .aui .social-share-buttons .no-svg .share-twitter {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_twitter.png) no-repeat; }
    .aui .social-share-buttons .share-linkedin {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_linkedin.svg) no-repeat; }
    .aui .social-share-buttons .share-linkedin:hover {
      background-image: url(/pv-theme/images/social-share/share_linkedin_hover.png); }
    .aui .social-share-buttons .no-svg .share-linkedin {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_linkedin.png) no-repeat; }
    .aui .social-share-buttons .share-google {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_google.svg) no-repeat; }
    .aui .social-share-buttons .share-google:hover {
      background-image: url(/pv-theme/images/social-share/share_google_hover.png); }
    .aui .social-share-buttons .no-svg .share-google {
      background: transparent url(/pv-theme/images/pv/icons/svg/some/some_share_google.png) no-repeat; }
    .aui .social-share-buttons .some-print {
      display: none;
      /* ei ollut leiskassa ikonia tulostukselle.. */
      background: transparent url(/pv-theme/images/social-share/share_print.png) no-repeat; }
    .aui .social-share-buttons .some-divider {
      visibility: hidden; }
  .aui .yja-search-portlet {
    padding: 2em 1em; }
    .aui .yja-search-portlet .result-heading,
    .aui .yja-search-portlet h2.result-heading {
      font-size: 2.4em;
      font-weight: bold;
      margin-top: .8em; }
    .aui .yja-search-portlet input[type="text"] {
      height: 20px; }
    .aui .yja-search-portlet #_yjasearch_WAR_yjasearchportlet_searchWord {
      width: 65%; }
    .aui .yja-search-portlet .search-panel {
      border: 0;
      margin-top: 1em; }
      .aui .yja-search-portlet .search-panel .panel-heading {
        border: 0;
        background: transparent;
        margin-top: .8em; }
      .aui .yja-search-portlet .search-panel .panel-title {
        font-size: 1.9em; }
      .aui .yja-search-portlet .search-panel .datepicker-wrapper {
        width: 100%; }
        .aui .yja-search-portlet .search-panel .datepicker-wrapper .add-on {
          border: 0;
          background: transparent;
          margin-left: 0; }
        .aui .yja-search-portlet .search-panel .datepicker-wrapper .input-append .add-on {
          padding: 3px 5px; }
      .aui .yja-search-portlet .search-panel .select-wrapper {
        width: 100%; }
        .aui .yja-search-portlet .search-panel .select-wrapper .search-input {
          width: 90%; }
      .aui .yja-search-portlet .search-panel .chosen-container {
        padding-bottom: 1em; }
      .aui .yja-search-portlet .search-panel .chosen-container .chosen-single {
        border-radius: 0;
        color: #3c3c3c;
        padding: .4em .8em;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        width: 92%; }
      .aui .yja-search-portlet .search-panel .chosen-container .chosen-single div b {
        background-position: 2px 9px; }
      .aui .yja-search-portlet .search-panel .chosen-container .chosen-with-drop .chosen-single div b {
        background-position: -16px 9px; }
      .aui .yja-search-portlet .search-panel .filter-results {
        padding: .8em 1em; }
    .aui .yja-search-portlet .chosen {
      width: 90%; }
    .aui .yja-search-portlet .btn[type="submit"] {
      margin: 0 0 0 -5px;
      padding: 0.6em 1em;
      display: inline; }
    .aui .yja-search-portlet #limit-search-results {
      display: block; }
  .aui ul.results li {
    margin-bottom: 1.5em !important;
    border-bottom: 0 !important; }
  .aui ul.results h3,
  .aui ul.results h3 a {
    font-size: 1.2em;
    line-height: 1.4; }
  @media (min-width: 480px) {
    .aui #_yjasearch_WAR_yjasearchportlet_searchWord {
      width: 80%; } }
  @media (min-width: 768px) {
    .aui .yja-search-portlet .search-panel .select-wrapper {
      width: 45%; } }
  @media (min-width: 1200px) {
    .aui .yja-search-portlet .datepicker-wrapper {
      width: 49% !important; } }
  .aui .portlet-asset-publisher {
    /* ---------- Override Liferay margins ---------- */ }
    .aui .portlet-asset-publisher .asset-full-content .asset-content {
      margin-right: 0;
      margin-left: 0; }
  .aui .asset-content .published {
    margin-bottom: 1.2em; }
  .aui .asset-content .published .label {
    margin-top: .6em; }
  .aui .yja-tag-group {
    display: inline; }
  .aui .label,
  .aui .yja-tag {
    border: 1px solid #acacac;
    background: transparent;
    color: inherit;
    text-transform: uppercase;
    font-size: .8em;
    padding: .4em;
    display: inline-block;
    font-family: "Frutiger LT W01_65 Bold1475746", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.2;
    margin-bottom: .3em; }
    .aui .label:empty,
    .aui .yja-tag:empty {
      display: none; }
    .aui .label:hover, .aui .label:focus,
    .aui .yja-tag:hover,
    .aui .yja-tag:focus {
      text-decoration: none;
      cursor: pointer; }
  .aui .image-caption figcaption {
    margin-top: 0.53333em;
    font-size: 0.85em;
    line-height: 1.1em;
    font-family: "Frutiger LT W01_45 Ligh1475730", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui .image-caption.caption-right figcaption {
    text-align: right; }
  .aui .yja-accordion .yja-accordion-content {
    display: none;
    padding: 1.1875em;
    border: solid 1px #dddddd; }
  .aui .yja-accordion h4.yja-accordion-toggle {
    color: #8c0049;
    padding: 1.35714em 0.71429em;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
    margin-bottom: 1px;
    background: #f0f0f0;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    /** Override icon to angle **/ }
    .aui .yja-accordion h4.yja-accordion-toggle .icon-chevron-down:before {
      content: "\f107"; }
    .aui .yja-accordion h4.yja-accordion-toggle .icon-chevron-right:before {
      content: "\f105"; }
  .aui .yja-accordion .yja-accordion-content p:first-child {
    margin-top: 0; }
  .aui .yja-accordion .yja-accordion-wrapper.open .yja-accordion-content {
    display: block; }
  .aui .yja-accordion .yja-accordion-wrapper.open h4.yja-accordion-toggle {
    margin-bottom: 0; }
  .aui .maanpuolustuskorkeakoulu .yja-accordion h4.yja-accordion-toggle {
    color: #8c0049; }
  .aui .maavoimat .yja-accordion h4.yja-accordion-toggle {
    color: #006849; }
  .aui .ilmavoimat .yja-accordion h4.yja-accordion-toggle {
    color: #01499c; }
  .aui .merivoimat .yja-accordion h4.yja-accordion-toggle {
    color: #11295d; }
  .aui #pv-notice {
    position: fixed;
    top: 0;
    z-index: 999;
    color: black;
    padding: 2em;
    background: rgba(254, 199, 38, 0.92); }
    .aui #pv-notice a {
      color: black;
      text-decoration: underline; }
      .aui #pv-notice a.btn {
        color: white;
        padding: 0.4em 0.6em;
        text-decoration: none; }
  .aui .teemasivusto .event-search-portlet a {
    color: #1f499e; }
  .aui .teemasivusto .event-search-portlet a:hover {
    color: rgba(31, 73, 158, 0.7); }
  .aui .teemasivusto  
  .event-search-portlet a {
    color: #1f499e; }
  .aui .teemasivusto .feed-item.simple a {
    color: #1f499e; }
  .aui .teemasivusto .icon-chevron-right.custom,
  .aui .teemasivusto .icon-angle-right.custom {
    color: #1f499e; }
  .aui .teemasivusto .journal-content-article a {
    color: #1f499e; }
  .aui .teemasivusto .noise-releases li a {
    color: #1f499e; }
  .aui .teemasivusto .events-lifts .event-date {
    color: #1f499e; }
  .aui .teemasivusto ul.breadcrumb li a {
    color: #1f499e; }
  .aui .teemasivusto .yja-search-portlet a {
    color: #1f499e; }
  .aui .teemasivusto .logo-wrapper {
    height: 265px; }
  .aui .teemasivusto #heading {
    height: 310px; }
  .aui .teemasivusto #top-navigation li.selected,
  .aui .teemasivusto #top-navigation li:hover {
    border-top: 3px solid #1f499e; }
  .aui .teemasivusto .portlet-navigation {
    display: none; }
    .aui .teemasivusto .portlet-navigation .nav-menu {
      border: none;
      background: none; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li {
        background: #000;
        border-color: #555; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li a {
        border-left: 6px solid #000;
        color: #aaaaaa;
        padding: 10px 20px; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li.open,
      .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected {
        background-color: #000;
        padding-bottom: 0; }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.open a.open,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.open a.selected,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected a.open,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected a.selected {
          border-left: 6px solid #1f499e;
          color: #fff; }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.open li a.open,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.open li a.selected,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected li a.open,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected li a.selected {
          border-left: none; }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.open a.open.selected,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected a.open.selected {
          /*border-bottom: 1px solid #3f3f3f;*/ }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.open li a.open.selected,
        .aui .teemasivusto .portlet-navigation .nav-menu ul li.selected li a.open.selected {
          border-bottom: none; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li li a.selected {
        color: #fff; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li.open ul li a {
        padding: 0px 20px; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li .level-2 li {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 12px 0 0 0;
        margin-bottom: 0;
        background: #fff; }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li .level-2 li:last-child {
          border-bottom: none;
          padding-bottom: 10px; }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li .level-2 li a {
          border-color: #fff; }
      .aui .teemasivusto .portlet-navigation .nav-menu ul li .level-3 li {
        border-bottom: none;
        padding: 10px 0 0 0; }
        .aui .teemasivusto .portlet-navigation .nav-menu ul li .level-3 li:last-child {
          border-bottom: none; }
  .aui .teemasivusto .topbar-nav {
    border-bottom: 1px solid rgba(121, 146, 197, 0.5); }
    .aui .teemasivusto .topbar-nav ul a {
      border-right: 1px solid rgba(121, 146, 197, 0.5);
      color: #7992c5; }
  .aui .teemasivusto #sitemap-nav h4 {
    color: #7992c5; }
  .aui .teemasivusto #sitemap-nav .span2 {
    border-left: solid 1px rgba(121, 146, 197, 0.5); }
  .aui .teemasivusto #sitemap-nav .theme-sites-nav {
    border-top: dotted 1px rgba(121, 146, 197, 0.5); }
  .aui .teemasivusto .topBar {
    background: #8c0049; }
    .aui .teemasivusto .topBar h1 {
      color: #fff; }
  .aui .teemasivusto .article-widget .article-caption {
    margin: 0; }
  @media (min-width: 768px) {
    .aui .teemasivusto {
      /*.glide__content 														{ background: #000; padding-bottom: .4em; }*/ }
      .aui .teemasivusto .topbar-nav ul li a {
        color: #fff;
        opacity: .6; }
      .aui .teemasivusto .topbar-nav ul li.search a {
        color: #ffc726;
        opacity: 1; }
      .aui .teemasivusto .portlet-navigation {
        display: block; } }
  .aui .portlet-column-content.empty {
    padding: 0; }
  .aui .signed-out .row-fluid [class*="span"] {
    min-height: 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 .controls-visible.signed-in:hover,
  .aui .controls-visible.signed-in .controls-visible.signed-in:focus {
    border-color: #666; }
  .aui .tag-cloud-container {
    border-top: 1px solid #eaeaea; }
  .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;
    margin: 20px 30px !important; }
  @media print {
    .aui {
      @page {
        margin: 2cm; }
 }
      .aui body {
        background-color: #fff; }
      .aui body, .aui article {
        width: 100%;
        margin: 0;
        padding: 0; }
      .aui nav, .aui aside,
      .aui #navbar,
      .aui header,
      .aui footer,
      .aui .breadcrumb,
      .aui .mobile-search-bar,
      .aui .page-tools,
      .aui .top-image-bar,
      .aui .right-sidebar,
      .aui .portlet-column-only {
        display: none !important; }
      .aui #wrapper {
        max-width: 100%; }
      .aui #content {
        padding: 0;
        margin: 0;
        background: #fff !important; }
      .aui .content,
      .aui .content .portlet-column {
        width: 100% !important;
        margin: 0; }
      .aui .site-header {
        border: 0px; }
      .aui h2, .aui h3, .aui ul, .aui img {
        page-break-after: avoid; }
      .aui img {
        max-width: 100% !important; }
      .aui article {
        page-break-before: always; }
      .aui .content a {
        font-weight: bolder;
        text-decoration: none; }
      .aui .content a[href^=http]:after {
        content: " <" attr(href) "> "; }
      .aui .content a[href^="#"]:after {
        content: ""; }
      .aui .glide,
      .aui .owl-carousel {
        display: none !important; }
      .aui .news-tiles .desktop-image {
        opacity: .1 !important; } }