/*
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;
			}

/* style paragraph text to look like an h3 */
.h3 {
    margin: 0 0 14px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2
}

@media (min-width: 700px) {
    .h3 {
        font-size:28px;
        margin: 0 0 19px
    }
}

@media (min-width: 1025px) {
    .h3 {
        font-size:33px;
        margin: 0 0 23px
    }
}