/* Assuming a base font-size of 16px for the conversion (1rem = 16px) */

body {
    background-color: #fff;
}



.privacy-policy{
    background: url('/subpage_mastheads/masthead_assetmanagers_desktop.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    padding: 6rem 2rem; /* Already in rem */
    text-align: center;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    height: 12.5rem; /* 200px / 16px = 12.5rem */
}

.privacy-policy-container {
    max-width: 75rem; /* 1200px / 16px = 75rem */
    margin: 0 auto;
}

.privacy-policy-title {
    font-size: 3.875rem; /* 62px / 16px = 3.875rem */
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    color: #ffffff;
    margin-bottom: 1rem; /* Already in rem */
}

.privacy-policy-subtitle {
    font-size: 2rem; /* 32px / 16px = 2rem */
    font-weight: 400;
    line-height: 1.6; /* Unitless line-height is generally preferred */
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
}




.privacy-policy-section {
    background-color: #ffffff;
    padding: 5rem 2rem; /* Already in rem */
    font-family: 'Source Sans Pro', sans-serif;
    color: #012A4A;
}

.privacy-policy-section .container {
    max-width: 62.5rem; /* 1000px / 16px = 62.5rem */
    margin: 0 auto;
}

.privacy-policy-section h1 {
    font-size: 3rem; /* 48px / 16px = 3rem */
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    margin-bottom: 2rem; /* Already in rem */
}

.privacy-policy-section h2 {
    font-size: 1.5rem; /* 24px / 16px = 1.5rem */
    margin-top: 2rem; /* Already in rem */
    margin-bottom: 1rem; /* Already in rem */
    font-weight: 700;
    color: #012A4A;
}

.privacy-policy-section h3 {
    font-size: 1.25rem; /* 20px / 16px = 1.25rem */
    margin-top: 1.5rem; /* Already in rem */
    margin-bottom: 0.75rem; /* Already in rem */
    font-weight: 600;
}

.privacy-policy-section p,
.privacy-policy-section li {
    font-size: 1.125rem; /* 18px / 16px = 1.125rem */
    line-height: 1.7; /* Unitless line-height is generally preferred */
    margin-bottom: 1rem; /* Already in rem */
    color: #000;
}

.privacy-policy-section ul {
    padding-left: 3rem; /* 48px / 16px = 3rem */
    list-style-type: disc;
}


.privacy-policy-section a {
    color: #01497C;
    text-decoration: underline;
}

.privacy-policy-section a:hover {
    color: #03AAAD;
}