#scholarships #intro img {
	width: min(18vw, 150px);
    background-color: var(--gfColors-gold);
    margin-left: 2rem;
    margin-top: -.5rem;
    transform: rotateY(180deg);
}

#high-school-header h2, #transfer-header h2, #high-schooler h3, #transfer h3, #high-schooler h4, #transfer h4 {
    color:var(--gfColors-navy);
}
#high-school-header h2, #transfer-header h2 {
    position:relative;
}
#high-school-header h2::before, #transfer-header h2::before {
    display: block;
    position: absolute;
    content: "";
    background-color: var(--gfColors-slate45);
    background-size: contain;
    top: 3rem;
    right: calc(100% + 1rem);
    width: 540px;
    height: 3px;
    z-index: -10;
}
#high-school-header h2 span, #transfer-header h2 span, #high-schooler h3 span, #transfer h3 span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .06rem;
    line-height: 1.7;
    font-family: var(--gfVars-bodyFont);
    text-transform: uppercase;
    color: var(--gfColors-slateText);
    display: block;
}

#high-schooler h3 span, #transfer h3 span {
    position:relative;
    color: var(--gfColors-slateText);
}
#high-schooler h3 span::after, #transfer h3 span::after {
    content: "";
    background-color: var(--gfColors-gold);
    height: 2px;
    width: calc(100% - 12rem);
    display: inline-block;
    position: absolute;
    top: 0.85rem;
    left: 12rem;
}
h4.mark {
	position:relative;
	background-color:transparent;
	padding-left:0;
}
h4.mark span {
    color: var(--gfColors-slate100);
    font-size: 3rem;
    font-weight: 500;
}
h4.mark::before {
	content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1.25rem;
    top: 0;
    background-image: url(../../../../__template/t1/images/gold-asterisk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

@media (max-width: 576px) {
    h4.mark::before {
    	left: -.5rem;
        top: -1rem;
    }
    #high-schooler h3 span, #transfer h3 span {
        line-height: 1.5;
    }
}
@media (min-width: 992px) {
    #high-schooler h3 span::after, #transfer h3 span::after {
        width: 80%;
        margin-left: 1.5rem;
    }
}
#high-schooler h3, #transfer h3 {
	font-size: 2.4rem;
}
#high-schooler h4, #transfer h4 {
	font-size: 2rem;
	margin-top: 2rem;
}
 h5.allcaps, #transfer h5.allcaps {
	font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: var(--gfColors-navyAccent);
    position: relative;
    margin-left: .75rem;
}
 h5.allcaps::before, #transfer h5.allcaps::before {
	position: absolute;
    top: .6rem;
    left: -1rem;
    content: "";
    background-color: var(--gfColors-gold);
    width: 10px;
    height: 10px;
}
#high-schooler h6, #transfer h6 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 1.85em;
    margin-bottom: .5em;
}
#transferAidBreakdown, #tugAidBreakdown {
	margin-left: .75rem;
}
.cost-box {
    background-color: var(--gfColors-slate15);
    padding: 2rem 3rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 1rem;
}
.navyBox
{
    background-color: var(--gfColors-slate15);
    padding: 2rem 3rem;   
}

@media (max-width: 576px) {
    .cost-box, .navyBox {
        padding: 1.5rem 1rem;
    }
}
        
.upfront {
    grid-area:1/1/2/2;
}
.number {
    font-family: var(--gfVars-headerFont);
    font-size:2.5rem;
    line-height:1.5;
    color:var(--gfColors-navy);
    font-weight:500;
    margin-right: .5rem;
}

.explanation {
    grid-area: 2/1/3/3;
    border-top: 2px solid var(--gfColors-slate45);
    padding-top: .5rem;
}
.explanation p {
    margin-bottom:1rem;
}
.explanation p.question {
    font-family: var(--gfVars-headerFont);
    font-size:1.5rem;
    line-height:1.5;
    letter-spacing: .02rem;
    color:var(--gfColors-navy);
    font-weight:500;
}
.explanation p.equation {
    font-size: 1.5rem;
    font-family: var(--gfVars-headerFont);
    letter-spacing: .02rem;
    text-transform: uppercase;
}   
.table-title {
	font-size: .9rem;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-bottom: .5rem;
}    

/* new styles */

.red-accent {
    color:var(--gfColors-red);
}
.navy-accent {
    color: var(--gfColors-navy);
}
.bolder {
    font-weight: 500;
}
.auto-bolder {
    font-weight: 600;
}
.mythBox {
	background-color: #eef3f6;
    padding: 2rem 3rem;
    position: relative;
}
.mythBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 60px;
    background-color: var(--gfColors-slate80);
}
.mythBox p {
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.mythBox p:first-child {
    border-bottom: 3px solid #fff;
}
.mythBox p span {
    font-weight: bold;
    color: var(--gfColors-navy);
}
.graphBox {
    margin: 3rem auto 4rem;
}
.graphBox h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 40px;
    color:var(--gfColors-navy);
}

@media (max-width:767.98px) {
    .graphBox h2 {
        text-align:left;
    }
}
.graphBox .chart-container {
    border-left: 2px solid var(--gfColors-slate45);
    padding-left: 2rem;
    margin-left: 1rem;
    padding-bottom: 1rem;
}

#pie-chart-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    gap: 1rem;
    align-items:center;
    justify-items: center;
}
.title-area {
    grid-column:1/-1;
    grid-row:1;
}
.pie-area {
    grid-area: 2/1/3/2;
    justify-self: end;
    padding-top: 1rem;
    margin-right: 3rem;
}
.legend-area {
    grid-area: 2/2/3/3;
    justify-self: start;
}
.chartLegend {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: start;
}

.chartLegend li {
  margin: 2rem 0;
  padding: 0 0 0 1rem;
  list-style: none;
  flex-basis: 45%;
  color: var(--gfColors-navy);
}
.chartLegend li::before {
    content: "";
    position: relative;
    top: 6px;
    left: 0;
    display: inline-block;
    height: .5rem;
    width: 2rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}
.chartLegend li span {
    font-size: 1.1rem;
    font-weight: bold;
}
.chartLegend li em {
  display: block;
}
.yellowDot::before {
  background-color: #fdb814;
}
.redDot::before {
  background-color: var(--gfColors-red);
}
.navyDot::before {
  background-color: var(--gfColors-navy);
}
.blueDot::before {
  background-color: #7a97ac;
}
.light-blueDot::before {
  background-color: #afbdcc;
}

@media (max-width:767.98px) {
    .mythBox
    {
        padding:1.5rem;
    }
    .mythBox p {
        font-size: 1rem;
    }
    #pie-chart-section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: .5fr auto 1fr;
        gap: 0;
        justify-items: center;
    }
    .title-area {
        grid-area: 1/1/2/2;
    }
    .pie-area {
        grid-area: 2/1/3/2;
        justify-self: center;
        padding-top: 0;
        margin-right: 0;
    }
    .legend-area {
        grid-area: 3/1/4/2;
        justify-self: start;
    }
    .chartLegend {
        justify-content: center;
        margin-left:2rem;
    }
    .chartLegend li {
        margin: 1rem 0;
    }
}

@media (max-width:424.98px) {
    .chartLegend {
        margin-left:0;
    }
    .graphBox h2 {
        max-width:15ch;
    }
}
#finAidCalculatorResults {
    margin-left: 0.25rem;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #fff;
}
#finAidCalculatorResults h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}
#finAidCalculatorResults h2.redHighlight {
    color: var(--gfColors-navyAccent);
    line-height: 1.4;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    /*text-align: center;*/
}
.upfront {
    position:relative;
}
.upfront::after {
    content:"";
    background-image:url(../../../../__template/t1/images/doodle-illustrations/gold-underline.svg);
    background-repeat:no-repeat;
    width: 3.25em;
    height: 0.5em;
    position: absolute;
    top: 1.2em;
    left: 0;
    display: block;
}
#transfer-header .upfront::after {
    display:none;
}
.aid {
    position:relative;
}
.aid::after {
    content:"";
    background-image:url(../../../../__template/t1/images/doodle-illustrations/gold-underline.svg);
    background-repeat:no-repeat;
    width: 6.5rem;
    height: 1rem;
    position: absolute;
    top: 2.5rem;
    transform: rotate(2deg);
    left: 0;
    display: block;
}

.cls-1{
    fill:none;
    stroke:#fdb716;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:3px;
}

.hxMvGfoZ_0{
    stroke-dasharray:164 166;
    stroke-dashoffset:165;
    animation:hxMvGfoZ_draw 1000ms ease-in-out 0ms forwards;
}
.hxMvGfoZ_1{
    stroke-dasharray:42 44;
    stroke-dashoffset:43;
    animation:hxMvGfoZ_draw 1000ms ease-in-out 30ms forwards;
}
.hxMvGfoZ_2{
    stroke-dasharray:41 43;
    stroke-dashoffset:42;
    animation:hxMvGfoZ_draw 1000ms ease-in-out 60ms forwards;
}

@keyframes hxMvGfoZ_draw{
    100%{stroke-dashoffset:0;}
}
@keyframes hxMvGfoZ_fade{
    0%{stroke-opacity:1;}93.54838709677419%{stroke-opacity:1;}100%{stroke-opacity:0;}
}


.navyYellowLine
{
  display: flex;
  align-items:center;
}

.navyYellowLine::after
{
  content:"";
  width:auto;
  height:2px;
  background-color:#fdb814;
  flex-grow:1;
  margin-left:0.5rem;
}


.finAidCalculator p.lead {
    font-size: 1.2rem;
    line-height: 1.6;
}

#finAidCalculator label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-family: var(--gfVars-bodyFont);
}
#finAidCalculator .button {
    padding: 0.5rem 1.5rem 0.4rem;
}
.finAidCalculator-stepRow
{
  font-family: var(--gfVars-headerFont);
  font-size:1.1rem;
  line-height:1.5;
  margin: 1rem 1rem 1rem 0;
  color:var(--gfColors-navy);
}

.finAidCalculator-stepRow + .finAidCalculator-stepRow
{
    padding-top: 2rem;
    border-top: 1px solid var(--gfColors-slate45);
    margin: 1rem 1rem 1rem 0;
    font-family: var(--gfVars-bodyFont);
}

.finAidCalculator-stepRow input
{
    font-family:arial;
    border-color: var(--gfColors-slate100);
}
input.form-control {
    border: var(--bs-border-width) solid var(--gfColors-slate100);
}

.finAidCalculator-stepRow p
{
  font-size:1.2rem;
  line-height: 1.6;
  margin-top:0;
}

.finAidCalculator-stepNumber
{
    display: block;
    background-color: var(--gfColors-gold);
    height: 1.9rem;
    width: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    font-size: 1.35rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: normal;
    flex-shrink: 0;
    align-self: start;
    padding-left: 11px;
}

#calculator_component .form-check-input {
    margin-top: .4rem;
}

#finAidCalculatorResults h2
{
    margin-top:1em;
    margin-bottom:2em;
}

h2.finAidCalculatorResults-upfrontCost {
    position:relative;
}
h2.finAidCalculatorResults-upfrontCost::before {
    content:"";
    background-image: url(../../../scholarships/_assets-index/images/arrow-down.svg);
    background-repeat:no-repeat;
    width: 2rem;
    height: 6rem;
    position: absolute;
    top: -6rem;
    left: calc(50% - 1rem);
    display: block;
}



.finAidInfographic
{
	background-color: #f3f4f7;
	padding: 1rem;
  border-bottom:2px solid var(--gfColors-red);
}

.finAidInfographic-number
{
  font-family:var(--gfVars-headerFont);
  font-size:2rem;
  font-size:clamp(2rem, 8vw, 4rem);
  font-weight:bold;
  line-height:1;
  text-align:right;
  flex-grow:1;
}

.finAidInfographic-description
{
  width: 60%;
  padding-left:2rem;
}

.finAidInfographic .d-flex + .d-flex
{
    padding-top:3rem;
    background-image:linear-gradient(var(--gfColors-slate45), var(--gfColors-slate45));
    background-size:50% 1px;
    background-position: top 1.5rem center;
    background-repeat:no-repeat;
}

.finAidInfographic > .d-flex:last-child .finAidInfographic-number, .finAidInfographic > .d-flex:last-child .finAidInfographic-description
{
  padding-bottom:0;
}

.iconGrid
{
  display: grid;
  grid-template:". ." / 1fr 1fr; 
  grid-gap: 0.5rem;
  font-size:1.5rem;
  line-height:1.2;
  font-family:var(--gfVars-headerFont);
}

.iconGrid > *
{
  background-color:var(--gfColors-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  background-size:100%;
  background-position:top center;
  background-repeat:no-repeat;
  min-height:250px;
  color:white;
  font-weight:bold;
  transition:all 0.2s !important;
}

.iconGrid-fullWidth
{
    grid-column: 1/-1;
}

@media (max-width:767px) {
    
    #pie-chart-section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: .75fr auto 1fr;
        gap: 0;
        justify-items: center;
    }
    .title-area {
        grid-area: 1/1/2/2;
    }
    .pie-area {
        grid-area: 2/1/3/2;
        justify-self: center;
        padding-top: 0;
        margin-right: 0;
    }
    .legend-area {
        grid-area: 3/1/4/2;
        justify-self: start;
    }

    .iconGrid > *
    {
        min-height:150px;
    }
}

.iconGrid > *:hover
{
    color:white;
    background-size:110%;
}

.iconGrid > * span
{
    z-index:1;
}

.iconGrid-scholarshipSummit
{
    background-image:url("https://www-test.georgefox.edu/Fallback%20Zone/2021-spring/college-admissions/scholarships/fin-aid-homepage-images/scholarship-summit.jpg");
}

.iconGrid-scholarshipEssay
{
  background-image:url("https://www-test.georgefox.edu/Fallback%20Zone/2021-spring/college-admissions/scholarships/fin-aid-homepage-images/scholarship-essay.jpg");
}

.iconGrid-getScholarships
{
  background-image:url("https://www-test.georgefox.edu/Fallback%20Zone/2021-spring/college-admissions/scholarships/fin-aid-homepage-images/get-scholarships.jpg");
}

.iconGrid-scholarshipResources
{
  background-image:url("https://www-test.georgefox.edu/Fallback%20Zone/2021-spring/college-admissions/scholarships/fin-aid-homepage-images/scholarship-resource.jpg");
}

.iconGrid-fafsa
{
  background-image:url("https://www-test.georgefox.edu/Fallback%20Zone/2021-spring/college-admissions/scholarships/fin-aid-homepage-images/fafsa-tips-tricks.jpg");
  background-position:center;
  text-indent:-10000%;
}

.iconGrid > *::before
{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: #10203F;
	opacity: 0.5;
}

.iconGrid-fafsa::before
{
    display:none;
}

/***ENDORSEMENTS***/

.endorsements {
    margin-top: 2rem;
    padding: 0;
    text-align: center;
    background-color: var(--gfColors-slate15);
    border-bottom: 2px solid var(--gfColors-navy);
}
.endorsements-image
{
  background-color:white;
  padding-bottom: 40px;
}
.endorsements-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 50px;
}
.endorsements-body
{
  padding:2rem 1rem;
}
.endorsements p {
    margin-bottom: 0px;
}
#niche .endorsements-image
{
  padding-bottom:10px;
}
#niche img {
    max-height: 80px;
}
.endorsements h4 {
    color: #315883;
    font-size: 25px;
    line-height: 1.2em;
  margin-top:0;
}


/***GENERAL***/
/*.body-font p:not(.tradegothic-body):not(.source){
    font-size: 16px;
    line-height: 1.5em;
}
hr{
    margin:30px 0px;
}

h3{
    color:#18314b;
}
.text-left{
    text-align:left!important;
}
.centered{
    text-align:center;
}
.tradegothic-body{
    font-family: var(--gfVars-headerFont);
    font-size: 21px;
    line-height: 1.5em;
}
.steps-container {
    background-color: #eef2f6;
    border: 0px;
    padding: 20px 30px 10px;
    margin-bottom:30px;
}
.steps-container .step span {
    opacity: .5;
}
#intro-question {
    display:flex;
    align-items:center;
    color: var(--gfColors-red);
    margin-bottom:40px;
}
#intro-question::before
{
    content:"";
    display:block;
    height:2px;
    width:40%;
    background-color:#fdb814;
    margin-right:0.5rem;
    font-family:var(--gfVars-headerFont);
}
#intro-question p {
    font-size: 1.5rem;
    line-height:1.2;
}
#intro-question p span {
    font-size: 2rem;
    color:var(--gfColors-navy);
    font-weight: bold;
    display: inline-block;
}
*/

/***PIE CHART***/
     /*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
/*
.pieID {
  display: inline-block;
  vertical-align: top;
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}


.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1.5s ease-out;
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.legend {
  list-style-type: none;
  margin: 25px;
  background: #f8f8f8;
  padding: 15px;
  font-size: 16px;
}

.legend li {
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}

.legend em {
  font-style: normal;
}

.legend span {
  float: right;
  margin-left:5em;
}
.legend span::after {
	content: "%";
}
/***
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 13px;
  background: #DDD;
  padding: 5px 10px;
  margin: 5px;
}
***/
/*
.row-fluid.pie-chart {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pie-chart p {
    font-weight: bold;
    color: #315883;
}
ul.pieID.legend {
    font-family: var(--gfVars-headerFont);
    color: #315883;
}
.pie-chart .chart-title {
    padding-bottom: 20px;
}
.chart-title {
    color: #315883;
    text-align: center;
}
*/
/***INVESTMENT***/
    .value-list{
        background-color: #eef2f6;
        padding: 20px 20px 9px;
        margin-bottom: 20px;
    }
    .value-list li {
        color: #315883;
        font-family: var(--gfVars-headerFont);
        font-size: 20px;
        line-height: 1.5em;
    }



/***ALL STEPS AND WHAT YOU'LL PAY***/
.step {
	 counter-reset: my-cool-counter;
}
dd h3 {
    margin-bottom: 3px;
    font-size: 20px;
}
 .step dt, .step dd {
	 padding-left: 50px;
}
 .step dd {
	 margin: 0 0 30px;
}
 .step dt {
	 font: bold 28px var(--gfVars-headerFont);
	 line-height:31px;
	 padding: 4px 0 10px 50px;
	 position: relative;
	 color:#1e5a88;
}
 .step dt:before {
	 color: #C9D4D8;
	 content: counter(my-cool-counter, decimal);
	 counter-increment: my-cool-counter;
	 font: bold 65px/1 Sans-Serif;
	 left: 0;
	 position: absolute;
	 top: 0;
}
 .step dt.two-digit:before {
	 left:-30px;
}
 .step dt.secondary:before {
	 color:#e0eac1;
}
 .step dt.secondary {
	 color:#5d6c2e;
}

/***HORIZONTAL BAR GRAPHS***/
#graphs {
	height:auto;
}
h4.bar-title {
	color: #132647;
    font-size: 18px;
    margin-bottom: 5px;
}
p.total-cost {
	color: #fff;
    padding: 18px 20px;
    font-size: 1.5em!important;
    font-weight:lighter;
    font-family: var(--gfVars-headerFont);
}
.default .graph-item:nth-child(1) {
    margin-bottom: 62px;
}
.graph-item {
    margin: 20px 0 25px;
}
.bar {
	height:65px;
	margin:0px 0 15px;
}
.tuition {
	height:65px;
}
#bar-gfu {
	width:81%;
	background-color:#c3d2a3;
}
#tuition-gfu {
	background-color:#6c8261;
	width:69%;
}
#bar-NW {
	width:100%;
	background-color:#b5bdd2;
}
#tuition-NW {
	background-color:#6d7492;
	width:74%;
}
#bar-west {
	width:89%;
	background-color:#a8c6dc;
}
#tuition-west {
	background-color:#57768e;
	width:72%;
}
p.cost-key {
	display:block;
}
p.cost-key span::before {
  content: "";
    display: block;
    z-index: 1;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
}
p.cost-key span#tuitionGFU::before {
	background: #6c8261;
}
p.cost-key span#otherGFU::before {
	background: #baca85;
}
p.cost-key span#national::before {
    background: #98a7c1;
}
p.cost-key span#tuitionNW::before {
	background: #6d7492;
}
p.cost-key span#otherNW::before {
	background: #b5bdd2;
}
p.cost-key span#tuitionWest::before {
	background: #57768e;
}
p.cost-key span#otherWest::before {
	background: #a8c6dc;
}

/***STEP 1 SECTION***/
.sample-bar-chart {
    height: 50px;
    margin-bottom: 30px;
    margin-top:5px;
    background-color: lightgrey;
    max-width: 570px;
}
.sample-bar-chart:nth-child(2) {
    background-color: #bdc77e;
}
.sample-bar-chart:nth-child(n+3) {
    background-color: #858ead;
}

/***STEP 2 SECTION***/
.h4 {
    margin-left: 50px;
    padding-left: 20px;
    padding-top:20px;
}

/***GF DIFFERENCE***/
.source{
    font-size:13px;
}
#main-content #difference-image{
        max-width: 300px;
        height: 300px;
        float: right;
        margin: 0px 0px 30px 30px;
}
.gf-difference {
    clear: both;
}
.gf-difference h3 {
    font-size: 59px;
    margin-top: 10px;
    color: #315883;
}
.gf-difference .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pricing-container{
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,.05);
    margin-bottom: 30px;
    margin-top: 30px;
}
.pricing-group {
    padding: 20px 20px 0px;
}
.pricing-group hr {
    border: 1px solid #CCCCCC;
}
#potential-savings h3 {
    margin-top: 5px;
    color: #315883;
}
#potential-savings p {
    font-size: 28px;
    line-height: 1.2em;
    color: #315883;
}
.avg-pricing {
    margin-bottom:40px;
}
.avg-pricing .tradegothic-body {
    margin-bottom: 5px;
    line-height: 1.4em;
    font-size: 20px;
}
.avg-pricing h3 {
    color: #70767c;
    font-size: 50px;
}

/***VERTICAL BAR CHARTS***/
.debt-charts{
    display: flex;
    margin-bottom: 30px;
}
.debt-charts .cost-key, .intern-travel .cost-key {
    margin-left: 20px;
    margin-bottom: 7px;
}

.debt-charts .chart-container h5, .debt-charts .chart-container .source,.debt-charts .chart-container .chart-title {
    padding-left: 10px;
}
.graphs02, .graphs03 {
	margin-top:20px;
}

.barLegend
{
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-top: 2rem;
    font-weight: bold;
}
.bar-vertical {
	position:relative;
    max-width: 50%;
    width: 180px;
	border-bottom:1px solid #dcdcdc;
	margin:20px 40px;
	padding:0px 40px 0;
	overflow:hidden;
}
.bar-vertical-item {
	float: left;
	width:75px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
}
.bar-vertical-item p {
    font-family: var(--gfVars-headerFont);
    padding-top: 5px;
}
.vl{
    height: 100%;
    width: 2px;
    margin-left: auto;
    margin-right: auto;
}
#abroad {
    padding-top: 45px;
}
#gfu-internship {
	height:170px;
	background-color:#baca85;
}
.bar-vertical-item#national-internship {
	position:absolute;
	bottom:0;
	right:20px;
	height:122px;
	background-color:#98a7c1;
}
#gfu-abroad {
	height:150px;
	background-color:#baca85;
}
.bar-vertical-item#national-abroad {
	position:absolute;
	bottom:0;
	right:20px;
	height:30px;
	background-color:#98a7c1;
}
#gfu-internship p, #national-internship p, #gfu-abroad p, #national-abroad p {
    color: #17304c;
    font-weight: bold;
}

/***DEBT AND DEFAULT CHARTS***/
#graphs03 {
	margin:10% 20px;
}
.debt {
	height:65px;
}
#debt-gfu {
	background-color:var(--gfColors-navy);
	width:82.4%;
}

#debt-national {
	background-color:var(--gfColors-slate100);
	width:100%;
}

#default-gfu {
	background-color:#c8d699;
	width:5%;
}

#default-national {
	background-color:#c7d6de;
	width:35%;
}
#debt-gfu p, #debt-national p {
    
    color:white;
    font-size:2rem;
    line-height:65px;
    font-family:var(--gfVars-headerFont);
    padding-left:1rem;
    margin-top:0;
    line-height:2;
}
p.outside {
	padding: 10px 20px 20px;
    font-size: 1.4em;
    margin-left: 4%;
    color: black;
    font-weight: bold;
}
.default .outside {
    font-family: var(--gfVars-headerFont);
    font-size: 1.5em!important;
    color: #17304c;
    padding-top: 18px;
}

/***GRADUTATION STATISTIC***/
.grad-stat {
    background-color: #315883;
    padding: 20px 20px 8px;
}
.grad-stat h3 {
    font-size: 80px;
    margin-top: 18px;
    color: white;
}
.grad-stat p strong {
    color: #d1dc8b;
}
.grad-stat p {
    color: white;
}
#savings {
    text-align: center;
    margin: 30px 0px 0px;
    padding: 30px 0px;
    background-color: #eef2f6;
}
#savings span {
    font-family: var(--gfVars-headerFont);
    font-size: 30px;
    margin-bottom: 35px;
    display: block;
}
#savings h3{
    float: none;
    margin-bottom: 10px!important;
    padding-right: 0px;
}
.marketplace {
    margin: 40px 0px;
}
.marketplace .tradegothic-body {
    padding-bottom: 1px;
    font-size: 30px;
    line-height: 1.2em;
}
.marketplace .well h3 {
    margin-bottom: 50px!important;
    font-size: 90px;
    margin-top: 25px;
    color: #929b38;
}
.end-buttons a {
    background-color: #bdc77e;
    display: block;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
    text-decoration: none!important;
    font-family: var(--gfVars-headerFont);
    font-weight: bold;
    font-size: 25px;
    height: auto;
}
.end-buttons a:hover {
    background-color: #cad589;
}


/*   -----   //////    REDESIGN 2021     /////   ----   */
#intro {
    margin-bottom:3rem;
}
#intro p.lead {
    font-weight:500;
}
#intro-text-clarifying h2 {
    position: relative;
    display:inline-block;
}
	
#intro-text-clarifying h2 span {
	font-family: ThirstySoftExtrabold;
    color: #7998ac;
    font-size: 4rem;
    margin-right: .5rem;
}

#transfer-heading_component, #high-school-heading_component {
	margin-bottom: 3rem;
}
#scholarships .calloutBox-content {
    line-height: 1.2;
}
#scholarships .calloutBox.calloutBox--leftBorder {
    /*grid-template-columns: 1fr 6fr .25fr;*/
    margin-bottom: 3rem;
}
#scholarships .calloutBox--leftBorder .calloutBox-content {
    font-size:2rem;
}
#scholarships .calloutBox--leftBorder .calloutBox-content span {
    font-size: 4rem;
    color: #7998ac;
    display:block;
}


#dollars-and-sense_component {
    margin-top:4rem;
}

#scholarships .calloutBox {
    grid-template-columns: .4fr 4fr .1fr;
}    
#scholarships .calloutBox--leftLine {
    background-color: var(--gfColors-navy);
    background-image: url(../../../../__template/t1/images/navy-on-navy-tiles.jpg);
    margin-bottom: 2rem;
}

#scholarships .calloutBox--leftLine .calloutBox-leftMargin {
    margin-right: -1rem;
    margin-top: 4rem;
    position: relative;
    z-index: 10;
}

#scholarships .calloutBox--leftLine .calloutBox-leftMargin::after {
    content: "●";
    position: absolute;
    top: calc(50% - .5rem);
    right: -0.5em;
}
#scholarships .calloutBox--leftLine .calloutBox-content {
    padding: 1.5rem 1rem 1.5rem 4rem;
    color: #f3f5f8;
    font-size: clamp(1.2rem, 5vw, 2.2rem);
    font-family: var(--gfVars-headerFont);
    line-height: 1.3;
}
#scholarships .calloutBox--leftLine .calloutBox-content p {
    font-size: clamp(2.2rem, 6vw, 3rem);
    margin-bottom: 0;
    margin-top:0;
    font-family: var(--gfVars-headerFont);
}
#scholarships .calloutBox--leftLine .calloutBox-content span {
    font-size: clamp(3rem, 10vw, 5rem);
    color: #8ca7b9;
    margin-right: .5rem;
}
#honors {
    background-color:var(--gfColors-navy);
    background-image: url(../../../../__template/t1/images/navy-on-navy-tiles.jpg);
    padding-bottom: 6rem;
}
#honors img {
    border-radius: 4px;
    margin: 3rem -3rem 0 3rem;
}
@media(max-width: 767px) {
	#honors {
		padding-bottom:0;
	}
	#honors img {
		margin:0;
	}
}

#act-six_component .cardGroup-card-content h3 {
        font-size: 2.8rem;
        font-weight: 500;
        margin-top:1rem;
    }

#table-of-contents ul li a, #graduate-degree_component p a:not(.button) {
    color: #103d81;
}
#table-of-contents ul li a:hover, #graduate-degree_component p a:not(.button):hover {
    color: #0f3062;
}

/* ----- SCHOLARSHIP SUMMIT ----- */
#header-image_component {
    margin-bottom: 4rem;
    background-color: #293652;
    background-image: url(../../../../__template/t1/images/navy-on-navy-tiles.jpg);
    justify-content: center;
    display: flex;
    padding-bottom: 0;
}
#header-image_component h1 {
    margin-top:0;
    margin-bottom:0;
}



/* BY THE NUMBERS */
#byTheNumbers {
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:3rem 2rem;
    text-align:center;
    margin-top: 4rem;
}

#byTheNumbers h2 {
    grid-column: 1/-1;
    font-family: var(--gfVars-headerFont);
    font-size: clamp(1.7rem, 6vw, 3rem);
}
#byTheNumbers h2 span {
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-right:.1rem;
}

#byTheNumbers h2::after {
    display: block;
    content: "";
    background-color: var(--gfColors-gold);
    width: 10%;
    height: 3px;
    margin: .5rem auto;
}
#byTheNumbers p, #byTheNumbers h2 {
    margin:0;
    line-height:1.2;
}
#byTheNumbers p.byTheNumbers-fullWidth {
    margin-bottom:1rem;
} 
.byTheNumbers-number {
    font-family:var(--gfVars-headerFont);
    font-size:5rem;
    font-weight:500;
    color: #628aa4;
    text-align: center;
    align-self: start;
}

.byTheNumbers-text {
    font-family:var(--gfVars-bodyFont);
    line-height: 1.5;
    text-align: center;
}

.byTheNumbers-text em {
    display:block;
    font-size:0.5em;
}

.byTheNumbers-leftFigure, .byTheNumbers-rightFigure, .byTheNumbers-fullWidth {
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows: auto 1fr;
    justify-content:center;
    align-items:start;
    gap:.5rem;
}

.byTheNumbers-leftFigure {
    grid-column:1;
}

.byTheNumbers-rightFigure {
    grid-column:3;
}

.byTheNumbers-rightFigure .byTheNumbers-text {
    grid-column:1;
    grid-row:2;
}

.byTheNumbers-rightFigure .byTheNumbers-number {
    grid-column:1;
    grid-row:1;
}

.byTheNumbers-fullWidth {
    grid-column:1/-1;
    border-bottom:1px solid var(--gfColors-slate45);
    padding:0 0 2rem;
}

#byTheNumbers p.byTheNumbers-fullWidth:last-child {
    border-bottom: none;
    border-top: none;
    padding: 0;
}
#byTheNumbers p.byTheNumbers-fullWidth:first-child span.byTheNumbers-text {
    font-family: var(--gfVars-headerFont);
    font-size: 2rem;
    line-height:1.3;
    letter-spacing: 0.03em;
}

.byTheNumbers-circleNumber {
    justify-self:center;
    display:grid;
    grid-template-columns:auto;
    justify-content:center;
}


@media(min-width:768px) {
    #byTheNumbers::before, #byTheNumbers::after {
        content: "";
        grid-column: 2;
        background-color: var(--gfColors-slate45);
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        width: 2px;
        justify-self: center;
    }
    #byTheNumbers::before {
        grid-row: 3;
    }
    #byTheNumbers::after {
        grid-row: 4;
    }
    .byTheNumbers-circleNumber .byTheNumbers-number {
        font-size:3.5rem;
        color:var(--gfColors-navy);
        background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='45' stroke='%23cfd8e2' stroke-width='7' fill='%23f3f5f8' /%3E%3C/svg%3E ");
        background-size:auto 100%;
        background-position:center;
        background-repeat:no-repeat;
        line-height: 3;
        height: 10rem;
        margin-bottom: 0.5rem;
    }
    
}
@media(min-width:992px) {
    #byTheNumbers::before {
        background-image:url(../../../scholarships/_assets-index/images/2304_graduation_11am_gf25186.jpg);
        border-radius:50%;
        height:14rem;
        width:14rem;
        margin-top: 1.5rem;
    }
}

@media(max-width:991.98px){
    
    #byTheNumbers p, #byTheNumbers h2 {
        line-height:1.1;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    #byTheNumbers h2 {
        margin-bottom:0;
    }
    .byTheNumbers-leftFigure, .byTheNumbers-rightFigure
    {
        grid-template-columns:1fr;
        align-content:center;
    }
    
    .byTheNumbers-rightFigure .byTheNumbers-number
    {
        grid-column:1;
        grid-row:1;
    }
    
    .byTheNumbers-rightFigure .byTheNumbers-text
    {
        grid-column:1;
        grid-row:2;
    }
}

@media(max-width:767.98px){
    #byTheNumbers
    {
        grid-template-columns:1fr;
        row-gap: 1rem;
        margin-top: 5rem;
    }
    
    #byTheNumbers::before
    {
        grid-column:1;
        grid-row:3;
    }
    .byTheNumbers-leftFigure, .byTheNumbers-rightFigure
    {
        grid-column:1;
        grid-row:auto;
    }
    .byTheNumbers-fullWidth
    {
        grid-template-columns:1fr;
        border-top:none;
        border-bottom:none;
        padding-top: 0;
        padding-bottom: 0;
        gap:0;
    }
    .byTheNumbers-fullWidth .byTheNumbers-text {
        text-transform: revert;
        letter-spacing: revert;
    }
    .byTheNumbers-halfWidth {
        grid-template-columns: 1fr;
    }
    .byTheNumbers-number {
        font-size:3rem;
        margin-bottom: 0.5rem;
    }
}
@media(max-width:576.98px) {
    
}

#fin-aid-101_component .photoButtons-accentButton {
	font-size: 2rem;
    line-height: 1.3;
}
#george-fox-value_component h2 {
	text-align:center;
}

/***-----------------FAFSA------------------***/
   
   
   
    #fafsa .thirsty-accent {
    font-size: 2rem;
    font-family: ThirstySoftExtrabold;
    line-height: 1;
    color: #c4161c;
    margin-right: .5rem;
}
    .deadline-box {
    background-color: var(--gfColors-slate15);
    padding: 0.1em 3rem 2rem;
    position: relative;
}


.doodle2 {
    position:relative;
}

a.doodle2::after {
     content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 8rem;
    width: 12rem;
    position: absolute;
    left: 17.75rem;
    top: -1.5rem;
}
a.doodle--arrow::after
{
	   background-image: url(../../../../offices/financial-aid/resources/_assets-fafsa/images/arrow-left.png);
}

.doodle {
    position:relative;
}
h3.doodle::before {
	 content:"";
	 background-repeat:no-repeat;
	 background-size:contain;
	 height:2rem;
	 width:2rem;
	 position:absolute;
	 left: -2.25rem;
     top: -1rem;
}
.doodle--star::before
{
	   background-image: url(../../../../__template/t1/images/gold-asterisk.svg);
}
.image-text {
    margin-top:5rem;
}
#blue-block ul.wysiwyg--slate :first-child {
    margin-top: 10px;
}

@media(max-width:530px){
   a.doodle--arrow:after {
   content: none;
}
}

@media(max-width:767px){
    #blue-block img.image-text  {
        width:100%;
        padding:1rem;
    }
    #blue-block h2 {
        margin-top:1.5rem;
    }
}
@media(min-width:995px){
     #blue-block img.image-text {
        margin: 5rem 1rem 1rem 0rem;
}
    }




/***RESPONSIVE***/


@media (min-width:768px){

    #act-six_component .cardGroup-card-image {
    	margin-top: 4rem;
    }
    #act-six_component .cardGroup-card-content h3 {
        margin-top: 4rem;
    }
}

@media (max-width:980px){
    .pieID.pie{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .pieID.legend {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 300px;
    }
}
@media (max-width:767px){

    .avg-pricing .tradegothic-body {
        clear: left;
    }
    .gf-difference h3 {
        margin-bottom: 20px!important;
    }
    .step dt:before {
        content: none!important;
    }
    .step dt, .step dd {
        padding-left: 0px;
    }
    .h4 {
        margin-left: 0px;
    }
    .steps-container {
        padding: 20px 20px 30px;
    }
    .marketplace .tradegothic-body {
        clear: left;
        text-align: center;
        font-size: 25px;
    }
    .marketplace .well h3 {
        font-size: 90px;
        text-align: center;
        float: none;
        padding-right: 0px;
    }
    .marketplace .gf-difference h3 {
        margin-bottom: 35px!important;
        text-align: center;
        width: 100%;
        padding-right: 0px;
        font-size: 70px;
        padding-top: 15px;
    }
    .endorsements{
        margin-bottom: 20px;
    }
    .bar, .tuition {
		height:55px;
	}
    p.total-cost {
        padding: 15px;
        font-size: 16px!important;
    }
	.grad-stat p {
        clear: left;
    }
    .grad-stat h3 {
        margin-bottom: 35px!important;
    }
    .end-buttons a{
        margin-bottom:10px;
    }
    .steps-container .visible-phone {
        color: #c0c8cb;
        font-size: 28px;
        display: inline!important;
    }
    .bar-vertical {
        width: 50%;
        max-width: 190px;
        min-width: 170px;
        margin-left: auto;
        margin-right: auto;
    }
    .debt-charts {
        display: block;
    }
    .cost-key {
        max-width: 300px;
        margin-left: auto!important;
        margin-right: auto;
    }
    #scholarships .calloutBox--leftLine .calloutBox-leftMargin {
        margin-top: 3.25rem;
    }
    #scholarships .calloutBox--leftBorder .calloutBox-content {
        font-size:1.5rem;
    }
    #fin-aid-101_component h2.photoButtons-header {
    	text-align:center;
    }
} 

@media (max-width: 480px) {
	.bar, .tuition {
		height:45px;
	}
    p.total-cost {
        padding: 12px;
        font-size: 15px!important;
    }
	.endorsements {
        max-width: 100%;
	}
	#scholarships .calloutBox--leftBorder .calloutBox-content {
        padding: 0 2rem 0 2rem;
	}
}
    
@media (max-width: 991.98px) {
    #additionalScholarships .alternatingPhotos-image {
        grid-column: 1/span2;
    }
    #additionalScholarships .alternatingPhotos-content {
        grid-column: 1/span2;
    }
}

#whatWeGive .step-list-no-heading .stepList-item {
	position: relative;
    padding: 1.5rem 0 1.25rem 2.5rem;
    line-height: 1.75;
}

#whatWeGive .step-list-no-heading .stepList-item::before {	
	content: counter(step-list-counter);
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 0;
    background-color: #fdb814;
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: normal;
}
#gfValue .card {
    background-color: transparent;
    border-left: 2px solid var(--gfColors-slate15);
}
#gfValue .card:first-child {
    border-left:none;
}

@media (max-width:767.98px) {
    #gfValue .card {
        border-left:none;
        border-bottom:2px solid var(--gfColors-slate15);
    }
}
@media (max-width:991.98px) {
    #addSummit .u-grid2Columns {
        grid-template-columns:1fr;
    }
}
@media (min-width:992px) {
    #addSummit.wysiwyg--navyTiles>.container {
        padding: 2rem 3rem 3rem 2rem;
    }
}

/* National Rankings */
.nationalRankings-holder {
    display:grid;
    padding:3rem 0;
    gap:3rem;
    text-align:center;
}

.nationalRankings-holder h2 {
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:2rem;
    margin:0;
}

.nationalRankings-holder .container {
    gap:0 !important;
}

.nationalRankings-holder .container div {
    display:grid;
    gap:1rem;
    align-items:center;
    justify-items:center;
}

.nationalRankings-holder .container div + div {
    border-left:2px solid var(--gfColors-slate45);
}

.nationalRankings-holder .container div::before {
    content:"";
    width:2em;
    height:2em;
    background-image:url(../../../../__template/t1/images/award-solid-gold.svg);
    background-position:center;
    background-repeat:no-repeat;
}

.nationalRankings-holder .container div > * {
    margin:0;
}

.nationalRankings-rankTitle {
    font-size:1.5em;
    font-family:var(--gfVars-headerFont);
    text-transform:uppercase;
    letter-spacing:0.01em;
    line-height:1.3;
}

@media(max-width:768.98px) {
    .nationalRankings-holder .container div + div {
        margin:1rem 0 0 0;
        padding:1rem 0 0 0;
        border-left:none;
        border-top:2px solid var(--gfColors-slate45);
    }
    .nationalRankings-holder .u-lineHeaderBoth::after {
        display:none;
    }
}
/* Minor fix on the table in FAFSA page */
#table-content-component .h4{
     margin-left: 0px !important;
    padding-left: 0px !important;
}