
.page-header .header.panel { padding-bottom: 0px;padding-top: 2px;}
.leftbarmanu {display: unset !important;}
.leftbarmanu .header-cert {
    margin-bottom: 5px;
}

/*** BEGIN EVENTS TEXT ***/

.eventss {
      text-align: center;
    font-family: var(--website-fonts);
    
/ background: var(--green3); /
    color: var(--color-light);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 auto;
    vertical-align: top;
    height: auto;
  
}

#html-body [data-pb-style=BC371YD] {
    justify-content: flex-start;
    display: block!important;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#html-body [data-pb-style=FYB7LMC] {
    justify-content: flex-start;
    display: contents!important;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
/*** END EVENTSS CSS ***/

/*** BEGIN MENU LIST TOP BAR ****/


li.nets {
    float: left;
    list-style: none;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-left: -3.4%;
    margin-bottom: 0px;
}

li.nets2 {
    float: left;
    list-style: none; 
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


ul.notesks li.nets a {
 
}
ul.notesks {
    border: 1px solid var(--green1);
    height: auto;
   margin: 0 auto;
}

li.nets:hover {
    background: var(--color-dark) !important;
}
li.nets2:hover{
    background: var(--color-dark) !important;
    color: var(--yellow) !important;
    text-decoration: none;
}
li.nets2:hover a {
     background: var(--color-dark) !important;
    color: var(--yellow) !important;
    text-decoration: none;

}
li.nets2 :hover {
    background: var(--color-dark) !important;
    color: var(--yellow) !important;
    transition: 0.7s;
    height: 30px;
}
a.active:hover{
    
    text-decoration: none;
    height: 20px;

}

/*** END MENU LIST TOP BAR ****/

/*** BEGIN "CERTS" BUTTONS. There are 2 of them. ***/


/* Begin TOP LEFT - OFFICE HOURS & PHONE */
.maincert {
    position: relative;
    z-index: 999;
    width: 16%;
    float: left;
    margin-top: 2rem;
    margin-left: 16.8%;
}


/* End TOP LEFT - OFFICE HOURS & PHONE */

.header-cert2 {
    width: 62%; /** I changed this 10/26/24 and then changed back but no effect. Sorry! - Cameo - **/
    border: 1px solid;
    text-align: center;
    background: var(--green3);
    color: var(--grey2) !important;
    font-size: 1.7rem;
    border-radius: 0 2rem 2rem 0;
    text-decoration: none !important;
    padding-top: 1px;
}

element.style {
}
.header-cert:hover, .header-cert2:hover {
    background: var(--yellow) !important;
    color: var(--blue2) !important;
    transition: 0.7s;
    text-decoration: none;
}
.header-cert {
    width: 62%;  /** I changed this 10/26/24 and then changed back but no effect. Sorry! - Cameo - **/
    border: 1px solid;
    text-align: center;
    background: var(--green3);
    color: var(--grey2) !important;
    font-size: 1.7rem;
    border-radius: 0 2rem 2rem 0;
    text-decoration: none;
    padding-top: 1px;
}

.header-cert:hover, .header-cert2:hover {
    background: var(--yellow) !important;
    color: var(--blue2) !important;
    transition: 0.7s;
    text-decoration: none;
}
a.cert3 {
    text-decoration: none;
}


/*** END "CERTS" BUTTONS ***/


header .panel.header .widget.block.block-static-block {
    background: transparent !important; /* WHAT IS CONTROLLED BY THIS? I CAN'T SEE IT */
   
}

.PDF_Menu_Section a {
    min-width: 3px;
    background: none;
    border: 0;
    list-style-type: none;
    line-height: 2rem !important;
    font-size: 1.7rem !important;
    font-weight: 450;
    position: inherit;
    margin-left: -25%;
    color: #000000 !important;
    font-family: revert-layer;
}

a.skip-link.skip-account {
    position: absolute;
    margin-left: 0%;
    display: flex;
    padding: 0px 0px !important;
}



header .panel.wrapper {
    background: var(--header-wrapper-color) !important; /* FULL WIDTH BANNER COLOR */
}

.skip-link .icon {
    background-position: 2px -42px !important;
}

.logo {
    float: left;
    max-width: 21% !important;
    position: relative;
    z-index: 5;
    margin-left: 10% !important;
}




.header_right_side {
    position: absolute;
    right: 0;
    bottom: 3px !important;
    display: none !important;
}

.header.content {
    padding: 12px 20px 0 !important;
    margin-top: 7px !important;
}

.notesks li {
    margin-top: -3px;
    padding: 1.5%!important;
margin-bottom: 0px!important;
}

/**** CYBER MONDAY DEALS CSS STARTS****/

img.justthing {
    text-align: center;
    font-family: var(--website-fonts);
    background: var(--green3);
    color: var(--color-light);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 auto;
    vertical-align: top;
    height: auto;
    width: 1238px;

}

tr.row.label_custom_ups.custom_65 {
    display: none!Important;
}
<script type="application/javascript">
require(['jquery'], function($) {
    jQuery(document).ready(function() {
        // Check if the class 'eventss' does not exist
        if (jQuery('.events434s').length === 0) {
            // Create a style element
            var styles = `
                .header.content {
                    margin-top: 1px !important;
                }
                .maincert {
                    margin-top: 7%;
                }
            `;
            
            // Append the styles to the head
            jQuery('<style>').prop('type', 'text/css').html(styles).appendTo('head');
        }
    });
    });
</script>