  .bolder {
    font-weight:bold !important;
}
.sectionBanner-titleHolder {
    margin-bottom: 0rem !important;
}

#bachelors, #graduate-header, #nonDegree-header
{
    margin-block-start: 0;
    margin-block-end: 3rem;
}
@media(max-width:992px) {
    #bachelors, #graduate-header, #nonDegree-header {
          margin-block-end: 1rem;
    }
}

.sectionBanner--secondLevel .sectionBanner-titleHolder-intro {
    max-width: unset;
}
#shortLine {
        max-width: 44rem;
}


}
#online-programs .cardGroup--gold {
    background-color: #cfd8e2;
}
#online-programs .cardGroup--gold .cardGroup-card:first-child {
    background-image: linear-gradient(#cfd8e2, #cfd8e2),linear-gradient(white, white);
}
#online-programs .calloutBox {
    grid-template-columns: .8fr 4fr .1fr;
}    
#online-programs .calloutBox--leftLine {
    background-color: var(--gfColors-navy);
    background-image: url(/__template/t1/images/navy-on-navy-tiles.jpg);
    margin-bottom: 3rem;
    padding: 1rem 0;
}
#online-programs .calloutBox--leftLine .calloutBox-leftMargin {
    margin-right: -1rem;
    margin-top: 2.5rem;
    position: relative;
    z-index: 10;
}
#online-programs .calloutBox--leftLine .calloutBox-leftMargin::after {
    content: "●";
    position: absolute;
    top: calc(50% - .5rem);
    right: -0.5em;
}
#online-programs .calloutBox--leftLine .calloutBox-content {
    padding: 0 2rem 0 4rem;
    margin-left: -1rem;
}
#online-programs .calloutBox--leftLine .calloutBox-content span {
    font-size: clamp(2rem, 6vw, 3.5rem);
    padding: 1rem 0;
    line-height: 1.2;
    color:  var(--gfColors-slate45);
}
#bachelors-degree_component {
    margin-bottom:0;
}

#graduate-degree_component .cardGroup-card:last-of-type .cardGroup-card-content p {
    position:relative;
}

#graduate-degree_component .cardGroup-card:last-of-type .cardGroup-card-content p::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1.5rem;
    top: -.5rem;
    background-image: url(/__template/t1/images/gold-asterisk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
#graduate-degree_component .cardGroup-card:last-of-type .cardGroup-card-content p:hover::before {
    transform: scale(1.2);
    transition:all ease;
}



/* ------------- ////////  Responsive Styles //////// ------------ */

@media (min-width: 768px) {
	#graduate-header.calloutBox--leftLine {
        margin-bottom:0;
    }
}
@media (min-width: 992px) {
	#online-programs .calloutBox--leftLine .calloutBox-leftMargin {
        margin-top: 3rem;
	}
}

@media (max-width: 767.98px) {
    #online-programs .calloutBox {
        grid-template-columns: .4fr 4fr .1fr;
    }
    #online-programs .calloutBox--leftLine .calloutBox-leftMargin {
        margin-top: 2rem;
	}
    #graduate-degree_component .cardGroup-card:first-child img {
        margin-top: 0;
    }
    #graduate-degree_component .cardGroup-card:first-of-type .cardGroup-card-content h3 {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    #online-programs .calloutBox--leftLine {
        margin-bottom: 2rem;
    }
}



