#NBpage .VideosSearchCrumb {
    padding: 5px;
    margin: 5px 5px 5px 0;
    float: left;
}
#NBpage .VideosSearchCrumb.EventSearchCrumbLast {
    float: none;
}
#NBpage .VideosSearchCrumb:nth-last-child(n + 1):nth-last-child(-n + 2):first-child {
    display: none;
}
.search-form__container {
    padding-left: 4.386%;
}
.search-form__markets,
.search-form__types {
    font-size: 15px;
}
@media (max-width: 800px) {
    .search-form__markets,
    .search-form__types {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .search-form__markets,
    .search-form__types {
        padding: 0;
    }
}
.search-form__keyword {
    height: 2.3em;
}
.search-crumb__container {
    padding-left: 4.386%;
}
.VideosKeywords {
    height: 0;
    padding-left: 4.386%;
}
@media (max-width: 480px) {
    .VideosKeywords {
        height: auto;
    }
}
.keyword-results__container {
    position: absolute;
    top: -20px;
    width: 40%;
    z-index: 99;
    left: 96px;
}
@media (max-width: 800px) {
    .keyword-results__container {
        left: 67px;
        top: -6px;
    }
}
@media (max-width: 480px) {
    .keyword-results__container {
        position: static;
        width: 100%;
    }
}
.VideosKeywordsArrow {
    z-index: 100;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-width: 1px 1px 0 0;
    -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: white;
    margin: 0 0 0 26%;
    position: relative;
    top: -29px;
    left: -10px;
}
@media (max-width: 800px) {
    .VideosKeywordsArrow {
        left: 0px;
        top: -15px;
    }
}
@media (max-width: 480px) {
    .VideosKeywordsArrow {
        left: 70px;
        top: 10px;
    }
}
.VideosApplications {
    position: absolute;
    top: -33px;
    left: 0;
    z-index: 100;
    padding-left: 4.386%;
}
@media (max-width: 800px) {
    .VideosApplications {
        top: -25px;
    }
}
@media (max-width: 480px) {
    .VideosApplications {
        left: 0;
        top: -12px;
    }
}
.VideosMarkets {
    position: absolute;
    top: -33px;
    left: -77px;
    z-index: 100;
    padding-left: 4.386%;
}
@media (max-width: 800px) {
    .VideosMarkets {
        top: -25px;
        padding-left: 5em;
    }
}
@media (max-width: 480px) {
    .VideosMarkets {
        left: 0;
        top: -68px;
        padding-left: 4.386%;
    }
}
.VideosMarketsArrow {
    z-index: 100;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-width: 1px 1px 0 0;
    -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: white;
    margin: 0 0 0 50%;
    position: relative;
    top: 10px;
    right: 19px;
}
@media (max-width: 800px) {
    .VideosMarketsArrow {
        right: 23px;
    }
}
@media (max-width: 480px) {
    .VideosMarketsArrow {
        right: 13px;
    }
}
.VideosApplicationsArrow {
    z-index: 100;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-width: 1px 1px 0 0;
    -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.12);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: white;
    margin: 0 0 0 50%;
    position: relative;
    top: 10px;
    right: -140px;
}
@media (max-width: 480px) {
    .VideosApplicationsArrow {
        right: 9px;
    }
}
.VideosApplicationsOptions,
.VideosMarketsOptions {
    padding: 1em;
}
/* .videos-results__container {
    
} */
.videos-container {
    display: flex;
    flex-wrap: wrap;
    /* height: 285px; */
}
.online-videos {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    margin: 1em 1.3em;
    padding: 0.5em;
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}
.online-videos__flex-empty {
    flex: 1;
    margin: 32px;
}

/* remove the unused video image divs after filter */
.online-videos__flex-empty .online-videos__header .video-image {
    display: none;
}

.online-videos__header {
    display: flex;
}
.online-videos__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.online-videos__name {
    font-weight: bold;
    padding-bottom: 0.3em;
    margin-bottom: auto;
    color: #58a1ec;
}
.online-videos__company {
    padding-bottom: 0.2em;
    font-weight: 200;
    color: #415054;
}
.online-videos__date {
    font-size: 0.8em;
}
.online-videos__location {
    margin-left: 10px;
    font-weight: bold;
    font-size: 0.8em;
}
.online-videos__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.online-videos__overlay:hover {
    opacity: 1;
}
.videos-details-container {
    margin: 2em;
    margin-top: 0;
    padding: 1.5em;
    background: rgba(0, 0, 0, 0.1);
}
.videos-details-nav {
    padding-bottom: 0.8em;
}
.videos-details-nav a {
    color: #58a1ec;
    transition: color 0.3s ease;
}
.videos-details-nav a:hover {
    color: #fff;
}
.videos-details-hero {
    background: #fff;
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.5);
}
.videos-details-hero__header {
    text-align: center;
    font-size: 28px;
    padding: 0.5em;
    line-height: 1.2;
    background: linear-gradient(to left, transparent 0%, rgba(30, 79, 160, 0.25) 100%);
}
.videos-details-hero__content {
    display: flex;
    justify-content: center;
}
.videos-details-hero__company {
    flex: 1;
    text-align: center;
    padding-left: 8em;
}
.videos-details-hero__company h2 {
    margin: 0.224em 0;
}
.videos-details-hero__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    text-align: center;
    padding-right: 8em;
}
.videos-details-hero__contact h4 {
    margin: 0.213em 0;
}
.videos-details-hero__register {
    text-align: center;
    padding: 0.5em 0;
}
.videos-details-hero__register button {
    cursor: pointer;
    background: #e22019;
    color: #fff;
    border-radius: 5px;
    transition: background 0.2s ease;
}
.videos-details-hero__register button:hover {
    background: #415054;
}
.videos-details-main {
    margin-top: 1.4em;
    padding: 0.8em;
    background: #fff;
}
.videos-details-main h2 {
    margin: 0;
}
.videos-details-main__related-content {
    padding-top: 1em;
}
.videos-details-main__related-header {
    padding: 1.5em;
}
.videos-details__cert-logo {
    display: block;
    width: 150px;
    padding-top: 0.5em;
}
.videos-details-main__related-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: 1.5em;
    margin-left: 1.5em;
}
@media (max-width: 800px) {
    .videos-details-main__related-items {
        flex-direction: column;
    }
}
.related-item {
    max-width: 50%;
    flex-basis: 50%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0 1.5em;
}
@media (max-width: 800px) {
    .related-item {
        max-width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .videos-container {
        height: auto;
    }
    .calendar-event {
        margin: 0.2em 0.5em;
    }
    .online-videos__flex-empty {
        margin: 32px;
    }
    .online-videos-container {
        margin: 1em;
    }
    .videos-details-hero__company,
    .videos-details-hero__contact {
        padding: 0;
    }
    .videos-details-hero__content {
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    .videos-container {
        flex-direction: column;
        height: auto;
    }
    .calendar-event {
        margin: 0.5em;
    }
    .videos-details-container {
        margin: 0;
        padding: 0.4em;
    }
}
.pac-container:after {
    background-image: none !important;
    height: 0px;
}
.videos-container--showroom-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videos-container--showroom-tab::after {
    content: "";
    display: block;
    margin-left: 33%;
}
.online-videos--showroom-tab {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0.5em;
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
    flex-grow: 0;
    flex-basis: 29%;
    min-height: 285px;
    margin: 2%;
}
@media only screen and (max-width: 480px) {
    .online-videos--showroom-tab {
        flex-grow: 0;
        flex-basis: 100%;
    }
}
