  /* ---- pull quotes ---- */

.pull-quote {
	 position:relative;
	 width: 270px;
	 font-size: 1.2rem;
    line-height: 1.7;
    margin: 1rem 0 2rem 0;
    padding: .75rem 0 .75rem 0;
}
.pull-quote span {
    display: block;
    font-weight: 100;
    font-size: 1rem;
}
 .pull-quote.left {
	 color: var(--gfColors-navy);
	 float: left;
	 margin-right: 2.5rem;
     margin-left: 1rem;
     padding-right: 1.75rem;
     font-weight: bold;
	 border-right: 3px solid var(--gfColors-gold);
}
 .pull-quote.right {
	 color: var(--gfColors-navy);
	 float: right;
	 margin-left: 3rem;
     font-weight: bold;
	 padding-left: 1.75rem;
	 border-left: 3px solid var(--gfColors-gold);
}

@media (max-width:767.98px) {
    .lead-mobile-only {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.6;
        display:block;
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
    .u-gold-after-mobile {
        position: relative;
        margin-bottom: 3rem;
    }
    .u-gold-after-mobile::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5rem;
        background-color: var(--gfColors-gold);
        width: 2.5rem;
        height: 3px;
    }
}


 @media (max-width: 575.98px) {
	 .pull-quote.right, .pull-quote.left {
		float: none;
        margin-left: 1rem;
        width: auto;
        margin-right: 15px;
	}
	 .pull-quote.left {
		 margin-left: 1rem;
		 padding-left: 1.5rem;
		 border-left: 3px solid var(--gfColors-gold);
		 border-right:none;
		 width: auto;
	}
}
 @media (max-width: 375px) {
	 .pull-quote.right, .pull-quote.left {
		 margin-left: 0rem;
		 padding-right: 0;
	}
}

.bg-circle {
    position:relative;
}
.bg-circle::before {
    content: "";
    height: 22rem;
    width: 22rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    left: -9rem;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .bg-circle::before {
        height: 16rem;
        width: 16rem;
        left: -5rem;
    }
}

@media (min-width: 992px) {
    .u-stepList li {
        margin-bottom: 1.25rem;
    }
}

.h3 {
    line-height:1.2;
}