

/**umb_name:Paragraph Lead*/
.lead {
	font-size: 1.5rem;
	font-weight: 300;
	font-family: 'DIN-2014', sans-serif;
}

/**umb_name:Font: Display*/
.font-display {
	font-family: "DIN-2014", sans-serif;
}

/**umb_name:Font: Normal*/
.font-normal {
	font-family: "Source Sans Pro", sans-serif;
}

/**umb_name:Font: Bold*/
.font-bold {
	color: inherit;
}

/**umb_name:Font: Semi Bold*/
.font-semibold {
	color: inherit;
}

/**umb_name:Quote*/
.quote {
	font-size: 1.75rem !important;
	line-height: 38.6px;
	font-family: 'DIN-2014', sans-serif;
	color:#0260AF;
	font-weight:300;
	display: block;
}

/**umb_name:Quote: sm*/
.quote-sm {
	font-size: 1.875rem;
	font-family: 'DIN-2014', sans-serif;
	color:#0260AF;
	font-weight:300;
	line-height: 36px;
	display: block;
}

/**umb_name:Paragraph*/
p {
	display:block;
}

/**umb_name:Span*/
span {
	color: inherit;
}

/**umb_name:H3*/
h3 {
	color:#0260AF;
	font-family: "DIN-2014", sans-serif;
	margin-bottom: 12px !important;
}

/**umb_name:H4*/
h4 {
	color: inherit;
}

/**umb_name:H5*/
h5 {
	font-size: 1.1875rem;
	font-family: "DIN-2014", sans-serif;
	font-weight: 300;
}

/**umb_name:Text: Secondary*/
.text-secondary-700 {
	color: #00A39D;
}

/**umb_name:Text:  Primary*/
.text-primary-700 {
	color: #0260AF;
}

/**umb_name:Text: Light Blue*/
.text-lightBlue {
	color: #00AAE7;
}

/**umb_name:Text: Blue*/
.text-blue {
	color: #007FA4;
}

/**umb_name:Text: 3xl*/
.text-3xl {
	color: inherit;
	font-size: 2.25rem;
}

/**umb_name:Text: 2xl*/
.text-2xl {
	color: inherit;
	font-size: 1.5rem;
}

/**umb_name:Text: 1xl*/
.text-1xl {
	color: inherit;
	font-size: 1.375rem;
}

/**umb_name:Text: xl*/
.text-xl {
	color: inherit;
	font-size: 1.1875rem;
}

/**umb_name:Text: lg*/
.text-lg {
	color: inherit;
	font-size: 1rem;
}

/**umb_name:Text: sm*/
.text-sm {
	font-size: .875rem;
}

/**umb_name:Text: xs*/
.text-xs {
	color: inherit;
	font-size: .8rem;
}

/**umb_name:Badge: Primary*/
.lmc-badge_primary {
	color: white;
	display: inline-block;
	background-color: #0260AF;
	padding: 2px 8px;
	border-radius: 8px;
}

/**umb_name:Badge: Secondary*/
.lmc-badge_secondary {
	color: white;
	display: inline-block;
	background-color: #00A39D;
	padding: 2px 8px;
	border-radius: 8px;
}

/**umb_name:Badge: Light Blue*/
.lmc-badge_light-blue {
	color: white;
	display: inline-block;
	background-color: #00AAE7;
	padding: 2px 8px;
	border-radius: 8px;
}

/**umb_name:Badge: Blue*/
.lmc-badge_blue {
	color: white;
	display: inline-block;
	background-color: #007FA4;
	padding: 2px 8px;
	border-radius: 8px;
}
