@font-face {
    font-family: 'HelsinginTextRegular';
    src: url('/fonts/Helsingin-Text-Web-Regular.eot');
    src: url('/fonts/Helsingin-Text-Web-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Helsingin-Text-Web-Regular.svg#Helsingin Text Web') format('svg'),
    url('/fonts/Helsingin-Text-Web-Regular.woff2') format('woff2'),
    url('/fonts/Helsingin-Text-Web-Regular.woff') format('woff'),
    url('/fonts/Helsingin-Text-Web-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'HelsinginTextLight';
    src: url('/fonts/Helsingin-Web-Light.eot');
    src: url('/fonts/Helsingin-Web-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Helsingin-Web-Light.svg#Helsingin Web') format('svg'),
    url('/fonts/Helsingin-Web-Light.woff2') format('woff2'),
    url('/fonts/Helsingin-Web-Light.woff') format('woff'),
    url('/fonts/Helsingin-Web-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'HelsinginTextBold';
    src: url('/fonts/Helsingin-Text-Web-Bold.eot');
    src: url('/fonts/Helsingin-Text-Web-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Helsingin-Text-Web-Bold.woff2') format('woff2'),
    url('/fonts/Helsingin-Text-Web-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Sanomat';
    src: url('/fonts/Sanomat-Web-Regular.eot');
    src: url('/fonts/Sanomat-Web-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Sanomat-Web-Regular.woff2') format('woff2'),
    url('/fonts/Sanomat-Web-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Publico';
    src: url('/fonts/Publico-Text-Web-Roman.eot');
    src: url('/fonts/Publico-Text-Web-Roman.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Publico-Text-Web-Roman.woff2') format('woff2'),
    url('/fonts/Publico-Text-Web-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face{
    font-family:"HSIcons";
    font-weight:normal;
    src: url('/fonts/HSicons.eot');
    src: url('/fonts/HSicons.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HSicons.svg#HSicons') format('svg'),
    url('/fonts/HSicons.woff2') format('woff2'),
    url('/fonts/HSicons.woff') format('woff'),
    url('/fonts/HSicons.ttf') format('truetype');
}

body {
    background-color: rgb(233, 234, 237);
    width: 100%;
    margin: 0;
    font-family: HelsinginTextRegular, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 11px 36px 12px 12px;
    margin: 0;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    font-family: HelsinginTextBold, Helvetica, Arial, sans-serif;

    background: transparent url(/images/dropdown_arrow.svg) no-repeat right 10px center;
}

select:hover {
    background-color: rgba(216, 216, 216, .3);
}

.mobile-only {
    display: none !important;
}

.helsingin-bold {
    font-family: HelsinginTextBold, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.helsingin-light {
    font-family: HelsinginTextLight, HelsinginTextRegular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.averageperson10 {
    width: 10px;
    height: auto;
    vertical-align: middle;
}

.extrainfo {
    width: 24px;
    height: auto;
    vertical-align: middle;
}

.clickable {
    cursor: pointer;
}

.header {
    width: 100%;
    background-color: rgb(1, 27, 75);
}

.content-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px;
    overflow: auto;
}

.content {
    background-color: white;
    width: 100%;
    overflow: auto;
    margin-top: 2px;
}

.ad-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin: 60px;
    text-align: center;
    text-transform: uppercase;
    font-family: "HelsinginText", "Helvetica", "Arial", sans-serif;
}

h2 {
    margin-top: 0;
    font-size: 24px;
    font-family: HelsinginTextBold, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#verokone-header, #top-header {
    max-width: 250px;
    padding: 20px 0;
    margin: 0 auto;
}
#top-header img {
    width: 100%;
}

#verokone-header{
    max-width: 540px;
    padding: 40px;
}
#verokone-header img {
    width: 100%;
}

#verokone-header .ingress {
    font-family: Sanomat, Georgia, Times, serif;
    font-size: 18px;
    line-height: 20px;
    color: #4A4A4A;
    margin: 18px 10px 18px;
    text-align: center;
}

#verokone-header .description {
    font-family: Publico, Georgia, Times, serif;
    font-size: 15px;
    line-height: 23px;
    color: #767676;
    margin: 20px 10px 15px;
}

#simple-search-form {
    width: 80%;
    margin: 0 auto;
}

#simple-search-box {
    border: #909090 solid 1px;
    height: 52px;
    padding: 0;
    max-width: 440px;
    margin: 50px auto 0;
    font-size:0;
}

#simple-search-box .simple-query-container {
    display: inline-block;
    width: calc(100% - 80px);
    height: 100%;
    padding: 0;
    vertical-align: top;
}

#simple-search-box .query {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    display: block;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
}

#simple-search-box button {
    width: 80px;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: rgb(243, 243, 243);
}

#show-advanced-wrapper {
    max-width: 440px;
    margin: 0 auto 70px;
}

#more-search-options {
    font-size: 14px;
    color: #4A4A4A;
    float: right;
    margin: 20px 5px;
    text-decoration: none;
}

#more-search-options-text {
    padding-right: 4px;
}

#show-advanced-wrapper #more-search-options-arrow.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#advanced-search-wrapper {
    border-top: #4A4A4A solid 1px;
}

#advanced-search-form {
    max-width: 840px;
    padding: 40px 15px;
    margin: 0 auto;
    font-size: 14px;
}

#advanced-search-form fieldset {
    border: none;
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0;
    float: left;
}

#advanced-search-form fieldset input,
#advanced-search-form fieldset select {
    width: 100%;
    height: 40px;
    margin: 0 0 30px;
    font: inherit;
    padding: 0 10px;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: transparent;
}

#advanced-search-form .label {
    margin: 0 0 -42px;
    width: initial;
    padding: 0 10px;

    color: #AAA;
    font-family: HelsinginTextLight, HelsinginTextRegular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#advanced-search-form .label p {
    display: inline-block;
}

#advanced-search-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #AAA;
    font-family: HelsinginTextLight, HelsinginTextRegular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#advanced-search-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #AAA;
    opacity:  1;
    font-family: HelsinginTextLight, HelsinginTextRegular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#advanced-search-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #AAA;
    opacity:  1;
    font-family: HelsinginTextLight, HelsinginTextRegular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#advanced-search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #AAA;
    font-family: HelsinginTextLight, HelsinginTextRegular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#advanced-search-box-1 {
    width: 390px;
}

#advanced-search-box-2 {
    width: 295px;
}

#advanced-search-form button {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    margin: -10px 0 30px;
    background-color: #84C5C3;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    float: right;
    clear: both;
}
#advanced-search-form button img {
    height: 18px;
    padding-right: 3px;
    margin-bottom: -2px;
}
#advanced-search-form button:hover {
    opacity: .7;
}

.search-advanced {
    width: 100%;
}

.year-results-table {
    width: 100%;
}

.year-results-table-container {
    padding: 20px 40px;
}

/*SOCIAL*/
.share-buttons {
    font-family: "HSIcons", serif;
    margin-top: 25px;
}
.share-buttons ul {
    list-style: none;
    padding: 0;
}
.share-buttons li {
    display: inline-block;
}
.share-buttons a, .share-buttons a:hover {
    text-decoration: none;
    color: white;
    padding-right: 5px;
}
.share-facebook .icon:before {
    font-size: 36px;
    line-height: 36px;
    color: #3b5998;
    content: "\e951";
}
.share-twitter .icon:before {
    font-size: 36px;
    line-height: 36px;
    color: #4099ff;
    content: "\e950";
}
.share-whatsapp .icon:before {
    font-size: 36px;
    line-height: 36px;
    color: #38b649;
    content: "\e952";
}

/* SVG */
.svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    /* override this inline for aspect ratio other than square */
}
.graph {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*MOBILE*/
@media (max-width: 560px) {

    .mobile-only {
        display: inline-block !important;
    }

    .not-mobile {
        display: none !important;
    }

    .content-wrapper {
        padding: 10px 0 0;
    }

    .content {
        padding: 0 15px;
        box-sizing: border-box;
    }

    #verokone-header{
        padding: 25px 0 0;
    }

    #simple-search-form {
        width: 100%;
    }

    #simple-search-box .simple-query-container {
        width: calc(100% - 50px);
    }

    #simple-search-box .query {
        padding: 0 12px;
    }

    #simple-search-box button {
        width: 50px;
    }

    #show-advanced-wrapper #more-search-options-arrow {
        -ms-transform: rotate(270deg); /* IE 9 */
        -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
        transform: rotate(270deg);
    }

    #show-advanced-wrapper #more-search-options-arrow.rotate {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    #advanced-search-wrapper {
        border-top: none;
    }

    #advanced-search-form {
        padding: 0;
    }

    #advanced-search-form fieldset {
        margin: 0;
    }

    #advanced-search-box-1 {
        width: 100%;
    }

    #advanced-search-box-2 {
        width: 70%;
    }

    #advanced-search-form button {
        width: 100%;
    }


    .year-results-table-container {
        padding: 20px 0;
    }

}

.ad.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

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

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

.addendum-missing-tax-income {
    font-size: 12px;
    font-style: italic;
    width: 80%;
    padding-left: 3em;
    padding-top: 3em;
}
