/* youtube-embed */

.youtube-embed-container {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube-embed-container iframe,
.youtube-embed-container .BorlabsCookie {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/****
Widget
 */
.kh-widget {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.kh-widget-tiles {

}

.kh-tile-wrapper {
    margin-bottom: 30px;
}

.tile {
    margin-bottom: 15px;
    position: relative;
    height: 100%;
}

.kh-widget-headline {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
}

.kh-widget a,
.kh-widget a:visited,
.kh-widget a:active,
.kh-widget a:hover {
    color: inherit
}

.kh-imagewrap {
    padding: 0;
    overflow: hidden;
    width: 100%;
    border: 1px solid #8cb7c1;
}



.kh-imagewrap > img {
    width: 100%;
    height: auto;
}

/* sliders common */
.kh-slider {

}

.kh-slider .slick-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0,-50%);
}
.kh-slider .slick-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0,-50%);
}

.kh-slider .slick-arrow {
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    padding: 15px;
}

.kh-slider .slick-dots {
    margin: 0 auto;
}

.kh-slider .slick-dots li button:before {
    background-color: white;
}

.kh-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: white;
}

.kh-slider-slide {

}

.kh-slide-category {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

.kh-slide-headline {
    text-transform: uppercase;
    font-size: 21px;
    margin: 0 0 30px 0;
}

.kh-slide-text {
    font-size: 17px;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 1rem;
    display: block;
}

/* widget: publications slider */
.kh-widget-publications-slider {
    color: #FFF;
}

.kh-widget-publications-slider .tile-publications-slider {
    padding: 30px 60px;
}

.kh-widget-publications-slider .tile {
    background-color: #006070;
}

.kh-widget-publications-slider .kh-slide-text,
.kh-widget-publications-slider .kh-slide-text p,
.kh-widget-publications-slider .kh-slide-text ol,
.kh-widget-publications-slider .kh-slide-text ul {
    font-size: 17px;
    color: #FFF;
}

.kh-widget-publications-slider .kh-imagewrap {
    border-color: #222;
}

@media screen and (min-width: 320px) and (max-width: 539px) {
    .kh-slider-publications .kh-imagewrap {
        max-width: 60%;
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 540px) and (max-width: 991px) {
    .kh-slider-publications .kh-imagewrap {
        max-width: 45%;
        margin: 0 auto 30px;
    }
}

/* widget: recommended topics */

.kh-widget-recommended-topics {
    color: #006070;
}

.kh-widget-recommended-topics .tile-recommended-topics {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.kh-widget-recommended-topics .tile-recommended-topics .topic {
    padding: 5px 10px;
    background-color: #e3f4f7;
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    cursor:pointer;
}


.kh-widget-recommended-topics .tile-recommended-topics .topic:hover {
    color: #7f7f7f;
}

/* widget: facts/images slider */

.kh-widget-facts-images-slider {

}

.kh-widget-facts-images-slider .tile-facts-images-slider {
    padding: 30px 60px;
    border: 3px solid #006070;
}

.kh-widget-facts-images-slider .kh-slider-facts-images-image {
    margin-bottom: 30px;
}

.kh-widget-facts-images-slider .kh-slider-facts-images-text {
    font-size: 17px;
    margin-bottom: 1rem;
}

.kh-widget-facts-images-slider .kh-slider-facts-images-text a {
    text-decoration: underline;
    color: #006070;
}

.kh-widget-facts-images-slider .kh-slider-facts-images-link {
    padding: 5px 10px;
    background-color: #e3f4f7;
    display: inline-block;
    color: #006070;
    margin-bottom: 6px;
    font-size: 17px;
    cursor:pointer;
}

.kh-widget-facts-images-slider  .kh-slider .slick-dots li button:before {
    background-color: #006070;
}

.kh-widget-facts-images-slider  .kh-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #006070;
}

/* widget: video slider */

.tile-video-slider {
    height: 100%;
}

.kh-widget-video-slider {
    color: #FFF;
}

.kh-widget-video-slider .tile {
    background-color: #006070;
}

.kh-widget-video-slider .tile-video-slider {
    padding: 30px 0;
}

.kh-slider-video-slide {
    height: 100%;
}

.kh-slider-video-slide-textwrap {
    padding: 0 30px 30px 30px;
}

.kh-slider-video-slide .video-preview-external {
    width: 100%;
}
.kh-slider-video-slide .video-preview-external > a {
    display: block;
    width: 100%;
}

.kh-widget-video-slider .kh-slider .slick-prev {
    position: absolute;
    left: 20px;
    bottom: -20px;
    top: unset;
    z-index: 999;
}
.kh-widget-video-slider .kh-slider .slick-next {
    position: absolute;
    right: 20px;
    bottom: -20px;
    top: unset;
    z-index: 999;
}

/* widget: static tile */
.kh-widget-static-tile .tile-static-tile {
    padding: 30px;
    border: 3px solid #006070;
}

.kh-widget-static-tile .kh-slide-headline {
    font-size: 20px;
    font-weight: 600;
    color: #006070;
    margin: 15px 0;
}

/* widget: case studies slider */
.kh-widget-case-studies-slider {
    color: #FFF;
}

.kh-widget-case-studies-slider .tile-case-studies-slider {
    padding: 30px 60px;
}

.kh-widget-case-studies-slider .tile {
    background-color: #006070;
}

.kh-widget-publications-slider .kh-imagewrap {
    border-color: #222;
}

/* widget: platforms slider */
.kh-widget-platforms-slider .tile-platforms-slider {
    padding: 30px 60px;
    border: 3px solid #006070;
}

.kh-widget-platforms-slider .kh-slide-headline {
    font-size: 20px;
    font-weight: 600;
    color: #006070;
    margin: 15px 0;
}

.kh-slider-platforms-slide {
    padding: 0 15px;
}

@media screen and (min-width: 320px) and (max-width: 539px) {
    .kh-slider-case-studies .kh-imagewrap {
        max-width: 60%;
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 540px) and (max-width: 991px) {
    .kh-slider-case-studies .kh-imagewrap {
        max-width: 45%;
        margin: 0 auto 30px;
    }
}

.kh-slider-platforms-slide .kh-slider-platforms-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 230px;
    background-color: #fff;
    padding: 15px;
    border: none;
}

.kh-slider-platforms-image > img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}



.kh-widget-platforms-slider .kh-slider-facts-images-image {
    margin-bottom: 30px;
}

.kh-widget-platforms-slider  .kh-slider .slick-dots li button:before {
    background-color: #006070;
}

.kh-widget-platforms-slider  .kh-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #006070;
}

/**********************
 Search Widget
**********************/
/****************
**** filters ****
*****************/

@media screen and (min-width: 1280px) {
    .content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.content-wrapper {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.kh-form-area {
    width: 100%;
    padding-top:30px;
    padding-bottom: 15px;
    background-color: #e3f4f7;
}

.kh-form-area .select2 {
    width: 100% !important;
    border-radius: 0;
}

.kh-form-area input {
    width: 100%;
}

.kh-form-area .kh-search-field {
    border-radius: 4px;
    font-family: VialogLT-Regular;
    font-size: 16px;
    line-height: 22px;
    padding-left: 5px;
    height: 42px;
}

.kh-form-area .search-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.kh-form-area .search-wrap:after {
    font-family: 'Font Awesome\ 5 Pro';
    font-weight: 900;
    content: '\f002';
    position: absolute;
    right: 6px;
    line-height: 41px;
    font-size: 22px;
    color: #006070;
}

.kh-filters-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.kh-filters-col {
    max-width: 20%;
    flex: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1128px) {
    .kh-filters-col {
        max-width: 100%;
        flex: 100%;
    }
}

.kh-filters-col .select2 {
    margin-bottom: 15px;
    position: relative;
}

.kh-filters-col .select2.select2-container .select2-search__field {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-family: 'VialogLT-Regular';
}

.kh-filters-col .select2.select2-container .select2-search__field:-ms-input-placeholder {
    font-size: 16px;
    line-height: 30px;
}

.kh-filters-col .select2.select2-container:after {
    position: absolute;
    content: " ";
    height: 15px;
    width: 15px;
    bottom: 13px;
    right: 10px;
    z-index: 99;
    background-color: transparent;
    background-size: contain;
    display: block;
    cursor: pointer;
    pointer-events: none;
    background-image: url('../Images/dropdown.svg');
    background-repeat: no-repeat;
}

.kh-filters-col .select2-dropdown .select2-results__option {
    font-size: 16px;
    line-height: 30px;
}

.kh-filters-col .select2.select2-container .select2-search.select2-search--inline {
    display: inline-block;
    width: 100%;
}

.kh-filters-col .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 20px;
    max-width: 85%;
    word-break: break-word;
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    vertical-align: top;
}

.kh-filters-col .select2.select2-container .select2-selection__rendered{
    padding-right: 5px;
    display: contents;
}

.kh-filters-col .select2-container--default .select2-results > .select2-results__options {
    font-size: 14px;
    line-height: 20px;
}

.kh-filters-col .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 25px;
    top: 6px;
}

.kh-button {
    margin-bottom: 15px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    height: 40px;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 16px;
    padding-right: 50px;
    cursor: pointer;
}

.kh-button-primary {
    background-image: url('../Images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 30px 30px;
    background-color: #006070;
    color: white;
}

.kh-button-primary:hover {
    background-color: rgba(0, 96, 112, 0.59);
}

.kh-button-secondary {
    background-image: url('../Images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 30px 30px;
    background-color: #c1e1e6;
    color: #7f7f7f;
}

.kh-button-secondary:hover {
    background-color: rgba(193, 225, 230, 0.51);
}

.kh-button-secondary.active {
    background-color: #006070;
    color: white;
}

.kh-button-tertiary {
    background-image: url('../Images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 30px 30px;
    background-color: #c1e1e6;
    color: #7f7f7f;
}

.kh-button-tertiary:hover {
    background-color: rgba(193, 225, 230, 0.51);
}

/* filter results */

/* ajax loader */

.loading-overlay {
    background: rgba(113,113,113,.5);
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loading-animation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    border: 16px solid #DFE3ED; /* Light grey */
    border-top: 16px solid #006070; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* result list */

.kh-results-ajax-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.kh-results-summary {
    width: 100%;
}

.kh-results-counter {
    font-size: 18px;
    margin-bottom: 30px;
}

.kh-results-counter .count-label,
.kh-results-counter .count {
    color: #006070;
    font-weight: 600;
}

.kh-results-headline {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.kh-empty-result {
    font-size: 20px;
    font-weight: 600;
    color: #006070;
}

.kh-result {
    border: 3px solid #006070;;
    padding: 15px;
    margin-bottom: 30px;
}

.kh-result .kh-result-image-wrap {
    margin-top: 1rem;
}

.kh-result .kh-result-content-wrap {
    padding-left: 80px;
    margin-bottom: 15px;
}

.kh-result .kh-result-content-link-text {
    display: flex;
    height: 100%;
    align-items: center;
}

.kh-result a.kh-result-content-link,
.kh-result a.kh-result-content-link:visited,
.kh-result a.kh-result-content-link:active {
    color: #7f7f7f;
}

.home .content-box-documents .content-slide-text {
    display: none;
}

@media (max-width: 991px) {
    .kh-result .kh-result-content-wrap {
        padding: 0 15px;
    }
    .kh-result-headline {
        margin-left: 60px;
    }
}

@media (min-device-width:100px) and (max-device-width: 420px) {
    .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .col-md-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.kh-result-headline {
    color: #006070;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}

.kh-result-headline .kh-result-icon {
    position: absolute;
    left: -88px;
    font-size: 55px;
    line-height: 55px;
    color: #006070;
    text-align: center;
    width: 100px;
}

.kh-result-icon.fa-tv {
    font-size: 45px;
}

.kh-result-image-wrap {
    border: 1px solid #8cb7c1;
    max-width: 100%;
}

.post-content-date {
    margin: 0 auto 10px !important;
    display: block;
}

.kh-single-button-wrap {
    margin: 0 auto;
}

.kh-single-button-wrap #btnLoadMore {
    margin: 0 auto 80px auto !important;
}

@media screen and (min-width: 320px) and (max-width: 420px) {
    .post-content h1 {
        width: 90%;
        margin: 0 auto 30px !important;
    }

    .post-content-date {
        width: 90%;
        margin: 0 auto 10px !important;
        display: block;
    }
}

@media (min-width: 421px) and (max-width: 1420px) {
    .post-content {
        padding: 30px !important;
    }
}

.kh-result-image-wrap img {
    width: 100%;
    height: auto;
}

.kh-result-meta-wrap {
    width: 100%;
}

.kh-result-meta-item {
    width: 100%;
    border-bottom: 1px solid #006070;
    margin-bottom: 10px;
    padding: 5px 0;
}

.kh-result-meta-label {
    text-transform: uppercase;
    color: #006070;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.kh-result-meta-text {
    font-size: 16px;
    line-height: 22px;
}

/**
Single Publication
 */


.single .kh-theme .breadcrumbs {
    display: block;
}

.kh-single.kh-ce {
    padding: 7rem 15px 3rem 15px;
}

.kh-single-image-wrap {
    max-width: 100%;
}

.kh-single-image-wrap img {
    width: 100%;
    height: auto;
}

.kh-single-meta-wrap {
    margin-bottom: 30px;
}

.kh-theme #arrow-up {
    width: 60px;
    height: 60px;
    position: relative;
    top: -30px;
}

.kh-theme #arrow-up img {
    max-width: 100%;
    height: auto !important;
}

.kh-theme .footer-menu .menu {
    margin-top: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.kh-theme .kh-single-title {
    text-align: left;
}

.kh-publication-image-wrap {
    max-width: 250px;
    margin: 0 auto;
    border: 1px solid #8cb7c1;
}

.kh-publication-image-wrap img {
    max-width: 100%;
    height: auto !important;
}

.kh-single-content {
    padding-right: 30px;
    margin-bottom: 3rem;
}

body a .kh-result-text-wrap {
    font-size: 18px;
    line-height: 22px;
    color: #7f7f7f;
}

.kh-result-text-wrap {
    font-size: 18px;
    line-height: 22px;
    color: #7f7f7f;
}

.content-slide-headline {
    text-transform: uppercase;
    font-size: 21px;
}

.kh-link-button {
    text-transform: uppercase;
    text-decoration: none;
    background: #006070;
    padding: 13px 33px;
    color: #fff !important;
    font-family: VialogLT-Regular;
    font-size: 18px;
    margin: 30px auto;
    display: table;
    transition: 0.5s;
}

.kh-link-button:hover {
    background-color: rgba(0, 96, 112, 0.59);
}

/* programme pages */
.programme .post-image {

}

.programme-single {
    margin-bottom: 4rem;
}

.programme .programme-col {
    margin-bottom: 2rem;
}

.programme .programme-subheadline {
    font-size: 22px;
    text-transform: uppercase;
}

.programme-single .content-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
}

.programme-single h1.programme-title {
    margin-bottom: 2rem;
}

.programme-description h1,
.programme-description h2,
.programme-description h3,
.programme-description h4,
.programme-description h5 {
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.programme.fullwidth-wrapper {
    margin-top: 4.6rem;
}

.programme .fullwidth-wrapper.blue-bg {
    background-color: rgba(0, 135, 153, 0.1);
}

.programme .programme-perils-slider {

}

.peril-label {
    text-align: center;
    font-size: 16px;
    margin: 1rem;
}

.peril-imagewrap {
    padding: 0;
    overflow: hidden;
    width: 100px;
    max-width: 20vw;
    height: 100px;
    margin: 0 auto;
}

.peril-imagewrap > img.inactive {
    opacity: .2;
    filter: grayscale(100%);
}

.peril-imagewrap > img {
    width: 100%;
    height: 100%;
}

.programme .programme-perils-slider .slick-arrow.slick-next,
.programme .programme-perils-slider .slick-arrow.slick-prev {
    top: 45px;
}

.programme .programme-perils-slider .slick-track {
    margin-left: 0;
}

.programme-single .risk-continuum {
    width: auto;
    max-width: 100%;
    margin: 1rem 0;
    font-size: 16px;
}

.programme-single .risk-continuum-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.programme-single .featured-image-wrap {
    width: 250px;
    margin: 1rem auto;
    max-height: 200px;
}

.programme-single .featured-image-wrap img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: flex;
    margin: 0 auto;
}

.programme-single .risk-continuum-column {
    display: flex;
    flex-direction: column;
    width: 25%;
    flex-basis: 25%;
    padding-top: 1rem;
}

.risk-continuum-row {
    max-width: 1200px;
}

.risk-continuum-column:first-child {
    border-right: 1px solid #CCC;
}

.risk-continuum-box {
    display: block;
    width: 50%;
    border: 2px solid #f28502;
    margin: 0 auto;
    text-indent: -9999px;
}

.risk-continuum-box:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.risk-continuum-box.risk-continuum-checked {
    background-color: #f28502;
}

.risk-continuum .risk-continuum-footer-label {
    text-align: center;
    margin: .5rem auto;
    word-break: break-word;
}

@media (max-width: 480px) {
    .risk-continuum .risk-continuum-footer-label {
        font-size: 13px;
    }
}

.programme-related-slider .programme-related-slide {
    margin-top: 30px;
}

.programme-related-slide a:visited,
.programme-related-slide a:hover,
.programme-related-slide a:active {
    color: rgba(255, 255, 255, 0.81);
}

.programme-related-slide img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.programme-related-slider .programme-related-slide img {
    top: -20px;
}