/* Enter Your Custom CSS Here */

/* signup form */

.legal-consent-container {
		font-size: small; line-height: 1.25em;padding-top: 20px;
}

/* font styles */
h6{
	font-size: 1em;
    font-weight: 700;
    margin-bottom: 10px;
}


/* h2 size blog posts only */
.single h2{
	
	font-weight: 600 !important;
	font-size: 1.75em !important;
    	line-height:1.25;
	margin: .4166em 0 .6666em;
}

/* blog post widget style */
.mpc-post .mpc-post__heading {  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mpc-post .mpc-post__description {  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;}

/* text wrap responsive code
&lt;!--
h1, h2, h3, h4, p {
-ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
*/
/* smaller h1 on mobile*/

 @media only screen and (max-width: 480px) {
       h1 { font-size: 3em !important; }
   #slide-89-layer-1 {font-size:24px !important;}
     
     }

