﻿/* This CSS file supports to ~/Views/Privacy/index.cshtml*/

h1, h4, h5 {
    color: var(--cf-color-dark-blue);
}

.cf-p2 {
    color: var(--cf-color-black);
}

a.back {
    margin-top: var(--cf-back-navigation-margin);
    padding-left: 8px;
}

.terms-content-start {
    margin-top: var(--cf-content-margin);
}

h5.welcome {
    margin-top: 24px;
}

.cf-privacy-page-full-span {
    grid-column: 2 / span 10;
}

.cf-p2 + .cf-p2 {
    margin-top: 24px;
}

.anchor:target::before {
    content: "";
    display: block;
    height: calc(var(--cf-header-height) + 8px); /* fixed header height*/
    margin: calc(-1 * (var(--cf-header-height) + 8px)) 0 0; /* negative fixed header height */
}

section.privacy-page-content {
    margin-top: 24px;
}

    section.privacy-page-content h6:not(:first-child) {
        margin-top: 24px;
    }

a.pd-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: var(--cf-color-button-blue);
    text-decoration: underline;
    margin-bottom: 24px;
}

.cf-p2 a {
    color: var(--cf-color-button-blue);
    word-break: break-word;
}

ul.sub-section {
    list-style-type: initial;
    grid-column: span 11;
}

    ul.sub-section > li > ul {
        list-style-type: circle;
    }

.table-container {
    max-width: 100%;
    overflow-x: auto;
}

table {
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

th, td {
    padding: 12px 18px;
    text-align: left;
    vertical-align: top;
    border: 1px solid var(--cf-color-med-light-grey);
}

th {
    color: var(--cf-color-white);
    background-color: var(--cf-color-dark-blue);
}

td.with-bg-color {
    background-color: var(--cf-color-off-white);
}

th h6,
td h6 {
    margin-bottom: 0;
}

    td h6.table-section-title {
        color: var(--cf-color-dark-blue);
        text-align: center;
    }


@media screen and (max-width: 1024px) {
    .cf-privacy-page-full-span {
        grid-column: 1 / span 12;
    }
}
