.card {
    border-radius: 0;
}
.help-center-fullwidth-section {
    //max-width:90%!important;
}

.card-description {
    font-weight: 400;
    font-size: 14px;
}

/* hack to prevent Safari to show marker in Shadow Content (user-agent)" */
summary::-webkit-details-marker {
    display: none;
    font-size:300px;
}


.card-main-title-custom .card-title {
    font-size: 3rem;
    font-weight: bolder;
}

.card-main-title-custom .card-subtitle {
    font-size: 1.25rem;
}

.whats-new-main-titleCard {
    height:80%;
    min-height:350px;
    max-width:100%;
    margin-bottom:50px;
}

.whats-new-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.help-center-illustration {
    text-align: end;
    padding-right: 16px;
}

.help-center-illustration img {
    height: 190px;
    width: auto;
}
.help-center-wrapper {
    margin: -15%;
    margin-top: 10%;
}

.help-center-main {
    background: #f3f3f3;
    _margin-left: 1%;
    _margin-right: 1%;
    margin-bottom: 10%;
}

.article-header-box {
    background: #f3f3f3;
    margin-bottom: 10%;
}



.help-center-main-titleCard {
    height:80%;
    min-height:350px;
    max-width:100%;
    padding: 32px 0 0 32px;
    background: #f3f3f3;
}


.help-center-main-grid {
    background: #fff;
    //margin-left: -5%;
    //margin-right: -5%;
    //margin-top:48px;
}

.clipImage{
    clip-path: inset(90px 0px 90px 0px);
    margin-top:-90px;
    margin-bottom: -90px;
}

@media (min-width: 1200px) {
    .help-center-main {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .help-center-main {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 991px) {
    .help-center-main {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1200px) {
    .help-center-main-grid {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .help-center-main-grid {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 991px) {
    .help-center-main-grid {
        margin-left: 5%;
        margin-right: 5%;
    }
}

.secondary-button-outline { color: #009C98!important; border-color: #009C98;}
.secondary-button-outline:hover { color: #FFF!important; background: #009C98; border-color: #009C98;}

.col-no-padding { padding: 0; margin: 0;}

.container a,
.container-lg a,
.card-body a {
    text-decoration: none;
}

.container a .card-text {
    color: #6f6f6f;
    font-weight: 400;
    cursor: pointer;
}