/* Removes underline from hyperlinks in the image module */
.main-content .et_pb_image a:not(.btn)  {background-image:none;}
/* removes left grey line from search results page */
#main-content .container:before { background-color: #fff; }


#custom_html-2, #custom_html-4 { width: 100% !important; }

/* font size bug fix */
body{
    font-size: 1.125rem !important;
}

/* dotted underline all links */
.main-primary a:link {
	text-decoration: underline dotted !important;
}

/* External link icon exceptions */  
.cagov-card .external-link-icon,  
.wp-block-button__link .external-link-icon,  
.footer-social-links a .external-link-icon,  
img ~ .external-link-icon,  
svg ~ .external-link-icon,  
.pdf-link-icon ~ .external-link-icon,  
.et_pb_image_wrap ~ .ca-gov-icon-external-link,  
.a2a_svg ~ .ca-gov-icon-external-link,
img.promo-cell-graphic ~ .ca-gov-icon-external-link {  
  display: none;  
}  