  .sectionBanner {
    margin-bottom:0;
}
.page-sectionNav {
    display:block;
    margin-bottom:4rem;
    background-color:var(--gfColors-slate15);
}
.page-sectionNav li a {
        color: var(--gfColors-navy) !important;
}
@media(max-width:575px) {
    .page-sectionNav {
        padding-block: 0.5rem;
        margin-bottom: 3rem;
        position: relative;
        padding-bottom: 1rem;
    }
    .page-sectionNav::after {
        background: linear-gradient(-17deg, #ffffff 4px, transparent 0), linear-gradient(17deg, #ffffff 4px, transparent 0);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 28px 9px;
        content: " ";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 16px;
    }
    .page-sectionNav li {
        padding-left: .5rem;
    }
    .page-sectionNav li a:visited, .page-sectionNav li a {
        color: var(--gfColors-navy) !important;
    }
    .page-sectionNav li {
        color: var(--gfColors-slateText) !important;
        margin-top: 1rem !important;
        font-size: 1rem;
    }
    .page-sectionNav a.arrowLink::after {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='23 9 148 90' style='enable-background:new 23 0 148 106;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st7%7Bfill:none;stroke:%23ffffff;stroke-width:15;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='Layer_2'%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpolyline class='st7' points='108.4,14.8 147.3,53.7 108.4,92.6 '/%3E%3Cline class='st7' x1='147.3' y1='53.7' x2='23.1' y2='53.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }
}
@media(min-width:574.98px) {
    .page-sectionNav {
        background-color:transparent;
    }
    .page-sectionNav a.arrowLink::after {
        display: none;
    }
    .page-sectionNav ul {
        display: grid;
        grid-template-columns: auto 2px auto 2px 1fr;
        gap: .5rem;
        max-width:700px;
    }
    .page-sectionNav ul::before, .page-sectionNav ul::after {
        content: "";
        background-color: var(--gfColors-slate80);
        height: 70%;
        align-self: center;
    }
    .page-sectionNav ul::before {
        grid-column: 2;
        grid-row: 1;
    }
    .page-sectionNav ul::after {
        grid-column: 4;
        grid-row: 1;
    }
    .page-sectionNav ul.page-sectionNav--twoItems::after {
        display:none;
    }
    .page-sectionNav li {
        display:inline-block;
        font-weight:bold;
    }
    .page-sectionNav li::before {
    display:none;
    }
    .page-sectionNav li a:hover {
    box-shadow: inset 0px -1px 0px var(--gfColors-gold);
    }
    .page-sectionNav li a:visited {
    color: var(--gfColors-navy) !important;
    }
}
@media(min-width:768px) {
    .page-sectionNav ul {
        gap:2rem;
        padding-left: 0;
    }
     .page-sectionNav li {
        padding: 0;
        margin-bottom:0;
    }
    .page-sectionNav li a {
    box-shadow: none;
    color: var(--gfColors-navy);
    }
}


/* - Favorite button - */

#ref-page-nav_component
{
    position: relative;
}

#favorite-button-holder
{
    position: absolute;
    top: 0;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:0.25rem;
    z-index:90;
}

@media(min-width:992px)
{
    #favorite-button-holder
    {
        top:-2.5rem;
    }
    #ref-page-nav_component ~ #at-a-glance_component #favorite-button-holder
    {
        top: -5.75rem;
    }
}

@media(min-width:575px)
{
    #favorite-button-holder
    {
        flex-direction:row-reverse;
        gap:.5rem;
    }
}

#favorite-button
{
    border: 1.5px solid var(--gfColors-navy);
    border-radius: 72px;
    padding: 0.5em 1em .4em 2.25em;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--gfColors-navy);
    letter-spacing: .1em;
    position:relative;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}
#favorite-button::before {
    content:"";
    display:inline-block;
    position: absolute;
    left: 0.7rem;
    height:1em;
    width:1em;
    margin-right: 0.25em;
    vertical-align: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image:url("/__template/t1/images/heart-outline.svg");
}
#favorite-button.is-favorited::before {
    background-image:url("/__template/t1/images/heart-navy.svg");
}
#favorite-button.is-favorited
{
    border-color: transparent;
    background-color:var(--gfColors-slate30);
}

#favorite-button img
{
    transform: translateY(-2px);
}

#favorite-button-viewAll
{
    font-size:0.75rem;
    color:var(--gfColors-slateText);
}



/* - At a Glance - */

.infographic-header {
    color: var(--gfColors-gold);
    background:white;
    z-index:20;
    margin: 2rem 1rem 0;
}
.infographic-primaryFacts {
    display:none;
}
.infographic-secondaryFacts {
        display:grid;
        grid-template-columns: 1fr;
        gap:0rem;
        padding-top: 0;
}
.infographic-secondaryFacts-item {
    padding: 1rem 1rem .25em;
}
@media(min-width:768px) {
    .infographic-secondaryFacts {
        gap:.5rem;
    }
    .infographic-secondaryFacts-item {
        padding: 1rem;
}
}
.infographic-secondaryFacts-item
{
    grid-column:1;
    max-width:none;
}
.infographic-secondaryFacts-item.col-6 {
        width: 100%;
}
@media(max-width:574.98px) {
.infographic.infographic--red {
    margin-bottom:0;
}
    .infographic-secondaryFacts {
         background-color:transparent; 
    }
}
@media(min-width:768px) {
    .infographic-secondaryFacts {
        background-color:transparent;
    }
 
    .infographic-secondaryFacts {
        grid-template-columns: repeat(12, 1fr);
    }
    
    .infographic-secondaryFacts-item {
        background-color: var(--gfColors-slate15);
        border-radius: 3px;
        padding: 1.5rem;
    }
    .infographic-secondaryFacts-item.col-6
    {
        grid-column:span 6;
        width: 100%;
    }
    .infographic-secondaryFacts-item.col-12
    {
        grid-column:span 4;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .infographic--red .infographic-secondaryFacts::before {
        border-left-color: var(--gfColors-gold);
    }
    .infographic--red .infographic-secondaryFacts {
        padding-bottom:0;
    }
        .infographic-header {
         top: 10rem;
         margin: -0.5em auto 0 auto;
    }
}


/* - heading styles - */

h2.majorHeading {
    position:relative;
}
h2.majorHeading > span {
    font-size: 1rem;
    font-family: var(--gfVars-bodyFont);
    text-transform: uppercase;
    letter-spacing: .15rem;
    display:block;
    position: relative;
    padding-bottom: .5rem;
}
@media(min-width:992px) {
h2.majorHeading > span {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
}
h2.majorHeading > span::after {
    content: "";
    height: 1px;
    background-color: var(--gfColors-gold);
    width: 100%;
    position: absolute;
    background-position: bottom;
    top: .4rem;
    position: absolute;
    grid-column: 2;
}
}
@media(max-width:992px) {
    h2.majorHeading {
        margin-bottom: 0;
    }
}

/* General styles  */

@media(min-width:992px) {
    .u-grid2Columns.u-gridAutoSize {
        grid-template-columns: auto auto;
}
}
@media(max-width:991.98px) {
    .u-grid2Columns.u-gridAutoSize {
        grid-template-columns: auto;
        justify-items: center;
}
}


.fa-play-circle:before {
    content: "\f144";
}

/* - Intro picture and interior pictures - */

@media(max-width:992px) {
#intro_component img {
    max-width: 275px;
}
img.img-small {
    max-width: 275px;
}
}

/* - CTA buttons -*/

.u-grid3Columns.cta-icon-grid {
    max-width: 800px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: baseline;
}
.cta-icon-grid p {
    margin-top: 1rem;
    letter-spacing:.12rem;
}
.cta-icon-grid img {
    transition: all .3s ease-in-out;
}
.cta-icon-grid img:hover {
    transform: scale(1.1); 
}
@media(max-width:520px) {
     .u-grid3Columns.cta-icon-grid img {
        width:70px;
        height: 70px;
    }
    .u-grid3Columns.cta-icon-grid p {
        margin-top: .75rem;
        letter-spacing: .1rem;
        font-size: .9rem;
    }
}
/* Chat with a student button */
@media(max-width:767.98px) {
   #chat-with-student-button a.button.button--lg {
    color: var(--gfColors-navy);
    background-color: transparent;
    font-size: .8rem;
    border: solid 2px var(--gfColors-slate45);
}
#chat-with-student-button .u-asterisk::before {
    Display:none;
}
}
@media(min-width:992px) {
#chat-with-student-button {
    margin-top: -3rem;
}
}


/* - Program distinctives - */

@media(min-width:767.98px) {
#programDistinctives h2 {
    padding-top:2rem;
}
}
#programDistinctives h2::before {
    content: "";
    height: 18rem;
    width: 18rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: -11rem;
    z-index: -1;
}

/* - Courses / Curriculum - */

.cornerstoneCore h3 {
    font-size: 1.5rem;
    font-family: var(--gfVars-bodyFont);
    font-weight: bold;
    margin-top: 1.5rem;
}
.cornerstoneCore {
    background-image: url(/college-admissions/academics/major/__assets-section/images/bg-slate-texture-small.jpg);
    padding:  0.4rem 1.5rem;
    background-size: cover;
}
.cornerstoneCore a {
    box-shadow: inset 0px -1px 0px var(--gfColors-slate80);
}
.honorsProgram {
    padding: 0.4rem 1.5rem;
    border: 1.5px solid var(--gfColors-slate45);
    margin-top: 1.5rem;
}

div#career-outlook_component_accordion {
    grid-column: 1 / span 2;
}

@media(min-width:1200px) {
div#career-outlook_component_accordion {
    padding-right: 180px;
}
}

/* if curriculum component has slate BG */
#coursesCurriculum.u-gfColors-bg-slate15 {
    padding: 1rem 0 4rem 0rem;
}
@media(max-width:768px) {
    #coursesCurriculum.u-gfColors-bg-slate15 {
    padding: 0.1rem 0 3rem 0rem;
    }
}
/* if curriculum component has slate BG */
#coursesCurriculum .curriculum-image {
    margin-top: 3rem;
}


/* - Career Ourlook - */

#careerOutlook h2::before {
    content: "";
    height: 13rem;
    width: 13rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -4rem;
    left: -8rem;
    z-index: -1;
}
#careerOutlook {
    display: grid;
    align-items:start;
    grid-template-columns: 1fr;
    grid-template-areas:
    "image"
    "heading"
    "introContent"
    "accordion";
}

#careerOutlook .accordionBlock-beforeContent
{
    grid-area:introContent;
}

#careerOutlook h2.majorHeading
{
    grid-area:heading;
}

@media(min-width:1200px)
{
#careerOutlook .component--constrainedWidth {
	padding-right: 0;
}
}

@media(max-width:992px) {
    #careerOutlook h2.majorHeading {
        margin-top: 2rem;
    }
    #careerOutlook .accordionBlock-afterContent {
        margin-top:0;
    }
}

#careerOutlook .accordion
{
    grid-area:accordion;
}

#careerOutlook .accordionBlock-afterContent
{
    grid-area:image;
    text-align:center;
}

@media (min-width:992px) {
    #careerOutlook
    {
        grid-template-columns:1fr auto;
        column-gap:1rem;
        grid-template-areas:
        "heading image"
        "introContent image"
        "accordion accordion";
    }
    
    #careerOutlook .accordionBlock-afterContent img {
        margin-top: -1rem;
    }
}

@media (min-width: 1200px){
    #careerOutlook .accordion {
        padding-right: 200px;
    }
}

/*  Job Projection  */

#job-projection span.gold-divider {
    width: 2px;
    height: 100%;
    content: "";
    display: block;
    background-color: var(--gfColors-gold);
}
#job-projection .data-earnings p {
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: bold;
    display: grid;
    grid-template-columns: auto 2px auto;
    gap: 1rem;
    place-items: center;
}
#job-projection span.h3 {
    margin-top: 0rem;
    margin-bottom: 0;
}
#job-projection tr th:first-child {
    width: 50%;
}

@media(min-width:992px) {
    #job-projection .data-earnings {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3em;
        margin-bottom: 1rem;
    }
    #job-projection table {
        width: 95%;
    }
}
@media(max-width:1200px) {
    #job-projection .data-earnings p {
        display: grid;
        grid-template-columns: auto 3px auto;
        max-width: fit-content;
        column-gap: 2rem;
        margin-bottom:2rem;
    }
}
@media(max-width:767.98px) {
    #job-projection .data-earnings p {
        font-size: 1rem;
        grid-template-columns: 1fr;
        place-items: baseline;
        margin-top:0;
    }
    #job-projection .data-earnings span.gold-divider {
        width: 3rem;
        height: 2px;
    }

}

/* - Our Spaces - */

#ourSpaces h2 {
    margin-top:2rem;
}

#ourSpaces .videoBlock
{
    margin-block:0;
}

.ourSpaces-image
{
    width:100%;
    max-width:400px;
}


@media(min-width:992px) {
#ourSpaces .u-grid2Columns:first-child {
    grid-template-columns:auto 1fr;
    gap:3rem;
}
#ourSpaces h2 {
    margin-top:0;
}
#ourSpaces.wysiwyg--slate h2 {
    margin-top:2.5rem;
}
#ourSpaces .u-grid2Columns {
    grid-template-columns: auto auto;
}
}
@media(max-width:991.98px) {
    #ourSpaces .u-grid2Columns:first-child {
    grid-template-columns: 1fr !important;
}
}

/* - Story or Blogpost - */

#storyBlock .sideBySide-image {
    position:relative;
}

#storyBlock .sideBySide-image::after {
    content:"";
    position: absolute;
    background-image:url(/__template/t1/images/doodle-illustrations/gold-stars.svg);
    right: auto;
    bottom: -1.5rem;
    width: 4.5rem;
    height: 5rem;
    background-color: transparent;
    left: -2rem;
    background-repeat: no-repeat;
}

/* Remove the sparkle */
#storyBlock.no-sparkles .sideBySide-image::after {
    display:none;
}

@media(max-width:992px) {
    #storyBlock.sideBySide--lightSlateFullWidth .sideBySide-content {
        padding: 2rem 1rem 1rem;
    }
}
@media(max-width:575px) {
div#storyBlock+ .quoteBlock {
    margin-top: 0;
}
div#storyBlock:has(+.quoteBlock) {
    margin-bottom: 0;
    padding-bottom: 2rem;
}
}

#quote-block_component:has(+ #unibuddy-chat), #ref-quote-block_component:has(+ #unibuddy-chat), #source-quote-block_component:has(+ #unibuddy-chat)  {
    margin-bottom:0;
}

/* - Chat with a Student - */

#unibuddy-chat .container.u-grid3Columns {
    padding: 0rem 15px 3rem;
    grid-template-columns:1fr;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media(min-width:992px) {
    #unibuddy-chat .container.u-grid3Columns {
        padding: 4rem 0;
        grid-template-columns: 20% 1fr 22%;
        gap: 2rem;
}
}
.chatCurrentStudent-heading h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-wrap: auto;
    color: var(--gfColors-slateText);
    position: relative;
    line-height:1.1;
}

.chatCurrentStudent-heading h2 span {
    text-transform: capitalize;
    font-family: var(--gfVars-thirstyFont);
    color: var(--gfColors-navy);
    font-size: 1.75em;
    margin-right: 10px;
    display:block;
}

.chatCurrentStudent-heading h2::after {
    position:absolute;
    content:"";
    background-image: url(/__template/t1/images/doodle-illustrations/gold-arrow-twisted.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0.75rem;
    right: 0rem;
    height: 102px;
    width: 77px;
    transform: rotate(-11deg);
}

@media(min-width:425px) {
    .chatCurrentStudent-heading h2 {
        max-width: none;
    }
     .chatCurrentStudent-heading h2 span {
         display:inline-block;
     }
    .chatCurrentStudent-heading h2::after {
        top: 1rem;
        right: 0rem;
        height: 113px;
        width: 85px;
        transform: rotate(-11deg);
    }
}
@media(min-width:768px) {
    .chatCurrentStudent-heading h2 {
        font-size:1.8em;
    }
}
@media(min-width:992px) {
    .chatCurrentStudent-heading h2 {
        font-size:2em;
        margin-top: 1.5rem;
    }
    .chatCurrentStudent-heading h2 span {
        display:block;
    }
    .chatCurrentStudent-heading h2::after {
        position:absolute;
        content:"";
        background-image: url(/__template/t1/images/doodle-illustrations/gold-arrow-twisted.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: 6.5rem;
        left: 6rem;
        height: 128px;
        width: 96px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1) rotate(65deg);
    }
}

.chatCurrentStudent-studentInfo-studentBio {
    display: grid;
    padding: 1em;
    background-color: white;
    grid-template-areas:
    "img name"
    "img major"
    "img city"
    "button button";
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
}
.chatCurrentStudent-studentInfo {
    border-bottom: 2px solid var(--gfColors-slate45);
}
.chatCurrentStudent-studentInfo-studentBio img.u-circlePhotoSimple {
    grid-area:img;
     max-width:100px;
}
@media(min-width:425px) {
    .chatCurrentStudent-studentInfo {
    border: solid 2px var(--gfColors-slate45);
    }
    .chatCurrentStudent-studentInfo-studentBio {
        border-bottom: solid 2px var(--gfColors-slate45);
    }

}

@media(min-width:540px) {
    .chatCurrentStudent-studentInfo-studentBio .button {
        max-width: fit-content;
        min-width: 285px;
    }
    .chatCurrentStudent-studentInfo-studentBio {
        grid-template-areas:
        "img name"
        "img major"
        "img city"
        "img button";
    }
        .chatCurrentStudent-studentInfo-studentBio img.u-circlePhotoSimple {
         min-width: 140px;
        align-self: center;
    }
}
.chatCurrentStudent-studentInfo-studentBio-name {
    grid-area:name
}
.chatCurrentStudent-studentInfo-studentBio-major {
    grid-area:major;
}
.chatCurrentStudent-studentInfo-studentBio-city {
    grid-area:city;
}
.chatCurrentStudent-studentInfo-studentBio .button {
    grid-area:button;
    margin-top:.5rem;
}
.chatCurrentStudent-studentInfo-studentBio-name.h4 {
    margin-block: .2rem;
}

.chatCurrentStudent-studentInfo-studentAdditional {
    padding: 1em;
}
.chatCurrentStudent-studentInfo-studentAdditional > p {
    margin-block: .75rem;
}

.chatCurrentStudent-questions {
    align-self: end;
    position: relative;
    font-size: .9em;
    text-align: center;
}
.chatCurrentStudent-questions .d-none.d-lg-block p {
    margin-block: .5rem;
    font-weight: bold;
    color: var(--gfColors-slateText);
}
@media(min-width:992px) {
    .chatCurrentStudent-questions{
        margin-bottom: 1.5em;
    }
    
    .chatCurrentStudent-questions::before {
         content:"";
         background-image:url(/__template/t1/images/slate-speach-bubbles.svg);
         background-repeat:no-repeat;
         position:absolute;
        z-index: 1;
        width: 100%;
        height: 7rem;
        top: -7rem;
        opacity: 60%;
        left: 1rem;
    }
}

/*Engineering*/
#engineering-callout span {
    line-height: 0.5;
}