﻿/* This CSS file supports to ~/Views/SiteTerms/index.cshtml*/

h1, h4, h5 {
    color: var(--cf-color-dark-blue);
}


.cf-p2 {
    color: var(--cf-color-black);
}

.cf-terms-page-full-span {
    grid-column: 2 / span 10;
}

a.back {
    margin-top: var(--cf-back-navigation-margin);
    padding-left: 8px;
}

a[href="#top"] {
    margin-top: 8px;
}

.terms-content-start {
    margin-top: var(--cf-content-margin);
}

p.welcome {
    margin-top: 24px;
}


.cf-p2 + .cf-p2 {
    margin-top: 24px;
}

ol .link-list {
    margin-top: 8px;
}

.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 */
}

ol.large-indent, ol.large-indent li a {
    color: var(--cf-color-button-blue);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
}

    ol.large-indent li a {
        text-decoration: underline;
    }

section.terms-content {
    margin-top: 24px;
}

    section.terms-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);
}

ul.sub-section {
    list-style-type: circle;
}

@media screen and (max-width: 1024px) {
    .cf-terms-page-full-span {
        grid-column: 1 / span 12;
    }
}
