#NBpage .BlogsSearchCrumb {
    padding: 5px;
    margin: 5px 5px 5px 0;
    float: left;
}
#NBpage .BlogsSearchCrumb.EventSearchCrumbLast {
    float: none;
}
#NBpage .BlogsSearchCrumb: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%;
}
.BlogsKeywords {
    height: 0;
    padding-left: 4.386%;
}
@media (max-width: 480px) {
    .BlogsKeywords {
        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%;
    }
}
.BlogsKeywordsArrow {
    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) {
    .BlogsKeywordsArrow {
        left: 0px;
        top: -15px;
    }
}
@media (max-width: 480px) {
    .BlogsKeywordsArrow {
        left: 70px;
        top: 10px;
    }
}
.BlogsApplications {
    position: absolute;
    top: -33px;
    left: 0;
    z-index: 100;
    padding-left: 4.386%;
}
@media (max-width: 800px) {
    .BlogsApplications {
        top: -25px;
    }
}
@media (max-width: 480px) {
    .BlogsApplications {
        left: 0;
        top: -12px;
    }
}
.BlogsMarkets {
    position: absolute;
    top: -33px;
    left: -77px;
    z-index: 100;
    padding-left: 4.386%;
}
@media (max-width: 800px) {
    .BlogsMarkets {
        padding-left: 5em;
        top: -25px;
    }
}
@media (max-width: 480px) {
    .BlogsMarkets {
        left: 0;
        top: -68px;
        padding-left: 4.386%;
    }
}
.BlogsMarketsArrow {
    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) {
    .BlogsMarketsArrow {
        right: 23px;
    }
}
@media (max-width: 480px) {
    .BlogsMarketsArrow {
        right: 13px;
    }
}
.BlogsApplicationsArrow {
    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) {
    .BlogsApplicationsArrow {
        right: 9px;
    }
}
.BlogsApplicationsOptions,
.BlogsMarketsOptions {
    padding: 1em;
}
/* .blogs-results__container {
    background: linear-gradient(to bottom, #000, #fff);
} */
.blogs-container {
    display: flex;
    flex-wrap: wrap;
    /* height: 285px; */
}
.online-blogs {
    display: flex;
    position: relative;
    flex: 1;
    margin: 1em 1.3em;
    padding: 0.5em;
    background: #fff;
    /* box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5); */
}
@media (max-width: 480px) {
    .online-blogs {
        flex-direction: column;
    }
}
.online-blogs__flex-empty {
    flex: 1;
    margin: 32px;
}
.online-blogs__header {
    display: flex;
    flex-basis: 20%;
    justify-content: center;
    padding-right: 1em;
}
@media (max-width: 480px) {
    .online-blogs__header {
        justify-content: flex-start;
    }
}
.blogs-logo img {
    max-height: 150px;
}
.online-blogs__content {
    margin-top: auto;
    flex-basis: 80%;
}
.online-blogs__date {
    font-size: .8em;
    color: #b4b4b4;
}
.online-blogs__name {
    font-weight: bold;
    padding-bottom: 0.3em;
    color: #58a1ec;
}
.online-blogs__company {
    margin-left: 10px;
    padding-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: 200;
    color: #415054;
}
.online-blogs__location {
    margin-left: 10px;
    font-weight: bold;
    font-size: 0.8em;
}
.online-blogs__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-blogs__overlay:hover {
    opacity: 1;
}
.blogs-details-container {
    margin: 2em;
    margin-top: 0;
    padding: 1.5em;
    background: rgba(0, 0, 0, 0.1);
}
.blogs-details-nav {
    padding-bottom: 0.8em;
}
.blogs-details-nav a {
    color: #58a1ec;
    transition: color 0.3s ease;
}
.blogs-details-nav a:hover {
    color: #fff;
}
.blogs-details-hero {
    background: #fff;
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.5);
}
.blogs-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%);
}
.blogs-details-hero__content {
    display: flex;
    justify-content: center;
}
.blogs-details-hero__company {
    flex: 1;
    text-align: center;
    padding-left: 8em;
}
.blogs-details-hero__company h2 {
    margin: 0.224em 0;
}
.blogs-details-hero__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    text-align: center;
    padding-right: 8em;
}
.blogs-details-hero__contact h4 {
    margin: 0.213em 0;
}
.blogs-details-hero__register {
    text-align: center;
    padding: 0.5em 0;
}
.blogs-details-hero__register button {
    cursor: pointer;
    background: #e22019;
    color: #fff;
    border-radius: 5px;
    transition: background 0.2s ease;
}
.blogs-details-hero__register button:hover {
    background: #415054;
}
.blogs-details-main {
    margin-top: 1.4em;
    padding: 0.8em;
    background: #fff;
}
.blogs-details-main h2 {
    margin: 0;
}
.blogs-details-main__related-content {
    padding-top: 1em;
}
.blogs-details-main__related-header {
    padding: 1.5em;
}
.blogs-details__cert-logo {
    display: block;
    width: 150px;
    padding-top: 0.5em;
}
.blogs-details-main__related-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: 1.5em;
    margin-left: 1.5em;
}
@media (max-width: 800px) {
    .blogs-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) {
    .blogs-container {
        height: auto;
    }
    .calendar-event {
        margin: 0.2em 0.5em;
    }
    .online-blogs__flex-empty {
        margin: 32px;
    }
    .online-blogs-container {
        margin: 1em;
    }
    .blogs-details-hero__company,
    .blogs-details-hero__contact {
        padding: 0;
    }
    .blogs-details-hero__content {
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    .blogs-container {
        flex-direction: column;
        height: auto;
    }
    .calendar-event {
        margin: 0.5em;
    }
    .blogs-details-container {
        margin: 0;
        padding: 0.4em;
    }
}
.pac-container:after {
    background-image: none !important;
    height: 0px;
}
.blogs-container--showroom-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogs-container--showroom-tab::after {
    content: "";
    display: block;
    margin-left: 33%;
}
.online-blogs--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-blogs--showroom-tab {
        flex-grow: 0;
        flex-basis: 100%;
    }
}
