/* to avoid placing the page in the middle of the column */
div[data-content-type="row"][data-appearance="contained"][data-element="main"] {
    max-width: unset;
}

.cms-content {
    padding: 3.125rem;
    color: #999;
}

.cms-content h1, .cms-content h2, .cms-content h3 {
    color: #1c752c;
    font-family: Source Sans Pro, sans-serif;
    padding: 0;
}

.cms-content h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 2.1875rem;
}

.cms-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.cms-content h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.cms-content p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem !important;
    margin-bottom: 1rem;
    text-align: justify;
    color: #242424;
}

.cms-content a {
    color: #1c752c;
}

.cms-content .bold-text {
    font-weight: bold;
    color: #666;
}

.cms-content .indent-25 {
    margin-left: 25px;
}

.cms-content .indent-50 {
    margin-left: 50px;
}

.cms-content ul {
    list-style-type: disc;
}

.cms-content div[data-content-type="text"][data-appearance="default"][data-element="main"]
{
    margin-bottom: 2.1875rem;
}

.cms-content ul li,
.cms-content ol li {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    text-align: justify;
    margin-left: 1rem;
    color: #242424;
}

.cms-content .cookie-settings-link .pagebuilder-button-primary {
    display: inline-flex;
    justify-content: center;
    border-radius: .25rem;
    height: 3rem;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: 46px;
    background: #1c752c;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    margin: 0 0 1rem 0;
}

/* Cookies table */
.cms-content table {
    border: none;
}

.cms-content table tr {
    border-top: 2px solid #dee2e6;
}

.cms-content table tr:last-child {
    border-bottom: 2px solid #dee2e6;
}

.cms-content th, .cms-content td {
    border-right: none;
    border-left: none;
}

.cms-content table thead td {
    font-weight: bold;
}

.cms-content table tr td:last-child {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .cms-content table {
        border: 0;
    }

    .cms-content table thead {
        display: none;
    }

    .cms-content table tr {
        display: block;
        margin-bottom: 1rem;
        background: rgba(153, 153, 153, 0.1);
        padding: 0.2rem;
        border: none;
    }

    .cms-content table tr:last-child {
        border-bottom: none;
    }

    .cms-content table td {
        display: block;
        font-size: .8rem;
        text-align: right;
        border: none;
    }

    .cms-content table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .cms-content table td:last-child {
        border-bottom: 0;
    }

    .cms-content table td {
        width: 100% !important;
    }

    .cms-content table tr td:last-child {
        text-align: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .cms-content {
        max-width: 488px;
        width: 488px;
    }
}

@media screen and (min-width: 1263px) and (max-width: 1523px) {
    .cms-content {
        max-width: 976px;
        width: 976px;
    }
}

@media screen and (min-width: 1524px) {
    .cms-content {
        max-width: 1220px;
        width: 1220px;
    }
}

