
@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 Player */
@media screen and (min-width: 60.5rem) {
    .bg-video-desc--left {
        margin: auto auto 2.25rem 2.25rem;
    }
    .bg-video-desc--right {
        margin: auto 3rem 8.4375rem auto;
    }
}

/* 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;
}

.fullwidth-image-desc {
    position: relative;
    /*background-color: #00325f;*/
    padding: 1.125rem .625rem;
    margin-top: -1.125em;
}
.masthead--small .fullwidth-image-desc {
    margin-top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.fullwidth-image-desc p {
    font-size: 1.125rem;
    line-height: 1.2;
    /*color: #fff;*/
    margin: 0;
}
.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;
}

.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 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) {
    .fullwidth-image {
        position: relative;
    }
    .fullwidth-image-desc {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        /*background-color: hsla(0,0%,100%,.9);*/
        max-width: 35rem;
        width: 100%;
        margin: auto auto 8.4375rem;
        padding: 1.5rem 1.625rem;
    }
    .fullwidth-image-desc p {
        font-size: 1.875rem;
        /*color: #00325f;*/
        width: 100%;
        margin: 0;
    }
    .fullwidth-image-desc--left {
        left: 3rem;
        right: auto;
        transform: none;
    }
    .fullwidth-image-desc--right {
        right: 3em;
        left: auto;
        transform: none;
    }

    .floating-image {
        margin-top: 10px;
        margin-bottom: 1em;
        max-width: 50%;
    }
    .floating-image.pull-left {
        float: left;
        margin-right: 1em;
    }

    .floating-image.pull-right {
        float: right;
        margin-left: 1em;
    }
}
.cms-toolbar-item li:before {
    display: none;
}
/*.vrweb_icon_2 img {*/
    /*height: 22px;*/
/*}*/