
@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Regular.c4d82460ef26.eot");
    src:
        url("../fonts/OpenSans-Regular.c4d82460ef26.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OpenSans-Regular.79515ad07889.woff") format("woff"),
        url("../fonts/OpenSans-Regular.488d5cc14529.ttf") format("truetype"),
        url("../fonts/OpenSans-Regular.d4063ef883ad.svg#open_sansregular") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/OpenSans-Bold.1d9c7945c7bc.eot");
    src:
        url("../fonts/OpenSans-Bold.1d9c7945c7bc.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OpenSans-Bold.2e90d5152ce9.woff") format("woff"),
        url("../fonts/OpenSans-Bold.76cc6be5d8a2.ttf") format("truetype"),
        url("../fonts/OpenSans-Bold.a178ded70d59.svg#open_sansbold") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/OpenSans-Semibold.f28eb362fb6a.eot");
    src:
        url("../fonts/OpenSans-Semibold.f28eb362fb6a.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OpenSans-Semibold.697574b47bcf.woff") format("woff"),
        url("../fonts/OpenSans-Semibold.b32acea6fd3c.ttf") format("truetype"),
        url("../fonts/OpenSans-Semibold.3a2c0a9b5cdc.svg#open_sansbold") format("svg");
}

@font-face {
    font-family: "Open Sans Light";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Light.09e00aa7622e.eot");
    src:
        url("../fonts/OpenSans-Light.09e00aa7622e.eot?#iefix") format("embedded-opentype"),
        url("../fonts/OpenSans-Light.45b47f3e9c7d.woff") format("woff"),
        url("../fonts/OpenSans-Light.2e98fc3ce85f.ttf") format("truetype"),
        url("../fonts/OpenSans-Light.a3f179737628.svg#open_sansbold") format("svg");
}

@font-face {
    font-family: "PTSerif";
    src: url("../fonts/PTSerif-Regular.cdd4c2471884.eot");
    src: url("../fonts/PTSerif-Regular.cdd4c2471884.eot?#iefix") format('embedded-opentype'),
            url("../fonts/PTSerif-Regular.d8996aa538bf.woff") format('woff'),
            url("../fonts/PTSerif-Regular.ee8e0c90a64e.ttf") format('truetype'),
            url("../fonts/PTSerif-Regular.6194b35d9db2.svg#pt_serifregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PTSerif";
    src: url("../fonts/PTSerif-Bold.7a9854bdde9c.eot");
    src: url("../fonts/PTSerif-Bold.7a9854bdde9c.eot?#iefix") format('embedded-opentype'),
            url("../fonts/PTSerif-Bold.859eb3aeb5d0.woff") format('woff'),
            url("../fonts/PTSerif-Bold.bae9b6da7c4f.ttf") format('truetype'),
            url("../fonts/PTSerif-Bold.e69988982ccc.svg#pt_serifbold") format('svg');
    font-weight: bold;
    font-style: normal;
}

.cms-toolbar-expanded .site-header {
    top: 46px;
}

/* Video with text */
.pl-xs{
    padding-left:1.875rem;
}
.pl-sm{
    padding-left:3.75rem;
}
.pl-md{
    padding-left:5rem;
}
.pl-lg{
    padding-left:7.5rem;
}

.contactPersonSearch--results {
    padding-top: 3rem;
}

.zoomable-link, .zoomable-icon {
    display: none;
}

.djangocms-picture.container {
    padding:0;
}

.djangocms-picture.small-version {
    width: 80%;
    margin:2em auto;
}

.djangocms-picture {
    margin-bottom: 2em;
}

.djangocms-picture img {
    max-width:100%;

}

.djangocms-picture .image-block {
    position:relative;
}

.djangocms-picture .image-block a {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
}

.djangocms-picture .image-block a svg {
    right:16px;
    bottom:16px;
    position:absolute;
}

.image-block figure p,
figure.image-block p {
    margin-bottom: 0;
}

.image-block figure p a,
figure.image-block p a {
    color: var(--primary-base);
    border-bottom: 0;
}

.image-block figure p a:hover,
figure.image-block p a:hover,
.image-block figure p a:focus,
figure.image-block p a:focus {
    color: #23527c;
    border-bottom: 0;
}

.parent-image img {
    width:100%;
}

.floating-image-text ul {
    list-style-type: disc;
    display:block;
    overflow:hidden;
}

.floating-image-text ol {
    display:block;
    overflow:hidden;
    padding-left:30px;
}

.floating-image-text ul li:before {
    display:none;
}

.floating-image {
    margin-bottom: 2em;
    width: 100%;
    float: none;
    position:relative;
}
.floating-image.floating-image--size-2 {
    width: 50%;
}
.floating-image a {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
}

.floating-image a svg {
    right:16px;
    bottom:16px;
    position:absolute;
}

/* Title Image */
@media (min-width: 967px) {
    .floating-image {
        margin-top: 10px;
        margin-bottom: 1em;
        max-width: 50%;
    }
    .floating-image.pull-left {
        float: left;
        margin-right: 1em;
    }
    .floating-image.floating-image--size-2 {
        width: 25%;
    }

    .floating-image.pull-right {
        float: right;
        margin-left: 1em;
    }
}
.cms-toolbar-item li:before {
    display: none;
}

.cms-toolbar-item li a:not(.btn):not(.js-zoomable-link):not(.fancybox-nav):not(.learn-more):not(.nav-link):not(.icon-link-inline):not(.cms-toolbar-item):not(.swiper-button-prev):not(.swiper-button-next):not(.rsbtn_sign_language):not(.rsbtn_simple_language) {
    border-bottom: none;

    &:hover {
        text-decoration: none;
        border-bottom: none;
    }
}

/*.vrweb_icon_2 img {*/
    /*height: 22px;*/
/*}*/

.carousel-control.slick-disabled {
    display: none !important;
}
