﻿
/* 
    // I dont know if Ive used the right stylesheet for this file, so have imported everything that looks needed in here?
    // It kinda looks like the right stylesheet but then some expeected parts are also missing, so I really dont know! :( 
*/

/*.container {
    background-color: #fff;
    top: -70px;
    margin-bottom: -70px;
    position: relative;
}*/

/* // Devs - Most of these are set to ^= to cover both video-hub and video-hub-results */
[data-page^=video-hub] {
}

    [data-page^=video-hub] h2 {
        font-size: 1.75rem !important;
    }


    [data-page^=video-hub] .m-0 {
        margin: 0;
    }

    [data-page^=video-hub] .mb-10 {
        margin-bottom: 0.625rem;
    }

    [data-page^=video-hub] .mb-20 {
        margin-bottom: 1.25rem;
    }

    [data-page^=video-hub] .mb-40 {
        margin-bottom: 2.5rem;
    }

    [data-page^=video-hub] .mb-60 {
        margin-bottom: 3.75rem;
    }

@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] .mb-sm-20 {
        margin-bottom: 1.25rem;
    }

    [data-page^=video-hub] .mt-sm-20 {
        margin-top: 1.25rem;
    }
}

[data-page^=video-hub] .mt-md-4 {
    margin-top: 4rem;
}

[data-page^=video-hub] [data-type="hero-video"] {
    height: 155px;
    background-color: #f7f7f7;
}

@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] [data-type="hero-video"] {
        height: 210px;
    }
}


[data-page^=video-hub] [data-type="hero-video"] > div {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    height: 100%;
}

[data-page^=video-hub] [data-type="hero-video"] .titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 45px;
}

@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] [data-type="hero-video"] .titles {
        margin-bottom: 5px;
    }
}

[data-page^=video-hub] [data-type="hero-video"] p {
    color: #6a6a6a;
}


[data-page^=video-hub] .search-controls {
    color: currentColor;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 0;
    margin-bottom: 20px;
}

    [data-page^=video-hub] .search-controls .svg-filter {
        stroke: gray;
    }


[data-page^=video-hub] nav a {
    font-family: 'Aller Bold';
}

[data-page^=video-hub] nav a {
    border-bottom: 3px solid transparent;
    padding: 10px 2px 5px;
    margin-right: 15px;
    color: #232323;
    line-height: inherit;
    text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        [data-page^=video-hub] nav .inline-list {
            flex-wrap: nowrap;
        }

        [data-page^=video-hub] nav a {
            border-radius: 100px;
            border: 1px solid #c1c1c1;
            background-color: #dedede;
            margin-right: 4px;
            padding: 8px 14px;
        }
}

[data-page^=video-hub] nav a.active,
[data-page^=video-hub] nav a:hover {
    border-bottom: 3px solid #43aea1;
}

@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] nav a.active {
        background-color: #43aea1;
        border-color: #43aea1;
        color: #fff;
    }
}

[data-page^=video-hub] .row-wrapper {
    padding: 20px 0 30px 0;
}

[data-page=video-hub-results] .video-hub-item {
    padding: 0 0 30px 0;
}

    [data-page=video-hub-results] .video-hub-item img {
        max-width: 100%;
        height: auto;
    }

[data-page=video-hub-results] .search-filters-hero {
    height: auto;
}

[data-page^=video-hub] .video-hid-slider {
    padding: 30px 0 60px;
}

[data-page^=video-hub] .video-play-wrapper {
    position: relative;
}

    [data-page^=video-hub] .video-play-wrapper .video-length {
        position: absolute;
        bottom: 20px;
        right: 20px;
        top: auto;
        left: auto;
        background-color: black;
        color: white;
        border: 0;
        border-radius: 5px;
        min-width: min-content;
        padding: 1px 5px 2px 5px;
        font-size: 0.725rem;
    }


[data-page^=video-hub] .link {
    color: #00ae9e;
}

[data-page^=video-hub] h3 a {
    font-size: 0.875rem;
}

[data-page^=video-hub] .has-play-icon {
    position: relative;
}

    [data-page^=video-hub] .has-play-icon::after {
        inset: 0 0 0 0;
        position: absolute;
        background: url('../img/Icon_Play.svg');
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
        content: "";
    }

@media screen and (min-width: 40em) {
    [data-page^=video-hub] .has-play-icon::after {
        background-size: 60px;
    }
}

@media screen and (min-width: 40em) {
    [data-page^=video-hub] .d-md-flex {
        display: flex;
    }
}

[data-page^=video-hub] .align-apart {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}


[data-page^=video-hub] .tag {
    border-radius: 4px;
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
    display: table;
    font-size: .7rem;
    line-height: 1.3;
    text-align: center;
    padding: 2px 5px;
    z-index: 1;
    margin-top: 3px;
}

[data-page^=video-hub] .relative {
    position: relative;
}

@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] .sm-bg {
        background-color: #f2f2f2;
        padding: 0;
    }
}

[data-page^=video-hub] .slick-arrow {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    padding: 0;
    margin: 0;
    /* // Devs - This top value will need updating when the real images go in, we want the icon to be half the height of the image */
    top: 112px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    text-indent: -9999px;
    background-color: #fff;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
}

[data-page^=video-hub] .slick-prev {
    left: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z" stroke="%2300ae9e" /></svg>');
}

[data-page^=video-hub] .slick-next {
    right: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="%2300ae9e" /></svg>');
}

[data-page^=video-hub] .slick-slide,
[data-page^=video-hub] .slick-list {
    margin: 0 !important;
}


@media screen and (max-width: 39.9375em) {
    [data-page^=video-hub] .video-hub-slider {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0;
    }

        [data-page^=video-hub] .video-hub-slider::-webkit-scrollbar {
            width: 0px;
        }

        [data-page^=video-hub] .video-hub-slider .columns {
            min-width: 72vw;
        }

    [data-page^=video-hub] .row-wrapper {
        padding: 30px 0
    }

    [data-page^=video-hub] h3 .link {
        margin-top: 5px
    }
}
