.call-out-v1 {
	font-size: 1.111em;
	line-height: 1.400 !important;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #456279;
}

.call-out-v2 {
	line-height: 1.889 !important;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #456279;
	width: 100%;
	text-align: center;
	padding: 0.556em 2.778em;
	background-color: #F0F0F0;
}

.call-out-v3 {
	font-size: 1.111em;
	line-height: 1.400 !important;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #456279;
	padding-top: 0.600em;
	padding-bottom: 0.600em;
	padding-left: 1.750em;
	position: relative;
}

.call-out-v3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #82B2D8;
}

.box-call-out {
	font-size: 1.111em;
	line-height: 1.600 !important;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	background-color: #456279;
	padding: 1.400em 5.556em;
}

.single-list {
	background-color: #F0F0F0;
}

.single-list ul {
	list-style: none;
	padding-left: 2.222em;
	padding-top: 1.944em;
	padding-bottom: 1.944em;
}

.single-list li {
	line-height: 2.111 !important;
	color: #656464;
	padding-left: 1.722em;
	position: relative;
}

.single-list li:before {
	content: '';
	position: absolute;
	top: 1.033em;
	left: 0;
	height: 4px;
	width: 4px;
	background-color: #B2B2B2;
}

.double-list {
	background-color: #F0F0F0;
	display: -ms-flexbox;
	display: flex;
}

.double-list ul {
	list-style: none;
	padding-left: 2.222em;
	padding-top: 1.944em;
	padding-bottom: 1.944em;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.double-list li {
	line-height: 2.111 !important;
	color: #656464;
	padding-left: 1.722em;
	position: relative;
}

.double-list li:before {
	content: '';
	position: absolute;
	top: 1.033em;
	left: 0;
	height: 4px;
	width: 4px;
	background-color: #B2B2B2;
}

.home-call-out ul {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -ms-flexbox;
	display: flex;
}

.home-call-out ul > li {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: 3%;
	padding-right: 3%;
	width: 40%;
}

.abuse-call-out {
	margin: 1.222rem auto;
	max-width: 35em;
	text-align: center;
}

.abuse-call-out h4 {
	display: block;
	font-size: 3em;
	line-height: 1;
	font-weight: 100;
	position: relative;
	margin-bottom: .1em;
}

.abuse-call-out .info {
	position: relative;
	padding: 1em 0;
}

.abuse-call-out .info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 5.667em;
	background-color: #456279; /* $primary */
}

.abuse-call-out .info:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 5.667em;
	background-color: #456279; /* $primary */
	bottom: 0;
}

.abuse-call-out h4 > strong {
	display: block;
	line-height: 0.600;
	margin-bottom: 0.333em;
	font-size: 1.2em;
}

.abuse-call-out p {
	color: #456279; /* $primary */
	font-weight: bold;
	text-transform: uppercase;
}

.abuse-call-out .btn {
	margin-top: 2em;
	width: 100%;
}

.color-call-out {
	text-align: center;
	margin: 1.222rem auto;
	max-width: 35em;
}

.color-call-out img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.color-call-out h4 {
	display: block;
	font-size: 1rem;
	line-height: 1.500;
	font-weight: 800;
	padding: 1.500em 0;
	position: relative;
	margin-top: 0;
}

.color-call-out h4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 5.667em;
	background-color: #456279; /* $primary */
}

.color-call-out h4:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 5.667em;
	background-color: #456279;
	bottom: 0;
}

.color-call-out .btn {
	margin-top: 2.378em;
}

@media screen and (min-width: 1441px) {
	.home-call-out .abuse-call-out h4 {
		color: #FFFFFF;
	}

	.home-call-out .abuse-call-out .info:before, .home-call-out .abuse-call-out .info:after {
		background-color: #FFFFFF;
	}

	.abuse-call-out .info p {
		color: #FFFFFF; /* $white */
	}
}

@media screen and (max-width: 1000px) {
	.home-call-out ul > li {
		width: 47%;
	}
}

@media screen and (max-width: 550px) {
	.box-call-out {
		font-size: 1em;
		padding: 1.400em 0.956em;
	}

	.single-list ul {
		padding-left: 1.222em;
	}

	.double-list {
		display: block;
	}

	.double-list ul {
		padding-left: 1.222em;
	}

	.double-list ul:first-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.double-list ul:last-child {
		padding-top: 0;
		margin-top: 0;
	}

	.home-call-out ul {
		display: block;
	}

	.home-call-out ul li {
		width: 100%;
	}

	.color-call-out h4 {
		font-size: 0.8rem;
	}

	.abuse-call-out h4 {
		font-size: 2.4em;
	}
}
