@charset "UTF-8";
/* Variables */
/* 300, 400 + 700 */
/* Styles */
body {
  font-family: "Lato", sans-serif;
  font-weight: 400; }
  body bold {
    font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300; }
  h1 bold, h2 bold, h3 bold, h4 bold, h5 bold, h6 bold {
    font-weight: 700; }

.meta p {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #787a7b; }

/* Header + Navigation */
header {
  border-bottom: 6px solid #88b042;
  width: 100%; }
  header .logo {
    width: 50%;
    max-width: 100%;
    padding-top: 0.6em;
    padding-bottom: 0.6em; }
    header .logo img {
      margin: 0 auto;
      height: 4em;
      max-width: 50%; 
      min-width: 200px; }
      /* For old logo: max-width: 400%; } */

nav.nav-horisontal ul {
  margin-bottom: 1em; }
  nav.nav-horisontal ul li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #3a3d3f;
    letter-spacing: 0.05em; }
  nav.nav-horisontal ul li ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
    nav.nav-horisontal ul li ul li a {
      text-transform: none;
      letter-spacing: 0em;
      font-size: 1.1em; }

/* Footer */
footer {
  background-color: #303940;
  color: #fff;
  padding-top: 1.4em;
  padding-bottom: 1em; }
  footer h3, footer p, footer ul, footer ul li {
    color: #fff; }
    footer h3 a, footer p a, footer ul a, footer ul li a {
      color: #fff;
      text-decoration: underline; }
      footer h3 a:hover, footer p a:hover, footer ul a:hover, footer ul li a:hover {
        color: #fff;
        text-decoration: none; }
  footer ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 1em; }
    footer ul li a:after {
      content: " »"; }
  footer h3 {
    font-size: 1.2em;
    font-weight: 700; }
  footer p {
    font-size: 1em;
    margin-bottom: 0.6em; }

/* News lists */
.block.newslist {
  padding-top: 1.4em;
  padding-bottom: 1.6em; }
  .block.newslist article {
    background-color: #f5f7f8; }
    .block.newslist article .text {
      padding: 0.6em 1em 1em 1em; }
      .block.newslist article .text h3 {
        font-size: 1.2em;
        line-height: 1.3em;
        font-weight: 700; }
        .block.newslist article .text h3 a {
          color: #1c1c1c;
          text-decoration: none; }
      .block.newslist article .text p {
        line-height: 1.5em;
        font-size: 0.9em; }
    .block.newslist article img {
      border-top: 2px solid #88b042; }

.block.newslist.related {
  background-color: #f5f7f8;
  margin-top: 2em; }
  .block.newslist.related article {
    background-color: #fff; }
  .block.newslist.related .centered h3 {
    text-align: center;
    color: #979797;
    padding-bottom: 0.4em; }

/* Apply */
.block.eckbo-apply {
  background-color: #f5f7f8;
  padding-bottom: 2em; }
  .block.eckbo-apply .topborder {
    display: block;
    width: 100%;
    border-top: 4px solid #88b042; }
  .block.eckbo-apply h2 {
    border-bottom: 2px solid #e7e7e7;
    font-size: 1.8em;
    margin-top: 0.6em; }
  .block.eckbo-apply a {
    color: #88b042;
    text-decoration: underline; }
  .block.eckbo-apply ul {
    list-style-type: disc;
    margin-left: 1.1rem; }
    .block.eckbo-apply ul li {
      line-height: 1.3em;
      padding-bottom: 0.6em; }
  .block.eckbo-apply .check {
    position: relative;
    margin-bottom: 1em; }
    .block.eckbo-apply .check label {
      font-weight: 700;
      padding-left: 1em;
      line-height: 1.3em; }
    .block.eckbo-apply .check input[type="checkbox"] {
      position: absolute;
      top: 0.1em; }
  .block.eckbo-apply input[type="text"] {
    margin-bottom: 0em;
    border: 2px solid #d6dadd;
    background-color: transparent;
    box-shadow: none;
    color: #000; }
  .block.eckbo-apply .button {
    background-color: #729535;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid #88b042;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 0.5em 1em 0.55em 1em;
    font-size: 1em;
    color: #fff;
    text-decoration: none; }
    .block.eckbo-apply .button:hover {
      background-color: rgba(136, 176, 65, 0.85); }
  .block.eckbo-apply .button.login {
    margin-top: 0.7em; }
  .block.eckbo-apply ::-webkit-input-placeholder {
    color: #4d4d4d; }
  .block.eckbo-apply :-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d; }
  .block.eckbo-apply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d; }
  .block.eckbo-apply :-ms-input-placeholder {
    color: #4d4d4d; }

/* Block intro */
.block.intro {
  border-top: 1px solid #fff;
  background-size: cover;
  background-position: center center; }
  .block.intro .color-filter {
    background-color: rgba(136, 176, 65, 0.85);
    padding-top: 1.6em;
    padding-bottom: 1.4em; }
  .block.intro h1 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    font-weight: 300;
    text-shadow: 0px 0px 28px #729535; }
  .block.intro p {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 0px 28px #729535; }
  .block.intro a.button {
    background-color: #729535;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 0.6em 1.4em 0.60em 1.4em;
    font-size: 1em;
    margin-top: 0.4em; }
    .block.intro a.button:after {
      content: " »"; }
    .block.intro a.button:hover {
      background-color: rgba(136, 176, 65, 0.85); }

.block.intro.subpage h1 {
  text-align: left;
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 0.2em;
  margin-top: 0.5em; }

/* Block horisontal line + Breadcrumb */
.block.horline {
  border-top: 1px solid #fff;
  background-color: #f5f7f8;
  padding-top: 0.9em;
  padding-bottom: 0.9em; }
  .block.horline nav.filter ul li {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 2.4em;
    font-size: 0.8em; }
    .block.horline nav.filter ul li a {
      background-color: #dddddd;
      color: #222222;
      padding: 0.2em 0.4em 0.2em 0.4em;
      transition: background-color 400ms ease-out; }
      .block.horline nav.filter ul li a:hover {
        background-color: #c2c2c2; }
    .block.horline nav.filter ul li a.active {
      background-color: #88b042;
      color: #fff; }
      .block.horline nav.filter ul li a.active:hover {
        background-color: #729535; }
  .block.horline nav.filter ul li.desc {
    color: #787a7b; }
  .block.horline .breadcrumbs {
    border: none;
    background-color: transparent;
    margin: 0 0 0 0;
    padding: 0.0em 0 0.0em 0; }
    .block.horline .breadcrumbs > * a {
      font-weight: 700;
      line-height: 2em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 1em;
      color: #787a7b;
      text-decoration: underline; }
    .block.horline .breadcrumbs li.current a {
      text-decoration: none; }

/* Article list */
.block.articlelist {
  padding-top: 2em;
  padding-bottom: 2em; }
  .block.articlelist article {
    background-color: #f5f7f8;
    margin-bottom: 1.4em; }
    .block.articlelist article img {
      border-top: 2px solid #88b042; }
    .block.articlelist article h3 {
      margin-bottom: 0em; }
      .block.articlelist article h3 a {
        color: #222222;
        text-decoration: none; }
        .block.articlelist article h3 a:hover {
          text-decoration: underline; }
    .block.articlelist article p {
      line-height: 1.3em;
      margin-bottom: 0.4em; }
    .block.articlelist article .text {
      padding: 1em 1.4em 1em 1.4em; }
    .block.articlelist article .article-tags {
      margin-top: 0.8em; }
      .block.articlelist article .article-tags a.label {
        background-color: #dddddd;
        color: #222222;
        padding: 0.5em 0.6em 0.45em 0.6em;
        transition: background-color 400ms ease-out;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 0.8em;
        text-decoration: none;
        margin-right: 0.6em; }
        .block.articlelist article .article-tags a.label:hover {
          background-color: #c2c2c2; }
  .block.articlelist ul.pagination li {
    border-right: none; }
    .block.articlelist ul.pagination li a {
      font-weight: 700;
      background: #f5f7f8; }
      .block.articlelist ul.pagination li a:hover {
        background: #cccecf; }
  .block.articlelist ul.pagination li.current a {
    background: #88b042; }
  .block.articlelist ul.pagination li.arrow a {
    background: transparent; }
    .block.articlelist ul.pagination li.arrow a:hover {
      background: #cccecf; }

/* Article */
article.full .largeimage {
  margin-top: 1.6em; }
  article.full .largeimage .caption {
    background-color: #88b042;
    color: #fff;
    font-style: normal;
    padding: 0.2em 0.5em 0.25em 0.5em; }
article.full h1 {
  margin-top: 0.6em; }
article.full p {
  font-size: 1.1em; }
article.full .tags {
  margin-top: 0.8em;
  font-size: 0.9em; }
  article.full .tags a.label {
    background-color: #dddddd;
    color: #222222;
    padding: 0.5em 0.6em 0.45em 0.6em;
    transition: background-color 400ms ease-out;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    text-decoration: none;
    margin-right: 0.2em; }
    article.full .tags a.label:hover {
      background-color: #c2c2c2; }
article.full .meta {
  font-size: 0.9em; }
article.full .panel.radius.callout {
  border: none;
  border-top: 2px solid #88b042;
  border-radius: 0px !important;
  background-color: #f5f7f8; }
article.full a {
  color: #88b042;
  text-decoration: underline; }
  article.full a:hover {
    text-decoration: none; }
article.full h1, article.full h2, article.full h3, article.full h4, article.full h5, article.full h6 {
  line-height: 1.1em; }
  article.full h1 a, article.full h2 a, article.full h3 a, article.full h4 a, article.full h5 a, article.full h6 a {
    color: #222222; }
article.full h5 {
  font-size: 1.4em; }
article.full h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em; }
article.full ol {
  list-style-type: decimal; }
article.full table caption {
  text-align: left;
  font-weight: 400;
  font-size: 1.4em; }
article.full table th p {
	text-align: center;
	font-weight: bold; }
article.full blockquote {
  background-color: #88b042;
  border-left: none;
  padding: 1em 2em 0.1em 2em; }
  article.full blockquote p {
    color: #fff;
    font-size: 2em; }
  article.full blockquote cite {
    color: #fff;
    font-size: 0.6em; }

/* ==========================================================================
   Screen 40.0625em +
   ========================================================================== */
@media only screen and (min-width: 48.0625em) {
  nav.nav-horisontal {
    position: absolute;
    top: 0em;
    right: 0em;
    border-top: 1px solid #fff; }
    nav.nav-horisontal ul {
      margin-bottom: 0em;
      position: relative; }
      nav.nav-horisontal ul li {
        font-size: 0.6em; }
        nav.nav-horisontal ul li a {
          padding: 4.2em 0.3em 3.9em 0.3em;
          background-color: #fff; }
          nav.nav-horisontal ul li a:hover {
            background-color: #f5f7f8; }
        nav.nav-horisontal ul li > ul {
          background-color: #f5f7f8;
          padding: 0.6em 0.6em 0.55em 0.6em;
          bottom: -2.6em;
          width: 100%; }
          nav.nav-horisontal ul li > ul li {
            border: none;
            margin-right: 0.3em; }
            nav.nav-horisontal ul li > ul li a {
              border: none;
              padding: 0.3em 0.3em 0.3em 0.3em; }
              nav.nav-horisontal ul li > ul li a:hover {
                background-color: #dfe1e1; }
          nav.nav-horisontal ul li > ul .sub-active a { 
            background-color: #dfe1e1; }
      nav.nav-horisontal ul li.active > a {
        background-color: #f5f7f8; }
      nav.nav-horisontal ul li.active_onload > a {
        background-color: #f5f7f8; }
      nav.nav-horisontal ul li.active_onload > ul {
        display: block; }
      nav.nav-horisontal ul li.active_onload_override > a {
        background-color: transparent; }
      nav.nav-horisontal ul li.active_onload_override > ul {
        display: none; }
      nav.nav-horisontal ul li.active.active_onload_override > a {
        background-color: #f5f7f8; }
      nav.nav-horisontal ul li.active.active_onload_override > ul {
        display: block; }

  .subpage-navspace {
    width: 100%;
    height: 2.6em;
    background-color: #f5f7f8;
    display: none; }

  .block.intro .color-filter {
    padding-top: 3em;
    padding-bottom: 1em; }

  .block.intro.subpage .color-filter {
    padding-top: 1em;
    padding-bottom: 1.6em; }
    .block.intro.subpage .color-filter p {
      padding-right: 20%; } }
/* ==========================================================================
   Screen 64.0625em +
   ========================================================================== */
@media only screen and (min-width: 60.0625em) {
  nav.nav-horisontal ul li {
    font-size: 0.8em; }
    nav.nav-horisontal ul li a {
      padding: 2.9em 1em 2.85em 1em; }
    nav.nav-horisontal ul li > ul {
      bottom: -3.2em; }

  .subpage-navspace {
    height: 3.2em; } }
@media only screen and (max-width: 40em) {
  article.full h5 {
    font-size: 1em; }
    article.full h6 {
    font-size: 0.9em; } }
.filelist li a {
    color: #88b042;
    text-decoration: underline; }


div#footerlogocontainer {
        text-align: center;
        margin-top: 8px;
}
img#footerlogo {
        width: 180px;
}

