@charset "UTF-8";
/*  campaign - pcc | source:../campaign-styles/21-campaign.scss */
/*--------------------------------------------------------------------------
	mixins
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	custom font
--------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap");
/*--------------------------------------------------------------------------
	animations
--------------------------------------------------------------------------*/
/*-----------------------------------------
	fade in animations
-----------------------------------------*/
.fade-in {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5625rem 0;
  transform: translateY(20vh);
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  visibility: hidden;
  will-change: opacity, visibility;
}
.fade-in:first-of-type {
  padding-top: 0;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/*-----------------------------------------
	tuition chart animations
-----------------------------------------*/
@-webkit-keyframes show-bar-pcc-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 11%;
  }
}
@-webkit-keyframes show-bar-public-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 31%;
  }
}
@-webkit-keyframes show-bar-private-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------------
	general
--------------------------------------------------------------------------*/
#main {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding-bottom: 3.125rem;
  padding-top: 0;
}

#main #content > .grid-container {
  max-width: 100%;
  padding: 0;
}
#main #content > .grid-container > .grid-x {
  display: block;
}

.show-for-small-only {
  display: none;
}

.centered-container {
  text-align: center;
}

.icon-plus-text {
  position: relative;
  top: -0.9375rem;
}

[class*=block-grid-] {
  text-align: center;
}
[class*=block-grid-] img {
  max-width: 12.5rem !important;
}

.grecaptcha-badge {
  display: none !important;
}

/*-----------------------------------------
	small screens - general
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  [class*=block-grid-] img {
    max-width: 10.625rem !important;
  }
  .narrower p {
    text-align: center;
  }
}
/*--------------------------------------------------------------------------
	text
--------------------------------------------------------------------------*/
p:empty {
  display: none;
}

#main h4:not(.card-heading), #main h5 {
  font-family: "Open Sans", open_sansbold, Helvetica, Arial, sans-serif;
}

#main h4:not(.card-heading),
#main h5,
#main h5 ~ p,
#main h6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
  text-align: center;
}

#main .not-centered {
  text-align: left;
}

#main h4:not(.card-heading) {
  color: #008eaa;
  font-size: 2.25em;
  margin-top: 3.125rem;
}

/*-----------------------------------------
	medium screens - text
-----------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #main h4:not(.card-heading),
  #main h5,
  #main h5 ~ p {
    max-width: 85%;
  }
}
/*-----------------------------------------
	small screens - text
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  #main h4:not(.card-heading),
  #main h5,
  #main h5 ~ p {
    max-width: 100%;
  }
}
/* ------------------------------------
    outline links for keyboard focus
------------------------------------ */
html[data-whatinput=keyboard] a:focus:not(:hover) {
  outline: 0.0625rem solid #008eaa;
}

/*--------------------------------------------------------------------------
	buttons
--------------------------------------------------------------------------*/
.has-background a.button, .has-background input[type=submit], button.form_button_submit {
  background: rgb(255, 106.7098591549, 82.4);
  border: 0.125rem solid #ffffff;
  font-family: "Open Sans", open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.0625em !important;
  margin: 0.625rem auto 0;
  overflow: hidden;
  padding: 0.9375rem 1.5625rem !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.has-background a.button i, .has-background input[type=submit] i, button.form_button_submit i {
  display: none;
}
.has-background a.button:hover, .has-background a.button:focus, .has-background input[type=submit]:hover, .has-background input[type=submit]:focus, button.form_button_submit:hover, button.form_button_submit:focus {
  background: rgb(255, 89.1830985915, 62) !important;
  border: 0.125rem solid #ffffff !important;
  cursor: pointer;
}
.has-background a.button:hover::after, .has-background a.button:focus::after, .has-background input[type=submit]:hover::after, .has-background input[type=submit]:focus::after, button.form_button_submit:hover::after, button.form_button_submit:focus::after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.35s;
}
.has-background a.button::after, .has-background input[type=submit]::after, button.form_button_submit::after {
  background: #003865;
  bottom: 0;
  content: "";
  display: block;
  left: -100%;
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.35s;
  z-index: -1;
}

/*-----------------------------------------
	side-by-side buttons
-----------------------------------------*/
.two-buttons {
  text-align: center;
}
.two-buttons .button:first-of-type {
  margin-right: 0.625rem;
}

/*--------------------------------------------------------------------------
	sections with backgrounds
	(added in the shortcode - [pcc-fade-in option="has-background"])
--------------------------------------------------------------------------*/
.has-background {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  max-width: calc(100% + 5rem);
  width: calc(100% + 5rem);
  background: #008eaa;
  background: -webkit-linear-gradient(legacy-direction(to right), #008eaa 0%, #003865 80%);
  background: linear-gradient(to right, #008eaa 0%, #003865 80%);
  margin-top: 2.5rem;
  padding: 5rem !important;
}
.has-background h4 {
  color: #ffffff !important;
  margin-top: 0 !important;
}

/*-----------------------------------------
	medium screens - sections with backgrounds
-----------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .has-background {
    padding: 5rem 1.875rem !important;
  }
}
/*-----------------------------------------
	small screens - sections with backgrounds
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  .has-background {
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
    padding: 5rem 1.25rem !important;
  }
}
/*--------------------------------------------------------------------------
	full-width sections
--------------------------------------------------------------------------*/
/*-----------------------------------------
	medium and large screens
    full-width sections
-----------------------------------------*/
@media only screen and (min-width: 40em) {
  .narrower {
    margin: 0 auto;
    max-width: 60%;
  }
}
/*-----------------------------------------
	medium screens – full-width sections
-----------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .narrower {
    max-width: 85%;
  }
}
/*-----------------------------------------
	small screens – full-width sections
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  .narrower br {
    display: none;
  }
}
/*--------------------------------------------------------------------------
	header
--------------------------------------------------------------------------*/
/*-----------------------------------------
	hide the default theme header
-----------------------------------------*/
header#hero {
  display: none;
}

#main > h2.show-for-small-only,
#main > p.show-for-small-only {
  display: none !important;
}

/*-----------------------------------------
	add the new campaign header
-----------------------------------------*/
header#campaign-2021 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  max-width: calc(100% + 5rem);
  width: calc(100% + 5rem);
  background: #FF3EB5;
  background: -webkit-linear-gradient(legacy-direction(to right), #FF3EB5 0%, #8A69D4 80%);
  background: linear-gradient(to right, #FF3EB5 0%, #8A69D4 80%);
  margin-bottom: 5rem;
}
header#campaign-2021 img {
  border: none;
  width: 100%;
}
header#campaign-2021 h2, header#campaign-2021 .subhead, header#campaign-2021 p {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
header#campaign-2021 h2 {
  color: #ffffff;
  font-family: "Open Sans", open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 4.0625em;
  line-height: 1.2;
  margin-top: 3.125rem;
  text-shadow: -0.0625rem 0.0625rem 0 #003865, -0.125rem 0.125rem 0 #003865, -0.1875rem 0.1875rem 0 #003865, -0.25rem 0.25rem 0 #003865, -0.3125rem 0.3125rem 0 #003865, -0.375rem 0.375rem 0 #003865, -0.4375rem 0.4375rem 0 #003865;
}
header#campaign-2021 .subhead {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.5625em;
  padding-bottom: 2.5rem;
}
header#campaign-2021 p {
  color: #ffffff;
  font-size: 1.125em;
  text-shadow: -0.0625rem 0.0625rem 0.0625rem #003865, -0.125rem 0.125rem 0.125rem #003865;
}

/*-----------------------------------------
	small screens - header
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  header#campaign-2021 {
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
  header#campaign-2021 h2, header#campaign-2021 p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  header#campaign-2021 h2 {
    font-size: 3.625em;
  }
  header#campaign-2021 p.subhead {
    font-size: 1.4375em;
  }
  header#campaign-2021 p.subhead ~ p {
    font-size: 1.0625em;
  }
}
/*-----------------------------------------
	2025 campaign header
-----------------------------------------*/
header#campaign-2021.campaign-2025 {
  background: none;
}
header#campaign-2021.campaign-2025 h2, header#campaign-2021.campaign-2025 p {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-shadow: none;
  width: 75%;
}
header#campaign-2021.campaign-2025 h2 {
  color: #008eaa;
}
header#campaign-2021.campaign-2025 p {
  color: #333333;
}

/*----- 2025 campaign header: medium and small screens -----*/
@media only screen and (max-width: 63.9375em) {
  header#campaign-2021.campaign-2025 h2, header#campaign-2021.campaign-2025 p {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------
	card columns
--------------------------------------------------------------------------*/
.card-columns {
  margin: 1.25rem auto 0 !important;
}
.card-columns .card-heading {
  color: #333333;
  font-size: 1.375em !important;
}

/*--------------------------------------------------------------------------
	pathways
--------------------------------------------------------------------------*/
/*-----------------------------------------
	style the accordion headings
-----------------------------------------*/
.pathways {
  margin-left: auto;
  margin-right: auto;
  max-width: 112.5rem;
  width: 80%;
}
.pathways .open-sesame > h6 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  height: 7.8125rem;
  margin: 0 0 0.625rem 12.5rem !important;
  max-width: 100% !important;
  text-align: left !important;
}
.pathways .open-sesame > h6::before {
  background-size: 12.5rem auto !important;
  content: "";
  height: 7.8125rem;
  margin-left: -12.5rem;
  position: absolute;
  width: 12.5rem;
}
.pathways .open-sesame > h6 a {
  color: #003865;
  display: block;
  font-size: 1.25em;
  height: 100%;
  padding: 2.125rem 4.375rem 0 2.5rem;
  text-decoration: none;
}
.pathways .open-sesame > h6 a:hover, .pathways .open-sesame > h6 a:focus {
  color: #333333;
}
.pathways .open-sesame > h6 a i {
  color: #003865;
  position: absolute;
  right: 1.875rem;
  top: 3.125rem;
}
.pathways h6:nth-of-type(1) {
  background: #ffd1c1;
}
.pathways h6:nth-of-type(1)::before {
  background: #ffd1c1;
  background: linear-gradient(rgba(255, 209, 193, 0.6), rgba(255, 209, 193, 0.6)), url("/go/wp-content/uploads/sites/97/2024/12/art-pathway.jpg");
  background-repeat: no-repeat;
}
.pathways h6:nth-of-type(2) {
  background: #ffe496;
}
.pathways h6:nth-of-type(2)::before {
  background: #ffe496;
  background: linear-gradient(rgba(255, 228, 150, 0.6), rgba(255, 228, 150, 0.6)), url("/go/wp-content/uploads/sites/97/2024/12/business-pathway.jpg");
  background-repeat: no-repeat;
}
.pathways h6:nth-of-type(3) {
  background: #e8e694;
}
.pathways h6:nth-of-type(3)::before {
  background: #e8e694;
  background: linear-gradient(rgba(232, 230, 148, 0.6), rgba(232, 230, 148, 0.6)), url("/go/wp-content/uploads/sites/97/2024/12/construction-pathway.jpg");
  background-repeat: no-repeat;
}
.pathways h6:nth-of-type(4) {
  background: #dbf0e4;
}
.pathways h6:nth-of-type(4)::before {
  background: #dbf0e4;
  background: linear-gradient(rgba(219, 240, 228, 0.6), rgba(219, 240, 228, 0.6)), url("/go/wp-content/uploads/sites/97/2024/12/healthcare-pathway.jpg");
  background-repeat: no-repeat;
}
.pathways h6:nth-of-type(5) {
  background: #9fd4e5;
}
.pathways h6:nth-of-type(5)::before {
  background: #9fd4e5;
  background: linear-gradient(rgba(159, 212, 229, 0.6), rgba(159, 212, 229, 0.6)), url("/go/wp-content/uploads/sites/97/2024/12/service-pathway.jpg");
  background-repeat: no-repeat;
}
.pathways h6:nth-of-type(6) {
  background: #c2b9cd;
}
.pathways h6:nth-of-type(6)::before {
  background: #c2b9cd;
  background: linear-gradient(rgba(194, 185, 205, 0.6), rgba(194, 185, 205, 0.6)), url("/go/wp-content/uploads/sites/97/2024/12/stem-pathway.jpg");
  background-repeat: no-repeat;
}

/*-----------------------------------------
	style the accordion content
-----------------------------------------*/
.pathways .hidden-content ul {
  margin: 0.9375rem 0 2.1875rem !important;
}

/*-----------------------------------------
	medium and small screens - pathways
-----------------------------------------*/
@media only screen and (max-width: 63.9375em) {
  .pathways {
    width: 100%;
  }
}
/*-----------------------------------------
	smaller medium screens - pathways
-----------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 43.75em) {
  .pathways .open-sesame > h6 {
    height: 7rem;
    margin-left: 11.25rem;
  }
  .pathways .open-sesame > h6::before {
    background-size: 11.25rem auto !important;
    height: 7rem;
    margin-left: -11.25rem;
    width: 11.25rem;
  }
  .pathways .open-sesame > h6 a {
    font-size: 1.125em;
    padding: 1.0625rem 4.375rem 0 1.25rem;
  }
  .pathways .open-sesame > h6 a i {
    right: 1.25rem;
  }
}
/*-----------------------------------------
	small screens - pathways
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  .pathways .open-sesame > h6 {
    height: 4.6875rem;
    margin: 0 0 0.625rem 7.5rem !important;
  }
  .pathways .open-sesame > h6::before {
    background-size: 7.5rem auto !important;
    height: 4.6875rem;
    margin-left: -7.5rem;
    width: 7.5rem;
  }
  .pathways .open-sesame > h6 a {
    font-size: 1em;
    padding: 0.875rem 2.375rem 0 0.875rem;
  }
  .pathways .open-sesame > h6 a i {
    right: 0.5rem;
    top: 1.8125rem;
  }
  .pathways .hidden-content .cell:first-of-type ul {
    margin: 0.9375rem 0 0 !important;
  }
  .pathways .hidden-content .cell:last-of-type ul {
    margin: 0 0 2.1875rem !important;
  }
}
/*-----------------------------------------
	extra small screens - pathways
-----------------------------------------*/
@media only screen and (max-width: 30em) {
  .pathways .open-sesame > h6 {
    height: 3.9375rem;
    margin: 0 0 0.4375rem 6.25rem !important;
  }
  .pathways .open-sesame > h6::before {
    background-size: 6.25rem auto !important;
    height: 3.9375rem;
    margin-left: -6.25rem;
    width: 6.25rem;
  }
  .pathways .open-sesame > h6 a {
    font-size: 0.875em;
    padding: 0.6875rem 2.125rem 0 0.75rem;
  }
  .pathways .open-sesame > h6 a i {
    right: 0.375rem;
    top: 1.5625rem;
  }
}
/*--------------------------------------------------------------------------
	tuition chart
--------------------------------------------------------------------------*/
#tuition-chart {
  margin: 3.75rem auto 2.5rem;
  min-height: 24.375rem;
  position: relative;
  width: 60%;
}
#tuition-chart .bar-container {
  float: left;
  height: 18.75rem;
  margin-right: 0.625rem;
  position: relative;
  text-align: center;
  width: calc(33.33% - 0.625rem);
}
#tuition-chart .bar-container .bar {
  border-radius: 0.1875rem;
  bottom: 2.5rem;
  position: absolute;
  width: 100%;
}
#tuition-chart .bar-container h5 {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 90%;
}
#tuition-chart .bar-container h5 .amount {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  display: block;
}
#tuition-chart .bar-container h5 .school {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}
#tuition-chart p {
  bottom: -5.3125rem;
  position: relative;
  text-align: center;
}

/*-----------------------------------------
	tuition chart animation
-----------------------------------------*/
.trigger-tuition-animation .bar-pcc .bar {
  background-color: #008eaa;
  -webkit-animation: show-bar-pcc-vertical 1.2s 0.1s forwards;
  -moz-animation: show-bar-pcc-vertical 1.2s 0.1s forwards;
  animation: show-bar-pcc-vertical 1.2s 0.1s forwards;
}
.trigger-tuition-animation .bar-public .bar {
  background-color: #FFAA4D;
  -webkit-animation: show-bar-public-vertical 1.2s 0.2s forwards;
  -moz-animation: show-bar-public-vertical 1.2s 0.2s forwards;
  animation: show-bar-public-vertical 1.2s 0.2s forwards;
}
.trigger-tuition-animation .bar-private .bar {
  background-color: #FF7276;
  -webkit-animation: show-bar-private-vertical 1.2s 0.3s forwards;
  -moz-animation: show-bar-private-vertical 1.2s 0.3s forwards;
  animation: show-bar-private-vertical 1.2s 0.3s forwards;
}

/*-----------------------------------------
	medium screens - tuition chart
-----------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #tuition-chart {
    width: 75%;
  }
}
/*-----------------------------------------
	small screens - tuition chart
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  #tuition-chart {
    width: 103%;
  }
}
/*--------------------------------------------------------------------------
	forms
--------------------------------------------------------------------------*/
.gform_wrapper,
.slate-form {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 65% !important;
  padding: 1.5625rem;
}
.gform_wrapper form,
.slate-form form {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper input:not([type=submit]):not([type=button]):focus, .gform_wrapper form textarea:focus, .gform_wrapper form select:focus,
.slate-form input:not([type=submit]):not([type=button]):focus,
.slate-form form textarea:focus,
.slate-form form select:focus {
  background-color: rgba(255, 133, 113, 0.2) !important;
  border-color: #ff8571 !important;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus,
.slate-form input[type=submit]:hover,
.slate-form input[type=submit]:focus {
  background: #003865 !important;
}
.gform_wrapper li,
.slate-form li {
  padding: 0 !important;
}

/*-----------------------------------------
	slate forms
-----------------------------------------*/
.show {
  display: block !important;
}

.slate-form input:not([type=submit]):not([type=button]), .slate-form .form_responses textarea, .slate-form .form_responses select {
  border: 0.0625rem solid #008eaa;
}
.slate-form input:not([type=submit]):not([type=button]):focus, .slate-form .form_responses textarea:focus, .slate-form .form_responses select:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
  border-color: #003865 !important;
}

/*-----------------------------------------
	medium screens - forms
-----------------------------------------*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .gform_wrapper, .slate-form {
    max-width: 90% !important;
  }
}
/*-----------------------------------------
	small screens - forms
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper, .slate-form {
    max-width: 100% !important;
  }
}
/*--------------------------------------------------------------------------
	social media
--------------------------------------------------------------------------*/
/*-----------------------------------------
	icons
-----------------------------------------*/
#social {
  margin-top: 1.875rem;
}
#social i {
  background: #008eaa;
  border-radius: 3.125rem;
  color: #ffffff;
  font-size: 2.875em;
  height: 5.375rem;
  margin-bottom: 0.625rem;
  padding: 1.1875rem 0 0 0.0625rem;
  width: 5.375rem;
}
#social i::before {
  position: relative;
}
#social a:hover i, #social a:focus i {
  background-color: #9fd4e5;
  color: #003865;
  transition: all 0.15s ease-in-out;
}

/*-----------------------------------------
	"feeds" - series of images
-----------------------------------------*/
.social-feed {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  max-width: calc(100% + 5rem);
  width: calc(100% + 5rem);
  margin-bottom: -1.25rem;
  margin-top: 2.5rem;
}
.social-feed + .fade-in + .social-feed {
  margin-bottom: 0;
  margin-top: 0;
}
.social-feed::after {
  clear: both;
  content: "";
  display: block;
}
.social-feed p {
  display: inline;
  margin: 0;
  padding: 0;
}
.social-feed img {
  border: none !important;
  float: left;
  margin: 0;
  width: 16.6666666667%;
}

/*-----------------------------------------
	small screens - "feeds"
-----------------------------------------*/
@media only screen and (max-width: 39.9375em) {
  .social-feed {
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
  .social-feed img {
    width: 33.3333333333%;
  }
}
/*--------------------------------------------------------------------------
	facts (also financial aid)
--------------------------------------------------------------------------*/
#main .facts {
  padding-top: 4.375rem;
}

#main .facts .card-columns .card-heading,
#main .finaid .card-columns .card-heading,
#main .belonging .card-columns .card-heading {
  background: none;
  color: #003865;
  font-family: "Open Sans", open_sansbold, Helvetica, Arial, sans-serif !important;
  font-size: 1.375em !important;
  max-width: 100%;
  text-align: center;
}
#main .facts .card-columns .card-heading .fact-large,
#main .finaid .card-columns .card-heading .fact-large,
#main .belonging .card-columns .card-heading .fact-large {
  display: block;
  font-size: 2.5em;
  margin-top: -0.9375rem;
}
#main .facts .card-columns .cell img,
#main .finaid .card-columns .cell img,
#main .belonging .card-columns .cell img {
  padding-top: 1.25rem;
  width: 6.875rem;
}
#main .facts .card-columns p,
#main .finaid .card-columns p,
#main .belonging .card-columns p {
  text-align: center;
}

#main .facts .card-columns .cell:nth-of-type(1).card {
  box-shadow: 0.1875rem 0.1875rem rgb(98.8032786885, 185.0368852459, 212.6967213115);
  background: #9fd4e5 !important;
}
#main .facts .card-columns .cell:nth-of-type(2).card {
  box-shadow: 0.1875rem 0.1875rem rgb(218.4653846154, 215.2884615385, 85.0346153846);
  background: #e8e694 !important;
}
#main .facts .card-columns .cell:nth-of-type(3).card {
  box-shadow: 0.1875rem 0.1875rem rgb(255, 152.2419354839, 116.5);
  background: #ffd1c1 !important;
}
#main .facts .card-columns .cell:nth-of-type(4).card {
  box-shadow: 0.1875rem 0.1875rem rgb(255, 208.3285714286, 73.5);
  background: #ffe496 !important;
}
#main .facts .card-columns .cell:nth-of-type(5).card {
  box-shadow: 0.1875rem 0.1875rem rgb(165, 217.5, 187.5);
  background: #dbf0e4 !important;
}
#main .facts .card-columns .cell:nth-of-type(6).card {
  box-shadow: 0.1875rem 0.1875rem rgb(149.55, 164.35, 193.95);
  background: #c6cede !important;
}

#main .finaid .card-columns .cell:nth-of-type(1).card {
  box-shadow: 0.1875rem 0.1875rem rgb(218.4653846154, 215.2884615385, 85.0346153846);
  background: #e8e694 !important;
}
#main .finaid .card-columns .cell:nth-of-type(2).card {
  box-shadow: 0.1875rem 0.1875rem rgb(98.8032786885, 185.0368852459, 212.6967213115);
  background: #9fd4e5 !important;
}
#main .finaid .card-columns .cell:nth-of-type(3).card {
  box-shadow: 0.1875rem 0.1875rem rgb(165, 217.5, 187.5);
  background: #dbf0e4 !important;
}

#main .belonging .card-columns .cell:nth-of-type(1).card {
  box-shadow: 0.1875rem 0.1875rem rgb(255, 152.2419354839, 116.5);
  background: #ffd1c1 !important;
}
#main .belonging .card-columns .cell:nth-of-type(2).card {
  box-shadow: 0.1875rem 0.1875rem rgb(149.55, 164.35, 193.95);
  background: #c6cede !important;
}
#main .belonging .card-columns .cell:nth-of-type(3).card {
  box-shadow: 0.1875rem 0.1875rem rgb(255, 208.3285714286, 73.5);
  background: #ffe496 !important;
}

/*--------------------------------------------------------------------------
	regular open sesame
--------------------------------------------------------------------------*/
#main .narrower .open-sesame h6 {
  margin-left: 0;
  max-width: 100%;
  text-align: left;
}

/*--------------------------------------------------------------------------
	extra large screens overrides
	(at bottom for override purpose)
--------------------------------------------------------------------------*/
@media only screen and (min-width: 120em) {
  #main h4:not(.card-heading), #main h5, #main h5 ~ p, .card-columns, [class*=block-grid-] {
    max-width: 100rem !important;
  }
  #tuition-chart {
    width: 50rem;
  }
  [class*=block-grid-] {
    margin-left: auto;
    margin-right: auto;
  }
  .narrower, .gform_wrapper {
    max-width: 50rem !important;
  }
}
