

/**umb_name:Header 1*/
h1 {
	
}

/**umb_name:Header 2*/
h2 {

}

/**umb_name:Header 3*/
h3 {

}

/**umb_name:Header 4*/
h4 {

}

/**umb_name:Header 5*/
h5 {

}

/**umb_name:Intro*/
.intro {
    font-size: 18px !important;
    font-family: 'NSPCC-Regular', Verdana, Arial, sans-serif !important;
    line-height: 1.875rem !important;
    letter-spacing: -0.005em !important;
}

/**umb_name:Block Quote*/
blockquote{font-size: 20px !important;
font-family: 'NSPCC-Light', Verdana, Arial, sans-serif !important;
line-height: 2.25rem !important;
letter-spacing: -0.02em !important;
text-align: center !important;}

/**umb_name:Button*/
.ButtonStyle{display: inline;
padding: 10px 20px;
border: 0 none;
line-height: 1.3em;
min-height: 20px;
font-size: 0.9em;
text-align: center;
cursor: pointer;
font-family: "NSPCC-Bold", Verdana, Arial, sans-serif;
color: #ffffff !important;
text-decoration: none !important;
background: #108633;
-moz-transition: all 350ms;
-o-transition: all 350ms;
-webkit-transition: all 350ms;
transition: all 350ms;}

/**umb_name:CP*/
.CP{background-color: #F5B9D2;


            list-style: none;
            list-style-image: url(/assets/images/icons/tick-green.svg);}