  @media (max-width:374.98px) {
    #services h2 {
        font-size:2rem;
    }
}

@media (min-width:992px) {
    #forms {
        background-image:url(/offices/student-life/resources/_assets-index/images/bg-tiles-slate20.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: calc(100% - -15rem) 0;
        margin-bottom: 1rem;
        padding-bottom: 5rem;
    }
    #slump {
        background-image:url(/offices/student-life/resources/_assets-index/images/bg-tiles-slate20-v3.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
        margin-top: 0;
        padding-top: 4rem;
    }
}

@media (min-width:1800px) {
    #forms {
        background-image:url(/offices/student-life/resources/_assets-index/images/bg-tiles-slate20.svg), url(/offices/student-life/resources/_assets-index/images/bg-tiles-slate20-v2.svg);
        background-position: 100% 0, -50% 0;
    }
}
@media (min-width:2400px) {
    #forms {
        background-position: 100% 0, -20% 0;
    }
}


/*   Student Support Network page   */

#goal.step-list-no-heading .stepList.stepList--check .stepList-item {
	position:relative;
	padding: 1.5rem 0 0.75rem 2.5rem;
    border-top: none;
    border-bottom: none;
}


#goal.step-list-no-heading .stepList.stepList--check .stepList-item::before {
    content: "";
    -webkit-mask: url('/__template/t1/images/check-circle-solid.svg');
    mask: url('/__template/t1/images/check-circle-solid.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    background-color: var(--gfColors-gold);
    color: var(--gfColors-gold);
    width: 35px;
    height: 35px;
    margin-left: 0.5rem;
    margin-top: -0.25rem;
}

.add-asterisk {
    position:relative;
}
.add-asterisk::before {
    content:url(/__template/t1/images/gold-asterisk.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -0.5rem;
    top: -1.75rem;
    display: block;
    transform: rotate(20deg);
}

