@media (max-width: 750px) {
	.large-heading {
		font-size: 38px !important;
		line-height: 44px !important;
	}
}

@media (max-width: 550px) {
    h1.rte-content {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    h2.rte-content {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .large-rte-content {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .x-large-rte-content {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    p.rte-content {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

/**umb_name:Heading 1*/
h1.rte-content {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 64px;
}

/**umb_name:Heading 2*/
h2.rte-content {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 48px;
}

/**umb_name:Small Heading 2*/
h2.small.rte-content {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: block;
}

/**umb_name:Heading 3*/
h3.rte-content {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 30px;
}

/**umb_name:Heading 4*/
h4.rte-content {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 24px;
}

/**umb_name:Large Heading*/
.large-heading {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 64px;
	font-weight: 500;
	line-height: 72px;
}

/**umb_name:Paragraph*/
p.rte-content {
	font-size: 18px;
}

/**umb_name:Tiny Paragraph*/
.tiny-rte-content {
	font-size: 0.75em;
}

/**umb_name:Small Paragraph*/
.small-rte-content {
	font-size: 14px;
}

/**umb_name:Large Paragraph*/
.large-rte-content {
	font-size: 24px;
	line-height: 32px;
}

/**umb_name:Very Large Paragraph*/
.x-large-rte-content {
	font-size: 2rem;
	line-height: 2.5rem;
}

/**umb_name:Blockquote*/
blockquote {
	margin-bottom: 1.5rem;
	margin-left: 0;
	padding: 10px 20px;
	font-size: 1.25rem;
	line-height: 26px;
}

/**umb_name:Divider*/
hr.rte-content {
	border-top: 1px solid;
	border-color: var(--accentColour);
	border-bottom: 0;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
