/**
 * Additional styles for sticky footer
 */

html, body {
    height: 100%;
}

html {
    overflow-x: unset;
}

h2, h3 {
    margin-bottom: 12px;
}

.container > p:first-child {
    margin-top: 0;
}

#main-content-wrapper {
    min-height: 100%;
    background-color: #fff;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
/*     overflow: hidden; */
}

.content-wrapper {
    display: flex;
    flex-flow: column;
}

.main-wrapper {
    height: 100%;
    margin-bottom: var(--gap);
    display: grid;
    grid-template-columns: 100%;
}

.main-wrapper.column-left {
    grid-template-columns: 24% 76%;
}

.main-wrapper.column-right {
    grid-template-columns: 76% 24%;
}

.main-wrapper.column-left.column-right {
    grid-template-columns: 24% 52% 24%;
}

.main-section table {
    display: block;
    overflow-x: auto;
}

.large-links--item {
    margin-bottom: var(--gap-m);
}

.large-links--item:last-of-type {
    margin-bottom: 0;
}

.links-block--wrap p:last-of-type {
    margin-bottom: 0;
}

/* page title section, placed in header */
.description {
    text-align: left;
}

/* used in left-column--mixed-content template */
.info-wrap .wrapper {
    background-color: #ECEEF3;
    background-image: url('/static/images/iconInfo.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 16px center;

    display: inline-block;
    padding: 16px;
    padding-left: 64px;
    margin-top: 26px;
    /*     margin-bottom: 4px; */

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.large-links--list, .sidebar .blog-archive li ul, .couses-list ul {
    padding-left: 18px;
    border-left: var(--border-blue);
}

/* news */
.news-item-wrapper {
    margin-bottom: 24px;
}

.news-item-wrapper .news-date {
    margin: 0;
    color: var(--grey);
}
