/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/

/*overwrite large bottom margin on cta link*/
@media (min-width:1025px){
	.wysiwyg .cta--link{
		margin:0 0 50px
	}
}

ul.check li,
			ul li.check {
			list-style-type: none;
			padding-left: 30px;
			margin-left: -30px;
			}
			ul.check li:last-child,
			ul li.check:last-child {
			margin-left: -30px;
			}
			ul.check li:before,
			ul li.check:before {
			content: '\f00c';
			color: #A6192E;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			font-size: 20px;
			top: -2px;
			left: 4px;
			border-radius: 0;
			background-color: transparent;
			}