
h1,h2,h3,h4,h5,h6 {
	margin-top:10px !important;
}

/**umb_name:Heading 1*/
h1 {
	font-size: 36px;
}

/**umb_name:Heading 2*/
h2 {
	font-size: 30px;
}

/**umb_name:Heading 3*/
h3 {
	font-size: 24px;
}

/**umb_name:Heading 4*/
h4 {
	font-size:18px;
}

/**umb_name:Heading 5*/
h5 {
	font-size: 14px;
}

/**umb_name:Heading 6*/
h6 {
	font-size: 12px;
}

/**umb_name:Text 1*/
.text1 {
	font-size: 36px;
}

/**umb_name:Text 2*/
.text2 {
	font-size: 30px;
}

/**umb_name:Text 3*/
.text3 {
	font-size: 24px;
}

/**umb_name:Text 4*/
.text4 {
	font-size:18px;
}

/**umb_name:Text 5*/
.text5 {
	font-size: 14px;
}

/**umb_name:Text 6*/
.text6 {
	font-size: 12px;
}

/**umb_name:Grey Title With Blue Underline*/
.title-grey-blue-underline {
	color:#959595;
	font-size: 24px;
	padding-bottom: 11px;
	position:relative;
}

.title-grey-blue-underline:after {
    background-color:#99c8ec;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
}