.title-subHead {
    font-family: var(--gfVars-bodyFont);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2;
    margin-bottom: 4rem;
    margin-top: -1.5rem;
}
@media (max-width: 767.98px) {
.title-subHead {
    letter-spacing: .07em;
    line-height: 1.42;
}
}

/* Override to default steplist styles */
.stepList > ol ol
{
    padding-left:1.65rem;
}

/* Strategic roadmap updates */

.strategic-buttons div > a.button {
    margin: 0;
    display: grid;
}
@media(min-width:1200px) {
.strategic-buttons {
    margin-bottom:8rem;
}
}
.strategic-buttons a {
    padding: 1rem;
}
#goals h2 {
    color:white;
}
.goals {
    background-color: rgba(255, 255, 255, 1);
    margin: 1rem;
    padding: 1.5rem 15px 1.5rem 2rem;
    max-width: 900px;
}
.goals::before {
    display: block;
    background-color: var(--gfColors-gold);
    height: 4rem;
    width: 4rem;
    line-height: 4.1rem;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    margin-right: 0.75rem;
    font-weight: bold;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-self: start;
    align-self: start;
        position: absolute;
    left: -3rem;
}
.goals.shortTerm {
    position: relative;
}
.goals.shortTerm::before {
     background-color: var(--gfColors-red);
}
.goals.mediumTerm {
    position: relative;
}
.goals.mediumTerm::before {
     background-color: var(--gfColors-navyAccent);
}
.goals.longTerm {
    position: relative;
}
.goals.longTerm::before {
     background-color: var(--gfColors-gold);
}
@media(max-width:992px) {
   .goals::before {  
     height: 3rem;
     width: 3rem;
     line-height: 3.1rem;
     font-size: 1.75rem;
     left: -2rem;
}
}
@media(min-width:992px) {
    ol.goals-list {
    display: flex;
    flex-direction: column;
}
    .goals.shortTerm {
        order: 3;
    }
    .goals.mediumTerm {
        order: 2;
        margin-left: 6rem;
    }
    .goals.longTerm {
        order: 1;
        margin-left: 12rem;
    }
}

@media(min-width:440px) {
.spedometer::before {
padding: 1rem 2rem;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -1.2rem;
    top: -0.5rem;
} 
.spedometer.incomplete::before {
    background-image:url(../_assets-index/images/roadmap-icon-incomplete.png);
}
.spedometer.inprocess::before {
    background-image:url(../_assets-index/images/roadmap-icon-process.jpg);
}
.spedometer.completed::before {
    background-image:url(../_assets-index/images/roadmap-icon-completed.jpg);
}
    li.spedometer {
    padding-left: 3rem;
}
}
.roadmap-bg {
     background-image:url(../_assets-index/images/roadmap-graphic-blank.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
    


/****   UPDATES   ****/
h2 {font-size: 3rem;
    font-size:2.5rem;
    line-height:1.2;
    color:#1f2a42;
    margin-top: 3rem;
}
h3 {
    color:#1f2a42;
}
ul.list-in-circle {
    padding-left:0;
}
span.dropcap {
    font-size: 3.5rem;
    font-weight: bold;
    color: #7998ac;
    margin-right: .25rem;
    margin-top: .9rem;
    float: left;
}

.calloutBox p, .link-accent {
    font-size: 2.7rem;
    margin: 2rem 0;
    padding: .5rem 0;
    font-family: var(--gfVars-headerFont);
    color: #fff;
    letter-spacing: .05rem;
    line-height: 1.2;
    text-align: center;
}
.link-accent, .link-accent a {
    margin-bottom:5rem;
    color:#1f2a42;
    font-size: 1.5rem;
}
#sidenav-positioning-container .accent a {
    color: #1f2a42;
    font-size: 1.5rem;
    line-height: 1.5;
    text-decoration: none;
    border-bottom: 1px solid #7998ac;
}
#sidenav-positioning-container .accent a:hover {
    border-bottom: 1px solid #293652;
}
.calloutBox {
    display: grid;
    grid-template-areas:
        "leftMargin content .";
    grid-template-columns: 1fr 4fr 1fr;
    font-size: 2.5rem;
    padding-left: 0;
}


.calloutBox .calloutBox-leftMargin {
	grid-area: leftMargin;
    font-size: 1rem;
    background-color: #fdb814;
    color: #fdb814;
    height: .1em;
    line-height: 1;
    margin-top: 5.75rem;
    margin-right: -3rem;
    position: relative;
}

.calloutBox .calloutBox-leftMargin::after {
    content: "●";
    position: absolute;
    top: -0.5em;
    right: -0.5em;
}
.calloutBox-content {
    grid-area: content;
    line-height: 1;
    padding-left: 4rem;
    padding-right: 4rem;
    background: #293652;
    color: #fff;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.callout {
    font-size: 1.75rem;
    margin: 4rem 0;
    padding-bottom: 1.5rem;
    color: #293652;
    position: relative;
}
.callout::before {
    height: 2px;
    width: 23%;
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -25%;
    background-color: #fdb814;
}
.callout::after {
    font-size: 1rem;
    color: #fdb814;
    content: "●";
    position: absolute;
    top: .05rem;
    left: -1.25rem;
}
.accent-clip {
    width: 25px;
    height: 50px;
    border-right: 7px solid #293652;
    border-left: 7px solid #293652;
    transform: skew(-34deg, 0deg);
    z-index: 100;
    top: -25px;
    right: 48%;
    position: absolute;
}


/****GENERAL STYLES****/
    .p-6{
        padding:5rem;
    }
    .py-6{
        padding-top 5rem;
        padding-bottom:5rem;
    }
    .mw-900 {
        max-width:900px;
    }
    .mw-1100 {
        max-width:1100px;
    }
    .pt-6 {
        padding-top:6rem;
    }
    .pb-10 {
        padding-bottom:10rem;
    }
    #main-content img.circle-img {
        shape-outside: circle(72%);
        width: 200px;
        height: 200px;
        border-radius: 50%;        
    }
    #gold-accent-1 {
        width: 30px;
        height: 60px;
        border-right: 7px solid #c79e39;
        border-left: 7px solid #c79e39;
        transform: skew(-34deg, 0deg);
        z-index: 100;
        top: -30px;
        right: 0;
        position: absolute;
    }
/****TOP BANNER****/
    
    .aboutheader .overlay {
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
        background-color: rgba(11,53,97,0.25);
        width: 100%;
        height: 100%;
    }
    .aboutheader .overlay h1 {
        color: white;
        text-transform: uppercase;
        font-size: 4rem;  
        margin-bottom: 2rem;    
    }   
    .aboutheader .overlay h1 #h1-subheader {
        color: #fdb814;
        font-weight: normal;
        font-style: italic;
        letter-spacing: .3rem;
        font-size: 2.7rem;
        display: block;
        margin-top: 10px;        
    } 
    .aboutheader, .aboutheader .header {
        height:430px;
        background-position: center right;
    }
    
    
    
    
/****VALUES CONTAINER****/
#values-container {
    background-image:url('../_assets-index/images/banner-mission.jpg');
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:27% 0;
}
#values-container .short-accent {
    background-color: #fdb814;
    height: 2px;
    width: 10%;
    margin: 15px auto;
}
#values-container h2 {
    font-size: 4rem;
    line-height:1.15em;
}
#values-container .container {
    position:relative;
    z-index:3;
}
#values-container .overlay {
    background-color: #18314b7d;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}



#journey .round-image {
    position: relative;
}
#journey .round-image::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #10203F;
    opacity: 0.5;
    border-radius: 50%;
}
#journey .round-image::after { 
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    border: 6px solid #7998ac;
}
#journey .round-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

#journey .round-image p {
    color: #7998ac;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    width: 95px;
    border-radius: 50%;
    height: 95px;
    z-index: 3;
    padding: 0 10px;
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 75%;
    text-align: center;
}
#journey .round-image p::after {
    display: block;
    content: "...";
    color: #fdb814;
    font-size: 2rem;
    position: absolute;
    bottom: 0%;
}

#journey .round-image p.box-left {
	right: 70%;
}

#journey .round-image p.box-right {
	left: 70%;
}
#journey .action-point {
	margin-left: 2rem;
    padding-left: 2rem;
    margin-top: 3rem;
    width: 80%;
    border-left: 1px solid #fdb814;
}
#journey .action-point ol {
    list-style:lower-alpha;
}
/****DIVERSITY****/


#diversity-insert {
    margin-bottom:5rem;
}
#diversity-insert h4 {
    padding: 2rem 4rem 2rem 10rem;
    margin-right: 20%;
    margin-left: 0;
    margin-bottom:2rem;
    color: #293652;
    line-height: 1.5;
    background-color: #f3f5f8;
    font-family: Arial, sans-serif;
    font-weight: 200;
    border-radius: 0 4px 4px 0;
}
 #diversity-insert p.scripture {
	 font-style: italic;
	 font-size: 1.25rem;
	 line-height: 1.6;
	 text-align: center;
	 margin: 7% auto;
	 width: 75%;
}
 #diversity-insert p.scripture span {
	 font-style:normal;
	 line-height:3;
}
 #diversity-insert p.scripture::before {
	 display:block;
	 content:url('../_assets-index/images/icon-anchor.svg');
	 background-size: 40px 40px;
	 height: 40px;
	 width: 40px;
	 margin: 10% auto 7%;
}

    
    
/****BOLD STEPS****/
    
    #bold-steps-header{
        background-image: url('../_assets-index/images/bold-steps-banner.jpg');
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: relative;
        z-index: 1;
        display: flex;
        height: 360px;
        margin-top:5rem;
    }
    #bold-steps-header .overlay {
        background-color: #18314b94;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 2;
    }
    #bold-steps-header .container {
        z-index:10;
    }
    #bold-steps-header h2 {
        text-transform: uppercase;
        color: white;
        align-items: end;
        z-index: 3;
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 4rem;
    } 
    #bold-steps-header h2 span {
        text-transform: capitalize;
        font-weight: normal;
        display: block;
        font-style: italic;
        font-size: 2rem;
    }
    #gold-accent-2 {
        width: 70%;
        height: 3px;
        background-color: #c79e39;
        margin-top: -3rem;
        margin-bottom:3rem;
        z-index: 4;
        position: relative;
    }
    #bold-steps-container ul {
        padding-left: 20px;
        margin-left: 0px;
        list-style: none; 
    }
    #bold-steps-container ul li {
        list-style-type: none;
        padding-left: 2em;
        margin-bottom: 1rem;
    }    
    #bold-steps-container ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        padding-right: 1em;
        color: #7998ac;    
    }
    #bold-steps-container .column-right {
        border-left: 1px solid #fdb814;
        padding-left: 4rem;
    }
    #bold-steps-container .column-left {
        border-right: 1px solid #fdb814;
        padding-right: 5rem;
    }
    


/****HEALTHY CHANGE****/

    #healthy-change .benchmark {
        font-size: 1.1rem;
        font-family: var(--gfVars-headerFont);
    }
		





		
/****RESPONSIVE STYLES****/

@media (min-width: 1200px) {
    h2 {
        margin-top:4rem;
    }
    .callout::after {
        left: -1.5rem;
    }
    #values-container {
        background-position:20% 0;
    }
}
@media (min-width: 992px) {
    .circle-list {
        font-size:1.2rem;
        line-height:1.75;
    }
    
    #roadmap-container p.statement {
        font-size: 2.2rem;
    }
    #healthy-change.container {
        max-width:900px;
    }
    #roadmap-container p.scripture {
        width:70%;
    }
}


@media (min-width: 768px) {
    
    .intro {
        font-size: 1.25rem;
        line-height: 1.65;
        color: #444;
        position: relative;
    }
    #roadmap-container .short-term {
        margin-left:4rem;
    }
    span.dropcap {
        font-size: 4.5rem;
        margin-top: -1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {	
	
}		
@media (max-width:767.98px) {
    
    .mw-900 {
        max-width:100%;
    }    
    .p-6 {
        padding: 2rem;
    }
    .pb-10 {
        padding-bottom: 6rem;
    }
    #values-container h2 {
        font-size: 3rem;
    }
    .callout {
        margin-bottom:2rem;
    }
    #diversity-insert h4 {
        padding: 2rem 4rem;
    }

    
    #bold-steps-container .column-left {
        border-right: none;
        padding-right: 1rem;
    }
    #bold-steps-container .column-right {
        border-left: none;
        padding-left: 1rem;
    }
    #bold-steps-header {
        background-position: center center;
        height:320px;
        margin-top: 3rem;
    }
    #bold-steps-header h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    #bold-steps-header h2 span {
        font-size: 1.5rem;
    }    
    
    .aboutheader .container {
        height: 320px;
    } 
    .aboutheader, .aboutheader .header {
        height:320px;
    }
    .aboutheader .overlay h1 #h1-subheader {
        letter-spacing: .2rem;
        font-size: 1.6rem;
        margin-top: 8px;
        line-height: 1em;
    }    
    .aboutheader .overlay h1 {
        font-size: 3rem;
    }    
    .header .overlay .container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }    
    #enrollment-chart-container {
        background-image: linear-gradient(to right, #eaeff4, #eaeff4)        
    }
    #sidenav-positioning-container .accent a {
        font-size:1.5rem;
        line-height:1.2;
    }
    #roadmap-container p {
        padding: 2rem;
    }
    
    #roadmap-container .short-term {
    	width: 87%;
    }
    
    #roadmap-container .med-term {
    	width: 90%;
        margin-left: 7%;
    }
    
    #roadmap-container .long-term {
    	width:95%;
    }
    #roadmap-container .long-term h3 {
        margin-right: 20px;
    }
    #roadmap-container p.statement {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0;
    }
    #journey .round-image {
        width: 70%;
        margin: auto;
    }
    
    #roadmap-container .short-term h3, #roadmap-container .med-term h3, #roadmap-container .long-term h3 {
        font-size: 1.5rem;
    }
    #roadmap-container p {
        padding: 2rem;
    }
    #values-container {
        background-position:32% 0;
    }
    #diversity p.scripture {
        width:90%;
    }
    .callout::after {
        left: -1rem;
    }
    span.dropcap {
        margin-top: 0;
        line-height: 1;
        margin-bottom: 0;
    }
    .intro {
        font-size:1.15rem;
        text-align: left;
        margin-bottom: 0;
     }
}
	

 @media (min-width: 576px) and (max-width: 767.98px) {
     
     
 } 
 
 @media (max-width:575.98px) {
    
    #roadmap-container .med-term {
    	width: 93%;
    }
    #roadmap-container .long-term h3 {
        margin-right: 0;
        margin-left: .5rem;
        margin-top: 20px;
    }
    
    .callout::after, .callout::before {
        display:none;
    }
    
}
    
 /* 2025 update */
 .stepList p + ul {
    margin-top: -1rem !important;
}
.stepList li > ul {
    margin-top: .5rem !important;
}