﻿
.policy-main {
    margin-bottom: 40px;
}

    .policy-main p,
    .policy-main table,
    .policy-main li {
        font-size: 13px;
        color: #333;
        font-size: 17px;
    }

.policy-main h1, 
.policy-main h3, 
.policy-main h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px !important;
    margin-top: 0;
}

.policy-main h1 {
    font-size: 28px !important;
}

.policy-main h3 {
    font-size: 24px !important;
}

.policy-main h4 {
    font-size: 20px !important;
}

    .policy-main p {
        margin-bottom: 15px !important;
    }

    .policy-main .bold {
        font-weight: 700;
    }

    .policy-main a {
        color: #093762 !important;
    }

.policy-main a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

.policy-main ol, 
.policy-main ul {
    padding-left: 40px !important;
    margin: 13px 0 !important;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.policy-main ul {
    list-style-type: disc;
}

.policy-main ol {
    list-style-type: decimal;
}

.policy-main ol.lettered {
    list-style-type: lower-alpha;
}

.policy-main table th,
.policy-main table td {
    color: #333 !important;
}

.policy-main .show-info-btn {
    padding: 6px 12px;
    background-color: #efefef;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px !important; 
    font-weight: 400 !important;
    display: none !important;
    border: none !important;
}

.policy-main .show-info-btn:active {
    outline: none !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
    border: none !important;
}

.policy-main section {
    margin: 30px 0;
}

.policy-main .collapse.in {
    display: block;
}

#categories-of-information table,
#categories-of-information th,
#categories-of-information td {
    border: 1px solid black;
    text-align: center;
}

#users-outsideUS table,
#users-outsideUS th,
#users-outsideUS td {
    border: none;
    text-align: left;
}

.Consent-cookie-policy-controls-user-prompt {
    padding: 4px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background-color: #fefdca;
    border-color: #ceb26f;
    margin-bottom: 10px
}

.Consent-cookie-policy-controls-user-prompt label {
    cursor: pointer;
}

.Consent-cookie-policy-controls-option-title {
    margin: 12px 0 4px;
    font-size: 12px;
    line-height: 14px
}

.Consent-cookie-policy-controls-option-description {
    margin: 4px 0
}

.Consent-cookie-policy-controls-option-radio {
    margin: 4px 0 12px
}

.Consent-cookie-policy-controls-option-label {
    margin: 0 12px 4px 4px;
    text-transform: initial;
    font-size: 12px;
    line-height: 14px;
    color: black;
    white-space: normal;
    font-weight: 700;
}

#Consentsaved {
    display: none;
    color: green
}


@media (max-width: 767px) {
    .policy-main h1 {
        font-size: 24px !important;
    }
    
    .policy-main h3 {
        font-size: 20px !important;
    }
    
    .policy-main h4 {
        font-size: 18px !important;
    }    

    .policy-main .row {
        flex-direction: column-reverse;
    }

    .policy-main .show-info-btn {
        display: block !important;
    }

    .policy-main #introduction {
        margin-top: 15px;
    }

    .policy-main #tableOfContents {
        margin-bottom: 15px;
    }

    .policy-main #tableOfContentsNav ol {
        padding-left: 23px !important;
    }

    .ConstentOperation {
        text-transform: initial;
        font-size: 14px;
        line-height: 14px;
        color: black;
        font-weight: normal;
        font-family: Helvetica,Arial,sans-serif; 
        white-space: normal;
    }
}
