/* Bullet List [General] */

ul.bullet-list {
	list-style: none;
	padding: 0;
}

.bullet-list li {
	list-style: none;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.333;
	margin: 0.3rem 0;
}

.bullet-list[class*='nlf'] li {
	width: calc(50% - 1rem);
	margin: 0.15rem 0;
}

.bullet-list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* Bullet List [General] */

/* Bullet List [T1] */

.bullet-list.t1 {}

.bullet-list.t1 li {}

.bullet-list.t1 li:before {
	font-size: 0.833em;
	top: 0.333em;
	width: 1em;
	height: 1em;
	background-image: url(assets/img/icon_right.svg);
}

/* Bullet List [T1] */

/* Bullet List [T2] */

.bullet-list.t2 {}

.bullet-list.t2 li {}

.bullet-list.t2 li:before {
	top: 0.333em;
	width: 0.667rem;
	height: 0.667rem;
	border-radius: 50%;
	background-color: rgb(var(--blue));
}

/* Bullet List [T2] */

/* Text Highlight [General] */

p.text-highlight {
	position: relative;
	overflow: hidden;
	font-size: 1.333rem;
	font-weight: 900;
	line-height: 1.333;
	z-index: 1;
}

.text-highlight strong {
	font-weight: inherit;
}

/* Text Highlight [General] */

/* Text Highlight [T1] */

.text-highlight.t1 {
	padding: 0.25em 0 0.25em 1.25em;
	color: rgb(var(--dark-blue));
	border-left: solid 0.583em rgb(var(--blue));
}

/* Text Highlight [T1] */

/* Text Highlight [T2] */

.text-highlight.t2 {
	color: rgb(var(--white));
	background-color: rgb(var(--red));
	padding: 1.833rem 3.056rem;
}

.text-highlight.t2:before {
	content: '';
	position: absolute;
	top: -0.325em;
	left: -0.15em;
	width: 1em;
	height: 1em;
	font-size: 12.5em;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(/cms/svg/site/icon_quote.36.F05133.svg);
	z-index: -1;
}

.text-highlight.t2 a {
	color: inherit;
	transition: color 0.3s ease, opacity 0.3s ease;
}

.text-highlight.t2 a:not([href^='tel:']):hover, 
.text-highlight.t2 a:not([href^='tel:']):focus {
	opacity: 0.75;
}

/* Text Highlight [T2] */

/* Text Highlight [T3] */

.text-highlight.t3 {
	color: rgb(var(--white));
	background-color: rgb(var(--blue));
	padding: 1.833rem 3.056rem;
}

.text-highlight.t3:before {
	content: '';
	position: absolute;
	top: -0.15em;
	left: -0.2em;
	width: 1em;
	height: 1em;
	font-size: 3.75em;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(/cms/svg/site/icon_quote.36.0096D6.svg);
	z-index: -1;
}

.text-highlight.t3 a {
	color: inherit;
	transition: color 0.3s ease, opacity 0.3s ease;
}

.text-highlight.t3 a:not([href^='tel:']):hover, 
.text-highlight.t3 a:not([href^='tel:']):focus {
	opacity: 0.75;
}

/* Text Highlight [T3] */

/* Text Highlight [T4] */

.text-highlight.t4 {
	color: rgb(var(--white));
	background-color: rgb(var(--red));
	padding: 1.833rem 3.056rem;
}

.text-highlight.t4 a {
	color: inherit;
	transition: color 0.3s ease, opacity 0.3s ease;
}

.text-highlight.t4 a:not([href^='tel:']):hover, 
.text-highlight.t4 a:not([href^='tel:']):focus {
	opacity: 0.75;
}

/* Text Highlight [T4] */

/* Text Highlight [T5] */

.text-highlight.t5 {
	color: rgb(var(--white));
	background-color: rgb(var(--blue));
	padding: 1.833rem 3.056rem;
}

.text-highlight.t5 a {
	color: inherit;
	transition: color 0.3s ease, opacity 0.3s ease;
}

.text-highlight.t5 a:not([href^='tel:']):hover, 
.text-highlight.t5 a:not([href^='tel:']):focus {
	opacity: 0.75;
}

/* Text Highlight [T5] */

/* Callout [General] */

p.callout {
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 700;
}

.callout strong {
	display: block;
	font-size: 1.333rem;
	font-weight: 900;
	line-height: 1.333;
	margin-bottom: 0.5em;
}

.callout .btn {
	display: table;
	margin-top: 1.5em;
}

/* Callout [General] */

/* Callout [T1] */

.callout.t1 {
	background-color: rgb(var(--light));
	padding: 1.833rem 3.056rem;
}

.callout.t1 strong {
	color: rgb(var(--blue));
}

/* Callout [T1] */

/* Quote [General] */

.quote {
	position: relative;
	overflow: hidden;
	font-size: 1.333rem;
	font-weight: 900;
	line-height: 1.333;
	z-index: 1;
}

.quote p {
	font-size: 1em;
}

.quote p:first-child {
	margin-top: 0;
}

.quote p:last-child {
	margin-bottom: 0;
}

/* Quote [General] */

/* Quote [T1] */

.quote.t1 {}

.quote.t1:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	font-size: 3em;
	background-size: contain;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(/cms/svg/site/icon_quote.36.DA2128.svg);
}

/* Quote [T1] */

/* Responsive [1440px] */

@media screen and (max-width: 1440px) {
}

/* End Responsive [1440px] */

/* Responsive [1200px] */

@media screen and (max-width: 1200px) {
}

/* End Responsive [1200px] */

/* Responsive [1000px] */

@media screen and (max-width: 1000px) {
}

/* End Responsive [1000px] */

/* Responsive [800px] */

@media screen and (max-width: 800px) {
}

/* End Responsive [800px] */

/* Responsive [650px] */

@media screen and (max-width: 650px) {
}

/* End Responsive [650px] */

/* Responsive [550px] */

@media screen and (max-width: 550px) {
	p.text-highlight,
	.quote,
	.callout strong {
		font-size: 1.222rem;
	}
	
	.text-highlight.t2, 
	.text-highlight.t3, 
	.text-highlight.t4, 
	.text-highlight.t5,
	.callout.t1 {
		padding: 1.5rem 2.222rem;
	}
	
	.quote.t1:before {
		font-size: 2em;
	}
}

/* End Responsive [550px] */