﻿body.palkkaus-www .navbar-header {
  width: 100%;
}
body.palkkaus-www header {
  line-height: 0;
  margin-top: -5px;
}
body.palkkaus-www .navbar-nav > li {
  font-size: 0.9em;
  margin-top: 15px;
}
body.palkkaus-www .navbar-nav > li.dropdown {
  margin-right: 5px;
}
body.palkkaus-www nav.navbar-default {
  position: absolute;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  padding-top: 15px;
}
body.palkkaus-www nav.navbar-default .navbar-nav > .active > a {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 1.2em;
}
body.palkkaus-www nav.navbar-default .navbar-nav > .open > a {
  background-color: rgba(255, 255, 255, 0.8);
}
body.palkkaus-www .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.palkkaus-www .dropdown-menu {
  min-width: 108px;
}
body.palkkaus-www .dropdown-menu li {
  padding: 2px 10px;
  line-height: 1.4em;
}
body.palkkaus-www .navbar > .container .navbar-brand,
body.palkkaus-www .navbar > .container-fluid .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
body.palkkaus-www .navbar-brand > img {
  max-width: 190px;
}
body.palkkaus-www .navbar-default .navbar-nav > li > a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
body.palkkaus-www .navbar-default .navbar-nav > li.login-btn > a {
  color: #1d1d1d;
  background-color: rgba(255, 255, 255, 0.7);
}
body.palkkaus-www .btn-default {
  background-color: transparent;
  border-color: #fff;
  border-radius: 16px;
  min-width: 125px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar > .container {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  body.palkkaus-www .navbar-right {
    float: right;
  }
  body.palkkaus-www .navbar-nav > li {
    display: inline-block;
    margin-top: 3px;
  }
  body.palkkaus-www .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px;
  }
  body.palkkaus-www .navbar-nav .open .dropdown-menu {
    z-index: 99;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    float: right;
  }
  body.palkkaus-www .navbar-nav .open .dropdown-menu a {
    padding: 2px 0px;
  }
  body.palkkaus-www .dropdown.open a {
    text-align: right;
  }
}
@media screen and (max-width: 558px) {
  body.palkkaus-www .navbar-nav {
    margin: 2px -15px;
  }
  body.palkkaus-www .navbar-brand > img {
    max-width: 115px;
  }
}
@media screen and (max-width: 400px) {
  body.palkkaus-www .navbar-right {
    margin-top: 0;
  }
  body.palkkaus-www .navbar-right .login-btn a {
    font-size: 10px;
    min-width: 35px;
  }
  body.palkkaus-www .navbar-right li.login-btn a {
    position: relative;
    display: block;
    padding: 5px 9px;
    margin-right: 0;
  }
  body.palkkaus-www .navbar-brand {
    padding-left: 5px;
  }
  body.palkkaus-www .navbar-brand > img {
    max-width: 110px;
  }
}
@media screen and (max-width: 360px) {
  body.palkkaus-www .navbar-brand > img {
    max-width: 100px;
  }
  body.palkkaus-www .nav > li > a {
    padding: 7px 8px;
    font-size: 11px;
  }
}
body.palkkaus-www {
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}
body.palkkaus-www .page-header {
  color: #fff;
  font-size: 46px;
  border-bottom: none;
  margin: 0px 0 20px;
}
body.palkkaus-www h1,
body.palkkaus-www h2,
body.palkkaus-www h3,
body.palkkaus-www h4 {
  font-weight: bold;
}
body.palkkaus-www .publish-date {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
}
body.palkkaus-www .article-info-bar-author {
  font-size: 20px;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}
body.palkkaus-www .customer-name {
  margin-top: 10px;
  display: block;
}
body.palkkaus-www .white-txt {
  color: #fff;
}
body.palkkaus-www .green-txt {
  color: #60DF96;
}
body.palkkaus-www ul {
  padding-left: 8px;
  list-style: none;
  color: #787878;
}
body.palkkaus-www ul.mb0 {
  margin-bottom: 0;
}
body.palkkaus-www ul.smaller {
  font-size: 0.9em;
}
body.palkkaus-www ul .fa-li {
  top: 1em;
  font-size: 0.5em;
}
body.palkkaus-www p {
  color: #787878;
  font-weight: 500;
  font-size: 1em;
}
body.palkkaus-www p.bigpara {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  clear: both;
}
body.palkkaus-www p.large {
  font-size: 17px;
  color: #fff;
}
body.palkkaus-www .page-content h1,
body.palkkaus-www .page-content h2,
body.palkkaus-www .page-content h3,
body.palkkaus-www .page-content h4 {
  color: #60DF96;
}
body.palkkaus-www .page-content .right-column {
  font-size: 14px;
}
body.palkkaus-www .page-content .right-column p {
  font-size: 14px;
}
body.palkkaus-www .btn-danger {
  border-radius: 0.5em;
}
body.palkkaus-www .btn-info {
  color: #fff;
  background-color: #07329F;
  border-color: #07329F;
  border-radius: 0.5em;
  min-width: 270px;
  font-size: 1em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
}
body.palkkaus-www .btn {
  text-transform: uppercase;
}
body.palkkaus-www .uib-datepicker-popup .btn-danger {
  margin-top: 5px;
}
body.palkkaus-www .uib-datepicker-popup .btn {
  min-width: unset;
  font-size: 0.8em;
}
body.palkkaus-www .panel-body .input-group-btn .btn-default {
  min-width: unset;
  margin-top: 0;
  background-color: #fff;
}
body.palkkaus-www .panel-body .btn-default {
  background-color: #fff;
}
body.palkkaus-www .result-area .btn-success {
  min-width: unset;
  font-size: 1em;
  margin-top: 0;
}
body.palkkaus-www .btn-success {
  color: #fff;
  background-color: #60DF96;
  border-color: #60DF96;
  border-radius: 0.5em;
  min-width: 270px;
  font-size: 1em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
}
body.palkkaus-www .btn-success.btn-xs {
  margin-top: 0;
  font-size: 12px;
  min-width: unset;
}
body.palkkaus-www .btn-success.smaller {
  min-width: unset;
  padding-left: 15px;
  padding-right: 15px;
}
body.palkkaus-www .btn-success.inline {
  display: inline-block;
}
body.palkkaus-www .login-area {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
body.palkkaus-www .login-area .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}
body.palkkaus-www .login-area .login-div {
  padding-top: 11px;
  padding-bottom: 6px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
}
body.palkkaus-www .login-area .login-div p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1em;
}
body.palkkaus-www .login-area p a:hover {
  text-decoration: none;
}
body.palkkaus-www .login-area p a:hover .login-div {
  margin-top: 9px;
  -webkit-box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.32);
}
body.palkkaus-www .login-area .fa {
  width: 60px;
  height: 60px;
  font-size: 37px;
  line-height: 1.5em;
  margin-bottom: 10px;
  background-color: #60df96;
  color: #fff;
  clear: both;
  margin: 10px auto;
  border-radius: 30px;
}
body.palkkaus-www .page-content .nosto .row {
  margin-bottom: 50px;
}
body.palkkaus-www .page-content .login-area {
  padding-top: 0;
  margin-top: 0;
}
body.palkkaus-www .page-content .login-area .fa {
  width: 46px;
  height: 46px;
  font-size: 30px;
  line-height: 1.5em;
}
body.palkkaus-www .page-content .login-area .login-div {
  display: table;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin: 15px auto 0;
}
body.palkkaus-www .page-content .login-area .login-div p {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding-right: 7px;
}
body.palkkaus-www .page-content .login-area .icon-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.palkkaus-www .login-area .login-div {
    min-height: 138px;
  }
  body.palkkaus-www .page-content .login-area .login-div {
    min-height: unset;
  }
}
@media screen and (max-width: 558px) {
  body.palkkaus-www .login-area {
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  body.palkkaus-www .login-area.rounded {
    border-radius: 0px;
  }
  body.palkkaus-www .login-area.light-overlay {
    background-color: rgba(255, 255, 255, 0.35);
  }
  body.palkkaus-www .login-area .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.palkkaus-www .login-area .login-div {
    min-height: 140px;
  }
  body.palkkaus-www .login-area .login-div p {
    font-size: 12px;
  }
  body.palkkaus-www .login-area .fa {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 1.5em;
    border-radius: 25px;
  }
  body.palkkaus-www .login-area p {
    padding: 2px;
  }
  body.palkkaus-www .page-content .login-area .login-div {
    min-height: unset;
  }
  body.palkkaus-www .page-content .login-area .fa {
    width: 34px;
    height: 34px;
    font-size: 21px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  body.palkkaus-www .page-content .login-area .login-div {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 100px;
  }
  body.palkkaus-www .page-content .login-area .login-div .icon-wrap {
    display: block;
    width: 100%;
  }
  body.palkkaus-www .page-content .login-area .login-div p {
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
body.palkkaus-www .logo-wrapper.left {
  text-align: right;
}
body.palkkaus-www .logo-wrapper.left img {
  margin-top: 10px;
  width: 240px;
  max-width: 90%;
}
body.palkkaus-www .logo-wrapper.right {
  text-align: left;
}
body.palkkaus-www .logo-wrapper.right img {
  margin-left: 80px;
  max-width: 60%;
  width: 138px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.palkkaus-www .logo-wrapper.right img {
    margin-left: 50px;
  }
}
body.palkkaus-www img {
  max-width: 100%;
}
body.palkkaus-www img.circle {
  border-radius: 50%;
}
body.palkkaus-www img.img-reference {
  max-width: 150px;
  margin: auto;
  margin-bottom: 20px;
}
body.palkkaus-www img.w85 {
  max-width: 85%;
  margin: auto;
  display: block;
}
body.palkkaus-www img.w80 {
  max-width: 79%;
  margin: auto;
  display: block;
}
body.palkkaus-www img.w70 {
  max-width: 70%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  body.palkkaus-www img.fullwidth,
  body.palkkaus-www img.w85,
  body.palkkaus-www img.w80,
  body.palkkaus-www img.w70 {
    max-width: 65%;
    margin: auto;
    display: block;
  }
  .references .img-responsive,
  .article-content .img-responsive {
    max-width: 160px;
  }
  .references .img-responsive.img-quote,
  .article-content .img-responsive.img-quote {
    margin-bottom: 20px;
  }
}
body.palkkaus-www footer {
  margin-top: 0px;
  background-color: #3c3c3c;
  color: #fff;
}
body.palkkaus-www footer .logoimg {
  max-width: 200px;
  width: 100%;
  margin: 15px auto;
}
body.palkkaus-www footer p {
  color: #fff;
  font-size: 0.8em;
}
body.palkkaus-www footer h3 {
  color: #fff;
  font-size: 0.9em;
}
body.palkkaus-www footer a {
  color: #fff;
}
body.palkkaus-www footer .fa {
  margin-right: 10px;
  font-size: 1.1em;
}
body.palkkaus-www.calculator-page .dropdown-menu {
  padding: 2px 0;
}
@media screen and (max-width: 376px) {
  body.palkkaus-www.calculator-page .dropdown-menu {
    max-width: 315px;
  }
}
@media screen and (max-width: 320px) {
  body.palkkaus-www.calculator-page .dropdown-menu {
    max-width: 270px;
  }
}
body.palkkaus-www.calculator-page .dropdown-menu li.uib-typeahead-match {
  padding: 2px 0;
}
body.palkkaus-www.calculator-page .calc-start-instructions .fa-4x {
  font-size: 3em;
}
@media screen and (max-width: 400px) {
  body.palkkaus-www.calculator-page .calc-start-instructions p {
    font-size: 12px;
  }
}
body.palkkaus-www .gradient-bg {
  background: #07329F;
  background: -moz-linear-gradient(left, rgba(7, 50, 159, 0.89) 0%, rgba(96, 223, 151, 0.89) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7, 50, 159, 0.89)), color-stop(100%, rgba(96, 223, 151, 0.89)));
  background: -webkit-linear-gradient(left, rgba(7, 50, 159, 0.89) 0%, rgba(96, 223, 151, 0.89) 100%);
  background: -o-linear-gradient(left, rgba(7, 50, 159, 0.89) 0%, rgba(96, 223, 151, 0.89) 100%);
  background: -ms-linear-gradient(left, rgba(7, 50, 159, 0.89) 0%, rgba(96, 223, 151, 0.89) 100%);
  background: linear-gradient(to right, rgba(7, 50, 159, 0.89) 0%, rgba(96, 223, 151, 0.89) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07329f', endColorstr='#60df97', GradientType=1);
  width: 100%;
  display: table;
}
body.palkkaus-www .highlight {
  background-color: rgba(96, 223, 151, 0.1);
  padding: 20px 15px;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.palkkaus-www .highlight.talenom .col-sm-9,
body.palkkaus-www .highlight.linguajoy .col-sm-9,
body.palkkaus-www .highlight.accountor .col-sm-9 {
  padding-top: 15px;
}
body.palkkaus-www .references {
  padding-left: 15px;
  padding-right: 15px;
}
body.palkkaus-www .text-center img {
  margin: auto;
}
body.palkkaus-www .flowsteps {
  display: table;
  height: 100px;
  overflow: hidden;
}
body.palkkaus-www .flowsteps .arrow-steps .step {
  position: absolute;
  height: 130px;
  display: table;
  color: #fff;
  cursor: default;
  margin: 0 3px;
  padding: 8px 0px 8px 30px;
  width: 23.5%;
  float: left;
  position: relative;
  background-color: #60DF96;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}
body.palkkaus-www .flowsteps .arrow-steps .step:after,
body.palkkaus-www .flowsteps .arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 64px solid transparent;
  border-bottom: 65px solid transparent;
  border-left: 17px solid #60DF96;
  z-index: 1;
  transition: border-color 0.2s ease;
}
body.palkkaus-www .flowsteps .arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}
body.palkkaus-www .flowsteps .arrow-steps .step:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.palkkaus-www .flowsteps .arrow-steps .step:first-child:before {
  border: none;
}
body.palkkaus-www .flowsteps .arrow-steps .step span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
}
body.palkkaus-www .flowsteps .arrow-steps .step span.number {
  padding-left: 0;
  font-size: 70px;
  font-weight: bold;
}
body.palkkaus-www .video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
body.palkkaus-www .video-wrapper object,
body.palkkaus-www .video-wrapper embed,
body.palkkaus-www .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.palkkaus-www .success {
  color: #60DF96;
}
body.palkkaus-www .landing-page .content-head {
  margin: 130px auto 30px;
  display: table;
}
body.palkkaus-www .landing-page .light-overlay {
  background-color: rgba(255, 255, 255, 0.2);
}
body.palkkaus-www .landing-page .big-icon {
  font-size: 6em;
  margin-top: 15px;
}
body.palkkaus-www .landing-page .white-bg {
  background-color: #fff;
}
body.palkkaus-www .landing-page.image-bg {
  display: block;
  background-image: url(/img/frontpage/frontpage3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
body.palkkaus-www .landing-page.image-bg.worker-landing {
  background-image: url(/img/frontpage/worker.jpg);
}
body.palkkaus-www .landing-page.image-bg.company-landing {
  background-image: url(/img/frontpage/company.jpg);
}
body.palkkaus-www .landing-page.image-bg.employer-landing {
  background-image: url(/img/frontpage/employer2.jpg);
}
body.palkkaus-www .landing-page.image-bg.accounting-landing {
  background-image: url(/img/frontpage/accounting.jpg);
}
body.palkkaus-www .landing-page.image-bg.data-protection {
  background-image: url(/img/frontpage/tietosuoja.jpg);
}
body.palkkaus-www .rounded {
  border-radius: 22px;
}
body.palkkaus-www .instructions p {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 15px;
  color: #787878;
  padding-left: 3em;
  line-height: 1.3em;
}
body.palkkaus-www .instructions p span {
  font-weight: bold;
  background-color: #60DF96;
  height: 1.5em;
  font-size: 26px;
  width: 1.5em;
  line-height: 1.4em;
  display: block;
  text-align: center;
  float: left;
  margin: 0.2em 0px 1em -2em;
  border-radius: 0.75em;
  color: #fff;
}
body.palkkaus-www .instructions .no-pad p {
  padding-left: 0;
}
body.palkkaus-www .instructions img {
  display: block;
  border: 1px solid #60DF96;
  padding: 5px;
  margin: auto;
}
body.palkkaus-www .instructions .clearfix {
  margin-bottom: 20px;
}
body.palkkaus-www img {
  max-width: 100%;
}
body.palkkaus-www img.w85 {
  max-width: 85%;
  margin: auto;
  display: block;
}
body.palkkaus-www img.w80 {
  max-width: 79%;
  margin: auto;
  display: block;
}
body.palkkaus-www img.w70 {
  max-width: 70%;
  margin: auto;
  display: block;
}
body.palkkaus-www .hidden-print.temp {
  display: none;
}
body.palkkaus-www .article-content ul {
  list-style-type: disc;
}
body.palkkaus-www .article-content ._form_18 form {
  padding: 0 !important;
}
body.palkkaus-www .container-fluid.calc-container {
  width: 80%;
}
@media screen and (max-width: 1100px) {
  body.palkkaus-www .container-fluid.calc-container {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  body.palkkaus-www .container-fluid.calc-container {
    width: 100%;
  }
}
body.palkkaus-www .container-fluid.calc-container .selected .text-info {
  color: #fff;
}
body.palkkaus-www .container-fluid.calc-container .calc-start-instructions .text-info {
  color: #07329F;
}
body.palkkaus-www .container-fluid.calc-container .calc-start-instructions .text-success {
  color: #60DF96;
}
body.palkkaus-www .container-fluid.calc-container h1 {
  color: #60DF96;
  text-transform: none;
  font-size: 1.6em;
}
body.palkkaus-www .container-fluid.calc-container .list-group-item {
  padding: 11px 15px 11px;
}
body.palkkaus-www .container-fluid.calc-container .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.palkkaus-www .container-fluid.calc-container .btn {
  min-width: unset;
}
body.palkkaus-www .container-fluid.calc-container .btn.btn-info,
body.palkkaus-www .container-fluid.calc-container .btn.btn-default,
body.palkkaus-www .container-fluid.calc-container .btn.btn-danger,
body.palkkaus-www .container-fluid.calc-container .btn.btn-success,
body.palkkaus-www .container-fluid.calc-container .btn.btn-warning,
body.palkkaus-www .container-fluid.calc-container .btn.btn-primary {
  min-width: unset;
  margin-bottom: unset;
  border-radius: 0.5em;
  margin-top: unset;
  font-size: 1em;
}
body.palkkaus-www .container-fluid.calc-container .btn.btn-primary {
  background-color: #07329F;
}
body.palkkaus-www .container-fluid.calc-container label {
  font-size: 1em;
  padding-top: 0.2em;
  line-height: 1.3em;
}
body.palkkaus-www .container-fluid.calc-container .panel-body {
  font-size: 0.8em;
}
body.palkkaus-www .container-fluid.calc-container .panel-success > .panel-heading {
  background-color: #60DF96;
  border-color: #60DF96;
}
body.palkkaus-www .container-fluid.calc-container .panel-info > .panel-heading {
  background-color: #07329F;
  border-color: #07329F;
}
body.palkkaus-www .container-fluid.calc-container .panel-heading .overview-title {
  font-size: 0.75em;
}
body.palkkaus-www .page-content article table {
  font-size: 0.8em;
  width: 100%;
  margin: 20px auto;
}
body.palkkaus-www .page-content article td {
  padding: 5px;
}
body.palkkaus-www .page-content section {
  margin-top: 50px;
  margin-bottom: 10px;
}
body.palkkaus-www .page-content .row.temp-call-to-action img {
  float: left;
}
body.palkkaus-www .page-content .download-logos {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
body.palkkaus-www .page-content .download-logos img {
  max-width: 120px;
  margin: 0 5px;
}
body.palkkaus-www .page-content .partner-logos {
  display: table;
  margin: 20px auto;
}
body.palkkaus-www .page-content .recommendations img {
  margin-top: 1.5em;
}
body.palkkaus-www .top-area-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
body.palkkaus-www .top-area-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.palkkaus-www .activecampaign {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: block;
  margin: auto;
}
body.palkkaus-www .activecampaign form {
  width: 100%;
  margin-top: 0px !important;
}
body.palkkaus-www .activecampaign form ._form-title {
  color: #60DF96;
  text-align: left;
  font-family: "work sans";
  line-height: 1.2em;
  font-size: 30px;
}
body.palkkaus-www .activecampaign form ._form_element p {
  text-align: left;
  font-size: 17px;
  color: #787878;
}
body.palkkaus-www .activecampaign form _button-wrapper {
  background-color: #289548 !important;
}
body.palkkaus-www .activecampaign form #_form_17_submit {
  width: 100%;
  background-color: #289548 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
body.palkkaus-www .activecampaign.top form {
  width: 100%;
  margin-top: 0px !important;
}
body.palkkaus-www .activecampaign.top form ._form-title {
  color: #000;
  text-align: left;
  font-family: "work sans";
  line-height: 1.2em;
  font-size: 30px;
}
@media screen and (min-width: 1200px) {
  body.palkkaus-www .landing-page .content-head {
    width: 950px;
  }
  body.palkkaus-www .container {
    width: 950px;
  }
}
@media screen and (min-width: 992px) {
  body.palkkaus-www .content-head {
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) {
  body.palkkaus-www .landing-page .content-head {
    min-width: 750px;
  }
  body.palkkaus-www .w75 {
    max-width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  body.palkkaus-www .flowsteps {
    /* Breadcrups CSS */
    display: table;
    height: 100px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step {
    position: absolute;
    height: 130px;
    display: table;
    color: #fff;
    cursor: default;
    margin: 0 2px;
    padding: 8px 0px 8px 25px;
    width: 22.5%;
    float: left;
    position: relative;
    background-color: #60DF96;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span.number {
    padding-left: 0;
    font-size: 47px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  body.palkkaus-www .mb-xs-30 {
    margin-bottom: 30px;
  }
  body.palkkaus-www .flowsteps {
    /* Breadcrups CSS */
    display: table;
    height: 100px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span.number {
    font-size: 34px;
  }
  body.palkkaus-www .right-column .article-info-bar-author {
    width: 100%;
    text-align: center;
    float: none;
    margin: auto;
  }
  body.palkkaus-www .right-column img.pull-left {
    margin: auto;
    float: none !important;
    display: block;
  }
  body.palkkaus-www section {
    margin-top: 35px;
  }
  body.palkkaus-www p,
  body.palkkaus-www ul {
    font-size: 15px;
  }
  body.palkkaus-www .text-left,
  body.palkkaus-www .text-right,
  body.palkkaus-www p,
  body.palkkaus-www h2,
  body.palkkaus-www h3 {
    text-align: center;
  }
  body.palkkaus-www .btn-success {
    font-size: 0.9em;
  }
  body.palkkaus-www .instructions p {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  body.palkkaus-www .instructions p span {
    clear: both;
    display: table;
    width: 100%;
    color: #60DF96;
    font-size: 1.5em;
    line-height: 1em;
    margin: 21px auto 0px;
    background-color: transparent;
  }
  body.palkkaus-www .instructions img {
    max-width: 50%;
  }
  body.palkkaus-www .page-content .article-content {
    text-align: left;
  }
  body.palkkaus-www .page-content .article-content p {
    text-align: left;
  }
  body.palkkaus-www .page-content .article-content h1 {
    text-align: left;
    font-size: 30px;
  }
  body.palkkaus-www .page-content .article-content h2 {
    text-align: left;
  }
  body.palkkaus-www .page-content .article-content h3 {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  body.palkkaus-www .flowsteps .arrow-steps .step {
    width: 47%;
    margin-bottom: 4px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span {
    padding-left: 15px;
    font-size: 17px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span.number {
    padding-left: 10px;
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  body.palkkaus-www .flowsteps .arrow-steps .step {
    width: 46%;
    margin-bottom: 4px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span {
    padding-left: 10px;
    font-size: 16px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span.number {
    padding-left: 8px;
    font-size: 44px;
  }
}
@media screen and (max-width: 558px) {
  body.palkkaus-www .gradient-bg {
    background: #60DF96;
    background: -moz-linear-gradient(-45deg, #07329f 0%, #60df97 0%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #07329f), color-stop(100%, #60df97));
    background: -webkit-linear-gradient(-45deg, #07329f 0%, #60df97 100%);
    background: -o-linear-gradient(-45deg, #07329f 0%, #60df97 100%);
    background: -ms-linear-gradient(-45deg, #07329f 0%, #60df97 100%);
    background: linear-gradient(135deg, #07329f 0%, #60df97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60df97', endColorstr='#07329f', GradientType=1);
  }
  body.palkkaus-www p {
    font-size: 14px;
  }
  body.palkkaus-www p.large {
    font-size: 15px;
  }
  body.palkkaus-www ul {
    font-size: 14px;
  }
  body.palkkaus-www h2 {
    font-size: 25px;
  }
  body.palkkaus-www .landing-page .content-head {
    margin-top: 85px;
  }
  body.palkkaus-www .image-bg {
    background-image: unset;
    background-color: #fff;
  }
  body.palkkaus-www .page-header {
    font-size: 30px;
    margin-bottom: 15px;
  }
  body.palkkaus-www .instructions img {
    max-width: 70%;
  }
  body.palkkaus-www .page-content section {
    margin-top: 25px;
  }
  body.palkkaus-www .page-content .recommendations > div > div {
    padding: 0;
  }
  body.palkkaus-www .page-content .recommendations > div h3 {
    font-size: 16px;
  }
  body.palkkaus-www .page-content .recommendations > div p {
    font-size: 0.75em;
  }
  body.palkkaus-www .page-content .article-content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 467px) {
  body.palkkaus-www .flowsteps .arrow-steps .step {
    width: 45%;
    margin-bottom: 4px;
    height: 115px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step:after,
  body.palkkaus-www .flowsteps .arrow-steps .step:before {
    border-top: 59px solid transparent;
    border-bottom: 55px solid transparent;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span {
    padding-left: 8px;
    font-weight: normal;
    font-size: 15px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span.number {
    padding-left: 3px;
    font-size: 32px;
  }
}
@media screen and (max-width: 467px) {
  body.palkkaus-www .flowsteps .arrow-steps .step {
    width: 100%;
    margin-bottom: 4px;
    height: 80px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step span {
    padding: 8px;
  }
  body.palkkaus-www .flowsteps .arrow-steps .step:before {
    border-left: none;
  }
}
@media screen and (max-width: 400px) {
  body.palkkaus-www .btn-success {
    min-width: unset;
    display: block;
    max-width: 85%;
    margin: auto;
  }
  body.palkkaus-www .page-content .article-content h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1500px) {
  body.palkkaus-www .landing-page .content-head {
    margin: 190px auto 80px;
    display: table;
    width: 1050px;
    max-width: 1050px;
  }
  body.palkkaus-www .page-header {
    font-size: 48px;
  }
  body.palkkaus-www p.large {
    font-size: 20px;
  }
  body.palkkaus-www .container {
    width: 1050px;
  }
}
body.palkkaus-www .has-account {
  display: block;
  width: 100%;
  text-align: center;
}
body.palkkaus-www .has-account .register-link {
  text-decoration: underline;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9em;
  color: #1d1d1d;
  font-weight: bold;
}
body.palkkaus-www .has-account .register-link:hover {
  cursor: pointer;
}
body.palkkaus-www .auth0-lock.auth0-lock .auth0-lock-header {
  background: #91d214;
  height: 80px;
}
body.palkkaus-www .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
  font-size: 16px;
}
body.palkkaus-www .auth0-lock.auth0-lock .auth0-lock-header-logo.centered {
  margin-top: 0;
}
body.palkkaus-www .auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current a {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 481px) {
  body.palkkaus-www .auth0-lock.auth0-lock .auth0-lock-header-bg {
    background: #60DF96;
  }
}
body.palkkaus-www .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-header-bg .auth0-lock-header-bg-blur {
  display: none;
}
body.palkkaus-www #auth0-lock.auth0-theme-default .auth0-panel .auth0-bg-gradient {
  background: initial;
  display: none;
}
body.palkkaus-www #auth0-lock.auth0-theme-default .auth0-panel button.auth0-primary {
  background-color: #289548 !important;
}
body.palkkaus-www .embedded-login {
  display: block;
  margin: auto;
}
body.palkkaus-www .embedded-login .auth0-lock-header {
  display: none;
}
body.palkkaus-www .embedded-login .auth0-lock-center {
  display: block;
}
body.palkkaus-www .embedded-login .auth-lock-social-buttons-pane p {
  font-weight: 700;
  color: #787878;
  font-size: 17px;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock {
  z-index: 98;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-widget {
  background-color: rgba(255, 255, 255, 0.7);
  width: 90%;
  display: table;
  padding: 5%;
  max-width: 300px;
  margin-top: 15px;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-content {
  padding: 0;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-cred-pane {
  background-color: transparent;
  display: table;
  margin: auto;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-form p {
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  color: #787878;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-submit {
  color: #fff;
  background-color: #60DF96;
  border-color: #60DF96;
  border-radius: 0.5em;
  min-width: 100%;
  font-size: 15px;
  line-height: 1em;
  height: auto;
  font-weight: 500;
  margin-top: 12px;
  padding: 5px 6px;
  margin-bottom: 15px;
}
body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
  height: auto;
  line-height: 2em;
}
@media (min-width: 481px) and (max-width: 1024px) {
  body.palkkaus-www .auth0-lock.auth0-lock.auth0-lock-opened {
    position: absolute;
  }
  body.palkkaus-www .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-content {
    max-width: 60%;
    margin: auto;
  }
  body.palkkaus-www .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-widget {
    width: 100%;
  }
  body.palkkaus-www .auth0-lock.auth0-lock .auth0-lock-overlay {
    height: 200vh;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  body.palkkaus-www .embedded-login .auth0-lock.auth0-lock .auth0-lock-widget {
    width: 100%;
  }
}
/* The Modal (background) */
body.palkkaus-www .custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
body.palkkaus-www .custom-modal-content {
  background-color: #fefefe;
  margin: 6% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
@media screen and (min-width: 1200px) {
  body.palkkaus-www .custom-modal-content {
    width: 60%;
  }
}
body.palkkaus-www .custom-modal-content.img-modal {
  width: 80%;
}
@media screen and (min-width: 1200px) {
  body.palkkaus-www .custom-modal-content.img-modal {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  body.palkkaus-www .custom-modal-content.img-modal {
    width: 95%;
  }
}
body.palkkaus-www .custom-modal-content .close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
body.palkkaus-www .custom-modal-content .close:hover,
body.palkkaus-www .custom-modal-content .close::focus {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accounting .col-sm-6 {
    min-height: 212px;
  }
}