/* Beginning of Ticket 17814203730997 - Steve */

/* https://app.intercom.com/a/inbox/uinqovrx/inbox/team/2920950/conversation/17814203730997 */

/* Remove hyphenation from paragraphs */

.f_blog_image_caption,.f_blog_body, .f_blog_body_typography {
hyphens: none!important;}

/* stop hyphenation for words breaking */
/* To remove hyphens in Safari */

.f_blog_post p {
-webkit-hyphens: none!important;}

/* Ends */


/* To reduce type for mobile blog post content */
@media only screen and (max-width: 767px){
.f_blog_wrapper h1 {font-size:20px;
}
body.blog .f_blog_title_typography, body.blog .f_blog_title_typography:hover, 
body.blog .f_blog_body_typography, body.blog .f_blog_body_typography:hover {font-size: 16px!important;
} /* ends */
} /* end media query */

/* End of Ticket 17814203730997 */