  #covid-notice h2 {
    margin-top:.5em;
}
.indented {
    border-left: 5px solid #ddd;
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}






















#at-a-glance.infographic--red .infographic-secondaryFacts {
    border-top: 2px solid var(--gfColors-navy);
    text-align: center;
}
#at-a-glance.infographic--red .infographic-header {
    font-size: 1.3rem;
    line-height: .7;
}
#intro h2 {
    margin-top:1rem;
}
#intro h2 span {
    font-size: 3rem;
    margin-right: .4rem;
    color:var(--gfColors-slate100);
}

@media(max-width:767.98px) {
    #intro {
    	display:grid;
    	margin-bottom: 1rem;
    }
    #intro h2 {
        font-size: 2.6rem;
        text-align:center;
    }
    #intro img.u-circlePhotoSimple {
    	justify-self: center;
        width: 75%;
        margin-bottom: 1rem;
    }
}

#outcomes {
    padding-top: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Ccircle cx='300' cy='300' r='300' fill='%23ebeff2'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: min(45vw, 65%);
    background-position-y: 0%;
    background-position-x: -22%;
}
@media (max-width: 767.98px) {
    #outcomes {
    padding-top: 1rem;
    }
    #outcomes h2 {
    	margin-top: 2rem;
    }
    #outcomes .u-grid2Columns {
    	gap:0;
    }
    #outcomes .column-each ul {
    	margin-top:0;
    	margin-bottom:0;
    }
}

#jobs {
    background-color: var(--gfColors-slate15);
    display: grid;
    padding: 0;
    grid-template: auto / 3fr 4fr;
    margin-bottom:0;
}

#jobs .jobs-image {
    background-image: url(/adult-degree/_assets-psychology-mental-health/images/adp-graduate.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    grid-area: 1 / 1 / 2 / 2;
    background-position-x: 30%;
}

#jobs .jobs-text {
    padding: 4rem;
    max-width: 900px;
    grid-area: 1 / 2 / 2 / 3;
}
#jobs .jobs-text h2 {
    margin-top:0;
}
#jobs-list {
    margin-top:0;
    background-color: #e1e8ed;
}
@media (max-width: 767.98px) {
    #jobs {
        grid-template: 2fr 3fr / 1fr;
    }
    #jobs .jobs-image {
        grid-area: 1 / 1 / 2 / 2;
        background-position-y: clamp(-20em, -60px, 10px);
        background-position-x: center;
    }
    #jobs .jobs-text {
        padding: 2rem;
        max-width: 100%;
        grid-area: 2 / 1 / 3 / 2;
    }
}
#certificate {
    margin-bottom:2rem;
}
@media (min-width: 992px) {
    #certificate {
        margin-bottom:0;
    }
}
.quoteBlock--outlineGold .quoteBlock-image {
    width:22%;
}
.quoteBlock--outlineGold .quoteBlock-bio::before {
	left: calc(80% - 3px);
}
.quoteBlock--outlineGold .quoteBlock-bio::after {
	border-image-width: 0 20% 2px 0;
}
.quoteBlock--outlineGold .quoteBlock-bio-name, .quoteBlock--outlineGold .quoteBlock-bio-title {
	margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .quoteBlock--outlineGold .quoteBlock-image {
        width: 30%;
    }
}
@media (max-width: 767.98px) {
    .quoteBlock--outlineGold .quoteBlock-bio::before {
        left: -4px;
    }
    .quoteBlock--outlineGold .quoteBlock-image {
        width: auto;
    }
}

#prof h2 {
	font-family: var(--gfVars-thirstyFont);
    color: var(--gfColors-slate80);
    margin-bottom: 2rem;
}
#prof h3 {
	margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}
#prof h3::after {
	content: "";
    position: absolute;
    left: 278px;
    top: 1.4em;
    background-color: var(--gfColors-gold);
    width: 4ch;
    height: 3px;
}
@media(max-width:575.98px) {
    #prof > .container {
    	background-color: transparent;
    	padding: 2rem 0;
        display: grid;
        justify-items: center;
    }
    #prof .content {
    	background-color: #293652;
        padding: 2rem;
    }
    #prof h2 {
    	text-align:center;
    }
    #prof h3::after {
        left: 0;
    }
}
#button-nav {
    margin-top:0;
}







@media(min-width:1200px) {
    
}
@media(max-width:767.98px) {
    
    
}
@media(max-width:575.98px) {
    
}
