/* Minification failed. Returning unminified contents.
(3589,8): run-time error CSS1030: Expected identifier, found '.'
(3589,26): run-time error CSS1031: Expected selector, found ')'
(3589,26): run-time error CSS1025: Expected comma or open brace, found ')'
(3593,22): run-time error CSS1030: Expected identifier, found '.'
(3593,40): run-time error CSS1031: Expected selector, found ')'
(3593,40): run-time error CSS1025: Expected comma or open brace, found ')'
(3597,8): run-time error CSS1030: Expected identifier, found '.'
(3597,26): run-time error CSS1031: Expected selector, found ')'
(3597,26): run-time error CSS1025: Expected comma or open brace, found ')'
(3601,22): run-time error CSS1030: Expected identifier, found '.'
(3601,40): run-time error CSS1031: Expected selector, found ')'
(3601,40): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol li {
	display: list-item;
	list-style-position: inside;
}
body, .main-wrapper, .page-container {
    width: 100%;
    color: #333333;
}

body {
    font: normal 21px/28px 'freight-neo-pro', arial, sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

#headersearch {
    background: #eeeeee;
}

.page-content, .content {
    width: 1180px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.responsive-menu {
    display: none;
}

strong {
    font-style: normal;
    font-family: 'freightneo_probold';
}

.header-area {
    background: #ffffff;
    color: #3a6c7f;
    z-index: 20;
    width: 100%;
    top: 0;
    font-family: 'freightneo_promedium', arial, sans-serif;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

    .header-area.open {
        margin-top: 105px;
    }

#sidebar.open {
    top: 172px;
}


#headersearch {
    display: none;
    padding: 15px 0 20px;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
}

    #headersearch input[type=text] {
        /*height: 20px;*/
        width: 60%;
        font-size: 18px;
        padding: 10px 0 8px 20px;
        vertical-align: middle;
        -ms-border-radius: 40px;
        border-radius: 40px;
        background: #ffffff;
        border: 2px solid #d5d5d5;
    }

    #headersearch input[type=submit] {
        -ms-border-radius: 40px;
        border-radius: 40px;
        background: #ffffff;
        border: 2px solid #542b6f;
        padding: 5px 40px;
        font-family: 'freightneo_prosemi', sans-serif;
        color: #542b6f;
        font-size: 21px;
        vertical-align: middle;
    }

.header-area .content {
    position: relative;
    margin-top: 33px;
}

.logo-area {
    display: inline-block;
    width: 65%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logo {
    text-align: left;
}

    .logo a {
        display: block;
        width: 450px;
    }

    .logo img {
        width: 450px;
    }

@media(max-width: 650px) {
    .logo a {
        width: auto;
    }

    .logo img {
        width: 100%;
    }
}


.button-link.light {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.button-link.dark {
    color: #dd2f79;
    border: 2px solid #dd2f79;
}


.startpage_banner-intro_links {
    text-align: center;
}

.align-center {
    width: 100%;
    text-align: center;
}

a, a:link, a:visited {
    font-family: 'freightneo_promedium', arial, sans-serif;
    color: #457486;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.button-link {
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: 'freightneo_prosemi', sans-serif;
    -ms-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
}

a.button-link:hover {
    text-decoration: none;
    opacity: 0.5;
}



.site-footer {
    background: #f7ded3;
    padding: 70px 0 160px 0;
    color: #333333;
}

    .site-footer a {
        color: #333333;
    }

    .site-footer h2,
    .site-footer h3 {
        font-family: 'freightneo_promedium', sans-serif;
        font-weight: normal;
        font-size: 0.952em;
        padding-bottom: 15px;
    }

.site-footer_column_second-heading {
    margin-top: 20px;
}

@media(max-width: 864px) {
    .site-footer_column_second-heading {
        margin-top: 30px;
    }
}

.site-footer p {
    font-family: 'freightneo_prolight', sans-serif;
    font-size: 0.905em;
    line-height: 24px;
}

.site-footer_main {
    padding-bottom: 40px;
    border-bottom: 1px solid #dac6bd;
}

    .site-footer_main p {
        width: 50%;
        max-width: 520px;
    }

    .site-footer_main a:after {
        content: "";
        background-image: url(../images/large-arrow-black.svg);
        height: 21px;
        width: 14px;
        background-size: 8px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 3px;
        margin-bottom: -8px;
    }

.site-footer_columns {
    padding-top: 40px;
    display: table;
    width: 100%;
}

.site-footer_column {
    display: table-cell;
    width: 27.5%;
    padding: 0 20px 0 0;
}

    .site-footer_column:last-of-type {
        padding: 0;
    }

.site-footer_facebook {
    background: url(Images/Facebook_footer.svg) no-repeat center left;
    -ms-background-size: 35px;
    background-size: 35px;
    padding: 10px 0 10px 50px;
    display: block;
}

.site-footer_twitter {
    padding: 10px 0 10px 50px;
    background: url(Images/Twitter_footer.svg) no-repeat center left;
    -ms-background-size: 35px;
    background-size: 35px;
    display: block;
}

.site-footer_linkedin {
    padding: 10px 0 10px 50px;
    background: url(Images/Linkedin_footer.svg) no-repeat center left;
    -ms-background-size: 35px;
    background-size: 35px;
    display: block;
}

.site-footer_youtube {
    padding: 10px 0 10px 50px;
    background: url(Images/Youtube_footer.svg) no-repeat center left;
    -ms-background-size: 35px;
    background-size: 35px;
    display: block;
}

.site-footer_column .site-footer_facebook:after,
.site-footer_column .site-footer_twitter:after,
.site-footer_column .site-footer_youtube:after {
    content: none;
}

.block-area-3col {
    width: 1230px;
}

    .block-area-3col > div {
        display: inline-block;
        width: 29.2%
    }

        .block-area-3col > div + div {
            margin-left: 4.1%;
        }

p.link-title {
    font-size: 0.65em;
    padding: 0 20px 0 0;
}

    p.link-title:before {
        content: "-";
        padding: 0 6px 0 0;
    }

.footer-list a {
    display: block;
    font-family: 'freightneo_prosemi';
}

    .footer-list a:after {
        content: "";
        background-image: url(../images/large-arrow-black.svg);
        height: 21px;
        width: 20px;
        background-size: 9px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: -8px;
    }

.site-footer_column--social-media h3 {
    padding-bottom: 6px;
}

.site-footer_column--last a {
    margin-bottom: 20px;
}

.calendar-list-page {
    margin-top: 37px;
}

.calendar-list + .paging {
    padding: 0 0 50px 0;
}

.paging {
    text-align: center;
    padding: 20px 0 50px 0;
}

.paging-number {
    padding: 0 10px;
}

.errorpage h1 {
    font-family: "freightneo_probold", arial, sans-serif;
    font-size: 2.8em;
    line-height: 0.9em;
    margin: 30px;
    text-align: center;
}

.errorpage__body-text {
    font-size: 1.1em;
    line-height: 32px;
    text-align: center;
    margin-bottom: 100px;
}

@media screen and (max-width:1180px) {
    .page-content, .content {
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }

    .block-area-3col {
        width: 104%;
    }
}

@media screen and (max-width:864px) {
    .header-area {
        height: 85px;
        position: absolute;
    }

        .header-area .content {
            margin-top: 20px;
        }

    .logo a {
        line-height: 0;
    }

    .page-container {
        padding-top: 85px;
    }

    .logo img {
        width: 100%;
    }

    .button-link {
        font-size: 0.857em;
    }

    .site-footer_columns {
        padding-top: 40px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .site-footer_column {
        display: block;
        width: 100%;
    }

        .site-footer_column + .site-footer_column {
            margin-top: 30px;
        }

    .site-footer_main p {
        width: 100%;
    }

    .block-area-3col {
        width: 100%;
    }

        .block-area-3col > div {
            display: inline-block;
            width: 40%;
        }

            .block-area-3col > div + div {
                margin-left: 0;
                padding-left: 9%;
            }
}

@media screen and (max-width:690px) {

    .block-area-3col {
        width: 100%;
    }

        .block-area-3col > div {
            display: block;
            width: 100%;
        }

            .block-area-3col > div + div {
                margin-left: 0;
                padding-left: 0;
            }
}

@media screen and (max-width:570px) {
    .button-link {
        padding: 10px;
    }

    .block-area-3col {
        width: 100%;
    }

        .block-area-3col > div {
            display: block;
            width: 100%;
        }

            .block-area-3col > div + div {
                margin-left: 0;
            }
}

.eventpage-color-selection--light-purple {
    background-color: rgba(168, 77, 152, 0.1) !important;
    color: #333333 !important;
}

.eventpage-color-selection--peach {
    background-color: #F7DED3 !important;
    color: #333333 !important;
}

.themepage-color-selection--blue {
    background: #2E8ACB !important;
    color: #fff !important;
}

.themepage-color-selection--greyblue {
    background: #5E869E !important;
    color: #fff !important;
}

.themepage-color-selection--pink {
    background: #E0337D !important;
    color: #fff !important;
}

.themepage-color-selection--green {
    background: #2D9B7D !important;
    color: #fff !important;
}

.themepage-color-selection--purple {
    background: #A84D97 !important;
    color: #fff !important;
}

.themepage-color-selection--greyblue .text-wrapper a,
    .themepage-color-selection--pink .text-wrapper a,
    .themepage-color-selection--purple .text-wrapper a,
    .themepage-color-selection--blue .text-wrapper a,
    .themepage-color-selection--green .text-wrapper a {
        color: #fff !important;
    }

.color-selection--blue {
    background: #3B6B7F !important;
    color: #fff !important;
}

.color-selection--pink {
    background: #A84894 !important;
    color: #fff !important;
}

.color-selection--green {
    background: #208364 !important;
    color: #fff !important;
}

.color-selection--grey {
    background: #f2f2f2 !important;
    color: #333333 !important;
}

.top-menu-items {
    display: flex;
}

    .top-menu-items .responsive-tools {
        margin-left: auto;
        margin-top: 14px;
        width: auto;
    }

        .top-menu-items .responsive-tools .nav-toggle {
            display: none;
        }

.desktop-menu a {
    color: #000;
}

.desktop-menu {
    z-index: 9999;
}

.desktop-first-lvl,
.desktop-second-lvl {
    display: flex;
}

    .desktop-first-lvl a,
    .desktop-second-lvl a {
        color: #000;
    }

.desktop-first-lvl {
    margin-top: 14px;
    font-size: 21px;
    padding-bottom: 18px;
}

    .desktop-first-lvl li {
        display: block;
        margin-right: 43px;
        position: relative;
    }

        .desktop-first-lvl li:last-child {
            display: block;
            margin-right: 0;
        }

    .desktop-first-lvl .current-page:after {
        content: "";
        background: #23586f;
        height: 3px;
        width: 70px;
        position: absolute;
        bottom: -18px;
        display: block;
        left: 50%;
        margin-left: -35px;
    }

.desktop-second-lvl {
    display: block;
    margin-top: 12px;
    font-size: 0.8095em;
    margin-bottom: 17px;
    font-family: 'freightneo_prosemi';
    margin-top: 13px;
}

    .desktop-second-lvl li:first-child {
        margin-left: 0;
    }

    .desktop-second-lvl li {
        display: inline-block;
        margin-left: 20px;
        z-index: 9999;
        position: relative;
    }

    .desktop-second-lvl .current-page:after {
        content: "";
        background: #23586f;
        height: 3px;
        width: 40px;
        position: absolute;
        bottom: -7px;
        display: block;
        left: 50%;
        margin-left: -22.5px;
    }

@media(max-width: 864px) {
    .top-menu-items .responsive-tools .nav-toggle {
        display: inline-block;
    }

    .desktop-first-lvl,
    .desktop-second-lvl {
        display: none;
    }

    .header-area .content {
        display: flex;
    }

    .top-menu-items {
        display: flex;
        margin-left: auto;
    }
}

/* mobile nav */

@media (max-width: 1200px) {
    .mobilenav-open .footer {
        display: none;
    }
}

@media (min-width: 1200px) {
    .mobilenav {
        display: none;
    }
}

.mobilenav__list {
    display: block;
}

.mobilenav__item {
    display: block;
    position: relative;
}

.mobilenav__link {
    display: block;
}

.mobilenav__btn:before {
    content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    right: 0;
    display: block;
    width: 1.6875rem;
    height: 100%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../Images//MobileNavigation/mobilearrow.svg) no-repeat 50% 50% / 1.25rem;
}

.mobilenav__inner {
    padding-right: 35px;
    position: relative;
}

.mobilenav__item--open > .mobilenav__inner .mobilenav__btn:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.mobilenav__sublist {
    display: none;
}

.mobilenav__item--open .mobilenav__sublist {
    display: block;
}

.mobilenav__subitem {
    display: block;
    position: relative;
}

    .mobilenav__subitem:last-child {
        border: none;
    }

    .mobilenav__subitem .mobilenav__sublist {
        display: none;
    }

    .mobilenav__subitem.mobilenav__item--open > .mobilenav__sublist {
        display: block;
    }

.mobilenav__sublink {
    display: block;
}

#sidebar .mobilenav__item > div > .mobilenav__link,
#sidebar .mobilenav__item > .mobilenav__link {
    font-family: 'freightneo_probold', sans-serif;
    text-transform: uppercase;
}

#sidebar .mobilenav__item ul {
    padding: 0;
}

.mobilenav__btn {
    position: absolute;
    border: none;
    background-color: transparent;
    color: transparent;
    right: 8px;
    top: 8px;
    background: url(../Images/ico-plus.svg) no-repeat 95% 50% / 1.25rem;
    height: 30px;
    font-size: 0;
    width: 27px;
    cursor: pointer;
}

.mobilenav__item--open > div > .mobilenav__btn {
    background: url(../Images/ico-minus.svg) no-repeat 95% 50% / 1.25rem;
}

#sidebar .mobilenav__item .mobilenav__sublist ul li a {
    padding-left: 20px;
}

/* calendar block */
.calendar-block {
    background: #eeeeee;
    padding: 60px 0;
    color: #333;
}

    .calendar-block h2 {
        font-size: 1.143em;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.calendar-block_list-link {
    margin-top: 25px;
    display: inline-block;
    font-size: 1em;
    position: relative;
}

    .calendar-block_list-link:after {
        content: "";
        background-image: url(../images/temp-arrow-joblisting.png);
        padding: 10px;
        position: absolute;
        margin-left: 7px;
        background-repeat: no-repeat;
        background-size: 10px;
        margin-top: 6px;
    }

.calendar-block_date {
    background: #a94895;
    width: 150px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.calendar-block_list {
    display: flex;
    justify-content: space-between;
}

.calendar-block_item {
    display: flex;
    width: 50%;
    background: #fff;
    max-width: 575px;
    border-radius: 13px;
}

.calendar-block_list .calendar-block_item:last-child {
    margin-bottom: 0;
}

a.calendar-block_item:hover {
    text-decoration: none;
}

.calendar-block_date_month {
    padding: 25px 45px 20px;
    border-bottom: 1px solid #C992C2;
    text-transform: capitalize;
    font-size: 1.190em;
    font-family: 'freightneo_probold', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.calendar-block_date_month--double p:nth-child(2) {
    margin: -10px 0;
}

.calendar-block_date_day {
    padding: 35px 0px 50px;
    font-size: 2.4em;
    letter-spacing: 3px;
    font-family: 'freightneo_promedium', Arial, sans-serif;
}

.calendar-block_info {
    padding: 20px 25px;
    width: calc(100% - 216px);
    display: flex;
    flex-direction: column;
    letter-spacing: 0.5px;
}

    .calendar-block_info ul {
        margin-top: auto;
        border-top: 1px solid #d3d3d3;
        padding-top: 10px;
        font-size: 0.8095em;
        line-height: 20px;
        font-family: 'freightneo_probook', Arial, sans-serif;
    }

        .calendar-block_info ul li {
            display: inline-block;
            font-family: 'freightneo_probold', Arial, sans-serif;
        }

    .calendar-block_info p {
        color: #333;
    }

.calendar-block_info_label {
    font-size: 0.8095em;
    font-family: 'freightneo_prosemi', Arial, sans-serif;
}

.calendar-block_info_header {
    font-size: 1.25em;
    font-family: 'freightneo_prosemi', Arial, sans-serif;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    line-height: 26px;
}

.calendar-block_info_preamble {
    margin-bottom: 13px;
    font-size: 0.75em;
    line-height: 25px;
    letter-spacing: 0.1px;
}

.calendar-block_date--mobile {
    display: none;
}

@media(max-width: 1070px) {
    .calendar-block_list {
        display: block;
    }

    .calendar-block_item {
        width: 100%;
        max-width: none;
        margin-bottom: 25px;
    }

    .calendar-block_date_day {
        padding: 20px 0px 40px;
    }

    .calendar-block_date_month {
        padding: 20px 20px;
    }
}

@media(max-width: 864px) {
    .calendar-block {
        padding: 30px 0 40px;
    }

    .calendar-block_info_header {
        font-size: 1.2em;
    }
}

@media(max-width: 560px) {
    .calendar-block_item {
        display: block;
    }

    .calendar-block_date {
        width: auto;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .calendar-block_date {
        display: none;
    }

        .calendar-block_date.calendar-block_date--mobile {
            display: block;
        }

    .calendar-block_info {
        width: auto;
    }

    .calendar-block_date.calendar-block_date--mobile {
        padding: 13px;
    }

        .calendar-block_date.calendar-block_date--mobile .calendar-block_date_day {
            padding: 0;
            display: inline-block;
            font-size: 25px;
            letter-spacing: 2px;
        }

        .calendar-block_date.calendar-block_date--mobile .calendar-block_date_month {
            padding: 0;
            display: inline-block;
            border: 0;
            letter-spacing: 1.5px;
        }
}

/*Outdated calendar-partial*/

a.outdated-calendar-partial {
    display: flex;
    text-decoration: none;
}

.outdated-calendar-partial_date {
    /*padding: 25px 20px;*/
    background: #208364;
    min-width: 135px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    background-image: url(../images/white-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

@media(max-width: 864px) {
    .outdated-calendar-partial_date {
        min-width: 100px;
    }
}

.outdated-calendar-partial_date p {
    bottom: 50%;
    margin-bottom: -14px;
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
}

.outdated-calendar-partial_info {
    width: calc(100% - 190px);
    background-color: #eeeeee;
    background-image: url(../images/large-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 25px center;
    font-family: 'freightneo_prosemi';
    color: #000;
    padding: 19px 50px 19px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .outdated-calendar-partial_info ul {
        line-height: 0;
        margin-top: 5px;
    }

    .outdated-calendar-partial_info h3 {
        font-family: 'freightneo_probook';
        line-height: 18px;
    }

        .outdated-calendar-partial_info h3 span {
            font-family: 'freightneo_prosemi';
            font-size: 0.8095em;
        }

    .outdated-calendar-partial_info ul li {
        display: inline-block;
        margin-top: auto;
        font-size: 0.762em;
        line-height: 20px;
        font-family: 'freightneo_probold', Arial, sans-serif;
    }

/*EventListingPage*/

.eventlisting-page {
    padding-bottom: 55px;
}

@media(max-width: 864px) {
    .eventlisting-page {
        padding-bottom: 35px;
    }
}

.eventlisting-page_hero-content {
    padding: 105px 0;
    background-size: cover;
    background-position: center;
}

@media(max-width: 1070px) {
    .eventlisting-page_hero-content {
        padding: 55px 20px;
    }

        .eventlisting-page_hero-content > div > div {
            max-width: 575px;
            margin: 0 auto;
        }
}

.eventlisting-page h2 {
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.eventlisting-page_hero-content .calendar-block_item {
    margin: 0 auto;
}

.eventlisting-page_upcoming-events {
    background: #EEEEEE;
    padding: 57px 0 45px;
}

.eventlisting-page_upcoming-events--block {
    padding: 0;
    margin-bottom: 55px;
}

    .eventlisting-page_upcoming-events--block .content {
        padding: 50px 0 80px;
    }

    .eventlisting-block {
        padding: 0;
        width: 90%;
    }

    .eventlisting-block .content {
        padding: 0;
        width: 100%;
    }

    .eventlisting-block .content .calendar-block_list-link {
        margin-top: 0;
    }

    .eventlisting-block .content .calendar-block_list-link:after {
        background-image: url(../images/temp-arrow-events.png);
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list {
        margin-bottom: 0;
        padding-right: 0;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list > li{
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
        padding-right: 0;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li:before {
        content: none;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li .eventlisting-page_upcoming-events_info {
        background-color: #eee;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li .eventlisting-page_upcoming-events_info h3 {
        margin: 0;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li .eventlisting-page_upcoming-events_info h3 span {
        display: block;
        margin-bottom: 7px;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li .eventlisting-page_upcoming-events_info ul {
        margin: 7px 0 0 0;
        line-height: 0;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li .eventlisting-page_upcoming-events_info ul li{
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .eventlisting-block .content .eventlisting-page_upcoming-events_list li .eventlisting-page_upcoming-events_info ul li p{
        width: 100%;
    }

@media(max-width: 1180px) {
    .eventlisting-page_upcoming-events--block {
        padding: 0 20px;
        margin-bottom: 30px;
    }

        .eventlisting-page_upcoming-events--block .content {
            padding: 30px 0;
        }
}


.eventlisting-page_upcoming-events_list {
    font-size: 1em;
    font-family: 'freightneo_prosemi';
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
}

    .eventlisting-page_upcoming-events_list > li {
        width: calc(50% - 10px);
        max-width: 565px;
        margin-bottom: 30px;
    }

        .eventlisting-page_upcoming-events_list > li a {
            display: flex;
            text-decoration: none;
            height: 100%;
        }

            .eventlisting-page_upcoming-events_list > li a h3 {
                font-family: 'freightneo_probook';
                line-height: 18px;
                font-size: 1em;
            }

                .eventlisting-page_upcoming-events_list > li a h3 span {
                    font-family: 'freightneo_prosemi';
                    font-size: 0.8095em;
                }

.eventlisting-page_upcoming-events_date {
    /*padding: 25px 20px;*/
    text-transform: capitalize;
    letter-spacing: 1px;
    background: #a94895;
    min-width: 135px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    position: relative;
}

@media(max-width: 864px) {
    .eventlisting-page_upcoming-events_list > li {
        width: 100%;
        max-width: 100%;
    }

    .eventlisting-page_upcoming-events_date {
        min-width: 100px;
    }
}

.eventlisting-page_upcoming-events_date p {
    bottom: 50%;
    margin-bottom: -14px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.eventlisting-page_upcoming-events_info {
    width: calc(100% - 190px);
    background-color: #fff;
    background-image: url(../images/large-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 25px center;
    font-family: 'freightneo_prosemi';
    color: #000;
    padding: 19px 50px 19px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .eventlisting-page_upcoming-events_info ul {
        line-height: 0;
        margin-top: 5px;
    }

        .eventlisting-page_upcoming-events_info ul li {
            display: inline-block;
            margin-top: auto;
        }

            .eventlisting-page_upcoming-events_info ul li p {
                font-size: 0.8095em;
                font-family: 'freightneo_prosemi', Arial, sans-serif;
                line-height: 20px;
                margin-bottom: 0;
            }

@media(max-width: 560px) {
    .eventlisting-page_upcoming-events_list > li a {
        display: block;
    }

    .eventlisting-page_upcoming-events_date {
        display: block;
        padding: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

        .eventlisting-page_upcoming-events_date p {
            position: relative;
            margin: 0;
        }

    .eventlisting-page_upcoming-events_info {
        width: auto;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
}

.eventlisting-page_load-more {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #3a6b81;
    font-family: 'freightneo_prosemi';
    color: #000;
    font-size: 0.8095em;
    border-radius: 10px;
    padding: 6px 48px 6px 20px;
    border-radius: 25px;
    background-image: url(../images/large-arrow-black-down.svg);
    background-size: 19px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.view-more-link {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #3a6b81;
    font-family: 'freightneo_prosemi';
    color: #000;
    font-size: 0.8095em;
    border-radius: 10px;
    padding: 6px 20px;
    border-radius: 25px;
}

.eventlisting-page_highlighted-events {
    padding: 57px 0px 20px;
}

@media(max-width: 1180px) {
    .eventlisting-page_highlighted-events {
        padding: 30px 20px 0;
    }
}

.eventlisting-page_highlighted-events > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .eventlisting-page_highlighted-events > div > div {
        width: calc(50% - 10px);
        max-width: 565px;
        margin-bottom: 30px;
    }

@media(max-width: 864px) {
    .eventlisting-page_highlighted-events > div {
        display: block;
    }

        .eventlisting-page_highlighted-events > div > div {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px;
        }
}

.eventlisting-page_highlighted-events > div > div > a.outdated-calendar-partial {
    height: 100%;
}

.eventlisting-page_outdated-events {
    border-top: 2px solid #d3d3d3;
    padding: 30px 0 35px;
    display: flex;
    justify-content: space-between;
}

.eventlisting-page_outdated-events_content {
    margin-bottom: 30px;
    width: 72%;
    max-width: 850px;
}

.eventlisting-page_outdated-events_image {
    width: 28%;
}

@media(max-width: 1180px) {
    .eventlisting-page_outdated-events {
        border-top: 2px solid #d3d3d3;
        padding: 30px 20px;
        display: flex;
    }
}

@media(max-width: 864px) {
    .eventlisting-page_outdated-events {
        display: block;
    }

        .eventlisting-page_outdated-events > div {
            width: 100%;
            max-width: 100%;
            display: block;
        }
}

.eventlisting-page_outdated-events_categories {
    display: inline-block;
    margin-left: 2px;
    width: calc(100% - 67px);
}

    .eventlisting-page_outdated-events_categories > li {
        display: inline-block;
        margin-bottom: 20px;
        margin: 0 5px 20px 0;
    }

    .eventlisting-page_outdated-events_categories a {
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #3a6b81;
        font-family: 'freightneo_prosemi';
        color: #000;
        font-size: 0.8095em;
        border-radius: 10px;
        padding: 6px 20px 6px;
        border-radius: 25px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

    .eventlisting-page_outdated-events_categories .active {
        background-color: #3a6c7f;
        color: #fff;
    }

.eventlisting-page_outdated-events_categories_mobile {
    display: none;
}

form.eventlisting-page_outdated-events_filter {
    margin-bottom: 30px;
}

@media(max-width: 864px) {
    .eventlisting-page_outdated-events_categories {
        display: none;
    }

    .eventlisting-page_outdated-events_categories_mobile {
        background: url(../images/large-arrow-black-down.svg) no-repeat 95% 50%;
        background-size: 21px;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: 60px;
        background-color: transparent;
        color: #333;
        font-family: 'freightneo_prosemi';
        color: #333;
        font-size: 0.8095em;
        text-transform: uppercase;
        padding: 15px;
        -webkit-appearance: none;
        border: 1px solid #3a6b81;
        border-radius: 10px;
    }
}

.eventlisting-page_outdated-events_categories_container > span {
    text-transform: uppercase;
    font-family: 'freightneo_prosemi';
    color: #333;
    font-size: 1em;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}

@media(max-width: 864px) {
    .eventlisting-page_outdated-events_categories_container > span {
        font-size: 0.8095em;
    }

    .eventlisting-page_outdated-events_content > span {
        margin-bottom: 10px;
        display: block;
    }
}

.eventlisting-page_outdated-events_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 10px;
}

    .eventlisting-page_outdated-events_list .eventlisting-page_outdated-events_list_item {
        text-decoration: none;
        color: #000;
        display: flex;
    }

    .eventlisting-page_outdated-events_list > li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

@media(max-width: 1070px) {
    .eventlisting-page_outdated-events_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .eventlisting-page_outdated-events_list > li {
            display: block;
            width: 100%;
        }
}

.eventlisting-page_outdated-events_date {
    width: 55px;
    height: 55px;
    padding: 0;
    margin-right: 12px;
    border-radius: 10px;
    position: relative;
    background-image: url(../images/white-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #208364;
}

.eventlisting-page_outdated-events_info {
    max-width: calc(100% - 78px);
    margin-top: 3px;
}

.eventlisting-page_outdated-events_list_categories li {
    display: inline-block;
    margin-top: auto;
    line-height: 20px;
    font-family: 'freightneo_probold', Arial, sans-serif;
}

.eventlisting-page_outdated-events_info p {
    font-family: 'freightneo_probold', Arial, sans-serif;
    line-height: 13px;
    margin-bottom: 4px;
    font-size: 0.8095em;
}

.eventlisting-page_outdated-events_info h3 {
    font-size: 1em;
    font-family: 'freightneo_probook', sans-serif;
    line-height: 18px;
}

.eventlisting-page_outdated-events_list_categories {
    margin-top: -3px;
}

.eventlisting-page_outdated-events_image {
    text-align: center;
}

    .eventlisting-page_outdated-events_image img {
        max-width: 100%;
        display: inline-block;
    }

@media(max-width: 864px) {
    .eventlisting-page_outdated-events_image {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 560px) {
    .eventlisting-page_highlighted-events > div > div > a.outdated-calendar-partial {
        display: block;
    }

    .outdated-calendar-partial_date {
        display: block;
        padding: 25px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .outdated-calendar-partial_info {
        width: auto;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
}

.events_filter__container {
    display: inline-block;
    width: 38%;
    margin-right: 1em;
}

@media(max-width: 864px) {
    .events_filter__container {
        width: 100%;
    }
}

.eventlisting-page_outdated-events_filter label {
    text-transform: uppercase;
    font-family: 'freightneo_prosemi';
    color: #333;
    font-size: 1em;
    vertical-align: top;
    margin-top: 6px;
    display: block;
}

.eventlisting-page_outdated-events_filter select {
    background: url(../images/large-arrow-black-down.svg) no-repeat 95% 50%;
    background-size: 21px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    height: 60px;
    background-color: transparent;
    color: #333;
    font-family: 'freightneo_prosemi';
    color: #333;
    font-size: 0.8095em;
    text-transform: uppercase;
    padding: 15px;
    -webkit-appearance: none;
    border: 1px solid #3a6b81;
    border-radius: 10px;
}



.eventlisting-page__button {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #3a6b81;
    font-family: 'freightneo_prosemi';
    color: #000;
    font-size: 0.8095em;
    border-radius: 10px;
    padding: 6px 20px 6px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.eventlisting-page__button__adjustment-mac-chrome, .eventlisting-page__button__adjustment-mac-safari {
    padding-top: 8px;
    padding-bottom: 4px;
}

#category.events_filter__adjustment-mac-chrome, #category.events_filter__adjustment-mac-safari,
#group.events_filter__adjustment-mac-chrome, #group.events_filter__adjustment-mac-safari {
    padding-top: 8px;
    padding-bottom: 4px;
}


/*DOCUMENT LISTBLOCK*/
.documentlisting-block {
    margin-bottom: 55px;
    max-width: 1180px;
    margin: 0 auto 50px;
}

.standardpage-main .documentlisting-block {
    margin-bottom: 20px
}

.documentlisting-block_list,
.text-wrapper .documentlisting-block_list {
    padding: 30px 25px 35px;
    background: #eeeeee;
    list-style: none;
    list-style-type: none;
}

    .documentlisting-block_list li,
    .text-wrapper .documentlisting-block_list li {
        margin-bottom: 0;
        margin-top: 18px;
    }

        .documentlisting-block_list li:first-child,
        .text-wrapper .documentlisting-block_list li:first-child {
            margin-top: 0;
        }

        .text-wrapper .documentlisting-block_list li:before {
            content: none;
        }

        .documentlisting-block_list li a,
        .text-wrapper .documentlisting-block_list li a {
            position: relative;
            padding-left: 39px;
            display: inline-block;
        }

        .documentlisting-block_list li.documentlisting-block_list--pdf a:before,
        .text-wrapper .documentlisting-block_list li.documentlisting-block_list--pdf a:before {
            content: "";
            background-image: url(../images/pdf-logo.svg);
            background-repeat: no-repeat;
            background-size: 32px;
            padding: 21px 17px;
            display: inline-block;
            position: absolute;
            left: 0px;
            top: -6px;
        }

@media(max-width: 864px) {
    .documentlisting-block {
        margin-bottom: 30px;
    }

    .documentlisting-block,
    .text-wrapper .documentlisting-block {
        padding: 0;
    }

    .multi-link-column {
        height: auto;
    }
}


/*MULTI LINKS BLOCK*/

.none-background-color .multi-link-content {
    width: 1180px;
    margin: auto;
}

.multi-link-content {
    margin-top: 30px;
}

.multi-link-heading {
    font-family: 'freightneo_prosemi', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.multi-link-column .heading {
    padding-bottom: 20px;
}

.multi-link-column .heading, .multi-document-list a, .multi-document-list p, .multi-link-column .links a {
    color: #242524;
    font-family: "freightneo_probold", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.multi-link-column .links a {
    color: #396E8A;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

.multi-link-column .links li {
    margin-bottom: 20px;
}

.multi-link-column .links a:after {
    content: "";
    background-image: url(../images/large-arrow-blue.svg);
    height: 20px;
    width: 20px;
    background-size: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -7px;
}

.multi-document-list a {
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

.multi-document-list p {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "freightneo_prosemi", sans-serif;
    padding-top: 15px;
}

.multi-document-list li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 70px;
}

    .multi-document-list li:before {
        content: "";
        background-image: url(../images/pdf-logo-purple.svg);
        background-repeat: no-repeat;
        position: absolute;
        width: 51px;
        height: 64px;
        transform: translateY(-50%);
        left: 0px;
        top: 40%;
    }

.multi-link-list-block .block-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    height: auto;
    min-height: 340px;
}

.multi-link-column {
    padding: 30px 40px;
    gap: 20px;
    background: #E0EDF7;
    width: 33%;
    flex: auto;
}

    .multi-link-column.first-column {
        border-radius: 0px 0px 0px 20px;
    }

    .multi-link-column.second-column {
        border-radius: 0px 20px 0px 0px;
    }

.multi-link-list-block .empty-column {
    flex: auto;
    width: 33%;
    padding: 0px 40px;
}

@media screen and (max-width:864px) {
    .multi-link-column {
        border-radius: 0px 20px 0px 20px !important;
        width: 100%;
        height: auto;
    }

    .multi-link-list-block .empty-column {
        display: none;
    }
}

/*MODULES AREA*/
.modules-area-container {
    display: block;
    /*width: calc(100% - 40px);*/
    max-width: 1210px;
    margin: 0 auto;
    padding: 30px 20px 0;
    width: auto;
}

.modules-area {
    display: flex;
    flex-flow: row wrap;
}

.modules-area-container > h2 {
    padding: 0 20px;
}

.modules-container--module {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(33.3% - 40px);
    margin: 0 20px;
}

    .modules-container--module.static {
        flex-grow: 0;
        flex-basis: calc(33.3% - 39.6px);
    }

@media screen and (max-width:1024px) {
}

@media screen and (max-width:864px) {
    .modules-area-container {
        padding: 0 20px 20px;
    }

    .modules-container--module {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
}

.startpage_module-area {
    padding: 115px 0;
    background: #ffffff;
}

.module-column_left {
    width: 50%;
    display: block;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 40px;
    height: 580px;
    overflow: hidden;
}

.module-column_right {
    width: 50%;
    display: block;
    float: right;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 40px;
    height: 580px;
    overflow: hidden;
}

.module-column_left .startpage_module-half {
    height: 270px;
    overflow: hidden;
}

    .module-column_left .startpage_module-half img {
        height: 100%;
    }

    .module-column_left .startpage_module-half .teaser_content {
        width: 65%;
        position: absolute;
        z-index: 10;
    }

.startpage_module-full, .startpage_module-half {
    background: #f2f2f2;
    position: relative;
}

.text-wrapper .modules-area-container {
    display: block;
    width: auto;
    padding: 0;
}

    .text-wrapper .modules-area-container h2 {
        padding: 0;
    }

.text-wrapper .modules-area {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.text-wrapper .modules-container--module {
    margin: 0 10px;
}

    .text-wrapper .modules-container--module.static {
        flex-basis: calc(33.3% - 20px);
    }

@media(max-width: 864px) {
    .modules-container--module.static,
    .text-wrapper .modules-container--module.static {
        flex-basis: 100%;
    }

    .text-wrapper .modules-area {
        width: 100%;
    }

    .modules-area-container > h2 {
        padding: 0;
        margin-bottom: 0;
    }
}

/*Embed block*/
.embed-block {
    margin-bottom: 40px;
}

    .embed-block h2 {
        font-family: "freightneo_probold", arial, sans-serif;
        line-height: 46px;
        color: #333333;
        margin-bottom: 25px;
    }

.embed-block_embed--video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .embed-block_embed--video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

@media(max-width: 864px) {
    .embed-block {
        margin-bottom: 30px;
    }

        .embed-block h2 {
            font-size: 1.619em;
            line-height: 35px;
            margin-bottom: 17px;
        }
}

.responsive-tools .easy-read a {
    color: #000;
    font-size: 21px;
    margin-right: 40px;
}

@media(max-width: 864px) {
    .responsive-tools li.easy-read {
        display: none;
    }
}

#sidebar a.easy-read-mobile {
    padding: 10px 0;
    display: block;
    font-family: 'freightneo_probold', sans-serif;
    text-transform: uppercase;
}

/*Theme section*/
.themepage .documentlisting-block {
    margin-bottom: 40px;
}

.themepage .text-wrapper {
    margin-bottom: 50px;
}

.theme_contentarea img {
    max-width: 100%;
}

.theme_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.standardpage-main .theme_contentarea p {
    width: auto;
}

.theme_container_item {
    flex-basis: calc(50% - 20px);
}

.theme-image-block {
    height: 100%;
}

.theme-info-block {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.theme-info-block_info,
.theme-info-block_image-container {
    flex-basis: calc(50% - 20px);
}

.theme-image-block h2 {
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'freight-neo-pro';
}

.theme-info-block_info h2 {
    margin-top: 4px;
}

.theme-info-block_info .theme-info-block_info_description {
    line-height: 23px;
    font-size: 21px;
    margin-bottom: 8px;
    width: auto;
    line-height: 28px;
    font-family: 'freightneo_probook';
}

.theme-info-block_info ul li a {
    font-family: 'freightneo_probook';
    color: #457486;
    font-size: 21px;
}

    .theme-info-block_info ul li a:after {
        content: "";
        background-image: url(../images/large-arrow-blue.svg);
        height: 20px;
        width: 20px;
        background-size: 9px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: -7px;
    }

.theme_container .columncolor__green {
    background: #2aaf85;
}

.theme_container .columncolor__purple {
    background: #a94895;
}

.theme_container .columncolor__rosa {
    background: #de3378;
}

.theme_container .columncolor__blue {
    background: #288ece;
}


.default-block-preview .theme-image-block {
    max-width: 390px;
}

.theme-image-block_content {
    padding: 10px 20px;
}

    .theme-image-block_content > div {
        font-family: 'freightneo_probook';
    }

.theme-image-block_image-container,
.theme-image-block_image-container img {
    width: 100%
}

.theme-image-block_content ul {
    list-style: disc outside none;
    margin-left: 20px;
    margin-bottom: 20px;
}

.theme-image-block_content ol {
    list-style-type: decimal;
}

.theme-image-block_content p a {
    font-family: 'freightneo_probold';
}

.theme-image-block_content a:after {
    content: "";
    background-image: url(../images/large-arrow-black.svg);
    height: 21px;
    width: 14px;
    background-size: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -8px;
}

.theme_container .columncolor__green,
.theme_container .columncolor__purple,
.theme_container .columncolor__rosa,
.theme_container .columncolor__blue,
.theme_container .columncolor__green a,
.theme_container .columncolor__purple a,
.theme_container .columncolor__rosa a,
.theme_container .columncolor__blue a {
    color: #fff;
}

    .theme_container .columncolor__green a:after,
    .theme_container .columncolor__purple a:after,
    .theme_container .columncolor__rosa a:after,
    .theme_container .columncolor__blue a:after {
        background-image: url(../images/large-arrow-white.png);
    }

@media(max-width: 650px) {
    .theme-info-block,
    .theme_container {
        display: block;
    }

    .theme_container_item {
        margin-bottom: 30px;
    }

    .theme-info-block_info {
        margin-bottom: 20px;
    }
}

.text-wrapper a {
    text-decoration: underline;
}

/**
 * This is needed to make Screen9 videos responsive
 */
.s9-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*PDF Button*/

@media (min-width: 1200px) {
    #pdf-button {
        font-size: 17px;
        margin-left: 30px;
    }

    #pdf-button:after {
        margin-top: 0px;
    }
}


#pdf-button {
    background: none;
    border: none;
    padding: 0;
    color: #457486;
    cursor: pointer;
    font-family: 'freight-neo-pro', arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    padding: 5px 10px;
    position: relative;
}
@media (min-width: 1030px) {
    .standardpage-share {
        display: flex;
        align-items: center;
    }
}

#pdf-button:after {
    content: url(../images/downloadPDFIcon.svg);
    display: inline-block;
    height: 32px;
    width: 16px;
    vertical-align: middle;
}

#pdf-button:hover {
    text-decoration: underline;
}



#pdf-canvas {
    page-break-inside: avoid;
    break-inside: avoid;
}

@media print {
    body, body * {
        visibility: hidden;
    }

    aside, aside * {
        display: none;
    }

    .standardpage-share {
        display: none;
    }

    header, header * {
        display: none;
    }

    #pdf-canvas, #pdf-canvas * {
        visibility: visible;
    }

    #pdf-canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
    }

}

.event-program-info {
    border-radius: 20px 0px 20px 0px;
    padding: 50px 40px 50px 40px;
    gap: 30px;
}
.image-content {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: 0 0 30px;
    color: #ffffff;
}

@media screen and (max-width:864px) {
    .image-content {
        margin: 20px 0 0;
    }
}

.image-holder {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    flex-flow: column nowrap;
    overflow: hidden;
    background: #f2f2f2;
}

a.image-holder:hover {
    text-decoration: none;
}

    a.image-holder:hover .text-content {
        opacity: 0.8;
    }

.image-holder .image {
    overflow: hidden;
}

    .image-holder .image > img {
        display: block;
        width: 100%;
        margin: 0;
        /*float: left;*/
    }

.text-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-family: "freightneo_probold", arial, sans-serif;
    font-size: 1.190em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #dd2f79;
}

    .text-content p {
        margin: auto;
        width: 100%;
        font-size: 1em;
        font-family: "freightneo_probold", arial, sans-serif;
    }

        .text-content p img {
            display: inline;
            width: 12px;
            vertical-align: middle;
            margin: 0 0 3px;
        }

@media screen and (max-width:1024px) {
    .text-content p {
        font-size: 0.7em;
    }
}

@media screen and (max-width:864px) {
    .text-content p {
        font-size: 0.9em;
    }
}

.image-content .text-content p {
    margin: 0;
}

@media screen and (max-width:864px) {
    .image-holder {
        height: auto;
    }

    .text-content p {
        font-size: 0.75em;
    }
}

.image-content--border .image-holder {
    background: transparent;
    display: flex;
    justify-content: center;
    border: 2px solid #e5e5e5;
    padding: 44px 35px;
    background: transparent;
}

a.image-link, a.image-link:link, a.image-link:visited {
    text-decoration: none;
}

    a.image-link .image-header {
        text-decoration: underline;
    }

a:hover.image-link .image-header {
    text-decoration: none;
}

.responsive-tools {
    display: inline-block;
    float: right;
    font-size: 18px;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

.search-toggle {
    background-image: url(/Static/Styles/Images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 41px;
    -moz-background-position-y: 0;
    -o-background-position-y: 0;
    background-position-y: 0;
    padding-right: 39px;
    cursor: pointer;
    font-family: 'freightneo_promedium', arial, sans-serif;
    color: #000;
    font-size: 21px;
}

.nav-toggle {
    padding: 0 20px 0 45px;
     cursor: pointer;
}
#nav-icon4 {
    width: 30px;
    height: 26px;
    position: relative;
    vertical-align: bottom;
    margin: 0 0 0 10px;
    display: inline-block;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #3a6c7f;
    -ms-border-radius: 9px;
    border-radius: 9px;
    -ms-opacity: 1;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4.open {
    margin: 0 0 0 7px;
}

#nav-icon4 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0;
    -ms-opacity: 0;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 8px;
}


.responsive-tools li {
    display: inline-block;
   
}
#sidebar {
    display: none;
    position: fixed;
    right: 0;
    z-index: 10;
    padding: 45px 0 50px;
    background: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 12;
    top: 95px;
}

#sidebar .content {
    position: relative;
}
.sidebar-expanded:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #542b6f;
}

#sidebar li.top-item {
    display: inline-block;
    vertical-align: top;
        width: 22%;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    font-family: 'freightsans_prosemibold', sans-serif;
    font-size: 0.762em;
}
#sidebar li.top-item > span {
    margin-bottom: 20px;
    display: block;
}
#sidebar li.top-item a{
    display: block;
    font-family: 'freight-neo-pro', sans-serif;
    font-size: 18px;
    padding: 3px 0;
}

#sidebar li.top-item ul li{
    text-transform: none;
}

body.sidebar .sidebar-overlay {
    background: 0 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    background: #a6a9ad;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.headernav-top-item .selected ul, .headernav-top-item .expanded ul {
     display: none;
}

.nav-toggle.sidebar-expanded > span {
    content: "Stäng";
}

@media screen and (max-width:864px) {
    #headersearch {
        position: absolute;
    }

    #sidebar {
        padding:0 20px 50px 20px;
        background: #ffffff;
        color: #984083;
        top: 86px;
        position: absolute;
        z-index: 999999;
    }

    #sidebar.open {
        top: 162px;
    }

    #sidebar li.top-item {
        display: block;
        width: 100%;
    }
    .search-toggle {
        width: 22px;
        height: 22px;
        padding-right: 0;
    }

    .nav-toggle {
        width: 22px;
        height: 22px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: -3px;
    }

    .headernav-top-item .selected ul, .headernav-top-item .expanded ul {
         display: block;
    }
    .responsive-tools {
        /*margin-top: -3px;*/
    }

    #sidebar .content {
        padding: 0;
    }


    .nav-toggle.sidebar-expanded {
        -ms-background-size: 24px;
        background-size: 24px;
    }

    .sidebar-expanded:after {
        display: none;
    }

    #sidebar li.top-item {
        margin-right: 0;
    }

    #sidebar a{
        /*color: #ffffff;*/
        font-family: 'freightneo_promedium', sans-serif;
        font-weight: normal;
    }

    #sidebar li a {
        padding: 10px 0;
        display: block;
    }

    #sidebar .top-item ul li > ul li a {
        padding-left: 10px;
        display: block;
    }

    #sidebar li + li{
      border-top: 1px solid #ededed;
    }

     #sidebar li ul{
        border-top: 1px solid #ededed;
        padding-left: 10px;
    }

    #sidebar li.top-item > ul{
        border-top: 1px solid #ededed;
        padding-left: 0;
    }
   
    .headernav-top-item > span {
        display: block;
        width: 100%;
        text-align: center;
        padding:20px 0 10px 0;
        font-family: 'freightneo_probold', sans-serif;
        color: #1f0530;
        
    }

    #sidebar li.top-item > span {
        margin-bottom: 0;
    }

    .search-toggle {
        -ms-background-size: 22px;
        background-size: 22px;
        background-position: 0;
        -moz-background-position-y: 0;
        -o-background-position-y: 0;
        background-position-y: 0;
    }

    .search-toggle > span{
        margin-right: -999999px;
        display: none;
    }

    .nav-toggle{
        padding: 0 23px;
        -ms-background-size: 29px;
        background-size: 29px;
    }

    .nav-toggle > span{
        display: none;
    }

    #nav-icon4 {
        width: 26px;
        height: 20px;
        vertical-align: top;
    }

    #nav-icon4 span {
        height: 4px;
        width: 105%;
    }

    #nav-icon4 span:nth-child(2) {
        top: 8px;
    }

    #nav-icon4 span:nth-child(3) {
        top: 16px;
    }
    #nav-icon4.open span:nth-child(3) {
        top: 16px;
    }

    #sidebar .selected  > a{
        color: #1f0530;
    }

    #sidebar .content > ul {
        border-bottom: 1px solid #ededed;
    }

    .header-area {
        padding-bottom: 0;
    }

    .header-area.open {
        margin-top: 80px;
    }
}

@media screen and (max-width: 568px ) {

    #headersearch input[type=text] {
        width: 90%;
    }

    #headersearch input[type=submit] {
        margin: 10px 0 0 0;
    }

    .header-area.open {
        margin-top: 130px;
    }

    #sidebar.open {
        top: 215px;
    }

    .nav-toggle {
        padding: 0 20px;
    }

    .responsive-tools {
        margin-top: 0; 
    }
}
@media (max-width: 681px) {
    .top-menu-items .responsive-tools {
        margin-top: 0px;
    }
}
.no-js #sidebar {
    display: block;
    position: relative;
    top: 0;
    padding: 0 0 30px 0;
    background: #f2f2f2;
}
.no-js .header-area {
    position: relative;
}

.no-js .page-container {
    padding-top: 0;
}
.no-js .responsive-tools {
    display: none;
    position: relative;
    top: 0;
}


.no-js #sidebar li.top-item > span {
    margin-bottom: 0;
    display: block;
}

.no-js #sidebar li.top-item a {
    border-bottom: 1px solid #9387b0;
}

.no-js #sidebar:before {
    content: "Du har inte javascript aktiverat. Upplevelsen på webbplatsen kan bli annorlunda. För att webbplatsen ska fungera optimalt bör du slå på javaskript i din webbläsare.";
    padding: 10px;
    background: #9387b0;
    border: 1px solid #542b6f;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
        
}
@media (min-width: 1200px) {
    .topicpage {
        background-color: #ffffff;
        color: black;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .topicsection {
        background-color: #FFFFFF;
        color: black;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        padding: 35px 0;
        width: 1180px;
        border-radius: 0 11px 0 11px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    [class*="themepage-color-selection"] .topicsection {
        padding: 35px;
    }

    .topicpage-share {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        width: 1180px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0 30px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .topicpage-top-img {
        display: inline-block;
        width: 200px;
        height: auto;
    }

        .topicpage-top-img img {
            width: 100%;
            height: auto;
        }

    .topicpage .modules-area {
        display: flex;
        flex-flow: row wrap;
        column-gap: 60px;
    }


    .topicpage .modules-area-container {
        display: block;
        max-width: 1210px;
        margin: 0 auto;
        width: auto;
        padding: 20px 0 0 0;
    }

    .topicpage-top-content {
        display: flex;
        align-items: initial;
        width: 60%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .topicpage #pdf-button {
        font-size: 19px;
        margin-left: 350px;
    }

    .startpage_main-content .rte-block .rte-main {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .topicpage {
        padding: 0 20px;
    }

        .topicpage .modules-area {
            display: flex;
            flex-flow: row wrap;
            column-gap: 40px;
        }

    .topicpage-share {
        padding: 30px 0 30px 0;
    }

    .topicpage-top-img {
        display: none;
    }

    .topicsection {
        background-color: #ffffff;
        color: black;
        padding: 20px 20px;
    }

        .topicsection .modules-area-container {
            padding: 20px 0 0 0;
        }

    .topicpage-bottom-content .content {
        width: 100%;
        padding: 0px;
    }

    .topicpage-bottom-content .category-listing-block ul li {
        width: 75%;
        margin-bottom: 48px;
    }
}

.topicpage .modules-area-container h2 {
    padding: 0;
}

.topicpage .modules-container--module {
    margin: 0;
}

.topicpage h1 {
    margin-top: 50px;
    font-family: "freightneo_probold", arial, sans-serif;
    font-size: 2.8em;
    line-height: 1em;
    margin-bottom: 25px;
    letter-spacing: -0.2px;
}

.topicpage .content > p {
    max-width: 755px;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 11px;
}

.topicpage .topicpage-bottom-content .text-content {
    display: block;
    background-color: transparent;
    color: black;
    text-align: left;
}

    .topicpage .topicpage-bottom-content .text-content p {
        letter-spacing: 0.2px;
        line-height: 26px;
        padding-top: 7px;
    }

.topicpage .topicpage-bottom-content .image-header {
    font-family: "freightneo_probold", arial, sans-serif;
    font-size: 1em;
}

    .topicpage .topicpage-bottom-content .image-header:after {
        content: "";
        height: 25px;
        width: 18px;
        background-size: 13px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 13px;
        margin-bottom: -6px;
        background-image: url(../images/large-arrow-black.png);
    }

.topicpage .topicpage-bottom-content .themepage-color-selection--blue .image-header:after,
.topicpage .topicpage-bottom-content .themepage-color-selection--green .image-header:after,
.topicpage .topicpage-bottom-content .themepage-color-selection--pink .image-header:after,
.topicpage .topicpage-bottom-content .themepage-color-selection--greyblue .image-header:after,
.topicpage .topicpage-bottom-content .themepage-color-selection--purple .image-header:after {
    background-image: url(../images/large-arrow-white.png);
}

.topicpage .topicpage-bottom-content .text-content .sub-text {
    font-family: "freightneo_promedium", arial, sans-serif;
    font-size: 0.8em;
}

.topicpage .topicpage-bottom-content .text-content .image-header + .sub-text {
    border-top: 1px solid;
}

.topicpage .image-content .image-holder {
    background-color: transparent;
}

.text-content p.sub-text {
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 1em;
    text-decoration: none;
}

.topicpage .text-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding: 0;
}


/*todo*/
/*.topicpage .topicpage-bottom-content p:after {
    background-image: url(../images/large-arrow-black.png);
}*/

.substartpage-section .text-content h2:after {
    content: "";
    height: 25px;
    width: 18px;
    background-size: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 13px;
    margin-bottom: -6px;
    background-image: url(../images/large-arrow-white.png);
}

.startpage--sub-start .substartpage-section .startpage_hero-content {
    padding: 26px 0;
}
/*.substartpage-section .text-content p {
    font-size: 16px;
}*/
.landingpage .text-content h2:after {
    content: "";
    height: 25px;
    width: 18px;
    background-size: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 13px;
    margin-bottom: -6px;
    background-image: url(../images/large-arrow-white.png);
}

.topicpage .themepage-color-selection--blue h2:after,
.topicpage .themepage-color-selection--green h2:after,
.topicpage .themepage-color-selection--pink h2:after,
.topicpage .themepage-color-selection--greyblue h2:after,
.topicpage .themepage-color-selection--purple h2:after {
    background-image: url(../images/large-arrow-white.png);
}

.themepage-color-selection--green .breadcrumb-list a {
    color: #fff;
}

.themepage-color-selection--green .breadcrumb-list li::after {
    color: #fff;
}

.rte-block {
    margin: 60px 0 60px 0;
}

.topicpage-top-content h1 {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .substartpage-section {
        background-color: #FFFFFF;
        border-radius: 0 11px 0 11px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: black;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        padding: 35px;
        width: 1180px;
    }
}

@media (max-width: 1200px) {
    .substartpage-section {
        background-color: #FFFFFF;
        color: black;
        margin: 0 20px;
        padding: 0 20px;
    }

    .startpage--sub-start {
        padding: 20px 0 20px 0;
    }

    .substartpage-section .rte-block {
        margin: 0;
        padding-top: 10px;
    }
}

.substartpage-subheader {
    color: black;
}

.substartpage-header {
    color: black;
}

.substartpage-headers {
    width: 60%;
    padding-left: 20px;
}

.substartpage-section .image-header {
    width: 100%;
    font-size: 1.4em;
}

.topicpage p.image-header {
    width: 100%;
    font-size: 1.4em;
}

@media(min-width: 1200px) {
    .startpage_main-content .rte-block {
        display: block;
        max-width: 1210px;
        margin: 0 auto;
        padding: 20px 0 20px 0;
        width: auto;
    }

    .startpage_main-content .rte-main {
        margin: 0 20px;
    }
}

@media(max-width: 1200px) {
    .startpage_main-content .rte-main {
        margin: 0 20px;
    }
}

/*Two column block*/

@media (min-width: 1200px) {
    .twocolumnblock-content {
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0;
    }

    .twocolumnblock-container {
        margin-top: 30px;
    }

    .none-background-color .twocolumnblock-container {
        width: 1180px;
        margin: auto;
    }

    .substartpage-section .twocolumnblock-content {
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0 30px 0;
    }

    .twocolumnblock-text-content {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-right: 45px;
    }

    .twocolumnblock-text-content-left {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 45px;
    }



    .twocolumnblock-image-content {
        display: flex;
        flex-direction: column;
    }

    .twocolumnblock-image {
        display: flex;
        width: 100%;
        min-width: 200px;
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .twocolumnblock-content {
        padding: 10px 0 20px 0;
        border-bottom: 1px solid #E5E5E5;
    }

    .twocolumnblock-text-content {
        width: 100%;
    }

    .twocolumnblock-text-content-left {
        width: 100%;
    }

    .twocolumnblock-image-content {
        width: 100%;
    }

    .twocolumnblock-image {
        margin: 5px 0 0 0;
        width: 100%;
    }

    .startpage--sub-start .twocolumnblock-container {
        padding: 20px 0;
    }
}

.twocolumnblock-image-heading {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 100%;
    text-transform: uppercase;
}


.colored-paragraph {
    background-color: #2D9B7D40;
    padding: 20px;
    margin: 0;
}

.twocolumnblock-text-heading {
    margin-bottom: 0px;
    font-family: 'freightneo_probold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
}

.twocolumnblock-text-content,
.twocolumnblock-text-content-left {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'freightneo_prolight';
}

    .twocolumnblock-text-content a,
    .twocolumnblock-text-content-left a {
        color: #23586F;
        font-family: 'freightneo_probold';
        font-weight: 700;
        line-height: 22px;
        text-decoration-line: underline;
        font-size: 22px;
    }


/** Breadcrumb ny **/

.breadcrumb-v2 a {
    color: #ffffff;
    margin-left: 10px;
}

.share-text {
    float: left;
    margin-left: 30px;
}

.share-icon {
    float: left;
    margin-right: 10px;
    padding: 7px;
}

.standardpage-share--instagram {
    background: url('/Static/Styles/Images/instagram_white.svg') no-repeat center left;
    z-index: 2;
}

.standardpage-share--facebook-v2 {
    display: block;
    background: url('/Static/Styles/Images/facebook_white.svg') no-repeat center left;
    z-index: 2;
}

.standardpage-share--facebook-v2, .standardpage-share--instagram {
    margin-top: -3px;
    height: 32px;
    width: 32px;
    display: block;
    margin-right: 10px;
    float: left;
}

.rte-block h2 {
    font-family: "freightneo_probold", arial, sans-serif;
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 20px;
}


.rte-block h3 {
    font-family: "freightneo_probold", arial, sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
}

.rte-body ul {
    -webkit-padding-start: 80px;
    padding-inline-start: 80px;
}

.topicsubpage {
    padding: 50px 0 30px 0;
}

.rte-body ul, .text-wrapper ol, .text-wrapper li {
    font: normal 21px/28px 'freight-neo-pro', arial, sans-serif;
    margin: 0.2em 0em;
    padding: 0;
}

    .rte-body ul li {
        list-style: none;
        list-style-position: outside;
        margin: 0.2em 0em;
        padding-right: 20px;
        display: flex;
    }

.rte-body ol li {
    list-style: inherit;
    list-style-position: inside;
    margin: 0.2em 0em;
    padding-right: 20px;
}

.rte-body ul li:before {
    content: "•";
    height: 6px;
    width: 6px;
    display: inline-block;
    color: #333333;
    margin-right: 20px;
    vertical-align: top;
    font-size: 0.8em;
}

.rte-body ul {
    margin: 1em 1em;
}

.rte-body ol {
    margin: 1em 0em;
}

.rte-body h2.colored-paragraph {
    margin-bottom: 0;
}

.colored-paragraph + .colored-paragraph {
    padding-top: 0;
}

.text-wrapper .colored-paragraph {
    width: 90%;
}

.rte-block li.colored-paragraph {
    padding: 0.2em 40px;
    margin: 0;
}

.text-wrapper li.colored-paragraph {
    padding: 0.2em 0 0.2em 40px;
    margin: 0;
}

ul:has(.colored-paragraph) {
    margin: 0;
}

.text-wrapper ul:has(.colored-paragraph) {
    margin: 0;
}

ol:has(.colored-paragraph) {
    margin: 0;
}

.text-wrapper ol:has(.colored-paragraph) {
    margin: 0;
}

li.colored-paragraph:last-child {
    padding-bottom: 20px;
}

.rte-block a {
    text-decoration: underline;
}

.pdf-padding {
    padding: 70px !important;
}

.pdf-button-print {
    margin-left: 250px !important;
}




@media (max-width: 864px) {
    .methodlistingpage {
        flex-direction: column;
    }

    .methodlisting-text-area {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .metodbanken .section-item .item-content {
        flex-wrap: wrap;
    }

    .metodbanken .section-item .item-heading {
        width: 75% !important;
    }

    .metodbanken .section-item .item-description {
        width: 100% !important;
        padding-left: 0px !important;
        padding-top: 10px !important;
    }

    .metodbanken .section-item .item-category {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .metodbanken .section-item .item-heading {
        width: 60% !important;
    }
}

@media only screen and (max-width: 357px) {
    .metodbanken .section-item .item-heading {
        width: 100% !important;
        padding-left: 0px !important;
        padding-top: 10px;
    }
}

.metodbanken .container-block {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

.container-heading:hover {
    cursor: pointer;
    text-decoration: underline;
}

.container-heading:after {
    content: "";
    background-image: url(../Images/menu-arrow-down.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-left: 10px;
}

.container-heading.open:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}



.methodlistingpage {
    display: flex;
    margin-bottom: 30px;
}

.methodlisting-image-container {
    width: 105px;
    margin-right: 30px;
}
.methodlisting-image {
    width: 100%
}

.methodlisting-text-area {
    padding-left: 15px;
    width: 85%;
}

.methodlisting-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.metodbanken .section-group {
    margin-bottom: 30px;
}

.metodbanken .collapsibleContent {
    display: none;
}

.metodbanken .container-heading {
    color: #11524C;
    font-family: "freightneo_promedium", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
}

.metodbanken .container-content p {
    font-family: "freightneo_promedium", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin-bottom: 0px;
}

.metodbanken .container-content a {
    color: #23586F;
    font-family: "freightneo_promedium", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 22px */
    text-decoration-line: underline;
}

    .metodbanken .block-heading {
        margin-bottom: 30px;
    }

.metodbanken .section-heading {
    color: #11524C;
    font-family: 'freightneo_promedium', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 20px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.metodbanken .section-item {
    padding: 5px 20px;
    margin-top: 10px;
    padding: 10px 20px;
    background: rgba(229, 229, 229, 0.90);
}

.metodbanken .section-item .item-content {
    align-items: center;
    width: 100%;
    display: flex;
}

.metodbanken .section-item .item-image {
    border-radius: 65px;
    height: 65px;
    width: 65px;
    object-fit: cover;
}

.metodbanken .section-item .item-heading {
    color: #242424;
    font-family: 'freightneo_promedium', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    text-decoration-line: underline;
    padding-left: 30px;
    width: 415px;
}

.metodbanken .section-item .item-heading:hover {
    text-decoration-color: #adadad;
}

.metodbanken .section-item .item-description {
    color: #242424;
    font-family: 'freightneo_promedium', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    padding-left: 20px;
    width: 388px;
}

.metodbanken .section-item .item-category {
    color: #A74C98;
    text-align: right;
    font-family: 'freightneo_promedium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    padding-left: 20px;
    width: 132px;
}
#metodBankDropdown.dropdownmenu {
    background-color: #11524C;
    min-height: 748px;
}

#metodBankDropdown.dropdownmenu.open {
    background-color: #fff;
}

.dropdown-toggler-container {
    margin: auto;
    padding: 10px 0;
    width: 1180px;
}

#metodBankDropdown .mobilenav__btn {
    top: 13px;
}

#metodBankDropdown .mobilenav__subitem .mobilenav__btn {
    top: 8px;
}

#metodBankDropdown {
    display: none;
}

#metodBankDropdown.show {
    display: block;
}

#metodbanknav .dropdown-content {
    display: block;
    padding-bottom: 10px;
    margin-top: 0;
}


@media (min-width: 865px)
{
    .columns-container {
        display: flex;
        justify-content: space-between;
        margin: auto;
        gap: 20px;
    }

    .mobilenav__list {
        flex: 1;
        padding: 0;
        list-style-type: none;
    }

    #metodBankDropdown.dropdownmenu.show {
        display: block;
    }
}

#megamenuButton {
    padding-right: 20px;
}

/*Using :before since there is already :after CSS in this element*/
#megamenuButton:before {
    content: "";
    background-image: url(../Images/menu-arrow-down.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 12px;
    left: 94%;
    top: 10px;
}


@media (max-width: 864px) {
    .dropbtn-container {
        width: 340px;
    }

    #metodBankDropdown.dropdownmenu {
        display: none;
    }
}

#metodbanknav .mobilenav__btn {
    background: url(../Images/menu-arrow-down-white.svg) no-repeat 95% 50% / 1.25rem;
}

#metodbanknav .mobilenav__item--open > .mobilenav__btn,
#metodbanknav .mobilenav__item--open > .mobilenav__inner > .mobilenav__btn {
    background: url(../Images/menu-arrow-up.svg) no-repeat 95% 50% / 1.25rem;
}


#metodbanknav .mobilenav__list {
    width: 277px;
}

#metodbanknav .mobilenav__link {
    padding: 15px 0;
    border-bottom: 0.75px solid rgba(255, 255, 255, 0.50);
}

#metodbanknav a:hover {
    text-decoration-line: underline;
    text-decoration-color: #457486;
    text-decoration-thickness: 2px;
}

#metodbanknav .mega-nav-item a,
#metodbanknav .mobilenav__subitem a {
    color: #FFF;
    font-family: 'freightneo_prolight', sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
}

#metodbanknav .mega-nav-item a {
    font-weight: 600;
    padding-right: 30px;
}

#metodbanknav .mobilenav__subitem a {
    font-weight: 400;
}

#metodbanknav .mobilenav__subitem {
    border-bottom: 0.75px solid rgba(255, 255, 255, 0.50);
}

#metodbanknav .mobilenav__subitem .mobilenav__sublink {
    padding: 10px 0 10px 0;
}

#metodbanknav .mobilenav__subitem .mobilenav__subitem {
    border-bottom: none;
    position: relative;
}

#metodbanknav .mobilenav__subitem .mobilenav__subitem::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    right: 0px;
    border-top: 0.75px solid rgba(255, 255, 255, 0.50);
    width: calc(100% + 20px);
}

#metodbanknav .heading {
    margin: 50px auto 15px auto;
}

#metodbanknav .heading a {
    color: #FFF;
    font-family: 'freightneo_prolight', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

#metodbanknav .separator {
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

/*Sub level*/
#metodbanknav .mobilenav__sublist > li {
    padding-left: 20px;
}
.columncolor__green {
  background: #2aaf85;
}
.columncolor__purple {
    background: #a94895;
}
.columncolor__rosa {
    background: #de3378;
}
.columncolor__blue {
   background: #288ece;
}

.columnwidth__tio {
    width: 10%;
}
.columnwidth__tjugo {
    width: 20%;
}

.columnwidth__trettio {
    width: 30%;
}
.columnwidth__femtio {
    width: 50%;
}
.columnwidth__fyrtio {
    width: 40%;
}
.columnwidth__sextio {
    width: 60%;
}

/*.standardpage_topimagelarge__columns__col1 {
  background: #2aaf85;
  width: 20%;
}
.standardpage_topimagelarge__columns__col2 {
  background: #a94895;
  width: 20%;
}
.standardpage_topimagelarge__columns__col3 {
  width: 10%;
  background: #de3378;
}
.standardpage_topimagelarge__columns__col4 {
   background: #288ece;
  width: 50%;
}*/
.epi-form-wrapper .form-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.form-wrapper label {
    font-size: 18px;
    font-weight: 600;
}

    .epi-form-wrapper .form-wrapper .btnPrev {
        max-width: max-content !important;
      
    }
    .epi-form-wrapper .form-wrapper .btnNext {
        /*max-width: max-content !important;*/
    }

    .epi-form-wrapper .form-wrapper .FormSubmitButton {
        font-size: inherit;
    }

.epi-form-wrapper .form-wrapper input[type=submit] {
    background-color: #457486;
}

.form-wrapper .custom-textbox-group{

}

.form-wrapper .custom-textbox-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-wrapper .custom-textarea-group {

}

.form-wrapper .custom-textarea-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-wrapper .custom-form-url-group {

}

.form-wrapper .custom-form-url-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-wrapper .custom-form-selection-group{

}

.form-wrapper .custom-form-selection-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: content-box;
}

.form-wrapper .custom-form-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(41,128,189,0.5);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-form-control {
    width: 100%;
    max-width: 750px;
}

.FormParagraphText ul {
    list-style: disc;
}
.FormParagraphText ul li {
    list-style-position: inside;
}

.FormParagraphText h2 {
    font-size: 26px;
}

.annual-year-block {
    width: 90%;
}

.annual-year-block .links {
    display: flex;
    flex-direction: column;
}

.annual-year-block .links .links-column {
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.annual-year-block .links .links-column .line {
    position: absolute;
    top: 50%;
    height: 3px;
    background-color:#CAE6DE;
    z-index: 1;
    width: 350px;
}

@media (min-width: 1200px) {
    .annual-year-block .links {
        flex-direction: row;
    }

    .annual-year-block .links .links-column:first-child .line {
        width: 410px;
    }
}

.annual-year-block .links .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    margin-right: 11px;
    z-index: 2;
}


.annual-year-block .links .circle {
    color: #fff;
    background-color: #dcdcdc;
}

.annual-year-block .links a .circle {
    color: #000;
    background-color: #CAE6DE;
}

.annual-year-block .links a.active-month .circle {
    color: #000;
    background-color: #298B70;
}

.annual-year-block .links a {
    text-decoration: none;
    display: flex;
}

.accordion {
    width: 100%;
    margin-top: 10px;
}

.accordion .accord1 ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
}

.accordion .accord1 ul li:before {
    content: "";
    font-size: 0;
    display: block;
}

.accordion .accord1 li .accord-label {
    padding: 10px;
    background: #CAE6DE;
    color: #000;
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.accordion .accord1 li .accord-label p {
    margin-bottom: 0;
}

.accordion .accord1 li .accord-content p {
    margin-bottom: 0;
}

.accordion .accord1 li i {
    background-image: url(../images/arrow-down.svg);
    width: 24px;
    height: 15px;
    display:block;
    margin-top: 7px;
}

.accordion .accord1 li.active-month i {
    background-image: url(../images/arrow-up.svg);
    margin-top: 5px;
}

.accordion .accord1 li.active-month .accord-label {
    background: #2D9B7D;
    color: #fff;
}

.accordion li .accord-content {
    padding: 20px; 
    display: none;
}

.accordion li.active-month .accord-content {
    display: block;
}

.accordion li .accord-content ul {
    list-style: none;
    padding-left: 0;
}

.accordion li .accord-content ul li {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}


.accordion li .accord-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url(../images/check.svg);
}

.checked-list {
    padding: 0;
    margin-bottom: 0;
}

.checked-list > li {
    position: relative;
    display: block;
    padding-left: 1.5em !important;
}

    .textwrapper .checked-list > li:before, .checked-list > li:before {
        content: url("images/checklisticon.svg") !important;
        position: absolute;
        height: 27px !important;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        margin: auto;
        line-height: 2em;
    }

.custom-checkbox input {
    opacity: 0; /* Hide the default checkbox */
}

.custom-checkbox .checkmark {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
     
    content: url(/static/images/Uncheckedbox.svg);  
}

.custom-checkbox input:checked + .checkmark {
    content: url(/static/images/Checkedbox.svg);
}

#anchor-links-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    width: 100%;
}

.anchor-link {
    text-decoration: none;
    color: #396E8A;
    font-size: 18px;
    padding: 7px 15px 7px 15px;
    border: 1px solid #C4C4C4;
    transition: background-color 0.3s, color 0.3s;
}

    .anchor-link:hover, .anchor-link:focus {
        text-decoration: none;
    }

#anchor-links-container > .anchor-link:after {
    content: url(../images/arrow-right.svg);
    vertical-align: middle;
    float: right;
}

@media(min-width: 650px) {
    .anchor-link {
        max-width: 50%;
    }
}

@media(max-width: 1000px) {
    #anchor-links-container {
        padding-top: 20px;
    }
}



