@charset "UTF-8";
/*!
 * PWD P4 SASS Framework 2.0
 *
 * Copyright Poutapilvi Web Design
 * http://www.poutapilvi.fi
 *
 * All rights reserved.
 */
/* Bonus EEIG CSS 12/2014 */
@font-face {
  font-family: "ico-moon";
  src: url("fonts/icomoon/ico-moon.eot");
  src: url("fonts/icomoon/ico-moon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/ico-moon.ttf") format("truetype"), url("fonts/icomoon/ico-moon.woff") format("woff"), url("fonts/icomoon/ico-moon.svg#ico-moon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=pwd-icon-] {
  font-family: "ico-moon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pwd-icon-menu:before {
  content: "";
}

.pwd-icon-earth:before {
  content: "";
}

.pwd-icon-key:before {
  content: "";
}

.pwd-icon-minus:before {
  content: "";
}

.pwd-icon-plus:before {
  content: "";
}

.pwd-icon-search:before {
  content: "";
}

/*!
 * Bootstrap v3.1.1
 * https://github.com/twbs/bootstrap-sass
 *
 * The MIT License (MIT)
 * Copyright (c) 2013 Twitter, Inc
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 62.5%;
  -ms-text-size-adjust: 62.5%;
}

body {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-align: center;
  background: #ffffff;
}

body,
button,
input,
select,
textarea {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 14px;
  font-size: 1.4rem;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

.content button,
.content input[type=button],
.content input[type=reset],
.content input[type=submit],
.login input[type=submit],
.searchboxsubmit,
input.login {
  width: auto !important;
  margin: 0;
  padding: 5px 8px;
  color: #ffffff;
  text-decoration: none;
  line-height: normal;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 0;
  background: #004282;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: button;
  font-size: 14px;
  font-size: 1.4rem;
}
.content button:hover,
.content input[type=button]:hover,
.content input[type=reset]:hover,
.content input[type=submit]:hover,
.login input[type=submit]:hover,
.searchboxsubmit:hover,
input.login:hover {
  background: #003569;
}
.content button::-moz-focus-inner,
.content input[type=button]::-moz-focus-inner,
.content input[type=reset]::-moz-focus-inner,
.content input[type=submit]::-moz-focus-inner,
.login input[type=submit]::-moz-focus-inner,
.searchboxsubmit::-moz-focus-inner,
input.login::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.content input[type=text],
.content input[type=password],
.login input[type=text],
.login input[type=password],
.content textarea,
.searchboxinput {
  margin: 0;
  padding: 4px 4px;
  line-height: normal;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
}
.content input[type=text]::-moz-focus-inner,
.content input[type=password]::-moz-focus-inner,
.login input[type=text]::-moz-focus-inner,
.login input[type=password]::-moz-focus-inner,
.content textarea::-moz-focus-inner,
.searchboxinput::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.content input[type=text]:focus,
.content input[type=password]:focus,
.login input[type=text]:focus,
.login input[type=password]:focus,
.content textarea:focus,
.searchboxinput:focus {
  outline: none;
}

.content input[type=checkbox], .content input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

.content textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.notpublic,
.error,
.loginerror {
  color: #FF0000;
}

br.eoc {
  display: none;
}

.clear {
  clear: both;
}

.float {
  float: left;
}

.floatr {
  float: right;
}

img.rssfeed {
  float: right;
  margin: 0;
  padding: 0;
}

div.content,
.cf {
  zoom: 1;
}
div.content:before,
.cf:before {
  content: "";
  display: table;
}
div.content:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

body.content, body.contentbg {
  color: #000000;
  text-align: left;
  background: #FFFFFF;
}

.container {
  text-align: left;
}

.default-header-area,
.header-search,
.main-nav {
  display: none;
}

.top-bar {
  text-align: left;
}
.top-bar .top-bar-links {
  padding-top: 2px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.top-bar .top-bar-links a {
  color: white;
  display: inline-block;
  padding: 4px;
  text-transform: uppercase;
}
.top-bar .top-bar-links span:first-child a {
  background: none;
}

/* .mobile-nav {
	.top-bar-links {
		float: left;
		@include pwd-fontsize(14);

		a {
			color: #ffffff;
			text-decoration: none;
			padding: 6px 5px;
			display: inline-block;
		}
	}
} */
.carousel-area,
.default-header-area {
  margin: 0;
  border-top: 5px solid #004282;
  border-bottom: 5px solid #004282;
  background: #004282;
}

.carousel-inner,
.default-header-area-inner {
  padding: 5px 15px;
  height: auto;
  border-top: 1px solid #042a51;
  border-bottom: 1px solid #042a51;
  -moz-box-shadow: inset 0px 0px 15px -4px black;
  -webkit-box-shadow: inset 0px 0px 15px -4px black;
  box-shadow: inset 0px 0px 15px -4px black;
}

.carousel-holder {
  background: #ffffff;
}

.header-logo {
  display: block;
  text-align: right;
  padding: 30px 5px;
}
.header-logo img {
  max-width: 90%;
  margin-right: 0;
}

.default-header-area .header-logo {
  position: relative;
  top: auto;
  left: auto;
  background: url(../../images/2014/sub-header-bg.jpg) top left no-repeat #ffffff;
  padding: 10px;
}

.frontpage-news-digest {
  margin-bottom: 2em;
  height: auto;
  min-height: 350px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background: white;
  padding: 25px 25px 10px 25px;
}
.frontpage-news-digest .newsdigesttitle {
  margin-bottom: 0.5em;
}
.frontpage-news-digest .newsingress {
  display: none;
}

.white-box-content .newsingress {
  display: none;
}

.carousel {
  max-width: 100%;
  height: 150px;
  overflow: hidden;
  margin-right: -1px;
  float: right;
}

.white-box-content .content img.customDigestImage {
  margin: 0 0 2em 0;
}

.gray-bg {
  padding: 2em 0 1em;
  background: #e2e2e2;
  background: #ffffff;
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
}

.footer-content .content {
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-content .content h1.h2, .footer-content .content h3, .footer-content .content h4, .footer-content .content h5 {
  margin-top: 0;
  color: white;
}

.white-box {
  min-height: 200px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background: white;
}
.white-box .content {
  margin: 0;
}
.default .white-box {
  padding: 30px;
}

.white-box-content {
  padding: 20px 20px 10px 20px;
}
.white-box-content .content {
  font-size: 14px;
  font-size: 1.4rem;
}
.white-box-content .content h1, .white-box-content .content h2, .white-box-content .content h3, .white-box-content .content h4, .white-box-content .content h5 {
  margin-top: 0;
}
.white-box-content .content h2 {
  padding-bottom: 3px;
  border-bottom: 4px solid #b3dc10;
}
.white-box-content .content .content_image[style*=float] img {
  margin-top: 0;
}
.white-box-content .content img {
  margin: 0;
}

.content-divider {
  width: 100%;
  height: 3px;
  background: #eeeeee;
  display: block;
}

.nav-bar {
  -moz-box-shadow: inset 0px 2px 35px -10px black;
  -webkit-box-shadow: inset 0px 2px 35px -10px black;
  box-shadow: inset 0px 2px 35px -10px black;
  background: #a0c40e;
}

.header-search {
  float: right;
  margin: 0 0 0;
  background: #003569;
}
.header-search #searchboxinput {
  border: none;
  background: none;
  color: #ffffff;
}
.header-search .searchboxsubmit {
  background: none;
  border: none;
  padding: 7px 8px 4px;
}

.tool-block {
  margin: 20px 0 0 0;
}

.site-footer {
  background: #004282;
  border-top: 5px solid #004282;
  border-bottom: 5px solid #004282;
  min-height: 1px;
}

.site-footer-inner {
  border-bottom: 1px solid #042a51;
  border-top: 1px solid #042a51;
  -moz-box-shadow: inset 0px 0px 15px -4px black;
  -webkit-box-shadow: inset 0px 0px 15px -4px black;
  box-shadow: inset 0px 0px 15px -4px black;
}

.footer-content {
  margin: 2em 0;
}
.footer-content .content {
  margin-bottom: 0;
}

.second-footer .green-line {
  font-family: "Open Sans";
  padding: 2em 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 5px solid #b3dc10;
  margin-bottom: 5em;
}
.second-footer .green-line > span {
  text-align: left;
  margin: 0.5em 0;
  display: block;
}
.second-footer .green-line a {
  color: #333333;
}
.second-footer .green-line img {
  display: block;
  margin: 1em 0;
}

.footer-content .content {
  color: white;
}
.footer-content .content h1, .footer-content .content h2, .footer-content .content h3, .footer-content .content h4, .footer-content .content h5 {
  color: white;
}
.footer-content .content a {
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
}
.footer-content .content .some-links a {
  display: block;
  padding: 6px 0 6px 36px;
  margin: 3px 0;
  background-image: url(../../images/2014/some.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.footer-content .content .some-links a.tw {
  background-position: 0 -28px;
}
.footer-content .content .some-links a.rss {
  background-position: 0 -58px;
}
.footer-content .content .some-links a.eb {
  background-position: 0 -88px;
}

.footer-content.visit .content a {
  text-decoration: underline;
  font-size: 20px;
  font-size: 2rem;
}
.footer-content.visit .content a:hover {
  text-decoration: none;
}

.pwd-extra-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
.pwd-extra-text a {
  display: inline-block;
  padding: 5px;
}
.content .pwd-extra-text a:hover {
  text-decoration: none;
  background: #e8f4ff;
}
.view-public .pwd-extra-text a {
  float: left;
}

.extranet .nav-bar {
  -moz-box-shadow: inset 0px 2px 35px -10px black;
  -webkit-box-shadow: inset 0px 2px 35px -10px black;
  box-shadow: inset 0px 2px 35px -10px black;
  background: #9ebad8;
}

.madebypoutapilvi {
  color: #c0c0c0 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  margin: 20px 0 20px 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
.madebypoutapilvi a,
.madebypoutapilvi a:hover {
  color: #c0c0c0 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  margin: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.madebypoutapilvi a:hover {
  text-decoration: underline !important;
}

.green-line img {
  max-width: 130px;
  margin-bottom: -11px;
}

.footer-content table p {
  margin: 0;
}
.footer-content table tr, .footer-content table td {
  display: block;
  width: 100%;
  clear: both;
  float: left;
}
.footer-content table br {
  display: none;
}

.cookie-consent-banner .banner-buttons .button-accept-cookies {
  padding: 5px 20px;
}
.cookie-consent-banner .banner-buttons .button-reject-cookies,
.cookie-consent-banner .banner-buttons .button-choose-cookies {
  background: transparent;
  border: 1px solid #004282;
  color: #004282;
  font-size: 16px;
}
.cookie-consent-banner .banner-buttons .button-reject-cookies:hover,
.cookie-consent-banner .banner-buttons .button-choose-cookies:hover {
  background: transparent;
  color: #003569;
}
.cookie-consent-banner .banner-buttons .button-reject-cookies {
  border: 1px solid #004282;
}

.content {
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.site-header a, .content a, .path a, .main-nav a, .left-nav a {
  text-decoration: none;
}
.site-header a:hover, .content a:hover, .path a:hover, .main-nav a:hover, .left-nav a:hover {
  text-decoration: underline;
}
.content a {
  color: #004282;
}

h1,
h2,
h3,
h4,
h5 {
  color: #004282;
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

h1 {
  margin: 0 0 0.7em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 27px;
  font-size: 2.7rem;
}

h2 {
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
}

h3 {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 21px;
  font-size: 2.1rem;
}

h4 {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  margin: 0 0 1em 0;
}

.content ul,
.content ol {
  margin: 0 0 1em 10px;
  padding: 0 0 0 20px;
}
.content ul {
  list-style-type: disc;
}
.content li {
  margin: 5px 0 5px 0;
}
.content ul li br {
  display: none;
}

blockquote {
  margin: 0 0 0 40px;
}

.content hr {
  text-align: right;
  width: 100%;
  height: 1px;
  color: #cccccc;
  border: none;
}

html > body .content hr,
.contentbg > hr {
  background: #cccccc;
}

.content .p4table {
  width: auto;
  vertical-align: top;
  overflow: hidden;
}
.content h1 table,
.content h2 table,
.content h3 table,
.content h4 table,
.content h5 table {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}

.white-box-content .content .blogdigesttitle,
.white-box-content .content h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.white-box-content .content h1 {
  border-bottom: 4px solid #b3dc10;
}

.content_image_caption {
  display: block !important;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1em;
  color: #737373;
  font-style: italic;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
.content_image[style*=display] .content_image_caption, .content_image[style^=DISPLAY] .content_image_caption {
  margin-left: 0;
  margin-right: 0;
}

.content_image {
  max-width: 100%;
}

.content img,
.content .content_image[style*=float] img,
.content .content_image[style^=FLOAT] img {
  max-width: 100%;
  height: auto;
  margin: 10px;
}
.content .content_image_nomargin img {
  margin-left: 0;
  margin-right: 0;
}
.content img[align=left],
.content .content_image[style="float:left;"] img,
.content .content_image[style="FLOAT: left"] img {
  margin-left: 0;
}
.content img[align=right],
.content .content_image[style="float:right;"] img,
.content .content_image[style="FLOAT: right"] img {
  margin-right: 0;
}
.content .content_image[style="float:left;"] .content_image_caption,
.content .content_image[style="FLOAT: left"] .content_image_caption {
  margin-left: 0;
}
.content .content_image[style="float:right;"] .content_image_caption,
.content .content_image[style="FLOAT: right"] .content_image_caption {
  margin-right: 0;
}

img.contentbaricon, img.contentstateicon {
  margin: 3px;
  padding: 0;
  border: none;
}

.fluid-image,
.fluid-images img {
  max-width: 100%;
  height: auto;
}

@media \0 screen {
  .lt-ie9 .content img,
.lt-ie9 .fluid-image,
.lt-ie9 .fluid-images img {
    width: auto;
  }
}

a.attachment, a.file {
  display: inline-block;
  padding: 5px 0 5px 24px;
  background-position: left center;
  background-repeat: no-repeat;
}

a.file {
  background-image: url(../aimg/icons/file.gif);
}
a.pdf {
  background-image: url(../aimg/icons/pdf.gif);
}
a.txt {
  background-image: url(../aimg/icons/txt.gif);
}
a.txt {
  background-image: url(../aimg/icons/txt.gif);
}
a.jpg {
  background-image: url(../aimg/icons/jpg.gif);
}
a.gif {
  background-image: url(../aimg/icons/gif.gif);
}
a.zip {
  background-image: url(../aimg/icons/zip.gif);
}
a.word {
  background-image: url(../aimg/icons/word.gif);
}
a.powerpoint {
  background-image: url(../aimg/icons/powerpoint.gif);
}
a.excel {
  background-image: url(../aimg/icons/excel.gif);
}
a.rtf {
  background-image: url(../aimg/icons/rtf.gif);
}

.content_image a.attachment,
.content_image a.file,
.content_image a.jpg,
.content_image a.gif {
  padding: 0;
  background: none;
}

/*# sourceMappingURL=style.css.map */
