
    #layout-header.minimal-nav .header-logo.guest .li-icon {
        max-width: 180px;
        max-height: 40px;
        display: inline-block;
        overflow: hidden;
        margin-top: -10px;
    }

    #layout-header.minimal-nav .header-logo.guest .li-icon img
    {
        width: 100%;
        height: 100%;
    }

    #layout-header.minimal-nav .header-logo:focus 
    {
        background-color: transparent!important;
        outline: transparent!important;
    }

    #header-banner{
        background-color: rgba(250, 250, 250, 0.76)!important;
        border-bottom: 1px solid #f5f5f5!important;
    }

    #layout-header.minimal-nav #minimal-util-nav.guest-nav .nav-item .nav-link.highlight{
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(0,0,0,0), inset 0 0 0 3px rgba(0,0,0,0)
    }

    #layout-header.minimal-nav #minimal-util-nav.guest-nav .nav-item .nav-link.highlight:hover{
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.7), inset 0 0 0 2px rgba(0,0,0,0.85), inset 0 0 0 3px rgba(0,0,0,0);
}
    #layout-header.minimal-nav #minimal-util-nav.guest-nav .nav-item .nav-link{
        color: rgba(0,0,0,0.7);
    }

    .section-content p, .section-content ul li
    {
        text-align: justify;
    }

        
    .section-content p strong, .section-content ul li strong
    {
        color: #000000;
    }

    .section-title
    {
        font-size: 20px;
        color: rgb(236, 135, 32);
        font-weight: 600;
    }

    .section-table tr#heading th
    {
        background-color: rgb(236, 135, 32)!important; 
    }

    .section-table tr#heading > th
    {
        color: #ffffff; 
    }

    #main .section-table th, #main .section-table td{
        font-size: 16px;
    }

    #main #cookie-table th, #main #cookie-table td{
        padding: 10px;
    }

    #main #cookie-table td:nth-of-type(1){
        width: 10%;
    }

    #main #cookie-table td:nth-of-type(2){
        width: 10%;
    }

    #main #cookie-table td:nth-of-type(3){
        width: 55%;
        text-align: justify;
    }

    #main #cookie-table td:nth-of-type(4){
        width: 15%;
        text-align: justify;
    }


    #main .section-table th:first-child
    {
       background: rgb(236, 135, 32);
       color: #ffffff; 
    }

    #cookie-table tr:nth-child(even) {background: #FFF}
    #cookie-table tr:nth-child(odd) {background: #EFEFEF}

/*    #cookie-table , #cookie-table th, #cookie-table td {
    border: 1px solid black;
    }*/


    #main .legal-content .section-content p, #main .legal-content .section-content li
    {
        font-size: 16px;
    }
   

    @media(max-width: 768px){
       #main .legal-nav-container
       {
        display: block;
        text-align: center;
       } 
    }

    .pzpagelinks{
        color: rgb(236, 135, 32)!important;
    }

    .pzpagelinks:hover{
        color: rgba(236, 135, 32, 0.75)!important;
    }

    .hero_fullscreen{
        background: -webkit-linear-gradient(-90deg, rgba(236, 135, 32, 0.7), rgb(236, 135, 32), rgba(236, 135, 32, 0.7))!important;
    }

    #main .legal-nav .legal-nav-link a.active, #main .legal-nav .legal-nav-link a:hover{
        border-bottom:4px solid rgb(236, 135, 32);
        color:rgb(236, 135, 32);
    }

    #layout-header.minimal-nav #minimal-util-nav.guest-nav .nav-item .nav-link.highlight 
    {
        box-shadow: inset 0 0 0 1px rgba(236, 135, 32, 0.7), inset 0 0 0 2px rgba(0,0,0,0), inset 0 0 0 3px rgba(0,0,0,0);
        background-color: rgb(236, 135, 32);
        color: #ffffff;
    }

    #layout-header.minimal-nav #minimal-util-nav.guest-nav .nav-item .nav-link.highlight:hover
    {
        box-shadow: inset 0 0 0 1px rgba(236, 135, 32, 0.7), inset 0 0 0 2px rgba(236, 135, 32, 0.85), inset 0 0 0 3px rgba(0,0,0,0);
        color: rgb(236, 135, 32);
        background-color: transparent;
    }

    .launch-footer{
        background: -webkit-linear-gradient(-90deg, rgba(236, 135, 32, 0.7), rgb(236, 135, 32), rgba(236, 135, 32, 0.7));
        padding: 0px 0;
        font-size: 12px;
        border-top: 1px solid #B9C1CB; 
        color: #ffffff;
    }

    .launch-footer p {
        text-align: right; 
        opacity: inherit;
        font-weight: inherit; 
        margin: 0px 0px 0px 0px; 
        padding-right: 15px;
        color: #ffffff;
    }
