/* Images in Content */
.content-style img.float-right {
	display: block;
	float: right;
	max-width: 45%;
	height: auto !important;
	margin: 0 0 1em 1em;
}

.content-style img.float-left {
	display: block;
	float: left;
	max-width: 45%;
	height: auto !important;
	margin: 0 1em 1em 0;
}

.content-style img.no-float {
	display: block;
	max-width: 90%;
	height: auto !important;
	margin: 1em auto;
}
/* End Images in Content */

/* Content Ctas General */
.content-cta {
	position: relative;
	margin: 2em .5em 2.5em 0;
}

.content-cta > strong {
	display: block;
	font-size: 1.6667em;
	line-height: 1.2;
}

.content-cta p {
	font-size: 1.222em;
	margin: .25em 0 .5em;
}

.content-cta .img {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.flex-reverse.content-cta .img {
	right: auto;
	left: 0;
}
/* End Content Ctas General */

/* Content Cta T1 */
.content-cta.t1 {
	padding: 2em 54% 2em 4%;
}

.flex-reverse.content-cta.t1 {
	padding: 2em 4% 2em 54%;
}

.content-cta.t1 > strong {
}

.content-cta.t1 p {
}

.content-cta.t1 .btn {
}

.content-cta.t1 .img {
	width: 50%;
	height: 100%;
}
/* End Content Cta T1 */

/* Content Cta T2 */
.content-cta.t2 {
	padding: 2em 29% 2em 4%;
	border-style: solid;
	border-width: 1px;
}

.flex-reverse.content-cta.t2 {
	padding: 2em 4% 2em 29%;
}

.content-cta.t2 > strong {
}

.content-cta.t2 p {
}

.content-cta.t2 .btn {
}

.content-cta.t2 .img {
	content: '';
	width: 25%;
	height: 100%;
}
/* End Content Cta T2 */

/* Content Cta T3 */
.content-cta.t3 {
	padding: 2em 4%;
	text-align: center;
	z-index: 1;
}

.text-left.content-cta.t3 {
	text-align: left;
}

.text-right.content-cta.t3 {
	text-align: right;
}

.content-cta.t3 > strong {
}

.content-cta.t3 p {
}

.content-cta.t3 .btn {
}

.content-cta.t3 .img {
	width: 100% !important;
	height: 100%  !important;
	z-index: -1;
	opacity: .2;
}
/* End Content Cta T3 */

/* Text Quote General */
.text-quote {
	margin: 2em 0;
	font-style: italic;
}

.text-center.text-quote {
	text-align: center;
}

.text-right.text-quote {
	text-align: right;
}

.text-quote p {
	margin: 0;
	font-size: 1.222em;
	line-height: 1.4;
}

.text-quote > strong {
	font-style: normal;
}
/* End Text Quote General */

/* Text Quote T1 */
.text-quote.t1 {
	border-style: solid;
	border-width: 1px;
	border-right: none;
	border-bottom: none;
	padding: 2em 5% 1em;
}

.text-quote.t1 p {
}

.text-quote.t1 > strong {
	margin-top: .75em;
	display: block;
}
/* End Text Quote T1 */

/* Text Quote T2 */
.text-quote.t2 {
	padding: 2em 3em;
}

.text-quote.t2 p {
}

.text-quote.t2 > strong {
	display: table;
	padding: 1em 3em;
	line-height: 1;
	margin-top: 1em;
	margin-left: -3em;
}

.text-center.text-quote.t2 > strong {
	margin: 1em auto 0 !important;
}

.text-right.text-quote.t2 > strong {
	margin: 1em -3em 0 auto;
}
/* End Text Quote T2 */

/* Text Quote T3 */
.text-quote.t3 {
	border-style: solid;
	border-width: 1px;
	padding: 2em 5%;
	margin-bottom: 3em;
}

.text-quote.t3 p {
}

.text-quote.t3 > strong {
	display: table;
	padding: 1em 3em;
	line-height: 1;
	margin: 1em 0 -3.5em auto;
}

.text-center.text-quote.t3 > strong {
	margin: 1em auto -3.5em;
}

.text-right.text-quote.t3 > strong {
	margin: 1em auto -3.5em 0;
}
/* End Text Quote T3 */

/* List Title Styles */
.bullet-list > p {
	font-size: 1.556em;
	line-height: 1.2;
	margin-top: 1.5em;
}

.bullet-list.t1 > p {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: .3em;
	margin-bottom: 1em;
}

.dark-bg.bullet-list.t1 > p {
	padding: .75em 4%;
	margin-bottom: 0;
}

.bullet-list.t2 > p {
	padding: .75em 4%;
	margin-bottom: 0;
}

.bullet-list.t3 > p {
	margin-bottom: 0;
	padding: 0 0 .75em;
}

.dark-bg.bullet-list.t3 > p {
}
/* End List Title Styles */

/* Bullet List General */
body .bullet-list > ul {
	margin: 1.5em 0;
	position: relative;
	list-style: none !Important;
}

.bullet-list p + ul {
	margin-top: 0;
}

.bullet-list.two-columns > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bullet-list ul li {
	position: relative;
	padding: 0 0 1em 2em;
	font-weight: 500;
}

.bullet-list.two-columns > ul > li {
	width: 48%;
}

.bullet-list ul li:last-child {
	padding-bottom: 0;
}

.bullet-list ul li:before {
	content: '';
	height: 1rem;
	width: 1rem;
	border-bottom-left-radius: 50%;
	position: absolute;
	top: .2em;
	left: 0;
}
/* End Bullet List General */

/* Bullet List T1 */
body .bullet-list.t1 > ul {
	padding: 0;
}

body .dark-bg.bullet-list.t1 > ul {
	padding: 2em 4%;
	margin-top: 0;
}

.bullet-list.t1 ul li {
}
/* End Bullet List T1 */

/* Bullet List T2 */
body .bullet-list.t2 > ul {
	padding: 2em 4%;
	margin: 0;
}
/* End Bullet List T2 */

/* Bullet List T3 */
body .bullet-list.t3 > ul {
	padding: 2em 4%;
	margin: 0;
}

.bullet-list.t3 ul li {
}

.bullet-list.t3 > ul:before {
	content: '';
	width: 5%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
/* End Bullet List T3 */

/* Text Highlight */
.text-highlight {
	position: relative;
	padding: 2em 8%;
	margin: 2em 0;
	font-weight: 500;
	font-size: 1.111em;
}

.text-center.text-highlight {
	text-align: center;
}

.text-right.text-highlight {
	text-align: right;
}

.text-highlight p {
	margin: 0;
}
/* End Text Highlight */

/* Text Highlight T1 */
.text-highlight.t1 {
	border-style: solid;
	border-width: 2px;
	border-left: none;
}

.text-highlight.t1:after {
	content: '';
	width: .75rem;
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: 0;
}
/* End Text Highlight T1 */

/* Text Highlight T2 */
.text-highlight.t2 {
	margin-right: .5em;
	margin-bottom: 2.5em;
}
/* End Text Highlight T2 */

/* Text Highlight T3 */
.text-highlight.t3 {
	border-style: solid;
	border-width: 2px;
	margin-right: .5em;
	margin-bottom: 2.5em;
}
/* End Text Highlight T3 */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	body {
	}
}
/* End 1500px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	body {
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	body {
	}

	.content-cta.t1 {
		padding: 2em 29% 2em 4%;
	}

	.flex-reverse.content-cta.t1 {
		padding: 2em 4% 2em 29%;
	}

	.content-cta.t1:after {
		width: 25%;
	}
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}

	.content-cta.t1 {
		padding: 2em 4% !important;
		text-align: center !important;
	}

	.content-cta.t2 {
		padding: 2em 4% !important;
		text-align: center !important;
	}

	.content-cta.t1:after {
		background-image: none !important;
		display: none;
	}

	.content-cta.t2:after {
		background-image: none !important;
		display: none;
	}

	.text-quote.t1 {
		padding: 1.2em 5% 1em;
	}

	.text-quote.t2 {
		padding: 2em;
	}

	.text-quote.t2 > strong {
		margin-left: -2em;
	}

	.text-right.text-quote.t2 > strong {
		margin-right: -2em;
	}

	.text-quote.t3 {
		padding: 1.25em 5%;
	}

	.bullet-list.two-columns {
		display: block;
	}

	.bullet-list.two-columns li {
		width: 100%;
	}

	.list-title {
		font-size: 1.333em;
	}

	body .text-highlight {
		padding: 1.25em 5%;
	}

	.text-highlight.t1 {
		padding-left: 8%;
	}

	.content-style img.float-right, .content-style img.float-left, .content-style img.no-float {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	body {
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	body {
	}

	.text-quote p {
		font-size: 1em;
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	body {
	}
}
/* End 350px Responsive */
