  .sectionBanner-image--alignYCenter {
    background-position-y: 20%;
}

.sectionBanner-image--alignYCenter.sectionBanner-image--alignXCenter img
{
    object-position:center 20%;
}

.sectionBanner--thirdLevel .sectionBanner-titleHolder h1 {
    line-height:1;
}
.sectionBanner-titleHolder-title span {
    margin-top:1rem;
    line-height:1.4;
}
.callout-gold {
    padding-left: 2rem;
    margin-left: .5rem;
    border-left: 2px solid var(--gfColors-gold);
}
p span.highlighted {
    background-color: var(--gfColors-slate45);
    padding: 0 0 0 .25rem;
}
#intro h2, #sellingPoints h2 {
    text-transform: uppercase;
    letter-spacing: .25rem;
    font-size: clamp(2.4rem, 4vw, 3.5rem);
}
#intro h2 span, #sellingPoints h2 span {
    color: var(--gfColors-slate100);
}
#sellingPoints .alternatingPhotos-holder img {
    width:400px;
}
#sellingPoints .alternatingPhotos-before-beforeContent, #sellingPoints .alternatingPhotos-after-afterContent {
	    width:80%;
}
#sellingPoints .alternatingPhotos-before-beforeContent, #sellingPoints .alternatingPhotos-content, #sellingPoints .alternatingPhotos-after-afterContent {
	    padding-left: 2.25rem;
}
#sellingPoints .alternatingPhotos-before-beforeContent h3, #sellingPoints .alternatingPhotos-content h3, #sellingPoints .alternatingPhotos-after-afterContent h3 {
    position:relative;
    margin-top:2.5rem;
}
#sellingPoints .alternatingPhotos-before-beforeContent h3::before, #sellingPoints .alternatingPhotos-content h3::before, #sellingPoints .alternatingPhotos-after-afterContent h3::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: #fdb814;
    color: #fdb814;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -2.25rem;
    top: .2rem;
}
#sellingPoints ul.u-grid3Columns li, #alumniBase ul.u-grid3Columns li {
    margin-bottom:0;
}
#sellingPoints .alternatingPhotos-content {
    margin-top:4rem;
}
#sellingPoints .alternatingPhotos-holder .alternatingPhotos-content h3 {
    display: inline-block;
    margin-left: 1rem;
}
#sellingPoints.alternatingPhotos--float .alternatingPhotos-content:nth-of-type(2n) h3 {
	display: block;
	margin-left: 0;
}
#alumStory.sideBySide--navyFullWidth .sideBySide-image {
    background-position-x:right;
}


#fullTimeMBA #intro p span.highlighted {
    background-color: #d7e0e6;
    padding: 0 .25rem;
}
h2.gold-after {
    position:relative;
    margin-bottom:3rem;
}
h2.gold-after::after {
    content:"";
    display:block;
    width:3ch;
    height:2px;
    background-color:var(--gfColors-gold);
    position:absolute;
    top:4rem;
}


.logo-slideshow {
	 height: 100px;
	 margin: 0 auto;
	 position: relative;
	 overflow: hidden;
	 transform: translate3d(0, 0, 0);
}
 .logo-slideshow .mover {
	 animation: moveSlideshow 40s linear infinite;
}
.logo-slideshow div {
    height: 102px;
    width: 4801px;
    background: url(/business/mba/_assets-index/images/mba-logo-banner.png);
    /* background-image: url(/business/mba/_assets-index/images/mba-logo-banner.png); */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

 @keyframes moveSlideshow {
	 100% {
		 transform: translateX(-85.714%);
	}
}


/*  DBA Program Structure   */

#writingCircles.wysiwyg--slate {
    background-color:#d7e0e6;
}
#programDetails ul.u-highlightList li:hover::before {
    border-color: transparent #1f2a42;
}
#programDetails ul.u-highlightList li ul.callout-gold li::before {
    border:none;
    content: "•";
    top:0;
    left:-.75em;
}

@media (min-width:992px) {
    .w-lg-80 {
        width:80%;
    }
     #sellingPoints .alternatingPhotos-holder img {
        margin-bottom: 3rem;
    }
}
@media (min-width:768px) and (max-width:991.98px) {
    #sellingPoints .alternatingPhotos-holder img, #intro img {
        width:300px;
        margin-bottom: 1rem;
    }
    
}

@media (max-width:767.98px) {
    #sellingPoints .alternatingPhotos-before-beforeContent, #sellingPoints .alternatingPhotos-after-afterContent {
        width: 100%;
    }
    .callout-gold {
        padding-left: 1rem;
        margin-left:0;
    }
    #sellingPoints .alternatingPhotos-content {
        margin-top:0;
    }
    #sellingPoints .alternatingPhotos-holder .alternatingPhotos-content h3 {
        margin-left: 0;
    }
    #mbaAdmissions .datesCallout--row .datesCallout-item {
        text-align:left;
    }

}

@media (min-width:992px) {
    .title-checked {
        position:relative;
    }
    .title-checked::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-slate80);
        color: var(--gfColors-gold);
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0.15rem;
        left: -2.75rem;
    }
}

main h3.title-checked a {
    line-height:1;
}

@media (max-width: 991.98px) {
    #mbaCards.cardGroup--alternatingNavyStart .cardGroup-card-content {
        padding: 0 1rem 2rem 1rem;
        margin-top: 1rem;
    }
    #mbaCards .cardGroup-card {
        grid-template-areas:
            "imageContent imageContent imageContent ."
            ". . textContent ."
            ". . . bottomRightMargin";
        grid-template-columns: 3rem 3rem 1fr 3rem;
        grid-template-rows: max-content max-content 0;
        column-gap: 0;
        row-gap: 2rem;
    }
    
    #mbaCards .cardGroup-card::before {
        grid-area: imageContent-start/imageContent-start/bottomRightMargin-end/bottomRightMargin-end;
        margin-top: 3rem;
        margin-left: 2rem;
    }
    
}

@media (max-width: 575.98px) {
    #mbaCards.cardGroup--alternatingNavyStart .cardGroup-card {
        grid-template-columns: 2rem 1rem 1fr 1rem;
    }
    #mbaCards.cardGroup--alternatingNavyStart .cardGroup-card-content {
        padding: 0 0 1rem 0;
    }
}

@media (min-width:768px) {
    #introMBA img {
        margin-top:-2rem;
    }
}

