/* Minification failed. Returning unminified contents.
(480,1): run-time error CSS1019: Unexpected token, found '}'
 */
.buparticle .wrapper.main {
    max-width: none;
}

.buparticle .body_content {
    padding-bottom: 30px;
}

.buparticlecontainer .wrapper.main {
    max-width: none;    
    padding: 0px;
}

.buparticlecontainer #main {
    padding-bottom: 0;
    padding-top: 0;
}

.buparticlecontainer .main_content {
    width: 100%;
    margin: 0;
}

.buparticlecontainer .main-section_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px; 
}

.buparticlecontainer .left-container {
    width: 100%;
    margin-bottom: 5px;
}

.buparticlecontainer .main-section_container .right-container {
    width: 100%;
    display: block;
}

.buparticlecontainer nav.breadcrumb .hide-for-large-up {
    padding: 25px 0 0 25px;
}

@media only screen and (min-width: 1023px) {
    .buparticlecontainer .main-section {
        margin: 25px 135px 40px 135px;
    }

    .buparticlecontainer .main-section_container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .buparticlecontainer .left-container {
        width: 50%;
        margin-right: 20px;
    }

    .buparticlecontainer .main-section_container .right-container {
        width: 50%;
        margin-top: 0;
    }

    .buparticlecontainer .block_row {
        max-width: unset; 
    }
}
.buppage .leave_page_button {
    align-items: center;
    display: flex;
    justify-content: center;
    top: -20px;
    position: absolute;
    right: -142px;
    text-align: center;
}

.buppage li.leave-page .leave_page_button a {
    align-items: center;
    background-color: #fff;
    border: 3px solid #cc0000;
    border-radius: 50%;
    box-shadow: 0px 3px 5px grey;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 95px;
    padding: 5px;
    text-transform: uppercase;
    width: 95px;
    z-index: 10001;
}

.buppage .header_banner {
    align-items: center;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.9;
    padding: 10px;
    width: 100%;
}

    .buppage .header_banner h1 {
        color: #fff;
        font-size: 20px;
        padding: 0 0 5px 0;
    }

    .buppage p.show-for-large-up {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
    }

    /* buppage header banner colors */
    /* SLL-blå */
    .buppage .header_banner.themeC,
    .buppage .header_banner.themeC p,
    .buppage .header_banner.themeC h1 {
        background-color: #27769f;
        color: #ffffff;
    }

    /* Kornblå */
    .buppage .header_banner.themeB,
    .buppage .header_banner.themeB p,
    .buppage .header_banner.themeB h1 {
        background-color: #154198;
        color: #ffffff;
    }

    /* Mörk turkos */
    .buppage .header_banner.themeA,
    .buppage .header_banner.themeA p,
    .buppage .header_banner.themeA h1 {
        background-color: #297b7b;
        color: #ffffff;
    }

    /* Olivgrön */
    .buppage .header_banner.themeH,
    .buppage .header_banner.themeH p,
    .buppage .header_banner.themeH h1 {
        background-color: #73731d;
        color: #ffffff;
    }

    /* Rost-orange */
    .buppage .header_banner.themeD,
    .buppage .header_banner.themeD p,
    .buppage .header_banner.themeD h1 {
        background-color: #af5700;
        color: #ffffff;
    }

    /* Lila */
    .buppage .header_banner.themeE,
    .buppage .header_banner.themeE p,
    .buppage .header_banner.themeE h1 {
        background-color: #612361;
        color: #ffffff;
    }

    /* Rosa */
    .buppage .header_banner.themeF,
    .buppage .header_banner.themeF p,
    .buppage .header_banner.themeF h1 {
        background-color: #a82b69;
        color: #ffffff;
    }

    /* Brun */
    .buppage .header_banner.themeG,
    .buppage .header_banner.themeG p,
    .buppage .header_banner.themeG h1 {
        background-color: #8e6a00;
        color: #ffffff;
    }

    /* Röd */
    .buppage .header_banner.themeFHG {
        background-color: #a93121;
        color: #ffffff;
    }

    /* Grå */
    .buppage .header_banner.themeGB,
    .buppage .header_banner.themeGB p,
    .buppage .header_banner.themeGB h1 {
        background-color: #4a4a4a;
        color: #ffffff;
    }

    /* Beige */
    .buppage .header_banner.color-beige,
    .buppage .header_banner.color-beige p,
    .buppage .header_banner.color-beige h1 {
        background-color: #f5f3f0;
        color: #000000;
    }


    /* Vit */
    .buppage .header_banner.color-white,
    .buppage .header_banner.color-white p,
    .buppage .header_banner.color-white h1 {
        background-color: #ffffff;
        color: #000000;
    }

.buppage .top_image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    min-height: 196px;
    margin: 0 auto;
    max-width: 1680px;
}

.buppage .job-listing ul li {
    list-style: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .buppage .top_image {
        height: 1px;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .buppage .top_image {
        min-height: 330px;
    }

    .buppage .header_banner h1 {
        font-size: 24px;
    }

    .buppage .related_content .content_wrapper {
        margin-bottom: 10px;
    }

    .buppage .main_content .link_list_block {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1455px) {
    .buppage .leave_page_button {
        right: -100px;
    }
}

@media only screen and (max-width: 1374px) {
    .buppage .leave_page_button {
        right: -60px;
    }
}

@media only screen and (max-width: 1295px) {
    .buppage .leave_page_button {
        right: 20px;
    }
}
.buplandingpage .wrapper.main {
    max-width: none;
    padding: 0px;
}

.buplandingpage .header_wrapper {
    padding: 0 20px;
}

.buplandingpage .main_content {
    width: 100%; 
    margin: 0; 
}

.buplandingpage #main {
    padding-bottom: 0;
    padding-top: 0;
}

.buplandingpage .body_content {
    max-width: 900px;
    margin: 35px auto;
    padding: 0 20px; 
}

.buplandingpage .block_row {
    justify-content: start;
}

    .buplandingpage .block_row .oneThird,
    .buplandingpage .block_row .half, 
    .buplandingpage .block_row .twoThird, 
    .buplandingpage .block_row .full {
        width: 100%;
        margin: 15px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .buplandingpage .block_row .half, .buplandingpage .block_row .oneThird {
        width: calc(50% - 30px) !important;
        margin: 15px;
    }

    .buplandingpage .block_row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1024px) {
    .buplandingpage .block_row {
        margin: 35px auto;
    }

    .buplandingpage .body_content {
        max-width: 900px;
        margin: 35px auto;
    }

    .buplandingpage .block_row .oneThird {
        width: calc(33.33% - 30px) !important;
        margin: 15px;
    }

    .buplandingpage .block_row .half {
        width: calc(50% - 30px) !important;
        margin: 15px;
    }

    .buplandingpage .block_row .twoThird {
        width: calc(66.66% - 30px) !important;
        margin: 15px;
    }

    .buplandingpage .block_row .full {
        width: calc(100% - 30px) !important;
        margin: 15px;
    }
}

.bupstartpage .wrapper.main {
    max-width: none;
    padding: 0px;
}

.bupstartpage #main {
    padding-bottom: 0;
    padding-top: 0;
}

.bupstartpage .header_banner {
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 15px;
    width: calc(100% - 30px);
}

@media only screen and (min-width: 1023px) {
    .bupstartpage .top_image {
        min-height: 330px;
    }

    .bupstartpage .header_content {
        position: relative; 
    }
    
    .bupstartpage .header_banner {
        padding: 10px 30px;
        width: calc(100% - 60px);
    }
}
.bupquestionslistingpage .wrapper {
    max-width: none;
    padding: 0px;
}

.bupquestionslistingpage .header_wrapper {
    padding: 0 20px;
}

.bupquestionslistingpage #main {
    padding-bottom: 0;
    padding-top: 0;
}

.campaigninfopage #main.wrapper {
    padding: 0;
}

.campaigninfopage .top_image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.campaigninfopage .main_body .top_section {
    padding: 12px 20px 8px 20px;
}

.campaigninfopage .main_body .bottom_section {
    background-color: #ffffff;
    margin-bottom: 35px;
}

    .campaigninfopage .main_body .bottom_section .content_padding {
        padding: 15px 20px 10px 20px;
    }

.campaigninfopage .breadcrumb {
    margin-bottom: 4px;
}

.campaigninfopage ul.prev_next {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .campaigninfopage ul.prev_next li {
        margin-bottom: 12px;
    }

        .campaigninfopage ul.prev_next li:last-of-type {
            margin-bottom: 0;
        }

        .campaigninfopage ul.prev_next li a {
            display: block;
            text-align: center;
        }

.campaigninfopage h2,
.campaigninfopage h3,
.campaigninfopage h4 {
    font-weight: bold;
}

.campaigninfopage h2 {
    font-size: 24px;
}

.campaigninfopage ul.campaigninfopage_categories {
    list-style-type: none;
    margin: 50px 0 10px 0;
    padding: 0;
}

    .campaigninfopage ul.campaigninfopage_categories.icon-tag:before {
        font-size: 28px;
        margin: 0 8px 0 0;
        position: relative;
        top: 4.5px;
    }

    .campaigninfopage ul.campaigninfopage_categories li {
        display: inline-block;
        font-weight: normal;
        margin: 0;
        padding: 5.5px 10px;
        border: none;
    }

}

.campaigninfopage ul.campaigninfopage_categories li:last-of-type {
    margin-right: 0;
}

.campaigninfopage ul.campaigninfopage_categories li:active,
.campaigninfopage ul.campaigninfopage_categories li:focus,
.campaigninfopage ul.campaigninfopage_categories li:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

.campaigninfopage .scroll-to-top {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
}

/* Small mobile only - ex iPhone 5 */
@media only screen and (max-width: 320px) {
    .campaigninfopage ul.campaigninfopage_categories li {
        font-size: 12px;
        padding: 5.5px 10px;
    }
}

/* Tablet up */
@media only screen and (min-width: 768px) {
    .campaigninfopage .top_image {
        height: 190px;
    }

    .campaigninfopage ul.prev_next {
        overflow: auto;
    }

        .campaigninfopage ul.prev_next li {
            display: inline-block;
        }

            .campaigninfopage ul.prev_next li.left {
                float: left;
                margin-bottom: 12px;
            }

            .campaigninfopage ul.prev_next li.right {
                float: right;
                margin-bottom: 12px;
            }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .campaigninfopage #main.wrapper {
        max-width: calc(1680px + 40px) !important;
        padding: 0 20px;
    }

    .campaigninfopage .top_image {
        height: 350px;
    }

    .campaigninfopage .campaigninfopage_content {
        display: flex;
        margin: 0 auto 60px auto;
        max-width: 1260px;
    }

    .campaigninfopage .breadcrumb {
        margin-bottom: 34px;
    }

    .campaigninfopage .main_body {
        margin: 20px 74px 0 0;
        width: calc(80% - 74px);
    }

        .campaigninfopage .main_body .top_section {
            padding: 0;
        }

    .campaigninfopage h2 {
        font-size: 31px;
    }

    .campaigninfopage aside {
        margin-top: 78px;
        width: 20%;
    }

    .campaigninfopage .aside_anchor_menu_container {
        display: block;
    }

    .campaigninfopage aside .anchor_menu {
        display: block;
    }

    .campaigninfopage .scroll-to-top {
        max-width: 770px;
        margin: 0 auto;
    }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {
    .campaigninfopage .main_body {
        width: calc(83% - 74px);
    }

    .campaigninfopage aside {
        width: 17%;
    }
}

/* Mobile only */
@media only screen and (max-width: 767px) {
    .campaignlistpage.standard_layout .top_image {
        height: 140px;
    }

    .campaignlistpage.standard_layout .header_banner h1 {
        font-size: 18px;
    }
}

.campaignlistpage #main.wrapper.main {
    max-width: 100%;
    padding: 0;
}

.campaignlistpage .no_image {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.campaignlistpage .no_image,
.campaignlistpage #content-primary .no_image .header_banner,
.campaignlistpage #content-primary .no_image .header_banner:before {
    height: 120px;
}

.campaignlistpage #content-primary .header_banner {
    padding: 12.5px 15px 12.5px 15px;
}

.campaignlistpage .campaignlistpage_filter {
    background-color: #ffffff;
}

    .campaignlistpage .campaignlistpage_filter .mobile_filter {
        padding: 20px;
    }

    .campaignlistpage .campaignlistpage_filter .filter {
        margin: 0 auto;
        max-width: 1170px;
        padding: 23px 30px;
    }

        .campaignlistpage .campaignlistpage_filter .filter h2 {
            line-height: 1.33;
            margin: 0 0 20px 0;
            padding: 0;
        }

.campaignlistpage .icon-tag:before {
    font-size: 18px;
    margin: 0 8px 0 0;
}

.campaignlistpage .campaignlistpage_list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 48px auto;
    padding: 0;
}

    .campaignlistpage .campaignlistpage_list .list_item {
        margin-top: 15px;
    }

        .campaignlistpage .campaignlistpage_list .list_item:first-of-type {
            margin-top: 0;
        }

    .campaignlistpage .campaignlistpage_list a {
        display: block;
    }

.user_tabbing .campaignlistpage .campaignlistpage_list a:focus {
    outline: 1px solid black;
}

.campaignlistpage .campaignlistpage_list .cat_tag {
    color: #000000;
    font-size: 14px;
    padding: 0px 0px 15px 15px;
    display: inline-block;
}

.campaignlistpage .campaignlistpage_list a .content {
    padding: 15px 20px 15px 20px;
}

    .campaignlistpage .campaignlistpage_list a .content h2 {
        text-decoration: underline;
    }

.campaignlistpage .campaignlistpage_list a:hover .content h2 {
    text-decoration: none;
}

.campaignlistpage .campaignlistpage_list a .cat_tag:before {
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.campaignlistpage .campaignlistpage_list a:hover,
.campaignlistpage .campaignlistpage_list a:focus,
.campaignlistpage .campaignlistpage_list a:active {
    text-decoration: none;
}

    .campaignlistpage .campaignlistpage_list a:hover h2,
    .campaignlistpage .campaignlistpage_list a:focus h2,
    .campaignlistpage .campaignlistpage_list a:active h2 {
        text-decoration: underline;
    }

.campaignlistpage .scroll-to-top,
.campaignlistpage .pagination {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}

.campaignlistpage .scroll-to-top {
    margin: 20px auto 0 auto;
    max-width: 770px;
}

/* Tablet up */
@media only screen and (min-width: 768px) {
    .campaignlistpage.standard_layout .top_image {
        height: 240px;
    }

    .campaignlistpage .campaignlistpage_list {
        display: flex;
        margin: 0 auto 48px auto;
        padding: 0 15px;
    }

        .campaignlistpage .campaignlistpage_list .list_item:first-of-type,
        .campaignlistpage .campaignlistpage_list .list_item {
            margin: 30px 15px 0 15px;
            width: calc(33.3% - 30px) !important;
        }

    .campaignlistpage .scroll-to-top {
        margin: 15px auto 0 auto;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .campaignlistpage #main.wrapper.main {
        padding: 0 0 60px 0;
    }

    .campaignlistpage.standard_layout .top_image {
        height: 330px;
    }

    .campaignlistpage #content-primary .header_banner {
        padding: 30px 30px 25px 30px;
    }

    .campaignlistpage .no_image,
    .campaignlistpage #content-primary .no_image .header_banner,
    .campaignlistpage #content-primary .no_image .header_banner:before {
        height: 200px;
    }

    .campaignlistpage .clear_all_container {
        margin-top: 6px;
    }
}

/* Mobile only */
@media only screen and (max-width: 767px) {
    .campaignstandardpage.standard_layout .top_image {
        height: 140px;
    }

    .campaignstandardpage.standard_layout .header_banner h1 {
        font-size: 18px;
    }
}

.campaignstandardpage #main.wrapper.main {
    max-width: 1680px;
    padding: 0;
}

.campaignstandardpage .no_image {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.campaignstandardpage .no_image,
.campaignstandardpage #content-primary .no_image .header_banner,
.campaignstandardpage #content-primary .no_image .header_banner:before {
    height: 120px;
}

.campaignstandardpage #content-primary .header_banner {
    padding: 12.5px 15px 12.5px 15px;
}

.campaignstandardpage h2,
.campaignstandardpage h3,
.campaignstandardpage h4 {
    font-weight: bold;
}

    .campaignstandardpage h2.heading-h2 {
        padding: 10px 0;
    }

.campaignstandardpage .body_content {
    margin: 10px auto 35px auto;
}

.campaignstandardpage .body_content,
.campaignstandardpage .scroll-to-top {
    max-width: calc(770px + 40px);
    padding: 0 20px;
}

.campaignstandardpage .scroll-to-top {
    margin: 0 auto 4px auto;
    width: auto;
}

/* Tablet up */
@media only screen and (min-width: 768px) {
    .campaignstandardpage.standard_layout .top_image {
        height: 240px;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .campaignstandardpage #main.wrapper.main {
        max-width: 1680px;
        padding: 0 0 50px 0;
    }

    .campaignstandardpage.standard_layout .top_image {
        height: 330px;
    }

    .campaignstandardpage #content-primary .header_banner {
        padding: 30px 30px 25px 30px;
    }

    .campaignstandardpage .no_image,
    .campaignstandardpage #content-primary .no_image .header_banner,
    .campaignstandardpage #content-primary .no_image .header_banner:before {
        height: 200px;
    }

    .campaignstandardpage .body_content {
        margin: 30px auto 55px auto;
    }

    .campaignstandardpage h2.heading-h2 {
        font-size: 30px;
        line-height: 1.3;
    }
}

.eventlistpage .top_section h1 {
    margin: 0 0 15px 0;
}

.eventlistpage .event_sorters.show-for-large-up {
    max-width: 570px
}

.eventlistpage .categories_container {
    margin-bottom: 12px;
}

.eventlistpage .event_list_container {
    display: inline-block;
    margin: 0;
    width: 100%;
}

    .eventlistpage .event_list_container ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 15px 0;
    }

        .eventlistpage .event_list_container ul li[aria-hidden="true"] {
            display: none;
        }

        .eventlistpage .event_list_container ul li:last-of-type {
            border-bottom: none;
        }

        .eventlistpage .event_list_container ul li:first-of-type a {
            padding-top: 0;
        }

.eventlistpage .clear_all_container {
    margin-top: 2px;
}

.eventlistpage .event_list .event_list_date {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44;
    margin-bottom: 10px;
    padding: 0;
}

    .eventlistpage .event_list .event_list_date .icon-calendar:before {
        font-size: 20px;
        margin: 0 10px 0 0;
    }

.eventlistpage .event_list .event_categories {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
    padding: 0;
}

.no-js .event_sorters {
    display: none;
}

/* Big tablet up */
@media only screen and (min-width: 960px) {
    .eventlistpage .top_section h1 {
        margin: 20px 0 16px 0;
    }

    .eventlistpage .event_list_container ul {
        padding: 0 0 40px 0;
    }

    .eventlistpage .event_list .event_categories {
        font-size: 18px;
        line-height: 1.44;
        margin-bottom: 20px;
    }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {

    .eventlistpage .categories_container {
        margin-bottom: 6px;
    }
}

.educationPage-meta {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 13px 0 7px 0 !important;
}

.educationPage-meta-item {
    display: flex;
    align-items: center;
}
.educationPage-icon-wrapper {
    margin-right: 5px;
    min-width: 30px;
    width: 30px;
}
.educationPage-icon.info {
    width: 30px !important;
    height: 30px !important;
}
    .educationPage-icon {
        height: 22px !important;
        width: 18px !important;
        margin-right: 0.2em;
    }

.educationPage-meta-item .educationPage-tags {
    font-size: 14px;
}

    .educationPage-meta-item p {
        font-weight: 600;
    }

    .educationPage-meta-item span {
        color: #27769f;
        font-size: 18px;
    }

.educationPage-meta-item-link {
    display: flex;
    align-items: center;
}

.educationPage-meta-item p {
    margin: 0 20px 0 0 !important;
    position: relative;

    font-size: 16px;
}

.educationPage-isBooked-wrapper {
    content: '\e815';
    padding: 10px;
    background-color: white;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

    .educationPage-isBooked-wrapper span {
        color: #A93121;
        font-size: 30px;
    }

    .educationPage-isBooked-wrapper p {
        margin: 0 10px !important;
        display: flex;
        align-self: center;
        font-size: 16px;
        font-weight: bold;
    }

.educationPage-button-wrapper {
    display: inline-block;
}


.educationPage-button {
    transition: all ease-in-out 0.2s;
    display: flex;
    border-radius: 3px;
    align-content: start;
    padding: 0px 20px;
    align-items: center;
    border: 1px solid #27769f;
    background-color: #27769f;
    color: white;
}
    .educationPage-button:hover {
        text-decoration: none;
        background-color: transparent;
        color: black;
    }

        .educationPage-button:hover span {
            transition: all ease-in-out 0.2s, background ease-in-out 0.1s, color ease-in-out 0.1s;
        }

    .educationPage-button p {
        margin: 10px 10px 10px 0 !important;
        font-weight: bold;
    }

    .educationPage-button span {
        font-size: 18px;
        padding-left: 90px;
    }
#educationPage-last-item{
    margin-bottom: 60px;
    margin-top: 10px;
}

@media only screen and (max-width: 1025px) {
    .educationPage-btn-wrapper {
            flex-direction: column;
        }

        .educationPage-isBooked-wrapper {
            align-items: flex-start;
        }
        .educationPage-meta {
            flex-direction: column;
            align-items: stretch;
        }
    }

.eventpage .share {
    margin: 25px 0;
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .eventpage .top_section h1 {
        margin: 0 0 20px 0;
    }

    .eventpage .top_section ul.date_container li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 25px;
    }

        .eventpage .top_section ul.date_container li span.icon-location:before {
            margin-right: 6px;
        }
}

.filtertagpage.standard_layout #main.wrapper {
    max-width: none;
    padding: 0;
}

.filter_main_body {
    padding-bottom: 10px;
    width: 100%;
}

.filtertagpage .search_title h1,
.filtertagpage .available_tags,
.filtertagpage .selected_tags > div,
.filtertagpage .filter_result_page#filter-results,
.filtertagpage .scroll-to-top {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.filtertagpage .scroll-to-top {
    margin-top: 20px;
    width: calc(100% - 40px);
}

.filtertagpage .filter_result_page#filter-results {
    padding-bottom: 14px;
    padding-top: 14px;
}

.filtertagpage .search_title {
    background-color: #ffffff;
    padding-bottom: 14px;
    padding-top: 14px;
}

.filtertagpage.standard_layout h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.hidden_column {
    display: none;
}

.hidden {
    display: none;
}

#filter-table {
    overflow: hidden;
    border-collapse: separate;
    width: 100%;
}

.filter_body {
    background-color: #ffffff;
    padding-bottom: 16px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tags {
    display: block;
    vertical-align: top;
}

.selected_tags {
    margin-top: 10px;
    background-color: #d6d6d6;
    display: none;
    margin-left: -20px;
    width: calc(100% + 20px);
}

.tags h3 {
    border: 1px solid #666666;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0px 11px 10px;
}

.tags.tag_category h3 span.icon-down {
    color: #000000;
    width: 14px;
    height: 14px;
    display: block;
    font-size: 12px;
    float: right;
    margin-right: 15px;
    margin-top: 2px;
}

    .tags.tag_category h3 span.icon-down:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        margin: 0;
    }

.tags h3 {
    background-color: #deeaf0;
    cursor: pointer;
}

    .tags h3.closed-heading {
        background-color: transparent;
    }

.tags.tag_category h3.closed-heading span.icon-down:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.tags.tag_type h3 {
    border-top: none;
}

.filtertagpage .filter-list {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.grey {
    color: #4e4e4e;
}

.results {
    display: inline;
}

.closedInMobile {
    display: none;
}

.filtertagpage .selected_tags .tag {
    display: none;
    width: auto;
    margin: 15px 0 0 8px;
    color: #fff;
    padding: 5px 30px 4px 16px;
    position: relative;
}

    .filtertagpage .selected_tags .tag:before {
        color: #ffffff;
        content: '\e803';
        font-family: 'fontello';
        font-weight: normal;
        position: absolute;
        right: 9px;
        top: calc(50% - 5.5px);
        font-size: 11px;
    }

.filtertagpage .tag {
    display: block;
    padding: 9px 10px 10px 10px;
    background-color: transparent;
    color: #000000;
    border-bottom: 1px solid #666666;
    cursor: pointer;
}

    .filtertagpage .tag span {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

.tags_as_text {
    color: #000;
    font-style: italic;
    display: block;
    padding-top: 0.5em;
    font-size: 16px;
}

    .tags_as_text a {
        font-style: italic;
        font-weight: 400;
    }

.available_tags .tag.active {
    background-color: #27769f;
    color: #ffffff !important;
}

.selected_tags .tag.active {
    display: inline-block;
    position: relative;
}

.clear_area {
    display: inline-block;
    margin: 15px 0 0 auto;
    width: 15%;
    vertical-align: top;
}

.selections {
    display: inline-block;
    width: 84.6%;
}

.clear_selected_tags {
    color: #a93121;
    display: block;
    background-color: #fff;
    border-radius: 22.5px;
    border: 1px solid #a93121;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    margin: 0;
    padding: 4px 0 3px 20px;
    position: relative;
}

    .clear_selected_tags:before {
        content: '\e803';
        font-family: 'fontello';
        font-weight: normal;
        left: 20px;
        position: absolute;
        top: 4px;
    }

.sort_container {
    margin-top: 10px;
    margin-top: 1em;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.94;
    display: none;
}

.no-js .sort_container {
    display: none;
}

.sort_container {
    display: none;
}

.sorter {
    display: inline-block;
    margin: 0 10px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    text-decoration: underline;
}

    .sorter.up, .sorter.down {
        font-weight: bold;
        text-decoration: none;
    }

    .sorter:hover {
        text-decoration: none;
    }

    .sorter span {
        display: inline-block;
        content: "";
        width: 10px;
        height: 13px;
        background: url('/Static/img/SortArrows.png') 0 center no-repeat;
    }

    .sorter.up span {
        background: url('/Static/img/SortArrows.png') -20px center no-repeat;
    }

    .sorter.down span {
        background: url('/Static/img/SortArrows.png') -10px center no-repeat;
    }

.filtertagpage .tag input[type = 'checkbox'] {
    margin: 0 4px 0 0;
    position: relative;
    top: 2px;
}

.main_content.filter_result_page {
    float: none;
    width: calc(100% - 40px);
}

    .main_content.filter_result_page:focus {
        outline: none;
    }

.filter_result_page .search_result_info {
    padding-bottom: 20px;
}

    .filter_result_page .search_result_info span {
        font-size: 18px;
        font-weight: bold;
    }

#filter-table h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    padding-bottom: 10px;
    width: 100%;
}

#filter-table p.published {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44;
    margin-bottom: 10px;
    padding: 0;
}

    #filter-table p.published .icon-calendar:before {
        font-size: 20px;
        margin: 0 10px 0 0;
    }

.latest_published {
    display: none;
}

#filter-table td {
    border-top: 1px solid #000000;
    padding-top: 0;
    padding-bottom: 0;
}

#filter-table .tags_as_text {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
    padding: 0;
}

#filter-table h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
}

#filter-table p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
    padding: 0;
}

#filter-table a {
    display: block;
    padding: 15px 10px 20px 10px;
}

    #filter-table a,
    #filter-table a h2,
    #filter-table a span,
    #filter-table a p {
        color: #000000;
    }

        #filter-table a .item_read_more {
            display: inline-block;
            color: #27769f;
            font-size: 14px;
            line-height: normal;
            text-decoration: underline;
        }

        #filter-table a:hover .item_read_more,
        #filter-table a:focus .item_read_more {
            text-decoration: none !important;
        }

        #filter-table a:hover p,
        #filter-table a:hover,
        #filter-table a:focus {
            text-decoration: none;
        }

            #filter-table a:hover h3,
            #filter-table a:focus h3 {
                text-decoration: underline;
            }

#filter-table tbody:first-child {
    border-top: none;
}

#showMore {
    margin: 20px 0;
    text-align: center;
}

    #showMore a {
        padding: 4.5px 20px
    }

.mobile-search {
    text-align: center;
    padding: 26px 0 28px;
}

    .mobile-search a {
        padding: 4px 50px;
    }

/* 600px up */
@media only screen and (min-width: 600px) {
    .filtertagpage .available_tags,
    .filtertagpage .selected_tags > div,
    .filtertagpage .filter_result_page#filter-results {
        padding: 0 20px;
    }

    .filter_body {
        padding-bottom: 0;
        width: 100%;
    }

    .tags.tag_category {
        width: 75%;
        display: inline-block;
    }

    .tags.tag_type {
        display: inline-block;
        border-left: 1px solid #979797;
        padding-left: 15px;
        width: calc(23% - 15px);
    }

    .tags {
        padding: 2px;
    }

        .tags.tag_category .tag {
            display: inline-block;
            width: 40%;
            vertical-align: top;
            margin-right: 10px;
        }

    .tag, .tag_category > div label:last-child div {
        margin-bottom: 10px;
        text-align: center;
    }

    .tags h3, .tags.tag_type h3, .tags.tag_category h3 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-right: 20px;
        background: none;
        padding: 0;
        cursor: auto;
    }

    .filtertagpage .filter-list {
        border: none;
    }

    .tags h3 {
        border: none;
        padding: 0 0px 15px 0;
    }

    .tags.tag_category h3 span.icon-down {
        display: none;
    }

    .available_tags .tag {
        height: auto;
    }

    .filtertagpage .tag.active span {
        font-weight: bold;
    }

    .filtertagpage .tag {
        background-color: transparent;
        color: #000000;
        border: 1px solid #27769f;
        border-radius: 22px;
        padding: 4px 10px 5px 10px;
        font-size: 14px;
        font-weight: bold;
    }

        .filtertagpage .tag span {
            font-size: 14px;
        }

        .filtertagpage .tag:hover,
        .filtertagpage .tag:focus {
            background-color: #27769f;
            color: #ffffff;
            text-decoration: none;
        }

        .filtertagpage .tag:active {
            background-color: #deeaf0 !important;
            color: #000000 !important;
        }

        .filtertagpage .tag:focus {
            outline: none;
        }

    .available_tags {
        padding-bottom: 15px !important;
    }

    .js .has-js {
        display: none;
    }

    .mobile-search {
        display: none;
    }

    .closedInMobile {
        display: inline-block;
    }

    .mobile-only {
        display: none;
    }

    #filter-table h3 {
        font-size: 25px;
        line-height: 1.24;
    }

    #filter-table .tags_as_text {
        font-size: 18px;
        line-height: 1.44;
        margin-bottom: 20px;
    }

    .selected_tags {
        padding-bottom: 15px;
    }

    .clear_area {
        width: 20%;
    }

    .selections {
        width: 78%;
    }

    .filter_result_page .search_result_info {
        padding-bottom: 0px;
    }
}
/* Tablet portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-width: 768px) {
    .selected_tags {
        display: inline-block;
    }

    .sort_container {
        display: block;
    }
}

/* Tablet landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 1024px) {
    .tags.tag_category .tag, .tags.tag_type .tag {
        height: auto;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .filter_main_body {
        padding-bottom: 60px;
    }

    .filtertagpage.standard_layout h1 {
        margin-top: 30px;
    }

    .tags.tag_category .tag {
        width: calc(33.3% - 34px);
    }

    #filter-table a .item_read_more {
        font-size: 18px;
    }

    #filter-table h3 {
        font-size: 25px;
        line-height: normal;
    }

    #filter-table p {
        font-size: 18px;
        line-height: 1.44;
    }

    .filtertagpage .filter_result_page#filter-results {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .sort_container {
        margin-top: 4px;
    }

    .filter_result_page .search_result_info {
        padding-bottom: 10px;
    }

    #filter-table a {
        padding: 25px 12px 25px 12px;
    }

    .clear_area {
        width: 15%;
    }

    .selections {
        width: 84.6%;
    }
}

.findclinicpage .wrapper.main {
    max-width: none;
    padding: 0px;
}

.findclinicpage #main {
    padding-bottom: 0;
    padding-top: 0;
}

.findclinicpage .header_wrapper {
    padding: 0 20px;
}

.findclinicpage .header-image-right .top-section .preamble {
    font-size: 12px;
}

.findclinicpage .header-image-right .top-section .submenu ul {
    margin-right: 30px;
}

.findclinicpage .top-section .submenu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.findclinicpage .main-section {
    margin-top: 20px;
    max-width: 1170px;
}

.findclinicpage .main-section_title h2 {
    font-size: 18px; 
    font-weight: bold;
    padding: 0;
    margin-left: 20px; 
}

.findclinicpage .main-section_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

.findclinicpage .header-image-right {
    background: #f5f3f0;
}

.findclinicpage .header-image-right .top-section {
    background: #fff;
}

.findclinicpage .puff-block {
    width: 100%;
}

.findclinicpage .puff-block h2 {
    font-size: 16px!important; 
}

/* Tablet only */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .findclinicpage .top-section h1 {
        font-size: 30px;
    }

    .findclinicpage .main-section {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .findclinicpage .main-section_title {        
        width: 100%;
    }

        .findclinicpage .main-section_title h2 {
            margin-bottom: 20px;
        }

    .findclinicpage .main-section_container {
        margin: auto;
    }
}

/* Desktop up */
@media only screen and (min-width: 1024px) {
    .findclinicpage .header-image-right .top-section {
        padding-left: 10px;
    }

    .findclinicpage .header-image-right .top-section h1 {
        font-size: 30px;
    }

    .findclinicpage .header-image-right .top-section .container-left {
        max-width: 330px;
    }

        .findclinicpage .header-image-right .top-section .container-left .submenu ul {
            margin-right: 30px;
        }

    .findclinicpage .header-image-right .top-section .container-right {
        width: calc(100% - 330px);
    }

    .findclinicpage .main-section {
        margin: 60px auto 40px auto;
        padding: 0 10px;
    }

    .findclinicpage .main-section_title h2 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .findclinicpage .main-section_container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .findclinicpage .left-container {
        width: 50%;
        margin-right: 10px;
    }

    .findclinicpage .right-container {
        margin-left: 10px;
        width: 50%;
    }

    .findclinicpage .puff-block {
        margin-bottom: 20px;
    }

    .findclinicpage .puff-block h2 {
        font-size: 18px !important;
    }

}

/* Large desktop up */
@media only screen and (min-width: 1200px) {
    .findclinicpage .main-section {
        padding: 0;
    }
}
aside.sidebar h3 {
    font-size: 1.8rem;
}

.sidebar__section {
    margin-top: 20px;
}

    .sidebar__section:last-of-type {
        margin-bottom: 20px;
    }

.sidebar__paragraph {
    font-size: 1.8rem;
    font-weight: 400 !important;
}

.sidebar__item:not(:first-of-type) {
    padding: 1rem 0 .5rem 0;
}

.job-details__apply {
    margin: auto;
    display: block;
    text-align: center;
    color: black;
    border-radius: .5rem;
    padding: 1rem;
    border: none;
    font-size: 1.8rem;
}

.job-content {
    float: right;
    width: 100%;
}

@media only screen and (max-width: 1279px) {
    .standard_layout .job-details, .standard_layout aside.job-details {
        margin: 0 20px;
        width: calc(100% - 40px) !important;
    }

    .standard_layout aside.job-details {
        float: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-width: 768px) {
    .job-content {
        width: calc(100% - 30.815286624% - 40px);
    }
}

/* Tablet landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 1024px) {
    .job-content {
        width: calc(100% - 25.815286624% - 40px);
    }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {
    .job-content {
        width: calc(100% - 21.815286624% - 40px);
    }
}

.video-test {
    max-width: 100%;
    height: calc(281px * 0.562);
}

@media only screen and (min-device-width: 500px) and (max-device-width: 1280px) {
    .video-test {
        height: calc(500px * 0.562);
    }
}

.h4-mask-job {
    margin-top: 12px;
    font-weight: bold;
    font-size: calc(1.275rem + 0.3vw);
}

.newslistpage .main_content {
    overflow: unset;
}

.newslistpage .image_container {
    margin-bottom: 25px;
}

    .image_container img {
        height: auto;
        width: 100%;
    }

.news_published {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px !important;
}

/* 600px up */
@media only screen and (min-width: 600px) {
    .newslistpage ul.item_list li p.news_list.date_time {
        width: auto;
    }

    .newslistpage ul.item_list li h2 {
        width: auto;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .newslistpage .image_container {
        margin-bottom: 15px;
    }

    .newslistpage h1,
    .newslistpage p.preamble {
        margin-bottom: 30px !important;
    }

    .news_published {
        font-size: 16px;
    }
}

.processpage .processpage_bar {
    margin-top: 12px;
}

.processpage .flow {
    list-style: none;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.processpage .flow_container .flow {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.processpage .flow_element {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    display: block;
}

.processpage .flow_element {
    position: relative;
    text-align: center;
    background: #1b526e;
    padding: 0;
    overflow: visible;
    border-right: 1px solid #ffffff;
    float: left;
    width: 16.666666667%;
    box-sizing: border-box;
}

.processpage .flow.size_5 .flow_element {
    width: 20%;
}

.processpage .flow.size_4 .flow_element {
    width: 25%;
}

.processpage .flow.size_3 .flow_element {
    width: 33.333333333%;
}

.generatedcontent .processpage .flow_element:before {
    display: none;
}

.processpage .flow_element.selected {
    background: #27769f;
}

.generatedcontent .processpage .flow_element:last-child:after {
    background-image: none;
}

.generatedcontent .processpage .flow_element.selected:last-child:after {
    background-image: none;
}

.processpage .flow_element a {
    text-decoration: none;
    display: block;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: normal;
    color: #ffffff;
    padding: 0;
}

.processpage .flow_element.selected a {
    color: #ffffff;
}

.processpage .content_block {
    margin-bottom: 10px;
}

    .processpage .content_block.first {
        background-color: #ffffff;
        overflow: auto;
    }

        .processpage .content_block.first .content {
            width: auto;
            margin: 0;
            padding: 15px 20px;
        }

            .processpage .content_block.first .content h2 {
                font-size: 22px;
                font-weight: 700;
                line-height: 1.38;
                padding-bottom: 14px;
            }

            .processpage .content_block.first .content p.preamble {
                font-size: 16px;
                margin-bottom: 20px;
            }

    .processpage .content_block .content p {
        margin-bottom: 15px !important;
    }

.processpage .main_content .body_extra .block_wrapper {
    background-color: #ffffff;
    margin-bottom: 10px;
}

    .processpage .main_content .body_extra .block_wrapper .puff-block_image,
    .processpage .main_content .body_extra .block_wrapper img {
        display: none;
    }

.processpage .main_content .body_extra,
.processpage .main_content .block_container {
    margin: 0;
}

.processpage .content_block .theme-color-style .content {
    border: none !important;
}

.processpage .content_block.third {
    background: #f3f1ee;
    overflow: auto;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
}

    .processpage .content_block.third a.button {
        display: block;
        width: calc(100% - 42px);
    }

        .processpage .content_block.third a.button.hidden {
            display: none;
        }

        .processpage .content_block.third a.button:first-of-type {
            margin-bottom: 15px;
        }

.processpage .content_block.first .content.picture {
    display: none;
}

.processpage .content_block.second {
    background-image: none;
}

.processpage .flow_element {
    height: 38px;
}

    .processpage .flow_element a {
        height: auto;
    }

.generatedcontent .processpage .flow_element {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 600px up */
@media only screen and (min-width: 600px) {
    .processpage .content_block.second .block_container {
        display: flex;
        flex-wrap: wrap;
    }

    .processpage .content_block.second .block_wrapper {
        padding: 0;
        float: left;
        width: calc(50% - 5px);
        margin-left: 5px;
    }

        .processpage .content_block.second .block_wrapper:nth-child(odd) {
            margin-left: 0;
            margin-right: 5px;
        }

        .processpage .content_block.second .block_wrapper:nth-child(even) {
            clear: left;
        }

    .processpage .content_block.third {
        justify-content: space-between;
        padding: 25px 40px;
    }

        .processpage .content_block.third a.button {
            display: inline-block;
            min-width: 130px;
            width: auto;
        }

            .processpage .content_block.third a.button:first-of-type {
                float: left;
                margin-bottom: 0;
            }

            .processpage .content_block.third a.button:last-of-type {
                float: right;
            }
}

/* Tablet portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-width: 768px) {
    .processpage .flow_element {
        padding: 0;
        margin: 0;
    }

    .generatedcontent .processpage .flow_element.selected:after {
        display: block;
    }

    .processpage .content_block.first .content h2 {
        font-size: 28px;
    }
}
/* Tablet landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 1024px) {
    .main_content.processpage {
        width: 67.815286624%;
    }

    .processpage .content_block.first .content {
        width: 40%;
        margin: 0;
        padding: 40px 0 25px 42px;
        float: left;
    }

        .processpage .content_block.first .content.picture {
            display: block;
            padding: 50px 42px 35px 0;
            float: right;
            width: 40%;
        }
}

/* Big tablet up */
@media only screen and (min-width: 960px) {
    .processpage .content_block.first .content h2 {
        font-size: 28px;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .processpage .content_block.first .content p.preamble {
        font-size: 22px;
    }

    .processpage.main_content {
        width: calc(80% - 100px) !important;
    }

    .processpage .flow_element {
        border-right: none;
        padding-left: 20px;
        height: 42px;
    }

        .processpage .flow_element a {
            font-size: 13px;
            padding: 4px 4px 4px 10px;
            z-index: 2;
        }

            .processpage .flow_element a:focus {
                outline-color: #ffffff;
            }

        .processpage .flow_element:first-of-type {
            padding-left: 0 !important;
            width: calc(16.666666667% - 10px);
        }

        .processpage .flow_element:last-of-type {
            width: calc(16.666666667% + 10px);
        }

    .generatedcontent .processpage .flow_element:after {
        background-color: #1b526e;
        content: '';
        position: absolute;
        margin: 0;
        top: 6px;
        right: -15px;
        width: 28px;
        height: 28px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        z-index: 1;
    }

    .generatedcontent .processpage .flow_element:last-of-type:after {
        border-color: transparent;
    }

    .generatedcontent .processpage .flow_element.selected:after {
        border-color: #27769f;
        background-color: #27769f;
    }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {
    .processpage .flow_element a {
        font-size: 14px;
    }
}

/* Xlarge desktop up */
@media only screen and (min-width: 1400px) {
    .processpage.main_content {
        width: calc(65% - 130px) !important;
    }
}

.publichealthstartpage #main {
    padding: 0;
}

.publichealthstartpage .h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 10px 0 20px 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .publichealthstartpage .h1 {
        font-size: 40px;
        font-size: 4rem;
    }
}

.publichealthstartpage .cta-hero_title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
}

@media only screen and (min-width: 768px) {
    .publichealthstartpage .cta-hero_title {
        font-size: 40px;
        font-size: 4rem;
    }
}

.publichealthstartpage .cta-hero_text {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
    .publichealthstartpage .cta-hero_text {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.publichealthstartpage .cta-hero.themeA {
    background-color: #297b7b;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeB {
    background-color: #154198;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeC {
    background-color: #27769f;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeD {
    background-color: #af5700;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeE {
    background-color: #612361;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeF {
    background-color: #a82b69;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeFHG {
    background-color: #a93121;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeGB {
    background-color: #4a4a4a;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeG {
    background-color: #8e6a00;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.themeH {
    background-color: #73731d;
    opacity: 0.9;
}

.publichealthstartpage .cta-hero.color-white {
    background-color: #fff;
    opacity: 0.9;
}

    .publichealthstartpage .cta-hero.color-white .cta-hero_title, .publichealthstartpage .cta-hero.color-white .cta-hero_text {
        color: #000;
    }

.publichealthstartpage .cta-hero.color-beige {
    background-color: #f5f3f0;
    opacity: 0.9;
}

    .publichealthstartpage .cta-hero.color-beige .cta-hero_title, .publichealthstartpage .cta-hero.color-beige .cta-hero_text {
        color: #000;
    }

.publichealthstartpage .cta-hero.color-transparent .cta-hero_title, .publichealthstartpage .cta-hero.color-transparent .cta-hero_text {
    color: #000;
}

@media only screen and (min-width: 768px) {
    .publichealthstartpage .cta-hero.color-transparent {
        background-color: transparent;
    }

        .publichealthstartpage .cta-hero.color-transparent .cta-hero_title, .publichealthstartpage .cta-hero.color-transparent .cta-hero_text {
            color: #fff;
        }
}

.publichealthstartpage .cta-hero.color-default {
    background-color: transparent;
}

    .publichealthstartpage .cta-hero.color-default .cta-hero_title, .publichealthstartpage .cta-hero.color-default .cta-hero_text {
        color: #000;
    }

.publichealthstartpage.standard_layout #main.wrapper {
    max-width: none;
}

.publichealthstartpage .block_row {
    display: block;
}

.publichealthstartpage .shortcuts ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    text-align: center;
}

    .publichealthstartpage .shortcuts ul li .shortcuts_text {
        color: #000;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: normal;
        font-weight: bold;
        padding: 4px 10px;
        text-align: left;
    }

.publichealthstartpage .shortcuts .shortcuts_container {
    max-width: 960px;
}

@media only screen and (min-width: 1023px) {
    .publichealthstartpage .btn-puff-block_content-inner {
        text-align: left;
    }
}

.publichealthstartpage .block_row.controlled-width {
    max-width: 1150px;
    display: flex;
}

.publichealthstartpage .block_row .video-block {
    margin: 0;
}

.publichealthstartpage .block_row .video-block .content h2,
.publichealthstartpage .block_row .video-block .content p {
    text-align: left;
}

.publichealthstartpage .block_row .news_block li {
    text-align: left;
}

.publichealthstartpage .video-block header h2 {
    background-color: transparent;
}

.startpage .wrapper.main {
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
}

    .startpage .wrapper.main .wrapper {
        max-width: 1440px;
    }

.startpage .top_image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 196px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.startpage .header_banner {
    background-color: #27769f;
    opacity: 0.9;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 15px;
    width: calc(100% - 30px);
}

    .startpage .header_banner h1,
    .startpage .header_banner p {
        color: #ffffff;
    }

    .startpage .header_banner h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        padding: 0;
    }

    .startpage .header_banner p {
        font-size: 18px;
        line-height: 1.44;
        padding: 0;
        margin: 0;
    }

    .startpage .header_banner.themeA {
        background-color: #297b7b;
    }

    .startpage .header_banner.themeB {
        background-color: #154198;
    }

    .startpage .header_banner.themeC {
        background-color: #27769f;
    }

    .startpage .header_banner.themeD {
        background-color: #af5700;
    }

    .startpage .header_banner.themeE {
        background-color: #612361;
    }

    .startpage .header_banner.themeF {
        background-color: #a82b69;
    }

    .startpage .header_banner.themeFHG {
        background-color: #a93121;
    }

    .startpage .header_banner.themeGB {
        background-color: #4a4a4a;
    }

    .startpage .header_banner.themeG {
        background-color: #8e6a00;
    }

    .startpage .header_banner.themeH {
        background-color: #73731d;
    }

    .startpage .header_banner.color-white {
        background-color: #ffffff;
        opacity: 0.9;
    }


    .startpage .header_banner.color-beige {
        background-color: #f5f3f0;
        opacity: 0.9;
    }

        .startpage .header_banner.color-white h1,
        .startpage .header_banner.color-white p,
        .startpage .header_banner.color-beige h1,
        .startpage .header_banner.color-beige p {
            color: #000000;
        }

.startpage .extraPuffs .content_wrapper {
    background: #ffffff;
}

    .startpage .extraPuffs .content_wrapper .content {
        padding-left: 5%;
        padding-right: 5%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

/* Mobile only */
@media only screen and (max-width: 767px) {
    .startpage .wrapper.main {
        padding: 0;
    }

    .startpage .header_banner {
        position: unset;
    }
}

/* 600px up */
@media only screen and (min-width: 600px) {
    .startpage h1 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 400;
    }

    .startpage .featured.shadow_bottom {
        border-bottom: 1px solid #d4cec8;
    }

    .js.startpage .featured.shadow_bottom:after {
        display: block;
        bottom: -20px;
        height: 20px;
        background-size: 960px 20px;
    }

    .startpage .featured {
        margin-bottom: 40px;
        margin-bottom: 4rem;
    }

        .startpage .featured.internetPsykiatri {
            padding-top: 40px;
            padding-top: 4rem;
        }
}

/* Tablet portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-width: 768px) {
    .startpage .internetPsykiatri {
        background-color: #f5f3f0;
    }

        .startpage .internetPsykiatri .teaserIntro {
            margin-left: 3.18471%;
            margin-right: 8em;
        }
}

@media only screen and (min-width: 768px) {
    .startpage .start-heading h1 {
        padding: 10px 1.592356688%;
    }
}

@media only screen and (min-width: 1024px) {
    .startpage .start-heading h1 {
        padding: 15px 1.592356688% 30px 1.592356688%;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .startpage .block_wrapper {
        background-color: #ffffff;
    }
}

.searchpage .search_page_wrapper {
    overflow: auto;
}

.searchpage .main_content {
    min-height: 300px;
    overflow: hidden;
}

.searchpage .top_section {
    background: #ffffff;
}

.searchpage .top_section_container {
    margin: 0 auto;
    max-width: 770px;
    padding: 30px 20px 24px 20px;
}

    .searchpage .top_section_container h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 20px;
        padding: 0;
    }

.searchpage .search_page_wrapper .site_search .input_search_button {
    height: 45px;
    width: 63px;
}

.searchpage .search_page_wrapper .site_search .input_site_search {
    font-size: 12px;
    line-height: 2;
    padding: 9px 10px 10px 10px;
    height: 24px;
}

.searchpage ul li p.news_list.date_time {
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    padding: 0;
    line-height: 30px;
    margin: 0 15px 0 0;
    margin: 0 1.5rem 0 0;
    width: 100%;
}

.searchpage .body_content ul li a:hover {
    text-decoration: none;
}

.searchpage .top_section .site_search .mo_content.search {
    margin-bottom: 10px;
}

.searchpage.js .body_content_search .site_search {
    display: block;
}

.searchpage .body_content_search {
    width: 100%;
}

    .searchpage .body_content_search .site_search {
        padding: 0;
        margin: 0;
        border: none;
    }

        .searchpage .body_content_search .site_search label {
            font-size: 26px;
            font-size: 2.6rem;
        }

.searchpage .checkbox_item label span.checkbox {
    display: none;
}

.searchpage .search_filter a {
    color: #000000;
}

    .searchpage .search_filter a:hover,
    .searchpage .search_filter a:focus {
        color: #000000;
    }

.searchpage .search_filter h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
}

    .searchpage .search_filter h3.icon-angle-right {
        padding-left: 18px;
        position: relative;
    }

        .searchpage .search_filter h3.icon-angle-right:before {
            font-size: 22px;
            font-weight: bold;
            margin: 0;
            position: absolute;
            left: -7px;
            top: -1px;
            transition: transform 0.4s;
        }

.searchpage .search_filter a[aria-expanded="true"] h3.icon-angle-right:before {
    top: 1px;
    transform: rotate(90deg);
}

.searchpage .dropdown__list-item label {
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .searchpage .top_section_container {
        padding: 52px 20px 46px 20px;
    }

        .searchpage .top_section_container h2 {
            font-size: 25px;
            line-height: 1.24;
            margin-bottom: 30px;
        }

            .searchpage .top_section_container h2 span {
                display: inline-block !important;
            }

    .searchpage .search_page_wrapper .site_search .input_search_button {
        height: 40px;
        width: 100px;
    }

    .searchpage .search_page_wrapper .site_search .input_site_search {
        padding: 7px 10px;
    }

    .searchpage .top_section .site_search .mo_content.search {
        margin-bottom: 20px;
    }

    .searchpage .checkbox_columns {
        margin: 18px 0 10px 0;
    }

    .searchpage .checkbox_item {
        display: inline-block;
    }

        .searchpage .checkbox_item input[type='checkbox'] {
            display: none;
        }

        .searchpage .checkbox_item.checked label {
            background: #27769f;
            position: relative;
        }

        .searchpage .checkbox_item label.button-primary:focus,
        .searchpage .checkbox_item label.button-primary:focus .text {
            outline: none;
        }

    .searchpage .user_tabbing .checkbox_item.checked label.button-primary:focus,
    .searchpage .user_tabbing .checkbox_item.checked label.button-primary:focus .text {
        outline: 1px solid #000000;
        outline-offset: -1px;
    }

    .searchpage .checkbox_item.checked label span,
    .searchpage .checkbox_item.checked label span:focus,
    .searchpage .checkbox_item.checked label span:active {
        color: #ffffff;
        font-weight: bold;
    }

    .searchpage .checkbox_item.checked label:before {
        color: #ffffff;
        content: '\e803';
        font-family: 'fontello';
        position: absolute;
        right: 9px;
        top: calc(50% - 5.5px);
        font-size: 11px;
    }

    .searchpage .checkbox_item label {
        display: block;
        font-weight: normal;
        margin: 0 8px 10px 0;
        padding: 0;
    }

        .searchpage .checkbox_item label:hover {
            cursor: pointer;
        }

        .searchpage .checkbox_item label span.text {
            display: inline-block;
            padding: 4.5px 32px 6.5px 32px;
            width: auto;
            position: relative;
            vertical-align: middle;
            z-index: 1;
        }
}

.orderPage {
    max-width: 800px;
    margin: 0 auto;
    min-height: 600px;
    margin-bottom: 50px;
}

    .orderPage p, .orderpage li {
    }

.op-formPanel {
    background-color: #297b7b;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
    padding: 15px 20px;
}

.op-form .bold {
    font-weight: bold;
}

.op-form-wrapper {
    padding: 20px;
    display: flex;
    background-color: white;
    justify-content: space-between;
}

    .op-form-wrapper p {
        margin: 0 0 7px 0;
    }

.orderPage .EPiServerForms {
    max-width: unset;
    min-width: 800px;
}

.op-form-columns {
    display: flex;
    justify-content: space-between;
}

    .op-form-columns .Form__Element {
        width: 48%;
    }


.op-order-list {
    width: 100%;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.op-order-list-item {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

    .op-order-list-item b {
        margin-top: 5px;
    }

.op-item-seperator {
    border-bottom: 1px solid #27769f;
    opacity: 0.2;
}

.order-count {
    background-color: #edeced;
    /*padding: 3px;*/
    margin: 0 2px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: bold;
    min-width: 0;
}

    .order-count text {
        width: 10px;
    }

.op-order-list-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .op-order-list-right i {
        font-size: 22px;
        color: #c00000;
    }

    .op-order-list-right p {
        margin: 0 10px;
    }

.op-order-list-left {
    /*justify-content: space-between;*/
    display: flex;
    flex: 1;
    align-items: center;
    align-self: flex-end;
}

    .op-order-list-left span {
        min-width: 100px;
    }

    .op-order-list-left p {
        margin-left: 40px;
    }

.order-button {
    padding: 3px;
    z-index: 100;
    background-color: white;
    border: 1px solid #27769f;
    border-radius: 50%;
}

    .order-button.delete {
        border: unset;
    }

.op-order-list-item.total-sum {
    align-self: flex-end;
}

    .op-order-list-item.total-sum p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 350px) {
    .op-order-list-left p {
        /*margin-left: 20px;*/
        margin-left: 0;
    }
}

@media only screen and (min-width: 350px) and (max-width: 450px) {
    .op-order-list-left p {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 450px) {

    .orderPage .EPiServerForms {
  
        min-width: initial;
    }

    .op-form-wrapper {
        padding: 15px;
        flex-direction: column;
    }

    .order-button {
        padding: 1px;
    }

    .order-count {
        padding: 3px 5px;
    }

    .order-name {
        margin-left: 0;
        margin-right: 0;
    }
}
.op-form{
    display: none;
}

.op-secondSlide {
    display: flex;
    flex-direction: column;
    width: 50%;
}

    .op-secondSlide.order-mail {
        padding-left: 0;
        flex-wrap: wrap;
        max-height: 200px;
    }

    .op-secondSlide li {
        font-size: 16px;
    }

.page2 {
    display: none !important;
}

.op-forms-hidden {
    /*display: none;*/
}
/*.op-forms show {
    display: unset;
}*/
.op-epi-form form {
    margin-top: 0;
}

@media only screen and (min-width: 834px) {
    .orderpage .Form__NavigationBar {
        position: absolute;
        margin-top: 14px;
        width: 800px !important;
    }

        .orderpage .Form__NavigationBar button[value="PreviousStep"] {
            float: left !important;
            /*margin-left: 20px !important;*/
        }

        .orderpage .Form__NavigationBar button[value="NextStep"] {
            float: right !important;
            margin-right: 30px !important;
        }
}

@media only screen and (min-width: 530px) {

    .orderpage .btnNext, .orderpage .btnPrev {
        width: unset !important;
    }

    .op-submit-button {
        float: right;
        margin-right: 30px !important;
    }
}


.orderpage .FormSubmitButton {
    background-color: #ffffff;
    border: 1px solid #27769f !important;
    border-radius: 21px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold;
    height: 42px !important;
    line-height: 42px !important;
    margin: 8px 0 8px 0 !important;
    padding: 0 28px !important;
    max-width: none;
}

.op-submitted-form {
    display: none;
}

.op-submit-button {
    display: none;
}

.op-thankYou p {
    font-size: 20px;
}

.kind-regards {
    margin-bottom: 0;
    margin-top: 0;
}

.op-email-wrapper {
    background-color: #f5f3f0;
}

    .op-email-wrapper .op-formPanel {
        margin: 0;
    }

    .op-email-wrapper .op-form-wrapper {
        padding: 0 20px;
    }

        .op-email-wrapper .op-form-wrapper p {
            display: block;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
        }
    .op-email-wrapper .op-secondSlide li{
        padding-top: 0;
        padding-bottom: 7px;
    }
    .op-email-wrapper .op-thankYou {
        margin-bottom: 30px;
    }


/*body {
    margin: 0;
    background-color: #f5f3f0;
}*/
.documentPage-body-text {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  min-width: 72%;
}

.documentPage-body-text p:nth-child(1) {
  font-size: 24px;
}

.documentPage-body {
  display: flex;
}

.documentPage-lowerContent {
  margin-top: 60px;
}

.documentPage-body img {
    height: 100% !important;
    min-width: 200px;
}

.documentPage-download-btn {
  cursor: pointer;
  padding: 20px 60px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  border-color: #27769f;
  width: 125px;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.documentPage-download-btn p {
  margin: 0 !important;
  color: black;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

.documentPage-download-btn:hover {
  background: #27769f;
  color: white;
  text-decoration: none;
}

.documentPage-download-btn:hover p {
  text-decoration: none;
  color: white;
}

.documentPage-download-btn img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
}

.documentPage-download-btn:nth-child(1) {
  margin-right: 30px;
}

.documentPage-btn-wrapper {
  width: 100%;
  display: flex;
}

.no-margin {
  margin: 0 !important;
}

.documentPage-meta {
  display: flex;
  padding: 20px 0;
  align-items: center;
  width: 50%;
}

.documentPage-meta-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.documentPage-meta-item-link {
  display: flex;
  align-items: center;
}

.documentPage-meta-item p {
  margin: 0 20px 0 0 !important;
  position: relative;
  white-space: nowrap;
  font-size: 1.6rem;
}

.documentPage-icon {
  height: 20px !important;
  width: 20px !important;
  margin-right: 10px;
}

.icon-file:hover img {
  content: url('/Static/img/slso-file-white.svg');
  transition: all ease-in-out 0.2s;
}

.icon-cart:hover img {
  content: url('/Static/img/slso-cart-white.svg');
  transition: all ease-in-out 0.2s;
}

@media only screen and (max-width: 1025px) {
  .documentPage-btn-wrapper {
    flex-direction: column;
  }

  .documentPage-download-btn:first-child {
    margin-right: 0;
  }

  .documentPage-download-btn {
    width: initial;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
  }

  .documentPage-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .documentPage-meta-item {
    margin-bottom: 10px;
  }

  .documentPage-body-text {
    min-width: initial;
  }

  .documentPage-body-text p:nth-child(1) {
    font-size: 1.8rem;
  }

  .documentPage-body img {
    display: none;
  }
}

