/* .st-card .st-card__focus::after {
    width: 50%;
} */

.st-card:focus,
.st-card:hover {
    border-color: inherit !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    outline: 0;
}

.st-card .st-card__focus {
    height: 45px;
    text-align: center;
}

.st-card,
.st-card--application {
    border: 0 !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.st-card {
    width: 334px !important;
}

.ss-cards-wrapper {
    display: grid;
    margin-bottom: 25px;
}

.ss-cards-image-wrapper>img {
    max-height: 100px;
}

.ss-image {
    min-width: 150px;
    min-height: 86px;
    text-align: center;
}

.ss-image-text {
    display: flex;
    align-content: center;
    align-items: center;
}

.ss-card-content {
    margin-top: 85px;
    display: grid;
    place-items: center;
}

.ss-card-desc-text {
    margin: 10px 0;
    min-height: 75px;
}

.ss-card-description ul li {
    font-weight: bold;
}

.js-video-list-column a[data-reveal-id="videoModal"]::before {
    background: transparent;
    border: 2px solid #E6007E;
    border-radius: 50%;
    content: '';
    height: 54px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: 54px;
    z-index: 2;
}

.js-video-list-column a[data-reveal-id="videoModal"]::after {
    border-bottom: 12px solid transparent;
    border-left: 20px solid #E6007E;
    border-top: 12px solid transparent;
    content: '';
    height: 0;
    left: 51%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: 0;
    z-index: 2;
}

.video-js .vjs-big-play-button:before {
    border-left: 20px solid #E6007E !important;
}

.video-js .vjs-big-play-button {
    border: 2px solid #E6007E !important;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #E6007E !important;
}

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 75px;
}

.ss-app-card-block-img img {
    height: 75px;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}