/* fix the color on the c7e25 product page */
#secondary > div > section.widget.fskdm-product-widget.request_form > div > a > div > div > p {color: #fff !important;}
/* fix the duplicate job opening on the careers page */
#cms-career-carousel > div.owl-stage-outer > div > div.owl-item.cloned.active > div {display: none;}
/*  putting a banner in a menu item using menu classes
&lt;img style=&quot;margin:0; padding: 0; max-width: 100%; height: auto; display: block;&quot; 
.menu_cta {
padding: 0!important;
border-radius: 30px;
border: solid 1px #8A2B91; /* change the color this is tri purple of the border */
transition: 0.3s;
background-color: #8A2B91; /* change the color of the background */
}
.menu_cta a{
color: #ffffff!important; /* change the color of the button text */
padding: 10px 10px 10px 10px!important;
}*/
