@import url('../variables.css');

.single-page-header {
    min-height: 250px;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.single-page-header h1 {
    font-size: 38px;
    color: var(--primary-color);
    max-width: 100%;
    margin-bottom: 0;
}

.single-page-header h1,
.single-page-header h2 {
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.single-page-header h2 {
    font-size: 28px;
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: inherit;
}

.single-page-header h2 span {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 261 59'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23336699;fill-opacity:0.1;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath class='cls-1' d='M.5,9l260-9V50L.5,59Z'/%3E%3C/svg%3E");
    padding: 3px 10px;
    background-size: cover;
}

.single-page-header .top img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.important-distinguishing-features-of-the-policy-header .symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.important-distinguishing-features-of-the-policy-header .symbol-100px {
    width: 100px;
    height: auto;
}

.important-distinguishing-features-of-the-policy-header h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    color: var(--primary-color) !important;
}

.important-distinguishing-features-of-the-policy-header p {
    font-size: 14px !important;
    font-weight: 300 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}

.important-distinguishing-features-of-the-policy-header h2:after {
    content: unset !important;
}

.important-distinguishing-features-of-the-policy-header .ctu--link {
    color: var(--text-color-primary) !important;
    text-decoration: none;
}

.important-distinguishing-features-of-the-policy-header .ctu--link:hover {
    color: var(--text-color-highlighted) !important;
}

@media only screen and (max-width:1200px) {

    .single-page-header .top img {
        height: 100%;
        opacity: 0.2;
    }

}

@media only screen and (max-width:720px) {

    .single-page-header {
        padding: 40px 0 !important;
    }

    .single-page-header h1 {
        font-size: 44px;
    }

    .single-page-header h2 {
        font-size: 34px;
    }

}

@media only screen and (max-width:1000px) {

    .single-page-header {
        padding: 40px 0 !important;
    }

    .single-page-header h1 {
        font-size: 33px;
    }

    .single-page-header h2 {
        font-size: 18px;
    }

}


.important-distinguishing-features-of-the-policy-header {
    z-index: 2;
    position: relative;
    border-top: 5px solid var(--primary-color);
}

.important-distinguishing-features-of-the-policy-header h1,
.important-distinguishing-features-of-the-policy-header h2 {
    font-size: 1.675rem;
    text-align: center;
    /* font-weight: bold; */
    color: #3d3d3d;
    max-width: 100%;
    margin-bottom: 0;
}

.important-distinguishing-features-of-the-policy-header h1:after,
.important-distinguishing-features-of-the-policy-header h2:after {
    display: block;
    content: '';
    width: 15%;
    height: 4px;
    background: var(--secondary-color);
    margin-top: .75rem;
    margin-left: auto;
    margin-right: auto;
}

.important-distinguishing-features-of-the-policy-content h3:after {
    display: none;
}

.important-distinguishing-features-of-the-policy-content h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    text-align: center;
}

.important-distinguishing-features-of-the-policy-content h4 {
    color: #3a3a3a;
    font-size: 14px;
    text-align: center;
    margin-top: 26px;
    font-weight: normal;
}

@media only screen and (max-width: 600px) {

    .important-distinguishing-features-of-the-policy-header h1,
    .important-distinguishing-features-of-the-policy-header h2 {
        font-size: 1.2rem !important;
    }

}