/* Floated Block Callout */
p.floated-block {
	margin: 0.25em 3% 0 0;
	display: inline-block;
	background-color: #0845A2; /* $primary */
	color: #FFFFFF; /* $white */
	max-width: 11.5em;
	float: left;
	padding: 0.5em 1em;
	font-size: 1.35em;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	text-transform: uppercase;
}
/* End Floated Block Callout */

/* Text Callouts General */
.call-out {
	position: relative;
}

.call-out:after {
	position: absolute;
	top: 0;
	right: 0;
}
/* End Text Callouts General */

/* Call Out T1 */
.call-out.t1 {
	box-shadow: .5em .5em 0 #83C0FF; /* $light */
	margin: 2rem .5em 2.5rem 0;
	padding: 4% 54% 4% 4%;
	font-size: 1em;
	background-color: #f3f3f3;
}

.call-out.t1 strong {
	color: #0845A2; /* $primary */
	display: block;
	margin-bottom: 1rem;
	font-size: 1.35em;
	font-weight: 400;
}

.call-out.t1 a:not(.btn) {
	color: #E03636; /* $secondary */
}

.call-out.t1 a:not(.btn):hover {
	color: #FFFFFF; /* $white */
}

.call-out.t1 .btn {
	display: table;
	margin-top: 1rem;
}

.call-out.t1:after {
	content: '';
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	background-image: url(../images/content-cta-img1.jpg);
}
/* End Call Out T1 */

/* Call Out T2 */
.call-out.t2 {
	box-shadow: .5em .5em 0 #83C0FF; /* $light */
	margin: 1em .5em 1.5em 0;
	color: #0066FF; /* $tertiary */
	padding: 4% 35% 4% 4%;
	font-size: 1em;
	border: solid 1px #F3F3F3;
}

.call-out.t2 strong {
	color: #0845A2; /* $primary */
	display: block;
	margin-bottom: 1rem;
	font-size: 1.364em;
	font-weight: 400;
}

.call-out.t2 .btn {
	display: table;
	margin-top: 1rem;
}

.call-out.t2:after {
	content: '';
	width: 25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100%;
	background-image: url(../images/content-cta-img2.jpg);
	background-color: #FFFFFF; /* $white */
}
/* End Call Out T2 */

/* Call Out T3 */
.call-out.t3 {
	box-shadow: .5em .5em 0 #0845A2; /* $primary */
	margin: 1em .5em 1.5em 0;
	color: #0845A2; /* $primary */
	padding: 2em 4%;
	font-size: 1.222em;
	text-align: center;
	background-image: url(../images/content-cta-img3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.call-out.t3 strong {
	color: #31251C; /* $dark */
	display: block;
	margin-bottom: 1rem;
	font-size: 1em;
}

.call-out.t3 a:not(.btn) {
	color: #E03636; /* $secondary */
}

.call-out.t3 a:not(.btn):hover {
	color: #E03636; /* $secondary */
}

.call-out.t3 .btn {
	display: table;
	margin: 1rem auto 0;
}

.call-out.t3:after {
	content: '';
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	background-image: url(../images/coupon-bg.html);
	opacity: .5;
	z-index: -1;
}
/* End Call Out T3 */

/* Text Quote General */
.text-quote {
	border: solid 1px #DB2222; /* darken($secondary,9%) */
	margin: 4rem 0;
	padding: 2em 5%;
	font-style: italic;
}

.text-quote strong {
	display: table;
	padding: 1em 3em;
	background-color: #E03636; /* $secondary */
	line-height: 1;
	font-style: normal;
	margin-top: 1em;
}
/* End Text Quote General */

/* Text Quote T1 */
.text-quote.t1 {
	border-right: none;
	border-bottom: none;
	padding-bottom: 0;
}

.text-quote.t1 strong {
	background-color: transparent;
	padding: 0;
	color: #0845A2; /* $primary */
}
/* End Text Quote T1 */

/* Text Quote T2 */
.text-quote.t2 {
	background-color: #0845A2; /* $primary */
	border: none;
	padding-bottom: 1em;
	color: #FFFFFF; /* $white */
}

.text-quote.t2 strong {
	margin-left: -5.5%;
	color: #31251C; /* $dark */
}
/* End Text Quote T2 */

/* Text Quote T3 */
.text-quote.t3 {
	padding-bottom: 2em;
	margin-bottom: 3em;
}

.text-quote.t3 strong {
	margin-left: auto;
	margin-bottom: -3.5em;
}
/* End Text Quote T3 */

/* Bullet List General */
.bullet-list {
	margin: 1.5rem 0;
	position: relative;
	list-style: none;
}

.content .bullet-list {
	list-style: none;
	padding-left: 0;
}

.list-call-out + .bullet-list {
	margin-top: 0;
}

.bullet-list li {
	position: relative;
	padding: 0 0 1em;
	padding-left: 2em;
}

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

.bullet-list li:before {
	content: '';
	height: 1rem;
	width: 1rem;
	border-bottom-left-radius: 50%;
	background-color: #83C0FF; /* $light */
	position: absolute;
	top: .2em;
	left: 0;
}

.list-call-out {
	font-size: 1.556em;
	padding: 1rem 0;
	line-height: 1.2;
	margin-bottom: 0;
}
/* End Bullet List General */

/* Bullet List T1 */
.bullet-list.t1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.bullet-list.t1 li {
	width: 48%;
}

.wide .bullet-list.t1 li {
	width: 32%;
}

.list-call-out + .bullet-list.t1 {
	margin-top: 2rem;
}

.list-call-out.t1 {
	border-bottom: solid 1px #5CACFF; /* darken($light,10%) */
	padding-bottom: .5rem;
}
/* End Bullet List T1 */

/* Bullet List T2 */
.bullet-list.t2 {
	padding: 2em 1em;
	background-color: #31251C; /* $dark */
	color: #0845A2; /* $primary */
	background-image: url(../images/content-cta-img3.jpg);
}

.list-call-out.t2 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background-color: #0066FF; /* $tertiary */
	color: #FFFFFF;
}

.list-call-out.t2 a:not(.btn) {
	color: #0845A2; /* $primary */
}

.list-call-out.t2 a:not(.btn):hover {
	color: #31251C; /* $dark */
}
/* End Bullet List T2 */

/* Bullet List T3 */
.bullet-list.t3 {
	padding: 2em;
	background-color: #0066FF; /* $tertiary */
	background-image: url(../images/services.html);
	color: #FFFFFF; /* $white */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bullet-list.t3 li {
}

.bullet-list.t3:before {
	content: '';
	width: 2.5em;
	background-color: #E03636; /* $secondary */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.list-call-out.t3 {
}
/* End Bullet List T3 */

/* Text Highlight */
.text-highlight {
	position: relative;
	border: solid 2px #96C0FF; /* lighten($tertiary,59%) */
	padding: 2rem 6%;
	color: #0066FF; /* $tertiary */
	margin: 2rem 0;
}
/* End Text Highlight */

/* Text Highlight T1 */
.text-highlight.t1 {
	border-left: none;
}

.text-highlight.t1:after {
	content: '';
	width: .75rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0845A2; /* $primary */
}
/* End Text Highlight T1 */

/* Text Highlight T2 */
.text-highlight.t2 {
	background-color: #0845A2; /* $primary */
	border: none;
	box-shadow: .5rem .5rem 0 #31251C; /* $dark */
	color: #FFFFFF;
	margin-right: .5rem;
	margin-bottom: 2.5rem;
}

.text-highlight.t2 a:not(.btn) {
	color: #E03636; /* $secondary */
}

.text-highlight.t2 a:not(.btn):hover {
	color: #FFFFFF; /* $white */
}
/* End Text Highlight T2 */

/* Text Highlight T3 */
.text-highlight.t3 {
	box-shadow: .5rem .5rem 0 #DFEBFD; /* lighten($primary,90%) */
	margin-right: .5rem;
	margin-bottom: 2.5rem;
}
/* End Text Highlight T3 */

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

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

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.wide .bullet-list.t1 li {
		width: 48%;
	}
}
/* End Responsive - 875px */

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

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

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	.call-out.t1 {
		padding: 4%;
		text-align: center;
	}

	.call-out.t1:after {
		display: none;
	}

	.call-out.t1 .btn {
		display: inline-block;
	}

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

	.wide .bullet-list.t1 li {
		width: 100%;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.content-cta.t1 {
		padding: 1em 0;
		text-align: center;
	}

	.content-cta.t1 img {
		display: none;
	}

	p.floated-block {
		float: none;
		display: block;
		margin: 1rem  0;
	}
}
/* End Responsive - 414px */

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