@charset "UTF-8";
/*!
 * PWD P4 SASS Framework 2.0
 *
 * Copyright Poutapilvi Web Design
 * http://www.poutapilvi.fi
 *
 * All rights reserved.
 */
/* Bonus EEIG Modules CSS 12/2014 */
.main-nav ul {
  zoom: 1;
}
.main-nav ul:before {
  content: "";
  display: table;
}
.main-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav li {
  float: left;
  margin: 0 10px 0 0;
}
.main-nav a {
  color: #004282;
}
.main-nav ul ul {
  display: none;
}
@media (min-width:768px) {
  .main-nav [data-pwd-menu-level=root] {
    display: none;
  }
}

.sidemenulevel {
  font-family: "Open Sans";
  font-size: 18px;
  font-size: 1.8rem;
}
.sidemenulevel a {
  color: #004282;
}
.sidemenulevel .sidemenulevel {
  font-size: 0.85em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}
.left-nav > .sidemenulevel > .sidemenulink {
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #004282;
}
.left-nav > .sidemenulevel > .sidemenulink:last-child {
  border-bottom: 0;
}

a.sidemenuselected {
  font-weight: bold;
}

.path {
  margin: 0 0 20px;
}

.path,
.path a {
  color: #004282;
}

.frontpage .path {
  background: #ffffff;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}

@media (min-width:768px) {
  .main-nav {
    font-family: "Open Sans";
    text-transform: uppercase;
  }
  .main-nav ul {
    zoom: 1;
  }
  .main-nav ul:before {
    content: "";
    display: table;
  }
  .main-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-nav li {
    float: left;
    margin: 12px 0;
  }
  .main-nav a {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 2px 5px;
    color: white;
    border-left: 2px solid #8cac0d;
    text-shadow: -1px -1px 0px #79950b;
  }
  .main-nav li.selected a {
    text-decoration: underline;
  }
  .main-nav .notpublic {
    color: #f1b3b3;
  }

  .extranet .main-nav a {
    border-left: 2px solid #8cadd0;
    text-shadow: -1px -1px 0px #7aa0c9;
  }
}
@media (min-width:992px) {
  .main-nav a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 10px;
  }
}
@media (min-width:1200px) {
  .main-nav a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 20px;
  }
}
[class^=pwd-micon-]:before,
[class*=" pwd-micon-"]:before {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  content: "";
  speak: none;
}

[class^=pwd-micon-28-]:before,
[class*=" pwd-micon-28-"]:before {
  width: 28px;
  height: 28px;
  background: transparent url("../../images/2014/icomoon-sprite-28px.png") no-repeat 0 0;
}
.svg [class^=pwd-micon-28-]:before,
.svg [class*=" pwd-micon-28-"]:before {
  background-image: url("../../images/2014/icomoon-sprite-28px.svg");
}

[class^=pwd-micon-16-]:before,
[class*=" pwd-micon-16-"]:before {
  width: 16px;
  height: 16px;
  background: transparent url("../../images/2014/icomoon-sprite-16px.png") no-repeat 0 0;
}
.svg [class^=pwd-micon-16-]:before,
.svg [class*=" pwd-micon-16-"]:before {
  background-image: url("../../images/2014/icomoon-sprite-16px.svg");
}

.pwd-micon-28-menu:before {
  background-position: 0 center;
}

.pwd-micon-28-earth:before {
  background-position: -38px center;
}

.pwd-micon-28-key:before {
  background-position: -76px center;
}

.pwd-micon-28-search:before {
  background-position: -114px center;
}

.pwd-micon-28-arrow-left:before {
  background-position: -153px center;
}

.pwd-micon-28-arrow-left2:before {
  background-position: -190px center;
}

.pwd-micon-16-menu:before {
  background-position: 0 center;
}

.pwd-micon-16-earth:before {
  background-position: -26px center;
}

.pwd-micon-16-key:before {
  background-position: -52px center;
}

.pwd-micon-16-search:before {
  background-position: -78px center;
}

.pwd-micon-16-arrow-left:before {
  background-position: -104px center;
}

.pwd-micon-16-arrow-left2:before {
  background-position: -129px center;
}

.pwd-mobile-nav-bar {
  position: relative;
  border-bottom: 1px solid #0061bf;
  z-index: 900;
  font-size: 14px;
  font-size: 1.4rem;
}
.pwd-mobile-nav-bar .pwd-nav-container {
  padding: 5px;
  background: #004282;
}
.pwd-mobile-nav-bar .pwd-icons {
  text-align: right;
}
.pwd-mobile-nav-bar .pwd-menu-trigger {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 4px 5px;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.pwd-mobile-nav-bar .pwd-menu-trigger:first-child {
  margin-left: 0;
}
.pwd-mobile-nav-bar .pwd-trigger-open {
  background: #00284f;
}
.pwd-mobile-nav-bar .pwd-animate-left {
  left: -100%;
}
.pwd-mobile-nav-bar .pwd-animate-right {
  left: -100%;
}
.pwd-mobile-nav-bar .pwd-animate-right-open {
  left: 0;
  z-index: 2;
}
@media (min-width:768px) {
  .pwd-mobile-nav-bar {
    display: none;
  }
}

.pwd-mobile-menu {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 400px;
  margin: 1px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: #003569;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}

.pwd-menu-hidden {
  display: none;
}

.pwd-mobile-menu-navigation {
  text-align: left;
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
}
.pwd-mobile-menu-navigation ul {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  background: #003569;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.pwd-mobile-menu-navigation ul ul {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 100%;
  z-index: -1;
}
.pwd-mobile-menu-navigation .pwd-node-open > ul {
  z-index: 1;
}
.pwd-mobile-menu-navigation li {
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px solid #002d59;
  zoom: 1;
}
.pwd-mobile-menu-navigation li:before {
  content: "";
  display: table;
}
.pwd-mobile-menu-navigation li:after {
  content: "";
  display: table;
  clear: both;
}
.pwd-mobile-menu-navigation li:first-child {
  border-top: 0;
}
.pwd-mobile-menu-navigation a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 40px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}
.pwd-mobile-menu-navigation .selected > a {
  background: #003f7d;
}
.pwd-mobile-menu-navigation a,
.pwd-mobile-menu-navigation .pwd-node-trigger {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pwd-mobile-menu-navigation .pwd-node-title a {
  padding-right: 10px;
  padding-left: 60px;
  background: #001e3b;
}
.pwd-mobile-menu-navigation .pwd-node-trigger,
.pwd-mobile-menu-navigation .pwd-node-loading {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2;
  background: #00284f;
}
.pwd-mobile-menu-navigation .pwd-node-loading {
  width: 32px;
  height: 32px;
  padding: 7px 2px 7px 0;
  right: 0;
  background: transparent url("../../images/2014/pwdm-loading.svg") no-repeat center center;
}
.pwd-mobile-menu-navigation .pwd-node-trigger-open {
  right: 0;
}
.pwd-mobile-menu-navigation .pwd-node-trigger-close {
  left: 0;
}

.pwd-mobile-menu-mobile-search form {
  margin: 10px;
}
.pwd-mobile-menu-mobile-search #searchboxinput {
  width: 85%;
  padding-left: 5px;
}
.pwd-mobile-menu-mobile-search button {
  border: 0;
  background: transparent;
}

.newsdigest {
  font-size: 14px;
  font-size: 1.4rem;
}
.newsdigest .newsimage {
  display: none;
}
.newsdigest .newsreadmore {
  display: none;
}

.news .content {
  margin-bottom: 0;
}

.newsreadmore a {
  text-decoration: underline;
}
.newsreadmore a:after {
  content: " »";
}

.newsrow0,
.newsrow1 {
  margin: 0 0 10px;
  zoom: 1;
}
.newsrow0:before,
.newsrow1:before {
  content: "";
  display: table;
}
.newsrow0:after,
.newsrow1:after {
  content: "";
  display: table;
  clear: both;
}
p.newstitle,
p.newsheading,
.newsdigesttitle {
  line-height: 1.2;
}
p.newstitle a,
p.newsheading a,
.newsdigesttitle a {
  color: #333333;
}

p.newstitle {
  margin: 0 0 0.7em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}

.news .content h1 {
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}

.newsdigesttitle {
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  border-bottom: 4px solid #b3dc10;
  margin-top: 0;
}

.white-box-content .newsdigesttitle {
  font-size: 18px;
  font-size: 1.8rem;
}

.frontpage-news-digest .newsdigesttitle {
  font-size: 27px;
  font-size: 2.7rem;
}

.newsimage {
  float: right;
}
.newsimage img {
  margin-top: 0;
  margin-left: 0;
}

p.newsheading {
  margin-top: 0;
  margin-bottom: 0;
}

.news p.newsheading a {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
  display: block;
  margin-bottom: 0.5em;
}

.newsdate,
.newsname {
  color: #004f9c;
  font-weight: normal;
}

.newsdate {
  display: block;
}

.newsname {
  margin: 0 0 0 0.5em;
}

p.newsheading .newsdate {
  font-size: 14px;
  font-size: 1.4rem;
}

p.newsingress {
  margin: 0 0 1em;
}

p.newsitemreadmore {
  margin: 1em 0 0;
}

p.prevnext {
  margin: 25px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #cccccc;
}

.newsclear {
  display: none;
}

/* News / digest */
.newsdigesttitle:empty {
  display: none;
}

/* News / digest / side bar */
.side-bar .newsdigesttitle {
  font-size: 21px;
  font-size: 2.1rem;
}
.side-bar .newsdigest p.newsheading {
  font-size: 16px;
  font-size: 1.6rem;
}
.side-bar .newsimage,
.side-bar .newsreadmore {
  display: none;
}
.side-bar .newsrow0,
.side-bar .newsrow1 {
  margin: 0 0 10px;
}

.newsreadmore {
  display: none;
}

.newsreadmore.newsitemreadmore {
  display: block;
}

.newsingress.newsitemingress {
  font-weight: bold;
}

.form_table table {
  margin: 10px 0 0 0;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.form_table .checkbox label,
.form_table .radio label {
  margin: 0 0 0 0.5em;
}

.form_header td:first-child {
  padding: 0 10px 0 0;
  font-weight: normal;
}

.faq h2 {
  margin: 0 0 0.7em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
.faq p {
  margin-bottom: 1em;
}
.faq .question {
  margin: 0 0 0.2em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

.faqdigest .faqdigest_qa {
  margin: 0 0 20px;
}
.faqdigest .faqdigesttitle {
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}

/* Popup Javascript calendar */
.calendar {
  z-index: 9999;
}

/* Event calendar / digest */
.eventcalendardigest .eventcalendardigesttitle {
  line-height: 1.2;
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
.eventcalendardigest .eventcalendardigest_table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.eventcalendardigest .eventcalendardigest_table td {
  padding: 0 10px 0 0;
}
.eventcalendardigest .eventcalendardigest_both_dates,
.eventcalendardigest .eventcalendardigest_start_dt {
  color: #004282;
}
.eventcalendardigest a {
  display: inline-block;
  margin-bottom: 0.5em;
  color: #333333;
}

/* Event calendar / event */
#tabcontainer .spacer {
  display: none;
}

#tabheader {
  zoom: 1;
}
#tabheader:before {
  content: "";
  display: table;
}
#tabheader:after {
  content: "";
  display: table;
  clear: both;
}
#tabheader ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#tabheader li {
  float: left;
  margin: 0 1% 0 0;
  border: 1px solid #c1c1c1;
  border-bottom: 0;
}
#tabheader a {
  display: block;
  padding: 5px 10px;
  color: #333333;
  text-decoration: none;
  background: rgba(204, 204, 204, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
}
#tabheader a:hover,
#tabheader li#current a {
  background: #cccccc;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-backface-visibility: hidden;
}

#tabcontent {
  padding: 10px;
  border: 1px solid #c1c1c1;
}
#tabcontent .tabcontent_mainhead,
#tabcontent .event_info {
  margin: 0 0 1em 0;
}
#tabcontent .tabcontent_mainhead {
  font-weight: bold;
}

/* Event calendar / search */
.eventcalendar_search h1 {
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-transform: none;
}
.eventcalendar_search h2 {
  margin: 0 0 0.3em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}
.eventcalendar_search input[type=text],
.eventcalendar_search select {
  width: 95%;
}
.eventcalendar_search .kalenteritaulukko input[type=text],
.eventcalendar_search .basicsearch input[type=text] {
  width: auto;
}
.eventcalendar_search td {
  padding: 0 10px 0 0;
}

.frontpage .eventcalendardigest table, .frontpage .eventcalendardigest tbody, .frontpage .eventcalendardigest thead, .frontpage .eventcalendardigest tr, .frontpage .eventcalendardigest td {
  display: block;
}
.frontpage .eventcalendardigest tr {
  margin: 0 0 20px 0;
}

.pwd-ec-custom-2 h5 {
  margin-bottom: 1em;
}
.pwd-ec-custom-2 .pwd-ec-subheading {
  display: block;
  font-weight: bold;
}
.pwd-ec-custom-2 .pwd-ec-caption,
.pwd-ec-custom-2 .pwd-ec-additional-text {
  margin-bottom: 10px;
}

.blog .content {
  margin-bottom: 0;
}

.blogdigest {
  font-size: 14px;
  font-size: 1.4rem;
}

.blogrow0,
.blogrow1 {
  margin: 0 0 0.75em;
  zoom: 1;
}
.blogrow0:before,
.blogrow1:before {
  content: "";
  display: table;
}
.blogrow0:after,
.blogrow1:after {
  content: "";
  display: table;
  clear: both;
}

p.blogtitle,
p.blogheading,
.blogdigesttitle {
  line-height: 1.2;
}

.white-box-content p.blogheading {
  margin-bottom: 0.35em;
}

p.blogtitle {
  margin: 0 0 0.7em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}

.blog p.blogheading a {
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
  display: block;
  margin-bottom: 0.5em;
}

.blogdigest .blogingress {
  display: none;
}

.blogdigest .blogauthor {
  display: none;
}

.blogdigesttitle {
  margin: 1em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  padding-bottom: 3px;
  border-bottom: 4px solid #b3dc10;
  margin-top: 0;
}

.frontpage-news-digest .content .blogdigesttitle {
  padding-bottom: 0;
  font-size: 27px;
  font-size: 2.7rem;
}

p.blogheading {
  margin-top: 0;
}
p.blogheading a {
  color: #333333;
}

.white-box-content .content .blogimage,
.blogimage {
  float: left;
}
.white-box-content .content .blogimage img,
.blogimage img {
  margin-top: 0;
  margin: 0 10px 10px 0;
}

.blogdate,
.blogname {
  color: #004f9c;
  font-weight: normal;
}

.blogdate {
  display: block;
}

.blogname {
  margin: 0 0 0 0.1em;
}

p.blogheading .blogdate {
  font-size: 14px;
  font-size: 1.4rem;
}

.blogingress {
  margin: 0 0 1em;
}

p.blogitemreadmore {
  margin: 1em 0 0;
}

p.blogreadmore {
  margin-bottom: 0;
}

p.prevnext {
  margin: 25px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #cccccc;
}

/* Blog / digest */
.blogdigesttitle:empty {
  display: none;
}

/* Blog / digest / side bar */
.side-bar .blogdigesttitle {
  font-size: 21px;
  font-size: 2.1rem;
}
.side-bar .blogdigest p.blogheading {
  font-size: 16px;
  font-size: 1.6rem;
}
.side-bar .blogimage,
.side-bar .blogreadmore {
  display: none;
}
.side-bar .blogrow0,
.side-bar .blogrow1 {
  margin: 0 0 10px;
}

/* Blog / comments */
.blogaddcomment {
  margin: 20px 0;
}
.blogaddcomment table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.blogaddcomment table input[type=text],
.blogaddcomment table textarea {
  width: 90%;
  margin: 0;
}
.blogaddcomment table textarea {
  min-height: 100px;
}
.blogaddcomment th {
  width: 20%;
  font-weight: bold;
  text-align: left;
}
.blogaddcomment .commentsubmit {
  margin: 12px 5px 0 0;
}

.blogcomments {
  margin: 20px 0 0;
}

.blogcomment {
  margin: 2px 0 0;
  padding: 12px;
}
.blogcomment.row0:first-child {
  margin: 0;
}
.blogcomment.row0 {
  background: #f8f8f8;
}
.blogcomment.row1 {
  background: #F3F3F3;
}
.blogcomment .commentdate {
  color: #6a6a6a;
  font-size: 12px;
  font-size: 1.2rem;
}
.blogcomment .commentname {
  margin: 0 0 5px;
  font-style: italic;
}
.blogcomment .commentname strong {
  font-weight: normal;
}
.blogcomment .commentsubject {
  margin: 0 0 5px;
  font-size: 1.2em;
  font-weight: bold;
}

.blogauthor {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-variant: small-caps;
}

.blogingress.blogitemingress {
  font-weight: bold;
}

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

.content form[action*="searchterms="] {
  margin: 0 0 10px 0;
}

.searchresultcount {
  font-size: 16px;
  font-size: 1.6rem;
}
.searchresultcount strong {
  font-style: italic;
}

.searchresultnavigation {
  margin: 20px 0 0 0;
}

.searchresult {
  margin: 20px 0 0 0;
}

.searchheading {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

.extendedsearch h1:empty {
  display: none;
}
.extendedsearch fieldset {
  margin: 0 0 1em 0;
}
.extendedsearch legend {
  font-weight: bold;
}

.P4SlidesContainer {
  position: relative;
  max-width: 100%;
}
.P4SlidesContainer img {
  position: absolute;
  top: 0;
  left: 0;
}

.imageSwapContainer {
  max-width: 100%;
}

.slides-control,
.slides-index {
  position: absolute;
  z-index: 3;
}

.slides-control {
  top: 50%;
  width: 30px;
  height: 60px;
  margin: -30px 0 0 0;
  text-align: center;
  background: #cccccc;
  cursor: pointer;
}

.slides-control-next {
  right: 5px;
}

.slides-control-prev {
  left: 5px;
}

.p4SlidesTextArea {
  position: relative;
  z-index: 2;
}
.p4SlidesTextArea a {
  text-decoration: none;
}
.p4SlidesTextArea a:hover {
  text-decoration: underline;
}

.slides-index {
  right: 40px;
  bottom: 20px;
  text-align: center;
}
.slides-index ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slides-index li {
  cursor: pointer;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 7px;
  background: #ffffff;
  *display: inline;
  zoom: 1;
}
.slides-index .slides-index-active {
  background: #b3dc10;
}

@media (min-width:768px) {
  [class*=p4SlidesTextAreaName_].p4SlidesTextArea {
    line-height: 1;
    color: #004282;
    position: absolute !important;
    left: 0px !important;
    top: 70px !important;
    height: auto !important;
    width: auto !important;
    font-size: 16px !important;
    right: 0;
    text-align: left;
    padding: 20px 150px 20px 20px;
    background: rgba(255, 255, 255, 0.8);
    min-height: 100px;
  }
}
@media (min-width:992px) {
  [class*=p4SlidesTextAreaName_].p4SlidesTextArea {
    font-size: 18px !important;
  }
}
@media (min-width:1200px) {
  [class*=p4SlidesTextAreaName_].p4SlidesTextArea {
    font-size: 20px !important;
  }
}
.pwd-link-storage h2,
.pwd-link-storage h3,
.pwd-link-storage h5 {
  margin-top: 0;
}
.pwd-link-storage .pwd-form-row {
  margin-top: 15px;
}
.pwd-link-storage .pwd-form-row:first-child {
  margin-top: 0;
}
.pwd-link-storage label {
  font-weight: bold;
  text-align: left;
}
.pwd-link-storage .pwd-inline-label {
  display: inline-block;
  float: none;
  width: auto;
  margin-bottom: 0;
  font-weight: normal;
}
.pwd-link-storage .pwd-edit-button {
  float: right;
  display: block;
  margin: 0 0 10px 10px;
  padding: 5px 10px;
  color: #ffffff;
  background: #004282;
}
.pwd-link-storage .pwd-item-list {
  margin-top: 30px;
}
.pwd-link-storage .pwd-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.pwd-link-storage .pwd-list-item span {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.pwd-link-storage .pwd-list-item:first-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.pwd-link-storage .pwd-list-header {
  font-weight: bold;
  color: #004282;
  font-size: 16px;
  font-size: 1.6rem;
}
.pwd-link-storage .pwd-link-author {
  color: #737373;
}
.pwd-link-storage .pwd-link-decoration:after {
  content: " »";
}
@media (min-width:992px) {
  .pwd-link-storage .pwd-link-decoration a {
    word-wrap: break-word;
  }
}

.pwd-category-list,
.pwd-link-search {
  margin-bottom: 15px;
}

.pwd-category-list a {
  display: block;
  margin-bottom: 5px;
  padding: 8px 15px 8px 15px;
  background: #cfe2f5;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
}
.pwd-category-list .selected,
.pwd-category-list a:hover {
  text-decoration: none;
  background: #a5c9ec;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  -webkit-backface-visibility: hidden;
}

.pwd-list-pagination {
  margin-top: 30px;
}
.pwd-list-pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pwd-list-pagination li {
  display: inline-block;
  margin: 0;
}
.pwd-list-pagination .pwd-pagination-button {
  display: block;
  padding: 8px 10px;
  line-height: 1;
  text-align: center;
  background: rgba(207, 226, 245, 0);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
}
.pwd-list-pagination .pwd-pagination-button:hover, .pwd-list-pagination .pwd-pagination-button.current {
  text-decoration: none;
  background: #cfe2f5;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  -webkit-backface-visibility: hidden;
}

@media (min-width:768px) {
  .pwd-category-list,
.pwd-link-search {
    margin-bottom: 30px;
  }

  .pwd-category-list a {
    display: inline-block;
  }
}
.pwd-link-add label {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
}
.pwd-link-add textarea,
.pwd-link-add input[type=text] {
  width: 98%;
  max-width: 400px;
}
.pwd-link-add input[type=checkbox] {
  margin-right: 10px;
}
@media (min-width:992px) {
  .pwd-link-add label {
    float: left;
    width: 30%;
    margin-right: 1%;
  }
  .pwd-link-add textarea,
.pwd-link-add input[type=text] {
    width: 68%;
  }
}

.xm h2 {
  margin: 0 0 0.7em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

.xm h3 {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

.xm-select {
  float: left;
  width: 100%;
  clear: both;
  margin: 10px 0 30px 0;
}

.select-form {
  float: left;
  margin: 0 20px 0 0;
}

.select-form p {
  margin: 0 0 5px 0;
}

.select-form select {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}

.category-link {
  display: none;
  float: left;
  margin: 18px 0 0 0;
}

.xm-select a,
.xm-select input[type=submit],
.xm-select input[type=reset] {
  background-color: #004282;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: visible;
  padding: 5px 10px;
  margin-left: 5px;
  vertical-align: bottom !important;
  text-decoration: none;
}
.xm-select a:hover,
.xm-select input[type=submit]:hover,
.xm-select input[type=reset]:hover {
  text-decoration: none;
  background: #003569;
}

.xm-navigation {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}

.xm-navigation-info {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.xm-navigation-items {
  float: right;
}

.xm-navigation p,
.xm-navigation-items p,
.xm-navigation-items form {
  display: inline;
}

.xm-pagination {
  float: left;
  width: 100%;
  color: #004B93;
  font-weight: bold;
  text-align: right;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.xm-pagination span {
  border: 1px solid #FFFFFF;
  background: #eeeeee;
  display: inline-block;
  padding: 2px 8px;
}

.xm-pagination a {
  display: inline-block;
  margin: 0 0 2px 0;
  padding: 2px 8px;
  text-decoration: none;
}
.xm-pagination a:hover {
  text-decoration: none;
  background: #eeeeee;
}

.xm-item {
  float: left;
  width: 100%;
}

.xm-item div {
  float: left;
  margin: 0 0 15px 0;
}

.xm-detail {
  width: 50%;
}

.xm-attachment {
  font-size: 13px;
  font-size: 1.3rem;
  width: 25%;
  text-align: right;
}

div.xm-cover {
  width: 25%;
  margin-bottom: 0;
  text-align: right;
}

.xm-detail h5 {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #014282;
}

.xm-detail p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}

p.xm-description {
  margin: 0 0 10px;
}

.xm-attachment a {
  display: inline;
  padding: 0;
  background: none;
}

.content .xm-item .xm-cover img {
  margin: 0 0 0 33px;
}

/* Discussion */
.discussion img {
  margin: 0;
}

.discussion .float {
  float: left;
}

.discussion .spacer {
  clear: both;
  font-size: 1px;
}

p.discussion_description {
  margin: 0 0 15px 0;
}

.discussion_path {
  margin: 0 0 20px 0;
  color: #333;
}

.discussion_path a.discussion_path_current {
  color: #333333;
}

.discussion_display {
  float: right;
  margin: 0 0 15px;
}

.discussion_display p {
  display: inline;
}

.discussion_display a {
  display: inline-block;
  padding: 4px 6px;
  color: #333333;
  font-weight: bold;
}
.discussion_display a:hover, .discussion_display a.discussion_display_selected {
  color: #FFFFFF;
  text-decoration: none;
  background: #063889;
}

p.discussion_lock {
  padding-bottom: 15px;
}

.discussion_navigation {
  clear: both;
  margin: 0 0 15px;
}

.discussion_pages {
  padding: 5px;
  float: right;
}

.discussion_pages span {
  margin: 0 10px;
}

.discussion_pages a {
  padding: 5px;
}

a.discussion_pages_selected {
  background-color: #c9e8fb;
}

.discussion_toptools {
  margin-bottom: 15px;
}

.discussion_toptools table {
  width: 100%;
}

.discussion_toptools td {
  padding: 10px;
  vertical-align: top;
}

.discussion_toptools p {
  padding-bottom: 10px;
}

.content .discussion_search {
  border: 1px solid #e2e2e0;
  background: #fcfcfc;
}

.content .discussion_search p {
  font-weight: bold;
}

.content .discussion_search a {
  display: block;
  text-align: right;
  margin-top: 4px;
}

.discussion_personal {
  border: 1px solid #e2e2e0;
  border-left: 0;
}

.content .discussion_personal a {
  display: block;
  margin: 0 0 4px;
}

.discussion_startnew {
  display: block;
  clear: both;
}
.discussion_startnew a {
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: bold;
}

.discussion_viewoptions {
  clear: both;
  margin: 0 0 15px 0;
}

.discussion_viewoptions div {
  margin: 10px 0 5px 0;
}

.discussion_viewoptions a {
  padding-right: 8px;
}

/* Common row styles */
.discussion .row1 td,
.discussion_thread.row1,
.threads .thread_odd td {
  background: #f8f8f8;
}

.discussion .row2 td,
.discussion_thread.row2,
.threads .thread_even td {
  background: #fcfcfc;
}

.discussion_thread.row1, .discussion_thread.row2 {
  border: 1px solid #e2e2e0;
}

/* Categories */
.discussion_categories table {
  width: 100%;
  border-top: 1px solid #e2e2e0;
  border-left: 1px solid #e2e2e0;
}

.discussion_categories p {
  padding-bottom: 5px;
}

.discussion_categorytitle a {
  font-size: 1.2em;
}

.discussion_categories td {
  padding: 10px;
  border-bottom: 1px solid #e2e2e0;
  border-right: 1px solid #e2e2e0;
  vertical-align: top;
}

td.discussion_categoryimage {
  text-align: center;
  width: 40px;
}

td.discussion_categorytitle {
  width: 50%;
}

td.discussion_categorytitle img {
  vertical-align: bottom;
}

/* Threads */
.discussion_threads {
  margin-top: 20px;
}
.discussion_threads table {
  width: 100%;
  border-left: 1px solid #e2e2e0;
  border-top: 1px solid #e2e2e0;
}
.discussion_threads td,
.discussion_threads th {
  padding: 4px 8px;
  border-bottom: 1px solid #e2e2e0;
  border-right: 1px solid #e2e2e0;
}
.discussion_threads td {
  vertical-align: middle;
}
.discussion_threads th {
  vertical-align: top;
  text-align: left;
}

.discussion_thread {
  margin-bottom: 15px;
  border: 1px solid #e2e2e0;
}

.discussion_threadbuttons {
  float: right;
  margin: 10px 0 10px 10px;
}

.discussion_threadinfo,
.discussion_threadbottom,
.discussion_threadbody {
  padding: 10px 15px;
}

.discussion_threadinfo h3 {
  clear: both;
  margin-top: 0;
}

.discussion_threadbody {
  background-color: #FFFFFF;
}

.discussion_threadbottom a {
  padding-right: 10px;
}

/* Tree */
.discussion .threads {
  width: 100%;
}
.discussion .threads td {
  vertical-align: middle;
}

.discussion .thread {
  height: 100%;
  padding: 4px 5px;
  vertical-align: middle;
}

.discussion .thread2 {
  padding: 0 5px;
}

.discussion .number {
  text-align: left;
}

.discussion .firstColumn {
  width: 60%;
  padding-left: 5px;
  text-align: left;
}
.discussion .firstColumn img {
  vertical-align: top;
}
.discussion .firstColumn a {
  font-weight: bold;
}

.discussion .active td {
  background: #dbdad6;
}

.discussion .highlight {
  background: #acd09f;
}

.discussion td.lines {
  border: none;
  font-size: 1px;
  white-space: nowrap;
}

.discussion table.lines {
  border-collapse: collapse;
  height: 100%;
}

/* Messageform */
.discussion_formauthor p {
  margin-bottom: 6px;
}

#messageform input {
  width: 350px;
  margin-bottom: 5px;
}
#messageform h3 {
  margin: 0.7em 0 0.2em;
  font-size: 14px;
  font-size: 1.4rem;
}
#messageform textarea {
  width: 350px;
  height: 230px;
  margin-bottom: 15px;
}
#messageform div {
  margin-bottom: 15px;
}

.messageform_buttons {
  margin-top: 15px;
}

/* Buttons */
.content input.discussionbutton {
  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 input.discussionbutton:hover {
  background: #003569;
}
.content input.discussionbutton::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.discussion_threadbuttons a {
  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;
  color: #004282;
  background: #ffffff;
}
.discussion_threadbuttons a:hover {
  background: #003569;
}
.discussion_threadbuttons a::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.discussion_threadbuttons a:hover {
  text-decoration: none;
}

.discussion_threadbuttons a.deletebutton {
  background: #FF0000;
}
.discussion_threadbuttons a.deletebutton:hover {
  background: #c80000;
}

/* Discussion digest */
.discussiondigestdate {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

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

.discussiondigesttitle:empty {
  display: none;
}

.discussiondigest .row0,
.discussiondigest .row1 {
  margin: 0 0 15px;
}

.discussiondigest .discussiondigestauthor {
  color: #999999;
  font-style: italic;
}

/* Discussion digest / sidebar */
.side-bar .discussiondigesttitle {
  margin: 1.2em 0 0.5em 0;
  color: #004282;
  font-family: "Open Sans";
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

/* Discussion Filelist */
div.discussion #filelist {
  margin-bottom: 15px;
}

.content div.discussion #filelist p {
  margin-bottom: 10px;
}

@media (min-width:480px) {
  .default-header-area {
    display: none;
  }
}
@media (min-width:768px) {
  .top-bar {
    padding-top: 2px;
    padding-bottom: 10px;
  }
  .top-bar .top-bar-links a {
    padding: 4px 20px;
    background: url(../../images/2014/top-bar-separator.png) left top repeat-y;
  }

  .second-footer .green-line img {
    display: inline;
    margin: 0 0 -11px 0;
  }

  .carousel-area,
.header-search,
.main-nav {
    display: block;
  }

  .carousel-inner {
    padding: 5px 0;
    height: 205px;
  }

  .header-logo {
    text-align: right;
    padding: 60px 5px 0;
  }

  .default-header-area {
    display: block;
  }

  .default-header-area-inner {
    height: auto;
  }

  .frontpage-news-digest .pwd-extra-text {
    margin-bottom: 0;
  }

  .footer-content {
    border-left: 2px solid #042a51;
    margin: 2em 0;
    padding: 0 20px 0px 20px;
  }
  .footer-content .content {
    margin-bottom: 0;
  }

  .site-footer-inner .col-sm-4:last-child .footer-content {
    border-right: 2px solid #042a51;
  }
}
@media (min-width:992px) {
  .second-footer .green-line > span {
    text-align: center;
    margin: 0;
    display: inline;
    margin-right: 4em;
  }

  .header-logo {
    text-align: right;
    padding: 50px 5px 0;
  }
  .header-logo img {
    width: 90%;
    margin-right: 0;
  }
}
@media (min-width:1200px) {
  .header-logo {
    text-align: right;
    padding: 40px 5px 0;
  }
  .header-logo img {
    width: auto;
    margin-right: 3%;
  }

  .footer-content table tr, .footer-content table td {
    width: auto;
    clear: none;
    float: none;
  }
  .footer-content table tr {
    display: table-row;
  }
  .footer-content table td {
    display: table-cell;
  }
}
@media print {
  .mobile-nav,
.pwd-mobile-nav-bar,
.site-nav,
.site-search-holder,
.site-footer,
.path,
.madebypoutapilvi,
.pwd-ad-banners,
.pwd-sp-header,
.pwd-fp-header,
.second-footer {
    display: none !important;
  }

  .site-header {
    border: 0 none !important;
    background: none !important;
    position: relative !important;
    box-shadow: none !important;
    margin-top: 25px !important;
  }
  .site-header .header-logo {
    display: block !important;
  }

  .mobile-logo {
    display: block !important;
    text-align: left;
  }

  .content a,
.content p,
button,
input[type=submit],
input[type=reset] {
    color: #333333 !important;
  }

  .content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    color: #333333;
  }
  .content a[href^=http] {
    word-wrap: break-word;
    text-decoration: underline;
  }
  .content a[href^=http]:after {
    content: " (" attr(href) ") ";
    color: #999999;
    font-size: 0.9em;
    text-decoration: none;
    word-wrap: break-word;
  }
}

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