  .lead {
    color:#1f2a42;
}
strong {
    font-weight:bold;
}
.thirsty-accent {
    font-size: 2rem;
    font-family: ThirstySoftExtrabold;
    margin: 0 .25rem;
    position: relative;
}
.thirsty-accent.navy {
    color: #1f2a42;
}
.thirsty-accent.slate {
    color: #7998ac;
}   
.thirsty-accent.slate.underline {
    margin-left: .5rem;
}
.thirsty-accent.slate.underline::after {
    content: "";
    width: 200px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -40px;
    background-image: url(/__template/t1/images/doodle-illustrations/gold-underline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: block;
}

#undergrad-academics #intro_component img {
    width:40%;
}


#find-major {
    padding: 2rem 0rem 2rem;
}
#find-major.wysiwyg--navyTiles>.container {
    background-color: transparent;
}
#find-major .gold-sideline::before {
    content: "";
    background-color: var(--gfColors-gold);
    width: 100rem;
    height: 2px;
    position: absolute;
    left: -98rem;
    top: 1rem;
    display: block;
}
.gold-sideline {
    position:relative;
}

#find-major .gold-sideline::after {
    color: var(--gfColors-gold);
    content: "●";
    position: absolute;
    top: calc(-2% - -0.25rem);
    right: calc(101% - 2.75rem);
}

#find-major .calloutSection .calloutSection-content h2 {
    color: #f3f5f8;
    margin-top: 3rem;
    font-size: 4rem;
}

#find-major .calloutSecton .calloutSection-content span {
	 font-size: clamp(2rem, 6vw, 3.5rem);
	 padding: 1rem;
	 line-height: 1.2;
	 color: #cfd8e2;
}

#find-major .calloutSection-sideBySide p {
    color: #fff;
    font-size: 1.2rem;
}
#find-major .button--inverse.button--outline {
    background-color: var(--gfColors-navy);
    box-shadow: inset 0 0 0 2px #fff;
    padding: 0.5rem 4rem 0.5rem;
}


/* ------------- ////////  Responsive Styles //////// ------------ */

@media (min-width: 576px) {
	
}


@media (min-width: 768px) {

}


@media (min-width: 992px) {
    .thirsty-accent {
        font-size: 3rem;
    }
    #find-major .academics-image {
        margin-top: -5rem;
    }
}


@media (min-width: 1200px) {
    .component#intro_component {
        margin-bottom: 5rem;
    }
    
}

@media (max-width: 1199.98px) {
	
}

@media (max-width: 991.98px) {
	
}

@media (max-width: 767.98px) {
    
    #find-major .gold-sideline::after {
    top: calc(-2% - -0.35rem);
    right: calc(101% - 2.5rem);
}
    
    .thirsty-accent.slate.underline::after {
        width: 150px;
    }
    #welcome_component .u-grid3Columns {
        justify-items:center;
    }
    #pricing_component h3.theperks {
    	padding-left:0;
    }
    #pricing_component ul.bulletpointtext.listofperks {
    	padding:0 1rem 2rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .thirsty-accent {
        font-size: 2.5rem;
    }
    #find-major .academics-image {
        width:75%;
    }
}

@media (max-width: 575.98px) {
    #find-major .calloutSection .calloutSection-content h2 {
        font-size: 2.5rem;
    }
    #find-major .calloutSection-leftMargin {
        margin-top: 9.25rem;
    }
    #find-major .button {
        padding: .7rem 5rem .7rem;
        font-size: 1rem;
    }
    .thirsty-accent::after {
        width: 170px;
        height: 40px;
        bottom: -30px;
    }
    .thirsty-accent.slate.underline {
        margin-left: 0;
    }
    #find-major .calloutSection .calloutSection-content {
        margin-right: 0;
        padding: 0;
        margin-bottom: 0;
    }
    
}

@media (max-width: 480px) {
    #find-major .calloutSection {
        grid-template-columns: .9fr 4fr .4fr;
    }
    #find-major .calloutSection-leftMargin {
        margin-right: 0;
        margin-top: 9rem;
    }
    #find-major .button {
        padding: .5rem 4rem .5rem;
        font-size: .9rem;
    }
}








