.tribe-mini-calendar-wrapper {
    width: calc(50% - 3rem);
}
.filter-select-date {
    background: #236151;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.053rem;
    line-height: 1.25;
    margin-bottom: 1.1rem;
    margin-right: 1rem;
    padding: 1.4rem 4rem 1.4rem 1.8rem;
    position: relative;
    text-decoration: none;
    width: calc(50% - 3rem);
}
.tribe-mini-calendar-nav {
    background-color: #236151;
    border-radius: 0.5rem 0.5rem 0 0;
    font-family: 'TeX Gyre Heros';
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    padding: 2.4rem 3.5rem;
}
.tribe-mini-calendar .prev-month {
    float: left;
}
.tribe-mini-calendar .next-month {
    float: right;
}
.tribe-mini-calendar .prev-month span,
.tribe-mini-calendar .next-month span {
    display: none;
}
.tribe-mini-calendar .prev-month:before {
    background: url(img/pil-2.svg) no-repeat center center;
    content: '';
    float: left;
    height: 2rem;
    transform: rotate(180deg);
    width: 2rem;
}
.tribe-mini-calendar .next-month:before {
    background: url(img/pil-2.svg) no-repeat center center;
    content: '';
    float: right;
    height: 2rem;
    width: 2rem;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link {
    margin: 0 !important;
    padding: 0 !important;
}
#tribe-mini-calendar-month-0 {
    line-height: 1;
    text-transform: capitalize;
}
.tribe-mini-calendar-main-part {
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem 1.8rem 1.8rem 1.8rem;
}
.tribe-mini-calendar-day-names {
    border-bottom: 1px solid #949494;
}
.tribe-mini-calendar-dayofweek {
    margin: 0 auto;
    padding: 1rem;
}
.tribe-mini-calendar-dayofweek,
.tribe-mini-calendar-week-row span {
    background-color: #fff !important;
    color: #303030 !important;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 2;
    padding: 0 !important;
    text-align: center;
    text-transform: none !important;
}
.tribe-mini-calendar-week-row span:hover {
    background-color: #236151 !important;
    border-radius: 4px;
    color: #fff !important;
    font-weight: bold !important;
}
.tribe-mini-calendar-day-names,
.tribe-mini-calendar-week-row {
    display: flex;
}
.tribe-mini-calendar-day-names > div,
.tribe-mini-calendar-week-row > div {
    width: calc(100%/7);
}
.tribe-mini-calendar-day-names > div,
.tribe-mini-calendar-week-row > div > div {
    margin: 0 auto;
    padding: 1rem;
}
.tribe-mini-calendar .tribe-events-othermonth {
    color: #949494 !important;
}
.tribe-mini-calendar .tribe-events-present {
    background-color: #fff !important;
}

#tribe_events_filter_item_eventcategory button {
    background-color: inherit;
    padding: 1.4rem 4rem 1.4rem 1.8rem;
}
.tribe-events-filters-horizontal .tribe-events-filter-group {
    color: #252525;
    max-width: none;
    min-width: auto;
    width: 100%;
}
.tribe-events-filters-horizontal .tribe-events-filter-group::before,
.tribe-events-filters-horizontal .tribe-events-filter-group::after {
    border: 0 !important;
    content: none !important;
}
.tribe-events-filters-horizontal .tribe-events-filter-group ul {
    margin: 0;
    padding: 0;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li {
    background-color: inherit;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 1.8rem 1.8rem;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li:hover {
    background-color: #236151;
    color: #fff;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li input[type="checkbox"] {
    cursor: pointer;
    opacity: 0
}
.tribe-events-filters-horizontal .tribe-events-filter-group li label {
    background-color: inherit;
    cursor: pointer;
    margin-left: 0;
    vertical-align: top;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li.reset-categories label::before {
    background: url(img/reset-black.svg) no-repeat center center;
    content: "";
    cursor: pointer;
    float: left;
    height: 2rem;
    margin-right: 1.8rem;
    width: 2rem;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li.reset-categories:hover label::before {
    background: url(img/reset-white.svg) no-repeat center center;
    content: "";
    cursor: pointer;
    float: left;
    height: 2rem;
    width: 2rem;
}

.tribe-events-filters-horizontal .tribe-events-filter-group li:not(.reset-categories) label::before {
    background: url(img/checkbox-0-black.svg) no-repeat center center;
/*    border: 1px solid ;
    border-radius: 0.9rem;*/
    content: "";
    cursor: pointer;
    float: left;
    height: 2rem;
    width: 2rem;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li:not(.reset-categories) label::after {
    background: url(img/close-black.svg) no-repeat center center;
    content: "";
    cursor: pointer;
    float: left;
    height: 2rem;
    width: 2rem;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li:hover label::before  {
    background: url(img/checkbox-0-white.svg) no-repeat center center;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li:hover label::after  {
    background: url(img/close-white.svg) no-repeat center center;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li input[type="checkbox"] + label::after {
    content: none;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li input[type="checkbox"]:checked + label::before {
    content: none;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li input[type="checkbox"]:checked + label::after {
    content: "";
}
.reset-categories label {
    color: #949494;
    font-style: italic;
    font-weight: 400;
}
.tribe-events-loop .type-tribe_events {
    margin-top: 1rem;
}
.tribe-events-loop .type-tribe_events.tribe-events-first {
    padding-top: 2.5rem;
}
.page-template-template-vaia_visma_recruit .pagination-wrapper {
    margin-bottom: 6rem;
}
.page-template-template-vaia_visma_recruit .news-filter-section .dropdown-container {
    width: 100%;
}
@media (min-width: 768px) {
    .page-template-template-vaia_visma_recruit .news-filter-section .dropdown-container {
        width: calc(33% - 3rem);
    }
}

/* START: Krisinformation - banner */
#crisis-information-banner {
    background-color: #ce4070;
    color: #fff;
    padding: 1.6rem 1.6rem 5rem 1.6rem;
    text-align: left;
}
#crisis-information-banner .banner-close-button {
    background: url(img/cross-white.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    float: right;
    height: 2.4rem;
    width: 2.4rem;
}
#crisis-information-banner h1 {
    font-size: 2.8rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1.46;
    margin-top: 3rem;
}
#crisis-information-banner p {
    font-size: 1.8rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.24px;
    line-height: 1.56;
    max-width: 74rem;
    margin: 0 auto;
}
#crisis-information-banner a {
    background-color: #fff;
    border-radius: 0.5rem;
    color: #ce4070;
    display: inline-block;
    font-size: 1.6rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.53px;
    line-height: 1.25;
    margin-top: 2.4rem;
    padding: 2.0rem;
    text-decoration: none;
    width: 100%;
}
#crisis-information-banner a:after {
    background: url(img/pil-9.svg) no-repeat center center;
    content: '';
    float: right;
    height: 2rem;
    margin-left: 8rem;
    width: 2rem;
}
@media (min-width: 768px) {
    #crisis-information-banner {
        padding: 4.4rem 0;
        text-align: center;
    }
    #crisis-information-banner .banner-close-button {
        background: url(img/cross-white.svg) no-repeat center center;
        background-size: cover;
        cursor: pointer;
        float: right;
        height: 2.4rem;
        margin-right: 2rem;
        margin-top: -2.1rem;
        width: 2.4rem;
    }
    #crisis-information-banner h1 {
        margin-top: 0;
    }
    #crisis-information-banner a {
        width: auto;
    }
}
@media (max-width: 767px) {
  #crisis-information-banner h1 {
    font-size: 2.5rem;
    line-height: 1.44;
  }
}
/* END: Krisinformation - banner */

/* START: Driftstörning - ruta */
#service-issues-box {
    background-color: #f5f5f5;
    border-radius: 5px;
    bottom: 0;
    box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 1.3rem;
    position: fixed;
    right: 0;
    z-index: 99999;
}
#service-issues-box a {
    color: #000;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.85;
    text-decoration: none;
}
#service-issues-box .current-num-of-issues {
    background: #ce4070;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    height: 2.2rem;
    letter-spacing: -0.17px;
    line-height: 1.54;
    margin-right: 0.5rem;
    text-align: center;
    width: 2.2rem;
    border-radius: 2px 2px 9px 2px;
}
@media (min-width: 768px) {
    #service-issues-box {
        font-size: 1.4rem;
        line-height: 1.71;
        padding: 2rem;
    }
}
/* END: Driftstörning - ruta */

#drift-tabs .current-num-of-issues {
    background: #949494;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    height: 2.2rem;
    letter-spacing: -0.17px;
    line-height: 1.54;
    margin-right: 0.5rem;
    text-align: center;
    width: 2.2rem;
    border-radius: 2px 2px 9px 2px;
}
#drift-tabs input:checked + label .current-num-of-issues {
    background: #303030;
}

body.page-template-template-vaia_driftinfo #pagination-pagaende-arbeten button,
body.page-template-template-vaia_driftinfo #pagination-driftstorningar button {
    border-radius: 5px;
    border: solid 1px #252525;
    color: #252525;
    font-size: 1.6rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.53px;
    line-height: 1.25;
    text-align: center;
}


.faq .faq-toggles-container .toggle {
    border-bottom: 0.1rem solid #303030 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-top: 0.1rem solid #303030 !important;
    margin: 0 0 -0.1rem 0;
    padding: 0.1rem 0;
    box-shadow: unset !important;
    margin-top: 2rem !important;
}
.faq. .faq-toggles-container .toggle:hover {
    border-bottom: 0.2rem solid #236151 !important;
    border-top: 0.2rem solid #236151 !important;
    box-shadow: unset !important;
    /*box-shadow: 0 0 0 2px #236151;*/
    padding: 0;
}
.faq .faq-toggles-container .toggle + .toggle {
    margin-top: 0 !important;
}
.faq-toggles-container .panel {
    background-color: #fff !important;
}
.faq-toggles-container .toggle.active button.accordion {
    padding: 3.1rem 12.4rem 3.2rem 2.9rem !important;
}
.faq .faq-toggles-container .toggle p {
    margin-left: 0;
    margin-right: 0;
}
.faq .toggles-container .panel p:first-child {
    margin-top: 0;
}
.archive-header .search-form {
    width: 100%;
    margin: 0 auto !important;
}
.archive-header .search-form .search-form {
    width: 100%;
}
.archive-header .search-form label {
    width: 100%;
}
.archive-header .search-form input[type=search] {
    border: solid 1px #303030;
    border-radius: 0.5rem 0 0 0.5rem;
    height: 8rem;
    margin: 0;
    width: 100%;
}
.archive-header .search-form input[type=submit] {
    background-color: #236151;
    background-image: url('img/search-icon-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-left: 0;
    border-radius: 0 0.5rem 0.5rem 0;
    color: white;
    height: 7.8rem;
    margin: 0;
    padding: 0;
    width: 8rem;
    margin-top: 0.1rem;
}
@media (max-width: 767px) {
    body.search .archive-subtitle.intro-text {
        display: block;
    }
    .archive-header .search-form {
        margin: 1rem 0 0 0;
    }
    .archive-header .search-form input[type=search] {
        height: 5rem;
    }
    .archive-header .search-form input[type=submit] {
        background-size: 20px;
        height: 5rem;
        width: 5rem;
    }
}

.acf-form .af-submit-button {
    border: 1px solid #252525;
    color: #252525
}
