/* General Highlight Styles */

.call-out, .text-highlight, .bullet-list {
}

/* End General Highlight Styles */

/* Paragraph 1 Styles */

p.text-highlight.t1 {
	margin: 1.5rem 0 2rem;
}

p.text-highlight.t1 strong {
	display: block;
}

p.text-highlight.t1 strong:first-child {
	font-size: 1.278em;
}

p.text-highlight.t1 strong + strong {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.5;
	font-size: 1.111em;
}

p.text-highlight.t1 strong em {
	display: block;
	font-style: normal;
	text-transform: none;
}

/* End Paragraph 1 Styles */

/* Paragraph 2 Styles */

p.text-highlight.t2 {
	border-style: solid;
	border-width: 2.5rem;
	box-shadow: 0 .3em 1em rgba(0,0,0,0.2);
	font-size: 1.5em;
	font-family: 'Source Sans 3', sans-serif; /* @accentfont */
	padding: 1.5rem 4% 1.5rem 3rem;
	line-height: 1.5em;
	margin: 1.5rem 0 2rem;
	border-top: none;
	border-right: none;
	border-bottom: none;
	position: relative;
}

p.text-highlight.t2:before {
	content: '\e818';
	position: absolute;
	top: 2.1rem;
	font-family: 'lp-icons' !important;
	color: #FFFFFF;
	background-color: #000000;
	width: 3rem;
	height: 3rem;
	text-align: center;
	font-size: 2em;
	left: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	transform: translateX(-50%);
	font-style: normal;
}

/* End Paragraph 2 Styles */

/* Paragraph 3 Styles */

p.text-highlight.t3 {
	border-style: solid;
	border-width: 5px;
	box-shadow: 0 .3em 1em rgba(0,0,0,0.2);
	text-align: center;
	padding: 1.5rem 4%;
	line-height: 1.5em;
}

p.text-highlight.t3 em {
	font-size: 1.5em;
	font-family: 'Source Sans 3', sans-serif; /* @accentfont */
	display: block;
}

p.text-highlight.t3 em:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin: .6em 0;
}

/* End Paragraph 3 Styles */

/* Bullet List Styles */

ul.bullet-list.t1, ul.bullet-list.t2, ul.bullet-list.t3 {
	padding: 1.5em 6%;
	border-style: solid;
	border-width: 5px;
	box-shadow: 0 .3em 1em rgba(0,0,0,0.2);
	margin-top: 1.5em;
}

ul.bullet-list.t1 li:nth-child(n+2), ul.bullet-list.t3 li:nth-child(n+2) {
	padding-left: 2.5rem;
	position: relative;
}

ul.bullet-list.t1 li, ul.bullet-list.t2 li, ul.bullet-list.t3 li {
	line-height: 1.5em;
	margin-bottom: 1rem;
}

ul.bullet-list.t1 li:first-child, ul.bullet-list.t2 li:first-child, ul.bullet-list.t3 li:first-child {
	font-size: 1.5em;
	font-family: 'Source Sans 3', sans-serif; /* @accentfont */
	font-weight: 700;
	padding-bottom: .7rem;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

ul.bullet-list.t1 li:nth-child(n + 2):before, ul.bullet-list.t2 li:nth-child(n + 2):before, ul.bullet-list.t3 li:nth-child(n + 2):before {
	content: '\e7b3';
	font-family: 'icomoon-ult';
	font-size: 1.5em;
	margin-right: 1rem;
	vertical-align: middle;
	line-height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}

ul.bullet-list.t2 {
	counter-reset: list-counter;
	background-image: url(/images/repeating-patterns/grunge.png);
}

ul.bullet-list.t2 li:nth-child(n+2) {
	counter-increment: list-counter;
	padding-left: 3rem;
	position: relative;
	font-size: 1.1em;
}

ul.bullet-list.t2 li:nth-child(n + 2):before {
	content: counter(list-counter);
	width: 2rem;
	height: 2rem;
	font-family: 'Oxygen', sans-serif; /* @mainfont */
	border-radius: 50%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.bullet-list.t3 {
	border-width: 8px;
	border-left: none;
	border-right: none;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-color: rgba(151,151,151,0.106);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.bullet-list.t3 li:first-child {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	flex: 1 0 100%;
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
}

ul.bullet-list.t3 li:nth-child(n + 2) {
	width: auto;
	flex: 1 1 40%;
}

ul.bullet-list.t3 li:nth-child(n + 2):before {
	content: '\e188';
}

ul.bullet-list.t3 li:nth-child(even) {
	padding-right: 2%;
}

/* End Bullet List Styles */

/* Bullet List 4 Styles */

ul.bullet-list.t4 {
	margin: 2.5rem 0 2rem;
}

ul.bullet-list.t4 li:first-child {
	font-size: 1.44em;
	margin-bottom: 1rem;
	line-height: 1.5;
}

ul.bullet-list.t4 li + li {
	position: relative;
	padding: 1rem 0;
	padding-left: 3.5rem;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}

ul.bullet-list.t4 li + li:before {
	content: '\e815';
	position: absolute;
	left: 0;
	top: 1rem;
	line-height: 1.2;
	font-size: 2em;
	font-family: 'lp-icons' !important;
}

/* End Bullet List 4 Styles */

/* Call Out 1 Styles */

.call-out.t1 {
	padding: 3rem 2rem;
	position: relative;
	font-size: 1.94em;
	align-items: flex-start;
	flex-direction: column;
	display: flex;
	box-shadow: 0 .5em 1em rgba(0,0,0,0.145);
	margin: 2rem 0 2.5rem;
	line-height: 1.5;
}

.call-out.t1:before, .call-out.t1:after {
	position: absolute;
	content: '';
	width: 18rem;
	height: 100%;
	right: 0;
	top: 0;
	max-width: 40%;
}

.call-out.t1:after {
	background-image: url(/images/img-content-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(1rem, 1rem);
}

.call-out.t1 a {
	min-width: 10rem;
}

/* End Call Out 1 Styles */

/* Accordion List */

.acc-list {
	list-style: none!important;
}

.acc-list.t1 {
	padding: 0;
}

.acc-list li:nth-child(odd) {
	cursor: pointer;
}

.acc-list li:nth-child(odd):before {
	content: '\ea0f';
	font-family: 'icomoon-ult';
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem;
	transform: none;
	transition: transform .4s ease, color .4s ease;
}

.acc-list li.open:nth-child(odd):before {
	transform: rotate(180deg);
}

.acc-list li:nth-child(even) {
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	border-bottom-style: solid;
	border-width: 0rem;
	transition: border .4s ease;
}

.acc-list li.open + li:nth-child(even) {
	border-width: .2rem;
}

/* End Accordion List */

/* Min Responsive */

@media screen and (min-width:433px) {
}

@media screen and (min-width:556px) {
	.call-out.t1 {
		padding-right: 45%;
		max-width: calc(100% - 1rem);
	}
}

@media screen and (min-width:1178px) {
}

@media screen and (min-width:1513px) {
}

/* End Min Responsive */

/* Responsive - 1512px */

@media screen and (max-width:1512px) {
}

/* End Responsive - 1512px */

/* Responsive - 1177px */

@media screen and (max-width:1177px) {
}

/* End Responsive - 1177px */

/* Responsive - 916px */

@media screen and (max-width:916px) {
	.call-out:last-child, .text-highlight:last-child, .bullet-list:last-child {
		margin-bottom: 0 !important;
	}
}

/* End Responsive - 916px */

/* Responsive - 800px (Mobile) */

@media screen and (max-width:800px) {
}

/* End Responsive - 800px (Mobile) */

/* Responsive - 713px */

@media screen and (max-width:713px) {
}

/* End Responsive - 713px */

/* Responsive - 555px */

@media screen and (max-width:555px) {
	ul.bullet-list.t3 li:nth-child(n + 2) {
		flex: 1 0 100%;
	}

	ul.bullet-list.t3 li:nth-child(even) {
		padding-right: 0;
	}

	p.text-highlight.t2 {
		font-size: 1.2em;
	}

	.call-out.t1:before, .call-out.t1:after {
		display: none;
	}
}

/* End Responsive - 555px */

/* Responsive - 432px */

@media screen and (max-width:432px) {
}

/* End Responsive - 432px */

