/* Minification failed. Returning unminified contents.
(4496,51): run-time error CSS1030: Expected identifier, found ','
(4496,66): run-time error CSS1031: Expected selector, found ')'
(4496,66): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.anchor_menu {
    background-color: #ffffff;
    border-top: 7px solid #27769f;
    display: none;
    margin-bottom: 30px;
}

    .anchor_menu .anchor_menu_heading_legible {
        padding: 15px 20px !important;
        margin: 0 !important;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        border-bottom: 2px solid;
    }

    .anchor_menu.show {
        display: block;
    }

    .anchor_menu h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        padding: 10px 20px;
    }

    .anchor_menu ul {
        margin: 0;
        padding: 0;
    }

        .anchor_menu ul li {
            border-top: 2px solid #f5f3f0;
            list-style-type: none;
            padding: 0;
            position: relative;
        }

            .anchor_menu ul li a {
                color: #000000 !important;
                display: block;
                font-size: 12px;
                padding: 14px 20px;
                position: relative;
                z-index: 1;
            }

                .anchor_menu ul li a:hover {
                    cursor: pointer;
                }

                .anchor_menu ul li a:focus {
                    text-decoration: underline;
                }

/* Aside anchor menu */
.aside_anchor_menu_container {
    display: none;
}

    .aside_anchor_menu_container.show {
        display: block;
    }

    .aside_anchor_menu_container.fixed {
        margin-top: 10px;
        position: fixed;
        top: 0;
        right: 0;
    }

    .aside_anchor_menu_container .anchor_menu {
        display: none;
        transition: opacity 0.3s linear;
        opacity: 1;
    }

        .aside_anchor_menu_container .anchor_menu.visually_hidden_aside {
            opacity: 0;
        }

        .aside_anchor_menu_container .anchor_menu ul li a {
            padding-left: 38px;
        }

        .aside_anchor_menu_container .anchor_menu ul li:before {
            content: '\f105' !important;
            font-family: 'fontello';
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            left: 20px;
            top: calc(50% - 9px);
        }

        .aside_anchor_menu_container .anchor_menu ul li:after {
            content: "";
        }

        .aside_anchor_menu_container .anchor_menu ul li.current a {
            font-weight: bold;
        }

        .aside_anchor_menu_container .anchor_menu ul li.current:before {
            color: #27769f;
            content: '\f138' !important;
            left: 15px;
        }

h2[id^=h2-]:focus {
    outline: none;
    text-decoration: underline;
}

/* Main anchor menu */
.main_content .anchor_menu h2 {
    padding: 15px 20px;
}

.main_content .anchor_menu ul li:before {
    color: #000000 !important;
    content: '\f105' !important;
    font-family: 'fontello';
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: calc(50% - 12.5px);
}

.main_content .anchor_menu ul li:after {
    content: "";
}

.main_content .anchor_menu ul li a {
    font-size: 12px;
    line-height: 1.3;
    padding: 18px 20px 18px 38px;
}

/* Desktop up */
@media only screen and (min-width: 1024px) {
    .main_content .anchor_menu h2 {
        padding: 10px 20px;
    }

    .main_content .anchor_menu ul li:before {
        content: "" !important;
    }

    .main_content .anchor_menu ul li:after {
        content: '\f105';
        font-family: 'fontello';
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: calc(50% - 12.5px);
    }

    .main_content .anchor_menu ul li a {
        font-size: 18px;
        line-height: 1.44;
        padding: 14px 20px;
    }
}

.share {
    margin: 25px 0;
    position: relative;
}

    .share .button-primary {
        padding: 2px 16.5px;
    }

        .share .button-primary:focus {
            outline: none;
        }

    .share .shareContent {
        background: #27769f;
        border-radius: 15.5px;
        color: #ffffff;
        position: absolute;
        top: -40px;
        left: 0;
        padding: 7px 1.5px;
    }

        .share .shareContent[aria-hidden="true"] {
            display: none;
        }

        .share .shareContent[aria-hidden="false"] {
            display: block;
        }

        .share .shareContent:before {
            position: absolute;
            bottom: -3px;
            left: 32px;
            color: #27769f;
            transform: rotate(180deg);
            margin: 0;
        }

        .share .shareContent a,
        .share .shareContent a:before {
            color: #ffffff;
        }

            .share .shareContent a:before {
                font-size: 16px;
                margin: 0;
                padding: 2px 7.5px;
            }

            .share .shareContent a:focus {
                outline: none;
            }

/* User tabbing */
.user_tabbing .share button.button-primary:focus {
    outline: 1px solid #000000;
}

.user_tabbing .share .shareContent a:focus {
    outline: 1px solid #ffffff;
}

/* Small tablet up */
@media only screen and (min-width: 768px) {
    .share .shareContent {
        left: -30px;
    }

        .share .shareContent:before {
            left: calc(50% - 5px);
        }
}

/* Shortcuts */
.shortcuts {
    background: #ffffff;
    padding: 20px 20px 8px 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 1680px;
}

    .shortcuts h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        padding: 0 0 10px 0;
    }

    .shortcuts ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .shortcuts ul li {
            margin-bottom: 12px;
            position: relative;
            width: 100%;
        }

            .shortcuts ul li a {
                border: 1px solid #27769f;
                border-radius: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 36px;
                color: #000000;
                font-size: 14px;
                line-height: normal;
                padding: 0;
                text-align: center;
                width: 100%;
            }

                .shortcuts ul li a:before {
                    position: absolute;
                    right: 12px;
                    top: calc(50% - 5.5px);
                    font-size: 11px;
                }

                .shortcuts ul li a:hover,
                .shortcuts ul li a:focus {
                    background: #27769f;
                    color: #ffffff;
                    text-decoration: none;
                }

                .shortcuts ul li a:active {
                    background-color: #deeaf0 !important;
                    color: #000000;
                }

                .shortcuts ul li a span {
                    padding: 4px 30px;
                }

.shortcuts_link {
    display: flex;
    flex-direction: row;
    align-items: center; 
}

.shortcuts_icon {
    height: 25px; 
}

.shortcuts svg.shortcuts_icon .cls-1 {
    fill: #000; 
}

.shortcuts_link:hover svg.shortcuts_icon .cls-1 {
    fill: #fff;
}

.shortcuts ul li .shortcuts_link .shortcuts_text {
    padding: 4px 10px;
}

.shortcuts ul li a:hover .st0 {
    fill: #fff;
}

.shortcuts_link:hover svg {
    fill: #fff;
    filter: brightness(100);
}

@media only screen and (min-width: 768px) {
    .shortcuts {
        padding: 18px 10px 14px 10px;
    }

        .shortcuts h2 {
            font-size: 25px;
            line-height: 1.24;
            margin: 0 15px 0 15px;
            padding: 0 0 20px 0;
        }

        .shortcuts ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; 
        }

            .shortcuts ul li {
                margin: 0 7.5px 12px 7.5px;
                width: calc(50% - 17px);
            }

                .shortcuts ul li a {
                    border-radius: 22.5px;
                    font-weight: bold;
                    min-height: 46px;
                    height: 46px;
                }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .shortcuts + .block_row {
        margin-top: 55px;
    }

    .buppage .shortcuts + .block_row {
        margin-top: 35px;
    }

    .shortcuts {
        padding: 18px 0 14px 0;
    }

        .shortcuts .shortcuts_container {
            margin: 0 auto;
            max-width: 890px;
        }

        .shortcuts .shortcuts_container-4 {
            margin: 0 auto;
            max-width: 1110px;
        }

        .shortcuts ul li {
            margin: 0 10px 12px 10px;
            width: calc(33.3% - 22px);
        }

        .shortcuts-quarter{
            width: calc(25% - 22px) !important;
        }
}
.skip-to-content {
    position: relative;
    z-index: 1000;
}

    .skip-to-content .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        overflow: hidden;
        margin: 0 auto;
        width: auto;
    }

    .skip-to-content a.skip:active,
    .skip-to-content a.skip:focus,
    .skip-to-content a.skip:hover {
        background-color: #deeaf0;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.38;
        padding: 8px 0;
        position: fixed;
        left: 0;
        top: 0;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: auto;
        overflow: visible;
    }
.breadcrumb {
    margin-bottom: 7px;
    width: 100%;
}

    .breadcrumb ul {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        border-right: none;
        border-radius: 21px;
        font-size: 12px;
        list-style-type: none;
        margin: 0;
        margin-left: 0 !important;
        height: auto;
        padding: 0;
    }

        .breadcrumb ul li {
            display: inline-block;
            float: left;
            height: 23px;
            padding: 0 0 8px 0;
        }

            .breadcrumb ul li:before {
                content: "" !important;
            }

            .breadcrumb ul li a {
                border: 1px solid #27769f;
                border-radius: 21px;
                color: #4a4a4a;
                display: block;
                line-height: normal;
                padding: 1.5px 12px 3.5px 14px;
            }

                .breadcrumb ul li a:hover span.text,
                .breadcrumb ul li a:focus span.text {
                    text-decoration: underline;
                }

                .breadcrumb ul li a:before {
                    content: '\e80b';
                    color: #000000;
                    font-family: 'fontello';
                    font-size: 9px;
                    position: relative;
                    bottom: -0.5px;
                    left: -4px;
                }

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .breadcrumb {
        margin-bottom: 30px;
    }

        .breadcrumb ul {
            border: 1px solid #27769f;
        }

            .breadcrumb ul li {
                height: 21px;
                padding: 0;
            }

                .breadcrumb ul li a {
                    border: none;
                    display: inline-block;
                }

                .breadcrumb ul li:first-child a {
                    padding-left: 20px;
                }

                .breadcrumb ul li span.current {
                    background: #27769f;
                    border-radius: 21px;
                    color: #ffffff;
                    display: inline-block;
                    font-weight: bold;
                    line-height: normal;
                    margin-left: 10px;
                    padding: 2.5px 20px 3.5px 20px;
                    position: relative;
                    top: -1px;
                    right: -1px;
                }

                .breadcrumb ul li a:before {
                    content: "";
                    display: none;
                }

                .breadcrumb ul li a:after {
                    content: '\e809';
                    color: #000000;
                    font-family: 'fontello';
                    font-size: 9px;
                    position: relative;
                    bottom: 0;
                    left: 10px;
                }
}

ul.dropdown {
    list-style: none;
    position: relative;
    border: 1px solid #666666;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 45px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
}

.dropdown .dropdown__label {
    position: absolute;
    top: -9px;
    left: 15px;
    background: #fff;
    color: #666666;
    font-size: 12px;
}

.dropdown .dropdown__arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 60px;
}

.dropdown li.dropdown__arrow:after {
    font-family: fontello;
    content: '\e80c';
    position: absolute;
    font-size: 12px;
    right: 20px;
    top: calc(50% - 6px);
    pointer-events: none;
}

.dropdown li.dropdown__arrow.expanded:after {
    transform: rotate(-180deg);
}

.dropdown .dropdown__list {
    background: #ffffff;
    height: auto;
    width: 100%;
    position: absolute;
    left: -1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #666666;
    transition: opacity .1s cubic-bezier(0, 0, 0.38, 0.9), max-height .5s cubic-bezier(0, 0, 0.38, 0.9);
    overflow: hidden;
    opacity: 0;
    max-height: 300px;
    z-index: -1;
}

.dropdown .dropdown__list-item {
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
    font-size: 12px;
    color: #000000;
    padding: 0;
    transition: background-color .1s linear, color .1s linear;
    color: #444444;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .dropdown .dropdown__list-item:last-of-type {
        border-bottom: none;
    }

    .dropdown .dropdown__list-item a {
        color: #000000;
    }

    .dropdown .dropdown__list-item--padding,
    .dropdown .dropdown__list-item label {
        border-radius: 0;
        display: block;
        padding: 10px 15px;
    }

.dropdown .dropdown__list-container {
    position: relative;
}

.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown .dropdown__list-item .checked label:focus,
.dropdown .dropdown__list-item a:hover,
.dropdown .dropdown__list-item a:focus
.dropdown .dropdown__list-item:hover,
.dropdown .dropdown__list-item:focus {
    background-color: transparent;
    color: #000000;
    outline: none;
}

.dropdown .dropdown__selected {
    font-size: 12px;
    color: #666666;
    padding: 14px 45px 14px 10px;
    margin: 0;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 54px);
}

    .dropdown .dropdown__selected:focus {
        background: #fffbc0;
        outline: none;
    }

.dropdown .dropdown__list.open {
    opacity: 1;
    overflow: auto;
    min-height: 112px;
    z-index: 1;
}

/* Dropdown with links */
.dropdown--links .dropdown__list-item {
    padding: 0;
}

    .dropdown--links .dropdown__list-item a {
        display: block;
        padding: 10px 15px;
    }

        .dropdown--links .dropdown__list-item a:focus {
            outline: none;
        }

.categories_container .dropdown .dropdown__list.open {
    z-index: 2;
}

.user_tabbing .dropdown .dropdown__list-item a:hover,
.user_tabbing .dropdown .dropdown__list-item a:focus,
.user_tabbing .dropdown .dropdown__list-item label:focus,
.user_tabbing .dropdown .dropdown__list-item:hover,
.user_tabbing .dropdown .dropdown__list-item:focus,
.user_tabbing .dropdown .dropdown__selected:focus,
.user_tabbing .dropdown--links .dropdown__list-item a:focus {
    background-color: #fffbc0;
    outline: 1px solid #000000;
    outline-offset: -1px;
}

.EPiServerForms {
    background-color: #ffffff;
    margin: 20px 0;
}

@media only screen and (min-width: 1023px) {
    .EPiServerForms {
        margin: 30px 0;
        max-width: 390px;
    }
}

.EPiServerForms--FullWidth {
    max-width: 100%;
}

.EPiServerForms .Form__MainBody {
    overflow: auto;
    padding: 8px 20px 8px 20px;
}

@media only screen and (min-width: 768px) {
    .EPiServerForms .Form__MainBody {
        padding-bottom: 12px;
    }
}

.EPiServerForms aside {
    margin: 10px 0;
}

.EPiServerForms .Form__Title {
    background-color: #27769f;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
    padding: 15px 20px;
}

.EPiServerForms .Form__Description {
    font-size: 14px !important;
    margin: 0;
    padding: 20px 20px 0 20px;
}

.EPiServerForms .FormStep__Description,
.EPiServerForms .Form__Element.FormParagraphText p {
    font-size: 14px !important;
}

.EPiServerForms .Form__Element .Form__Element__Caption {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 2px 0;
}

.Form__Status .Form__Warning__Message {
    display: block;
    margin: 0;
    color: #a93121 !important;
    font-size: 14px;
    border: 2px solid #a93121;
}

.Form__Status .Form__Success__Message {
    background-color: transparent !important;
    font-size: 16px;
    margin: 0 !important;
    padding: 15px 20px !important;
}

.Form__Status .Form__Status__Message {
    background-color: transparent !important;
    font-size: 16px;
    margin: 15px 0 0 0 !important;
    padding: 15px 20px !important;
}

    .Form__Status .Form__Status__Message.hide {
        display: none;
        margin: 0 !important;
    }

.Form__Element .custom-header-element {
    margin: 0 !important;
    padding: 0;
}

.Form__Element .custom-header-element__label {
    font-weight: bold;
    font-size: 18px !important;
    padding: 0 !important;
}

.Form__Element {
    display: inline-block;
    margin: 0 !important;
    padding: 5px 0;
    width: 100%;
}

    .Form__Element fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

.Form__Element__ValidationError {
    color: #a93121 !important;
    display: block;
    font-size: 12px;
    padding: 0;
    width: 100%;
}

@media only screen and (min-width: 1023px) {
    .Form__Element__ValidationError {
        font-size: 14px;
    }
}

.Form__Element.FormChoice label,
.Form__Element.ValidationRequired.FormChoice label {
    display: block;
}

.formMultiSteps .Form__Element.FormChoice label:after {
    font-size: unset;
}

.Form__Element.FormChoice label:after {
    content: '';
    font-size: 18px;
}

.Form__Element.ValidationRequired.FormChoice .Form__Element__Caption {
    min-width: 0;
    width: auto;
}

    .Form__Element.ValidationRequired.FormChoice .Form__Element__Caption:after {
        content: '';
    }

.Form__Element.ValidationRequired label {
    display: inline-block;
    min-width: 0;
    width: auto;
}

    .Form__Element.ValidationRequired label:after {
        content: '';
    }

.FormCaptcha {
    margin-top: 35px;
    position: relative;
}

    .FormCaptcha .Form__Element__Caption {
        font-size: 16px;
    }

        .FormCaptcha .Form__Element__Caption img {
            width: 50%;
        }

    .FormCaptcha .FormCaptcha__Input {
        border: 1px solid #000000;
        width: 120px;
        height: 40px !important;
        font-size: 12px;
        padding: 0 10px;
    }

    .FormCaptcha .FormCaptcha__Refresh {
        background-color: transparent !important;
        border: none;
        color: #27769f;
        cursor: pointer;
        font-size: 14px !important;
        font-style: italic;
        padding: 11.5px 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 100px;
        text-decoration: underline;
    }

        .FormCaptcha .FormCaptcha__Refresh:hover {
            text-decoration: none;
        }

        .FormCaptcha .FormCaptcha__Refresh:active {
            color: #deeaf0;
        }

        .FormCaptcha .FormCaptcha__Refresh.disabled {
            background-color: transparent;
            border-color: #666666;
            color: #666666;
            cursor: not-allowed;
        }

    .FormCaptcha button {
        float: right;
        font-weight: normal;
    }

    .FormCaptcha img {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

.Form__Element.FormSelection.ValidationFail input {
    border-color: #a93121;
}

.Form__Element.FormSelection.ValidationFail select {
    border-color: #a93121;
}

.Form__Element.FormTextbox {
    position: relative;
}

    .Form__Element.FormTextbox label {
        width: 100%;
        font-size: 16px;
        transition: font-size 0.4s ease-in-out, top 0.4s ease-in-out, color 0.4s ease-in-out;
        -webkit-transition: font-size 0.4s ease-in-out, top 0.4s ease-in-out, color 0.4s ease-in-out;
    }

    .Form__Element.FormTextbox input {
        border: 1px solid #000000;
        height: 38px;
        line-height: 38px;
        box-shadow: none;
        font-size: 12px !important;
        font-weight: normal;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

        .Form__Element.FormTextbox input[type=number]::-webkit-inner-spin-button,
        .Form__Element.FormTextbox input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .Form__Element.FormTextbox input:focus {
            background-color: #fffbc0;
            outline: initial;
            box-shadow: none;
            border: 1px solid #000000;
        }

            .Form__Element.FormTextbox input:focus::-webkit-input-placeholder {
                color: #000000;
            }

            .Form__Element.FormTextbox input:focus::-moz-placeholder {
                color: #000000;
            }

            .Form__Element.FormTextbox input:focus:-ms-input-placeholder {
                color: #000000;
            }

            .Form__Element.FormTextbox input:focus:-moz-placeholder {
                color: #000000;
            }

        .Form__Element.FormTextbox input::-webkit-input-placeholder {
            color: #666666;
            font-size: 12px;
            opacity: 0.7;
        }

        .Form__Element.FormTextbox input::-moz-placeholder {
            color: #666666;
            font-size: 12px;
            opacity: 0.7;
        }

        .Form__Element.FormTextbox input:-ms-input-placeholder {
            color: #666666;
            font-size: 12px;
            opacity: 0.7;
        }

        .Form__Element.FormTextbox input:-moz-placeholder {
            color: #666666;
            font-size: 12px;
            opacity: 0.7;
        }

.Form__Element.FormTextbox--Textarea textarea {
    border: 1px solid #000000;
    box-shadow: none;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    height: 86px;
    padding: 10px;
    width: calc(100% - 22px);
}

    .Form__Element.FormTextbox--Textarea textarea:focus {
        background-color: #fffbc0;
        outline: none;
    }

    .Form__Element.FormTextbox--Textarea textarea:-moz-placeholder {
        color: #666666;
    }

    .Form__Element.FormTextbox--Textarea textarea:-ms-input-placeholder {
        color: #666666;
    }

    .Form__Element.FormTextbox--Textarea textarea::-moz-placeholder {
        color: #666666;
    }

    .Form__Element.FormTextbox--Textarea textarea::-webkit-input-placeholder {
        color: #666666;
    }

    .Form__Element.FormTextbox--Textarea textarea:focus:-moz-placeholder {
        color: #000000;
    }

    .Form__Element.FormTextbox--Textarea textarea:focus:-ms-input-placeholder {
        color: #000000;
    }

    .Form__Element.FormTextbox--Textarea textarea:focus::-moz-placeholder {
        color: #000000;
    }

    .Form__Element.FormTextbox--Textarea textarea:focus::-webkit-input-placeholder {
        color: #000000;
    }

.Form__Element.FormTextbox.ValidationFail input {
    border-color: #a93121;
}

.Form__Element.FormTextbox.ValidationFail textarea {
    border-color: #a93121;
}



.Form__Element.FormTextbox.active-input label {
    top: 0;
    /*color: mediumpurple;*/ /* TODO! */
    font-size: 11px;
}

.Form__Element.FormTextbox.active-input.FormTextbox--Textarea textarea {
    height: 92px;
    overflow: visible;
}

.Form__Element.FormRange {
    margin-bottom: 15px;
}

    .Form__Element.FormRange label + span {
        position: relative;
        display: block;
        width: 100%;
        min-height: 50px;
    }

    .Form__Element.FormRange input[type=range] {
        width: 100%;
        max-width: 100%;
        -webkit-appearance: none;
    }

        .Form__Element.FormRange input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            border-radius: 0px;
            border: none;
            background: #d7d7d7;
        }

        .Form__Element.FormRange input[type=range]::-webkit-slider-thumb {
            width: 17px;
            height: 17px;
            margin-top: -7.5px;
            -webkit-appearance: none;
            cursor: pointer;
            border-radius: 50%;
            border: none;
            background: #27769f;
        }

        .Form__Element.FormRange input[type=range]::-moz-range-track {
            width: 100%;
            height: 2px;
            margin: 0 0 10px;
            cursor: pointer;
            border-radius: 0;
            border: none;
            background: #d7d7d7;
        }

        .Form__Element.FormRange input[type=range]::-moz-range-progress {
            background: #000000;
        }

        .Form__Element.FormRange input[type=range]::-moz-range-thumb {
            height: 17px;
            width: 17px;
            cursor: pointer;
            border-radius: 50%;
            border: none;
            background: #27769f;
        }

        .Form__Element.FormRange input[type=range]::-ms-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            color: transparent;
            border-width: 8px 0;
            border-color: transparent;
            background: transparent;
        }

        .Form__Element.FormRange input[type=range]::-ms-fill-lower {
            border: none;
            border-radius: 0;
            background: #000000;
        }

        .Form__Element.FormRange input[type=range]::-ms-fill-upper {
            border: none;
            border-radius: 0;
            background: #d7d7d7;
        }

        .Form__Element.FormRange input[type=range]::-ms-thumb {
            width: 17px;
            height: 17px;
            cursor: pointer;
            border-radius: 50%;
            border: none;
            background: #27769f;
        }

        .Form__Element.FormRange input[type=range]::-ms-tooltip {
            display: none;
        }

        .Form__Element.FormRange input[type=range]:focus {
        }

            .Form__Element.FormRange input[type=range]:focus::-webkit-slider-runnable-track {
                background: #dadada;
            }

            .Form__Element.FormRange input[type=range]:focus::-ms-fill-lower {
                background: #000000;
            }

            .Form__Element.FormRange input[type=range]:focus::-ms-fill-upper {
                background: #d7d7d7;
            }

    .Form__Element.FormRange .FormRange__Min {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #000000;
        font-size: 14px;
    }

    .Form__Element.FormRange .FormRange__Max {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #000000;
        font-size: 14px;
    }

    .Form__Element.FormRange .FormRange__Value {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 30px;
        margin: 0 0 0 -10px;
        text-align: center;
        color: #27769f;
        font-weight: bold;
        font-size: 14px;
        background: #ffffff;
    }

.Form__Element.FormSelection .Form__Element__Caption {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
}

.Form__Element.FormSelection select {
    border: solid 1px #000000;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    width: 100%;
    /*-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;*/
}

    /*.Form__Element FormSelection[data-f-type="selection"] {
        position: relative;
    }*/

    /*.Form__Element FormSelection[data-f-type="selection"]:after {
        font-family: 'fontello';
        content: '\e80c';
        color: #000000;
        position: absolute;
        right: 10px;
        bottom: 20px;
    }*/

    .Form__Element.FormSelection select:focus {
        background-color: #fffbc0;
        border-color: #000000;
        box-shadow: none;
        color: #000000;
        outline: none;
    }

    .Form__Element.FormSelection select option {
        background-color: #ffffff !important;
        color: #000000 !important;
        cursor: pointer;
        font-size: 14px;
        width: inherit;
    }

.Form__Element.FormChoice .Form__Element__Caption {
    display: block;
    font-size: 14px;
    margin: 0;
}

.Form__Element.FormChoice label {
    display: block;
    position: relative;
    margin: 0;
    padding: 6px 0 10px 0;
    line-height: 1;
    overflow: hidden;
}

@media only screen and (min-width: 1023px) {
    .Form__Element.FormChoice label {
        padding: 2px 0 6px 0;
    }
}

.Form__Element.FormChoice label:hover {
    cursor: pointer;
}

.Form__Element.FormChoice input[type="radio"],
.Form__Element.FormChoice input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.user_tabbing .Form__Element.FormChoice input[type="checkbox"]:focus + span:before {
    outline: 1px solid #27769f;
}

.user_tabbing .Form__Element.FormChoice input[type="radio"]:focus + span:before {
    box-shadow: 0 0 0 1px #27769f;
    border-radius: 50%;
}

.Form__Element.FormChoice input[type="checkbox"] + span {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    padding: 0;
}

    .Form__Element.FormChoice input[type="checkbox"] + span:before {
        border: 1px solid #000000;
        content: '';
        margin-right: 8px;
        display: inline-block;
        vertical-align: text-top;
        width: 15px;
        height: 15px;
        background: #ffffff;
        position: relative;
        top: -0.5px;
        left: 2px;
    }

@media only screen and (min-width: 1023px) {
    .Form__Element.FormChoice input[type="checkbox"] + span:before {
        width: 10px;
        height: 10px;
        top: 2px;
    }
}

.Form__Element.FormChoice input[type="checkbox"]:checked + span:before {
    background: #ffffff;
}

.Form__Element.FormChoice input[type="checkbox"]:disabled + span {
    color: #666666;
    cursor: auto;
}

    .Form__Element.FormChoice input[type="checkbox"]:disabled + span:hover {
        cursor: default;
    }


    .Form__Element.FormChoice input[type="checkbox"]:disabled + span:before {
        border-color: #666666;
    }

.Form__Element.FormChoice input[type="checkbox"]:checked + span:after {
    color: #000000;
    content: '\e803';
    font-family: 'fontello';
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 2px;
}

@media only screen and (min-width: 1023px) {
    .Form__Element.FormChoice input[type="checkbox"]:checked + span:after {
        font-size: 10px;
        left: 3.5px;
        top: 3px;
    }
}

.Form__Element.FormChoice input[type="checkbox"] + span.choice
.Form__Element.FormChoice input[type="radio"] + span.choice {
    position: relative;
}

.Form__Element.FormChoice input[type="radio"] + span:before {
    border: 1px solid #000000;
    border-radius: 50%;
    content: '';
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #ffffff;
    position: relative;
    top: -2px;
    left: 2px;
}

@media only screen and (min-width: 1023px) {
    .Form__Element.FormChoice input[type="radio"] + span:before {
        width: 10px;
        height: 10px;
        top: -5.5px;
    }
}

.Form__Element.FormChoice input[type="radio"]:checked + span:after {
    background-color: #000000;
    border-radius: 50%;
    content: "";
    height: 9px;
    width: 9px;
    font-weight: normal;
    position: absolute;
    left: 6px;
    top: 13px;
}

.formMultiSteps .Form__Element.FormChoice input[type="radio"]:checked + span:after {
    top: 10px;
}

@media only screen and (min-width: 1023px) {
    .Form__Element.FormChoice input[type="radio"]:checked + span:after {
        height: 6px;
        width: 6px;
        left: 5px;
        top: 7px;
    }

    .formOneStep .Form__Element.FormChoice input[type="radio"]:checked + span:after {
        top: 10px;
    }

    .formMultiSteps .Form__Element.FormChoice input[type="radio"]:checked + span:after {
        top: 7px;
    }
}

.Form__Element.FormChoice input[type="radio"]:disabled + span:before {
    background-color: #ffffff;
    border-color: #666666;
}

.Form__Element.FormChoice input[type="radio"]:disabled + span:hover {
    cursor: not-allowed;
}

.Form__Element.FormChoice input[type="radio"] + span {
    font-size: 12px;
    line-height: normal;
}

    .Form__Element.FormChoice input[type="radio"] + span:hover {
        cursor: pointer;
    }

    .Form__Element.FormChoice input[type="radio"] + span:before {
        vertical-align: -6px;
    }

.Form__Element.FormChoice.ValidationFail label {
    color: #a93121;
}

.Form__Element.FormChoice.ValidationFail input[type="checkbox"] + span:after {
}

.Form__Element.FormChoice.ValidationFail input[type="checkbox"] + span:checked + span:after {
}

.Form__Element.FormChoice.ValidationFail input[type="checkbox"] + span:checked + span:before {
}

.Form__Element.FormChoice.ValidationFail input[type="radio"] + span:after {
}

.Form__Element.FormChoice.ValidationFail input[type="radio"]:checked + span:after {
    top: 10px;
}

.Form__Element.FormChoice.ValidationFail .Form__Element__ValidationError {
    margin-top: 0;
}

.Form__Element.FormChoice--Image .FormChoice--Image__Item {
    display: block;
    max-width: 100%;
    margin: 0 30px 0 0;
    padding: 0;
    text-align: left;
}

    .Form__Element.FormChoice--Image .FormChoice--Image__Item .choice {
        display: inline-block;
        padding-top: 0;
    }

    .Form__Element.FormChoice--Image .FormChoice--Image__Item input[type="radio"] + span:before {
        top: 4px;
        left: 2px;
    }

.Form__Element.FormChoice--Image .FormChoice--Image__Item__Caption {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    padding: 0 0 10px 10px;
    line-height: 20px;
    letter-spacing: 0;
}

.Form__Element.FormChoice--Agree label {
    display: flex !important;
}

    .Form__Element.FormChoice--Agree label p {
        font-style: normal;
        font-size: 12px;
        line-height: 1.33;
    }

        .Form__Element.FormChoice--Agree label p a:active {
            outline: none;
        }

.Form__Element.FormChoice--Agree input[type="checkbox"] + span:before {
    margin-right: 12px;
}

.Form__Element.FormFileUpload {
    position: relative;
}

    .Form__Element .FormFileUpload .wrap {
        margin-right: 0;
        margin-left: 0;
        position: relative;
        padding: 18px 0;
        align-items: center;
        -webkit-align-items: center;
    }

.Form__Element .FormFileUpload__Input {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

    .Form__Element .FormFileUpload__Input:focus + span.FormFileUpload__Btn {
        outline: 1px solid #000000 !important;
    }

    .Form__Element .FormFileUpload__Input:hover {
        cursor: pointer;
    }

.Form__Element .FormFileUpload__Btn {
    font-size: 14px;
    border-radius: 21px;
    display: block;
    float: left;
    width: 110px;
    height: 30px;
    margin: 0 21px 0 0;
    padding: 0;
    text-align: center;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    border: 1px solid #000000;
    background: #ffffff;
    position: relative;
    top: -15px;
}

.Form__Element .FormFileUpload__Txt {
    color: #000000;
    display: block;
    float: left;
    margin-top: 10px;
    width: auto;
    padding-left: 0;
    position: relative;
    top: -15px;
}

.FormResetButton {
    display: block;
    background-color: transparent;
    border: none;
    color: #27769f;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-style: italic;
    text-decoration: underline;
    width: 100%;
}

    .FormResetButton:focus,
    .FormResetButton:active {
        outline: none !important;
    }

.user_tabbing .FormResetButton:focus {
    outline: 1px solid #000000 !important;
}

@media only screen and (min-width: 768px) {
    .FormResetButton {
        display: inline-block;
        float: right;
        line-height: 42px;
        margin: 8px 0 8px 0 !important;
        text-align: right;
        width: auto;
    }
}

.FormResetButton:hover:enabled {
    background-color: transparent;
    border: none;
    color: #27769f;
    cursor: pointer;
    text-decoration: none;
}

.FormResetButton:active:enabled {
    border: none;
    color: #000000;
    cursor: pointer;
}

.FormResetButton.disabled {
    background-color: transparent;
    border: none;
    color: #666666;
    cursor: not-allowed;
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action,
.Form__NavigationBar button.btnNext,
.Form__NavigationBar button.btnPrev,
.FormSubmitButton {
    background-color: #ffffff;
    border: 1px solid #27769f !important;
    border-radius: 21px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold;
    height: 42px !important;
    line-height: 42px !important;
    margin: 8px 0 8px 0 !important;
    padding: 0 28px !important;
    max-width: none;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action,
    .Form__NavigationBar button.btnNext,
    .Form__NavigationBar button.btnPrev,
    .FormSubmitButton {
        width: auto;
    }
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus:enabled,
.Form__NavigationBar button.btnNext:focus:enabled,
.Form__NavigationBar button.btnPrev:focus:enabled,
.FormSubmitButton:focus:enabled {
    background-color: #27769f;
    color: #ffffff !important;
    outline: none;
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:active:enabled,
.Form__NavigationBar button.btnNext:active:enabled,
.Form__NavigationBar button.btnPrev:active:enabled,
.FormSubmitButton:active:enabled {
    background-color: #deeaf0;
    color: #000000 !important;
}

.user_tabbing .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus:enabled,
.user_tabbing .Form__NavigationBar button.btnNext:focus:enabled,
.user_tabbing .Form__NavigationBar button.btnPrev:focus:enabled,
.user_tabbing .EPiServerForms .FormSubmitButton:focus:enabled {
    outline: 1px solid #000000;
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.disabled,
.EPiServerForms .FormSubmitButton.disabled {
    background-color: transparent !important;
    border: 1px solid #666666 !important;
    border-color: #666666 !important;
    color: #666666 !important;
    cursor: not-allowed;
    opacity: 1 !important;
}

.EPiServerForms .Form__NavigationBar button.btnNext:disabled,
.EPiServerForms .Form__NavigationBar button.btnPrev:disabled {
    display: none !important;
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover:enabled,
.EPiServerForms .Form__NavigationBar button.btnNext:hover:enabled,
.EPiServerForms .Form__NavigationBar button.btnPrev:hover:enabled,
.EPiServerForms .FormSubmitButton:hover:enabled {
    background-color: #27769f !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

.Form__NavigationBar {
    position: relative;
    margin: 0;
    padding: 0;
}

    .Form__NavigationBar button {
        background-color: #27769f;
        background-image: none !important;
        border: none !important;
        border-radius: 2px !important;
        color: #ffffff !important;
        display: inline-block !important;
        font-size: 14px !important;
        font-weight: bold !important;
        height: 50px !important;
        line-height: 1.3 !important;
        padding: 15px 10px 13px 10px !important;
        text-align: center !important;
    }

        .Form__NavigationBar button:disabled {
            background-color: transparent !important;
            color: #666666 !important;
        }

        .Form__NavigationBar button:hover:enabled {
            background-color: #deeaf0 !important;
            cursor: pointer !important;
        }

        .Form__NavigationBar button:active:enabled {
            background-color: #deeaf0 !important;
        }

        .Form__NavigationBar button:active,
        .Form__NavigationBar button:focus {
        }

        .Form__NavigationBar button.btnNext {
            float: right;
        }

            .Form__NavigationBar button.btnNext:focus {
            }

        .Form__NavigationBar button.btnPrev {
        }

            .Form__NavigationBar button.btnPrev:focus {
            }

    .Form__NavigationBar .Form__NavigationBar__ProgressBar {
        display: none !important;
        width: 100%;
        margin: 0;
        padding: 0 130px;
        line-height: 30px;
        text-align: center;
        border: none;
    }

    .Form__NavigationBar .Form__NavigationBar__ProgressBar--Text {
        display: block;
        font-size: 14px;
    }

    .Form__NavigationBar .Form__NavigationBar__ProgressBar--Progress {
        display: none;
    }

    .Form__NavigationBar .Form__NavigationBar__ProgressBar__ProgressLabel {
        display: none;
    }

.Form__Required__Field {
    color: #FF0000;
    font-size: 12px;
}
.filter h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.72;
    padding: 0 0 10px 0;
}

.filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .filter ul li {
        display: inline-block;
    }

.filter a.filter_item {
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 14px;
    text-align: center;
    padding: 5.5px 32px;
}

    .filter a.filter_item:hover,
    .filter a.filter_item:active,
    .filter a.filter_item:focus {
        text-decoration: none;
    }

.filter .filter_item.active {
    background-color: #27769f;
    color: #ffffff;
    font-weight: bold;
}

.filter a.filter_item.active:focus {
    outline: none;
}

.user_tabbing .filter a.filter_item.active:focus {
    outline: 1px solid #000000;
}

.filter a.filter_item_close {
    position: relative;
}

    .filter a.filter_item_close:before {
        color: #fff;
        content: '\e803';
        font-family: 'fontello';
        font-weight: normal;
        position: absolute;
        right: 9px;
        top: calc(50% - 5.5px);
        font-size: 11px;
    }

    .filter a.filter_item_close:active:before {
        color: #000000;
    }

    .filter a.filter_item.filter_item_all.active:hover:before,
    .filter a.filter_item.filter_item_all.active:before,
    .filter a.filter_item_close:hover:before,
    .filter a.filter_item_close:focus:before {
        content: '';
    }

.campaignlistpage .filter a.filter_item_close:active:before,
.searchpage .filter a.filter_item_close:active:before,
.campaignlistpage .filter a.filter_item.active:hover:before,
.searchpage .filter a.filter_item.active:hover:before {
    content: '\e803' !important;
}

.campaignlistpage .filter a.filter_item_all.active:before,
.campaignlistpage .filter a.filter_item_all.active:hover:before {
    content: '' !important;
}

.h4-mask {
    font-size: 16px;
    font-weight: bold;
}

.h4-mask-red {
    color: #a93121;
}
.header-image-right .top-section {
    margin: 0 auto;
    overflow: auto;
    padding: 0 20px;
}

    .header-image-right .top-section h1 {
        font-size: 22px;
        font-weight: bold;
        line-height: normal;
        padding: 12px 0 10px 0;
    }

    .header-image-right .top-section .preamble {
        font-size: 16px;
        line-height: 1.44;
        margin-bottom: 0;
        padding: 0 0 10px 0;
    }

    .header-image-right .top-section .container-left {
        display: inline-block;
        float: left;
    }

    .header-image-right .top-section .container-right {
        display: inline-block;
        float: right;
    }

        .header-image-right .top-section .container-right .top-image {
            background-position: 50% 50%;
            background-size: cover;
            position: relative;
            height: 100%;
        }

    .header-image-right .top-section .submenu ul {
        display: block;
        font-size: 16px;
        margin: 10px 0 12px 0;
        max-width: none;
        width: 100%;
    }

        .header-image-right .top-section .submenu ul li,
        .header-image-right .top-section .submenu ul li.submenu_item {
            background: #f5f3f0;
            border-left: none;
            display: block;
            text-align: left;
            position: relative;
            width: auto;
        }

            .header-image-right .top-section .submenu ul li a {
                border-bottom: 1px solid #ffffff;
                box-sizing: border-box;
                display: inline-block;
                padding: 16px 20px;
                width: 100%;
            }

    .header-image-right .top-section .submenu_item a:hover:before {
        text-decoration: none;
    }

    .header-image-right .top-section .submenu_item a.icon-right:before {
        position: absolute;
        right: 30px;
        top: calc(50% - 5px);
        font-size: 10px;
        margin: 0;
    }

    /* Tablet landscape only */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
        .header-image-right .top-section {
            display: block !important;
        }

            .header-image-right .top-section h1 {
                font-size: 26px !important;
            }

            .header-image-right .top-section .preamble {
                font-size: 14px !important;
            }

            .header-image-right .top-section .top-image {
                position: relative !important;
            }

            .header-image-right .top-section .container-left {
                padding-left: 5px;
                width: calc(40% - 30px) !important;
            }

            .header-image-right .top-section .container-right {
                width: 60% !important;
            }
    }

/* Tablet up */
@media only screen and (min-width: 768px) {

    .header-image-right .top-section {
        padding: 0 0 0 20px;
    }

    .header-image-right .top-section .container-left {
        min-height: 360px;
        width: calc(50% - 12px);
    }

        .header-image-right .top-section .container-right {
            width: 50%;
        }

        .header-image-right .top-section .submenu ul {
            max-width: 300px;
        }
}

/* Desktop up */
@media only screen and (min-width: 1024px) {
    .header-image-right .top-section {
        display: flex;
        padding: 0 0 0 20px;
    }

        .header-image-right .top-section h1 {
            font-size: 40px;
            font-weight: bold;
            line-height: normal;
            margin-right: 30px;
            padding: 20px 0 10px 0;
        }

        .header-image-right .top-section .preamble {
            font-size: 18px;
            line-height: 1.44;
            margin-right: 30px;
            padding: 0 0 30px 0;
        }

        .header-image-right .top-section .container-left {
            min-height: 360px;
            width: 45%;
        }

        .header-image-right .top-section .container-right {
            width: 55%;
        }

    .header-image-right .submenu ul {
        margin: 16px 0 30px 0;
    }
}

/* Big desktop up */
@media only screen and (min-width: 1220px) {
    .header-image-right .top-section .container-left {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 1230px) {
    .header-image-right .top-section .container-left {
        padding-left: 10px;
        width: 40%;
    }

    .header-image-right .top-section .container-right {
        width: 60%;
    }
}

@media only screen and (min-width: 1240px) {
    .header-image-right .top-section .container-left {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1250px) {
    .header-image-right .top-section .container-left {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1260px) {
    .header-image-right .top-section .container-left {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 1270px) {
    .header-image-right .top-section .container-left {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .header-image-right .top-section .container-left {
        padding-left: 35px;
    }
}

@media only screen and (min-width: 1290px) {
    .header-image-right .top-section .container-left {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 1300px) {
    .header-image-right .top-section .container-left {
        padding-left: 45px;
    }
}

@media only screen and (min-width: 1310px) {
    .header-image-right .top-section .container-left {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1320px) {
     .header-image-right .top-section .container-left {
        padding-left: 55px;
    }
}

@media only screen and (min-width: 1320px) {
     .header-image-right .top-section .container-left {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1330px) {
     .header-image-right .top-section .container-left {
        padding-left: 65px;
    }
}

@media only screen and (min-width: 1340px) {
     .header-image-right .top-section .container-left {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 1350px) {
     .header-image-right .top-section .container-left {
        padding-left: 75px;
    }
}

@media only screen and (min-width: 1360px) {
     .header-image-right .top-section .container-left {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1370px) {
     .header-image-right .top-section .container-left {
        padding-left: 85px;
    }
}

@media only screen and (min-width: 1380px) {
     .header-image-right .top-section .container-left {
        padding-left: 90px;
    }
}

@media only screen and (min-width: 1390px) {
     .header-image-right .top-section .container-left {
        padding-left: 95px;
    }
}

@media only screen and (min-width: 1400px) {
     .header-image-right .top-section .container-left {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1410px) {
     .header-image-right .top-section .container-left {
        padding-left: 102px;
    }
}

@media only screen and (min-width: 1420px) {
     .header-image-right .top-section .container-left {
        padding-left: 106px;
    }
}

@media only screen and (min-width: 1430px) {
     .header-image-right .top-section .container-left {
        padding-left: 110px;
    }
}

@media only screen and (min-width: 1440px) {
    .macro-start-page h1,
    .macro-start-page .preamble {
        margin-right: 60px;
    }

     .header-image-right .top-section .container-left {
        padding-left: 115px;
    }
}

@media only screen and (min-width: 1450px) {
     .header-image-right .top-section .container-left {
        padding-left: 125px;
    }
}
.filter-function {
    display: flex;
    flex-wrap: wrap; 
}

.filter-function_checkbox_container {
    display: none; 
}

.filter-function_dropdown {
    width: 100%;
}

.filter-function_dropdown .dropdown__list-item input {
     margin-right: 5px;
}

.filter-function_dropdown ul.dropdown__list.open:hover {
    cursor: default;
}

.filter-function_dropdown ul.dropdown__list.open input:hover {
    cursor: pointer;
}

@media only screen and (min-width: 1023px) {
    .filter-function {
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-end;
    }

    .filter-function_checkbox_container {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 10px;
        margin-left: 30px;
        margin-top: 0px;
    }

    .filter-function_checkbox_item {
        margin-top: 0px;
    }

    .filter-function ul.dropdown {
        width: 250px;
    }

    .filter-function_dropdown {
        width: auto;
    }

}
.receptionList-meta {
  display: flex;
  background: #f1f7f9;
  padding: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}

.receptionList-meta-item {
  display: flex;
  align-items: center;
  margin: 5px 0 5px 0;
}

.receptionList-meta-item-link {
  display: flex;
  align-items: center;
}

.receptionList-meta-item p,
.receptionList-meta-item a {
  margin: 0 20px 0 0 !important;
  font-size: 16px;
  position: relative;
}

.receptionList-color-light {
  background: #d5e5e5;
}

.receptionList-color {
  background: #297b7b;
}

.receptionList-color-light a {
  border-color: #297b7b;
}

.receptionList-color-light a:hover {
  transition: all ease-in-out 0.2s;
  background: #297b7b;
}
.receptionList-meta-item a {
  font-size: 16px;
}
@media only screen and (max-width: 1025px) {
  .receptionList-meta-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .read-more-receptionList {
    border-color: #297b7b;
    display: block;
  }

  .receptionList-meta-item p,
  .receptionList-meta-item a {
    font-size: 1.2rem;
  }
}

body {
}

.documentList-wrapper {
  display: flex;
  flex-direction: column;
}

.documentList-wrapper p {
}

.documentList-item {
  margin-bottom: 20px;
}

.documentList-header {
  display: flex;
  justify-content: space-between;
  background: #d4e4ec;
  padding: 10px 20px;
}

.documentList-header a {
  border: 1px solid black;
  padding: 5px 20px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-color: #27769f;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.documentList-header h3 {
  padding: 0;
}

.documentList-header a:hover {
  color: white;
  background: #27769f;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.noDate a {
  border-color: #a72a69;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.documentList-meta {
  display: flex;
  background: #f1f7f9;
  padding: 10px 20px;
  align-items: center;
}

.documentList-meta-item {
  display: flex;
  align-items: center;
}

.documentList-meta-item-link {
  display: flex;
  align-items: center;
}

.documentList-meta-item p {
  margin: 0 20px 0 0 !important;
  position: relative;
  font-size: 14px;
}

.documentList-body {
  /*max-height: 130px;*/
  position: relative;
  padding: 20px 20px;
  background: white;
  margin: 0 !important;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.documentList-body p {
  font-size: 16px;
}

.documentList-body-fullHeight {
  max-height: initial !important;
}

.documentList-body-read-more-text {
  background: -webkit-linear-gradient(#333, #eee 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.readMore-body {
    min-width: 75%;
  margin-right: 20px;
  overflow: hidden;
}

.see-more-cover {
  bottom: 0 !important;
  height: 20% !important;
}

.documentList-body-read-more {
  display: none;
  padding: 25px 0 60px 0;
  z-index: 0;
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  height: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-out;

}

.documentList-body-read-more-btn {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0 !important;
}

.documentList-body-read-more-btn:hover {
  text-decoration: underline;
}

.show-block {
  display: flex !important;
  height: 10% !important;
}

.hide-buttons {
  display: none !important;
}

.documentList-icon {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.noDate-header {
  background: #ddc4d0;
}

.noDate-meta {
  background: #f5edf1;
}

.noDate-body {
}

.noDate-icon {
  color: #a72a69;
}

.sidebar-box {
  max-height: 120px;
  position: relative;
  overflow: hidden;
}

.sidebar-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, black);
}

.hide-extra-items {
  display: none !important;
}

.sticky {
  position: fixed;
  top: 78px;
  width: 240px;
}

.show-extra-education-items {
  border-radius: 0;
  border: 1px solid black;
  padding: 10px 40px;
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: black;
  font-size: 14px;
  border-color: #a72a69;
  margin: 0 calc(25%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-extra-education-items:hover {
  color: white;
  background: #a72a69;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.show-extra-education-items:hover span {
  border-color: white;
  transition: background ease-in-out 0.2s, border ease-in-out 0.2s;
}

.show-extra-education-items span {
  margin-bottom: 6px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}

.documentList-body-links {
  display: flex;
  width: 100%;
}

.documentList-body-links a {
  border: 1px solid black;
  padding: 5px 20px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-color: #27769f;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.documentList-meta-item:nth-child(1) {
  margin-right: 5px;
}

.documentList-link-item:nth-child(1) {
  margin-right: 5px;
}

.documentList-meta-item:nth-child(2) {
  margin-left: 0px;
}

.documentList-link-item:nth-child(2) {
  margin-left: 0px;
}

.documentList-body-links-wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.documentList-body-links a:hover {
  color: white;
  background: #27769f;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.documentList-thumbnail {
  right: 20px;
  bottom: 20px;
}

.documentList-thumbnail img {
  /*  object-fit: cover;
  height: 180px;
  width: 125px;*/
  min-width: 160px;
}

.documentList-body-links-item-wrapper {
  min-height: 10px;
  display: flex;
  width: 100%;
  background: white;
  z-index: 1000
}

.section-sort-result {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.sort-btn-text {
  width: 100%;
  font-size: 14px;
  margin: 0 !important;
  text-align: left;
}

.sort-btn-text-span {
  font-weight: bold;
}

.sort-btn-item {
  margin-right: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.sort-btn-option {
  left: -20px;
}

.sort-btn {
  display: flex;
  align-items: center;
  font-weight: 100;
  margin-left: -20px;
  border: none;
  background: transparent;
}

.sort-btn img {
  transform: rotate(90deg);
  margin-left: 20px;
}

.sort-btn-first-child {
  border-top: 1px solid black;
}

.sort-btn p {
  font-size: 16px;
  margin: 0 !important;
  text-align: left;
}

.cart {
  display: none;
  flex-direction: column;
  margin-bottom: 20px;
}

.documentList-body-textThumbnail {
  display: flex;
}

.cart-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #27769f;
  color: white;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 2rem;
}

.cart-body {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background: white;
  padding: 20px;
}

.cart-body-items {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.cart-body-item {
  display: flex;
  border-bottom: 1px solid rgba(39, 118, 159, 0.3);
  margin-bottom: 10px;
}

.cart-body-item:last-child {
  border: none;
}

.cart-body-item p {
  margin: 0 0 10px 0;
}

.cart-body-item p:first-child {
  font-weight: bold;
  min-width: 40px;
}

.cart-order-btn {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  color: black;
  background: white;
  border: 1px solid #27769f;
  border-radius: 45px;
  cursor: pointer;
  padding: 8px 15px;
  margin: 0 !important;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.cart-order-btn:hover {
  color: white;
  background: #27769f;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.documentList-link-item {
  cursor: pointer;
}

.flashit {
  -webkit-animation: flash linear 0.5s 1;
  animation: flash linear 0.5s 1;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1025px) {
  .show-block {
    display: flex;
  }
  .readMore-body {
    min-width: 80%;
  }

  .documentList-body-read-more {
   padding: 15px 0 115px 0 !important;
  }

  .read-more-documentList {
    border-color: #27769f;
    background: white;
  }

  .documentList-meta-item:nth-child(1) {
    margin-right: 0;
  }

  .documentList-link-item:nth-child(1) {
    margin-right: 0;
  }

  .documentList-meta-item:nth-child(2) {
    margin-left: 5px;
  }

  .documentList-link-item:nth-child(2) {
    margin-left: 5px;
  }

  .documentList-body-links-item-wrapper {
    margin: 0 !important;
    flex-wrap: nowrap !important;
  }

  .documentList-meta-item-link {
    padding: 10px;
    display: flex;
    justify-content: center;
  }

  .show-extra-education-items {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20;
  }

  .documentList-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .see-more-cover {

    height: 0 !important;
    z-index: 0;
    padding: 15px 0 85px 0 !important;
  }

  .documentList-meta-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .documentList-link-item:nth-child(2) {
    width: calc(100% - 10px);
    margin-left: 10px;
  }

  .documentList-link-item {
    width: 100%;
    margin-bottom: 10px;
    border-color: black;
  }

  .documentList-item {
    margin: 0 -20px;
  }

  .documentList-link-item a {
    width: 100%;
  }

  .max-height-readmore {
    max-height: 215px;
  }

  .documentList-body {
    min-height: initial;
    flex-wrap: nowrap;
  }

  .documentList-body-links a {
    padding: 10px;
  }

  .sort-btn {
    margin-left: 0;
    width: calc(100%);
    padding: 10px 20px;
    margin-left: -20px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: black;
  }

  .sort-btn:focus {
    outline: none;
  }

  .sort-btn-text {
  }

  .sort-btn-option {
    left: 0;
    background: transparent;
  }

  .documentList-body-links-item-wrapper {
    margin: 0 10px 0 10px;
    flex-wrap: wrap;
  }

  .section-sort-result {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
  }

  .section-sort-result-dropdown {
    width: 100%;
  }

  .white-background {
    background: white;
  }
}

ul.item_list {
    list-style: none inside;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
}

    ul.item_list li {
        border-top: 1px solid #000000;
        padding: 0;
    }

        ul.item_list li:first-of-type {
            border-top: none;
        }

        ul.item_list li:before {
            content: "" !important;
        }

        ul.item_list li a {
            color: #000000;
            display: block;
            height: 100%;
            overflow: auto;
            padding: 15px 0;
            width: 100%;
        }

            ul.item_list li a:hover h3,
            ul.item_list li a:hover p,
            ul.item_list li a:hover,
            ul.item_list li a:focus {
                color: #000000;
            }

                ul.item_list li a:hover p,
                ul.item_list li a:hover,
                ul.item_list li a:focus {
                    text-decoration: none !important;
                }

                    ul.item_list li a:hover h2,
                    ul.item_list li a:focus h2,
                    ul.item_list li a:hover h3,
                    ul.item_list li a:focus h3 {
                        text-decoration: underline;
                    }

        ul.item_list li h2,
        ul.item_list li h3 {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.31;
            padding-bottom: 10px;
            width: 100%;
        }

        ul.item_list li p {
            color: #000000;
            font-size: 14px;
            line-height: 1.57;
            margin-bottom: 10px;
            padding: 0;
        }

        ul.item_list li .date_time {
            margin-bottom: 5px;
        }

        ul.item_list li .item_read_more {
            color: #27769f;
            font-size: 14px;
            line-height: normal;
            text-decoration: underline;
        }

        ul.item_list li a:hover .item_read_more,
        ul.item_list li a:focus .item_read_more {
            text-decoration: none;
        }

/* Desktop up */
@media only screen and (min-width: 1023px) {
    ul.item_list {
        left: -10px;
        position: relative;
        width: calc(100% + 20px);
    }

        ul.item_list li h2,
        ul.item_list li h3 {
            font-size: 25px;
            line-height: normal;
        }

        ul.item_list li a {
            padding: 15px 10px 20px 10px;
            width: calc(100% - 40px);
        }

        ul.item_list li p {
            font-size: 18px;
            line-height: 1.44;
        }

        ul.item_list li .item_read_more {
            font-size: 18px;
        }
}

.pagination {
    margin-bottom: 15px;
    width: 100%;
}

    .pagination ul {
        list-style-type: none;
        margin: 0 auto !important;
        text-align: center;
        padding: 0;
    }

        .pagination ul.pagination_list {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 420px;
        }

        .pagination ul li {
            display: inline-block;
            font-size: 14px;
            line-height: normal;
            margin: 0;
            padding: 0;
        }

            .pagination ul li:before {
                content: "" !important;
            }

    .pagination .current:after {
        content: '/';
        margin-left: 2px;
    }

    .pagination .total {
        margin-left: -3px;
    }

.pagination_button a,
.pagination_button.disabled span {
    display: inline-block;
    line-height: normal;
    padding: 10px 0;
    text-align: center;
    width: 100px;
}


.pagination_button.disabled {
    border: 1px solid #666666;
    border-radius: 22px;
    font-weight: bold;
}

    .pagination_button.disabled span,
    .pagination_button.disabled:before {
        color: #666666;
    }

    .pagination_button.disabled:hover,
    .pagination_button.disabled:hover:before {
        cursor: default;
    }

    .pagination_button.disabled:hover {
        background: none;
        cursor: default;
    }

/* Small tablet up */
@media only screen and (min-width: 768px) {
    .pagination ul.pagination_list {
        max-width: 370px;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .pagination {
        margin: 40px 0 15px 0;
    }
}

.mega_menu {
    background-color: #ffffff;
    box-shadow: 0 2px 2px -2px #e3e1df;
    display: none;
    position: absolute;
    margin: 0 auto;
    height: auto;
    right: 0;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 1680px;
    width: 100%;
    z-index: 10000;
}

    .mega_menu .mega_menu_container {
        margin: 0 auto;
        max-width: 1196px;
        padding: 0 7px;
        width: calc(100% - 14px);
    }

    .mega_menu .mega_menu_nav {
        font-size: 15px;
        padding: 25px 20px 30px 20px;
        overflow-y: auto;
    }

        .mega_menu .mega_menu_nav a {
            word-break: break-word !important;
        }

        .mega_menu .mega_menu_nav ul {
            height: 100%;
        }

        .mega_menu .mega_menu_nav > ul {
            -moz-column-count: 4;
            -moz-column-gap: 30px;
            -webkit-column-count: 4;
            -webkit-column-gap: 30px;
            column-count: 4;
            column-gap: 30px;
            column-width: 250px;
            column-fill: auto;
            height: 260px;
        }

            .mega_menu .mega_menu_nav > ul.secondLevel.more-height {
                height: 300px;
            }

            .mega_menu .mega_menu_nav > ul.secondLevel.even-more-height {
                height: 420px;
            }

            .mega_menu .mega_menu_nav > ul.secondLevel.max-height {
                height: 530px;
            }

        .mega_menu .mega_menu_nav ul li .link_item {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
            position: relative;
        }

            .mega_menu .mega_menu_nav ul li .link_item a {
                margin: 0;
            }

            .mega_menu .mega_menu_nav ul li .link_item .icon-right {
                position: absolute;
                left: -16px;
                top: 2px;
            }

                .mega_menu .mega_menu_nav ul li .link_item .icon-right:hover {
                    cursor: pointer;
                }

                .mega_menu .mega_menu_nav ul li .link_item .icon-right:focus {
                    outline: none;
                }

                .mega_menu .mega_menu_nav ul li .link_item .icon-right:before {
                    font-size: 10px;
                    margin: 0 6px 0 0;
                    transition: transform 0.4s;
                }

                .mega_menu .mega_menu_nav ul li .link_item .icon-right[aria-expanded="true"]:before {
                    transform: rotate(90deg);
                    top: -2px;
                    position: relative;
                }

        .mega_menu .mega_menu_nav ul li a {
            color: #000000 !important;
            font-weight: normal;
            line-height: normal;
            margin-bottom: 5px;
            padding: 0;
        }

            .mega_menu .mega_menu_nav ul li a:hover,
            .mega_menu .mega_menu_nav ul li a:focus {
                color: #000000 !important;
                text-decoration: underline;
            }

        .mega_menu .mega_menu_nav ul li.current {
            background: none;
        }

            .mega_menu .mega_menu_nav ul li.current a {
                background: none;
            }

        .mega_menu .mega_menu_nav ul.thirdLevel {
            display: block;
            position: static;
            border: none;
            width: auto;
            height: auto;
            padding: 0;
        }

        .mega_menu .mega_menu_nav ul.thirdLevel.defaultClosed {
            display:none;
        }

            .mega_menu .mega_menu_nav ul.thirdLevel a {
                font-size: 13px;
                padding: 0 0 5px 18px;
                width: calc(100% - 18px);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

/* User tabbing */
.user_tabbing .mega_menu .mega_menu_nav ul li .link_item .icon-right:focus {
    outline: 1px solid #000000;
}

.language_dropdown_container {
    float: none;
}

/*/* Mobile first */
/* Small mobile only - ex iPhone 5 */
@media only screen and (max-width: 320px) {
    .mobile-menu-nav.main_nav .switch_lang .topmenu button,
    .mobile-menu-nav.main_nav .switch_lang .topmenu a,
    .mobile-menu-nav.main_nav .switch_lang .topmenu span {
        font-size: 12px !important;
    }

        .mobile-menu-nav.main_nav .switch_lang .topmenu a:before,
        .mobile-menu-nav.main_nav .switch_lang .language .icon-globe:before {
            top: 1px;
            position: relative;
        }

    .topmenu.readability a:before {
        left: 0 !important;
    }
}

.mobile-menu-nav.main_nav {
    display: none;
    background-color: #27769f;
    padding-top: 56px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: -1px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    overflow-y: scroll;
}

    .mobile-menu-nav.main_nav[aria-hidden="false"] {
        display: block;
    }

    .mobile-menu-nav.main_nav a {
        text-decoration: none;
    }

    .mobile-menu-nav.main_nav .mobile-menu-nav_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 8px;
        right: 12px;
        width: calc(100% - 24px);
    }

        .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search {
            border: none;
            margin: 0 15px 0 0;
            padding: 0;
            display: contents;
            width: auto;
        }

            .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .search_field {
                border-radius: 20px;
                height: 38px;
                min-width: 240px;
            }

            .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_site_search {
                font-size: 12px;
                line-height: 2;
            }

            .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .mo_content.search {
                border: none;
                padding: 0 0 0 15px;
            }

            .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_search_button {
                background-color: transparent;
                height: 38px;
                width: 44px;
            }

                .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_search_button:focus,
                .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_site_search:focus {
                    outline: none;
                }

.user_tabbing .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_search_button:focus {
    outline: 1px solid #000000;
    outline-offset: -5px;
}

.user_tabbing .mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_site_search:focus {
    outline: 1px solid #000000;
    outline-offset: -1px;
}

.mobile-menu-nav.main_nav .mobile-menu-nav_header fieldset.site_search .input_search_button:before {
    color: #27769f;
    font-size: 24px;
    margin: 0;
    position: relative;
    left: -8px;
    top: -1px;
}

.mobile-menu-nav.main_nav .mobile-menu-nav_header .closebtn {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0;
    height: 40px;
    min-width: 40px;
    margin-left: 15px;
}

    .mobile-menu-nav.main_nav .mobile-menu-nav_header .closebtn:before {
        color: #27769f;
        font-size: 26px;
        top: calc(50% - 13px);
        position: relative;
        left: calc(50% - 13px);
        margin: 0;
    }

.mobile-menu-nav.main_nav ul.parent {
    background-color: #ffffff;
    box-shadow: none;
    margin-top: 2px;
    width: 100%;
}

    .mobile-menu-nav.main_nav ul.parent li {
        background: none;
        border-bottom: 1px solid #27769f;
        display: block;
        float: left;
        width: 100%;
    }

.mobile-menu-nav.main_nav li ul.child li.current {
    border-top: none !important;
}

.mobile-menu-nav.main_nav ul.parent > li.current,
.mobile-menu-nav.main_nav li ul.child li.current {
    background-color: #deeaf0;
    border-bottom-color: #27769f;
}

    .mobile-menu-nav.main_nav li ul.child li.current a,
    .mobile-menu-nav.main_nav li ul.child li .thirdLevel li.current a {
        color: #000000;
        font-weight: bold;
    }

    .mobile-menu-nav.main_nav ul.parent > li.current > a,
    .mobile-menu-nav.main_nav ul.parent > li.current:hover > a,
    .mobile-menu-nav.main_nav ul.parent > li.current > .mo > .mo_content > a,
    .mobile-menu-nav.main_nav ul.parent > li.current:hover > .mo > .mo_content > a {
        color: #000000;
        text-shadow: none;
    }

.mobile-menu-nav.main_nav li.has_child.current.closed span.expand,
.mobile-menu-nav.main_nav li.has_child .child li.current.has_child.closed span.expand {
    background-image: none;
}

.mobile-menu-nav.main_nav ul.parent li a {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    padding: 17px 18px 18px 18px;
    display: block;
    font-weight: bold;
    line-height: 1.33;
    transition: 0.3s;
    white-space: normal;
    max-width: none;
    width: 100%;
}

    .mobile-menu-nav.main_nav ul.parent li a:focus {
        outline-offset: -8px;
    }

.mobile-menu-nav.main_nav li.has_child span.expand {
    background-color: #ffffff;
    border-bottom: none;
    height: auto;
    margin: 0;
    padding: 15px 18px;
    width: auto;
}

.mobile-menu-nav.main_nav li ul.child li a:hover,
.mobile-menu-nav.main_nav li ul.child li a:active {
    color: #000000;
}

.mobile-menu-nav.main_nav li ul.child {
    background: none;
}

/* Level 2 */
.mobile-menu-nav.main_nav li ul.secondLevel.child {
    box-sizing: border-box;
    height: auto;
    background-color: #f5f3f0;
    padding-left: 30px;
}

    .mobile-menu-nav.main_nav li ul.secondLevel.child li.current.secondLevel {
    }

    .mobile-menu-nav.main_nav li ul.secondLevel.child li a {
        background-color: #f5f3f0;
        color: #000000;
        font-size: 16px;
        line-height: 1.25;
        padding: 20px 5px;
    }

.mobile-menu-nav.main_nav ul.secondLevel li.has_child span.expand {
    background-color: #f5f3f0;
}
/* Level 3 */
.mobile-menu-nav.main_nav li ul.thirdLevel {
}

    .mobile-menu-nav.main_nav li ul.thirdLevel.child {
        border-top: 1px solid #27769f;
        box-sizing: border-box;
        height: auto;
    }

        .mobile-menu-nav.main_nav li ul.thirdLevel.child li a {
            padding-left: 20px;
        }

.mobile-menu-nav.main_nav li ul.child li ul.thirdLevel li a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    padding: 18px 5px;
}

.mobile-menu-nav.main_nav li ul.child li.opened ul.thirdLevel li {
    margin-left: 12px;
    width: calc(100% - 12px);
}

.mobile-menu-nav.main_nav li ul.child li {
    text-transform: none;
}

.mobile-menu-nav.main_nav ul.parent li.has_child.opened {
    border-color: #27769f;
}

.mobile-menu-nav.main_nav .icon-plus {
    display: none;
}

    .mobile-menu-nav.main_nav .icon-plus:focus {
        outline: none;
    }

.user_tabbing .mobile-menu-nav.main_nav .icon-plus:focus {
    outline: 1px solid #000000;
}

.mobile-menu-nav.main_nav .icon-plus:before {
    margin: 0;
}

.mobile-menu-nav.main_nav li.has_child.closed span.expand .icon-plus,
.mobile-menu-nav.main_nav li.has_child .child li.has_child.closed span.expand .icon-plus,
.mobile-menu-nav.main_nav li.has_child.opened span.expand .icon-plus,
.mobile-menu-nav.main_nav li.has_child .child li.has_child.opened span.expand .icon-plus,
.mobile-menu-nav.main_nav li.has_child.closed .icon-plus,
.mobile-menu-nav.main_nav li.has_child .child li.has_child.closed .icon-plus {
    display: flex;
    color: #27769f;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #27769f;
    border-radius: 50%;
}

.mobile-menu-nav.main_nav li.has_child.opened > .mo span.expand .icon-plus {
    background-color: #27769f;
}

    .mobile-menu-nav.main_nav li.has_child.opened > .mo span.expand .icon-plus:before {
        content: '\e801';
        color: #ffffff;
    }

.mobile-menu-nav.main_nav li.has_child.closed span.expand, .mobile-menu-nav.main_nav li.has_child .child li.has_child.closed span.expand, .mobile-menu-nav.main_nav li.has_child.opened span.expand, .mobile-menu-nav.main_nav li.has_child .child li.has_child.opened span.expand {
    background-image: none;
    border-bottom: none;
}

.mobile-menu-nav.main_nav .topmenu-container {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    float: none;
    width: calc(100% - 24px);
}

    .mobile-menu-nav.main_nav .topmenu-container:first-of-type {
        padding: 30px 12px 6px 12px;
    }

    .mobile-menu-nav.main_nav .topmenu-container:last-of-type {
        padding: 6px 12px 320px 12px;
    }

.mobile-menu-nav.main_nav .switch_lang .topmenu {
    background: none;
    border: 2px solid #27769f;
    border-radius: 21px;
    float: left;
    padding: 0;
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}

    .mobile-menu-nav.main_nav .switch_lang .topmenu span,
    .mobile-menu-nav.main_nav .switch_lang .topmenu a:before,
    .mobile-menu-nav.main_nav .switch_lang .listen span:before,
    .mobile-menu-nav.main_nav .switch_lang .language .icon-globe:before {
        color: #27769f;
    }

.mobile-menu-nav.main_nav .switch_lang .listen span:before,
.mobile-menu-nav.main_nav .switch_lang .language .icon-globe:before {
    font-size: 18px;
}

.mobile-menu-nav.main_nav .switch_lang .listen span:before {
    margin: 0 5px 0 0;
    position: relative;
    top: 0.5px;
}

.mobile-menu-nav.main_nav .switch_lang .topmenu a:before,
.mobile-menu-nav.main_nav .switch_lang .language .icon-globe:before {
    margin: 0 7px 0 0;
}

.mobile-menu-nav.main_nav .switch_lang .topmenu button,
.mobile-menu-nav.main_nav .switch_lang .topmenu a,
.mobile-menu-nav.main_nav .switch_lang .topmenu span {
    font-size: 14px;
    font-weight: bold;
}

.mobile-menu-nav.main_nav .switch_lang .listen svg {
    position: relative;
    top: 3px;
}

.mobile-menu-nav.main_nav .last-visited-tag {
    background-color: #ffffff !important;
    color: #000000;
    display: block;
    float: left;
    font-weight: normal;
    padding: 20px 18px;
    text-align: left;
    width: calc(100% - 36px);
}

    .mobile-menu-nav.main_nav .last-visited-tag .icon_right {
        display: inline-block;
        float: left;
        left: -4px;
        position: relative;
        top: 0;
    }

    .mobile-menu-nav.main_nav .last-visited-tag a {
        color: #000000;
        font-size: 16px;
        padding: 0;
        line-height: 15px;
    }

    .mobile-menu-nav.main_nav .last-visited-tag svg path {
        fill: white;
        stroke: white;
        stroke-width: 1;
    }

.mobile-menu-nav.main_nav .changelanguage {
    right: 0;
    padding: 20px 10px 10px 10px;
    top: 52px;
    width: 270px;
}

    .mobile-menu-nav.main_nav .changelanguage .heading {
        margin-bottom: 6px;
    }

    .mobile-menu-nav.main_nav .changelanguage ul {
        height: auto;
        margin-bottom: 10px;
    }

        .mobile-menu-nav.main_nav .changelanguage ul li a {
            font-size: 14px;
            padding: 5px;
        }

    .mobile-menu-nav.main_nav .changelanguage p:last-of-type {
        padding-bottom: 5px;
    }

    .mobile-menu-nav.main_nav .changelanguage h2 {
        padding-right: 30px;
    }

    .mobile-menu-nav.main_nav .changelanguage .close {
        top: -3px;
        right: 6px;
        width: 10px;
        height: 20px;
    }

    .mobile-menu-nav.main_nav .changelanguage .lang-active a {
        font-weight: bold;
        text-decoration: underline;
    }

/* Tablet up */
@media only screen and (min-width: 768px) {
    .mobile-menu-nav.main_nav {
        max-width: 50%;
    }

        .mobile-menu-nav.main_nav .changelanguage {
            right: 0;
            width: 300px;
        }

        .mobile-menu-nav.main_nav .topmenu-container:last-of-type {
            padding-bottom: 440px;
        }
}

/* Desktop up */
@media only screen and (min-width: 1024px) {
    .mobile-menu-nav.main_nav {
        display: none;
    }
}

/* Mobile first */
.mobile-menu {
    border-top: 1px solid #ffffff;
}

    .campaignlistpage .mobile-menu.hide_start .wrapper,
    .startpage .mobile-menu.hide_start .wrapper,
    .mobile-menu .wrapper {
        border-bottom: 4px solid #27769f;
        height: 62px;
    }

    .mobile-menu.logo_has_text .wrapper {
        height: 74px;
    }

    .mobile-menu .wrapper .logo {
        margin: 13px 0 0 0;
    }

        .mobile-menu .wrapper .logo img {
            max-width: 100%;
        }

            .mobile-menu .wrapper .logo img[src$=".png"] {
                margin-top: 18px;
            }

    .mobile-menu .toggle_nav_search {
        background-color: transparent;
        border-bottom: none;
        box-shadow: none;
        height: 100%;
        width: 100%;
    }

        .mobile-menu .toggle_nav_search a {
            display: block;
            background: #27769f;
            border: 2px solid #ffffff;
            border-radius: 50%;
            padding: 16px 10px;
        }

        .mobile-menu .toggle_nav_search ul.list {
            background: white;
            float: right;
        }

            .mobile-menu .toggle_nav_search ul.list .nav,
            .mobile-menu .toggle_nav_search ul.list .search {
                border: none;
            }

            .mobile-menu .toggle_nav_search ul.list .nav {
                padding-bottom: 0;
                padding-right: 0;
            }

    .mobile-menu .mobile-logo {
        display: inline-block;
        margin: 16px 0 !important;
        max-width: 70%;
        max-height: 35px;
        width: auto;
    }

    .mobile-menu .container-fixed {
        display: block;
        position: fixed;
        bottom: 18px;
        right: 18px;
        height: 58px;
        width: 58px;
        z-index: 99;
    }

    .mobile-menu .menu_line {
        width: 26px;
        height: 2px;
        background-color: #ffffff;
        margin: 4px auto;
    }

/* Tablet up */
@media only screen and (min-width: 768px) {
    .mobile-menu .wrapper {
        padding: 0 20px;
    }
}
/* Desktop up */
@media only screen and (min-width: 1024px) {
    .mobile-menu {
        border-top: none;
    }

        .mobile-menu .mobile-logo {
            width: auto;
        }
}

.scroll-to-top {
    display: none;
    clear: both;
    padding-top: 20px;
    width: 100%;
}

.scroll-to-top_text {
    border-top: 1px solid;
    border-color: #27769f;
    color: black;
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 8px 0;
    position: relative;
    text-align: center;
}

    .scroll-to-top_text:focus,
    .scroll-to-top_text:active {
        text-decoration: none;
    }

    .scroll-to-top_text:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-left: 1px solid;
        border-color: #27769f;
        top: -6px;
        left: calc(50% - 7.5px);
        background: #f5f3f0;
        transform: rotate(45deg);
    }

/* Tablet up */
@media only screen and (min-width: 768px) {
    .scroll-to-top {
        padding-top: 30px;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .scroll-to-top_text {
        font-size: 18px;
    }
}

/*
	SUB NAVIGATION
*************************** */
.sub_nav {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    overflow: visible;
    padding-bottom: 3rem;
}

    .sub_nav .sub_nav_heading {
        margin-left: 28px;
        margin-top: 20.5px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
    }

    .sub_nav ul {
        display: block;
        list-style-type: none;
        list-style-position: inside;
        margin: 0;
        padding: 0;
        width: auto;
    }

        .sub_nav ul.parent > li {
            display: block;
        }

            .sub_nav ul.parent > li:first-child {
                padding-top: .5em;
            }

            .sub_nav ul.parent > li:first-of-type > a {
                border-top: 0 none;
            }

    .sub_nav a {
        display: block;
        padding: 1em .5em;
        color: #222;
        font-size: 14px;
        line-height: normal;
        text-decoration: none;
        border-left: 6px solid transparent;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

        .sub_nav a:not(.show-more):focus,
        .sub_nav a:not(.show-more):hover,
        .sub_nav a:not(.show-more):active {
            border-left: 6px solid #27769f;
        }

    .sub_nav li.opened > a,
    .sub_nav li.closed > a {
        position: relative;
        padding-right: 1.8em;
    }

    .sub_nav li > a.show-more {
        padding: 10px !important;
        position: absolute;
        top: 0;
        height: 24px;
    }

    .sub_nav li {
        font-weight: normal;
    }

        .sub_nav li > a.show-more:before {
            font-family: fontello;
            font-size: 10px;
            position: absolute;
            top: 18px;
            left: 5px;
            speak: none;
        }

        .sub_nav li.closed > a.show-more:before {
            color: #222;
            font-family: fontello;
            font-size: 10px;
        }

        .sub_nav li a.show-more[aria-expanded="false"]:before {
            content: "\E809";
        }

        .sub_nav li a.show-more[aria-expanded="true"]:before {
            content: "\E80C";
        }

    .sub_nav ul.parent > li:first-of-type > a.show-more {
        top: 8px;
    }

        .sub_nav ul.parent > li:first-of-type > a.show-more:before {
            top: 18px;
        }

    .sub_nav li.current_parent {
        position: relative;
    }

        .sub_nav li.current_parent.opened {
            font-weight: bold;
        }

    .sub_nav li.opened li a {
        padding-left: 2em;
    }

    .sub_nav li.current > a:not(.show-more) {
        background: #e3e1df;
        border-left-color: #27769f;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #000000;
        font-weight: bold;
    }

    .sub_nav .secondLevel li.current:before {
        border: none;
    }

    .sub_nav li.current .child,
    .sub_nav li.opened .child {
        display: block;
    }

    .sub_nav li .child,
    .sub_nav li.current .child,
    .sub_nav li.opened .child {
        margin-left: 15px;
    }

        .sub_nav li .child li a {
            padding: 12.5px 22px 12.5px 26px;
            text-transform: none;
        }

    .sub_nav a:not(.show-more) {
        padding: 12.5px 22px;
    }

.no-js .sub_nav li.closed ul.child {
    display: block;
}

.js .sub_nav li.closed ul.child {
    display: none;
}

/* Tablet portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-width: 768px) {
    .sub_nav {
        display: block;
        margin: 0 1.592356688%;
        width: 30.815286624%;
    }
}

/* Tablet landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 1024px) {
    .sub_nav {
        font-size: 16px;
        width: 25.815286624%;
    }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {
    .sub_nav {
        width: 21.815286624%;
    }
}

.top_image {
    display: flex;
    justify-content: flex-end;
}

.startpage .top_image,
.standard_layout .top_image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 196px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.top_image_mobile {

}

.top_image.has-mobile-image {
    display: none;
}

.top_image_mobile.has-mobile-image {
    display: flex;
}

.standard_layout .header_banner {
    background-color: #27769f;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 15px;
    width: calc(100% - 30px);
}

    .startpage .header_banner h1,
    .startpage .header_banner p,
    .standard_layout .header_banner h1,
    .standard_layout .header_banner p {
        color: #ffffff;
    }

    .startpage .header_banner h1,
    .standard_layout .header_banner h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0;
        padding: 0;
    }

    .startpage .header_banner p,
    .standard_layout .header_banner p {
        font-size: 18px;
        line-height: 1.44;
        padding: 0;
        margin: 0;
    }

    .startpage .header_banner.themeA,
    .standard_layout .header_banner.themeA {
        background-color: #297b7b;
    }

    .startpage .header_banner.themeB,
    .standard_layout .header_banner.themeB {
        background-color: #154198;
    }

    .startpage .header_banner.themeC,
    .standard_layout .header_banner.themeC {
        background-color: #27769f;
    }

    .startpage .header_banner.themeD,
    .standard_layout .header_banner.themeD {
        background-color: #af5700;
    }

    .startpage .header_banner.themeE,
    .standard_layout .header_banner.themeE {
        background-color: #612361;
    }

    .startpage .header_banner.themeF,
    .standard_layout .header_banner.themeF {
        background-color: #a82b69;
    }

    .startpage .header_banner.themeFHG,
    .standard_layout .header_banner.themeFHG {
        background-color: #a93121;
    }

    .startpage .header_banner.themeGB,
    .standard_layout .header_banner.themeGB {
        background-color: #4a4a4a;
    }

    .startpage .header_banner.themeG,
    .standard_layout .header_banner.themeG {
        background-color: #8e6a00;
    }

    .startpage .header_banner.themeH,
    .standard_layout .header_banner.themeH {
        background-color: #73731d;
    }

    .startpage .header_banner.color-white,
    .standard_layout .header_banner.color-white {
        background-color: #ffffff;
        opacity: 0.9;
    }

    .startpage .header_banner.color-beige,
    .standard_layout .header_banner.color-beige {
        background-color: #f5f3f0;
        opacity: 0.9;
    }

        .startpage .header_banner.color-white h1,
        .startpage .header_banner.color-white p,
        .startpage .header_banner.color-beige h1,
        .startpage .header_banner.color-beige p,
        .standard_layout .header_banner.color-white h1,
        .standard_layout .header_banner.color-white p,
        .standard_layout .header_banner.color-beige h1,
        .standard_layout .header_banner.color-beige p {
            color: #000000;
        }

.header_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 330px; 
}

.cta-hero_wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    max-width: 1170px;
    width: 100%;
    padding: 30px 0; 
}

.cta-hero {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 7px 14px 11px 14px;
    max-width: 280px;
}

.cta-hero_title {
    font-size: 18px;
    font-weight: bold;
}

.cta-hero_text {
    font-size: 12px;
}

.cta-hero_button {
    padding: 8px 0px 8px 0px;
    text-align: center;
    width: 170px;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .startpage .header_banner,
    .standard_layout .header_banner {
        padding: 16px 0;
        width: 100%;
    }

        .startpage .header_banner h1,
        .standard_layout .header_banner h1 {
            font-size: 24px;
            padding: 0 0 5px 0;
        }

    .cta-hero_wrapper {
        justify-content: flex-end;
    }

    .top_image.has-mobile-image {
        display: flex;
    }

    .top_image_mobile.has-mobile-image {
        display: none;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .standard_layout .top_image,
    .startpage .top_image {
        min-height: 330px;
    }

    .startpage .header_banner,
    .standard_layout .header_banner {
        padding: 10px 30px;
        width: calc(100% - 60px);
    }

    .header_banner {
        position: relative;
    }

    .cta-hero {
        background-color: transparent;
        padding: 30px; 
        max-width: 340px;
    }

    .cta-hero_title {
        font-size: 28px;
        font-weight: bold;
    }

    .cta-hero_text {
        font-size: 18px;
        padding: 0; 
    }

    .cta-hero_button {
        font-size: 14px;
        padding: 12px 0px 12px 0px;
        text-align: center;
        width: 205px;
    }
}
.layout-full-width .page_wrapper,
.layout-full-width .page_wrapper main {
    overflow: auto;
}

.fullwidth_layout .top_section {
    background-color: #ffffff;
}

.fullwidth_layout .breadcrumb {
    margin-bottom: 7px;
}

.fullwidth_layout .top_section_container,
.fullwidth_layout .bottom_section {
    margin: 0 auto;
    max-width: 1440px;
}

.fullwidth_layout .top_section_container {
    padding: 15px 20px 24px 20px;
}

.fullwidth_layout .top_section h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 25px 0;
    padding: 0;
    word-break: break-word;
}

.fullwidth_layout .top_section ul.date_container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .fullwidth_layout .top_section ul.date_container li {
        font-size: 18px;
        line-height: 1.44;
        margin-bottom: 15px;
    }

        .fullwidth_layout .top_section ul.date_container li span:before {
            margin: 0 10px 0 0;
        }

        .fullwidth_layout .top_section ul.date_container li span.icon-calendar:before {
            position: relative;
            top: -1px;
        }

.fullwidth_layout .top_section p {
    font-size: 18px;
    line-height: 1.33;
    padding: 5px 0 0 0;
}

.fullwidth_layout .bottom_section .main_section {
    margin: 15px 20px;
    width: calc(100% - 40px);
}

.fullwidth_layout .main_section .main_content p {
    padding: 0 0 25px 0;
}

.fullwidth_layout aside.related_content {
    margin: 0 20px 20px 20px;
    width: calc(100% - 40px);
}

/* Tablet landscape only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .fullwidth_layout .top_section_container .top_wrapper {
        width: calc(56% - 20px) !important;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .fullwidth_layout .top_section_container .top_wrapper,
    .fullwidth_layout .bottom_section .main_section {
        width: calc(56% - 20px);
    }

    .fullwidth_layout .bottom_section .main_section {
        margin: 0 20px;
    }

    .fullwidth_layout .top_section_container .top_wrapper {
        margin: 0 auto;
    }

    .fullwidth_layout .top_section h1 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }

    .fullwidth_layout .bottom_section {
        display: flex;
        margin: 30px auto;
    }

        .fullwidth_layout .bottom_section aside.bottom_section_subnav {
            margin: 0 20px;
            min-height: 100px;
            width: calc(22% - 40px);
        }

            .fullwidth_layout .bottom_section aside.bottom_section_subnav .sub_nav {
                margin: 0;
                width: 100%;
            }

        .fullwidth_layout .bottom_section aside.related_content {
            margin: 0 20px;
            min-height: 100px;
            width: calc(22% - 40px);
        }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {

    .fullwidth_layout .breadcrumb {
        margin-bottom: 20px;
    }

    .fullwidth_layout .top_section_container .top_wrapper,
    .fullwidth_layout .bottom_section .main_section {
        width: calc(61% - 100px);
    }

    .fullwidth_layout .bottom_section .main_section {
        margin: 0 50px;
    }

    .fullwidth_layout .bottom_section aside.bottom_section_subnav {
        width: calc(19.5% - 40px);
    }

    .fullwidth_layout .bottom_section aside.related_content {
        width: calc(19.5% - 40px);
    }
}

/* Standard, News & Employees page */
.standard_layout .wrapper.main {
    padding-bottom: 10px;
    padding-top: 20px;
}

.standard_layout h1 {
    margin: 0 0 15px 0;
    padding: 0;
}

.standard_layout .main_content p {
    margin: 0 0 25px 0;
    padding: 0;
}

    .standard_layout .main_content p:not(.preamble, .vard_process):last-of-type {
        margin-bottom: 8px;
    }

/* Tablet landscape only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .standard_layout aside.related_content {
        margin: 128px 20px 0 20px !important;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .standard_layout #main.wrapper {
        max-width: 1412px;
    }

    .standard_layout .wrapper.main {
        padding-bottom: 30px;
    }

    .standard_layout .sub_nav {
        margin: 0 20px;
        width: 20%;
    }

    .standard_layout .main_content,
    .standard_layout .main_content.standard {
        margin: 0 20px;
        width: calc(64% - 130px);
    }

    .standard_layout aside.related_content {
        margin: 128px 20px 0 20px;
        width: 16%;
    }

    .standard_layout h1 {
        margin: 10px 0 20px 0;
    }
}

/* Large desktop up */
@media only screen and (min-width: 1280px) {
    .standard_layout .sub_nav {
        margin: 0 20px 0 20px;
        width: calc(20% - 40px);
    }

    .standard_layout .main_content,
    .standard_layout .main_content.standard {
        margin: 0 50px;
        width: calc(62.5% - 100px);
    }

    .standard_layout aside.related_content {
        margin-top: 177px;
        width: calc(17.5% - 40px);
    }

    .standard_layout .main_content.job-details {
        margin: 0 50px;
        width: calc(70% - 100px);
    }

    .standard_layout aside.job-details {
        margin-top: 53px;
        width: calc(30% - 40px);
    }
}

.order-cms {
  padding: 40px 50px;
  background: #f5f3f0;
}

.order-cms-container {
  display: flex;
  flex-direction: column;
  background: white;
}

.order-cms-container-inner {
  padding: 20px;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 1px;
}

button {
  padding: 7px 40px;
  border-radius: 45px;
  border: 1px solid #27769f;
  font-weight: bold;
  background: transparent;
  font-size: 1.5rem;
  transition: all ease-in-out 0.25s;
}

.order-cms-btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.order-cms-btn-destruct {
  border-color: #a93021;
  color: #a93021;
  transition: all ease-in-out 0.25s;
}

.order-cms-btn-destruct:hover {
  color: white;
  background: #a93021 !important;
  transition: all ease-in-out 0.25s;
}

.order-cms-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d6d6d6;
  width: 100%;
}

.order-cms-table tr {
  font-size: 1.45rem;
  border-spacing: 0;
}

.order-cms-tableHead {
  border-bottom: 2px solid black;
}

.order-cms-tableHead th {
  border-spacing: 0;
  text-align: left;
  border-right: 1px solid #d6d6d6;
  padding: 5px 15px;
  margin: 0;
}

.order-cms-tableHead th:last-child {
  border-right: none;
}

.order-cms-tableBody {
}

.order-cms-tableBody tr:nth-child(odd) {
  background: #f7f7f7;
}

.order-cms-tableBody tr {
  font-size: 1.45rem;
  background: white;
}

.order-cms-tableBody td {
  margin: 0;
  padding: 15px;
  border-right: 1px solid #d6d6d6;
}

.order-cms-tableBody td:last-child {
  border-right: none;
}

.order-cms-tableBody-checkbox {
  display: flex;
  align-items: center;
}

.order-cms-tableBody-checkbox input {
  margin-right: 10px;
}

.order-cms-tabs {
  display: flex;

  background: #f5f3f0;
}

.order-cms-tab {
  cursor: pointer;
  border-color: #d6d6d6;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  padding: 10px 50px;
  margin-right: 10px;
}
/* .order-cms-tab:nth-of-type(1) {
  border-width: 0 0 1px 0;
}
.order-cms-tab:nth-of-type(2) {
  border-width: 0 1px 1px 1px;
}
.order-cms-tab:nth-of-type(3) {
  border-width: 0 1px 1px 0;
} */

.order-cms-tab[aria-checked='false'] {
  background: #f7f7f7;
  border-color: #d6d6d6;
}

.order-cms-tab[aria-checked='true'] {
  height: 31px;
  border-bottom: none;
  background: white;
  margin-bottom: -1px;
  z-index: 5;
}
.order-cms-tab p {
  margin: 0 !important;
  font-size: 1.75rem;
}

#order-invoiced-table,
#order-closed-table {
  display: none;
}

.order-cms-btn-container button:first-child {
  margin-right: 10px;
}
.order-cms-btn-container button:hover {
  background: #27769f;
  color: white;
  transition: all ease-in-out 0.25s;
}

.order-confirmation-modal__content__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-confirmation-modal__content__buttons button:first-of-type:hover {
  background: #27769f;
  color: white;
  transition: all ease-in-out 0.25s;
}

.order-confirmation-modal__content__buttons button:first-of-type {
  margin-right: 50px;
}

.order-confirmation-modal {
  z-index: 100;

  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.order-confirmation-modal__content {
  background: white;
  padding: 40px 60px;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.overlay {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 150px;
  height: 150px;
  display: inline-block;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*Arabic*/
html:lang(ar) p,
html:lang(ar) a,
html:lang(ar) ul,
html:lang(ar) h1,
html:lang(ar) h2,
html:lang(ar) h3,
html:lang(ar) h4,
html:lang(ar) h5 {
    direction: rtl;
    text-align: right;
}
html:lang(ar) .breadcrumb a {
    direction: ltr;
}

/*Dari/farsi*/
html:lang(fa) p,
html:lang(fa) a,
html:lang(fa) ul,
html:lang(fa) h1,
html:lang(fa) h2,
html:lang(fa) h3,
html:lang(fa) h4,
html:lang(fa) h5 {
    direction: rtl;
    text-align: right;
}

html:lang(fa) .breadcrumb a {
    direction: ltr;
}

/*Jiddish*/
html:lang(yi) p,
html:lang(yi) a,
html:lang(yi) ul,
html:lang(yi) h1,
html:lang(yi) h2,
html:lang(yi) h3,
html:lang(yi) h4,
html:lang(yi) h5 {
    direction: rtl;
    text-align: right;
}

html:lang(yi) .breadcrumb a {
    direction: ltr;
}

.educationList-wrapper {
  display: flex;
  flex-direction: column;
}

.educationList-wrapper p {
}

.educationList-item {
  margin-bottom: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.educationList-header {
  display: flex;
  justify-content: space-between;
  background: #d4e4ec;
  padding: 10px 20px;
}

.educationList-header a {
  border: 1px solid black;
  padding: 5px 20px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-color: #27769f;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.educationList-header a:hover {
  color: white;
  background: #27769f;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.educationList-header h3 {
  padding: 0;
}

.noDate a {
  border-color: #a72a69;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.noDate a:hover {
  color: white;
  background: #a72a69;
  text-decoration: none;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.educationList-meta {
  flex-wrap: wrap;
  display: flex;
  background: #f1f7f9;
  padding: 10px 20px;

  align-items: center;
}
.educationList-meta-item {
  min-width: fit-content;
  display: flex;
  align-items: center;
}

.educationList-meta-item p {
  font-size: 14px;
  margin: 0 20px 0 0 !important;
  position: relative;
}

.educationList-body {
  position: relative;
  padding: 10px 20px;
  background: white;
  margin: 0 !important;

  overflow: hidden;
}

.max-height-body {
  max-height: 130px;
  overflow: hidden;
}

.educationList-body-fullHeight {
  max-height: initial !important;
  max-height: 100% !important;
  min-width: 75%;
}

.educationList-body-read-more-text {
  background: -webkit-linear-gradient(#333, #eee 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.educationList-body-read-more {
  display: none;
  padding: 23px 0;
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  height: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;

  transition: height 0.5 ease-out;
}

.educationList-body-read-more-btn {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0 !important;
}

.educationList-body-read-more-btn:hover {
  text-decoration: underline;
}

.show-block-education {
  display: flex;
  height: 25%;
}

.educationList-icon {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.noDate-header {
  background: #ddc4d0;
}

.noDate-meta {
  background: #f5edf1;
}

.noDate-body {
}

.noDate-icon {
  color: #a72a69;
}

.sidebar-box {
  max-height: 120px;
  position: relative;
  overflow: hidden;
}

.sidebar-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, black);
}

.hide-extra-items {
  display: none !important;
}

.show-extra-education-items {
  border: 1px solid black;
  padding: 10px 15rem;
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: black;
  font-size: 14px;
  border-color: #a72a69;
  margin: 0 calc(10%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-extra-education-items:hover {
  color: white;
  background: #a72a69;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

.show-extra-education-items:hover span {
  border-color: white;
  transition: background ease-in-out 0.2s, border ease-in-out 0.2s;
}

.show-extra-education-items span {
  margin-bottom: 6px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1372px) {
  .show-extra-education-items {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20;
    flex-direction: column;
    padding: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .filter-education-link-container {
    z-index: 1000;
    position: relative;
  }
  .show-extra-education-items {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20;
    flex-direction: column;
    padding: 10px;
  }
  .read-more-educationList-noDate {
    border-color: #a72a69;
  }

  .read-more-educationList {
    border-color: #27769f;
  }

  .educationList-meta {
    flex-direction: column;
  }

  .educationList-meta-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .show-block {
    /*    bottom: 51px;*/
    padding: 15px 0 65px 0;
  }
  .show-block-education {
    bottom: 51px;
  }
}

.tc-banner {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 2147483645;
    right: 0;
    left: 0;
    max-height: 90%;
    align-items: center;
    background-color: #f5f3f0;
    bottom: 0px;
    overflow-y: scroll;
}

.tc-container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 24px;
    width: 100%;
}

.tc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    animation-name: tc-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

.tc-policy {
    width: calc(100% - 2rem);
    margin: auto;
}

@media (min-width: 576px) {
    .tc-policy {
        width: 70%;
    }
}

.tc-policy-title {
    margin-bottom: 1em;
    color: #000;
}

.tc-policy-text {
    margin: 0 0 1em 0;
    color: #181818;
    padding-right: 50px;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.tc-button-group-container {
    width: calc(100% - 2rem);
    margin: auto;
    min-height: 1px;
    text-align: center;
}

@media (min-width: 576px) {
    .tc-button-group-container {
        width: 70%;
    }
}

.tc-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .tc-button-group button {
        margin-bottom: 1rem;
    }

        .tc-button-group button:not(:last-child) {
            margin-right: 1rem;
        }

.tc-modal {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    animation-name: tc-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    display: flex;
    justify-content: center;
    position: fixed;
    margin: 0 auto;
    top: 5%;
    bottom: 10%;
    right: 0;
    left: 0;
    border-radius: 2.5px;
    z-index: 2147483647;
    box-shadow: 0px 2px 10px -3px #999;
    padding: 0;
    overflow-y: scroll;
}

.tc-modal-content {
    max-width: 800px !important;
    padding-left: 0px;
    margin: 0;
    width: calc(100% - 20px);
}

@media (min-width: 576px) {
    .tc-modal-content {
        width: calc(100% - 80px);
    }
}

.tc-modal-content-title {
    color: #000000;
    margin-top: 60px;
    margin-bottom: 10px;
    width: 100%;
}

.tc-modal-content-policy-text {
    width: 100%;
}

.tc-modal-accept-all-container {
    width: 100%;
    margin: 0;
    display: block;
    margin-bottom: 10px;
}

.tc-modal-accept-all-btn {
    margin-bottom: 1em;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 30px;
    margin-top: 1em;
}

.tc-modal-cookie-preferences {
    width: 100%;
    margin-top: 10px;
}

.tc-modal-cookie-preferences-title {
    margin-bottom: 1em;
    width: 100%;
}

.tc-modal-cookie-category {
    border-radius: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    width: calc(100% - 2px);
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
}

.tc-modal-cookie-category-inner-container {
    background-color: #f5f3f0;
    color: #444;
    margin: 1rem;
    padding: 1rem;
}

.tc-modal-cookie-category-header-container {
    position: relative;
    padding: 1em;
    width: calc(100% - 35px);
    display: inline-block;
    overflow: hidden;
}

.tc-modal-cookie-category-header {
    width: 70%;
    color: #000;
    text-align: left;
    margin: 0;
}

.tc-modal-no-accordion-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tc-modal-no-accordion-heading {
    margin: 0;
}

.tc-save-prefernces-btn-container {
    margin-top: 20px;
    padding-bottom: 2rem;
    position: relative;
}

    .tc-save-prefernces-btn-container button {
        margin-bottom: 1rem;
        padding: 12px 30px;
        margin-top: 19px;
    }

        .tc-save-prefernces-btn-container button:not(:last-child) {
            margin-right: 1rem;
        }

.tc-switch {
    float: right;
    position: relative;
    width: 40px;
    height: 24px;
}

    .tc-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.tc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

    .tc-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
    }

input:checked + .tc-slider {
    background-color: #2196f3;
}

    input:checked + .tc-slider:before {
        transform: translateX(16px);
    }

input:focus + .tc-slider {
    box-shadow: 0 0 1px #2196f3;
}

.tc-slider.tc-round {
    border-radius: 33px;
}

    .tc-slider.tc-round:before {
        border-radius: 50%;
    }

.tc-modal-close-btn {
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    top: 20px;
    right: 16px;
    position: absolute;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border: none;
}

.tc-modal-close-btn:after {
        color: #000000;
        content: '\e803';
        font-family: 'fontello';
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
    }

.tc-arrow {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .tc-arrow:hover {
        background-color: #d8d8d8;
    }

    .tc-arrow:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
    }

.tc-active {
    background-color: #d8d8d8;
}

    .tc-active:after {
        content: "\2212";
    }

.tc-modal-cookie-category-desc-container {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .tc-modal {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
    }

        .tc-modal table, .tc-modal thead, .tc-modal tbody, .tc-modal th, .tc-modal td, .tc-modal tr {
            display: block;
        }

            .tc-modal thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .tc-modal tr {
            border: 1px solid #ccc;
        }

        .tc-modal td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
        }

            .tc-modal td:before {
                display: block;
                font-weight: Bold;
            }

            .tc-modal td:after {
                content: "";
                clear: both;
                display: block;
            }
}

.legible-page h2 {
    font-size: 2.6rem;
}

.legible-page h3 {
    font-size: 2.6rem;
}

p.legible-preamble {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (min-width: 1280px) {
    .legible-body-content {
        margin-right: 18rem;
    }
}
#tts-section {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
}


#tts-menu {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    border: 2px solid #27769F;
    background-color: #FFFFFF;
    margin: auto auto;
    width: fit-content;
    height: 100%;
    padding: 0.125rem 0.75rem;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
}

    #tts-menu.fixed {
        position: fixed;
        top: 0;
        left: 0;
        height: auto;
        z-index: 99;
        width: fit-content;
        margin: auto;
    }

.tts-wrapper {
    width: fit-content;
    margin: auto;
}

.tts-info {
    color: red;
    display: flex;
    align-items: center;
    max-width: 400px;
}

    .tts-info .tts-text {
        font-weight: normal;
    }

    .tts-info .tts-icon {
        font-size: 2.1rem;
    }

.tts-main-elements {
    display: flex;
    align-items: center;
    height: 100%;
}

.tts-expandable-element {
    display: flex;
    justify-items: center;
    width: fit-content;
}

.tts-text {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 0 0.313rem 0 0;
    height: fit-content;
}

.tts-element {
    border: none;
    background-color: white;
    cursor: pointer;
    color: #27769F;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.35rem 0.2rem;
    height: 100%;
    transition: none;
}

.tts-icon {
    font-size: 1.9rem;
}

.tts-element:hover,
.tts-element:focus-visible {
    background-color: #27769F;
    border-radius: 5px;
    color: white;
    transition: none;
}

.tts-element-expanded {
    position: absolute;
    background-color: #27769F;
    color: white;
    border-radius: 5px;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 0.4rem 0.2rem;
    flex-direction: column;
    justify-content: center;
    font-size: 1.9rem;
    gap: 0.4rem;
}

    .tts-element-expanded:hover,
    .tts-element-expanded:focus-visible {
        color: #a5c4d6;
        cursor: pointer;
    }


    .tts-element-expanded.hidden, .tts-info.hidden, #tts-section.hidden {
        display: none;
    }

.tts-button-text {
    padding: 0rem;
    height: 100%;
}


.tts-range {
    writing-mode: vertical-lr;
    direction: rtl;
    padding: 0 0 0.313rem 0;
    cursor: pointer;
    color: white;
    z-index: 99;
}

    .tts-range:hover {
        cursor: pointer;
    }

@media (min-width: 470px) {
    #tts-menu.fixed {
        min-width: 450px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tts-button-text {
        padding: 0.62rem;
    }
}

@media (min-width: 768px) {
    .tts-wrapper {
        width: 60%;
    }

    #tts-menu {
        width: 100%;
    }

        #tts-menu.fixed {
            width: 60%;
            left: 50%;
            transform: translateX(-50%);
        }

    .tts-info {
        max-width: none;
    }
}

@media (min-width: 1280px) {
    .tts-text, .tts-element {
        font-size: 1.3rem;
    }

    .tts-icon {
        font-size: 2.2rem;
    }
}

@media (min-width: 1440px) {
    #tts-wrapper {
        width: calc(50% - 100px);
    }
}

