/*****************************************************************************
 * CUSTOM TOOLTIP
 * http://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly 
*****************************************************************************/
#spl H1,
#spl p#always-active-p {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.tooltip {
    display: inline-block;
    font-size: .8em;
    color: #c00;
    cursor: help;
}
#tooltip {
    text-align: center;
    color: #fff;
    background: #333;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 10px;
}
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

/*****************************************************************************
 * STYLES
*****************************************************************************/
@media only screen and (max-width: 767px) {
    .spl {
        margin-left: 2%;
        margin-right: 2%;
    }
    
    img {
        max-width:100%;
    }
}
.spl img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic !important;
}
@media \0screen {
    .spl img {
        width: auto;
        /* for ie 8 */
    }
}
.spl a, .spl a:link {
    color: #c00;
    text-decoration: underline;
}
.spl, .spl div.Highlights, .spl div.Section h1, .spl h2 {
    font-family: Arial, Helvetica, sans-serif;
}
.spl div.Index {
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.spl .accordion-header {
    position: relative;
    display: block;
    font-size: 100%;
    min-height: 0;
    line-height: 2em;
    padding: 0 0 0 2.2em;
    color: #333;
}
.spl .accordion-header h1,
.spl div.Section .accordion-header h1 {
    display: inline-block;
    margin-top: 0;
    margin-right: 1ex;
    cursor: pointer;
    line-height: 1.2em;
    padding: .4em 0;
}
.spl .accordion-header h1:hover {
    text-decoration: underline;
}
.spl .accordion-icon {
    display: block;
    position: absolute;
    left: 0.3em;
    top: 50%;
    margin-top: -0.55em;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.1em;
    font-size: 1.4em;
    font-family: "Courier New", Courier, monospace;
    text-align: center;
    color: #fff;
    background: #c00;
    border-radius: 0.8em;
}
.spl .accordion-header h1:hover .accordion-icon {
    text-decoration: none;
}
.spl .accordion-header p {
    display: none;
}
.spl .accordion-content {
    padding: 0 1em;
}
#highlights .accordion-content {
    margin-top: 1em;
}
.spl .copyright {
    border-top: 3px dotted #333;
    margin-top: 20px;
}
.spl .toggle-link, .spl .hide-link {
    margin-bottom: 1.2ex;
}
.spl .toggle-link {
    padding: 0 5px;
}
.spl .EffectiveDate {
    float: none;
}
.spl .DocumentMetadata {
    bottom: auto;
    display: inline;
    left: auto;
    position: static;
    width: auto;
}
.spl .DistributorName {
    float: none;
}
.spl .top-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}
.spl .top-link a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 6px;
    background: #333;
    -moz-box-shadow: 1px 1px 5px 0 #333;
    -webkit-box-shadow: 1px 1px 5px 0 #333;
    box-shadow: 1px 1px 5px 0 #333;
}
.spl .top-link span {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 8px;
    top: 10px;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fff;
    border-left: 10px solid transparent;
}
.footer_privacy {
    display: flex;
    justify-content: space-evenly;   
}
.privacy-link{
    display: flex;
    flex-direction: row;
    list-style: none;
    display: block;
    margin-right: 0;
    column-gap: .2rem;
    text-align: right;   
}
.privacy-link li{
    margin-bottom: 10px;
}
.list-flex{
display: flex;
}
.footer-termsofuse {
    background-color: white;
    color: red;
    margin-left: 0;
}
.privacy-footer{
    background-color:white;
    color: red;
    margin-left: auto;
    margin-right: 0;   
}
.document-id {
    text-decoration: none;
    color: initial;
}
.footer-termsofuse ul {
    float: initial;
    text-align: left;
    margin-left: 0px;
    display: flex;
    gap: 1.25rem;
}
.link-termsofuse{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0.2ex;
    margin-left: 0rem;
    padding-left: 0rem;   
}
.anchor-termsofuse{
    margin-left: 1px;
    font-size: .85rem;
}
.anchor{
    font-size: .85rem;
}
.image-align{
    max-width: 35px !important;
}
.footer-termsofuse{
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 1px;
}
