/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

a {
  color: #28b532;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

button {
  cursor: pointer;
  vertical-align: middle; }

dd {
  margin-left: 0.75em; }

dl {
  margin-bottom: 1.75em; }

dt {
  font-weight: bold;
  margin-top: 0.5em; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

form {
  margin: 0 0 1.5em; }

h1 {
  font-size: 2em;
  line-height: 1.45; }

h2 {
  font-size: 1.75em;
  line-height: 1.45; }

h3 {
  font-size: 1.5em;
  line-height: 1.45; }

h4 {
  font-size: 1.25em;
  line-height: 1.45; }

h5 {
  font-size: 1em;
  line-height: 1.45; }

h6 {
  font-size: 1em;
  line-height: 1.45; }

input {
  width: 16.5em; }

input[type="button"] {
  cursor: pointer;
  padding: 0.5em 0.75em;
  width: auto; }

input[type="checkbox"] {
  cursor: pointer;
  margin: 0.25em 0.25em 0 0;
  vertical-align: middle;
  width: auto; }

input[type="file"] {
  background-color: transparent;
  color: #8d8d8d;
  display: inline-block;
  vertical-align: middle; }

input[type="radio"] {
  cursor: pointer;
  vertical-align: middle;
  width: auto; }

input[type="password"] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  display: inline-block;
  padding: 0.5em;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle; }

input[type="password"]:focus {
  border-color: rgba(40, 181, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 181, 50, 0.8);
  outline: none; }

input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  display: inline-block;
  padding: 0.5em;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle; }

input[type="text"]:focus {
  border-color: rgba(40, 181, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 181, 50, 0.8);
  outline: none; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
[readonly],
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed; }

label {
  color: #555;
  cursor: pointer;
  display: block;
  margin-bottom: 0.25em; }

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

legend {
  border-color: #e5e5e5;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333;
  display: block;
  font-size: 1.75em;
  line-height: 2em;
  margin-bottom: 1.75em;
  padding: 0;
  width: 100%; }

select {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  cursor: pointer;
  display: inline-block;
  padding: 0.33333em;
  vertical-align: middle;
  width: 18em; }

small {
  font-size: 0.91667em; }

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }

textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  display: inline-block;
  overflow: auto;
  padding: 0.75em;
  vertical-align: middle;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }

textarea:focus {
  border-color: rgba(40, 181, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 181, 50, 0.8);
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

ul.unstyled {
  list-style: none;
  margin-left: 0; }

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

.aui .diagram-builder .diagram-builder-field {
  border-radius: 0;
  height: 5.25em;
  width: 6.5em; }

.aui .diagram-builder .tabbable {
  margin-left: 0;
  width: 22.5em; }

.aui .diagram-builder .tab-pane {
  height: 45em; }

.aui .diagram-builder-content {
  min-height: 35em; }

.aui .diagram-builder-content-container {
  padding-left: 22.5em; }

.aui .diagram-builder-drop-container {
  height: 50em; }

.aui .diagram-builder-field-icon {
  height: 1.25em;
  width: 1.25em; }

.aui .diagram-builder-fields-container {
  margin: 0.5em; }

.aui .field-wrapper .btn {
  margin-top: 0; }

.aui .field-wrapper .control-label {
  color: #555;
  display: block;
  font-size: 1.25em;
  line-height: normal;
  margin: 0.5em 0; }

.aui .form-builder .diagram-builder-drop-container {
  padding-bottom: 2em; }

.aui .form-builder .tab-pane {
  padding-bottom: 0.75em; }

.aui .form-builder-field {
  border-radius: 0;
  margin: 0.75em 0.5em 0;
  padding: 1em; }

.aui .form-builder-field label {
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-right: 0.5em; }

.aui .form-builder-field .field-checkbox {
  margin: 0 0.25em 0 0; }

.aui .form-builder-field .form-builder-field-node {
  display: inline-block; }

.aui .form-builder-field .field-radio {
  margin: 0 0.25em 0 0; }

.aui .form-builder-field .toolbar {
  right: 0.5em;
  top: 0.5em; }

.aui .table-property-list {
  margin-top: 0.5em; }

.aui .table-sort-indicator {
  height: 0.75em;
  width: 0.75em; }

.aui .table-sort-liner {
  padding-right: 1.25em; }

.aui .tree-node-content .tree-hitarea {
  color: #999;
  cursor: pointer;
  font-size: 0.75em;
  padding-right: 0.5em; }

.aui .tree-node-content .tree-label {
  margin-left: 0.25em; }

.btn {
  background-color: #f1f1f1;
  border-color: #cfcfcf #cfcfcf #b5b5b5;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 0.5em 0.75em;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

.btn:hover, .btn:focus {
  background-color: #eaeaea;
  color: #333;
  outline: none;
  text-decoration: none; }

.btn:active, .btn.active {
  background-color: #eaeaea;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  outline: none;
  text-decoration: none; }

.btn.disabled, .btn[disabled] {
  background-color: #eaeaea;
  box-shadow: none;
  color: #333;
  cursor: default;
  opacity: 0.4; }

.btn.close {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0.2;
  padding: 0; }

.btn > * {
  vertical-align: middle; }

.btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap; }

.btn-group > * {
  font-size: 1rem; }

.btn-group > .btn {
  font-size: 1rem; }

.btn-primary {
  background-color: #50a2f5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #4a96e8;
  color: #fff; }

.btn-toolbar {
  margin: 0.75em 0; }

.button-holder {
  margin: 1.5em 0; }

.caret {
  border-left: 0.33333em solid transparent;
  border-right: 0.33333em solid transparent;
  border-top: 0.33333em solid #000;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0; }

.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  display: table; }

.collapse {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease 0s; }

.container {
  content: "";
  display: table;
  margin: 0 auto; }

.dropdown {
  position: relative; }

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 13.5em;
  padding: 0.25em 0;
  position: absolute;
  top: 100%;
  z-index: 1000; }

.dropdown-menu > li > a {
  display: block;
  padding: 0.5em 1.25em;
  white-space: nowrap; }

.dropdown-menu > li.portlet-close > a {
  color: #c00;
  font-weight: bold; }

.dropdown-menu > li > a > * {
  vertical-align: middle; }

.dropdown-menu > li > a:hover, .dropdown .dropdown-menu > li > a:focus {
  background-color: #0db5e7;
  background-image: linear-gradient(to bottom, #0ebdf1, #0caad9);
  background-repeat: repeat-x;
  color: #fff; }

.dropdown.open > .dropdown-menu {
  display: block; }

.dropdown.open > .dropdown-toggle, .dropdown.active > .dropdown-toggle, .dropdown.open.active > .dropdown-toggle {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #555; }

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline label {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle; }

.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 0.25em; }

.form-inline .radio input[type="radio"] {
  float: left;
  margin-left: 0;
  margin-right: 0.25em; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .input-append .advanced-search .search-query {
  padding-left: 3em; }

.form-search .input-append .advanced-search .toggle-advanced {
  padding: 0.5em; }

.form-search .input-append .advanced-search .toggle-advanced .caret {
  margin-top: 0.25em; }

.hide {
  display: none; }

.hide-accessible {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute; }

.img-polaroid {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0.25em; }

.input-append,
.input-prepend {
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.75em;
  vertical-align: middle;
  white-space: nowrap; }

.input-append input, .input-append button, .input-append span,
.input-prepend input, .input-prepend button, .input-prepend span {
  font-size: 1rem; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"] {
  display: inline-block; }

.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top; }

.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on,
.input-prepend .add-on {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #8d8d8d;
  display: inline-block;
  font-weight: normal;
  margin-left: -1px;
  min-width: 1.25em;
  padding: 0.5em;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: top;
  width: auto; }

.input-flex-add-on .add-on {
  float: left;
  margin-top: -1px; }

.input-flex-add-on .input-localized-content {
  padding-top: 0.75em; }

.input-localized .input-localized-content {
  margin-left: 0.5em;
  margin-top: 0.5em; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

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

.input-large {
  width: 18em; }

.input-mini {
  width: 6em; }

.input-small {
  width: 8em; }

.lfr-add-panel .add-content-menu .accordion {
  margin-bottom: 1.5em; }

.lfr-add-panel .add-content-menu .accordion .accordion-group .accordion-inner {
  background-color: #fcfcfc;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 0 0 1px; }

.lfr-add-panel .add-content-menu .fieldset {
  margin-top: 1.5em; }

.lfr-add-panel .add-content-menu .lfr-add-apps-legend li {
  padding: 0.25em 0; }

.lfr-add-panel .add-content-menu .lfr-content-item {
  color: #009ae5;
  padding-left: 1em; }

.lfr-add-panel .add-content-menu .lfr-content-item .add-content-item {
  margin-right: 1em;
  top: 0.5em; }

.lfr-add-dialog .add-content-menu .drag-content-item,
.lfr-add-panel .add-content-menu .drag-content-item {
  padding: 0.5em 0; }

.lfr-add-panel .add-content-menu .lfr-content-item:focus, .aui .lfr-add-panel .add-content-menu .lfr-content-item:hover {
  background-color: #e5f5fc; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-options {
  margin: 0.75em 0.75em 0 2em;
  padding-bottom: 0.25em; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title label {
  margin: 0;
  padding: 0; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title .control-group {
  margin-bottom: 0.75em; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title .lfr-page-template-description {
  line-height: normal;
  padding-left: 2.16667em;
  padding-right: 1.66667em; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title.active {
  background-color: #0db5e7;
  color: #fff; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title.active .lfr-page-template-description {
  color: #fff; }

.lfr-add-panel .add-content-menu .lfr-page-template .toggler-header.active.lfr-page-template-title label {
  background-color: transparent; }

.lfr-add-panel .add-content-menu .template-selector legend {
  color: #555;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts label {
  line-height: 2em;
  margin-bottom: 1em; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts label > * {
  vertical-align: middle; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts .form-inline {
  display: inline-block;
  margin-bottom: 0; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts .layout-template-entry {
  margin-left: 1em; }

.lfr-admin-panel {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 0;
  overflow: auto;
  padding: 1.25em;
  position: fixed;
  top: 0;
  z-index: 1100; }

.lfr-admin-panel.lfr-add-panel {
  width: 30em; }

.lfr-admin-panel.lfr-add-panel .add-content-menu .btn-toolbar .control-group-inline {
  margin-right: 0.25em; }

.lfr-admin-panel.lfr-add-panel .add-content-menu .btn-toolbar .btn-group {
  margin-right: 0.25em; }

.lfr-admin-panel.lfr-device-preview-panel {
  width: 20em; }

.lfr-admin-panel.lfr-edit-layout-panel {
  width: 35em; }

.lfr-admin-panel h1 {
  color: #009ae5;
  font-weight: normal; }

.lfr-admin-panel .nav {
  margin: 0 0 1.25em; }

.lfr-device-preview-panel .lfr-device-item {
  height: 5em;
  padding: 1em 0.5em; }

.lfr-device-preview-panel .lfr-device-item .device-info {
  height: 5em;
  padding-left: 6em; }

.lfr-device-preview-panel .lfr-device-item .device-info .device-dimensions {
  font-size: 1.16667em; }

.lfr-edit-layout-panel .navbar {
  margin-top: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion {
  background-color: #fff;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 0 1px;
  margin: 2em 0 3em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group {
  border-width: 0;
  margin-bottom: 0; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group .accordion-heading {
  cursor: pointer; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group .accordion-inner {
  background-color: #fcfcfc;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.5em 0 1.25em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group.lfr-panel-extended .accordion-inner {
  padding: 1.25em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group .toggler-header {
  background-color: #f2f2f2;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 1px 0;
  margin-top: -1px;
  padding: 0.5em 0.75em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .toggler-content-expanded {
  border-width: 0; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .toggler-content-expanded .input-append {
  font-size: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts label {
  line-height: 2em;
  margin-bottom: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts label > * {
  vertical-align: middle; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts .form-inline {
  display: inline-block;
  margin-bottom: 0; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts .layout-template-entry {
  margin-left: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .lfr-theme-options,
.lfr-edit-layout-panel .taglib-form-navigator .lfr-inherit-theme-options {
  padding: 0.75em 1.5em; }

.lfr-has-add-content {
  padding-left: 32.5em; }

.lfr-has-device-preview {
  padding-left: 12.5em; }

.lfr-has-edit-layout {
  padding-left: 37.5em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding-right: 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-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0.75em; }

.lfr-tag-selector-popup label {
  padding: 0.5em 0; }

.lfr-tree li {
  margin-bottom: 0;
  padding-left: 0; }

.lfr-tree li.tree-node .tree-node-content {
  margin-bottom: 0.5em; }

.lfr-tree .tree-node .tree-node-selected .tree-label {
  background-color: #e4f5fc;
  padding: 0.25em; }

.lfr-tree .tree-container,
.lfr-tree .tree-root-container {
  margin-left: 1.25em; }

.modify-link > span > * {
  vertical-align: middle; }

.nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav > li > a {
  display: block; }

.nav > .disabled > a {
  color: #999; }

.navbar {
  margin-bottom: 2em;
  overflow: visible; }

.navbar-inner {
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #f9f9f9, #f3f3f3);
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  padding: 0 1.25em; }

.navbar-search {
  margin-bottom: 0;
  margin-top: 0.25em;
  position: relative; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

.navbar .container .btn,
.navbar .container .btn .icon-bar {
  box-shadow: 0 1px 0 #fff; }

.navbar .btn-navbar {
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, #ececec, #e6e6e6);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  color: #fff;
  display: none;
  float: right;
  margin: 0 0.25em;
  padding: 0.75em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: #ddd; }

.navbar .btn-navbar .icon-bar {
  background-color: #656565;
  box-shadow: 0 1px 0 #fff;
  display: block;
  height: 2px;
  width: 1.25em; }

.navbar .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .container {
  width: 100%; }

.navbar .nav {
  display: block;
  float: left;
  list-style: none;
  margin: 0 1.25em 0 0;
  position: relative; }

.navbar .nav > li {
  float: left; }

.navbar .nav li > a {
  color: #555;
  padding: 0.75em 1.25em;
  word-break: break-all; }

.navbar .nav li > a:hover, .navbar .nav li > a:focus {
  text-decoration: none; }

.navbar .nav li > a > * {
  vertical-align: middle; }

.navbar .nav > li > .dropdown-menu::before {
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  display: inline-block;
  left: 0.5em;
  position: absolute;
  top: -0.5em; }

.navbar .nav > li > .dropdown-menu::after {
  border-bottom: 0.5em solid #fff;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  display: inline-block;
  left: 0.5em;
  position: absolute;
  top: -0.5em; }

.nav-collapse {
  clear: both; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.nav-list {
  margin-bottom: 0;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.nav-list > li > a {
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding: 1em 1.5em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
  text-decoration: none; }

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: #0af;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none; }

.nav-pills::after, .nav-pills::before {
  clear: both;
  content: "";
  display: table; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  line-height: 1em;
  padding: 1em; }

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #eee;
  text-decoration: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #0af;
  color: #fff;
  text-decoration: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em; }

.nav-tabs::after, .nav-tabs::before {
  clear: both;
  content: "";
  display: table; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  line-height: 1em;
  margin-right: 2px;
  padding: 0.75em 1em; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  background-color: #fff;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: default; }

.open > .dropdown-menu {
  display: block; }

.overlay-hidden {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute; }

.pill-content > .pill-pane {
  display: none; }

.pill-content > .active {
  display: block; }

.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  max-width: 23em;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1010; }

.popover.bottom {
  margin-top: 0.75em; }

.popover-content {
  padding: 0.75em 1.25em; }

.popover-hidden {
  display: none; }

.pull-right {
  float: right; }

.radio {
  min-height: 1.5em; }

.radio.inline {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 0 0;
  vertical-align: middle; }

.separator {
  border-color: #bfbfbf transparent #fff;
  border-style: solid;
  border-width: 1px 0;
  margin: 2.5em auto; }

.table {
  background-color: transparent;
  border-spacing: 0;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }

.table th, .table td {
  border-top: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
  vertical-align: top; }

.table td {
  background-color: #f9f9f9; }

.table th {
  background-color: #f0efef;
  font-weight: bold;
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: none; }

.table-bordered {
  border-collapse: separate;
  border-color: #ddd #ddd #ddd -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0; }

.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd; }

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: none; }

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #fff; }

.tab-content {
  overflow: auto; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.taglib-form-navigator ul.form-navigator.well {
  float: right; }

.taglib-form-navigator .form-navigator-content {
  overflow: visible; }

.taglib-icon-help img {
  opacity: 0.5;
  vertical-align: top; }

.taglib-page-iterator .lfr-pagination-config {
  line-height: normal; }

.tooltip {
  display: block;
  line-height: 1.4;
  max-width: 20em;
  position: absolute;
  visibility: visible;
  z-index: 1030; }

.tooltip.top {
  margin-top: -3px;
  padding: 0.25em 0; }

.tooltip-inner {
  background-color: #fdfaec;
  border: 1px solid #b0ad95;
  color: #535353;
  max-width: 20em;
  text-align: left;
  word-wrap: break-word;
  text-decoration: none; }

.tooltip-content {
  border-width: 1px;
  box-shadow: 4px 4px 14px #777;
  padding: 0.75em;
  position: relative; }

.well {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 1.5em;
  min-height: 1.5em;
  padding: 1.5em; }

/* ---------- Dragging/sorting indicators ---------- */
/* ---------- Portal tool tips ---------- */
/* ---------- Tags ---------- */
/* ---------- Tag cloud and tag list ---------- */
.tag-cloud .tag-popularity-1 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-2 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-3 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-4 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-5 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-6 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }

/* ---------- Underlay ---------- */
/* ---------- Tabs ---------- */
/* ---------- Miscellaneous ---------- */
/* ---------- Menus ---------- */
/* ---------- Loading mask ---------- */
/* ---------- Tree view ---------- */
/* ---------- Page customization ---------- */
/* ---------- Pagination ---------- */
/* ---------- Inline editing ---------- */
.portlet-column-content.empty {
  padding: 4em; }

.portlet-dockbar .navbar {
  background-color: #118ade;
  background-image: linear-gradient(#118ade 0px, #118ade 47%, #1273c7 100%);
  height: 3.5em;
  left: 0;
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%; }

.portlet-dockbar .dockbar .navbar-inner {
  border: none;
  padding: 0 3em; }

.portlet-dockbar .dockbar .navbar-inner .container {
  display: block; }

.portlet-dockbar .dockbar .navbar-inner .container .btn {
  display: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li {
  display: inline-block;
  float: none;
  height: 3.5em;
  vertical-align: top; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a {
  color: #fff;
  height: 1.5em;
  padding: 1em 1.25em;
  text-shadow: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a > [class*="icon-"] {
  font-size: 1.25em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a:focus,
.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a:hover {
  background-color: #2fa4f5;
  text-decoration: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > ul {
  display: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul {
  background-color: #009ae5;
  border: medium none;
  display: block;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0.5em 0;
  position: absolute; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul::after {
  border: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul::before {
  border: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li {
  margin: 0;
  padding: 0;
  text-align: left; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > a {
  color: #fff;
  display: block;
  padding: 0.5em 1.25em;
  text-shadow: none;
  white-space: nowrap; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > a:hover {
  background-color: #2fa4f5;
  text-decoration: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li {
  margin: 0;
  padding: 0;
  text-align: left; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li > a {
  color: #fff;
  display: block;
  padding: 0.5em 0 0.5em 3.5em;
  text-shadow: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li > a:hover {
  background-color: #2fa4f5;
  text-decoration: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li > a > [class*="icon-"] {
  font-size: 0.833em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav-add-controls {
  height: 3.5em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav-account-controls {
  float: right;
  height: 3.5em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav-collapse {
  clear: none; }

.portlet-dockbar .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
  background-color: #0ea6f9;
  box-shadow: none;
  color: #fff; }

.portlet-dockbar .dockbar .user-avatar .user-avatar-image {
  height: 2.5em;
  margin-top: -0.5em;
  vertical-align: top; }

.dockbar-split .portlet-dockbar .dockbar {
  height: 0;
  position: absolute; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav {
  border-bottom-width: 0; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls {
  background-color: transparent;
  border-top-width: 0;
  left: 0;
  position: fixed;
  top: 10%;
  z-index: 350; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li {
  display: block;
  margin: 0.75em;
  position: relative; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a {
  background-color: #45cbf5;
  height: auto;
  line-height: 2em;
  margin: 0 0.5em 0 0;
  padding: 0.75em;
  text-align: center; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
  font-size: 2em; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
  background-color: #333;
  display: none;
  left: 100%;
  margin-left: 0.25em;
  margin-top: -1em;
  padding: 0 1.5em;
  position: absolute;
  top: 50%;
  white-space: nowrap; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
  display: block; }

.dockbar-split .portlet-dockbar .dockbar.navbar-static-top .collapse {
  position: relative; }

.dockbar-split .portlet-dockbar .dockbar.navbar-static-top .collapse .nav-account-controls {
  background-color: #118ade;
  border-top: 1px solid #00aeff;
  left: auto;
  margin-right: 0;
  padding: 0;
  position: fixed;
  right: 5em;
  z-index: 325; }

/* --------------------------------------------------------------------------*/
/* portlet - notifications */
/* --------------------------------------------------------------------------*/
.dockbar-user-notifications {
  position: relative; }

.dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  background-color: #0066b3;
  border: 1px solid #0066b3;
  border-radius: 4px;
  display: inline;
  line-height: 1em;
  margin: 0;
  padding: 0.25em 0.75em;
  vertical-align: middle; }

.dockbar-user-notifications .dockbar-user-notifications-container > ul {
  display: none; }

.dockbar-user-notifications .dockbar-user-notifications-container.open > ul {
  background-color: #009ae5;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0.75em;
  position: absolute; }

.aui .dockbar .nav li.dropdown.dockbar-user-notifications .dropdown-menu {
  left: auto;
  max-height: none;
  right: 0;
  width: 35em; }

.dockbar-user-notifications .actionable, .dockbar-user-notifications .non-actionable {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1.25em; }

.dockbar-user-notifications .user-notifications-header {
  border-bottom: 1px solid #2aaae6;
  min-height: 3.5em;
  padding: 0 1.25em; }

.dockbar-user-notifications .user-notifications-header > span {
  line-height: 3em; }

.dockbar-user-notifications .user-notifications-list .user-notifications {
  clear: both; }

/* ---------- Add/remove page ---------- */
/* ---------- Navigation portlet ---------- */
/* ---------- Page template selector ---------- */
body:first-of-type .portlet-borderless-bar {
  transition: opacity 0.5s ease 0.15s; }

body:first-of-type .portlet-borderless-bar .portlet-actions {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease 0s;
  white-space: nowrap; }

body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar {
  transition: opacity 0.5s ease 0s; }

body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 42em; }

body:first-of-type .portlet-content .lfr-icon-actions {
  transition: opacity 0.5s ease 0.15s; }

body:first-of-type .portlet-content:hover .lfr-icon-actions {
  transition: opacity 0.5s ease 0s; }

body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease-in 0.2s;
  white-space: nowrap; }

body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 17em;
  transition: max-width 0.3s ease 0s; }

.alert,
.alert-info,
.portlet-msg-alert,
.portlet-msg-error,
.portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress,
.portlet-msg-success {
  margin-bottom: 2em;
  padding: 0.75em 2.5em 0.75em 0.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  word-wrap: break-word; }

.alert,
.portlet-msg-alert {
  background-color: #fffbdc;
  border: 1px solid #f1d875;
  color: #bf7900; }

.alert-danger,
.alert-error,
.portlet-msg-error {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }

.alert-info,
.portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress {
  background-color: #cef1fc;
  border-color: #9ee3f9;
  color: #12718f; }

.alert-success,
.portlet-msg-success {
  background-color: #f1fbd1;
  border-color: #bce830;
  color: #488f06; }

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

.lfr-configurator-visibility .portlet-topper {
  background-color: #a9a9a9; }

.lfr-portlet-proxy .portlet-topper {
  background-color: #118ade;
  padding: 1em; }

.lfr-portlet-proxy .portlet-title {
  padding: 0; }

.portlet-borderless .portlet-topper .portlet-topper-toolbar a {
  color: #fff; }

.portlet-borderless-bar {
  background-color: transparent;
  box-shadow: 0 1px 3px black inset;
  color: #fff;
  font-size: 0.83333em;
  height: 0;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  width: 100%;
  z-index: 200; }

.portlet-borderless-bar a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5em;
  vertical-align: middle; }

.portlet-borderless-bar a:focus, .portlet-borderless-bar a:hover {
  text-decoration: none; }

.portlet-borderless-bar a i {
  vertical-align: top; }

.portlet-borderless-bar .portlet-actions {
  background-color: #333;
  box-shadow: 2px 1px 2px black inset;
  float: right;
  min-height: 1.75em;
  padding: 0 0.5em; }

.portlet-borderless-bar .portlet-actions .portlet-action,
.portlet-borderless-bar .portlet-actions .portlet-options {
  display: inline-block; }

.portlet-borderless-bar .portlet-actions .portlet-options a .caret {
  display: none; }

.portlet-borderless-bar .portlet-actions .portlet-options a .lfr-icon-menu-text {
  display: none; }

.portlet-borderless-bar .portlet-action-separator {
  display: none; }

.portlet-borderless-bar .portlet-title-default {
  background-color: #333;
  box-shadow: -2px 1px 2px black inset;
  min-height: 1.75em; }

.portlet-borderless-container {
  margin-bottom: 1em;
  min-height: 2.5em;
  padding: 0;
  position: relative; }

.portlet-content .lfr-icon-actions {
  background-color: #333;
  box-shadow: 0 1px 3px black inset;
  color: #fff;
  text-shadow: -1px -1px black; }

.portlet-content .lfr-icon-actions .lfr-icon-action a {
  vertical-align: middle; }

.portlet-content .lfr-icon-actions .lfr-icon-action-add a::before {
  content: "\f067";
  font-family: font-awesome-alloy;
  font-style: normal; }

.portlet-content .lfr-icon-actions .lfr-icon-action-configuration a::before {
  content: "\f013";
  font-family: font-awesome-alloy;
  font-style: normal; }

.portlet-content .lfr-icon-actions .lfr-icon-action a img {
  display: none; }

.portlet-content {
  border-color: #eaeaea;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 1em; }

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

.portlet-content .lfr-icon-actions {
  float: left;
  opacity: 0.5;
  padding: 0.25em 0.5em; }

.portlet-content .lfr-icon-actions .taglib-text {
  color: #fff;
  display: none;
  font-weight: bold;
  margin-right: 1em;
  text-decoration: none;
  vertical-align: middle; }

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

.portlet-draggable .portlet-title-default {
  cursor: move; }

.portlet-draggable .portlet-title-default::before {
  content: "\f047";
  font-family: font-awesome-alloy;
  font-style: normal;
  margin-right: 0.5em; }

.portlet-title {
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0 6em 0 0.75em; }

.portlet-title i {
  display: none; }

.portlet-title img {
  display: none; }

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

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

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

.portlet-topper {
  background-color: #d3d3d3;
  color: #fff;
  padding: 0.75em;
  position: relative; }

.portlet-topper .portlet-topper-toolbar {
  font-size: 0.833em;
  margin: -0.75em 0 0;
  padding: 0;
  position: absolute;
  right: 0.75em;
  text-align: right;
  top: 50%;
  z-index: 300; }

.portlet-topper .portlet-topper-toolbar a:focus, .portlet-topper .portlet-topper-toolbar a:hover {
  text-decoration: none; }

.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  color: transparent;
  font-size: 0; }

.portlet-topper .portlet-topper-toolbar .portlet-options .dropdown-toggle .caret {
  display: none; }

/* document library */
.portlet-document-library .diagram-builder-field-icon {
  font-size: 2em; }

/* dynamic data mapping */
.portlet-dynamic-data-mapping .diagram-builder-field-icon {
  font-size: 2em; }

@media (max-width: 979px) {
  .aui input[type="color"],
  .aui input[type="date"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="email"],
  .aui input[type="month"],
  .aui input[type="number"],
  .aui input[type="password"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="text"],
  .aui input[type="time"],
  .aui input[type="url"],
  .aui input[type="week"],
  .aui select,
  .aui textarea,
  .aui .input-prepend .add-on,
  .aui .navbar-search .search-query,
  .aui .uneditable-input {
    font-size: inherit;
    height: inherit;
    line-height: inherit; }

  .aui .btn {
    font-size: 1rem;
    padding: 0.5em 0.75em; }

  .dockbar-split .portlet-dockbar .dockbar {
    height: auto;
    position: relative; }

  .dockbar-split .portlet-dockbar .dockbar.navbar-static-top .collapse .nav-account-controls {
    background-color: #009ae5;
    border: none;
    position: absolute;
    right: -1em;
    z-index: 400; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li {
    margin: 0; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a {
    background-color: transparent;
    line-height: normal;
    margin: 0;
    padding: 1em 1.25em;
    text-align: left; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
    background-color: transparent;
    display: inline;
    margin: 0;
    padding: 0;
    position: static; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
    display: inline; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
    font-size: 1.25em; }

  .dockbar-user-notifications .dropdown-toggle .user-notifications-count {
    display: block; }

  .navbar .container .btn {
    margin: 0.25em 0; }

  .portlet-dockbar {
    display: inline-block;
    width: 100%; }

  .portlet-dockbar .dockbar {
    float: right;
    height: auto;
    width: auto;
    z-index: 401; }

  .portlet-dockbar .dockbar .navbar-inner {
    background-color: #118ade;
    background-image: linear-gradient(#118ade 0px, #118ade 47%, #1273c7 100%);
    padding: 0 1em; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 1.5em;
    height: 2em;
    line-height: 1.5em;
    margin: 0.125em 0;
    padding: 0;
    text-shadow: none;
    vertical-align: middle;
    width: 2em; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn:hover {
    background-color: #5bbae8; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn.open {
    background-color: #f5af45; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn .user-avatar-image {
    position: relative;
    top: 2px;
    width: 0.83333em; }

  .portlet-dockbar .dockbar .navbar-inner .container .nav > li.divider-vertical {
    display: none; }

  .portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul {
    box-shadow: none;
    position: static; }

  .portlet-dockbar .dockbar .navbar-inner .nav-collapse > .nav {
    background-color: #009ae5;
    border: medium none;
    height: auto;
    left: auto;
    margin: 0;
    min-width: 15em;
    position: absolute;
    right: -1em;
    z-index: 400; }

  .portlet-dockbar .dockbar .navbar-inner .container .nav > li {
    display: block;
    height: auto; }

  .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
    display: none; } }
@font-face {
  font-family: 'font-awesome';
  src: url("/nfh-cp-wood-theme/css/../fonts/font-awesome.eot?v=4.5.0");
  src: url("/nfh-cp-wood-theme/css/../fonts/font-awesome.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/nfh-cp-wood-theme/css/../fonts/font-awesome.woff2?v=4.5.0") format("woff2"), url("/nfh-cp-wood-theme/css/../fonts/font-awesome.woff?v=4.5.0") format("woff"), url("/nfh-cp-wood-theme/css/../fonts/font-awesome.ttf?v=4.5.0") format("truetype"), url("/nfh-cp-wood-theme/css/../fonts/font-awesome.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

/**
 * jQuery Enhanced Lightbox plugin
 * This jQuery plugin is based on jQuery lightBox 0.5 by Leandro Vieira (http://leandrovieira.com/projects/jquery/lightbox/).
 * @name jquery-enlightbox.js
 * @author Eduardo Morais - http://www.eduardomorais.com
 * @version 1.1
 * @date February 19, 2012
 * @category jQuery plugin
 * @copyright (c) 2011-2012 Eduardo Morais, based on the work of Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 3.0 Unported - http://creativecommons.org/licenses/by-sa/3.0/
 * @example Visit http://www.eduardomorais.com/code/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 500px;
  overflow: hidden; }

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  line-height: 0;
  padding-bottom: 120px; }

#jquery-lightbox a img {
  border: none; }

#lightbox-container-image-box {
  position: relative;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.8);
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#lightbox-container-image {
  padding: 5px 0; }

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  cursor: crosshair; }

#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

#lightbox-nav a {
  outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext, #lightbox-nav-btnZoom {
  height: 100%;
  zoom: 1;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  cursor: pointer; }

#lightbox-nav-btnPrev {
  width: 25%;
  left: 0;
  position: absolute; }

#lightbox-nav-btnZoom {
  width: 50%;
  left: 25%;
  position: absolute; }

#lightbox-nav-btnNext {
  width: 25%;
  right: 0;
  position: absolute; }

#lightbox-container-image-data-box {
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  overflow: auto;
  width: 100%;
  min-width: 600px;
  padding: 0 5px;
  position: fixed;
  z-index: 1001;
  bottom: 0; }

#lightbox-container-image-data {
  padding: 10px 0 10px 5px;
  color: #DDD; }

#lightbox-container-image-data #lightbox-image-details {
  width: 100%;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; }

#lightbox-image-details-caption {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 10px; }

#lightbox-image-details-caption a {
  color: #FFF;
  border-bottom: 1px dotted #666; }

#lightbox-image-details-caption a:hover {
  color: #F22;
  border-bottom: transparent; }

#lightbox-image-details-caption .lightbox-title {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  font-weight: normal;
  font-size: 20px;
  display: block;
  padding-bottom: 10px; }

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 10px;
  color: #999; }

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  opacity: 0.4;
  position: relative;
  bottom: 4px; }

#lightbox-secNav-btnClose:hover {
  opacity: 1; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 350px;
  position: relative;
  direction: ltr;
  background-color: white; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(/nfh-cp-wood-theme/css/grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(/nfh-cp-wood-theme/css/grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/nfh-cp-wood-theme/css/blank.gif); }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #FFFFF;
  color: #f3f3f3; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("/nfh-cp-wood-theme/css/../images/royalslider/skins/default/rs-default.png");
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault.rsFullscreen {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  border: none; }

.rsDefault.rsFullscreen .rsThumbsHor {
  background-color: #080808;
  bottom: 0;
  height: auto;
  position: absolute; }

.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  border-left: 10px solid #FFFFFF;
  width: 125px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 125px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #FFFFFF; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 28px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/nfh-cp-wood-theme/css/../images/royalslider/skins/default/rs-default.png"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -104px -39px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -104px -73px; }

.rsDefault .rsThumbsArrowDisabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }

  .rsDefault .rsThumbsHor {
    height: 44px; }

  .rsDefault .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/nfh-cp-wood-theme/css/../images/royalslider/skins/default/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(/nfh-cp-wood-theme/css/../images/royalslider/skins/default/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/nfh-cp-wood-theme/css/../images/royalslider/skins/default/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/nfh-cp-wood-theme/css/../images/royalslider/skins/preloaders/preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  background-color: #000000;
  bottom: 0;
  color: #FFFFFF;
  font-size: 13px;
  opacity: 0.8;
  padding: 2px 8px;
  position: absolute;
  text-align: left;
  width: auto;
  z-index: 300; }

/* ========== base ========== */
#additional-footer {
  margin: 0 auto;
  max-width: 116.667em; }

#additional-footer-inner {
  margin: 0 auto;
  max-width: 80em; }

#breadcrumbs ul {
  list-style: none;
  margin-bottom: 1.5em; }

#breadcrumbs ul li {
  display: inline-block;
  position: relative; }

#breadcrumbs ul li::after {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/breadcrumb-white-10x20.png");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 0.83333em 1.66667em;
  content: "";
  height: 1.66667em;
  position: absolute;
  right: -0.83333em;
  top: 0;
  width: 0.83333em;
  z-index: 111; }

#breadcrumbs ul li.last::after {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/breadcrumb-grey-10x20.png"); }

#breadcrumbs ul li a, #breadcrumbs ul li span {
  background-color: #fff;
  color: #363636;
  display: inline-block;
  height: 1.66667em;
  line-height: 1.5;
  padding: 0 1em 0 2em; }

#breadcrumbs ul li.first a {
  padding: 0 1em; }

#breadcrumbs ul li.last a, #breadcrumbs ul li.last span {
  background-color: #f8f6f2; }

#breadcrumbs ul li .divider {
  display: none; }

#content {
  background-color: #e7e7e7;
  margin: 0 auto;
  max-width: 116.667em;
  position: relative; }

#content-inner {
  background-color: #e7e7e7;
  margin: 0 auto;
  max-width: 80em;
  padding: 2em 1.5em 1em;
  position: relative; }

#content-main-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#content-main-image img {
  width: 100%; }

#content-main-image-fader {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(242, 242, 242, 0)), color-stop(60%, #ececec), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e7e7e7',GradientType=0 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#footer {
  background-color: #1a1e1b;
  margin: 0 auto;
  max-width: 116.667em;
  position: relative;
  z-index: 111; }

#footer-column-1 {
  border-right: 1px solid #707070;
  display: table-cell;
  padding: 1em 0 2em;
  vertical-align: top;
  width: 25%; }

#footer-column-2 {
  border-right: 1px solid #707070;
  display: table-cell;
  padding: 1em 2em 2em;
  vertical-align: top;
  width: 25%; }

#footer-column-3 {
  border-right: 1px solid #707070;
  display: table-cell;
  padding: 1em 2em 2em;
  vertical-align: top;
  width: 25%; }

#footer-column-4 {
  display: table-cell;
  padding: 1em 2em 2em;
  vertical-align: top;
  width: 25%; }

#footer-inner {
  color: #e7e7e7;
  display: table;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  padding: 1em 0;
  width: 100%; }

#footer-powered-by {
  clip: rect(0px, 0px, 0px, 0px);
  text-indent: -9999px; }

#footer h3 {
  font-size: 1.16667em; }

#footer p {
  font-size: 1.08333em;
  line-height: 1.38461em; }

#footer .ico {
  margin: 1.5em 1.5em 1.5em 0; }

#header {
  margin: 2em auto;
  max-width: 80em; }

#header-banner {
  display: table-cell;
  vertical-align: middle;
  width: 20%; }

#header-buttons {
  display: none; }

#header-divisions {
  display: none; }

#header-localization {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%; }

#header-organization {
  display: table-cell;
  vertical-align: middle;
  width: 60%; }

#header-organization .logo {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle; }

#header-organization .name {
  color: #005023;
  display: inline-block;
  font-family: sans-serif,arial,tahoma;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
  width: 20em; }

#header-organization .name:focus, #header-organization .name:hover {
  text-decoration: none; }

#header-table {
  display: table;
  width: 100%; }

body {
  background-color: #fff; }

form#hrefFm {
  margin: 0; }

html {
  font-family: Open Sans, verdana, tahoma, helvetica, geneva, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.125;
  -webkit-tap-highlight-color: transparent; }

#navigation-top {
  background-color: #031c07;
  margin: 0 auto;
  max-width: 116.66667em;
  position: relative;
  z-index: 320; }

#navigation-top > nav {
  background: url("/nfh-cp-wood-theme/css/../images/nfh-cp/navigation-top-bg.png") no-repeat scroll 68.41667em top #031c07;
  margin: 0 auto;
  max-width: 80em;
  min-height: 4.4em;
  position: relative; }

#navigation-top ul.level-1 {
  display: table;
  list-style: none; }

#navigation-top ul.level-1 > li {
  border-right: 1px solid #363636;
  display: table-cell;
  position: relative; }

#navigation-top ul.level-1 > li.last {
  border-right: none; }

#navigation-top ul.level-1 > li.search {
  border-right: none;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

#navigation-top ul.level-1 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  height: 4em;
  line-height: 4em;
  padding: 0 1.5em;
  text-transform: uppercase;
  vertical-align: middle; }

#navigation-top ul.level-1 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-1 > li > a:focus, #navigation-top ul.level-1 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-1 > li.search > a {
  font-size: 1em;
  height: 3.16667em;
  line-height: 3.16667em;
  margin-top: 0.75em;
  padding: 0;
  text-align: center;
  width: 3.16667em; }

#navigation-top ul.level-1 > li.search:focus > a, #navigation-top ul.level-1 > li.search:hover > a {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-1 > li.search:focus > a::after, #navigation-top ul.level-1 > li.search:hover > a::after {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #28b532;
  content: "";
  display: block;
  height: 0;
  left: 1.08333em;
  position: relative;
  width: 0; }

#navigation-top ul.level-1 > li.search > a > span {
  font-size: 1.75em; }

#navigation-top ul.level-1 > li.search .search-outer {
  display: none;
  margin-top: -4em;
  padding-top: 4em;
  position: absolute;
  right: 0;
  top: 100%; }

#navigation-top ul.level-1 > li.search:focus .search-outer, #navigation-top ul.level-1 > li.search:hover .search-outer {
  display: block; }

#navigation-top ul.level-1 > li.search .search-inner {
  background-color: #031c07;
  border: 1px solid #363636;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  padding: 1em; }

#navigation-top ul.level-1 > li.search .search-inner form {
  margin: 0; }

#navigation-top ul.level-1 > li.search .search-inner input[type="image"] {
  display: none; }

#navigation-top ul.level-1 > li.search .search-inner input[type="text"] {
  font-size: 1.16667em; }

#navigation-top ul.level-1 > li.search .search-inner .control-group {
  display: block;
  margin: 0; }

#navigation-top ul.level-1 > li.selected > a {
  background-color: #28b532; }

#navigation-top ul.level-2 {
  background-color: #031c07;
  border: 1px solid #363636;
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  top: 4.66667em; }

#navigation-top ul.level-1 > li:hover > ul.level-2 {
  display: block; }

#navigation-top ul.level-2 > li {
  border-bottom: 1px solid #363636;
  position: relative; }

#navigation-top ul.level-2 > li.has-children::after {
  color: #fff;
  content: "\f105";
  font-family: font-awesome;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 20%; }

#navigation-top ul.level-2 > li.last {
  border-bottom: none; }

#navigation-top ul.level-2 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  padding: 1em 1.5em;
  width: 22em; }

#navigation-top ul.level-2 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-2 > li > a:focus, #navigation-top ul.level-2 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-3 {
  background-color: #031c07;
  border: 1px solid #363636;
  display: none;
  left: 100%;
  list-style: none;
  position: absolute;
  top: 0; }

#navigation-top ul.level-2 > li:hover > ul.level-3 {
  display: block; }

#navigation-top ul.level-3 > li {
  border-bottom: 1px solid #363636;
  position: relative; }

#navigation-top ul.level-3 > li.has-children::after {
  color: #fff;
  content: "\f105";
  font-family: font-awesome;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 20%; }

#navigation-top ul.level-3 > li.last {
  border-bottom: none; }

#navigation-top ul.level-3 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  padding: 1em 1.5em;
  width: 22em; }

#navigation-top ul.level-3 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-3 > li > a:focus, #navigation-top ul.level-3 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-4 {
  background-color: #031c07;
  border: 1px solid #363636;
  display: none;
  left: 100%;
  list-style: none;
  position: absolute;
  top: 0; }

#navigation-top ul.level-3 > li:hover > ul.level-4 {
  display: block; }

#navigation-top ul.level-4 > li {
  border-bottom: 1px solid #363636;
  position: relative; }

#navigation-top ul.level-4 > li.last {
  border-bottom: none; }

#navigation-top ul.level-4 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  padding: 1em 1.5em;
  width: 22em; }

#navigation-top ul.level-4 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-4 > li > a:focus, #navigation-top ul.level-4 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

.tile-1h {
  height: 16.66667em; }

/* ========== layout ========== */
.nfh-cp-tiles-main-page-layouttpl #column-3 {
  padding-top: 7.16667em; }

/* ========== portlet ========== */
.portlet-content {
  padding: 0.25em; }

.portlet-title {
  font-weight: bold;
  padding: 0 6em 0 0; }

.portlet-topper {
  background-color: transparent;
  color: #707070;
  font-size: 1.33333em;
  padding: 0.25em; }

/* portlet magazine */
.nfh-cp-magazin-portlet .asset-abstract {
  background-color: #fff;
  clear: both;
  margin-bottom: 0.75em;
  overflow: auto;
  padding: 1.5em; }

.nfh-cp-magazin-portlet .asset-abstract img {
  box-sizing: border-box;
  max-width: 50%; }

.nfh-cp-magazin-portlet .asset-abstract.even img {
  float: right;
  padding-left: 1.25em; }

.nfh-cp-magazin-portlet .asset-abstract.odd img {
  float: left;
  padding-right: 1.25em; }

.nfh-cp-magazin-portlet .asset-abstract .summary {
  max-width: 50%; }

.nfh-cp-magazin-portlet .asset-abstract.even .summary {
  float: left; }

.nfh-cp-magazin-portlet .asset-abstract.odd .summary {
  float: right; }

.nfh-cp-magazin-portlet .asset-abstract .summary a:active,
.nfh-cp-magazin-portlet .asset-abstract .summary a:hover {
  text-decoration: none; }

.nfh-cp-magazin-portlet .asset-abstract .summary .asset-title {
  border-bottom: 1px solid #e7e7e7;
  color: #363636;
  display: inline-block;
  font-size: 1.33333em;
  padding-bottom: 1.25em;
  margin: 0 0 1.5em;
  text-transform: uppercase; }

.nfh-cp-magazin-portlet .asset-abstract .summary .description {
  font-size: 1.16667em;
  line-height: 1.25; }

/* portlet asset publisher */
.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

.portlet-asset-publisher .event-date {
  background-color: #fff;
  font-size: 5.83333em;
  font-weight: 300;
  height: 2em;
  left: 34%;
  line-height: 1;
  padding-top: 0.2em;
  position: absolute;
  text-align: center;
  width: 32%; }

.portlet-asset-publisher .event-date > span {
  background-color: #28b532;
  bottom: 0;
  color: #fff;
  font-size: 0.24285em;
  font-weight: normal;
  left: 0;
  padding: 1em 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%; }

.portlet-asset-publisher .news-tiles {
  margin-left: -2em; }

.portlet-asset-publisher .news-tiles .article-abstract {
  float: left;
  margin: 0 0 2em 2em;
  width: 38.83333em; }

.portlet-asset-publisher .news-tiles .article-abstract.article-abstract-news-tile-small {
  margin: 0 0 2em 2em;
  width: 18.41667em; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile {
  height: 35em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile img {
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em 1.25em;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary a {
  color: #363636; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary a:active,
.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary .article-summary {
  font-size: 1.16667em; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary .article-summary .asset-summary-text {
  line-height: 1.4;
  max-height: 5.42857em;
  overflow: hidden; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary .article-title {
  font-size: 1.33333em;
  margin: 0 0 0.25em;
  max-height: 3em;
  overflow: hidden;
  padding: 0; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small {
  height: 16.5em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small img {
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .event-date {
  font-size: 3.16667em;
  height: 2.1em;
  left: 30%;
  padding-top: 0.4em;
  width: 40%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .event-date > span {
  font-size: 0.3em;
  padding: 0.75em 0; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding: 1em 1.25em;
  position: absolute;
  text-transform: uppercase;
  top: 12em;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small:hover .summary {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary a {
  color: #363636; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary a:active,
.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary .article-title {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.25em;
  max-height: 2.91667em;
  overflow: hidden;
  padding: 0; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary .article-summary .asset-summary-text {
  display: none;
  line-height: 1.4;
  max-height: 11.3333em;
  overflow: hidden; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small:hover .summary .article-summary .asset-summary-text {
  display: block; }

.portlet-asset-publisher .news-tiles .taglib-page-iterator {
  margin-left: 2em; }

.portlet-asset-publisher .news-title-small .news-title-small-item {
  background-color: #fff;
  clear: both;
  height: 3.5em;
  margin-top: 1px;
  padding: 0.75em; }

.portlet-asset-publisher .news-title-small .news-title-small-item:hover {
  background-color: #28b532; }

.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title {
  border: medium none;
  font-size: 1.16667em;
  font-weight: normal;
  margin: 0;
  max-height: 3em;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase; }

.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title a {
  color: #363636; }

.portlet-asset-publisher .news-title-small .news-title-small-item:hover .asset-title a {
  color: #fff; }

.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title a:active,
.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title a:hover {
  text-decoration: none; }

.portlet-asset-publisher .news-title-small .news-title-small-item .tile {
  float: left;
  max-height: 3em;
  margin-right: 0.75em;
  overflow: hidden; }

.portlet-asset-publisher .news-title-small .news-title-small-item .tile img {
  width: 3.5em; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract {
  height: 10.5em;
  margin: 0 0 1.5em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract img {
  width: 100%; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary {
  background-color: #000;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  opacity: 0.8;
  padding: 0.5em 1.25em;
  position: absolute;
  top: 8.25em;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  width: 100%; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract:hover .summary {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary a {
  color: #fff; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary a:active,
.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .article-title {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.25em;
  max-height: 2.91667em;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .article-summary .asset-summary-text {
  display: none;
  line-height: 1.4;
  max-height: 5.58333em;
  overflow: hidden; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract:hover .article-summary .asset-summary-text {
  display: block; }

.portlet-asset-publisher .recommended-220x200-tiles {
  margin-left: -2em; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract {
  float: left;
  margin: 0 0 2em 2em;
  vertical-align: top; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract .recommended-tile {
  height: 16.5em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract .recommended-tile p {
  margin: 0; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h {
  height: 16.5em;
  overflow: hidden;
  position: relative;
  width: 18.4167em; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary {
  background-color: #363636;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  padding: 1em 1.25em;
  position: absolute;
  text-transform: uppercase;
  top: 12em;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  width: 100%; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h:hover .summary {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary a {
  color: #fff; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary a:active,
.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .article-title {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.25em;
  max-height: 2.91667em;
  overflow: hidden;
  padding: 0; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .article-summary {
  text-transform: uppercase; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .article-summary .asset-summary-text {
  display: none;
  line-height: 1.4;
  max-height: 11.3333em;
  overflow: hidden; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h:hover .article-summary .asset-summary-text {
  display: block; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h {
  height: 35em;
  overflow: hidden;
  position: relative;
  width: 38.8333em; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary {
  background-color: #363636;
  bottom: 0;
  position: absolute;
  width: 100%; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 {
  font-size: 1.33333em;
  margin: 0;
  max-height: 3em;
  overflow: hidden;
  padding: 0.75em;
  text-transform: uppercase; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 a {
  color: #fff; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 a:active,
.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 a:hover {
  text-decoration: none; }

.portlet-asset-publisher.full-content .portlet-topper {
  display: none; }

/* portlet journal content search */
.portlet-journal-content-search .portlet-topper {
  display: none; }

.portlet-journal-content-search .search_bar {
  margin: 1em 0 2.5em; }

.portlet-journal-content-search .search_bar input[type="text"] {
  box-sizing: border-box;
  color: #606060;
  float: left;
  font-size: 1.16667em;
  height: 3em;
  margin-bottom: 1em;
  width: 68%; }

.portlet-journal-content-search .search_bar button[type="submit"] {
  background-color: #28b532;
  border: 1px solid #ddd;
  color: #fff;
  float: right;
  font-size: 1.16667em;
  font-weight: bold;
  height: 3em;
  margin-left: 1%;
  text-transform: uppercase;
  width: 14%; }

.portlet-journal-content-search .search_bar label {
  box-sizing: border-box;
  color: #707070;
  float: left;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 2em;
  width: 32%; }

.portlet-journal-content-search .search_bar .input-text-wrapper {
  display: inline-block;
  margin-bottom: 1em;
  width: 85%; }

.portlet-journal-content-search .search_bar .search-hint {
  clear: both;
  color: #707070;
  padding-left: 27%; }

/* portlet language */
#header .portlet-language a.taglib-language-list-text {
  color: #005023; }

#header .portlet-language a.taglib-language-list-text:hover {
  text-decoration: none; }

#header .portlet-language .taglib-language-list-text {
  border-right: 2px solid #0c4f01;
  color: #909090;
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: bold; }

#header .portlet-language .taglib-language-list-text.last {
  border-right: none; }

/* ========== ui components, taglibs ========== */
.lfr-icon-action .taglib-text {
  display: none; }

.taglib-page-iterator .lfr-pagination-buttons {
  display: inline-block;
  float: none;
  list-style: none;
  margin-left: 5em; }

.taglib-page-iterator .lfr-pagination-buttons li {
  display: inline-block;
  padding: 0 0.5em; }

.taglib-page-iterator .lfr-pagination-buttons li a {
  color: #005023; }

.taglib-page-iterator .lfr-pagination-config {
  display: inline-block;
  float: none; }

.taglib-page-iterator .search-results {
  display: none;
  float: none; }

/* ========== forms ========== */
/* ========== templates ========== */
/* article */
.nfh-cp-article {
  color: #2b2b2b;
  line-height: 1.3; }

.nfh-cp-article h1 {
  font-size: 2.16667em;
  line-height: 1.1;
  margin-top: 0.75em;
  text-transform: uppercase; }

.nfh-cp-article .content img,
.nfh-cp-article .content iframe {
  border: 1em solid #fff;
  box-shadow: 0 0 10px #ccc; }

.nfh-cp-article .attachments {
  box-shadow: 0 0 5px #ccc;
  margin-top: 1.5em; }

.nfh-cp-article .attachments h2 {
  background-color: #cfcfcf;
  color: #565656;
  font-size: 1.16667em;
  margin: 0;
  padding: 0.5em;
  text-transform: uppercase; }

.nfh-cp-article .attachments ul {
  clear: both;
  list-style: none; }

.nfh-cp-article .attachments ul > li {
  background-color: #e3dfd6;
  margin-bottom: 1px;
  padding: 0.5em; }

.nfh-cp-article .attachments ul > li > a {
  color: #565656;
  font-size: 1.16667em; }

.nfh-cp-article .content {
  font-size: 1.33333em; }

.nfh-cp-article .content cite {
  background-color: #d3cfc6;
  box-shadow: 0 0 10px #ccc;
  color: #2b2b2b;
  display: block;
  float: right;
  font-style: italic;
  font-weight: bold;
  margin: 0 0.75em;
  max-width: 15em;
  padding: 1.5em;
  position: relative; }

.nfh-cp-article .content cite::before {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/double-quote-white-36x36.png");
  content: "";
  display: inline-block;
  height: 36px;
  margin: -30px 20px 0 -20px;
  width: 36px; }

.nfh-cp-article .description {
  color: #2b2b2b;
  font-size: 1.41667em;
  font-weight: bold;
  margin: 2em 0 1.3em; }

.nfh-cp-article .event {
  background-color: #fff;
  border: 1em solid #fff;
  overflow: hidden; }

.nfh-cp-article .event .event-data {
  float: right;
  width: 50%; }

.nfh-cp-article .event-data .cell {
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  display: table-cell;
  padding: 0.5em 1em; }

.nfh-cp-article .event-data .cell.from-date:first-child,
.nfh-cp-article .event-data .cell.to-date:first-child {
  text-align: center; }

.nfh-cp-article .event-data .header {
  background-color: #28b532;
  color: #fff;
  font-size: 1.33333em;
  margin-bottom: 1.5em;
  padding: 0.3125em;
  text-align: center;
  text-transform: uppercase; }

.nfh-cp-article .event-data .row {
  display: table-row; }

.nfh-cp-article .event-data .table {
  background-color: #f0ede5;
  border-left: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  box-sizing: border-box;
  display: table;
  font-size: 1.16667em;
  margin-bottom: 1em; }

.nfh-cp-article .event-data .subheader {
  font-size: 1.16667em;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

.nfh-cp-article .event .image-wrapper {
  float: left;
  position: relative;
  width: 48%; }

.nfh-cp-article .event .image-wrapper .event-date {
  background-color: #fff;
  font-size: 5.83333em;
  font-weight: 300;
  height: 1.87142em;
  left: 28%;
  line-height: 1;
  padding-top: 0.2em;
  position: absolute;
  text-align: center;
  width: 44%; }

.nfh-cp-article .event .image-wrapper .event-date > span > span {
  background-color: #28b532;
  bottom: 0;
  color: #fff;
  font-size: 0.24285em;
  font-weight: normal;
  left: 0;
  padding: 1em 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%; }

.nfh-cp-article .mainphotogallery-description {
  background-color: #000;
  bottom: 0;
  color: #fff;
  font-size: 1.08333em;
  opacity: 0.8;
  padding: 0.5em;
  position: absolute;
  z-index: 300; }

.nfh-cp-article .metadata {
  color: #707070;
  margin-bottom: 1em;
  text-transform: uppercase; }

.nfh-cp-article .multiple-image-gallery,
.nfh-cp-article .single-image-gallery {
  border: 1em solid #fff;
  box-sizing: border-box;
  position: relative; }

.nfh-cp-article .print {
  cursor: pointer;
  float: right; }

.nfh-cp-article .single-image-gallery img {
  width: 100%; }

.nfh-cp-article .social-media {
  margin: 0.5em 0 1em; }

/* base contact */
.nfh-cp-base-contact {
  color: #909090; }

.nfh-cp-base-contact .box {
  box-sizing: border-box;
  float: left;
  max-width: 50%;
  padding: 0.75em;
  width: 50%; }

.nfh-cp-base-contact .departments {
  margin-top: 1.5em; }

.nfh-cp-base-contact .departments .department {
  color: #363636;
  padding: 0.75em; }

.nfh-cp-base-contact .departments .department.even {
  background-color: #fafafa; }

.nfh-cp-base-contact .departments .department.odd {
  background-color: #f2f2f2; }

.nfh-cp-base-contact .departments .department h2 {
  font-size: 1.16667em;
  margin: 0; }

.nfh-cp-base-contact .departments .department h2 a {
  background-image: url("/nfh-cp-wood-theme/css/../images/common/bottom.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #707070;
  display: block; }

.nfh-cp-base-contact .departments .department.open h2 a {
  background-image: url("/nfh-cp-wood-theme/css/../images/common/top.png"); }

.nfh-cp-base-contact .departments .department-data {
  display: none;
  line-height: 1.4; }

.nfh-cp-base-contact .departments .department-position {
  padding-left: 2em; }

.nfh-cp-base-contact .departments .department-position .name {
  margin-bottom: 0.5em; }

.nfh-cp-base-contact .departments .department-position-wrapper {
  margin-top: 0.75em; }

.nfh-cp-base-contact .departments .department-position-wrapper .icon {
  float: left; }

.nfh-cp-base-contact .icon {
  margin-right: 0.5em; }

.nfh-cp-base-contact .positions {
  background-color: #f5f5f5;
  margin-top: 1.5em;
  overflow: auto;
  padding: 0.75em 0.5%; }

.nfh-cp-base-contact .position {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  line-height: 1.4;
  margin: 0 0.5%;
  min-height: 22em;
  padding: 0.75em;
  width: 24%; }

.nfh-cp-base-contact .position .email {
  text-transform: lowercase; }

.nfh-cp-base-contact .position .full-name {
  margin-bottom: 1em; }

.nfh-cp-base-contact .position .name {
  margin-bottom: 1em; }

.nfh-cp-base-contact .position .phone-number {
  margin-bottom: 1em; }

.nfh-cp-base-contact .organizational-unit {
  background-color: #f5f5f5;
  overflow: auto; }

.nfh-cp-base-contact .organizational-unit .address p {
  line-height: 1.5;
  margin: 0; }

.nfh-cp-base-contact .organizational-unit .address > span {
  display: inline-block;
  vertical-align: top; }

.nfh-cp-base-contact .organizational-unit .address .icon {
  padding-top: 0.25em;
  vertical-align: top; }

.nfh-cp-base-contact .organizational-unit .email {
  margin-bottom: 1em; }

.nfh-cp-base-contact .organizational-unit .fax-number {
  margin-bottom: 1em; }

.nfh-cp-base-contact .organizational-unit .google-map {
  margin-top: 2em; }

.nfh-cp-base-contact .organizational-unit .name {
  font-size: 1.5em;
  margin-bottom: 1em; }

.nfh-cp-base-contact .organizational-unit .phone-number {
  margin-bottom: 1em; }

/* division contact */
.nfh-cp-division-contact .divisions {
  margin-top: 1.5em; }

.nfh-cp-division-contact .divisions .division {
  color: #363636;
  padding: 0.75em; }

.nfh-cp-division-contact .divisions .division.even {
  background-color: #fafafa; }

.nfh-cp-division-contact .divisions .division.odd {
  background-color: #f2f2f2; }

.nfh-cp-division-contact .divisions .division h2 {
  font-size: 1.16667em;
  margin: 0 0 0.5em; }

.nfh-cp-division-contact .divisions .division h2 a {
  background-image: url("/nfh-cp-wood-theme/css/../images/common/bottom.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #707070;
  display: block; }

.nfh-cp-division-contact .divisions .division.open h2 a {
  background-image: url("/nfh-cp-wood-theme/css/../images/common/top.png"); }

.nfh-cp-division-contact .division .address {
  margin-bottom: 1em; }

.nfh-cp-division-contact .division .address p {
  line-height: 1.5;
  margin: 0; }

.nfh-cp-division-contact .division .address > span {
  display: inline-block;
  vertical-align: top; }

.nfh-cp-division-contact .division .address .icon {
  padding-top: 0.25em;
  vertical-align: top; }

.nfh-cp-division-contact .division .email {
  margin-bottom: 1em; }

.nfh-cp-division-contact .division .full-names {
  margin-bottom: 1em; }

.nfh-cp-division-contact .division .full-names span {
  padding-right: 1.5em; }

.nfh-cp-division-contact .division .phone-number {
  margin-bottom: 1em; }

.nfh-cp-division-contact .divisions .division-data {
  display: none;
  line-height: 1.4; }

.nfh-cp-division-contact .icon {
  float: left;
  margin-right: 0.5em; }

/* district contact */
.nfh-cp-district-contact .districts {
  margin-top: 1.5em; }

.nfh-cp-district-contact .districts .district {
  color: #363636;
  padding: 0.75em; }

.nfh-cp-district-contact .districts .district.even {
  background-color: #fafafa; }

.nfh-cp-district-contact .districts .district.odd {
  background-color: #f2f2f2; }

.nfh-cp-district-contact .districts .district h2 {
  font-size: 1.16667em;
  margin: 0 0 0.5em; }

.nfh-cp-district-contact .districts .district h2 a {
  background-image: url("/nfh-cp-wood-theme/css/../images/common/bottom.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #707070;
  display: block; }

.nfh-cp-district-contact .districts .district.open h2 a {
  background-image: url("/nfh-cp-wood-theme/css/../images/common/top.png"); }

.nfh-cp-district-contact .district .address {
  margin-bottom: 1em; }

.nfh-cp-district-contact .district .address p {
  line-height: 1.5;
  margin: 0; }

.nfh-cp-district-contact .district .address > span {
  display: inline-block;
  vertical-align: top; }

.nfh-cp-district-contact .district .address .icon {
  padding-top: 0.25em;
  vertical-align: top; }

.nfh-cp-district-contact .district .full-names {
  margin-bottom: 1em; }

.nfh-cp-district-contact .district .full-names span {
  padding-right: 1.5em; }

.nfh-cp-district-contact .district .phone-number {
  margin-bottom: 1em; }

.nfh-cp-district-contact .districts .district-data {
  display: none;
  line-height: 1.4; }

.nfh-cp-district-contact .icon {
  float: left;
  margin-right: 0.5em; }

/* image gallery */
.nfh-cp-image-gallery {
  color: #2b2b2b;
  line-height: 1.3; }

.nfh-cp-image-gallery h1 {
  font-size: 2.16667em;
  line-height: 1.1;
  margin-top: 0.75em;
  text-transform: uppercase; }

.nfh-cp-image-gallery .content {
  font-size: 1.16667em; }

.nfh-cp-image-gallery .content .image-gallery {
  font-size: 0;
  margin-right: -2%;
  width: 102.041%;
  /* 1 / (100% - 2%) */ }

.nfh-cp-image-gallery .content .image-gallery .image {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 2% 2% 0;
  vertical-align: top;
  width: 33.3333%; }

.nfh-cp-image-gallery .content .image-gallery .image a {
  color: #707070;
  display: block;
  font-size: 1.16667em; }

.nfh-cp-image-gallery .content .image-gallery .image a:active,
.nfh-cp-image-gallery .content .image-gallery .image a:hover {
  text-decoration: none; }

.nfh-cp-image-gallery .content .image-gallery .image img {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.75em; }

.nfh-cp-image-gallery .content .image-gallery .image-description {
  margin-top: 0.5em; }

.nfh-cp-image-gallery .content .image-gallery > * {
  font-size: 1rem; }

.nfh-cp-image-gallery .description {
  color: #2b2b2b;
  font-size: 1.41667em;
  font-weight: bold;
  margin: 2em 0 1.3em; }

.nfh-cp-image-gallery .metadata {
  color: #707070;
  margin-bottom: 1em;
  text-transform: uppercase; }

.nfh-cp-image-gallery .print {
  cursor: pointer;
  float: right; }

.nfh-cp-image-gallery .social-media {
  margin: 0.5em 0 1em; }

@media (min-width: 768px) and (max-width: 979px) {
  #content {
    margin: 0 1em;
    max-width: none;
    padding: 0; }

  #content-inner {
    max-width: none; }

  #content-main-image {
    display: none; }

  #header {
    max-width: none;
    padding: 0 1em; }

  #header-banner {
    display: none; }

  #header-buttons {
    display: table;
    margin-top: 1em;
    width: 100%; }

  #header-buttons #header-button-select-organization {
    background-color: #363636;
    color: #fff; }

  #header-buttons #header-button-navigation.open {
    background-color: #28b532;
    color: #fff; }

  #header-buttons .button {
    color: #000;
    display: table-cell;
    height: 6em;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    width: 33.3333%; }

  #header-buttons .button:focus, #header-buttons .button:hover {
    text-decoration: none; }

  #header-divisions {
    display: none; }

  #header-divisions.open {
    display: block; }

  #header-organization {
    width: 80%; }

  #header-organization .name {
    font-size: 1.4em; }

  #navigation-top {
    display: none; }

  #navigation-top.open {
    display: block; }

  #navigation-top > nav {
    background-color: #28b532;
    background-image: none;
    margin: 0;
    max-width: none; }

  #navigation-top a.toggle-navigation-button span {
    font-size: 1.5em; }

  #navigation-top a.toggle-navigation-button span::before {
    content: "\f067"; }

  #navigation-top ul.level-1 {
    display: block; }

  #navigation-top ul.level-1 > li {
    border-bottom: 1px solid #86d38b;
    border-right: none;
    display: block;
    position: relative; }

  #navigation-top ul.level-1 > li.last {
    border-bottom: none; }

  #navigation-top ul.level-1 > li.search {
    display: none; }

  #navigation-top ul.level-1 > li > a {
    display: block;
    font-size: 1.4em;
    text-align: center; }

  #navigation-top ul.level-1 > li > a.toggle-navigation-button {
    display: block;
    padding: 0 1.5em;
    position: absolute;
    right: 0;
    top: 0; }

  #navigation-top ul.level-1 > li.open > a.toggle-navigation-button span::before {
    content: "\f068"; }

  #navigation-top ul.level-2 {
    background-color: transparent;
    border: none;
    display: none;
    position: static; }

  #navigation-top ul.level-1 > li:hover > ul.level-2 {
    display: none; }

  #navigation-top ul.level-1 > li.open > ul.level-2 {
    display: block; }

  #navigation-top ul.level-2 > li {
    border-bottom: none;
    border-top: 1px solid #86d38b; }

  #navigation-top ul.level-2 > li.has-children::after {
    display: none; }

  #navigation-top ul.level-2 > li > a {
    display: block;
    font-size: 1.4em;
    width: auto; }

  #navigation-top ul.level-2 > li > a.toggle-navigation-button {
    display: block;
    padding: 0.75em 1.5em;
    position: absolute;
    right: 0;
    top: 0; }

  #navigation-top ul.level-2 > li.open > a.toggle-navigation-button span::before {
    content: "\f068"; }

  #navigation-top ul.level-3 {
    background-color: transparent;
    border: none;
    display: none;
    position: static; }

  #navigation-top ul.level-2 > li:hover > ul.level-3 {
    display: none; }

  #navigation-top ul.level-2 > li.open > ul.level-3 {
    display: block; }

  #navigation-top ul.level-3 > li {
    border-bottom: none;
    border-top: 1px solid #86d38b; }

  #navigation-top ul.level-3 > li.has-children::after {
    display: none; }

  #navigation-top ul.level-3 > li > a {
    display: block;
    font-size: 1.4em;
    padding-left: 4em;
    width: auto; }

  #navigation-top ul.level-3 > li > a.toggle-navigation-button {
    display: block;
    padding: 0.75em 1.5em;
    position: absolute;
    right: 0;
    top: 0; }

  #navigation-top ul.level-3 > li.open > a.toggle-navigation-button span::before {
    content: "\f068"; }

  #navigation-top ul.level-4 {
    background-color: transparent;
    border: none;
    display: none;
    position: static; }

  #navigation-top ul.level-3 > li:hover > ul.level-4 {
    display: none; }

  #navigation-top ul.level-3 > li.open > ul.level-4 {
    display: block; }

  #navigation-top ul.level-4 > li {
    border-bottom: none;
    border-top: 1px solid #86d38b; }

  #navigation-top ul.level-4 > li.has-children::after {
    display: none; }

  #navigation-top ul.level-4 > li > a {
    display: block;
    font-size: 1.4em;
    padding-left: 8em;
    width: auto; }

  html {
    font-size: 0.625em; } }
.aktualnosci-glowna .portlet-content {
  padding: 0; }

.aktualnosci-glowna .portlet-title {
  padding: 0 2em 0 1.5em; }

.aktualnosci-glowna .portlet-title-text {
  overflow: visible; }

.aktualnosci-glowna .portlet-topper {
  color: #363636;
  font-size: 2.5em;
  margin: 0.5em 0 0.5em 11.6667em;
  text-transform: uppercase; }

.aktualnosci-glowna .portlet-topper::before {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/icon-news-45x44.png");
  content: "";
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 45px; }

.box_square {
  float: left;
  height: 16.6667em;
  margin-bottom: 0.66667em;
  position: relative;
  width: 18.3333em; }

.box_square > p {
  margin: 0; }

.lista-aktualnosci .portlet-content {
  padding: 0; }

.lista-aktualnosci .portlet-title {
  padding: 0.75em 2em; }

.lista-aktualnosci .portlet-title-text {
  overflow: visible; }

.lista-aktualnosci .portlet-topper {
  color: #363636;
  font-size: 2em;
  text-transform: uppercase; }

.lista-aktualnosci .portlet-topper::before {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/icon-news-45x44.png");
  content: "";
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 45px; }

.magazin .najnowsze-aktualnosci .portlet {
  margin-top: 0; }

.maska_square_p {
  background-color: #363636;
  bottom: 0;
  color: #fff;
  font-size: 1.33333em;
  font-weight: bold;
  height: 2.25em;
  left: 0;
  margin-top: 12.4167em;
  padding-top: 1.25em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 13.75em; }

.najnowsze-aktualnosci .portlet {
  margin-top: 6.75em; }

.najnowsze-aktualnosci .portlet-content {
  padding: 0; }

.najnowsze-aktualnosci .portlet-title {
  padding: 0.5em; }

.najnowsze-aktualnosci .portlet-title-text {
  overflow: visible; }

.najnowsze-aktualnosci .portlet-topper {
  background-color: #363636;
  color: #fff;
  font-size: 1.16667em;
  text-transform: uppercase; }

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

.polecane .portlet-title {
  margin-right: -2em;
  padding: 0 2em 0 0; }

.polecane .portlet-title-text {
  line-height: 2em;
  overflow: visible;
  padding: 0 0 0 1.75em;
  position: relative; }

.polecane .portlet-title-text::before {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/icon-recommend-45x45.png");
  content: "";
  display: block;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 45px; }

.polecane .portlet-topper {
  color: #363636;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase; }

.polecane-artykuly .portlet-content {
  padding: 0; }

.polecane-artykuly .portlet-title {
  padding: 1.5em 2em 1.5em 2.25em; }

.polecane-artykuly .portlet-title-text {
  overflow: visible; }

.polecane-artykuly .portlet-topper {
  font-size: 1.16667em;
  text-transform: uppercase; }

.polecane-artykuly .portlet-topper::before {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/icon-recommend-27x27.png");
  content: "";
  display: block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 1.5em;
  width: 27px; }

.space {
  float: left;
  height: 18.3333em;
  width: 1.66667em; }

.wstazka {
  background-image: url("/nfh-cp-wood-theme/css/../images/nfh-cp/recommend-72x30.png");
  height: 30px;
  left: -10px;
  position: absolute;
  top: -12px;
  width: 72px; }