/* Start custom CSS */.entry-content {
    display: flex;
    flex-wrap: wrap;
}
.entry-content .mp_wrapper:nth-child(2),.mepr-no-active-subscriptions,.mp-wrapper.mp-no-subs {
    width: 70%;
    padding: 40px 40px;
}
.mepr-nav-item {
    width: 100%;
}
.mepr-nav-item a {
    width: 100%;
    background: #fff ! IMPORTANT;
    color: #000 !important;
}
.mepr-active-nav-tab a {
    background: linear-gradient(45deg, #6bcefa, #1476ed) !important;
    color: #fff !important;
    border: unset !important;
}
.entry-content .mp_wrapper:nth-child(1) {
    width: 30%;
    background: #0056a5;
    padding: 40px 40px ! IMPORTANT;
}
html body .edublink-main-content-inner.edublink-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
html body .container,html body  .edublink-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
html body .elementor-page.edublink-page-sidebar-disable .edublink-page-container.edublink-container {
    padding-left: 0px !important;
}


@media (max-width: 525px) {
    .entry-content .mp_wrapper:nth-child(2), .mepr-no-active-subscriptions, .mp-wrapper.mp-no-subs {
    width: 100%;
    padding: 20px 20px;
}
    .entry-content .mp_wrapper:nth-child(1) {
    width: 100%;
    padding: 20px 10px 0px 20px ! IMPORTANT;
}
}/* End custom CSS */