@charset "UTF-8";
.bxst-section-webinars *{
    font: 16px/18px "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    /*font-family: "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;*/
}
.bxst-border-top {
    border-top: 1px solid #e5e9ea;
}
.bxst-section a {
    color: #2ecaf7;
    text-decoration: none;
    transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear;
}
.bxst-section-cnt {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.bxst-nearest-event-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bxst-nearest-event-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bxst-nearest-event-banner-calendar {
    display: flex;
    align-items: flex-end;
    padding: 6px 13px 20px 21px;
    border: 2px solid #7e929b;
    border-radius: 5px;
    color: #6b8089;
    font-size: 48px;
    line-height: 50px;
    box-sizing: border-box;
}
.bxst-nearest-event-banner-calendar:before {
    content: '';
    display: block;
    position: relative;
    width: 32px;
    height: 29px;
    margin-right: 16px;
    margin-bottom: 3px;
    background: url(../images/webinars/calendar.svg) no-repeat;
}
.bxst-nearest-event-banner-description {
    margin-left: 30px;
}
.bxst-nearest-event-banner-type {
    color: #a2a4a6;
    font: 12px/13px "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bxst-nearest-event-banner-title {
    font: 24px/30px "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.bxst-nearest-event-banner-label {
    position: relative;
    margin-top: -72px;
}
.bxst-nearest-event-banner-label-outer {
    position: relative;
    top: 23px;
    padding: 9px 45px 25px 26px;
    background: #f1f5be;
}
.bxst-nearest-event-banner-label-outer:before {
    content: '';
    position: absolute;
    width: calc(100% - 22px);
    height: 22px;
    left: 0;
    bottom: 100%;
    background: #f1f5be;
    box-sizing: border-box;
}
.bxst-nearest-event-banner-label-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 100%;
    border-bottom: 22px solid #e8d82a;
    border-right: 22px solid transparent;
    box-sizing: border-box;
}
.bxst-nearest-event-banner-label-subtitle {
    color: #a2a4a6;
    font: 12px/14px "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    letter-spacing: 1px;
}
.bxst-nearest-event-banner-label-title {
    margin-top: 4px;
    color: #262626;
    font: 18px/30px "Geometria", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.bxst-nearest-event-banner-label-link-cnt {
    margin-top: 15px;
}
.bxst-nearest-event-banner-label-link {
    font-size: 14px;
    text-transform: uppercase;
}