.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #23883D !important; /* green background */
}
/* remove dashes before sub menu items 40652241-HC IM */
	.main-navigation .sub-menu .menu-item a::before {
		display: none;
	}
/* Reduce padding at the top of the header on large screens | 40652241-hc (BS) */

@media only screen and (min-width: 560px) {
  #masthead {
    padding-top: 2px;
  }
}

/* End  | 40652241-hc */
/* Hide post header meta and post footer meta | RG hc-40849338 */
.entry-meta, .entry-footer {
display: none;
}
/* Hide next and previous post buttons | 40978971-hc mh */
.navigation.post-navigation {

}
/* Change width for post featured images - 6002609-HC (AP) */
figure.post-thumbnail {
    width: 100px;
}
/*Change "Your message has been sent" success text after Contact form submission on Contact page-41151413hc-SE*/
h4#contact-form-success-header{
  color: green;
} 

#jp-relatedposts {
    clear: both;
    display: none!important;
    margin: 1em 0;
    padding-top: 1em;
    position: relative;
}
figure.post-thumbnail {
    width: 1007px;
height:10px!important;
    visibility: hidden!important;
}
.post-navigation .nav-next:first-child, .post-navigation .nav-previous:first-child {
    margin-top: 0;
    visibility: hidden!important;
}
.post-navigation .nav-next:last-child, .post-navigation .nav-previous:last-child {
    margin-bottom: 0;
    Visibility: Hidden!important;
}
@media only screen and (min-width: 560px)
.nav-links {
    display: flex;
    justify-content: space-between;
    height: 10px!important;
}
.ultp-block-087e2e .ultp-block-item:first-child .ultp-block-image img {
    width: 100%;
    object-fit: unset;
    height: 349px !important;
}
.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
  
    margin-left: auto;
    margin-right: auto;
    text-align: justify!important;
}


.wp-block-column .wp-block-paragraph {
    display: block;
    width: 100%;
    max-width: 100%;
}
