/* Posiva Modules CSS 10/2013 */
/* Main navigation */
.main-nav {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  text-shadow: 0.5px 0.866px 1px black; }
  .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; }
  .main-nav a {
    padding: 13px 15px 12px;
    display: block;
    color: white; }
    .main-nav a:hover {
      /*
      @include pwd-box-shadow(0,5,15,-5,#000, inset);
      @include pwd-linear-gradient(#076463,#014c4a);
      */
      text-decoration: underline; }
  .main-nav .selected a {
    -moz-box-shadow: inset 0px 3px 15px -5px #000;
    -webkit-box-shadow: inset 0px 3px 15px -5px #000;
    box-shadow: inset 0px 3px 15px -5px #000;
    background: #014c4a;
    background: -moz-linear-gradient(top, #076463 0%, #014c4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #076463), color-stop(100%, #014c4a));
    background: -webkit-linear-gradient(top, #076463 0%, #014c4a 100%);
    background: -o-linear-gradient(top, #076463 0%, #014c4a 100%);
    background: -ms-linear-gradient(top, #076463 0%, #014c4a 100%);
    background: linear-gradient(top, #076463 0%, #014c4a 100%); }
    .main-nav .selected a:hover {
      text-decoration: none; }

html[lang="en"] .main-nav a {
  padding: 13px 13px 12px; }

.mobile-nav.pwd-menu-open {
  display: block; }
@media (max-width: 767px) {
  .mobile-nav {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    background: #0a8b88;
    overflow: hidden;
    zoom: 1;
    z-index: 900;
    margin-top: 25px; }
    .mobile-nav:before {
      content: "";
      display: table; }
    .mobile-nav:after {
      content: "";
      display: table;
      clear: both; }
    .mobile-nav li {
      display: block;
      position: static;
      float: none;
      margin: 0;
      border-top: 2px solid white;
      background: transparent;
      zoom: 1; }
      .mobile-nav li:before {
        content: "";
        display: table; }
      .mobile-nav li:after {
        content: "";
        display: table;
        clear: both; }
      .mobile-nav li:first-child {
        border: 0; }
    .mobile-nav a {
      display: inline-block;
      color: white;
      width: 86%;
      padding: 0;
      font-weight: normal;
      text-transform: uppercase;
      background: transparent;
      font-size: 14px;
      font-size: 1.4rem;
      outline: 0; }
      .mobile-nav a span {
        display: inline-block;
        padding: 4% 10px; }
    .mobile-nav a:hover {
      text-decoration: underline;
      background: transparent; }
    .mobile-nav .selected a {
      position: static;
      font-weight: normal;
      background: transparent; }
    .mobile-nav .trigger {
      display: inline-block;
      width: 10%;
      margin: 6px 2%;
      padding: 0px 0;
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      background: transparent no-repeat;
      cursor: pointer;
      font-size: 28px;
      font-size: 2.8rem; }
    .no-generatedcontent .mobile-nav .trigger {
      width: 40px;
      height: 40px;
      padding: 0;
      background-image: url("../../images/nuorisotakuu_2013/icomoon-sprite-20px.png");
      background-position: -150px center; }
    .no-generatedcontent .mobile-nav .trigger.ico-minus {
      background-position: -110px center; }
    .mobile-nav ul {
      position: relative;
      top: 0;
      left: -100%; }
    .mobile-nav ul {
      display: none;
      background: #075b59; }
      .mobile-nav ul li {
        text-transform: uppercase;
        border-top: 2px solid white; }
        .mobile-nav ul li:first-child {
          border-top: 2px solid white; }
      .mobile-nav ul a span {
        padding-left: 30px; }
    .mobile-nav ul ul {
      background: #054442; }
      .mobile-nav ul ul li {
        border-top: 2px solid white; }
      .mobile-nav ul ul a span {
        text-transform: none;
        padding-left: 50px; }
    .mobile-nav ul ul ul {
      background: #032c2b; }
      .mobile-nav ul ul ul li {
        border-top: 1px solid #0db1ad; }
      .mobile-nav ul ul ul a span {
        padding-left: 70px; } }
@media (max-width: 480px) {
  .mobile-nav a {
    width: 84%; } }
@media only screen and (min-width: 768px) {
  .mobile-nav ul {
    margin: 2% 1% 0; }
  .mobile-nav li {
    float: left;
    width: 23%;
    margin: 0 1% 2%; }
  .mobile-nav li:nth-child(n+5) {
    clear: left; }
  .mobile-nav .level-1st {
    display: inline-block;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  .mobile-nav ul ul,
  .mobile-nav ul ul li {
    display: block;
    margin: 0; }
  .mobile-nav ul ul li {
    float: none;
    width: auto;
    line-height: 1.6; }
  .mobile-nav ul ul li:nth-child(n+5) {
    clear: none; }
  .mobile-nav ul ul li:first-child {
    display: block; }
  .mobile-nav ul ul ul {
    display: none; } }
@media only screen and (max-width: 767px) {
  .mobile-nav ul {
    border-bottom: 0; } }

/* Sidemenu */
.sidemenulevel {
  font-weight: bold; }
  .sidemenulevel .sidemenulink {
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1; }
  .sidemenulevel a {
    display: block;
    color: #333333; }
    .sidemenulevel a:hover {
      color: #088380;
      text-decoration: none; }
    .sidemenulevel a.parentitem {
      color: #088380; }
  .sidemenulevel .sidemenulevel {
    font-weight: normal; }
    .sidemenulevel .sidemenulevel .sidemenulink {
      padding: 8px 0;
      border-bottom: 0; }
      .sidemenulevel .sidemenulevel .sidemenulink a {
        padding-left: 18px; }
      .sidemenulevel .sidemenulevel .sidemenulink a.parentitem,
      .sidemenulevel .sidemenulevel .sidemenulink a.sidemenuselected {
        color: #088380;
        background: url(../../images/default/sidemenu-square.gif) no-repeat left 3px; }
    .sidemenulevel .sidemenulevel .sidemenulevel {
      font-size: 12px;
      font-size: 1.2rem; }
      .sidemenulevel .sidemenulevel .sidemenulevel .sidemenulink a {
        padding-left: 36px; }
      .sidemenulevel .sidemenulevel .sidemenulevel .sidemenulink a.sidemenuselected {
        background: none; }

a.sidemenuselected {
  color: #088380; }

/* Path */
.path {
  color: #088380;
  margin: 0 0 20px; }
  .path .pathlinkcurrent {
    color: #989898;
    text-decoration: none; }

.path a {
  text-decoration: underline;
  color: #088380; }

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

.news .newsimage {
  float: left;
  margin: 0 25px 10px 0;
  max-width: 125px; }
  .news .newsimage img {
    margin: 0; }

.newsrow0,
.newsrow1 {
  margin: 0 0 20px; }

p.newstitle,
p.newsheading,
.newsdigesttitle {
  line-height: 1.2; }

p.newstitle,
.newsdigesttitle {
  margin: 0 0 0.7em 0;
  color: #088381;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  margin: 0 0 0.7em 0;
  color: #088381;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0; }

p.newsheading {
  margin: 1em 0 0.5em 0;
  color: #088381;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  margin: 1em 0 0.5em 0;
  color: #088381;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 0; }

.newsdate,
.newsname {
  color: #9b9b9b;
  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; }
  .no-ingress p.newsingress {
    display: none; }

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

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

.newsdigestitem {
  clear: both;
  float: left;
  width: 100%; }

.news-digest-wrapper .newsdigestitem {
  clear: none;
  float: left;
  width: 50%;
  min-height: 160px; }

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

.newsdigest {
  position: relative; }
  .newsdigest .newsimage {
    float: left;
    margin: 0 25px 10px 0;
    width: 160px; }
    .newsdigest .newsimage img {
      margin: 0; }
  .newsdigest [class^="newsrow"] {
    float: none; }
  .newsdigest .newsheading {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    margin: 0 0 5px 0; }
  .newsdigest .newsheading a {
    color: #088381;
    margin: 0;
    padding: 0; }
  .newsdigest p.newsheading .newsdate {
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333333;
    display: block;
    margin: 0 0 3px 0; }
  .newsdigest .newsdigesttitle a {
    display: inline-block; }

.newsdigest .newsimage + [class^="newsrow"] {
  margin-left: 185px; }

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

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

.searchresultcount {
  font-size: 1.2em; }

.searchresultcount strong {
  font-style: italic; }

.searchresultnavigation {
  float: left;
  width: 100%;
  margin: 24px 0 0; }

.searchresult {
  margin: 24px 0 0; }

.searchheading {
  font-size: 1.4em; }

.extendedsearch h1:empty {
  display: none; }
.extendedsearch fieldset {
  margin: 0 0 1em 0; }
.extendedsearch legend {
  font-weight: bold; }
.extendedsearch.custom table {
  max-width: 100%; }
  .extendedsearch.custom table td {
    box-sizing: border-box; }
.extendedsearch.custom legend {
  display: none; }
.extendedsearch.custom fieldset {
  border: none; }
.extendedsearch.custom fieldset.criteria {
  box-sizing: border-box;
  padding: 20px;
  padding: 14px 16px 14px;
  margin: 0 0 1em;
  color: #fff;
  background-clip: padding-box;
  background-color: #0a8a88;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a8a88), to(#00605e));
  background-image: -webkit-linear-gradient(top, #0a8a88, #00605e);
  background-image: -moz-linear-gradient(top, #0a8a88, #00605e);
  background-image: -o-linear-gradient(top, #0a8a88, #00605e);
  background-image: linear-gradient(to bottom, #0a8a88, #00605e); }
  .extendedsearch.custom fieldset.criteria label {
    display: block; }

.header-search {
  margin: 0.4em 0;
  width: 100%;
  position: relative;
  float: right;
  max-width: 185px; }
  .header-search form {
    overflow: hidden;
    -moz-box-shadow: 0px 0px 14px -3px black;
    -webkit-box-shadow: 0px 0px 14px -3px black;
    box-shadow: 0px 0px 14px -3px black; }
  .header-search input {
    position: relative;
    top: 0;
    left: 0; }
  .header-search .searchboxsubmit {
    position: absolute;
    width: 20px !important;
    left: auto;
    right: 5px;
    border: 0;
    background: transparent url(../../images/default/search-icon.png) no-repeat center center;
    text-indent: -9999em;
    text-transform: uppercase;
    height: 100%; }
  .header-search .searchboxinput {
    border: 0;
    width: 90%;
    padding: 7px 10px; }

.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: bold; }

/* Personnel */
.personlisttitle,
.persondigesttitle {
  margin: 0 0 1em 0;
  font-weight: normal;
  line-height: 1.2em; }

.personlisttitle:empty,
.persondigesttitle:empty {
  display: none; }

.personlisttitle {
  margin: 1em 0 0.5em 0;
  color: #088381;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  margin: 1em 0 0.5em 0;
  color: #088381;
  font-size: 22px;
  font-size: 2.2rem; }

.persondigesttitle,
#personnel .subtitle {
  margin: 1.2em 0 0.5em 0;
  color: #088381;
  font-size: 16px;
  font-size: 1.6rem; }

#personnel h2 {
  margin-top: 0; }
#personnel .search select {
  max-width: 80%;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem; }
#personnel .search input[type="text"],
#personnel .search input[type="submit"] {
  margin: 0 0 10px 0; }
#personnel .subtitle {
  margin: 0 0 0.2em; }
#personnel .personnel_switch {
  margin-top: 10px; }
#personnel .personnel_switch span {
  display: block; }
#personnel hr {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  color: #cccccc;
  text-align: right;
  border: none; }
#personnel .personnel_persontable {
  margin: 10px 0 20px; }
#personnel .personnel_persontable img {
  margin: 0 10px 10px 0; }
#personnel .personnel_persontable th {
  padding-right: 10px; }
#personnel .personnel_innerblock_description,
#personnel .personnel_blockparagraph {
  margin: 0 0 10px 0; }

html > body #personnel hr {
  border: none;
  background: #cccccc; }

/* Posiva Gallery CSS Document 9/2008 */
/*.gallery .folderbox:first-child,
.folderpath + .imagebox,
.gallery br[clear="all"] + .imagebox,
.gallery a[name^="gallery_"] + .imagebox,
.gallery br[clear="all"] + .folderbox,
.gallery a[name^="gallery_"] + .folderbox {
	margin-left:0;
}
*/
.gallery {
  padding: 0;
  margin: 0; }

.content .gallery .folderbox {
  /*font-size: 10px;*/
  line-height: 12px;
  color: #333;
  width: 150px;
  min-height: 130px;
  margin: 12px 24px 12px 0;
  float: left;
  padding-bottom: 5px; }

.content .gallery .foldericon {
  height: 150px;
  width: inherit;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  overflow: hidden; }

.content .gallery .foldericon img {
  border: none; }

.content .gallery .foldername {
  /*font-weight: bold;*/
  padding: 3px 3px 3px 0;
  font-size: 12px;
  font-size: 1.2rem; }

.content .gallery .folderattribute {
  padding: 1px 6px 2px 6px; }

.content .gallery .folderbox,
.content .gallery .imagebox {
  /*font-size: 10px;*/
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  color: #333;
  width: 150px;
  min-height: 220px;
  margin: 12px 24px 2em 0;
  float: left;
  padding-bottom: 5px; }

.content .gallery .foldericon,
.content .gallery .imageicon {
  height: 150px;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background-color: #fff; }

.gallery .foldericon a,
.gallery a.galleryImage {
  display: block;
  overflow: hidden;
  height: 100%; }

.content .gallery .foldericon img,
.content .gallery .imageicon img {
  border: none;
  margin: 0;
  width: 100%;
  height: auto; }

.content .gallery .thumbname {
  /*font-weight: bold;*/
  padding: 3px 3px 3px 0;
  height: auto;
  line-height: normal;
  word-break: break-all; }

.gallery .thumbattribute {
  padding: 1px 6px 2px 0; }

.gallery .pageselector {
  border: 1px solid #bbb;
  background-color: #d3e4f4; }

.gallery .pages {
  text-align: center; }

.gallery .pages a {
  text-decoration: none; }

.gallery .pages a.current {
  text-decoration: underline; }

.gallery .prevpage {
  text-align: right;
  white-space: nowrap; }

.gallery .nextpage {
  text-align: left;
  white-space: nowrap; }

.gallery .pictureframe {
  border: 1px solid #88c7c4;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px; }

.content .gallery .pictureframe img {
  border: none; }

.gallery .imagedetails {
  width: 100%;
  text-align: left;
  border: 1px solid #88c7c4;
  border-top: 0px;
  border-bottom: 0px; }

.content .gallery .imagedetails img {
  margin: 0px !important;
  padding: 3px 3px 3px 0px; }

.gallery .imagename {
  background-color: #176c6b;
  padding: 5px;
  /*font-size: 12px;*/
  font-weight: normal;
  color: #fff; }

.gallery .imagefile {
  padding: 4px;
  border-bottom: 1px solid #88c7c4; }

.gallery .imagefile img {
  vertical-align: middle;
  padding: 0px; }

.gallery .imageattribute0, .gallery .imageattribute1 {
  padding: 4px;
  border-bottom: 1px solid #88c7c4; }

.gallery .imageattribute0 {
  background-color: #c5e8e6; }

.gallery .imageattribute1 {
  background-color: #e1f4f3; }

.gallerynotice {
  padding: 20px;
  text-align: center; }

.P4SlidesContainer {
  width: 100% !important;
  position: relative; }

.imageSwapContainer {
  width: 100% !important;
  height: 100% !important; }
  .imageSwapContainer img {
    height: auto;
    min-height: 100%; }

.P4SlidesContainer,
.carousel-wrapper {
  height: 290px !important; }

.TextAreaWrapper {
  background: rgba(0, 0, 0, 0.35);
  float: left;
  position: relative;
  width: 50%;
  margin-top: 30px;
  padding: 20px;
  max-width: 415px; }

.p4SlidesTextArea {
  color: white;
  display: inline !important;
  width: auto !important;
  position: static !important;
  height: auto !important;
  top: auto !important;
  left: 0;
  clear: both;
  line-height: normal;
  text-align: left; }

.p4SlidesTextAreaName_Teksti {
  font-size: 1.6rem !important;
  font-size: 16px !important;
  display: inline !important;
  line-height: 1.4; }

.p4SlidesTextAreaName_Otsikko {
  font-size: 32px !important;
  font-size: 3.2rem !important;
  margin-bottom: .5em;
  font-weight: bold;
  float: left;
  width: 100% !important; }

.p4SlidesTextAreaName_Linkki {
  font-size: 1.6rem !important;
  font-size: 16px !important;
  display: inline !important; }
  .p4SlidesTextAreaName_Linkki a {
    margin-left: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none; }
    .p4SlidesTextAreaName_Linkki a:hover {
      text-decoration: underline; }

.imageSwapImage img {
  position: absolute;
  top: 0;
  left: 0; }

.p4SlidesTextArea:empty {
  display: none !important; }

/*** Faq ***********/
.faqdigesttitle {
  color: #176c6b;
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px 0; }

td.sideblock .faqdigesttitle, td.sideblock .content .faq h2 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  margin: 0 0 8px 0;
  background: url(../images/rightinfo_title.gif) top left no-repeat #176c6b; }

.faq p {
  padding: 4px 0px; }

.faq_qa {
  background-color: #f0f0f0;
  border: 1px solid #cac9c9;
  padding: 5px 9px 7px 9px;
  margin: 5px 0px; }

div.rightblock .faq_qa {
  background: #fff;
  border-left: none;
  border-right: none;
  padding: 5px 0px 7px 0px;
  margin: 5px 0px; }

.faq .question {
  font-weight: bold;
  padding: 3px 0px; }

div.rightblock .faq .question, div.rightblock .faq .answer {
  font-size: 11px; }

.faq hr.ruler {
  display: none; }

/* Webstore product */
td.webstore_miniproduct {
  padding-bottom: 15px; }

td.webstore_miniproduct a {
  display: block; }

td.webstore_miniproduct p {
  display: inline; }

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

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.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 {
  background: none;
  padding: 0px; }

/* Content digest */
.cd_headbox {
  background-color: #e1f4f3;
  border: 1px solid #b9e1df;
  padding: 10px; }

input.cd_submit {
  background-color: #176c6b;
  padding: 2px 4px;
  font-weight: bold;
  font-size: 12px;
  overflow: visible;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: 0px;
  vertical-align: bottom; }

div.cd_list {
  margin: 10px 0; }

div.cd_list table {
  width: 100%;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0; }

.content div.cd_list img {
  margin: 0; }

.content div.cd_list p.cd_description {
  font-size: 10px;
  line-height: 13px; }

div.cd_list table td {
  padding: 6px 8px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top; }

td.cd_listleft {
  width: 25%;
  padding: 6px; }

.content td.cd_listleft p {
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  padding: 0 4px; }

span.cd_searchlink {
  float: right;
  margin: 2px 0 0 0; }

div.cd_item table {
  width: 100%; }

div.cd_item td {
  vertical-align: top; }

td.cd_itemleft {
  background-color: #e1f4f3;
  border-bottom: 1px solid #fff;
  padding: 5px 8px;
  width: 20%; }

.content div.cd_item img {
  margin: 0; }

td.cd_itemcenter {
  padding: 5px 8px;
  border-bottom: 1px solid #e1f4f3; }

.content p.cd_back {
  margin: 0 0 10px 0; }

.content div.cd_categories a {
  display: block;
  border-bottom: 1px solid #e1f4f3;
  padding: 3px 10px;
  text-decoration: none; }

.content div.cd_categories a:hover {
  text-decoration: underline; }

div.cd_search td {
  padding: 2px 10px 2px 0; }

td.cd_searchleft p {
  font-size: 11px; }

.content p.cd_searchhelp {
  margin: 10px 0; }

div.cd_searchbuttons {
  margin: 15px 0 10px 0; }

.cd_resultnavigation {
  padding: 12px 0 5px 0;
  line-height: 19px; }

.cd_resultnavigation a {
  text-decoration: none; }

.cd_resultnavigation .current {
  font-weight: bold;
  text-decoration: underline; }

/* aineistohaku */
.main_xm_digest label, .main_xm_digest select {
  float: left;
  width: auto; }
.main_xm_digest label {
  padding: 2px 9px 0 0; }
.main_xm_digest .select2-container .select2-choice .select2-arrow b {
  background: url("../../images/default/select-arrow.png") no-repeat 5px 6px; }
.main_xm_digest .select2-container .select2-choice {
  height: 17px;
  padding: 2px 19px 2px 8px;
  line-height: 17px; }
.main_xm_digest input[type="text"][name='xm_freetext'] {
  width: 90%;
  display: block;
  box-sizing: border-box;
  padding: 7px 10px;
  margin-right: 20px;
  background: transparent url(../../images/default/search-icon.png) no-repeat 97% center; }
.main_xm_digest .show-results {
  background-color: #fb973b !important;
  background-repeat: no-repeat !important;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s; }
  .main_xm_digest .show-results:hover {
    background-color: #fca454; }
.main_xm_digest .search-nobg {
  padding: 14px 0 7px;
  margin: 0 0 15px; }
.main_xm_digest .search-bg {
  padding: 14px 16px 7px;
  margin: 0 0 0;
  color: #fff;
  background-clip: padding-box;
  background-color: #0a8a88;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a8a88), to(#00605e));
  background-image: -webkit-linear-gradient(top, #0a8a88, #00605e);
  background-image: -moz-linear-gradient(top, #0a8a88, #00605e);
  background-image: -o-linear-gradient(top, #0a8a88, #00605e);
  background-image: linear-gradient(to bottom, #0a8a88, #00605e); }
.main_xm_digest .search-bg .xm_col_wrap {
  width: 33%; }
.main_xm_digest .search-bg .cd_order,
.main_xm_digest .search-bg div[class^="xm_col_"] {
  float: left;
  width: 65%; }
  .main_xm_digest .search-bg .cd_order .select2-container,
  .main_xm_digest .search-bg div[class^="xm_col_"] .select2-container {
    width: 100%; }
.main_xm_digest .xm_col_type_wrap {
  float: left;
  width: 55%; }
.main_xm_digest .search-nobg input[type="submit"].show-results {
  background-image: url(../../images/default/show-results-arrow.png);
  background-position: 92% center;
  border: 1px solid #c5650c;
  color: #7a4514;
  padding: 7px 25px 7px 15px;
  float: right; }
.main_xm_digest .search-nobg .xm_col_wrap {
  width: 33%; }
.main_xm_digest .xm_col_wrap_xm_col_type {
  padding: 7px 0; }
  .main_xm_digest .xm_col_wrap_xm_col_type .select2-container {
    width: 100%; }
.main_xm_digest .cd_list_wrap {
  width: 100%;
  clear: both;
  float: left;
  margin: 0;
  padding: 48px 0 0;
  border-top: 1px solid rgba(143, 143, 143, 0.56); }
.main_xm_digest .cd_list_wrap:first-child {
  border-top: 0; }
.main_xm_digest .cd_list_info_wrap img {
  float: left;
  margin: 0 20px 0 0.7em !important; }
.main_xm_digest .cd_list_icon {
  margin-right: 5%;
  float: left;
  width: 15%;
  text-align: left; }
.main_xm_digest .cd_list_icon img {
  margin: 0; }
.main_xm_digest .cd_list_summary {
  float: left;
  width: 80%; }
.main_xm_digest .cd_list_summary p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 3px;
  padding-left: 62px; }
.main_xm_digest .cd_list_summary p a {
  font-weight: bold;
  color: #088380; }
.main_xm_digest .cd_list_download_wrap {
  width: 100%;
  clear: both;
  float: left;
  margin: 15px 0 0;
  padding: 10px 0; }
.main_xm_digest .cd_list_download_wrap p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 1em; }
.main_xm_digest .cd_list_download_wrap p a {
  float: left;
  display: block;
  font-weight: bold;
  color: #088380;
  padding-right: 18px; }
.main_xm_digest .pagination_wrap {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  text-align: right; }
.main_xm_digest .pagination_count {
  display: inline-block;
  padding: 5px 20px; }
.main_xm_digest .pagination_page {
  white-space: nowrap;
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
.main_xm_digest .result_page_text,
.main_xm_digest .select_border {
  display: inline; }
.main_xm_digest .pagination_prevnext {
  display: inline-block;
  padding: 5px 20px; }
.main_xm_digest .pagination_prevnext a {
  color: #088380; }

.xm_rsslink {
  display: none;
  /*	margin-top: -0.5em;
  	margin-right: 1ex;*/ }

.custom_xm_rss {
  /*	margin-top: -16px;
  	margin-bottom: 16px;
  	margin-right: -5px;
  	*/ }

.custom_xm_rss img {
  margin: 2px !important;
  float: right; }

.xm_rsslink + .newsdigest {
  padding-bottom: 20px; }
  .xm_rsslink + .newsdigest .newsdigesttitle a {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 .5em 0;
    display: block;
    background: none;
    width: auto;
    height: auto;
    position: static;
    left: auto;
    bottom: auto; }
    .xm_rsslink + .newsdigest .newsdigesttitle a img {
      display: block; }
  .xm_rsslink + .newsdigest .newsdigesttitle .custom_xm_rss a {
    display: inline; }
    .xm_rsslink + .newsdigest .newsdigesttitle .custom_xm_rss a img {
      display: inline; }

.slideshowUIContainer {
  width: auto !important;
  height: auto !important; }
  .slideshowUIContainer img {
    margin: 0;
    max-width: 100%;
    height: auto; }

.slideshowContainer {
  zoom: 1; }
  .slideshowContainer:before {
    content: "";
    display: table; }
  .slideshowContainer:after {
    content: "";
    display: table;
    clear: both; }
  .slideshowContainer .sss_slide {
    float: left;
    max-width: 100% !important;
    height: auto !important;
    position: relative !important;
    z-index: 1; }
    .slideshowContainer .sss_slide img {
      display: block;
      float: none; }
  .slideshowContainer .sss_slide + .sss_slide {
    position: absolute !important;
    z-index: 2; }

.slideshowUIContainer .imageindex,
.slideshowUIContainer .toggleplaybutton {
  display: none; }
.slideshowUIContainer .toprightcontainer {
  position: static; }
.slideshowUIContainer .uisimple_nextbutton,
.slideshowUIContainer .uisimple_previousbutton,
.slideshowUIContainer .nextbutton,
.slideshowUIContainer .previousbutton {
  position: absolute;
  float: none;
  top: 50%;
  width: 50px;
  height: 70px !important;
  margin: -35px 0 0 0;
  z-index: 3;
  background: url("../../images/default/slideshow-arrows-sprite.png") no-repeat center 17px; }
  .slideshowUIContainer .uisimple_nextbutton .sss-ui-icon,
  .slideshowUIContainer .uisimple_previousbutton .sss-ui-icon,
  .slideshowUIContainer .nextbutton .sss-ui-icon,
  .slideshowUIContainer .previousbutton .sss-ui-icon {
    display: none; }
.slideshowUIContainer .uisimple_previousbutton,
.slideshowUIContainer .previousbutton {
  left: 0; }
.slideshowUIContainer .uisimple_nextbutton,
.slideshowUIContainer .nextbutton {
  right: 0;
  background-position: center -50px; }
.slideshowUIContainer .uisimple_nextbutton img,
.slideshowUIContainer .uisimple_previousbutton img {
  display: none !important; }

/* Posiva Responsive CSS 10/2013 */
@media only screen and (min-width: 1280px) {
  .P4SlidesContainer,
  .carousel-wrapper {
    height: 380px !important; } }
@media only screen and (max-width: 980px) {
  .main_xm_digest .search-bg .cd_order, .main_xm_digest .search-bg div[class^="xm_col_"] {
    float: none;
    width: 90%; }

  .main_xm_digest .search-bg {
    padding-bottom: 16px; }

  .main_xm_digest .search-nobg .xm_col_wrap.xm_col_wrap_xm_col_type {
    width: 50%; }

  .P4SlidesContainer,
  .carousel-wrapper {
    height: 290px !important; }

  .main-nav a {
    padding: 13px 5px 12px; }

  .P4SlidesContainer, .carousel-wrapper {
    height: 250px !important; }

  .TextAreaWrapper {
    width: 90%;
    max-width: 510px; }

  html[lang="en"] .main-nav a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 6px;
    padding-right: 6px; } }
@media only screen and (max-width: 767px) {
  .extendedsearch tr, .extendedsearch td {
    display: block;
    clear: both;
    float: none; }

  .content .gallery .folderbox {
    min-height: 170px; }

  fieldset.criteria select {
    width: 90% !important; }
  fieldset.criteria label {
    display: block;
    margin-top: .5em; }
  fieldset.criteria .span4:first-child label {
    margin-top: 0; }

  [class^="fp-digest"] {
    margin: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    min-height: 0 !important;
    height: auto !important; }
    [class^="fp-digest"] img {
      width: 100%; }

  .side-bar {
    padding-left: 0;
    border-left: 0; }

  .content img {
    margin-left: 0;
    margin-right: 0; }

  .container {
    padding: 0 20px; }

  .page-image {
    border-top: 1px solid #0e5251;
    min-height: 100px; }

  .site-logo {
    width: 50%;
    float: left; }

  .newsdigest [class^="newsrow"] {
    margin: 0;
    clear: both; }

  .news-digest-wrapper .newsdigestitem {
    width: 100%;
    min-height: auto; }

  .newsdigest .newsdigesttitle a {
    display: none; }

  .site-footer [class^="footer-content-"] {
    border-right: 0;
    padding-right: 0;
    min-height: 0 !important; }

  .qa-wrapper {
    padding: 60px 25px 50px 25px; }

  .qa-next {
    left: auto;
    right: 20px; }

  .main_xm_digest .search-bg .xm_col_wrap {
    float: none;
    width: 100%; }

  .main_xm_digest .search-nobg .xm_col_wrap.xm_col_wrap_xm_col_type,
  .main_xm_digest .search-nobg .xm_col_wrap {
    float: none;
    width: 100%; }

  .search-nobg .floatr {
    float: none; }

  .main_xm_digest .search-nobg input[type="submit"].show-results {
    float: none;
    margin: 1em 0; }

  .main_xm_digest .search-bg {
    padding-bottom: 20px; }

  .main_xm_digest .xm_col_type_wrap {
    float: none;
    width: 100%; }

  .main_xm_digest input[type="text"][name='xm_freetext'] {
    width: 100%; }

  .newsdigest .newsimage {
    display: none; }

  .margin .newsdigest [class^="newsrow"] {
    margin-left: 0; } }
