  #connect_component .photoButtons-accentButton {
    position:relative;
    font-family: var(--gfVars-thirstyFont);
    color: var(--gfColors-slate45);
}
@media(min-width:992px) {
    #connect_component .photoButtons-accentButton::after {
    content:"";
    background-image:url(/offices/student-life/housing/_assets-index/images/navy-stars.png);
    background-repeat:no-repeat;
    background-size:contain;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -15%;
    left: 7%;
    }
     .intro-image {
		 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='%23fdb814'%3E%3C/circle%3E%3C/svg%3E");
		 background-repeat: no-repeat;
		 background-size: 400px 400px;
		 background-position-y: 100%;
		 background-position-x: calc(100% + 300px);
		 padding-right:120px;
	}
}
.intro-image {
     position:relative;
}
@media(min-width:767.98px) {
.intro-image::before {
	 content:"";
	 background-color:var(--gfColors-slate15);
	 width:350px;
	 height:350px;
	 border-radius:50%;
	 position:absolute;
	 top:-200px;
	 left:4rem;
	 z-index:-10;
}}
@media(max-width:425.98px) {
#make-known span.h3.u-thirstySoftExtraBold {
        line-height: 1.25;

}
}
.sideBySide--navyFullWidth .sideBySide-image {
    background-position-x: 20%;
}
.lead {
    font-weight: inherit;
}

/* Richard Foster Award */

.longStory-content>:first-child::first-letter {
    font-style: initial;
    font-size: inherit;
    line-height: revert;
    margin: auto;
    font-family: var(--gfVars-thirstyFont);
    font-weight: 500;
}

@media(min-width:1200px) {
.longStory-image {
    margin: 0rem -6.5rem 1rem 2rem;
        shape-outside: inherit;
}
.longStory-holder {
    padding: 6rem 2rem 4rem 0rem;
}
}
@media(max-width:992px) {
    .longStory-content h2 {
        margin-top:2rem !important;
    }
}
}