/* stylelint-disable selector-max-type */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
figcaption {
    text-align: center;
}
/* stylelint-enable selector-max-type */
.guided-content {
    word-break: break-word;
    font-size: 16px;
}
.guided-content .has-fixed-layout {
    word-break: normal;
}
.responsive-table-wrap .has-fixed-layout {
    margin: 0;
}
.wp-block-image figcaption {
    text-align: center;
}
.guided-content h2,
.guided-content h3,
.guided-content h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2b3945;
}
.guided-content h4 {
    margin-top: 0;
}
.guided-content strong {
    color: #414954;
}
.guided-content h2 {
    font-size: 30px;
}
.guided-content h3 {
    font-size: 18px;
    margin-top: 60px;
}
.guided-content h2 + h3,
.guided-content h3 + h3 {
    margin-top: 0;
}
.guided-content h2:not(:first-child) {
    margin-top: 60px;
}
@media (min-width: 576px) {
    .guided-content h2:not(:first-child) {
        margin-top: 50px;
    }
}

.guided-content table {
    border: 1px solid;
    border-collapse: collapse;
    /* Disabled stylelint important rule because the table width can be manipulated from wordpress text editor and we're overriding that by important */
    width: 100% !important; /* stylelint-disable-line declaration-no-important */
    margin: 20px auto;
}
.guided-content table thead tr:first-child {
    background-color: #e02020;
    color: #ffffff;
}
.guided-content table tbody tr:first-child {
    background-color: #802050;
    color: #ffffff;
}
.guided-content table tbody tr:first-child strong {
    color: #ffffff;
}
.guided-content table p {
    margin: 0;
    word-break: keep-all;
}
.guided-content table,
.guided-content table tr,
.guided-content table td,
.guided-content table th {
    /* Disabled stylelint important rule because the table height can be manipulated from wordpress WYSIWYG editor and we're overriding that by important */
    height: auto !important; /* stylelint-disable-line declaration-no-important */
}
.guided-content th,
.guided-content td {
    border: 1px solid #d9dde1;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: top;
}

.guided-content .multivariate-eg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}
.guided-content .multivariate-eg .example {
    display: flex;
    margin-bottom: 20px;
}
.guided-content .multivariate-eg span {
    background: #169df3;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 700;
    margin-right: 15px;
    text-align: center;
}
.guided-content p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.guided-content ul {
    list-style: disc;
}
.guided-content ul,
.guided-content ol {
    margin-bottom: 30px;
}
.guided-content ul li,
.guided-content ol li {
    font-weight: 400;
}
.guided-content ul li:not(:last-child),
.guided-content ol li:not(:last-child) {
    margin-bottom: 10px;
}

.guided-content ul li h4,
.guided-content ol li h4 {
    color: #414954;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 15px;
}
.guided-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
.guided-content h2 + img,
.guided-content h3 + img,
.guided-content img + h3,
.guided-content img + p,
.guided-content p + img {
    margin-top: 50px;
}
.guided-content figure {
    margin: 40px auto;
}
.guided-content iframe {
    max-width: 100%;
}

.guided-content a {
    color: #3892e3;
}

.guided-content blockquote {
    border-left: 7px solid #bf3078;
    margin: 30px 0;
    padding: 10px;
}

.left-side-menu {
    position: relative;
    list-style-type: none;
    padding-left: 16px;
}
.left-side-menu li.none-list-item::before {
    display: none;
}
.left-side-menu li.none-list-item a:hover {
    text-decoration: none;
}
.left-side-menu::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    background-color: rgba(7, 0, 58, 0.1);
}

.left-side-menu ul {
    display: none;
}

.left-side-menu li.selected ul {
    display: block;
}

.left-side-menu li.selected ul li a {
    font-weight: 400;
}
.left-side-menu li.selected ul li::before {
    content: none;
}
.left-side-menu li {
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
}
.left-side-menu li.selected ul li {
    font-size: 13px;
    margin-bottom: 4px;
}
.left-side-menu li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
}
.left-side-menu li a:not(.button) {
    color: #07003a;
}
.left-side-menu a.button:hover {
    color: #ffffff;
}

.left-side-menu li ul {
    padding-left: 16px;
    list-style-type: none;
}
/* stylelint-disable selector-max-type */
.left-side-menu > li a:hover,
.left-side-menu > li a:focus,
.left-side-menu > li ul li a:hover,
.left-side-menu li.selected > a {
    color: #e20072;
    font-weight: 700;
}
/* stylelint-enable selector-max-type */

.left-side-menu li:last-child {
    margin-bottom: 0;
}
.left-side-menu li::before {
    content: "";
    width: 4px;
    height: 30px;
    background-color: transparent;
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 0;
}
.left-side-menu li.selected::before {
    background-color: #e20072;
}

.overflow-scroll {
    overflow-y: scroll;
}

.guide-cluster::-webkit-scrollbar {
    display: none;
}
.guide-cluster {
    /* To hide the horizontal scrollbar in Cluster. Only works in Firefox */
    scrollbar-width: none;
}

@media screen and (min-width: 1200px) {
    .cluster-shadow::before,
    .cluster-shadow::after {
        content: "";
        background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
        display: block;
        position: absolute;
        width: 50px;
        height: 100%;
        top: 0;
        z-index: 1;
    }
    .cluster-shadow::before {
        width: 80px;
        left: 50px;
    }
    .cluster-shadow::after {
        width: 80px;
        right: 50px;
        background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }
}

/* Youtube Embed CSS */
.wp-block-embed__wrapper {
    position: relative;
}
.wp-block-embed figcaption {
    text-align: center;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%;
    content: "";
    display: block;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.guided-content .post-author-link {
    color: #1c304b;
    text-decoration: none;
}
.guided-content .post-author-link:hover {
    text-decoration: underline;
}
/* End Youtube Embed CSS */

.guided-content video {
    width: 100%;
}
