#et-secondary-menu {
    float: left!important;
  	margin-left: 43px;
}

.mobile_menu_bar:before {color:#000000!important;}
/* Menu Under Bar Black 10/12/2022 */
.menu-1 .nav li ul, .menu-1 .et_mobile_menu {border-color: #000000!important;}


/* No Underline 10/12/2022 */
ul.menu li a, ul.et_mobile_menu li a, .no-underline { border-bottom: none!important; text-decoration: none!important;}


/* Border White 10/12/2022 */
a.white, .white {
  color: #fff!important;
  border-bottom: 2px solid #fff!important;
}


/* Border Black 10/12/2022 */
.et_pb_text_inner a, 
.et_pb_tab_content p a,
.et_pb_toggle_content p a,
.et_pb_blurb_description a {
 	color: #000000!important;
	border-bottom: 1px solid #000000!important;
  	text-decoration: none!important;
}
.et_pb_text_inner a:hover, 
.et_pb_tab_content a:hover,
.et_pb_toggle_content a:hover,
.et_pb_blurb_description a:hover {
	border-bottom: 3px solid #000000!important;
  	text-decoration: none!important;
}

/* Border ??? Needed 10/12/2022 
a:hover {
  text-decoration: underline;
}
a.et_pb_button:hover {
  text-decoration: none;
}
 Border ??? 10/12/2022 */


/* Mobile Menu Width */ 
 .et_menu_container {width: 96%!important;}







/* From Divi
.logo_container {
	opacity: 1 !important;
	padding-bottom: 8% !important; 
}

@media (max-width: 980px) { 
	img#logo {
		display: none !important;
	}
}
*/

/*From Divi - underline links in paragraphs and lists*/ 
p a {      
    color: #000000;  
    text-decoration: underline !important;  
}  
li a {      
    color: #000000;  
    text-decoration: underline !important;  
}  

/*no underline on hover for paragraphs and lists*/
p a:hover {  
    text-decoration: none !important;  
}  
li a:hover {  
    text-decoration: none !important; 
}    

/*underline headings on hover only*/ 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{  
    color: #000000;   
    text-decoration: none !important;  
}  
h1:hover a {  
    text-decoration: underline !important;  
}  
h2:hover a {  
    text-decoration: underline !important;  
}  
h3:hover a {  
    text-decoration: underline !important;  
}  
h4:hover a {  
    text-decoration: underline !important;  
}  
h5:hover a {  
    text-decoration: underline !important;  
}  
h6:hover a {  
    text-decoration: underline !important;  
} 

/*no underline for navigation*/ 
nav a {  
  text-decoration: none !important;  
}  

/*no underline for admin bar*/
#wpadminbar a {   
  text-decoration: none !important;   
} 

/*no underline in footer*/   
#footer-info a {    
  text-decoration: none !important;    
}    

/* footer headings are white for legibility */ 
.footer-widget h4{ 
  color: #ffffff !important; 
} 

/*Menu styling*/
#top-menu li {
    padding-right: 15px !important;
    font-size: 20px !important;
}