.quarter.with-image-left { background-size: cover !important;
    background-position: 50% 50% !important; }
   @media (max-width: 767px){
    .quarter.with-image-left  { display: none; }
   }
   
   .three-quarters .second-level-nav li.unit1 { width: 50%; }

   #sect-usgs { background: #046b99 !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 {  
  display: none;  
}  