/* Support #57400 - Hide mosaics from individual pages */

     @media screen and (max-width:700px){
          article#post-4242 img.size-medium.wp-image-5080.alignright { display: none !important; }
          .page-id-4244 img.size-medium.wp-image-4899.alignright { display: none !important; }
     }

/* Support #57398 - Some linked images not clickable */

     img { pointer-events: auto; }

/* Support #60980 - Prevent fields wrapper from obscuring content floated at the bottom of a post */

     .entry-content .fields-wrapper { clear: both; }

/* Support #61270 - Correct footer form's styling */

     #gform_wrapper_2 form { overflow: visible; }
     #gform_wrapper_2 .gform_footer { width: auto; }

/* Support #3746 - Fix H4 Caps */
     h4 { font-variant: all-petite-caps !important; }

/* Support Fix Job Posting Bullets - Email request */
.fields-wrapper ul {
    padding-left: 35px !important;
}
 