﻿@charset "UTF-8";
/*
 * shadows
 */
/*
 * misc
 */
/*
 * shadows
 */
/*
 * misc
 */
.sticky-collapsable {
    position: relative;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
}

.sticky-collapsable > .container {
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
@media (min-width: 40.0625em) {
    .sticky-collapsable > .container {
        width: 100%;
    }
    .sticky-collapsable---mobile-trigger-wrapper {
        display: none;
    }
}
@media (min-width: 60.0625em) {
    .sticky-collapsable > .container {
        width: 954px;
    }
}
.sticky-collapsable .button {
    padding-right: 20px;
    padding-left: 20px;
}
.sticky-collapsable__button {
    position: relative;
    text-align: left;
    white-space: nowrap;
}
.sticky-collapsable__button::after {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    content: "";
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 0.75em;
    top: 0.5em;
    transform: rotate(-45deg);
    width: 8px;
    top: 1em;
}
.sticky-collapsable__content {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 20px 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.sticky-collapsable__content .close.button {
    bottom: 5px;
    margin-right: 0;
    position: absolute;
    right: 40px;
}
@media (min-width: 60.0625em) {
    .sticky-collapsable__content--news-updates {
        left: 33.333%;
    }
}
@media (min-width: 60.0625em) {
    .sticky-collapsable__content--sharing {
        left: 50%;
    }
}
.sticky-collapsable__col {
    float: left;
    margin-bottom: 1em;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}
.sticky-collapsable + .timeline-group > .timeline-info-group {
    margin-top: -4em;
    padding-top: 4em;
}
.guide-info-group + .sticky-collapsable {
    display: none;
}
.sticky-collapsable fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.sticky-collapsable label {
    display: block;
    font-size: 1.16667em;
}
.sticky-collapsable .heading {
    display: block;
    font-size: 1.333em;
    margin: 0;
}
@media (max-width: 45em) {
    .sticky-collapsable .sticky-collapsable__button {
        display: none;
    }
    .sticky-collapsable__button {
        display: block;
        margin-bottom: 5px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
    }
    .sticky-collapsable---mobile-trigger {
        z-index: 3;
    }
    .sticky-collapsable---mobile-trigger + .button {
        z-index: 2;
    }
    .sticky-collapsable---mobile-trigger + .button + .button {
        z-index: 1;
    }
    .sticky-collapsable---mobile-trigger-wrapper {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .sticky-collapsable---mobile-trigger-wrapper
        ~ .group.timeline-info-group
        .container.municipality {
        padding-top: 13em;
    }
    .sticky-collapsable__content {
        max-height: 60vh;
        overflow-y: auto;
        padding-bottom: 1em;
        top: 4em;
    }
    .sticky-collapsable__content#menu2 {
        top: 8.5em;
    }
    .sticky-collapsable__content#menu3 {
        top: 13em;
    }
    .sticky-collapsable__content .close.button {
        position: relative;
        right: 0;
    }
}
@media (min-width: 45.0625em) {
    .sticky-collapsable---mobile-trigger {
        display: none;
    }
    .sticky-collapsable .button {
        padding-right: 10px;
        padding-left: 10px;
    }
    .sticky-collapsable__button {
        float: left;
        margin-left: 0.5%;
        width: 33%;
    }
    .sticky-collapsable__button:first-child {
        margin-left: 0;
    }
    .sticky-collapsable__col {
        float: left;
        width: 50%;
    }
    .sticky-collapsable__col:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 60.0625em) {
    .sticky-collapsable .button {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sticky-collapsable__button {
        float: left;
        margin-left: 2%;
        margin-bottom: 5px;
        width: 32%;
    }
    .sticky-collapsable__button:first-child {
        margin-left: 0;
    }
    .sticky-collapsable__col {
        float: left;
        width: 25%;
    }
    .sticky-collapsable__col:nth-child(n) {
        clear: none;
    }
    .sticky-collapsable__col:nth-child(4n + 1) {
        clear: left;
    }
}

/*
 * shadows
 */
/*
 * misc
 */
.custom-select {
    position: relative;
}
.custom-select__toggler {
    background: transparent;
    border: 0;
    border-left: 1px solid transparent;
    float: left;
    font-size: 1.333em;
    height: 2.2em;
    margin-left: -2.075em;
    overflow: hidden;
    position: relative;
    text-indent: -10em;
    width: 2em;
}
.custom-select__toggler::after {
    border-bottom: 2px solid #838383;
    border-left: 2px solid #838383;
    content: "";
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 0.75em;
    top: 0.5em;
    transform: rotate(-45deg);
    width: 8px;
    top: 0.6em;
}
.custom-select__toggler:focus,
.custom-select__toggler:hover {
    border-left-color: #6893b7;
}
.custom-select__toggler:focus::after,
.custom-select__toggler:hover::after {
    border-color: #6893b7;
}
.custom-select__options-list {
    display: none;
    clear: both;
    position: relative;
}
.custom-select__options-list-inner {
    border: 1px solid #6893b7;
    background-color: #fff;
    position: absolute;
    top: -2px;
    width: 100%;
}
.open .custom-select__options-list {
    display: block;
    z-index: 1;
}
.custom-select__label {
    display: block;
    font-size: 1.16667em;
    padding: 3px 10px;
}
.custom-select__label.hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.custom-select__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.custom-select__selected-list {
    border: 1px solid #838383;
    background: #fff;
    float: left;
    font-size: 1.333em;
    min-height: 2.2em;
    padding: 5px 2em 0 5px;
    width: 100%;
}
.open .custom-select__selected-list {
    border-color: #6893b7;
    box-shadow: 0 0 0 1px #6893b7 inset;
}
.custom-select__active-choice {
    background-color: #d3e9da;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0.5em 2em 0.4em 0.75em;
    position: relative;
    vertical-align: top;
    cursor: default;
}
.custom-select__active-choice-reset {
    color: #979797;
    display: inline !important;
    font-size: 2em !important;
    font-weight: normal;
    position: absolute;
    right: 0.15em;
    top: 0;
}

/*
 * shadows
 */
/*
 * misc
 */
.municipality-merger-app .button {
    background-color: #1a833b;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 1.333em;
    height: 3em;
    outline: none;
    padding-right: 2em;
    padding-left: 2em;
    text-transform: uppercase;
    justify-content: space-between;
}
.municipality-merger-app .button:focus,
.municipality-merger-app .button:hover {
    background-color: #20a148;
    /*box-shadow: 0 0 0 4px $bullet-grey inset;*/
    text-decoration: none;
}
.municipality-merger-app .button--link-like {
    background-color: transparent;
    color: #565656;
}
.municipality-merger-app .button--link-like:focus,
.municipality-merger-app .button--link-like:hover {
    background-color: transparent;
    box-shadow: 0 0 0 4px #e8e8e8 inset;
}
.municipality-merger-app .button--small {
    height: 2.25em;
    line-height: 2.5;
    padding-right: 1em;
    padding-left: 1em;
    text-transform: none;
}
.municipality-merger-app .button.close {
    padding-right: 2.5em;
}
.municipality-merger-app .button.close::after {
    border-bottom: 2px solid #838383;
    border-left: 2px solid #838383;
    content: "";
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 0.75em;
    top: 0.5em;
    transform: rotate(-45deg);
    width: 8px;
    top: 1.25em;
    transform: rotate(135deg);
}

.municipality-merger-app .timeline-panel .button {
    font-size: 1em;
}

.municipality-merger-app .selector {
    background: #fff;
    border: 1px solid #838383;
    font-size: 1.333em;
    line-height: 1.75;
    height: 2.2em;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    width: 100%;
}
.municipality-merger-app .selector.focus,
.municipality-merger-app .selector.hover {
    border-color: #6893b7;
    box-shadow: 0 0 0 1px #6893b7 inset;
}
.municipality-merger-app .selector.focus::after,
.municipality-merger-app .selector.hover::after {
    border-color: #6893b7;
}
.municipality-merger-app .selector span {
    background: none;
    width: 100%;
}
.municipality-merger-app .selector select {
    font-size: 1em;
    height: 100%;
    width: 100%;
}
.municipality-merger-app .selector::after {
    border-bottom: 2px solid #838383;
    border-left: 2px solid #838383;
    content: "";
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 0.75em;
    top: 0.5em;
    transform: rotate(-45deg);
    width: 8px;
}

/*
 * shadows
 */
/*
 * misc
 */
@font-face {
    font-family: "Meta Book";
    src: url("/public/legacyshared/fonts/MetaWeb-Book.eot");
    src: local("☺"),
        url("/public/legacyshared/fonts/MetaWeb-Book.woff") format("woff"),
        url("/public/legacyshared/fonts/MetaComp-Book.ttf") format("truetype");
}

/* 12px * 1.5 = 18px */
.timeline-container > .go-to-today {
    float: right;
    font-size: 16px;
    margin-right: 174px;
    position: relative;
    z-index: 2;
}

.timeline-container > .go-to-today > a {
    position: absolute;
    width: 126px;
}

.timeline-info-container > #filterSummary > h3 {
    margin: 1em 0;
}

.timeline {
    list-style: none;
    margin: 40px 0 20px;
    padding: 0;
    position: relative;
}
.timeline-elm-wrapper {
    display: inline;
}
.timeline-elm-wrapper > .month,
.timeline-elm-wrapper > .year,
.timeline .task {
    margin-bottom: 15px;
}
.timeline-elm-wrapper > .month,
.timeline-elm-wrapper > .year {
    background-color: #fff;
    clear: both;
    float: left;
    padding-left: 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 4em;
    z-index: 2;
}
@media (min-width: 70.0625em) {
    .timeline-elm-wrapper > .month,
    .timeline-elm-wrapper > .year {
        top: 0;
    }
}
.timeline-elm-wrapper > .month {
    color: #14652e;
    font-weight: bold;
    z-index: 2;
}
.timeline-elm-wrapper > .year {
    width: 6.5em;
}
.timeline .task {
    clear: both;
    overflow: visible !important;
    margin-bottom: 4em;
    position: relative;
}
@media (max-width: 60em) {
    .timeline-elm-wrapper > .month,
    .timeline-elm-wrapper > .year {
        height: 2.75em;
    }
    .timeline-elm-wrapper > .year {
        clear: left;
    }
    .timeline-elm-wrapper > .year + .month {
        border-left: 0;
        clear: none;
        min-width: 8em;
    }
    .timeline-elm-wrapper > .month {
        border-left: 6.5em solid #1a833b;
        min-width: 14.5em;
        padding-top: 0.666em;
        padding-right: 1em;
        padding-left: 10px;
    }
}
@media (min-width: 60.0625em) {
    .timeline {
        border-left: 5px solid #ededed;
    }
    .timeline::before {
        border-left: 5px solid #ededed;
        content: "";
        display: block;
        height: 5.5em;
        left: -5px;
        position: absolute;
        top: 0;
        width: 0;
    }
    .timeline-elm-wrapper > .year,
    .timeline-elm-wrapper > .month {
        left: 0;
        margin-bottom: -2.15em;
        margin-left: -11em;
        width: 8em;
    }
    .timeline-elm-wrapper > .year {
        border-bottom: 15px solid #fff;
    }
    .timeline-elm-wrapper > .month {
        margin-top: 2.15em;
        top: 8.25em;
    }
    .timeline-elm-wrapper + .timeline-elm-wrapper > .year {
        margin-top: -4em;
    }
    .timeline-elm-wrapper + .timeline-elm-wrapper > .year + .month {
        margin-top: 0;
    }
    .timeline-elm-wrapper + .timeline-elm-wrapper > .month:first-child {
        margin-top: 0;
    }
}
@media (min-width: 70.0625em) {
    .timeline-elm-wrapper > .month {
        top: 4.25em;
    }
}

.test {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 60.0625em) {
    .timeline-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 79.5em;
    }
}

.timeline-info-container {
    overflow: hidden;
    position: relative;
}
.timeline-info-container p {
    font-size: 1.333em;
}
.timeline-info-container dl {
    margin: 0 0 1em;
}
@media (min-width: 60.0625em) {
    .timeline-info-container dl {
        float: left;
        margin-right: 2em;
    }
}
.timeline-info-container dt {
    font-size: 1.16667em;
}
.timeline-info-container dd {
    font-size: 1.333em;
    font-weight: bold;
    margin: 0;
}
.timeline-info-container .timeline-total-hits {
    font-size: 1.5em;
}
@media (min-width: 40.0625em) {
    .timeline-info-container .timeline-total-hits {
        color: #717171;
        font-weight: bold;
        margin: 0;
        position: absolute;
        right: 0;
        top: 1em;
    }
}

.timeline-badge {
    background-color: #838383;
    border: 5px solid #1a833b;
    border-radius: 50%;
    height: 30px;
    position: relative;
    width: 30px;
}
.task.active .timeline-badge {
    background-color: #e57231;
}
.task.done .timeline-badge {
    background-color: #1a833b;
}
@media (max-width: 60em) {
    .timeline-badge {
        margin-bottom: -15px;
        margin-left: 20px;
        z-index: 1;
    }
}
@media (min-width: 60.0625em) {
    .timeline-badge {
        float: left;
        margin-left: -17.5px;
    }
}

.timeline-end-badge {
    background-color: #c4c4c4;
    border-radius: 50%;
    float: left;
    line-height: 6px;
    margin-left: 17px;
    margin-top: -25px;
    min-height: 6px;
    text-align: center;
    width: 6px;
}

.timeline-year-badge {
    font-size: 2em;
    font-weight: bold;
}

.timeline-month-badge {
    font-size: 1.334em;
}

.timeline-start {
    margin-top: 3em;
    position: relative;
}
.timeline-start__label,
.timeline-start__input {
    width: 100%;
}
.timeline-start__label {
    font-size: 1.333em;
    margin: 0;
}
.container .timeline-start__label {
    text-transform: none;
}
.timeline-start__input {
    margin-bottom: 1em;
}
@media (min-width: 40.0625em) {
    .timeline-start__label,
    .timeline-start__input {
        float: left;
        width: 50%;
    }
}
@media (max-width: 60em) {
    .timeline-start {
        margin-bottom: 2em;
    }
}
@media (min-width: 60.0625em) {
    .timeline-start {
        border-left: 5px solid #1a833b;
        margin-left: 15px;
        padding-bottom: 44px;
        padding-left: 40px;
    }
    .timeline-start::after {
        border: 5px solid #1a833b;
        border-radius: 50%;
        box-sizing: border-box;
        background-color: #fff;
        content: "";
        height: 30px;
        left: -17.5px;
        position: absolute;
        top: 0;
        width: 30px;
    }
    .timeline-start .button {
        margin-top: 1em;
        margin-left: 50%;
    }
}

.timeline-news {
    margin-bottom: 3em;
}
.timeline-news__item {
    border-bottom: 1px solid #979797;
    padding: 1.25em 0 1em;
}
.timeline-news__heading,
.timeline-news__date,
.timeline-news__content {
    color: currentColor;
    font-size: 1.333em;
    margin: 0;
}
.timeline-news__heading {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.timeline-news__heading,
.container .timeline-news__heading {
    text-transform: none;
}
.timeline-news__heading a {
    color: currentColor;
}

.timeline-share-list {
    font-size: 1.333em;
    margin: 0 0 2em;
    overflow: hidden;
    padding: 0;
}
.timeline-share-list__item {
    float: left;
    list-style: none;
    margin: 0 1em 1em 0;
    padding: 0;
}
.timeline-share-list__item a {
    display: inline-block;
}
.timeline-share-list__item a:focus {
    background-color: transparent;
}
.timeline-share-list__item a:hover .circle-facebook,
.timeline-share-list__item a:focus .circle-facebook {
    fill: #3b5998;
}
.timeline-share-list__item a:hover .circle-linkedin,
.timeline-share-list__item a:focus .circle-linkedin {
    fill: #4c9cc1;
}
.timeline-share-list__item a:hover .circle-twitter,
.timeline-share-list__item a:focus .circle-twitter {
    fill: #0077b5;
}
.timeline-share-list__item svg {
    width: 50px;
}
.timeline-share-list__item svg.fb {
    fill: #838383;
}
.timeline-share-list__item--wide {
    clear: both;
    margin-right: 0;
    width: 100%;
}
.timeline-share-list__item--wide input {
    padding: 0.5em 0.25em;
    width: 100%;
}
.timeline-share-list__item--task {
    clear: both;
    margin-top: 15px;
    width: 100%;
}
.timeline-share-list__item--task input {
    padding: 0.5em 0.25em;
    width: 100%;
}

.timeline-panel {
    background-color: #ededed;
    font-size: 1.333em;
    overflow: hidden;
    padding: 30px 20px 0;
    position: relative;
}
.timeline-panel .status-text {
    font-size: 0.875em;
}
@media (min-width: 60.0625em) {
    .timeline-panel {
        margin-left: 6.3%;
    }
}
@media (min-width: 70.0625em) {
    .timeline-panel {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.timeline-heading .timeline-title {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
    text-transform: none;
}
@media (min-width: 60.0625em) {
    .timeline-heading .timeline-title {
        font-size: 1.5em;
    }
}

.timeline-responsibilities {
    margin-bottom: 2em;
}
.timeline-responsibilities__item {
    background-color: #fff;
    font-weight: bold;
    padding: 15.00375px 20px 10px;
}
.timeline-responsibilities__item .heading {
    font-size: 0.875em;
    margin: 0 0 0.25em;
    text-transform: none;
}
@media (max-width: 40em) {
    .timeline-responsibilities__item + .timeline-responsibilities__item {
        padding-top: 0;
    }
}
@media (min-width: 40.0625em) {
    .timeline-responsibilities {
        display: flex;
        margin-right: -10px;
        margin-left: -10px;
    }
    .timeline-responsibilities__item {
        flex: 1;
        margin: 0 10px;
    }
}

.timeline-duration {
    display: flex;
    position: relative;
}
.timeline-duration .heading {
    font-size: 0.667em;
    line-height: 1.5;
    margin: 0;
}
.timeline-duration [class*="timeline-duration__"] {
    flex: 1;
    font-weight: bold;
    z-index: 1;
}
.timeline-duration [class*="-elm"] {
    background-color: #ededed;
    padding-right: 40px;
}
.timeline-duration__duration {
    text-align: center;
}
.timeline-duration__duration-elm {
    padding-left: 40px;
}
@media (max-width: 40em) {
    .timeline-duration__duration {
        display: none;
    }
}
.timeline-duration__end {
    text-align: right;
}
.timeline-duration__end [class*="-elm"] {
    padding-right: 0;
    padding-left: 40px;
}
.timeline-duration::before {
    border-bottom: 1px dashed #d8d8d8;
    bottom: 0.75em;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.timeline-prerequisite {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 1px 20px 1px 40px;
}
.timeline-prerequisite h3 {
    background: url("/public/legacymunicipalitymerger/img/icon-prerequisite.svg")
        no-repeat left top;
    font-weight: bold;
    margin-left: -25px;
    min-height: 37px;
    padding-left: 25px;
    text-transform: none;
}
.timeline-prerequisite h3,
.timeline-prerequisite p {
    font-size: 0.875em;
    line-height: 1.333;
}
@media (min-width: 40.0625em) {
    .timeline-prerequisite {
        width: 50%;
    }
}
@media (min-width: 70.0625em) {
    .timeline-prerequisite {
        float: left;
        width: 33.333%;
        width: calc((33.333% - 3.33333px) - 10px);
    }
}

.timeline-tag {
    background-color: #815190;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    min-width: 8em;
    padding: 0.3em 10px 0.1em;
    top: -1.9em;
}
.timeline-tag.blue {
    background-color: #0058a3;
}
.timeline-tag.grey {
    background-color: #757575;
}
.timeline-tag .trigger,
.timeline-tag .trigger:focus,
.timeline-tag .trigger:hover {
    background-color: transparent;
    background-position: 93% 50%;
    background-position: right 8px center;
    background-repeat: no-repeat;
    border: 0;
    color: #fff;
    display: block;
    line-height: inherit;
    min-width: 10em;
    margin: -0.3em -10px -0.1em;
    padding: 0.3em 10px 0.1em;
    text-align: left;
    text-decoration: none;
}
@media (min-width: 40.0625em) {
    .timeline-tag .trigger {
        cursor: default;
    }
    .timeline-tag .trigger.news {
        background-image: url("/public/legacymunicipalitymerger/img/icon-pin.svg");
        padding-right: 30px;
    }
    .timeline-tag .trigger.info {
        background-image: url("/public/legacymunicipalitymerger/img/icon-info.svg");
        padding-right: 30px;
    }
    .timeline-tag .trigger.share {
        background-image: url("/public/legacymunicipalitymerger/img/icon-share.svg");
        padding-right: 30px;
    }
}
.timeline-tag,
.container .timeline-tag {
    color: #fff;
    text-transform: none;
}
.task > .timeline-tag {
    font-size: 1.17em;
    position: absolute;
}
@media (min-width: 40.0625em) {
    .relevant-info .timeline-tag {
        display: inline-block;
        margin-left: 10px;
        min-width: 14em;
        width: auto;
    }
}
@media (min-width: 70.0625em) {
    .relevant-info .timeline-tag {
        min-width: 10em;
    }
}
@media (max-width: 60em) {
    .task > .timeline-tag {
        left: 70px;
        margin-top: 15px;
    }
}
@media (min-width: 60.0625em) {
    .task > .timeline-tag {
        left: 9%;
    }
}

.timeline-body {
    clear: left;
    display: none;
    float: left;
    overflow: hidden;
    padding-top: 40px;
    width: 100%;
}
.timeline-body h3 {
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
}

.timeline-body .info-text {
    clear: left;
    float: left;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    width: 100%;
}
@media (min-width: 70.0625em) {
    .timeline-body .info-text {
        padding-right: 60px;
        width: 66.667%;
    }
}

.timeline-body .info-text.full {
    border: none;
    padding-right: 0;
    width: 100%;
}

.timeline-aside {
    clear: both;
}
.timeline-aside:last-child {
    margin-bottom: 2em;
}
@media (min-width: 70.0625em) {
    .timeline-aside {
        clear: right;
        float: right;
        width: 33.333%;
    }
}
.timeline-aside a {
    font-size: 16px;
}

.timeline-body .relevant-info {
    font-size: 0.875em;
    margin: 0 0 1.75em;
    position: relative;
}
.timeline-body .relevant-info ul {
    list-style: none;
    padding: 0;
}
.timeline-body .relevant-info__content {
    background-color: #fff;
    padding: 1px 20px;
}
.timeline-body .relevant-info__content p {
    overflow: hidden;
}
.timeline-body .relevant-info__content .send-email {
    background: url("/public/legacymunicipalitymerger/img/icon-mail.svg")
        no-repeat left 50%;
    color: #565656;
    padding-left: 20px;
    text-transform: uppercase;
}
.timeline-body .relevant-info__content input.full-width {
    border: 1px solid #e8e8e8;
    padding: 5px 0 5px 2px;
    width: 100%;
}
.timeline-body .relevant-info__content .button--small {
    float: right;
}
.timeline-body .relevant-info .external-link {
    background-image: url("/public/legacymunicipalitymerger/img/icon-link.svg");
    background-position: left 3px;
    background-size: 12px;
    font-weight: 600;
    line-height: 1.333;
    margin-bottom: 0.75em;
}
.timeline-body .relevant-info .external-link:last-child {
    margin-bottom: 0;
}
@media (max-width: 40em) {
    .timeline-body .relevant-info {
        margin-bottom: 1em;
    }
    .timeline-body .relevant-info .timeline-tag .trigger {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .timeline-body .relevant-info .timeline-tag .trigger::after {
        border-left: 2px solid #ededed;
        border-bottom: 2px solid #ededed;
        content: "";
        display: block;
        height: 0.75em;
        margin-top: -0.6em;
        position: absolute;
        right: 1em;
        top: 50%;
        transform: rotate(-45deg);
        transition: transform 0.35s, margin-top 0.35s;
        width: 0.75em;
    }
    .timeline-body .relevant-info__content {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        transition: max-height 0.35s;
    }
    .timeline-body
        .relevant-info
        .toggler-mobile:checked
        ~ .timeline-tag
        .trigger::after {
        margin-top: -0.25em;
        transform: rotate(135deg);
    }
    .timeline-body
        .relevant-info
        .toggler-mobile:checked
        ~ .relevant-info__content {
        max-height: 25em;
    }
    .timeline-body .relevant-info.sharing .timeline-tag {
        display: none;
    }
    .timeline-body .relevant-info.sharing .relevant-info__content {
        max-height: 1000px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

.timeline-body .relevant-info > ul > li > a,
.timeline-body .relevant-info > ul > li > a:focus {
    background: transparent;
    background-image: url("external-link.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inherit;
    padding-left: 21px;
}

.timeline-status * {
    display: inline-block;
}

.status-badge {
    background-color: #838383;
    border-radius: 50%;
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
.status-badge.done {
    background-color: #1a833b;
}
.status-badge.active {
    background-color: #e57231;
}

.status--0,
.status--1,
.status--2 {
    position: relative;
}
.status--0::before,
.status--1::before,
.status--2::before {
    background-color: #838383;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    left: 22px;
    position: absolute;
    top: 2px;
    width: 12px;
}
.status--0 input,
.status--1 input,
.status--2 input {
    margin-right: 25px;
}

.status--1::before {
    background-color: #e57231;
}

.status--2::before {
    background-color: #1a833b;
}

.timeline-panel-top {
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    float: left;
    margin-left: 14px;
    width: calc(100% - 56px);
}

.timeline-panel-top.done {
    background-color: #009739;
    border-bottom: none;
    height: 3px;
}

.timeline-panel-top.active {
    background-color: #f8c81c;
    border-bottom: none;
    height: 3px;
}

[v-cloak],
.load {
    display: none;
}

.load[v-cloak] {
    display: block;
    margin: 30px auto;
}

.progress-table {
    display: flex;
    height: 16px;
    margin-top: 30px;
    padding: 25px 0 25px;
    position: relative;
    width: 100%;
}
.progress-table .level {
    flex: 1;
    height: 16px;
}
.progress-table .level.active .fill,
.progress-table .level.done .fill {
    height: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.task.active .progress-table .level.active .fill,
.task.active .progress-table .level.done .fill {
    background-color: #e57231;
}
.task.done .progress-table .level.active .fill,
.task.done .progress-table .level.done .fill {
    background-color: #1a833b;
}
.progress-table .year {
    margin-left: -20px;
    position: absolute;
    top: 0;
}
.progress-table .month {
    display: none;
}
.progress-table .border-left {
    border-left: 2px solid #979797;
}
.progress-table .border-right {
    border-right: 2px solid #979797;
}
.progress-table .fill {
    background-color: #979797;
    height: 2px;
    margin: 7px 0 7px;
}

.timeline-container .expand-toggle-wrapper {
    background-color: #ededed;
    border-bottom: 3px solid #d8d8d8;
    cursor: pointer;
    font-size: 1.333em;
    font-weight: bold;
    position: relative;
    text-align: center;
}
@media (min-width: 60.0625em) {
    .timeline-container .expand-toggle-wrapper {
        margin-left: 6.3%;
    }
}

.timeline-container a.expand-toggle {
    background-color: transparent;
    color: #000;
    display: inline-block;
    line-height: 30px;
    margin-right: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}
.timeline-container a.expand-toggle:focus {
    text-decoration: underline;
}

.timeline-container .show-more {
    background: url("/public/legacymunicipalitymerger/img/arrow_gray_simple.svg")
        0 0 no-repeat;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 5px;
    transition: transform 0.5s;
    width: 10px;
}

.timeline-container .expand-toggle-wrapper.open .show-more {
    transform: rotate(180deg);
}

/*
 * shadows
 */
/*
 * misc
 */
.page-wrapper .group.guide-info-group {
    background-color: #ffffff;
    /*border-bottom: 1px solid #ccc;*/
}

.page-wrapper .group.timeline-info-group {
    /*background-color: #f5f8fa;*/
    border-bottom: 1px solid #ededed;
}

.page-wrapper .group.status-link-group {
    background-color: #ffffff;
}

.page-wrapper .group.municipality-map-group {
    background-color: #ffffff;
}

.container.municipality {
    color: #000;
}
.timeline-group > .container.municipality {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 60.0625em) {
    .container.municipality {
        padding-right: 0;
        padding-left: 0;
    }
    .container.municipality.timeline-start--filter {
        /*padding-right: 4%;
            padding-left: 4%;*/
    }
}

.container.municipality h1 {
    color: #424242;
    margin: 0 0 27px 0;
    text-transform: none;
}

.container.municipality .ingress {
    color: #444444;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.container.municipality .read-more {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.container.municipality .read-more a:focus {
    background-color: transparent;
}

.container.municipality .read-more a img {
    -moz-transition-duration: 1s;
    -moz-transition-property: transform;
    -ms-transition-duration: 1s;
    -ms-transition-property: transform;
    -o-transition-duration: 1s;
    -o-transition-property: transform;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-duration: 1s;
    transition-property: transform;
}

.container.municipality .read-more a.open img {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.container.municipality .read-more span {
    display: block;
}

.container.municipality .main-body {
    display: none;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.container.municipality .main-body.open {
    display: block;
}

.container.municipality .timeline-info-container {
    margin: 2em 0;
}

.container.municipality .timeline-info {
    font-size: 14px;
    margin: 0 auto 30px;
}

.container.municipality .timeline-dropdown-container {
    margin: 0 auto;
    max-width: 413px;
    overflow: hidden;
}

.container.municipality .timeline-container > img.loading {
    display: block;
    margin: 30px auto;
}

.container.municipality .timeline-dropdown {
    -ms-border-radius: 0;
    border: 0;
    border-radius: 0;
    float: left;
    line-height: 1;
    max-width: 188px;
    width: calc(50% - 15px);
}

.container.municipality .timeline-dropdown * {
    font-size: 14px;
}

.container.municipality .timeline-dropdown.year {
    margin-right: 15px;
}

.container.municipality .timeline-dropdown > span {
    display: table-cell;
    font-size: 14px;
    height: 34px;
    padding-bottom: 6px;
    vertical-align: bottom;
}

.container.municipality .timeline-dropdown > ul {
    margin: 0;
    padding: 0;
}

.container.municipality .timeline-dropdown > ul * {
    list-style: none;
    text-decoration: none;
}

.container.municipality .timeline-dropdown > ul > li > a {
    background: url("/public/legacymunicipalitymerger/img/dropdownpil.svg")
        no-repeat 11px center;
    background-color: #fffefe;
    background-position: calc(100% - 11px), 0;
    border: 1px solid #c4c4c4;
    color: #000;
    display: block;
    height: 39px;
    justify-content: center;
    padding: 11px;
}

.container.municipality .timeline-dropdown > ul > li > ul {
    display: none;
    max-width: 188px;
    padding: 0;
    position: absolute;
    width: calc(50% - 35px);
    z-index: 3;
}

.container.municipality .timeline-dropdown > ul > li > ul > li > a {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: #fffefe;
    border: 1px solid #c4c4c4;
    border-top: 0;
    color: #000;
    display: block;
    height: 39px;
    justify-content: center;
    padding: 11px;
    transition: all 0.3s;
}

.container.municipality .timeline-dropdown > ul > li > ul > li.selected {
    display: none;
}

.container.municipality .timeline-dropdown > ul > li > ul > li > a:hover {
    background-color: #cbd5de;
}

.container.municipality .status-page-link:before {
    content: "";
    float: left;
    height: 40px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 6px;
    width: 40px;
}

.container.municipality .status-page-link:after {
    background: url("/public/legacymunicipalitymerger/img/arrow.svg") 0 0
        no-repeat;
    content: "";
    float: right;
    height: 17px;
    margin-right: 10px;
    margin-top: 20px;
    width: 17px;
}

.container.municipality .status-page-link {
    background-color: #ededed;
    border: solid 5px transparent;
    color: #424242;
    display: block;
    font-size: 14px;
    height: 60px;
    line-height: 55px;
    margin: 45px auto 39px;
    max-width: 339px;
    text-align: center;
    text-decoration: none;
}

.container.municipality .status-page-link:hover {
    text-decoration: underline;
}

.container.municipality .approved-mergers-link {
    color: #0056a5;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 43px;
}

@media screen and (min-width: 375px) {
    .container.municipality .status-page-link:before {
        margin-left: 20px;
        margin-right: -30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .container {
        width: calc(100% - 45px);
    }
}

@media screen and (min-width: 768px) {
    .container.municipality .main-body {
        display: block !important;
        margin-bottom: 2em;
    }
    .container.municipality h1 {
        margin-bottom: 20px;
    }
    .container.municipality .read-more {
        display: none;
    }
    .container.municipality .timeline-dropdown > ul > li > a {
        width: 188px;
    }
    .container.municipality .timeline-dropdown > ul > li > ul > li > a {
        width: 188px;
    }
}

article ul li:before {
    background-color: transparent;
}

.integration-layout p {
    font-size: 14px;
    letter-spacing: initial;
}
