/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
@import url(./open-sans-css.css?family=Open+Sans:300i,400,400i,600,600i,700);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*height: -webkit-fill-available;*/
    height: calc(100vh - calc(100vh - 100%));
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    /*height: -webkit-fill-available;*/
    height: calc(100vh - calc(100vh - 100%));
    overflow-x: hidden;
}

.show-print {
    display: none;
}

@media print {
    * {
        transition: none !important
    }

    .show-print {
        display: block;
        margin-bottom: 20px;
    }

    .hide-print {
        display: none;
    }

    .detail-info-page {
        margin: 0px 0px !important;
        padding-bottom: 10px !important;
        display: block;
    }

    body {
        display: block;
        overflow: visible;
        overflow-y: hidden;
        /*overflow: auto;
        position: fixed;*/
    }
    /*.main-content {
        overflow: auto;
        position: fixed;
    }*/
    /*.container {
        position: static;
    }*/
    .wrapper {
        overflow-y: hidden !important;
        display: block !important;
    }

    .content {
        overflow-y: hidden;
        display: block;
    }

    .breadcrumbs {
        display: none;
    }

    .promo {
        visibility: hidden;
        height: 0px !important;
        padding-top: 0px !important;
    }

    .promo-home {
        visibility: hidden;
    }

    .sticky-header {
        visibility: hidden;
        height: 15px !important;
    }

    .feedback_sidenav {
        visibility: hidden;
    }

    .readspeaker_button {
        visibility: hidden;
    }

    .footer {
        visibility: hidden;
    }

    .main-footer {
        height: 0px;
    }

    .after-footer {
        height: 0px;
    }

    .footer-text {
        color: #ffffff !important;
    }

    .modal {
        visibility: hidden;
    }

    .print:first-child {
        page-break-after: auto;
    }

    #relatedPageViewComponent {
        visibility: hidden;
        height: 0px;
    }
    /*div {
        border: 1px solid black;
    }*/
}

@font-face {
    font-family: MavenPro;
    src: url(/fonts/MavenPro-VariableFont_wght.ttf);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0072A3;
}

    a:active, a:hover {
        outline: 0;
        color: #0072A3;
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

@supports (-webkit-touch-callout: none) {
    b, strong {
        font-weight: 600
    }
}

dfn {
    font-style: italic
}

h1 {
    font-family: MavenPro;
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
    text-decoration: none;
    box-sizing: border-box;
    max-height: 999999px
}

.search-bar-width {
    width: 50%;
}

.search-bar-width-65 {
    width: 65%;
}

@media (max-width:767px) {
    .search-bar-width-65 {
        width: 90%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: MavenPro;
}

* html body, html {
    height: 100vh;
    height: -webkit-fill-available;
}
/*:root {
    --app-height: 100%;
}*/

body {
    min-height: 100%;
    min-width: 320px;
    color: #4a4a4a;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    /*height: calc(100vh - calc(100vh - 100%));*/
}

@media (max-width:506px) {
    body {
        padding: 0 0px !important;
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    /*height: 100%;
    min-height: 100vh;*/
    min-width: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*height: 100vh;*/
    /*height: -webkit-fill-available;
    height: calc(100vh - calc(100vh - 100%));*/
    position: relative;
    /*min-height: 100vh;*/
    /*min-height: 100%*/
    /*padding-bottom: 1.5rem;*/
}

.content {
    flex: 1;
    /*background: #EDF2F6;*/
    background: var(--cream, #F1EFEA);
}

.contact-ul-disk ul li {
    list-style-type: disc;
    font-size: 16px;
}

.content-news {
    background: #EDF2F6 !important;
}

.content-news-dark {
    background: #CDDDE7 !important;
    padding: 30px 0;
}

.footer {
    flex: 0;
    /*position: absolute;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 1.5rem;*/
    /*position: sticky;
    top: 110%;*/

    margin-top: 0px;
    bottom: 0;
    /*display: flex;*/
}

.footer-padding-top {
    padding-top: 25px;
}

.footer-display-flex {
    display: flex;
}

@media only screen and (max-width:767px) {
    .footer-display-flex {
        display: flex;
        width: 70%;
    }

    .content {
        padding-top: 105px;
    }

    .reduce-margin {
        padding-top: 0px;
    }

    .footer .main-footer {
        /*padding-top: 0px;*/
        padding: 15px;
    }

        .footer .main-footer .container {
            padding: 10px 15px;
            height: 50px;
        }

    .footer .after-footer {
        padding-top: 0px;
        padding-left: 0px;
    }

        .footer .after-footer .container {
            padding: 10px 15px;
            /*height: 100px;*/
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center;
        }

    .footer-margin-top {
        margin-top: 20px !important;
    }
}

.img-arrow-link {
    margin-top: -2px;
    padding-left: 12px;
    background-image: url('/images/ico-breadrumbs.svg');
    background-repeat: no-repeat;
    background-position: left center;
}

.container {
    max-width: 1500px;
    padding: 0 149px;
    margin: 0 auto;
    /*padding-left: 10px;*/
}


.container-nopadding {
    /*max-width: 1500px;*/
    /*padding: 0 149px;*/
    margin: 0 auto;
    background: #DDD1C8;
}

.container-nopadding1 {
    /*max-width: 1500px;*/
    /*padding: 0 149px;*/
    margin: 0 auto;
    background: #F1EFEA;
}

.container-nopadding2 {
    /*max-width: 1500px;*/
    /*padding: 0 149px;*/
    margin: 0 auto;
    /*background: #F1EFEA;*/
}

.container-head {
}

.container-promo {
    max-width: 1500px;
    padding: 95px 410px;
    margin: 0 auto;
    position: relative;
}

    .container-promo .promo-list {
        padding-left: 10px;
    }

        .container-promo .promo-list.border-radius {
            border-radius: 0 24px 0 0;
        }

.promo-list-redesign {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-list-li {
    display: list-item;
    width: 60%;
}

@media (max-width:1024px) {
    .promo-list-li {
        width: 80%;
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .container {
        padding: 10px 15px 5px 15px;
        /*height: 240px;*/
    }

        .container .aditional-banner-info {
            margin-top: 0 !important;
            width: 360px;
        }
}

@media (max-width:380px) {
    .container .aditional-banner-info {
        margin-top: 0 !important;
        width: 260px;
    }
}

@media (max-width:767px) {
    .container-head {
        padding: 50px 15px 5px 15px;
        /*height: 240px;*/
    }
}

.uform_wrapper input[type=radio], input[type=checkbox], textarea {
    -webkit-appearance: radio !important;
}

.uform_wrapper input[type=submit] {
    text-align: center !important;
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #db311a !important;
    background: 0 0 !important;
}

.umbraco-forms-field {
    clear: both;
    margin-top: 20px;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.row {
    margin-left: 0px;
    margin-right: -15px
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

.maintitle-top-spacer {
    height: 20px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.no-results-center {
    margin-top: 30px;
    text-align: center;
}

.no-results-left {
    margin-top: 30px;
    text-align: left;
}

.block-ttl {
    font-weight: 700;
    font-size: 46px;
    color: #1b1b1b;
    margin-bottom: 60px;
}

@media (max-width:1024px) {
    .block-ttl {
        font-size: 40px;
        margin-bottom: 45px
    }
}

@media (max-width:767px) {
    .block-ttl {
        font-size: 27px;
        margin-bottom: 30px
    }
}

.block-ttl.center {
    text-align: center
}

.block-ttl.line {
    position: relative
}

    .block-ttl.line:after {
        position: absolute;
        content: '';
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10px;
        background: #347fb5;
        height: 3px;
        width: 53px
    }

.form-control.active.focus,
.form-control.active:focus,
.form-control.focus,
.form-control:active.focus,
.form-control:active:focus,
.form-control:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.btn {
    justify-content: center;
    align-items: center;
    background: #FF5A06 0 0 no-repeat padding-box;
    min-width: 160px;
    padding: 0 20px;
    font-size: 14px;
    font: normal normal normal 18px/28px Open Sans;
    height: 55px;
    /*box-shadow: 0 4px 11px 0 #347fb5;
    box-shadow: 0 4px 11px 0 rgba(52,127,181,.37);*/
    border-radius: 100px;
    letter-spacing: 1px;
    border: none;
    /*outline: 0 solid white;*/
    text-align: left;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    outline: none !important;
}

    .btn.inline-flex {
        display: inline-flex;
    }

    .btn:hover {
        background-color: white !important;
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: 0;
        outline-color: transparent;
        outline-width: 0;
        outline-style: none;
        box-shadow: 0 0 0 0 rgba(0,123,255,0);
    }

/*.btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0 solid #FF5A06 !important;
    }*/

.width-300 {
    width: 300px !important;
}

.width-100 {
    width: 100% !important;
}

.width-95 {
    width: 95% !important;
}

.width-130 {
    width: 130px !important;
}

.btn.more-ref-meer {
    background: #0084bc;
    opacity: 0.95;
    text-align: center;
}

    .btn.more-ref-meer.active {
        color: #FFFFFF;
        background: #0084bc 0 0 no-repeat padding-box;
        background-color: #0084bc !important;
    }

        .btn.more-ref-meer.active:hover {
            background-color: #0084bc !important;
        }

@media (max-width:767px) {
    .btn {
        width: 100%
    }
}

.btn:hover {
    background: #0084BC
}

.btn.btn-white {
    background: #fff;
    color: #347fb5;
    box-shadow: 0 8px 34px 0 #000000;
    box-shadow: 0 8px 34px 0 rgba(0,0,0,.07);
    border-radius: 100px
}

    .btn.btn-white:hover {
        background: #0084BC;
        color: #fff
    }

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 20px
}

    .input-group.small {
        margin-bottom: 10px
    }

        .input-group.small input {
            height: 50px
        }

        .input-group.small .jq-selectbox__select {
            height: 50px
        }

    .input-group.btn-group {
        margin-top: 15px
    }

    .input-group input {
        height: 60px;
        display: block;
        width: 100%;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        font-size: 16px;
        color: #4a4a4a;
        padding: 0 20px
    }

    .input-group .jq-selectbox {
        display: block;
        width: 100%;
        position: relative;
        cursor: pointer
    }

    .input-group .jq-selectbox__select-text.placeholder {
        color: #aaa
    }

    .input-group .jq-selectbox__select {
        height: 60px;
        display: flex;
        align-items: center;
        width: 100%;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        font-size: 16px;
        color: #4a4a4a;
        padding: 0 20px;
        cursor: pointer
    }

    .input-group .jq-selectbox__trigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .input-group .jq-selectbox__trigger-arrow {
        background: url(../images/svg/ico-arrow-down-grey.svg) center no-repeat;
        width: 16px;
        height: 9px;
        background-size: contain
    }

    .input-group .jq-selectbox__dropdown {
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        font-size: 16px;
        color: #4a4a4a;
        width: 100%;
        padding: 10px 20px
    }

        .input-group .jq-selectbox__dropdown ul li {
            margin-bottom: 10px
        }

            .input-group .jq-selectbox__dropdown ul li:last-child {
                margin-bottom: 0
            }

.top-photo {
    height: 320px;
    background: url(../images/bg-top-block.jpg) center no-repeat;
    background-size: cover
}

.top-photo-TIS {
    height: 320px;
    background: url(../images/bg-tis.jpg) center no-repeat;
    background-size: cover
}

.top-photo-vaccin {
    height: 320px;
    background: url(../images/bg-vaccin.jpg) center no-repeat;
    background-size: cover
}

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .breadcrumbs {
        margin-top: 0px;
        margin-bottom: 15px
    }
}

.breadcrumbs ul {
    display: flex;
    /*padding-left: 0;*/
    padding-left: var(--bs-gutter-x,0rem);
    /*margin-left: 10px;*/
}

    .breadcrumbs ul li {
        position: relative;
        margin-right: 47px
    }

        .breadcrumbs ul li:after {
            position: absolute;
            content: '';
            right: -25px;
            top: 6px;
            background: url(../images/svg/ico-breadrumbs.svg) center no-repeat;
            width: 6px;
            height: 10px
        }

        .breadcrumbs ul li:last-child {
            margin-right: 0
        }

            .breadcrumbs ul li:last-child:after {
                display: none
            }

        .breadcrumbs ul li a {
            font-size: 15px;
            /*color: #747474;*/
            color: #05334F;
            text-decoration: underline;
            text-decoration-skip-ink: none;
        }

        .breadcrumbs ul li span {
            font-size: 15px;
            /*color: #347fb5*/
            color: #FF5A06;
        }

@media (max-width:510px) {
    .breadcrumbs ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .breadcrumbs ul li a {
            font-size: 12px;
            color: #747474;
            text-decoration: underline;
            text-decoration-skip-ink: none;
        }

        .breadcrumbs ul li span {
            font-size: 12px;
            /*color: #347fb5;*/
            color: #FF5A06;
        }
}

@media (max-width:370px) {
    .breadcrumbs .container {
        display: none;
    }
}

.pagination {
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between
}

@media (max-width:1024px) {
    .pagination {
        justify-content: center
    }
}

@media (max-width:767px) {
    .pagination {
        margin-bottom: 50px
    }
}

.pagination .pages {
    display: flex
}

    .pagination .pages li {
        margin-right: 10px
    }


@media (max-width:1024px) {
    .pagination .pages li {
        display: none
    }

        .pagination .pages li.current-page, .pagination .pages li.next-page, .pagination .pages li.next-page-btn, .pagination .pages li.prev-page, .pagination .pages li.prev-page-btn {
            display: flex
        }
}

.pagination .pages li:last-child {
    margin-right: 0
}

.pagination .pages li a, .pagination .pages li span {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #fff;
    border: 1px solid #e7e9f5;*/
    border-radius: 3px;
    font-size: 16px;
    color: #05334F;
    width: 56px;
    height: 56px
}

@media (max-width:767px) {
    .pagination .pages li a, .pagination .pages li span {
        width: 45px;
        height: 45px
    }
}

.pagination .pages li a .icon, .pagination .pages li span .icon {
    width: 8px;
    height: 14px;
    fill: #003e49
}

.pagination .pages li a:hover {
    border-color: #d7d9e2
}

.pagination .pages li.current-page a, .pagination .pages li.current-page span {
    color: #FF5A06;
}

.after-footer {
    /*background: #3a434e*/
    border-top: 1px solid #0080BA;
    opacity: 1;
    background: #005b88;
    padding-left: 25px;
    padding-top: 30px;
}

    .after-footer .container {
        display: flex;
        height: 55px;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: #003B6E;
    }

.copyright-footer {
    color: #f1efea;
    font-size: smaller;
}

.container-footer {
    padding-top: 25px;
    padding-left: 150px;
    padding-right: 160px;
    padding-bottom: 10px;
}

@media (max-width:767px) {
    .container-footer {
        height: 100% !important;
    }

    .after-footer .container {
        flex-wrap: wrap;
        height: 150px;
        align-content: center
    }

        .after-footer .container .copyright {
            width: 100%;
            text-align: center;
            padding: 7px 0
        }

        .after-footer .container .links {
            width: 100%;
            text-align: center;
            padding: 7px 0;
        }
}

.after-footer .container .delimetre {
    padding: 0 5px;
    color: white;
}

.after-footer .container a {
    /*color: #003B6E;*/
    color: #f1efea;
    font-size: smaller;
}

    .after-footer .container a:hover {
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }

.main-footer {
    /*background: #45505d;*/
    background: #0084bc;
    /*border-top: 1px solid #0080BA;*/
    opacity: 1;
    padding-top: 45px
}

    .main-footer .container .col-wr {
        display: flex;
        flex-wrap: wrap;
        /*margin-left: 15px;*/
        /*margin-right: -15px;*/
        padding-bottom: 25px
    }

    /*@media (max-width:767px) {
    .main-footer .container .col-wr {
        padding-bottom: 0
    }
}*/

    .main-footer .container .list-ttl {
        margin-bottom: 23px;
        text-align: left;
        font: normal normal bold 18px/10px Open Sans;
        letter-spacing: 0;
        /*color: #003B6E;*/
        color: #ffffff;
        opacity: 1;
    }

@media (max-width:767px) {
    .main-footer .container .list-ttl.mobile-center {
        text-align: center
    }
}

.main-footer .col .footer-list {
    /*padding-left: 8px;*/
    /*list-style: none;
    list-style-type: none;*/
    margin-bottom: 30px;
}

    .main-footer .col .footer-list li {
        margin-top: 10px;
        margin-bottom: 10px;
        /*padding-left: 5px*/
    }

.main-footer .col .title {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.main-footer .col .footer-list li a {
    font-size: 14px;
    /*color: #000000;*/
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.main-footer .container .footer-list li a:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.main-footer .container .footer-list li a:before {
    position: absolute;
    /*content: '';*/
    left: -13px;
    top: 6px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #6a737d
}

.main-footer .container .img-wr {
    text-align: center
}

.main-footer .container .desc {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    max-width: 180px;
    margin: 17px auto 0
}

.main-footer .container .download {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .main-footer .container .download {
        justify-content: space-around
    }
}

.main-footer .container .download img {
    max-width: 100%;
    height: auto
}

.main-footer .container .who {
    width: 100%;
    margin: 0 auto
}

@media (max-width:767px) {
    .main-footer .container .who {
        border-top: 1px solid #546272;
        border-bottom: 1px solid #546272;
        padding: 35px 0
    }
}

.main-footer .container .col {
    width: 33%;
    padding: 0 15px
}

@media (max-width:1024px) {
    .main-footer .container .col {
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .main-footer .container .col {
        width: 100%
    }
}

.sticky-header {
    display: block;
    position: fixed;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 95px;
    background-color: white;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    z-index: 10;
}

@media (max-width:767px) {
    .sticky-header {
        height: 110px;
        position: absolute;
    }
}

.main-header {
    /*border-bottom: 1px solid #f0f0f0;*/
    height: 85px;
}

    .main-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px auto;
    }

        .main-header .container.nl {
            padding-top: 8px;
            margin: 10px auto 15px auto;
            padding-left: 138px;
        }

@media (max-width:767px) {
    .main-header {
        height: 100px;
    }
}

@media (max-width:767px) {
    .main-header .container {
        position: relative
    }

        .main-header .container.nl {
            padding-top: 8px;
            margin: 10px auto 15px auto;
            padding-left: 10px;
        }
}

@media (max-width:767px) {
    .block-ttl-tis {
        font-size: 20px !important;
    }
}

@media (max-width:767px) {
    .main-header .logo-wr img {
        width: 100px;
        height: 6vh; /*auto*/
        */
    }

    .mobile-menu .logo-wr .logo-link img {
        width: 100px;
        height: auto
    }

    .mobile-menu .menu-icon {
        width: 24px;
        height: 17px;
    }
}

@media (max-width:380px) {
    .main-header .logo-wr img {
        width: 75px;
        height: auto
    }

    .mobile-menu .ul-nav {
        width: 90%;
        padding-left: 0px !important;
        min-width: 200px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    body {
        min-width: 200px;
    }
}

.main-header .right-menu {
    display: flex;
    align-items: center
}

    .main-header .right-menu .nav-menu ul li {
        display: none !important;
    }

        .main-header .right-menu .nav-menu ul li:first-child {
            margin-right: 45px;
            position: relative;
            display: inline-flex !important;
        }

        .main-header .right-menu .nav-menu ul li:last-child {
            margin-right: 45px;
            position: relative;
            display: inline-flex !important;
        }

@media (max-width:1024px) {
    .main-header .right-menu .nav-menu ul {
        display: flex
    }

        .main-header .right-menu .nav-menu ul li {
            margin-right: 20px
        }
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li {
        margin-right: 0;
        position: static
    }

        .main-header .right-menu .nav-menu ul li:first-child {
            margin-right: 5px;
            position: relative;
            display: inline-flex !important;
        }

        .main-header .right-menu .nav-menu ul li:last-child {
            margin-right: 5px;
            position: relative;
            display: inline-flex !important;
        }
}

.main-header .right-menu .nav-menu ul li:last-child {
    margin-right: 0
}

.main-header .right-menu .nav-menu ul li a.nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #003b6e;
    /*text-transform: uppercase;*/
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li a.nav-link {
        display: none
    }

        .main-header .right-menu .nav-menu ul li a.nav-link.dropdown {
            display: inline-flex
        }
}

.main-header .right-menu .nav-menu ul li a.nav-link:after {
    position: absolute;
    content: '';
    bottom: -36px;
    left: 0;
    right: 0;
    background: 0 0;
    height: 2px;
    transition: all .3s ease-in-out
}

.main-header .right-menu .nav-menu ul li a.nav-link .ico {
    display: inline-flex;
    margin-right: 10px
}

.main-header .right-menu .nav-menu ul li a.nav-link.active, .main-header .right-menu .nav-menu ul li a.nav-link:hover {
    color: #347fb5
}

    .main-header .right-menu .nav-menu ul li a.nav-link.active:after, .main-header .right-menu .nav-menu ul li a.nav-link:hover:after {
        background: #347fb5
    }

.main-header .right-menu .nav-menu ul li .dropdown-content {
    display: none;
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background: #fff;
    box-shadow: 0 12px 14px 0 #000000;
    box-shadow: 0 12px 14px 0 rgba(0,0,0,.22);
    border-radius: 5px;
    padding: 40px 30px 30px;
    z-index: 3
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content {
        left: 9px;
        right: 9px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding: 25px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content:before {
    width: 17px;
    height: 17px;
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -8px;
    background: #fff
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px
}

    .main-header .right-menu .nav-menu ul li .dropdown-content ul li {
        width: 100%;
        margin-bottom: 25px
    }

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content ul li {
        margin-bottom: 20px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li:last-child {
    margin-bottom: 0
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li a {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    padding-left: 21px;
    display: flex
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content ul li a {
        font-size: 15px;
        line-height: 23px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li a:hover {
    color: #347fb5
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background: url(../images/svg/ico-arrow-right.svg) center no-repeat;
    background-size: contain;
    width: 9px;
    height: 16px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content ul li a:before {
        width: 8px;
        height: 14px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .ttl {
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .ttl {
        font-size: 15px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .form-wr {
    position: relative;
    width: 528px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .form-wr {
        width: 100%
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .input {
    display: block;
    width: 100%;
    border: none;
    padding-left: 50px;
    padding-right: 200px;
    height: 50px;
    border-radius: 30px;
    background: url(../images/svg/ico-search.svg),#f7f7f7;
    background-position: 25px 17px;
    background-repeat: no-repeat;
    background-size: 15px 15px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .input {
        padding-right: 60px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 182px;
    height: 50px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .btn {
        font-size: 0;
        width: 50px;
        min-width: 50px;
        background: url(../images/svg/ico-search-white.svg) center center no-repeat,#347fb5
    }
}

.main-header .right-menu .lang-select {
    margin-right: 25px;
    margin-left: 65px
}

@media (max-width:1024px) {
    .main-header .right-menu .lang-select {
        margin-left: 30px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .main-header .right-menu .lang-select {
        margin-left: 20px
    }
}

.main-header .right-menu .mobile-hamb {
    display: none;
    height: 60px
}

@media (max-width:767px) {
    .main-header .right-menu .mobile-hamb {
        display: inline-flex;
        align-items: center
    }
}

.main-header .right-menu .font-size {
    height: 112px;
    border-left: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 18px;
    color: #575757
}

@media (max-width:767px) {
    .main-header .right-menu .font-size {
        display: none
    }
}

.main-header .right-menu .font-size .letter {
    font-weight: 600;
    font-size: 24px;
    color: #347fb5;
    margin-right: 8px
}

.main-header .right-menu .font-size .sizer {
    position: relative;
    margin-left: 10px
}

    .main-header .right-menu .font-size .sizer .up {
        position: absolute;
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer
    }

        .main-header .right-menu .font-size .sizer .up .icon {
            width: 16px;
            height: 9px
        }

    .main-header .right-menu .font-size .sizer .down {
        position: absolute;
        bottom: -19px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer
    }

        .main-header .right-menu .font-size .sizer .down .icon {
            width: 16px;
            height: 9px
        }

    .main-header .right-menu .font-size .sizer .current {
        font-weight: 600;
        font-size: 16px;
        color: #347fb5
    }

.center-div {
    text-align: center;
    /*min-height: 260px;*/
    margin-bottom: 25px;
}

.pregnant {
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 0 !important;
}

    .pregnant .photo {
        background: url(../images/bg-pregnant.jpg) center no-repeat;
        background-size: cover;
        height: 280px;
        border-bottom: 0 solid #70d9e7;
        margin-bottom: 0 !important;
        cursor: pointer;
    }

    .pregnant .ttl {
        font-weight: 700;
        font-size: 16px;
        color: #1b1b1b;
        text-align: center;
        margin-bottom: 20px
    }

    .pregnant .link {
        font-size: 16px;
        color: #303030;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        position: relative;
    }

.phone-sidebar {
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    margin-top: 40px;
    text-align: center
}

    .phone-sidebar .img-wr {
        margin-top: 35px;
        margin-bottom: 18px
    }

    .phone-sidebar .link {
        font-weight: 700;
        font-size: 16px;
        color: #1b1b1b;
        text-decoration: none;
        letter-spacing: 0;
        text-align: center;
        line-height: 27px;
        display: inline-block;
        margin-bottom: 33px
    }

        .phone-sidebar .link.active {
            color: #347fb5
        }

    .phone-sidebar .hide-block {
        display: none;
        position: relative;
        padding: 27px 15px 10px
    }

        .phone-sidebar .hide-block:before {
            position: absolute;
            content: '';
            left: 30px;
            right: 30px;
            top: 0;
            height: 1px;
            background: #f0f0f0
        }

        .phone-sidebar .hide-block p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #4a4a4a;
            letter-spacing: 0;
            text-align: center;
            line-height: 26px
        }

            .phone-sidebar .hide-block p a {
                color: #347fb5
            }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #347fb5;
    opacity: 0.9;
    /*filter: alpha(opacity=20);*/
    background: white;
    padding-left: 3px;
    padding-right: 3px;
    border: 2px solid white;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff
}

    .mobile-menu .header {
        padding: 10px 10px 10px 10px;
    }

    .mobile-menu .logo {
        float: left;
    }

    .mobile-menu .menu-icon {
        float: right;
    }

    .mobile-menu .close {
        position: absolute;
        top: 18px;
        right: 24px
    }

    .mobile-menu ul {
        background-color: white;
        /*margin-top: 75px;*/
        border-top: 1px solid #f2f2f2
    }

        .mobile-menu ul li a {
            font-weight: 800;
            /*text-transform: uppercase;*/
            font-size: 13px;
            /*color: #1b1b1b;*/
            color: #05334f;
            display: block;
            padding: 22px 0;
            /*text-align: center;*/
            border-bottom: 1px solid #e6e6e6
        }
.link-no-underline {
    border-bottom: 0px solid #e6e6e6 !important;
}

.option-hide {
    display: none;
}

.jq-select-multiple, .jq-selectbox {
    position: relative;
    display: inline-block
}

    .jq-select-multiple select, .jq-selectbox select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0
    }

    .jq-select-multiple li, .jq-selectbox li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap
    }

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.input-group .jq-selectbox__dropdown {
    position: sticky;
}

    .input-group .jq-selectbox__dropdown ul li:first-child {
        display: none;
    }

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

    .jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
        -webkit-appearance: none
    }

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.body-text {
    margin-top: 20px;
    font-family: MavenPro;
    font-weight: 500;
    font-size: 16px;
}

.promo {
    top: 95px;
    height: 500px;
    /*background: transparent url('../images/bg-top-block.jpg') 0 13% no-repeat padding-box;*/
    background-size: cover;
    padding-top: 240px;
    padding-bottom: 10px
}

@media (max-width:767px) {
    .promo {
        /* margin-bottom: 250px;*/
        padding-top: 0
    }
}

.promo .quick-link-banner {
    padding: 10px;
    background-color: #347fb5;
    color: white;
    width: calc(100% / 3 - 2%);
    height: 180px;
    margin-top: -80px;
    margin-bottom: -20px;
}

    .promo .quick-link-banner h3, .promo .quick-link-banner ul li a {
        color: white !important;
    }

    .promo .quick-link-banner li a {
        background-image: url(../images/svg/ico-arrow-right-white.svg);
        margin-top: -2px;
        padding-left: 12px;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 16px;
    }

    .promo .quick-link-banner ul li {
        margin-top: 5px;
        padding: 5px;
        padding-left: 15px;
        list-style: none;
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }

.promo-list-msg {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 0 #347fb5;
    border-radius: 24px 24px 0 0;
    opacity: 1;
    width: max-content;
    height: 35px;
}

    .promo-list-msg p {
        margin: 0 15px 7px 15px;
        color: #003B6E;
        text-align: left;
        font-size: 14px;
        padding-top: 6px;
        font-weight: 600;
    }

.promo .promo-list {
    /*position: relative;*/
    /*bottom: -95px;*/
    display: inline-flex;
    /*margin-left: -15px;
    margin-right: -15px;*/
    /*flex-wrap: wrap;*/
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 0 #347fb5;
    border-radius: 24px 24px 0 0;
    opacity: 1;
}

    /*@media (max-width:767px) {
    .promo .promo-list {
        bottom: -227px
    }
}*/

    .promo .promo-list li {
        /*padding: 0;*/
        width: 320px;
    }

@media (max-width:767px) {
    .promo .promo-list li {
        width: 100%;
        margin-bottom: 15px
    }
}

.promo .promo-list li.item {
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    margin: 25px 0 5px 0;
    border-left: 1px solid #B4581C;
    min-width: 220px;
}

@media (max-width:767px) {
    .promo .promo-list li.item {
        border-left: 0;
        width: 95%;
        /*box-shadow: 10px 10px 5px #e6e6e6;*/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

.promo .promo-list li.item:first-child {
    border-left: 0;
    /*min-width: 355px;*/
}

@media (max-width:767px) {
    .promo .promo-list li.item:first-child {
        border-left: 0;
        /*border-left: 1px solid #B4581C;*/
    }
}

/*.promo .promo-list li.item:nth-child(2) {
    width: fit-content;
}*/

@media (max-width:767px) {
    .promo .quick-link-banner {
        padding: 10px;
        background-color: #347fb5;
        color: white;
        width: 100%;
        height: 150px;
        margin-top: 60px;
        margin-bottom: -150px;
    }

    .promo .promo-list {
        display: flow-root;
    }

        .promo .promo-list li.item {
            padding: 0;
            align-items: center;
            border-radius: 12px 12px 12px 0;
        }

            .promo .promo-list li.item:after {
                position: absolute;
                content: '';
                right: 13px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../images/svg/ico-arrow-right.svg) center no-repeat;
                width: 9px;
                height: 16px;
                background-size: contain
            }
}

.promo .promo-list li.item:hover {
    border-color: #347fb5;
    box-shadow: 0 15px 10px -15px #347fb5
}

.promo .promo-list li.item .link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.promo .promo-list li.item .ico-wr {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 95px;
    margin-left: 15px;
}

    .promo .promo-list li.item .ico-wr img {
        max-height: 90px;
    }

@media (max-width:767px) {
    .promo .promo-list li.item .ico-wr {
        width: 33px;
        align-items: center
    }

        .promo .promo-list li.item .ico-wr img {
            max-width: 100%;
            max-height: 47px
        }
}

.promo .promo-list li.item .text {
    width: 100%;
    color: #003B6E;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
    /*font: normal normal normal 24px/33px Open Sans;*/
    letter-spacing: 0;
    opacity: 1;
}

@media (max-width:767px) {
    .promo .promo-list li.item .text {
        width: calc(100% - 35px);
        margin-top: 0;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 20px;
        text-align: left
    }
}

.main-content {
    /* border-top: 1px solid #0080BA;*/
    /*padding-top: 25px;*/
    min-height: 1000px;
}

@media (max-width:767px) {
    .main-content {
        border-top: 0px solid #0080BA;
    }
}

.actual {
    margin-top: 150px;
    padding-bottom: 80px
}

    .actual .actual-list .actual-item {
        height: 100%;
        background: #fff;
        box-shadow: 0 2px 34px 0 #000000;
        box-shadow: 0 2px 34px 0 rgba(0,0,0,.05);
        border-radius: 4px;
        padding: 25px 20px 80px;
        position: relative;
        transition: all .3s ease-in-out
    }

        .actual .actual-list .actual-item:hover {
            box-shadow: 0 2px 34px 0 #000000;
            box-shadow: 0 2px 34px 0 rgba(0,0,0,.12)
        }

            .actual .actual-list .actual-item:hover .ttl {
                color: #347fb5
            }

        .actual .actual-list .actual-item .big-link {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

        .actual .actual-list .actual-item .ttl {
            color: #1b1b1b;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 18px
        }

        .actual .actual-list .actual-item .desc {
            font-size: 14px;
            color: #4a4a4a
        }

        .actual .actual-list .actual-item .actions {
            position: absolute;
            bottom: 15px;
            left: 20px;
            right: 20px;
            display: flex;
            justify-content: space-between
        }

            .actual .actual-list .actual-item .actions .date {
                font-weight: 600;
                font-size: 14px;
                color: #c3c3c3
            }

            .actual .actual-list .actual-item .actions .link {
                font-style: italic;
                font-size: 16px;
                color: #347fb5;
                position: relative;
                padding-right: 12px
            }

                .actual .actual-list .actual-item .actions .link:after {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 7px;
                    background: url(../images/svg/ico-arrow-right.svg) center no-repeat;
                    width: 6px;
                    height: 10px
                }

    .actual .actual-list ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

        .actual .actual-list ul li {
            padding: 0 15px;
            width: calc(100% / 3);
            margin-bottom: 30px
        }

@media (max-width:1024px) {
    .actual .actual-list ul li {
        width: 50%
    }
}

@media (max-width:767px) {
    .actual .actual-list ul li {
        width: 100%
    }
}

.actual .btn-wr {
    text-align: center;
    margin-top: 50px
}

@media (max-width:767px) {
    .actual .btn-wr {
        margin-top: 15px
    }
}

.actual .btn-wr .btn {
    width: 260px
}

@media (max-width:767px) {
    .actual .btn-wr .btn {
        width: 100%
    }
}

.subscribe {
    background: #fbfbfb;
    padding: 35px 0
}

    .subscribe .box {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        border-radius: 4px
    }

        .subscribe .box .causes {
            width: 50%;
            border-right: 1px solid #f0f0f0
        }

@media (max-width:767px) {
    .subscribe .box .causes {
        width: 100%;
        border-right: none
    }
}

.subscribe .box .causes ul {
    height: 100%;
    display: flex;
    flex-direction: column
}

    .subscribe .box .causes ul li {
        height: calc(100% / 3);
        align-items: center;
        display: flex;
        padding-left: 50px;
        border-bottom: 1px solid #f0f0f0;
        position: relative
    }

        .subscribe .box .causes ul li .full-link {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1
        }

        .subscribe .box .causes ul li:hover .text {
            color: #347fb5;
            text-decoration: underline;
            text-decoration-skip-ink: none;
        }

@media (max-width:767px) {
    .subscribe .box .causes ul li {
        height: 110px;
        padding-left: 30px
    }
}

.subscribe .box .causes ul li:last-child {
    border-bottom: none
}

@media (max-width:767px) {
    .subscribe .box .causes ul li:last-child {
        border-bottom: 1px solid #f0f0f0
    }
}

.subscribe .box .causes ul li .ico-wr {
    width: 70px;
    text-align: center
}

@media (max-width:767px) {
    .subscribe .box .causes ul li .ico-wr {
        width: 40px
    }

        .subscribe .box .causes ul li .ico-wr img {
            max-width: 100%;
            max-height: 43px
        }
}

.subscribe .box .causes ul li .text {
    font-weight: 600;
    font-size: 20px;
    color: #1b1b1b;
    padding-left: 30px;
    padding-right: 15px
}

@media (max-width:767px) {
    .subscribe .box .causes ul li .text {
        font-size: 16px;
        line-height: 27px
    }
}

.subscribe .box .subscribe-form {
    width: 50%;
    padding: 0 30px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form {
        width: 100%;
        padding: 0 15px
    }
}

.subscribe .box .subscribe-form .form-wr {
    max-width: 360px;
    width: 100%;
    margin: 70px auto 60px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form .form-wr {
        margin-top: 40px
    }
}

.subscribe .box .subscribe-form .form-wr .ico-wr {
    text-align: center;
    margin-bottom: 35px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form .form-wr .ico-wr {
        margin-bottom: 28px
    }

        .subscribe .box .subscribe-form .form-wr .ico-wr img {
            width: 78px
        }
}

.subscribe .box .subscribe-form .form-wr .ttl {
    font-weight: 600;
    font-size: 24px;
    color: #1b1b1b;
    text-align: center;
    line-height: 33px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form .form-wr .ttl {
        font-size: 20px;
        line-height: 31px
    }
}

.subscribe .box .subscribe-form .form-wr .input-group .btn {
    width: 100%;
    font-size: 15px;
    height: 65px
}

    .subscribe .box .subscribe-form .form-wr .input-group .btn .ico {
        margin-right: 10px
    }

.news-text-header {
    color: var(--darkblue, #05334F);
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-text-date {
    color: var(--darkblue, #05334F);
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-row-nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.news-list {
    padding-bottom: 100px;
    min-height: 800px;
}

    .news-list .news-list-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .news-list .news-list-content .list-wr {
            /*width: calc(100% - 290px);
            padding-right: 100px*/
            width: 100%;
        }

            .news-list .news-list-content .list-wr .list-item {
                padding-left: 0;
            }

                .news-list .news-list-content .list-wr .list-item h2 {
                    font: normal normal bold 1.5rem Open Sans;
                }

.news-list-content .container .list-wr .list-item ul li {
    list-style-type: initial;
    margin-left: 5px;
}

.main-info .ttl-tis ul li {
    list-style-type: initial;
}

/*@media (max-width:1024px) {
    .news-list .news-list-content .list-wr {
        padding-right: 30px;
        width: calc(100% - 150px)
    }
}*/

@media (max-width:767px) {
    .news-list .news-list-content .list-wr {
        width: 100%;
        padding-right: 0
    }
}

.news-list .news-list-content .list-wr .knowledge {
    margin-top: 40px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge {
        margin-bottom: 60px
    }
}

.news-list .news-list-content .list-wr .knowledge .ttl {
    font-weight: 700;
    font-size: 24px;
    color: #1b1b1b;
    margin-bottom: 25px
}

.news-list .news-list-content .list-wr .knowledge p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px;
    margin-bottom: 30px
}

.news-list .news-list-content .list-wr .knowledge .info {
    border-top: 1px solid #f0f0f0;
    margin-top: 45px;
    padding-top: 45px;
    display: flex;
    align-items: center
}

.news-list .news-list-content .list-wr .form-group span {
    font-size: 16px;
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge .info {
        flex-wrap: wrap
    }
}

.news-list .news-list-content .list-wr .knowledge .info .logo-wr {
    margin-right: 30px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge .info .logo-wr {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.news-list .news-list-content .list-wr .knowledge .info .text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge .info .text {
        width: 100%
    }
}

.news-list .news-list-content .list-wr .search-box .search-ttl {
    font-style: italic;
    font-size: 16px;
    color: #347fb5;
    margin-top: 25px;
    margin-bottom: 50px
}

.news-list .news-list-content .list-wr .search-box .form-wr {
    display: flex;
    position: relative
}

    .news-list .news-list-content .list-wr .search-box .form-wr .input-search {
        background: url(../images/svg/ico-search.svg),#f7f7f7;
        background-position: 25px 23px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        border-radius: 30px;
        height: 62px;
        border: none;
        display: block;
        width: 100%;
        padding-right: 20px;
        padding-left: 50px
    }

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .search-box .form-wr .input-search {
        padding-right: 20px
    }
}

.news-list .news-list-content .list-wr .search-box .form-wr .btn {
    display: inline-flex;
    position: absolute;
    right: 12px;
    top: 10px;
    height: 40px;
    width: 150px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .search-box .form-wr .btn {
        font-size: 0;
        width: 60px;
        min-width: 60px;
        background: url(../images/svg/ico-search-white.svg) center center no-repeat,#347fb5;
        top: -3px;
    }
}

.news-list .news-list-content .list-wr .filter-box {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 4px;
    padding: 0 30px;
    margin-bottom: 30px;
    width: fit-content;
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box {
        height: auto;
        background: 0 0;
        flex-wrap: wrap;
        padding: 0
    }
}

.news-list .news-list-content .list-wr .filter-box .mobile-filter {
    display: none
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box .mobile-filter {
        display: block;
        width: 100%
    }
}

.news-list .news-list-content .list-wr .filter-box .filter-ttl {
    font-size: 16px;
    color: #303030
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box .filter-ttl {
        display: block;
        width: 100%;
        margin-bottom: 7px
    }
}

.news-list .news-list-content .list-wr .filter-box ul.desktop {
    display: flex;
    align-items: center;
    /*margin-left: 25px;*/
    margin-bottom: 0;
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box ul.desktop {
        display: none
    }
}

.news-list .news-list-content .list-wr .filter-box ul.desktop li {
    margin-right: 25px
}

    .news-list .news-list-content .list-wr .filter-box ul.desktop li:last-child {
        margin-right: 0
    }

    .news-list .news-list-content .list-wr .filter-box ul.desktop li a, .news-list .news-list-content .list-wr .filter-box ul.desktop li span {
        font-weight: 600;
        font-size: 16px;
        /*color: #1b1b1b;*/
        color: #05334F;
    }

        .news-list .news-list-content .list-wr .filter-box ul.desktop li a.active, .news-list .news-list-content .list-wr .filter-box ul.desktop li span.active {
            color: #FF5A06;
            position: relative
        }

            .news-list .news-list-content .list-wr .filter-box ul.desktop li a.active:after, .news-list .news-list-content .list-wr .filter-box ul.desktop li span.active:after {
                position: absolute;
                content: '';
                height: 1px;
                left: 0;
                right: 0;
                bottom: -19px;
                background: #FF5A06
            }

.news-list .news-list-content .list-wr .list li .list-item {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap
}

    .news-list .news-list-content .list-wr .list li .list-item .date {
        font-weight: 600;
        font-size: 15px;
        color: #c3c3c3;
        width: 100%;
        margin-bottom: 15px
    }

    .news-list .news-list-content .list-wr .list li .list-item .ttl {
        font-weight: 600;
        font-size: 20px;
        color: #1b1b1b;
        width: 100%;
        margin-bottom: 10px
    }

    .news-list .news-list-content .list-wr .list li .list-item .text {
        font-size: 14px;
        color: #4a4a4a;
        line-height: 24px;
        margin-bottom: 18px;
        width: 100%
    }

    .news-list .news-list-content .list-wr .list li .list-item .link {
        color: #347fb5;
        font-style: italic;
        position: relative;
        padding-right: 12px
    }

        .news-list .news-list-content .list-wr .list li .list-item .link:after {
            position: absolute;
            content: '';
            right: 0;
            top: 6px;
            background: url(../images/svg/ico-arrow-right.svg) center no-repeat;
            width: 6px;
            height: 10px
        }

.news-list .news-list-content .sidebar {
    width: 290px
}

.list-item ul li {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width:1024px) {
    .news-list .news-list-content .sidebar {
        width: 250px
    }
}

@media (max-width:767px) {
    .news-list .news-list-content .sidebar {
        width: 100%;
        margin-bottom: 50px
    }
}

.news-list .news-list-content .sidebar .form-wr {
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    padding: 35px 15px 20px;
    margin-top: 26px;
}

    .news-list .news-list-content .sidebar .form-wr .ico {
        text-align: center;
        margin-bottom: 10px
    }

        .news-list .news-list-content .sidebar .form-wr .ico img {
            width: 59px
        }

    .news-list .news-list-content .sidebar .form-wr .ttl {
        font-weight: 700;
        font-size: 16px;
        color: #303030;
        text-align: center;
        line-height: 27px;
        margin-bottom: 20px
    }

    .news-list .news-list-content .sidebar .form-wr .btn {
        width: 100%
    }

        .news-list .news-list-content .sidebar .form-wr .btn .ico {
            margin-bottom: 0;
            margin-right: 10px
        }

            .news-list .news-list-content .sidebar .form-wr .btn .ico img {
                width: 17px
            }

.feedback-header {
    width: 35% !important;
}

.feedback-section {
    /*margin: 0 20px;*/
    border: 1px solid #CDDDE7;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 80px !important;
    padding: 20px 0;
}

.feedback-section2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.feedback-padding-25p {
    padding-right: 25%;
    /*padding-left: 10%*/
}

.feedback-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.btn-height-40 {
    height: 40px;
}

.padding-left-160 {
    padding-left: 160px;
}

.detail-info-page {
    padding-bottom: 30px;
    margin: 35px 0px;
}

    .detail-info-page .sub-ttl {
        color: #c43381;
        font-style: italic;
        font-size: 16px;
        font-weight: 300;
        margin-top: -40px;
        margin-bottom: 30px
    }

@media (max-width:1024px) {
    .detail-info-page .sub-ttl {
        margin-top: -20px
    }
}

@media (max-width:767px) {
    .detail-info-page {
        padding-bottom: 100px;
        margin: 0px 0px;
    }

        .detail-info-page .sub-ttl {
            margin-top: -10px
        }

    .feedback-header {
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .feedback-padding-25p {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.detail-info-page .sub-ttl .ico {
    margin-left: 3px
}

    .detail-info-page .sub-ttl .ico img {
        margin-bottom: -5px
    }

.detail-info-page .detail-content {
    /*border-top: 3px solid #fbfbfb;*/
    display: flex;
    flex-wrap: wrap
}

.detail-correction {
    padding-left: 0;
}

.detail-info-page .main-info {
    /*width: calc(100% - 0);*/
    /*padding-right: 100px;*/
    /*padding-top: 10px;*/
    padding-left: 0px;
    width: 100%;
    background: #F1EFEA;
}

    .detail-info-page .main-info p strong {
        font-family: MavenPro;
        font-weight: 600;
    }

@media (max-width:1024px) {
    .detail-info-page .main-info {
        /*padding-right: 30px;
        width: calc(100% - 50px)*/
    }
}

@media (max-width:767px) {
    .detail-info-page .main-info {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        /*margin-top: 40px;*/
    }
}

.detail-info-page .main-info .ttl {
    font-weight: 700;
    font-size: 20px;
    color: #1b1b1b;
    margin-bottom: 20px;
    margin-top: 40px
}

.detail-info-page .main-info p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px;
    margin-bottom: 0px
}

.detail-info-page .main-info .knownsideEffectsContent {
    padding-top: 20px;
    display: none;
}

    .detail-info-page .main-info .knownsideEffectsContent p {
        margin-bottom: 0;
    }

    .detail-info-page .main-info .knownsideEffectsContent h3 {
        color: #122231 !important;
        font-size: 17px;
        line-height: 1.529411765em;
        font-weight: 700;
        margin-top: 20px;
    }

    .detail-info-page .main-info .knownsideEffectsContent ul li {
        margin-left: 24px;
        transition: all .2s ease-in-out;
        margin-top: 8px;
    }

.detail-info-page .main-info .risk-list {
    max-width: 540px
}

    .detail-info-page .main-info .risk-list li {
        width: 100%;
        margin-bottom: 12px
    }

        .detail-info-page .main-info .risk-list li .risk-item {
            display: flex;
            border: 1px solid #f0f0f0;
            border-radius: 4px;
            padding: 13px 13px 13px 25px;
            display: flex;
            flex-wrap: wrap;
            position: relative
        }

            .detail-info-page .main-info .risk-list li .risk-item:before {
                position: absolute;
                content: '';
                left: -1px;
                top: -1px;
                bottom: -1px;
                width: 4px;
                border-radius: 4px 0 0 4px
            }

            .detail-info-page .main-info .risk-list li .risk-item.green1:before {
                background: #216d4a
            }

            .detail-info-page .main-info .risk-list li .risk-item.green2:before {
                background: #15ac3b
            }

            .detail-info-page .main-info .risk-list li .risk-item.orange:before {
                background: #f5a623
            }

            .detail-info-page .main-info .risk-list li .risk-item.red:before {
                background: #d0021b
            }

            .detail-info-page .main-info .risk-list li .risk-item.blue:before {
                background: #70d9e7
            }

            .detail-info-page .main-info .risk-list li .risk-item .risk-ttl {
                font-weight: 700;
                font-size: 16px;
                color: #1b1b1b;
                width: 100%;
                margin-bottom: 6px;
            }

                .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip {
                    display: inline-flex;
                    position: relative;
                    bottom: -3px;
                    opacity: 1;
                }

                    .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip:hover .tooltip-text {
                        display: block
                    }

                    .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .ico {
                        margin-left: 5px;
                        display: flex;
                        cursor: pointer
                    }

                    .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .tooltip-text {
                        display: none;
                        position: absolute;
                        bottom: calc(100% + 16px);
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                        background: #fff;
                        font-size: 13px;
                        font-weight: 400;
                        width: 200px;
                        box-shadow: 0 0 14px 0 #000000;
                        box-shadow: 0 0 14px 0 rgba(0,0,0,.13);
                        border-radius: 5px;
                        padding: 10px
                    }

                        .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .tooltip-text:after {
                            position: absolute;
                            content: '';
                            width: 16px;
                            height: 16px;
                            background: #fff;
                            -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                            left: 50%;
                            bottom: -5px;
                            margin-left: -6px
                        }

                        .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .tooltip-text:before {
                            position: absolute;
                            content: '';
                            bottom: -28px;
                            left: 0;
                            right: 0;
                            height: 30px
                        }

            .detail-info-page .main-info .risk-list li .risk-item p {
                font-size: 14px;
                color: #1b1b1b;
                margin-bottom: 0
            }

            .detail-info-page .main-info .risk-list li .risk-item .list-group li {
                font-size: 16px;
            }

.detail-info-page .main-info .overview-kms ul {
    /*margin-top: -20px;*/
    margin-bottom: 25px;
}


.detail-info-page .main-info .overview-kms li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    list-style-type: disc;
}

.detail-info-page .main-info .overview-kms p {
    margin-bottom: 15px;
}

.detail-info-page .main-info .more-text {
    margin-top: 50px
}

    .detail-info-page .main-info .more-text .more,
    .detail-info-page .main-info .more-text .more-ref {
        width: 184px;
        height: 20px;
        margin-bottom: 10px;
    }

    .detail-info-page .main-info .more-text .more-ref-meer {
        width: 180px;
        height: 30px;
        font-size: 16px;
        margin-bottom: 10px;
        text-decoration: none;
    }

        .detail-info-page .main-info .more-text .more-ref-meer label {
            display: inline-flex;
        }

@media (max-width:767px) {
    .detail-info-page .main-info .more-text .more, .detail-info-page .main-info .more-text .more-ref, .detail-info-page .main-info .more-text .more-ref-meer {
        width: 100%
    }
}

.detail-info-page .main-info .more-text .more.active .ico img,
.detail-info-page .main-info .more-text .more-ref.active .ico img,
.detail-info-page .main-info .more-text .more-ref-meer.active .ico img,
.search-box .more-text .more-ref.active .ico img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.search-box .more-text.margin-top {
    margin-top: 10px;
    margin-bottom: 40px;
}

.search-box .more-text .text.margin-top {
    margin-top: 10px;
    display: none;
}

.search-box .more-text .text .btn {
    padding: 4px 8px;
}

.search-box .form-wr .btn {
    padding: 0 12px;
    /*height: 30px;
    min-width: 80px;*/
}

.detail-info-page .main-info .more-text .more .ico,
.detail-info-page .main-info .more-text .more-ref .ico {
    margin-left: 10px;
    margin-top: -3px
}

    .detail-info-page .main-info .more-text .more .ico img,
    .detail-info-page .main-info .more-text .more .ico img {
        position: relative;
        transition: all .3s linear
    }

.detail-info-page .main-info .more-text .text,
.detail-info-page .main-info .more-text .text .green1 {
    display: none;
    margin-top: 30px
}

    .detail-info-page .main-info .more-text .text ul {
        margin-top: -20px;
        margin-bottom: 25px;
    }

    .detail-info-page .main-info .more-text .text li {
        width: 100%;
        /*margin-bottom: 12px;*/
        font-size: 16px;
    }

.detail-info-page .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 400px;
}

@media (max-width:1024px) {
    .detail-info-page .sidebar {
        width: 250px
    }
}

@media (max-width:767px) {
    .detail-info-page .sidebar {
        width: 100%
    }
}

.detail-info-page .sidebar .ttl {
    font-weight: 600;
    font-size: 20px;
    color: #4a4a4a;
    /* margin-top: 60px*/
}

.detail-info-page .sidebar .link-list {
    margin-top: 25px;
    padding-left: 0 !important;
}

    .detail-info-page .sidebar .link-list li {
        margin-bottom: 6px
    }

        .detail-info-page .sidebar .link-list li:last-child {
            margin-bottom: 0
        }

        .detail-info-page .sidebar .link-list li a {
            display: flex;
            border: 1px solid #f0f0f0;
            border-radius: 2px;
            position: relative;
            padding: 13px 45px 15px 15px;
            font-size: 14px;
            color: #1b1b1b;
            line-height: 23px;
            transition: all .1s ease-in-out
        }

            .detail-info-page .sidebar .link-list li a:hover {
                border-color: #dad9d9
            }

            .detail-info-page .sidebar .link-list li a:before {
                position: absolute;
                content: '';
                left: -1px;
                top: -1px;
                bottom: -1px;
                width: 2px;
                background: #347fb5;
                border-radius: 2px 0 0 2px
            }

            .detail-info-page .sidebar .link-list li a:after {
                position: absolute;
                content: '';
                right: 15px;
                top: 50%;
                background: url(../images/svg/ico-arrow-right.svg) center no-repeat;
                width: 7px;
                height: 12px;
                background-size: contain;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

.disclaimer {
    padding-bottom: 70px
}

    .disclaimer p {
        font-size: 14px;
        line-height: 1.8;
        color: #888
    }

/*
.main-header {
    border-bottom: 2px solid #347fb5;
}*/
.detail-info-page .container .search-box .list ul,
.detail-info-page .container .list ul,
.news-list-content .list li,
ul.pages li,
.news-list-content .filter-box .desktop li,
.detail-info-page .container .lareb-section ul {
    list-style-type: none !important;
}

.detail-info-page .container .search-box .list li {
    background: #0072A3 0 0 no-repeat padding-box;
    width: 14px;
    height: 14px;
}

.contact {
    margin-left: 10px;
}

    .contact > ul {
        padding-left: 0;
    }

    .contact a {
        color: #347fb5 !important;
    }

    .contact p {
        line-height: 26px;
    }

.mustfill {
    border: 2px solid #cc3300 !important;
}

.news-list p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
    margin-bottom: 18px;
    width: 100%;
}

.list-item h1, h2, h3, h4, h5 {
    color: #003b6e !important;
    width: 100%;
}

@media (max-width:390px) {
    .list-item h1, h2, h3, h4, h5 {
        color: #003b6e !important;
        width: 90%;
    }
}

.link-font-normal {
    font-weight: 100;
}

.apotheek-link {
    font-weight: bold;
    color: black;
}

.list-item ul, .list-item {
    margin-bottom: 15px;
    padding-left: 14px;
    margin-top: 10px;
}

}

.list-item li {
    /* margin-left: 30px;*/
    margin-left: 10px;
    /*margin-top: 5px;*/
    color: #0072A3;
    margin-bottom: 10px;
}

.list-item.disk li {
    list-style-type: disc;
}

.list-item.none li {
    list-style-type: none;
}

.list-item li.none-style, .footer-list li, .breadcrumb-list li {
    list-style-type: none;
}

.list-item li:not(.lareb-icon)::marker {
    font-size: 1.3em;
}

.list-item li.lareb-icon {
    margin-left: 5px;
    margin-top: 5px;
    /*display: flex;*/
}

    .list-item li.lareb-icon a {
        margin-right: 10px;
        display: contents;
    }

    .list-item li.lareb-icon img {
        margin-right: 5px;
        margin-left: 0px;
        width: 20px;
    }

.list-item li a {
    color: #0072A3;
    font-size: 16px;
}

.list-item li.lareb-icon .no_underline {
    text-decoration: none !important;
}

    .list-item li.lareb-icon .no_underline img {
        margin-right: 0;
    }

.list-item li .lareb img {
    color: #FFFEFE;
    /*background: #FF5A06 0% 0% no-repeat padding-box;*/
    border-radius: 50%;
}

.news-list a {
    color: #347fb5;
}


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    margin-top: 35px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    height: 30px;
    padding-top: 8px;
}

.autocomplete-selected {
    background: #347fb5;
    color: white;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.ui-autocomplete, .ui-widget-content {
    background-color: #FFFFFF !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 10px !important;
    color: #4a4a4a !important;
    padding: 6px !important;
}

.ui-state-active {
    background-color: #347FB5 !important;
    border: 1px solid #347FB5 !important;
}

.btn-danger {
    background-color: red;
}

    .btn-danger:hover {
        background-color: darkred;
    }

.newsRead {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #347fb5;
    text-transform: uppercase;
    min-width: 160px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    box-shadow: 0 4px 11px 0 #347fb5;
    box-shadow: 0 4px 11px 0 rgba(52,127,181,.37);
    border-radius: 100px;
    letter-spacing: 1px;
    border: none;
    transition: all .3s ease-in-out;
}

.tis-searchresult-link, .tis-searchresult-link:active, .tis-searchresult-link:visited, .tis-searchresult-link:link {
    color: #000000;
}

    .tis-searchresult-link:hover {
        color: #347fb5;
    }

.input-search {
    font-size: 14px;
}

    .input-search::-ms-clear {
        display: none;
    }

.keywordtags {
    font-size: 13px;
}

    .keywordtags span em {
        font-style: normal;
        background: #d8d1d1;
        border-radius: 7px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

/* The container */
.containerch {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

    /* Hide the browser's default checkbox */
    .containerch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cccccc;
}

/* On mouse-over, add a grey background color */
.containerch:hover input ~ .checkmark {
    background-color: #808080;
}

/* When the checkbox is checked, add a blue background */
.containerch input:checked ~ .checkmark {
    /*background-color: #EA7022;*/
    background-color: #0084bc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerch input:checked ~ .checkmark:after {
    display: block;
}

.home-center-buttons {
    background: #f1efea;
    min-height: 180px;
    display: flex;
    align-items: center;
}
/* Style the checkmark/indicator */
.containerch .checkmark:after {
    left: 9px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading, panel-default-total > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body,
        .panel-default-total > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge,
        .panel-default-total > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body,
    .panel-default-total > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-title a {
    position: relative;
    display: block;
    width: 100%;
}

    .panel-title a[aria-expanded="false"]:after, .panel-title a:after {
        content: "\f078";
        position: absolute;
        right: 10px;
        top: 3px;
        font: normal normal normal 14px/1 FontAwesome;
    }

@media (max-width:768px) {
    .keywordtags {
        padding-left: 0;
    }

    .panel-title a[aria-expanded="false"]:after, .panel-title a:after {
        content: "\f078";
        position: absolute;
        right: 0px;
        top: 3px;
        font: normal normal normal 14px/1 FontAwesome;
    }
}

.panel-title a[aria-expanded="true"]:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 4px;
}

.collapse {
    /* display: none;*/
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.img-div {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8em;
    content: "\f08e";
    margin-left: 4px;
    margin-right: 5px;
}

a[target="_blank"]:not(.withImg):not([href$=".pdf"]):not([href^="/"]):not([href^=".."]):not([href^="lareb.nl*"]):after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8em;
    content: "\f08e";
    margin-left: 4px;
    margin-right: 5px;
    margin-top: 7px;
}


.divCorona {
    color: #347fb5;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 80px;
    margin-top: 150px;
    margin-bottom: -80px;
    border-radius: 20px;
    cursor: pointer;
}

    .divCorona img {
        margin-left: 10px;
        height: 40px;
    }

    .divCorona a {
        color: #000000;
        margin-left: 20px;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .divCorona h2 {
        color: #000000 !important;
    }

.divNoScript {
    color: red;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 55px;
    margin-top: 110px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.text h3 {
    color: black !important;
}

.nav-link-color {
    /*color: #0080BA !important;*/
    color: #05334f !important;
}

.mobile-menu-position {
    display: flex;
    justify-content: flex-end;
    height: 90vh;
}

.ul-nav {
    /*height: 450px;*/
    overflow-y: auto;
    width: 75%;
    padding-left: 10px !important;
    min-width: 200px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4vh;
    padding-bottom: 2vh;
}

.li-nav {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.li-nav-font-weight-600 {
    font-weight: 600 !important;
}

.li-empty-height-100p {
    height: 100%;
}

.btn-news {
    padding-top: 6px !important;
}

.btn-reportform-navmenu {
    -webkit-text-size-adjust: none;
    /*display: inline-flex;*/
    font-size: 16px;
    height: 40px;
    margin-left: 15px;
    white-space: normal;
}

    .btn-reportform-navmenu img {
        height: 20px;
        margin-right: 10px;
    }

    .btn-reportform-navmenu:hover {
        /*color: #ff9d4b;*/
    }

@media (max-width:768px) {
    .main-header .right-menu .nav-menu ul li button.nav-link {
        display: none
    }

    .btn-reportform-navmenu {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 15px;
        margin-top: 10px;
        min-width: 150px !important;
        /*max-width: 180px !important;*/
        width: auto;
        /*padding: 0 !important;*/
        padding-left: 12px !important;
        padding-right: 10px !important;
        text-align: center;
    }

    .btn-reportform-navmenu-top {
        font-size: 11px;
        padding-left: 8px !important;
    }
}

@media (max-width:361px) {
    .btn-reportform-navmenu {
        font-size: 9px;
        height: 30px;
        min-width: 120px !important;
        max-width: 120px !important;
    }

        .btn-reportform-navmenu img {
            height: 15px;
        }
}

@media (max-width:321px) {
    .btn-reportform-navmenu {
        height: 25px;
        min-width: 115px !important;
        max-width: 115px !important;
        padding: 0 !important;
    }
}

.banner-text {
    font-size: 24px;
}

@media (max-width:420px) {
    .banner-text {
        font-size: 20px;
    }
}

@media (max-width:370px) {
    .banner-text {
        font-size: 18px;
    }
}

@media (max-width:330px) {
    .banner-text {
        font-size: 16px;
    }
}

.modal-body-reportform {
    text-align: center;
}

    .modal-body-reportform h1 {
        margin: auto;
        vertical-align: middle;
    }

.modal-body .row > * {
    width: 0%;
}

.modal_btn_reportform {
    background-color: #FF5A06;
    color: white;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 65px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 100px;
    margin-left: 100px;
    border-radius: 30px;
    cursor: pointer;
}

    .modal_btn_reportform:hover {
        background-color: white;
        border-color: #FF5A06 !important;
    }

@media (max-width:620px) {
    .modal_btn_reportform {
        font-size: 16px;
    }
}

@media (max-width:499px) {
    .modal_btn_reportform {
        font-size: 14px;
        margin-top: 30px;
        margin-right: 30px;
        margin-left: 30px;
    }
}

.btn-fit-orange:hover {
    color: #FF5A06;
}

.btn-modal-reportform {
    background: none;
    border: none;
    width: 100%;
    font-size: 16px;
}

.feedback_sidenav {
    display: block;
    /*text-align: -webkit-right;*/
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 10;
}

@media (max-width:499px) {
    .feedback_sidenav {
        bottom: 10px;
        display: none;
    }
}

@media (max-width:599px) {
    .btn-modal-reportform {
        font-size: 13px;
    }
}

@media (max-width:399px) {
    .btn-modal-reportform {
        font-size: 12px;
    }
}

@media (max-width:350px) {
    .btn-modal-reportform {
        font-size: 10px;
    }
}

.feedback_sidenav a {
    position: absolute;
    right: -110px;
    padding-top: 7px;
    padding-left: 10px;
    transition: 0.3s;
    width: 150px;
    height: 45px;
    background-color: white;
    text-decoration: none;
    font-size: 16px;
    /*text-align: -webkit-center;*/
    color: #347fb5;
    border-radius: 15px 15px 0 0;
    border-style: solid;
    transform-origin: 0 0;
    transform: rotate(270deg);
}

    .feedback_sidenav a:hover {
        color: #005896;
        background-color: #ededed;
    }

.confirmation_msg_fdbk {
    color: #216d4a;
}

.tab-scheme {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.schema-form {
    align-content: space-around;
    margin: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*display: inline-flex;*/
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    /*display: -webkit-inline-box;*/
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .schema-form {
        display: inline-flex;
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */
    .schema-form {
        display: flex;
        display: -webkit-inline-box;
    }
}

.schema-form .form-wr {
    width: 210px;
    margin: 0 5px 15px;
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    padding: 15px 10px 10px;
    margin-top: 26px;
}

    .schema-form .form-wr .ttl {
        font-weight: 700;
        font-size: 20px;
        color: #303030;
        text-align: left;
        margin-bottom: 10px
    }

.ttl-head-vac {
    font-weight: 700;
    font-size: 16px;
    color: #347fb5;
    text-align: left;
    line-height: 17px;
    border-top: 5px solid #f7f7f7;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 5px;
}

.span-link .ttl {
    color: #347fb5 !important;
}

.span-link:hover {
    cursor: pointer;
    background-color: #f5f6f7;
    box-shadow: 0 1px 34px 0 #000000;
    box-shadow: 0 1px 34px 0 rgba(0, 0, 0, .21);
}

.vaccine-list-item {
    list-style-type: disc;
    color: #303030;
    font-size: 15px;
    padding-left: 5px;
}

    .vaccine-list-item::marker {
        font-size: 1.3em;
    }

.font-size-15 {
    font-size: 15px !important;
}

.tab-headtitle {
    white-space: normal;
    color: #303030 !important;
    font-weight: 700;
    font-size: 20px !important;
}

.tab-headtitle-withoutimg {
    white-space: normal;
    color: #303030 !important;
    font-weight: 700;
    margin-left: 25px;
    font-size: 20px !important;
}

.section-text {
    margin-left: 55px;
    margin-bottom: 20px;
}

.star-text {
    max-width: fit-content;
    margin-left: 25px;
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.corona-list ul li {
    list-style-type: disc;
    color: #303030;
    margin-left: 25px;
}

    .corona-list ul li::marker {
        font-size: 1.3em;
    }

.corona-list-nonedots ul li {
    list-style-type: none;
    color: #303030;
    margin-left: 25px;
    margin-bottom: 10px;
}

div.image-shield {
    display: inline-flex;
    padding-bottom: 10px;
}

    div.image-shield img {
        width: 30px;
        height: 30px;
        margin-right: 25px;
    }

.marknaam-vaccinetype {
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 20px;
}

    .marknaam-vaccinetype .display-flex, .panel-body .card-deck .display-flex {
        display: flex;
        margin-top: 10px;
        margin-bottom: -20px;
    }

        .marknaam-vaccinetype .display-flex .label-first {
            width: 600px;
        }

        .panel-body .card-deck .display-flex .label-first, .panel-body .card-deck .row .display-flex .label-first {
            width: 350px;
            margin-bottom: 10px !important;
            margin-left: 25px;
        }

            .marknaam-vaccinetype .display-flex .label-first p, .panel-body .card-deck .display-flex .label-first p {
                margin-bottom: 5px;
            }

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 10px;
    margin-left: 40px;
    margin-top: 25px;
}

@media (min-width: 576px) {
    .card-deck .card, .card-deck .card-total, .card-deck .card-vaccine {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        text-align: center !important;
    }

    .card-deck .card-table {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
        text-align: center !important;
    }
}

.card:hover {
    cursor: pointer;
    background-color: #f5f6f7;
    box-shadow: 0 1px 34px 0 #347fb5;
    box-shadow: 0 1px 34px 0 rgba(52, 127, 181, .3);
}

.disabled-card {
    pointer-events: none;
}

    .disabled-card .card-title {
        color: #4a4a4a !important;
    }

.card-deck .card .card-body,
.card-deck .card-vaccine .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    height: 130px;
    padding: 1.25rem;
}

    .card-deck .card .card-body p,
    .card-deck .card-vaccine .card-body p {
        font-weight: 700;
        font-size: 20px;
        color: #4a4a4a !important;
        align-content: flex-start;
    }

.card-deck .card-body .card-title {
    margin-bottom: .75rem;
}

.card-deck .card-total .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    text-align: left !important;
}

    .card-deck .card-total .card-body p {
        font-size: 22px;
        color: #4a4a4a !important;
        align-content: flex-start;
    }

.card-deck .card-body .text-center {
    font-size: 28px;
    text-align: center !important;
    margin-top: -15px;
    font-weight: 600;
}

.card-deck .card-body .text-center-smaller {
    font-size: 24px;
    text-align: center !important;
    margin-top: -15px;
}

.maintable th {
    width: 50%;
}

.secondtable td {
    width: 53%;
}

.maintable td,
secondtable td {
    text-align: left
}

.table-arrow {
    margin-bottom: -10px;
    margin-left: 10px;
}

.table-collapse-all {
    margin-bottom: 10px;
    padding: 7px 12px;
    height: 34px;
    min-width: 10px !important;
}

.show-btn, .hide-btn {
    float: left;
    width: 160px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    .show-btn:hover,
    .hide-btn:hover {
        color: #ffffff;
    }

.row-hover {
    cursor: pointer;
}

    .row-hover:hover {
        color: #ffffff;
    }

        .row-hover:hover td,
        .row-hover:hover td .panel-title a {
            background: #347fb5 !important;
            color: white;
        }

    .row-hover td[aria-expanded="true"] {
        font-weight: 700 !important;
    }

.corona-dash-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
}

@media (max-width:990px) {
    .panel-title {
        margin-left: 0px;
    }
}

@media (max-width:576px) {
    .tab-headtitle,
    .card-deck .card-total .card-body p,
    .tab-headtitle-withoutimg {
        font-size: 20px !important;
    }

    .card-title, .text-center {
        font-size: 18px !important;
    }

    .card-title-black, .text-center-smaller {
        font-size: 16px !important;
    }

    .card-deck-corona {
        margin-left: 5px;
        margin-right: 5px;
    }

    .row-total-corona {
        margin-left: -30px;
    }

    .card-deck {
        margin-top: 10px;
    }

        .card-deck .card .card-body,
        .card-deck .card-vaccine .card-body {
            height: 100px;
        }

        .card-deck .card-body .text-center {
            font-size: 18px !important;
        }

    .table-collapse-all {
        white-space: normal;
        font-size: 13px;
        margin-bottom: 5px;
        padding: 1px 6px;
        height: 45px;
        min-width: 10px !important;
    }

    .show-btn, .hide-btn {
        float: left;
        width: 125px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width:1024px) {
    /*.card, .card-vaccine {*/
    /*width: -webkit-fill-available !important;*/
    /*}*/

    .tab-headtitle-withoutimg {
        white-space: normal;
        color: #303030 !important;
        font-weight: 700;
        margin-left: 40px;
    }

    .marknaam-vaccinetype {
        margin-top: 10px;
        margin-left: 40px;
    }
}

@media (max-width:433px) {
    .table-collapse-all {
        white-space: normal;
        font-size: 9px;
        margin-bottom: 5px;
        padding: 0 0;
        height: 30px;
        min-width: 10px !important;
    }

    .show-btn, .hide-btn {
        float: left;
        width: 90px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .maintable {
        margin-left: -50px;
        margin-right: 0;
        table-layout: fixed;
        width: 350px;
        max-width: 350px;
    }

    .secondtable {
        margin-right: 0 !important;
        table-layout: fixed;
        width: 300px;
        max-width: 350px;
    }

    .thd-mob-wth {
        width: 10% !important;
    }
}

@media (max-width:380px) {
    .maintable {
        margin-left: -50px;
        margin-right: 0 !important;
        table-layout: fixed;
        width: 300px;
        max-width: 350px;
    }

    .secondtable {
        margin-right: 0 !important;
        table-layout: fixed;
        width: 260px;
        max-width: 350px;
    }

    .thd-mob-wth {
        width: 10% !important;
    }
}

.btn-subscription {
    display: inline-flex;
    font-size: 16px;
    white-space: normal;
    color: white;
    padding: 0 !important;
    min-width: 210px !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    letter-spacing: 0;
    color: #0072A3;
    opacity: 1;
}

    .btn-subscription:hover {
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }

.subscribe .box .causes ul li {
    height: calc(100% / 2) !important;
}

.styled-total-table {
    border-collapse: collapse;
    margin: 25px 40px;
    font-size: 0.9em;
    font-family: sans-serif;
    /*min-width: 400px;*/
    box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 70%;
}

    .styled-total-table thead tr {
        border-bottom: 1px solid #dddddd;
        background-color: transparent;
        color: black;
        text-align: left;
        /*width: -webkit-fill-available;*/
    }

    .styled-total-table tr .card-title-black {
        font-weight: 700;
        font-size: 20px;
        color: #4a4a4a !important;
        align-content: flex-start;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .styled-total-table th {
        padding: 12px 15px;
    }

    .styled-total-table td {
        padding: 6px 40px;
    }

        .styled-total-table td .text-center-smaller {
            margin-left: -25px;
        }

    .styled-total-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }
        /*.styled-total-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }*/
        .styled-total-table tbody tr:last-of-type {
            border-bottom: 2px solid #347fb5;
        }

        .styled-total-table tbody tr:hover,
        .styled-total-table tbody tr:hover td .card-title b {
            font-weight: bold;
            color: white;
            background-color: #347fb5;
            cursor: pointer;
        }

    .styled-total-table .text-center {
        font-size: 28px;
        text-align: center !important;
        margin-top: -15px;
        font-weight: 600;
    }

    .styled-total-table .text-center-smaller {
        font-size: 24px;
        text-align: center !important;
        margin-top: -15px;
        font-weight: 600;
    }

/*@media (max-width:1024px) {
    .styled-total-table {
        width: -webkit-fill-available;
    }
}*/

@media (max-width:460px) {
    .styled-total-table {
        margin-left: -50px;
        margin-right: -25px;
    }
}

@media (max-width:360px) {
    .styled-total-table {
        margin-left: -60px;
    }
}

@media (max-width:320px) {
    .styled-total-table {
        margin-left: -65px;
    }
}

.news-list .news-list-content .list-wr-corona {
    width: calc(100% - 5px);
    padding-left: 275px;
    padding-right: 20px;
}

.menu-corona-header {
    font-weight: 700;
    padding: 20px 0;
}

.news-list .news-list-content .menu-corona-side {
    width: 275px;
    position: fixed;
    padding: 0;
    top: 160px;
    transform: translate(0, -30px);
}

.inside-container {
    max-width: 800px;
}

@media (max-width:1200px) {
    .inside-container {
        max-width: 590px;
    }
}

@media (max-width:990px) {
    .inside-container {
        max-width: 380px;
    }
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr-corona {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .news-list .news-list-content .menu-corona-side {
        display: none;
    }
}

.menu-item-corona {
    padding-bottom: 5px;
    font-weight: 600;
}

    .menu-item-corona li {
        list-style-type: disc;
        color: #347fb5;
        margin-bottom: 5px;
        margin-left: 20px;
    }

        .menu-item-corona li::marker {
            font-size: 1.3em;
        }

    .menu-item-corona a[aria-expanded="true"] {
        color: #4a4a4a !important;
    }


.disabled-menu-item {
    pointer-events: none;
    color: #757575 !important;
}

.container-topmargin {
    padding-top: 120px;
}

@media (max-width:767px) {
    .container-topmargin {
        padding-top: 60px;
    }
}

@media (max-width: 600px) {

    .table-container {
        width: 100% !important;
        overflow-x: scroll;
    }

    th:not(.thd-mob-wth), td:not(.thd-mob-wth):not(.remove-min-width) {
        min-width: 200px;
    }
}

.flex-start-class {
    display: flex;
    justify-content: flex-start;
}

:focus, .nav-link-focus:focus, .keydown-focus:focus {
    box-shadow: 0 0 2px 2px transparent; /* keyboard-only focus styles */
}

.news-list a:link, .withImg, .detail-info-page a:link {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    /*height: 60px;*/
    /*width: 300px;*/
    font-size: 16px;
}

.news-list a:link, .withImg, .detail-info-page a:hover {
    color: #0072A3;
}

@media(max-width: 1000px) {
    .news-list a:link, .withImg, .detail-info-page a:link {
        /*padding-right: 25px;*/
        /*padding-left: 0;*/
    }
}

.ttl-publicaties {
    font-weight: 700;
    font-size: 20px;
    color: #1b1b1b !important;
    margin-bottom: 12px;
    margin-top: 10px;
}

@media(min-width: 600px) {
    .publicatie-description {
        width: calc(100% - 290px) !important;
    }
}

.bejwerkingen-banner-item {
    padding: 35px 10px 35px 10px;
    border-radius: 4px;
    border-style: solid;
    border-color: #347FB5;
    border-width: medium;
}

.contact-content-top, .search-content-top {
    /*padding-top: 15px;*/
}

.results-content-top {
    padding-top: 20px;
}

@media(max-width: 767px) {
    .contact-content-top, .search-content-top, .results-content-top {
        padding-top: 0;
        /*margin-top: -110px !important;*/
    }
}

.footer-input {
    /*background: url(../images/svg/ico-search.svg),#f7f7f7;
    background-position: 25px 23px;
    background-repeat: no-repeat;
    background-size: 15px 15px;*/
    border-radius: 30px;
    height: 42px;
    border: none;
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 50px
}

.footer-subscribe-btn {
    display: inline-flex;
    position: absolute;
    right: 7px;
    top: 6px;
    height: 30px;
}

.footer-subscribe-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 65%;
}

.footer-subscribe-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-subscribe-color-white {
    color: white;
}

.social-footer a {
    /*margin-right: 15px;*/
    text-decoration: none;
}

    .social-footer a img {
        width: 30px;
        height: 30px;
        margin-right: 7px;
    }

.midd-banner {
    height: 560px;
    margin-top: 40px;
    margin-bottom: 120px;
}

    .midd-banner h2 {
        margin-top: 20px;
        margin-left: 20%;
        margin-bottom: 15px;
    }

@media(max-width: 767px) {
    .midd-banner {
        /*height: 280px;*/
        /*margin-top: 110px;*/
    }

        .midd-banner h2 {
            margin-left: 10%;
            margin-bottom: 5px;
        }
}

.midd-banner span.img-title {
    text-align: left;
    font: normal normal bold 38px/48px Open Sans;
    letter-spacing: 0;
    color: #003B6E;
    opacity: 1;
}

.aditional-banner-info {
    width: 570px;
    margin-top: -90px;
    height: 130px;
    padding-left: 0px;
}

    .aditional-banner-info h4 {
        color: #003B6E;
        font-weight: 600;
    }

        .aditional-banner-info h4 p {
            font-family: MavenPro;
            font-weight: 500;
            color: #ffffff;
        }

            .aditional-banner-info h4 p strong {
                font-family: MavenPro;
                font-weight: 500;
                color: #ffffff;
            }

@media(max-width: 767px) {
    .aditional-banner-info h4 {
        padding-top: 15px;
        font-size: calc(1rem + .3vw);
    }
}

.aditional-banner-info a {
    position: relative;
    color: #003B6E;
    padding: 20px 25px;
    top: 6px;
    background: url(../images/svg/ico-breadrumbs.svg) left no-repeat;
    width: 6px;
    height: 10px;
    text-align: left;
    font: normal normal normal 18px/18px Open Sans;
    letter-spacing: 0;
    color: #003B6E;
}

.midd-banner-info {
    position: relative;
    height: 280px;
    width: 550px;
    background: #FCDEC3 0 0 no-repeat padding-box;
    border-radius: 24px 0 24px 24px;
    opacity: 1;
}

    .midd-banner-info.top-left {
        top: 240px;
        left: 60%;
    }

@media(max-width: 470px) {
    .midd-banner {
        /*overflow-y: auto;*/
        margin-bottom: 40px;
        height: auto;
    }
}

@media(max-width: 767px) {
    .midd-banner-info.top-left {
        /*top: -200px;*/
        left: 0px;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 50px;
    }
}

@media(max-width: 480px) {
    .midd-banner-info.top-left {
        top: 0px;
    }
}

@media(max-width: 410px) {
    .midd-banner-info.top-left {
        height: 100% !important;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .news-list a:link, .withImg, .detail-info-page a:link {
        font-size: 16px;
    }
}

.midd-banner-info.top-right {
    top: -200px;
    /*right: -600px;*/
    left: 10%;
}

.midd-banner-info.down-left {
    bottom: -300px;
    left: 50px;
}

.midd-banner-info.down-right {
    bottom: -300px;
    right: -600px;
}

.midd-banner-info h3 {
    position: relative;
    color: #003B6E;
    padding: 20px 20px;
    text-align: left;
    font: normal normal bold 20px/34px Open Sans;
    letter-spacing: 0;
    opacity: 1;
}

.midd-banner-info a {
    position: relative;
    color: #003B6E;
    padding: 20px 25px;
    right: -25px;
    top: 6px;
    background: url(../images/svg/ico-breadrumbs.svg) left no-repeat;
    width: 6px;
    height: 10px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font: normal normal normal 15px/25px Open Sans;
    letter-spacing: 0;
    opacity: 1;
}

.midd-banner-info p {
    padding: 0 20px;
    margin-bottom: 20px;
}

.corrected_link {
    display: block;
    width: auto !important;
    padding-top: 10px !important;
    height: 50px !important;
}

.midd-banner-img {
    bottom: 0;
    height: 500px;
    background-size: cover;
    position: relative;
}

    .midd-banner-img.top-left, .midd-banner-img.top-right {
        top: 20px;
    }

    .midd-banner-img.down-left, .midd-banner-img.down-right {
        top: 20px;
    }

@media (max-width:767px) {
    .midd-banner-img {
        bottom: 0;
        height: auto;
        background-size: cover;
        position: relative;
    }
}
/*@media (max-width:480px) {
    .midd-banner-img {
        background-image: none !important;
    }
}*/
.detail-info-page .container .main-info .search-box .form-wr {
    display: flex;
    position: relative
}

    .detail-info-page .container .main-info .search-box .form-wr .input-search {
        background: url(../images/svg/ico-search.svg),#f7f7f7;
        background-position: 17px 10px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        border-radius: 30px;
        height: 33px;
        border: none;
        display: block;
        width: 55%;
        padding-right: 20px;
        padding-left: 50px
    }

    .detail-info-page .container .main-info .search-box .form-wr img {
        display: none;
        width: 15px;
        height: 15px;
    }

    .detail-info-page .container .main-info .search-box .form-wr a {
        text-decoration: none;
    }

    .detail-info-page .container .main-info .search-box .form-wr .btn {
        position: relative;
        /*right: -10px;*/
        display: inline-flex;
        top: 0;
        height: 33px;
        width: 80px;
        min-width: 80px;
        font-size: 16px;
        /*color: white !important;*/
        /*height: 60px !important;*/
        min-width: 110px !important;
    }

@media (max-width:767px) {
    /* .detail-info-page .container .main-info .search-box .form-wr {
        padding-right: 70px
    }*/

    .detail-info-page .container .main-info .search-box .form-wr .btn {
        font-size: 0;
        width: 50px;
        min-width: 50px;
        background: url(../images/svg/ico-search-white.svg) center center no-repeat,#0084bc;
        margin: 0px !important;
    }

    .detail-info-page .container .main-info .search-box .form-wr .input-search {
        padding-right: 20px
    }
}

.search-item-mainttl {
    text-align: left;
    letter-spacing: 0;
    color: #003B6E;
    opacity: 1;
    margin-bottom: 25px;
}

h1.search-item-mainttl {
    font: normal normal bold 2rem Open Sans;
    font-family: MavenPro;
    margin-top: 10px;
}

h2.search-item-mainttl {
    font: normal normal bold 1.5rem Open Sans;
    margin-top: 40px;
    font-family: MavenPro;
}

h2.news-img-title {
    text-align: left;
    font: normal normal bold 38px/48px Open Sans;
    letter-spacing: 0;
    color: #003B6E;
    opacity: 1;
    font-family: MavenPro;
}

@media (max-width:470px) {
    h1.search-item-mainttl {
        font-size: 28px;
    }

    h2.search-item-mainttl {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    h2.news-img-title {
        font-size: 32px;
    }

    .midd-banner span.img-title {
        font-size: 32px;
    }

    .span-title {
        font-size: 32px !important;
    }
}

.search-item-ttl {
    color: #030303 !important;
    margin-left: 0;
}

.title.knownSideEffects {
    text-decoration: underline;
    text-decoration-color: #0072A3;
    text-decoration-skip-ink: none;
    font-size: 16px;
}

.knownSideEffects {
    cursor: pointer;
}

.ui.accordion .active.content, .ui.accordion .accordion .active.content {
    display: block;
    /*background: white;*/
}

.ui.basic.accordion .content, .ui.basic.accordion .accordion .content {
    padding: 0.5em em 0em;
    padding-left: 30px;
    /*background: white;*/
}

.news-latest {
    margin: 10px 0 0 -10px;
}

    .news-latest .tab {
        border-radius: 24px 0 24px 24px;
        max-width: 375px;
        opacity: 1;
        margin: 0 10px 10px 0;
        background: #FFF;
    }

    .news-latest .date-news {
        text-align: left;
        font: normal normal normal 16px/22px Open Sans;
        letter-spacing: 0;
        color: #010101;
        opacity: 1;
        margin: 15px 0;
    }

    .news-latest .ttl-news-a {
        min-height: 50px;
    }

        .news-latest .ttl-news-a .ttl-news {
            font-weight: 700;
            font: normal bold normal 20px/24px Open Sans;
            color: #0080BA;
            text-decoration: none !important;
        }

    .news-latest .desc {
        text-align: left;
        font: normal normal normal 14px/24px Open Sans;
        letter-spacing: 0;
        color: #030303;
        opacity: 1;
    }

.lareb-section {
    /*margin-bottom: 50px;*/
}

    .lareb-section ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 40px;
        margin-bottom: 0em;
    }

.center-section {
    align-items: center;
    justify-content: center !important;
}

.center-section-news {
    align-items: center;
    /*justify-content: center !important;*/
    width: 80%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.lareb-section-2 .center-section-news {
    align-items: center;
    /*justify-content: center !important;*/
    width: 95%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.lareb-section ul li {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex: 1 1 30%;*/
    /*flex-grow: 1;*/
    /*display: list-item;*/
    width: 20%;
    /*max-height: 500px;*/
    /*min-height: 380px;*/
    overflow-y: auto;
    /*height: 290px;*/
    background: white;
    /*padding: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.lareb-section-2 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 40px;
    margin-bottom: 0em;
}
.lareb-section-2 ul li {
    width: 30%;
    overflow-y: auto;
    background: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.news-section-actuel {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
}

.news-section-lareb-actuel-icon-color {
    color: #FF5A06;
}

.lareb-section-ul-li-actuel {
    width: 40% !important;
}

@media (max-width: 767px) {
    .lareb-section-ul-li-actuel {
        width: 80% !important;
    }
}

.lareb-section ul li .div-margin {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.lareb-section ul li .div-margin-link {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.lareb-section .shrink {
    width: 32%;
    min-height: 380px;
    overflow-y: auto;
    /*height: 290px;*/
    background: white;
    /*padding: 10px;*/
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 550px;
}

    .lareb-section .shrink .clickable-link {
        display: block;
        height: 92%;
        width: 100%;
        text-decoration: none;
    }

.lareb-section .shrink-hover:hover {

    box-shadow: 5px 5px 10px -3px #0084BC;

    /*transform: translate(-5px, -5px);*/
}


/*@media (max-width: 1070px) {
    .lareb-section ul li {
        width: 30%;
    }
}*/

@media (max-width: 767px) {
    .lareb-section ul {
        flex-direction: column;
    }

        .lareb-section ul li {
            width: 80%;
        }

    .lareb-section .shrink {
        width: 70% !important;
    }
}

.lareb-section .row {
    margin: 0;
}

.lareb-section span {
    text-align: left;
    font: normal normal bold 38px/48px Open Sans;
    letter-spacing: 0;
    color: #003B6E;
    opacity: 1;
}

.lareb-section .tab {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #000000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 24px 0 24px 24px;
    max-width: 390px;
    opacity: 1;
    margin: 10px;
}

    .lareb-section .tab:first-child {
        margin-left: 0;
    }

    .lareb-section .tab:last-child {
        margin-right: 0;
    }

    .lareb-section .tab:hover {
        border-color: #347fb5;
        box-shadow: 0 3px 6px #347fb5
    }

.lareb-section .lareb-link {
    text-decoration: none !important;
    color: #ff5a06;
    font-weight: 600;
}

    .lareb-section .lareb-link:hover {
        border-color: #347fb5;
        box-shadow: 0 15px 10px -15px #347fb5
    }

.lareb-section .lareb-link1 {
    background-color: transparent;
    text-decoration: underline;
    font-size: 16px;
    /*text-decoration-skip-ink: none;*/
    color: #FF5A06;
}

.lareb-section .lareb-link2 {
    background-color: transparent;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
}

.lareb-link3 {
    background-color: transparent;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    color: #FF5A06 !important;
}

.lareb-section .img-tab {
    border-radius: 24px 0 0 0;
    opacity: 1;
    height: 240px;
    margin: 0 -12px 0 -12px;
}

.lareb-section-title {
    font-family: MavenPro;
}

.lareb-section .content-tab {
    /*height: 100%;*/
    height: 260px;
    border-radius: 0 0 24px 24px;
    /*height: 150px;*/
    /*min-height: 500px;*/
    /*position: relative;*/
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

.lareb-section .full-height {
    /*height: 100%;*/
    height: 580px;
    margin-bottom: 20px;
}

@media only screen and (max-width:1500px) {
    .lareb-section .full-height {
        /*height: 100%;*/
        height: 610px;
    }
}

@media only screen and (max-width:1350px) {
    .lareb-section .full-height {
        /*height: 100%;*/
        height: 650px;
    }
}

@media only screen and (max-width:1180px) {
    .lareb-section .full-height {
        /*height: 100%;*/
        height: 690px;
    }
}

@media only screen and (max-width:900px) {
    .lareb-section .full-height {
        /*height: 100%;*/
        height: 80%; /*780px;*/
    }
}

.lareb-section .content-tab .title {
    text-align: left;
    /*font: normal normal bold 16px/28px Open Sans;*/
    font-family: MavenPro;
    font-weight: 600;
    letter-spacing: 0;
    /*color: #0080BA;*/
    opacity: 1;
    margin-top: 12px;
    color: #003b6e;
    font-size: 16px;
}

.lareb-section .content-tab .text {
    text-align: left;
    font: normal normal normal 16px/22px MavenPro;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.lareb-section .content-tab .link-tab {
    /*position: absolute;*/
    bottom: 5px;
    left: 20px;
    /*display: flex;*/
    margin-left: 20px;
    margin-bottom: 15px;
}

.link-div {
    color: #FF5A06;
    text-decoration: none !important;
}

.lareb-section .content-tab .link-div1 {
    text-decoration: none;
}

.search-databank-section {
    margin-top: 20px;
    border: 1px solid #EA7022;
    border-radius: 24px 0 24px 24px;
    opacity: 1;
    padding: 20px;
}

.footer-display-none {
    display: none !important;
}

@media only screen and (max-width:768px) {
    .footer-display-none {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }

    .mobile-social-footer {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .mobile-horisontal-scroll {
        overflow-x: scroll;
    }

        .mobile-horisontal-scroll .news-latest {
            flex-wrap: unset;
            padding-left: 2px;
        }

    .news-latest .tab {
        background: #FFFFFF 0 0 no-repeat padding-box;
        /*box-shadow: 0 3px 6px #000000;*/
        /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);*/
        width: 92%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: 10px;
    }

        .news-latest .tab:hover {
            border-color: #347fb5;
            box-shadow: 0 15px 10px -15px #347fb5
        }

    .promo-home {
        /*background-size: contain !important;*/
    }

    .promo {
        /*background-size: contain !important;*/
        /*height: fit-content;*/
        min-height: 208px;
        background-position: top;
        max-height: 220px;
    }

    .container-promo {
        padding: 15px !important;
    }
}

.min-width-220 {
    min-width: 220px;
}

.detail-info-page .container .main-info .ttl-tis h2 {
    font: normal normal bold 1.5rem Open Sans;
}

.detail-info-page .container .main-info .ttl-over-search h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.detail-info-page .container .main-info .ttl-tis p,
.detail-info-page .container .main-info .ttl-over-search p {
    max-width: 800px;
}

.underline {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    margin-left: 10px;
}

.main-footer .lang-select a {
    text-decoration: none;
    color: #000000;
}

.required {
}

.kmsNamePage {
    display: none
}

.kse_item_atcode {
}

    .kse_item_atcode span {
        color: #0072A3;
    }

.color-site {
    color: #347fb5;
}

.display-smooth {
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.readspeaker_button {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

.line-hgh {
    line-height: 24px;
    padding-bottom: 20px !important;
}

.font-size-large {
    font-size: large !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.paragraph-margin p {
    margin-bottom: 15px !important;
}

.ul-font-size ul {
    font-size: 16px;
}

.result-list-link {
    color: #0072A3;
    font-size: 20px;
    font-weight: 600;
}

.result-list-row {
    /*display: flex;*/
    display: block;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    /*padding-bottom: 30px;*/
    /*flex-wrap: wrap;*/
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-150 {
    margin-left: 315px;
}

.background-beiche {
    background: #DDD1C8;
}

.background-beiche1 {
    background: #F1EFEA !important;
}

.background-white {
    background: white;
}

.width-80 {
    width: 80%;
}

.width-20 {
    width: 20%;
}

.width-200 {
    width: 200px;
}

.mvm-logo-correction {
    margin-left: -20px;
}

}

@media (max-width: 767px) {
    .width-80 {
        width: 100%;
    }

    .width-20 {
        width: 100%;
        padding-top: 20px;
    }
}

.latest-bijgewerkt {
    color: #888 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.list-style-type-decimal {
    list-style-type: decimal;
}

.list-style-type-none {
    list-style-type: none !important;
    padding-left: 0px !important;
}

    .list-style-type-none p {
        margin-bottom: 0px !important;
    }

.list-style-type-disc {
    list-style-type: disc;
}

.text-decoration-none {
    text-decoration: none;
}

.padding-top-bottom-135 {
    padding: 96px 274px;
}

.padding-top-bottom-100 {
    padding: 61px 274px;
}

.padding-top-bottom-60 {
    padding: 61px 274px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-0 {
    padding-right: 0
}

.padding-right-25p {
    padding-right: 25%
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-40 {
    padding-top: 40px;
}

@media (max-width:767px) {
    .padding-top-90 {
        padding-top: 10px;
    }

    .padding-right-25p {
        padding-right: 10%
    }
}

.modal-footer-validation-msg {
    color: red;
    display: none;
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.pointer-events-none {
    pointer-events: none;
    cursor: default;
}

.loadingautocomplete {
    display: none;
    width: 15px;
    height: 15px;
}

.loading-gif-size {
    height: 50px;
}

.ttl-align {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px
}

.validationEmailmsg {
    color: red;
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
    float: left
}

.width-170 {
    width: 170px
}

.content-ttl {
    font-weight: 600;
    color: #003b6e !important;
    margin-bottom: 20px
}

@media (max-width: 380px) {
    .content-ttl {
        font-weight: 500;
    }

    .content-ttl {
        font-size: 1.5em;
    }
}

.max-width-930 {
    max-width: 930px;
    margin-top: 35px;
}

.padding-15 {
    padding: 15px;
}

.padding-60 {
    padding: 60px;
}

.display-content {
    display: contents;
}

.publication-jurnal {
    /*display: flex;
    height: 20px;*/
}

    .publication-jurnal ul {
        display: flex;
        flex-direction: column;
    }

    .publication-jurnal .list-pdf-jurnal {
        list-style-type: none;
        white-space: nowrap
    }

@media (min-width: 969px) {
    .width-news-serch {
        min-width: 930px;
    }
}

@media (max-width: 968px) {
    .width-news-serch {
        min-width: 650px;
    }
}

@media (max-width: 767px) {
    .width-news-serch {
        min-width: unset;
    }
}

.width-75 {
    width: 75%;
}

.no-banner-img {
    padding-top: 90px;
}

.widget-text {
    text-align: center;
    margin: 0 10%;
    font-style: italic;
}

.widgets-main {
    background: #ddd1c8;
    min-height: 350px;
    display: flex;
    align-items: center;
}

    .widgets-main > ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 767px) {
    .widgets-main > ul {
        flex-direction: column;
    }
}

.widgets-main > ul > li {
    /*display: list-item;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    min-height: 220px;
}

@media (max-width: 767px) {
    .widgets-main > ul > li {
        width: 70%;
        padding: 2%;
        margin-bottom: 50px;
    }
}

.widgets-img {
    /*max-height: 90px;*/
    /*height: 140px;*/
    height: 100%;
    width: 100%;
    object-fit: contain
}

.widgets-img1 {
    /*max-height: 90px;*/
    height: 90px;
    width: 70px;
}

.widgets-img-maxh-300 {
    height: 300px;
    object-fit: cover;
}

.widgets-img-cover {
    object-fit: cover;
}

.widgets-text {
    color: #05334f;
    font-weight: 600;
    font-family: MavenPro;
    font-size: 16px;
    display: flex;
    justify-content: center;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.widgets-text-pad {
    color: #05334f;
    font-weight: bold;
    display: flex;
    justify-content: center;
    min-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
