dev-info* {
  box-sizing: border-box;
}
/*
#dev-info::after {
  background: red;
  content: "default - no media sizes defined";
  color:white;
  height: 20px;
  width: 200px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
}
*/

html {
  font-size: 0.9rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200;
  color: rgb(97,106,112);
  line-height: 1.5em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #12771d;;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #12771d;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200;
}

a:active {
  color: #011e9c;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
  list-style-type: none;
  list-style-image: none;
  text-decoration: none;
  color: #256823;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1, .header__site-name {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
  color: #004312;
  font-size: 32px;
  margin-top: 0px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}

h2 {
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 200;
  color: #4a4e56;
}

h3 {
  font-size: 2.0em;
  line-height: 1.7em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  margin: 0px;
  margin-left: 8rem;
  margin-left: 5rem;
}

ul {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(97,106,112);
  font-size: 2.0em;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 35px;
  margin-right: 45px;
}

.frontUL {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(97,106,112);
  font-size: 1.2em;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: -28px;
  margin-right: 45px;
  list-style-type: none;
}


p a,ol li a,ul li a {
  text-decoration: none;
}
ol {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(97,106,112);
  font-size: 2.0em;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 35px;
  margin-right: 45px;
}


[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin-left: 5rem;
  font-size: 0.9rem;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 200;
  color: rgb(97,106,112);
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {

  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {

  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  margin: 0 auto;
  /* max-width: 1165px; */
}

@media (min-width: 777px) {

  .layout-center {
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  padding-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

#header-bgimg {
  width: 100%;
  height:90%;
  padding-top: 53.3%; /* Responsive Scaling: 333px/1000px = 0.3333 */
  background-image: url(../img/header-debug-media-default.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  position:relative;
  z-index: 99;
}

.page-node-27 #header-bgimg {
    width: 100%;
    height:90%;
    padding-top: 53.3%; /* Responsive Scaling: 333px/1000px = 0.3333 */
    background-image: url(../img/header02.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.page-node-4 #header-bgimg {
    width: 100%;
    height:90%;
    padding-top: 53.3%; /* Responsive Scaling: 333px/1000px = 0.3333 */
    background-image: url(../img/header03.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.page-node-5 #header-bgimg, .page-node-18 #header-bgimg, .page-node-35 #header-bgimg, .page-node-40 #header-bgimg,
   .page-node-36 #header-bgimg, .page-node-37 #header-bgimg, .page-node-38 #header-bgimg, .page-node-39 #header-bgimg{
    width: 100%;
    height:90%;
    padding-top: 53.3%; /* Responsive Scaling: 333px/1000px = 0.3333 */
    background-image: url(../img/header04.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.page-node-7 #header-bgimg {
    width: 100%;
    height:90%;
    padding-top: 53.3%; /* Responsive Scaling: 333px/1000px = 0.3333 */
    background-image: url(../img/header05.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.page-node-6 #header-bgimg {
    width: 100%;
    height:90%;
    padding-top: 53.3%; /* Responsive Scaling: 333px/1000px = 0.3333 */
    background-image: url(../img/header06.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}
#header {
  position: relative;
  z-index: 100;
  background:blue;
}
#fixed-header {
    width: 960px;
    margin: auto;
    position: fixed;
    top: 0;
    z-index:50;
    text-align: center;
    background-image: url(../img/fixed-header.png);
    width: 100%;
    padding-top: 5%; /* Responsive Scaling: 333px/1000px = 0.3333 */
    background-image: url(../img/fixed-header.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;

}

.top-fixed-area {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 50;
  background-color:#fff;
  background-image: url(../img/top-fixed-area-debug.png);
  background:red;
  display:none;
}

#top-menu-area {
  width:802px;
  height:86px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  /* background-image: url(../img/top-menu-area.png); */
  background-position-x: -63px;
}

#top-menu-area-page-next {
  width:946px;
  height:78px;
  display:block;
  background-image: url(../img/top-menu-area-page-next.png);
}

#menu-block-top {
  float:right;
  margin-right:5px;
  height:20px;
  width:80%;
}

#menu-block-top a {
  float:right;
  font-size: 8px;
  text-decoration: none;
  color: rgb(177,177,177);
}

#menu-block-bottom {
  float: left;
  margin-right: 5px;
  height: 52px;
  width: 80.6%;
  border-color:rgb(239,238,238);
  border-top-style:solid;
  border-bottom-style:solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}


.menu-frontpage-item {
  float:left;
  display:inline;
  font-size: 8px;
  width:100px;
  margin-left:5px;
  margin-right:5px;
}

.menu-frontpage-item-left {
  float: left;
  display: inline;
  width: 60px;
  text-align: center;
  margin-top: 10px;
  line-height: 12px;
  color:rgb(177,177,177);
}

.menu-frontpage-item-left-line1 {
}

.menu-frontpage-item-left-line2 {
}

.menu-frontpage-item-left-line3 {

}


.menu-frontpage-item-right {
  float:left;
  display:inline;
  width:10px;
  margin-top: 19px;
}

#header {
  width:802px;
  height:306px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

#header-frontpage {
  width:802px;
  height:306px;
  margin-left:auto;
  margin-right:auto;
  background-image: url(../img/frontpage-header.jpg);
}

#header-page-next {
  width:802px;
  height:123px;
  margin-left:7%;
  display:block;
  background-image: url(../img/header-page-next-debug-media-default.png);
}

#page-next {
  width: 650px;
  height: 806px;
  margin-left: auto;
  display: block;
  background-image: url(../img/page-next-debug-media-default.png);
  margin-right: auto;
}

#page-next main span {
  margin-left:5%;
}

.frontpage-news-header {
  margin-bottom: 10px;
}

.frontpage-news-header h1{
  color:rgb(57,84,124);
  font-size: 17px;
  margin-top: 0px;
}

#latest-news {
  /* background:grey; */
  display:block;
  width:45%;
  height:408px;
  margin-left:5%;
  display:block;
  float:left;
  /* background-image: url(../img/latest-news-debug.png); */
}

#latest-news-list ul {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  list-style: none;
  margin-bottom: 17px;
}

.latest-news-item-icon {
  float:left;
}

.latest-news-item-title {
  color: rgb(86,118,0);
  font-size:10px;
  margin:0px;
  padding:0px;
}

.latest-news-item-date {
  color: rgb(94,94,94);
  font-size:10px;
  margin:0px;
  padding:0px;
  margin-left: 17px;
}

#news {
  width:45%;
  height:405px;
  margin-right:5%;
  display:block;
  float:left;
  /* border: solid 1px; */
}

#news-list ul {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  list-style: none;
  margin-bottom: 17px;
}

.news-item-title {
  color: rgb(86,118,0);
  font-size:12px;
}

.news-item-date {
  color: rgb(94,94,94);
  font-size:10px;
  margin:0px;
  padding:0px;
}
.news-item-body p {
  color: rgb(94,94,94);
  font-size:10px;
  margin:0px;
  padding:0px;
  margin-top: 10px;
}
.news-item-footer a {
  color: rgb(0,132,44);
  font-size:10px;
  margin:0px;
  padding:0px;
}


#menu-page-debug {
  width:970px;
  height:705px;
  background-image: url(../img/menu-page-debug.png);
}
#menu-page-main-list {
  float:left;
  margin-top: 91px;
  margin-left: 83px;
}
#menu-page-main-list a {
    font-size: 10px;
    color: rgb(0,39,0);
    text-decoration: none;
}
#menu-page-main-sub-dutch-mortgage-and-consumer-loan-markets-list {
  float:left;
  margin-top: 0px;
  margin-left: 83px;
  /* background-image: url(../img/menu-page-sub-debug.png); */
}
#menu-page-main-sub-dutch-mortgage-and-consumer-loan-markets-list a {
  font-size: 10px;
  color: rgb(0,39,0);
  text-decoration: none;

}
#menu-page-main-sub-dutch-mortgage-and-consumer-loan-markets-list ul {
      margin: 10px;
      line-height: 0.5em;
      font-family: 'Source Sans Pro', sans-serif;
      color: rgb(131,176,139);
      font-size: 2.0em;
      margin-top: 0px;
      margin-bottom: 20px;
      margin-left: 43px;
      margin-right: 45px;
      list-style-type: none;
}

#menu-page-main-sub-dutch-mortgage-and-consumer-loan-markets-list ul li a{
      font-family: 'Source Sans Pro', sans-serif;
      color: rgb(131,176,139);
      font-size: 10px;
}

.sub-menu-header {
  margin-top: 22px;
  margin-left: 83px;
  font-size: 9.6px;
}
#admin-menu, #admin-menu ul {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
}


#hamburger {
  margin-right: 4%;
  float: right;
  width: 34px;
  margin-top: 4%;
  display:none;
}

#header-logo {
  float: left;
  margin-right: 0px;
  width: 57px;
  height: 57px;
  margin-top: 12px;
  background-repeat: round;
  margin-left: 12px;
  background-image: url(../img/logo-dark.png);
}

#header-logo-menu {
  float: left;
  margin-right: 0px;
  width: 57px;
  height: 57px;
  margin-top: 12px;
  background-repeat: round;
  margin-left: 12px;
  background-image: url(../img/logo-dark-menu-plain.png);
}

#header-logo-menu {
  float: left;
  margin-right: 3%;
  width: 70px;
  height: 89px;
  margin-top: 2.2%;
}

.region-about-dacb:hover,.region-cover-assets:hover,.region-dutch-covered-bonds:hover,.region-dutch-issuers:hover,.region-research:hover {
  background-color: rgb(198,218,231);
  font-size: 0.8em;
}

.region-about-dacb,.region-cover-assets,.region-dutch-covered-bonds,.region-dutch-issuers,.region-research,.region-contact,.region-members{
  background-color: rgb(236,236,236);
  font-size: 0.8em;
}

.region {
  padding: 10px;
  margin: 10px;
  height: 100%;
  min-height: 350px;
}

.region-about-dacb, .region-cover-assets {
  min-height: 320px;
}

.region-contact {
  min-height: 370px;
  height: 100%;
}

.region-dutch-covered-bonds {
  min-height:224px;
}

.region-members {
  height:100%;
  min-height: 594px;
}

.block__title {
  margin: 0px;
  font-size: 1.9rem;
  font-family: 'Ropa Sans', sans-serif;
  color: rgb(77,77,77);
  font-weight: 300;
  line-height: 1rem;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 0px;
}

.block p {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(97,106,112);
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
}

h2 {
  margin:0px;
  font-size: 2.8rem;
  font-family: 'Ropa Sans', sans-serif;
  color: rgb(77,77,77);
  font-weight: 300;
  line-height: 1rem;
  margin-top:35px;
  margin-bottom:20px;
  margin-left:0px;
  margin-right:45px;
}

p {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(35,35,35);
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 45px;
}

#block-block-4 .block__title, #block-block-9 .block__title{
  color:rgb(0,29,130);
}

#contact {
  display:block;
}

#contact div p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#contact-left {
  float:left;
  width:70%;
}

#contact-left p {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(97,106,112);
  font-size: 2.0em;
  margin-bottom: 20px;
  margin-left: 35px;
  margin-right: 45px;
}

#contact-right {
  float:right;
  width:30%;
}


.contact-image {
  float:right;
  margin-right: 10%;
  margin-top: 5%;
}

#contact {
  display:block;
}

#contact div p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#contact-person {
  margin-top:1.7em;
}

#contact-intro p,#contact-visit-adress p,#contact-postal-adress p,#contact-image p {
  margin-top:0px;
  margin-bottom:0px;
}

#contact-visit-adress {
  margin-top:1.7em;
  width:35%;
  float:left;
}

#contact-postal-adress {
  margin-top:1.7em;
  width:30%;
  float:left;
}

#contact-image {
  width:27%;
  float: right;
  margin-right: 3%;
}

#contact-image img {
  width:100%;
  height:100%;
  margin-top:-51%;
}

* {
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
  float: left;
  /* border: 1px solid red; */
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.main {
  padding: 5%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  z-index:10;
}

.main-menu {
  margin-left: 14%;
  margin-top: 4%;
  float: left;
  width:64%;
}

.layout-menu {
  width:100%;
}

.layout-menu {
  margin-left:4%;
  width:100%;
}
.navbar {
  font-size: 1.3rem;
  font-family: 'Ropa Sans', sans-serif;
  color: rgb(97,106,112);
  margin-top: 1%;
  font-weight: 200;
  line-height: 3rem;
  text-decoration: none !important;
  width: 35%;
  float:left;
}

.navbar li a {
  text-decoration: none !important;
}

.blue-text {
  color:rgb(32,159,221) !important;
}

#contact-left > p ~ p,#block-block-9 > p ~ p{
  margin-bottom:0px !important;
  margin-top:0px !important;
}

#header-text-block {
  width: 361px;
  heigth:100px;
  margin-left: 4%;
  margin-right: auto;
  margin-top:4%;
  display:inline-block;
  background:rgb(255,255,255);
  color:black;
}

#header-text-top {
  color: rgb(86,118,0);
  text-align: left;
  margin-left: 6%;
  margin-top: 4%;
  font-size: 18px;
}

#header-text-main {
  color: rgb(94,94,94);
  font-size: 10px;
  margin-top: 12px;
  text-align: left;
  margin-left: 6%;
  margin-right: 6%;
  line-height: 17px;
}

#header-text-sub {
  color: rgb(94,94,94);
  font-size: 1.9rem;
  margin-top: 3%;
  vertical-align: center;
  text-align: left;
  margin-left: 10%;
  width: 81%;
  line-height: 140%;
  padding-bottom: 5%;
}

.cross-white {
  float: left;
  margin-left: 3%;
  float: left;
  margin-top: 2.5%;
  height: 60px;
  width: 60px;
}

.home-white {
  float: left;
  margin-left: 6%;
  float: left;
  margin-top: 3.4%;
  height: 50px;
  width: 50px;
}

.logo-dark {
  float: left;
  margin-right: 10.2%;
  float: right;
  margin-top: 1.5%;
  height: 60px;
}

.home-menu {
  float: left;
  margin-left: 45%;
  float: left;
  margin-top: 2%;
  height:60px;
  width:60px;
}

#cross-menu {
  float: right;
  margin-left: 45%;
  margin-top: 2%;
  height:26px;
  width:26px;
}

#issuers-menu  {
  list-style-type: none;
  list-style-image: none;
  padding:0px;
  font-size: 0.9rem;
  font-family: 'Ropa Sans', sans-serif;
  color: rgb(0	87	118	);
  line-height: 2rem;
  float: right;
  margin-left: 20%;
}

#issuers-menu li a {
  list-style-type: none;
  list-style-image: none;
  text-decoration: none;
  color: #052638;
}

#issuers-menu ul {
  margin-top: 1%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  font-size: 1.3rem;

}

.font-white-big {
  font-size: 1.3rem;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 200;
  text-decoration: none !important;
  color:white;
}

#section-header {
  font-size: 50%;
  color: rgb(169,206,225 );
  margin-left: 20%;
}


#header-logo-menu {
  float: left;
  margin-right: 3%;
  width: 70px;
  height: 89px;
  margin-top: 2.2%;
}

#header-menu {
  height: 15%;
  width:100%;
  margin-top: -53%;
  display: block;
}

#header-menu-fixed {
  width: 100%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.contact-grey {
  background-color: rgb(236,236,236);
}

/**
 * Block Link
 *
 * A Faux block-level link. Used for when you need a block-level link with
 * clickable areas within it as directly nesting a tags breaks things.
 */


.block-link {
  position: relative;
  text-decoration: none;
}

.block-link a {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

#originators-list {
  background:white;
  width:100%;
}

.page-node-232  #page-next{
  width:92%;
}

.page-node-233  #page-next{
  width:92%;
}

.ui-accordion-header{
  background:rgb(229,238,239);
  background-image:none;
  color:#12771d;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #12771d;
  text-decoration: none;
}

.breadcrumb__item a {
  color: #12771d;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200;
  font-size: 14px;
}
li.breadcrumb__item  {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200;
  color: rgb(97, 106, 112);
  font-size: 14px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
  margin-left: 105px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #12771d;
  text-decoration: none;
  margin-left: 104px;
}

.page-node-232 #page-next h1 {
  margin-left:12%;
}

.page-node-233 #page-next h1 {
  margin-left:12%;
}

#originator-block{
  width:100%;
}

.originator-block {
    width: 100%;
    margin-left: auto;
    /* float: left; */
    background: rgb(229, 238, 239);
    margin-bottom: 10px;
    margin-right: auto;
}

.originator-block h1 {
  color: #12771d;
  font-size: 17px;
  margin:0px;
  margin-left:10px;
}

.originator-block:hover {
  font-size: 17px;
  text-decoration: none;
  background: rgb(210, 238, 239);

}

.originator-block a {
  font-size: 17px;
  text-decoration: none;
}

#contact-details {
  width: 55%;
  float: right;
  background: white;
}

.border-button {
  border: 2px solid;
  border-color: #12771d;
  border-radius: 36px;
  background-color: white;
  color: black;
  padding: 5px 39px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}

.page-node-237 #page-next {
  width:95%;
}

.page-node-235 #page-next {
  width:95%;
}

.page-node-237 li {
  margin-bottom:14px;
}

.page-node-235 li {
  margin-bottom:14px;
}

.page-node-237 #programmes-block li {
  margin-bottom: 14px;
  margin-left: 9%;
  width:75%;
  color: #12771d;
}

.page-node-235 #programmes-block li {
  margin-bottom: 14px;
  margin-left: 9%;
  width:75%;
}

.page-node-237 .layout-3col__full span {
   margin-left:5%;
}

.page-node-235 .layout-3col__full span {
  margin-left:5%;
}

.page-node-237 .layout-3col__full h1 {
  margin-left:5%;
}

.page-node-235 .layout-3col__full h1 {
  margin-left:5%;
}

#programmes-block {
  background: rgb(229, 238, 239);
  width: 52%;
  min-height: 300px;
  padding-bottom: 20px;
  float:left;
}

#programmes-block h1 {
  margin-left: 9%;
  padding-top: 4%;
  font-size:30px;
}

#contact-block {
  width:40%;
  float:right;
}

#contact-block h1 {
  margin:0%;
  margin-top:30px;
  font-size:30px;
}

.page-node-185 #page-next {
  width: 90%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  background-image: none;
}

.program-data {
  display:none;
}

.page-node-185 .program-items li {
  margin-bottom: 14px;
  margin-left: 9%;
}

.page-node-185 .ui-tabs{
  display:none;
  border:none;
}

.page-node-185 td, th {
  padding: 0;
  border: solid 1px rgb(239,238,238);
}

#program-items {
  display: block;
  margin-bottom: 20px;
  overflow: auto;
}

#program-items ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#program-items .ui-tabs a {
  text-align: left;
  float: left;
  margin-left: 0px;
  border: none;
  background: green;
}

.program-item {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  text-decoration: none;
  font-size:14px;
}

.program-item a {
  text-decoration: none;
}

.program-item a:hover {
  text-decoration: underline;
}

.program-item-active {
  text-decoration: underline !important;
}

.program-item-data {
  display:none;
}

td.date-column {
  color:black;
}

.program-item-data-active {
  display:block !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
  background: rgb(229, 238, 239);
  border: none;
  border-bottom: solid 4px green !important;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0px;
  background: black;
  background: rgb(229, 238, 239);
  border: none;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0px;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  height: 40px;
  background: none;
  border: none;
  width: 100%;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  margin-left: 0px;
  min-width: 183px;
}

.icon img {
  width:40px;
}

.ui-tabs-panel {
  font-size:12px;
  margin:10px;
  text-align: center;
}

.ui-tabs-panel tr, th{
  height: 50px;
  color: grey;
}

.ui-tabs-panel th {
  padding: 1px;
  font-size: 10px;
}

#menu-copyright {
  margin-left: 40px;
  font-size: 10px;
  width: 100%;
  float:left;
}

#bottom-area {
  width: 85%;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: rgb(176,176,176);
  margin-top:30px;
}

#menu {
  overflow: auto;
}

#menu {
  width: 84%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

#menu-left {
  width:50%;
  height:500px;
  float:left;
  /* background:gray; */
  line-height: 1.7em;
}
#menu-right {
  width:50%;
  height:500px;
  float:left;
  line-height: 1.7em;
}

#menu-page-main-list {
  float: left;
  margin-top: 12px;
  margin-left: 40px;
  border-color: rgb(176,176,176);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 90%;
}

#menu-page-main-list a {
  font-size: 18px;
  color: rgb(0,39,0);
  text-decoration: none;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
}


#menu-page-main-list ul {
  margin: 0px;
  padding: 0px;
}

#menu-page-main-list ul li:hover {
  background-image:url(../img/green-pointer.png);
  background-position-x: 446px;
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.menu-submenu ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(40, 142, 56 );
  font-size: 15px;
  font-weight: 100;
}

.sub-menu-header {
  font-size: 18px;
  color: rgb(0,39,0);
  text-decoration: none;
  font-weight: normal;
  margin-left: 58px;
}

.menu-submenu {
  float: left;
  margin-top: 28px;
  margin-left: 0px;
  display: none;
}

.menu-submenu ul {
  margin: 10px;
  line-height: 1.7em;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(131,176,139);
  font-size: 2.0em;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 58px;
  margin-right: 45px;
  list-style-type: none;
  padding: 0px;
}

.menu-submenu ul li {
  height: 40px;
}

#menu-terms-and-privacy-policy-list {
  float: left;
  font-weight: normal;
  color: rgb(44,44,44);
  font-size: 14px;
  margin-left: 0px;
}

#menu-terms-and-privacy-policy-list ul {
  margin-top: 11px;
  margin-left: 0px;
}

#menu-terms-and-privacy-policy-list ul li {
  height: 25px;
}

#menu-terms-and-privacy-policy-list ul li a {
  font-weight: normal;
  color:rgb(44,44,44);
  font-size: 12px;
}

#menu-copyright {
  margin-left: 42px;
}

.node-page ol {
  font-size:17px;
}

#menu-exit-logo {
  float: right;
  width: 29px;
  margin-top: 30px;
  margin-right: 24px;
}

#menu-back-arrow {
  display: none;
  float: left;
  margin-left: 25px;
  margin-top: 17px;
}

.menu-large-submenu {
  display:none;
}

.button-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  color: #12771d;
}

.button-list a {
  text-decoration: none;
}
.button-list li {
  color: #12771d;
}

.transaction-button {
  display: none;
}

.ui-widget-content {
  border: 1px solid #aaaaaa/*{borderColorContent}*/;
  background: unset;
  color: #222222;
}

table img {
  vertical-align: middle;
}

.ui-tabs table {
  zoom:60%;
}

.menu-submenu ul li a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 100;
}

.hiderow {
  display:none;
}

.transaction-subtext {
  margin-left: 9%;
  margin-right: 2%;
}

.governance tr td:first-child  {
  width:20%;
}

.node-46 td {
  text-align: center;
}

.node-46 a {
  text-decoration: none;
}

.node-46 strong {
  color: #004312;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 20px;
}

.governance img {
  padding-right:20px;
}

.headerrow {
  text-transform: uppercase;
  font-weight: bold;
}

.headerrow td {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}

.headerrow td .numbercolumn {
  <br />padding-bottom: 10px;
  <br />padding-top: 10px;
  <br />font-weight: bold;
}

.numbercolumn {
  vertical-align: top;
  width: 50px;
  font-size: 14px;
}

.node-241 table {
  border: none !important;
}

.node-241 .art-article td {
  padding: 2px;
  border: none;
  vertical-align: top;
  text-align: left;
}

.legaltext {
  width:600px;
}

.view-display-id-page_1 a {
  color: rgb(86,118,0);
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
    text-decoration: none;
}
.view-display-id-page_1 .newslink {
  margin-bottom:20px;  
}
