/*****************************
 * Paying for College
 ****************************/
/******* Global *******/
.page-heading {
  font-size: 48px;
  line-height: 1; }

.page-subhead {
  font-size: 28px;
  line-height: 1; }

/***** Tuition Block ******/
.tuition-block-container {
  padding: 3.5rem 1rem; }

.tuition-block {
  max-width: 882px;
  margin: 0 auto; }
  .tuition-block__title {
    font-size: 56px;
    margin: 0;
    line-height: 1; }
  .tuition-block > p {
    font-size: 18px; }
  .tuition-block a {
    font-size: 16px;
    font-weight: bold; }
  .tuition-block__infograph {
    color: #efeded;
    display: flex;
    flex-direction: column;
    position: relative; }

.tb-infograph__cost {
  font-size: 36px;
  font-weight: bold; }

.tb-item {
  padding: 1rem;
  background-color: #45901c;
  min-height: 190px;
  width: 100%; }

.tb-item__text {
  margin: 0;
  font-size: 24px;
  line-height: 1.2; }

.tb-small-print {
  font-size: 14px;
  line-height: 1; }

.tb-item--iphone {
  background-color: #0675a4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 36px; }

.tb-item--iphone {
  background-color: #0675a4;
  display: flex;
  align-items: flex-start;
  padding-top: 36px; }

.tb-item--tuition {
  padding-bottom: 36px; }

.tb-iphone-icon {
  padding-left: 1rem; }

.tb-iphone-icon img {
  display: block;
  width: 58px; }

.tb-versus {
  background-color: rgba(255, 255, 255, 0.6);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center; }

.tb-versus span {
  font-weight: bold;
  text-align: center;
  color: #303538;
  font-size: 36px; }

@media (min-width: 560px) {
  .tuition-block-container {
    padding: 7rem 1rem; }
  .tuition-block__title {
    font-size: 72px; }
  .tuition-block > p {
    font-size: 24px; }
  .tuition-block a {
    font-size: 18px; }
  .tuition-block__infograph {
    flex-direction: row; }
  .tb-item {
    min-height: unset;
    width: 100%; }
  .tb-item--tuition {
    padding-right: 61px;
    padding-bottom: 1rem; }
  .tb-item--iphone {
    justify-content: flex-end;
    padding-left: 61px;
    padding-top: 1rem; }
  .tb-versus {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
  .tb-versus span {
    font-size: 48px; } }

/******** Promise Ad *********/
.promise-ad-container {
  background-color: #efeded;
  padding: 3.5rem 1rem; }

.promise-ad-container .page-heading {
  margin: 0; }

.promise-ad {
  max-width: 882px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.promise-ad__photo {
  order: -1; }

.promise-ad__photo img {
  width: 100%;
  display: block; }

.promise-ad p {
  font-size: 1rem;
  margin: 1rem 0; }

.promise-ad .cta {
  font-size: 1.125rem;
  margin-top: 0;
  line-height: 1.2; }

@media (min-width: 560px) {
  .promise-ad p {
    font-size: 1.125rem; }
  .promise-ad .cta {
    font-size: 1.5rem; } }

@media (min-width: 720px) {
  .promise-ad {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem; }
  .promise-ad__photo {
    order: 0; }
  .promise-ad > * {
    flex: 1 1 50%; } }


/******** Money for College *********/
.money-college-container {
  background-color: #efeded;
  padding: 3.5rem 1rem; }

.money-college {
  max-width: 1200px;
  margin: 0 auto; }

.mfc-item-layout {
  display: flex;
  flex-direction: column; }

.mfc-item-layout > * {
  margin-bottom: 2rem; }

.mfc-item-layout > *:last-child {
  margin-bottom: 0; }

.mfc-item {
  font-size: 1rem;
  background-color: #fff; }

.mfc-item .page-subhead,
.money-college .page-heading,
.additional-assistance .page-heading {
  margin-top: 0; }

.mfc-photo > img {
  width: 100%; }

@media (min-width: 720px) {
  .mfc-item-layout {
    flex-direction: row; }
  .mfc-item-layout > * {
    margin: 0 1rem 2rem; }
  .mfc-item-layout > *:last-child {
    margin-right: 0;
    margin-bottom: inherit; }
  .mfc-item-layout > *:first-child {
    margin-left: 0;
    margin-bottom: inherit; } }

@media (min-width: 560px) {
  .money-college-container {
    padding: 7rem 1rem; }
  .mfc-item {
    font-size: 18px; } }

.mfc-content {
  max-width: 424px;
  margin: 0 auto;
  padding: 2rem 1rem; }

.mfc-button {
  font-size: 18px;
  background-color: #0675a4;
  color: #efeded;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.7rem 2rem;
  margin: 8px auto; }

/******** Additional Assistance *********/
.additional-assistance-container {
  padding: 3.5rem 1rem; }

.additional-assistance {
  max-width: 882px;
  margin: 0 auto; }

.additional-assistance > p {
  font-size: 24px; }

.pfc-card {
  position: relative; }

.pfc-card.--large {
  margin-bottom: 2rem; }

.pfc-card__caption {
  background-color: transparent; }

.pfc-card__caption > h3 {
  margin-bottom: 0; }

.pfc-card__text {
  font-size: 18px; }

.pfc-card > img {
  display: block; }

.flex-cards {
  display: flex;
  flex-direction: column; }

.flex-cards > * {
  margin-bottom: 2rem; }

.flex-cards > *:last-child {
  margin-bottom: 0; }

.aa-item__text {
  font-size: 18px; }

.aa-item > img {
  display: block;
  width: 100%; }

.aa-item > p:last-child {
  margin-bottom: 0; }

.aa-item {
  border-top: 6px solid #efeded;
  padding-top: 2rem; }

@media (min-width: 560px) {
  .additional-assistance-container {
    padding: 7rem 1rem; }
	
  .pfc-card__caption {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1.5rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    max-width: 520px; }
  .pfc-card__caption > h3 {
    margin: 0; }
  .pfc-card__text {
    font-size: 18px; }
  .flex-cards {
    flex-direction: row; }
  .flex-cards > * {
    margin: 0 1rem; }
  .flex-cards > *:first-child {
    margin-left: 0; }
  .flex-cards > *:last-child {
    margin-right: 0; }
  .flex-cards--2col > * {
    width: calc(50% - 1rem); }
  .aa-item {
    border-top: none;
    padding-top: 0; } }

.page-hero__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.page-hero__title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden; }

@media (min-width: 560px) {
  .page-hero__title {
    font-size: 96px; } }

@media screen and (min-width: 960px) {
  .hero {
    height: 620px; }
  .page-hero {
    height: 660px; }
    .page-hero__title {
      font-size: 124px; } }

/*********************************
 * Breakout
 ********************************/
.breakout-container {
  background-color: #0675a4;
  padding: 0 1rem; }
  .breakout-container--dark {
    background-color: #063b80; }
  .breakout-container--red {
    background-color: #c10435; }

.breakout {
  color: #efeded;
  text-align: center;
  padding: 2rem 0;
  max-width: 1220px;
  margin: 0 auto; }
  .breakout a {
    color: #efeded; }
  .breakout__title {
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0 0 1rem;
    font-weight: bold; }
  .breakout__text {
    font-size: 1rem;
    margin: 0; }
  .breakout__links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .breakout__item {
    display: inline-block;
    margin: 0.5rem; }

@media screen and (min-width: 768px) {
  .breakout__title {
    font-size: 2rem; }
  .breakout__text {
    font-size: 1.25rem; } }

@media screen and (min-width: 992px) {
  .breakout__title {
    font-size: 2.625rem; }
  .breakout__text {
    font-size: 1.5rem; } }

.button-hollow {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #efeded;
  color: #efeded;
  padding: 1.2rem 1rem;
  width: 195px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.4s; }

.button-hollow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff; }



/**** Text Styles ****/
p {
  margin-bottom: 1.375rem;
  line-height: 1.5;
}

.p--large,
.p--xlarge {
  font-size: 1.125rem;
}

.h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.h3 {
  font-size: 1.3125rem;
  font-weight: bold;
}

.h3--large {
  font-size: 1.75rem;
}

.h2--large,
.h2--xlarge {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 560px) {
  .p--med {
    font-size: 1.125rem;
  }

  .p--large {
    font-size: 1.3125rem;
  }

  .p--xlarge {
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .h3 {
    font-size: 2.25rem;
    font-weight: bold;
  }

  .h2--large {
    font-size: 3.5rem;
  }

  .h2--xlarge {
    font-size: 4.5rem;
  }
}
@media (min-width: 860px) {
  .p--med {
    font-size: 1.3125rem;
  }

  .p--large {
    font-size: 1.5rem;
  }

  .p--xlarge {
    font-size: 1.75rem;
  }

  .h3--large {
    font-size: 3rem;
  }

  .h2--large {
    font-size: 4.25rem;
  }

  .h2--med {
    font-size: 3.75rem;
  }

  .h2--xlarge {
    font-size: 6rem;
  }
}
.--center {
  text-align: center;
}

.--mb-0 {
  margin-bottom: 0;
}

.--mb-1 {
  margin-bottom: 1rem;
}

.--mb-2 {
  margin-bottom: 2rem;
}

.--mb-4 {
  margin-bottom: 2em;
}

.--mt-1 {
  margin-top: 1rem;
}

.--mt-2 {
  margin-top: 2rem;
}

.--brand-blue {
  color: #002f87;
}

.--bold {
  font-weight: bold;
}

.--italic {
  font-style: italic;
}

.--upper {
  text-transform: uppercase;
}

.--lower {
  text-transform: lowercase;
}

.heading-bottom-border::after {
  content: "";
  width: 200px;
  height: 4px;
  background: #f6b436;
  display: block;
  position: relative;
  top: 0.75rem;
}

/**** Program Buttons *****/
input[type=submit].program-btn {
  border: 2px solid transparent;
}

.program-btn {
  font-size: 1.5rem;
  padding: 0.4em 1.65em;
  background-color: #4b4f55;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  border-radius: 0.4rem;
  border: 2px solid transparent;
}
.program-btn.--blue {
  background-color: #0076bb;
  color: #fff;
}
.program-btn.--blue:hover {
  background-color: transparent;
  border-color: #0076bb;
  color: #0076bb;
}
.program-btn.--darkblue {
  background-color: #2A3B7C;
  color: #fff;
}
.program-btn.--darkblue:hover {
  background-color: transparent;
  border-color: #2A3B7C;
  color: #2A3B7C;
}
.program-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #43484b;
  color: #43484b;
}

.neo-btn {
  font-size: 1rem;
  padding: 1em 2em;
  background-color: #4b4f55;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  border: 2px solid transparent;
  cursor: pointer;
}
.neo-btn.--blue {
  background-color: #0076bb;
  color: #fff;
}
.neo-btn.--white {
  background-color: #fff;
  color: #0076bb;
}
.neo-btn.--icon::before {
  font-family: "FontAwesome";
  padding-right: 0.4rem;
}
.neo-btn.--thumbs-up::before {
  content: "\f164";
}
.neo-btn.--calendar::before {
  content: "\f073";
}
.neo-btn.--arrow-up::before {
  content: "\f062";
}
.neo-btn.--comment::before {
  content: "\f086";
}
.neo-btn.--appointment::before {
  content: "\f274";
}
.neo-btn.--life-ring::before {
  content: "\f1cd";
}
.neo-btn.--binoculars::before {
  content: "\f1e5";
}
.neo-btn.--map::before {
  content: "\f279";
}
.neo-btn.--blue:hover {
  background-color: white;
  border-color: #0076bb;
  color: #0076bb;
}
.neo-btn.--white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.neo-btn.--redorange {
  background-color: #f15623;
  color: #fff;
}
.neo-btn.--redorange:hover {
  background-color: transparent;
  border-color: #f15623;
  color: #f15623;
}
.neo-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #43484b;
  color: #43484b;
}

@media (max-width: 500px) {
  .program-btn {
    font-size: 1.125rem;
  }

  .neo-btn {
    font-size: 0.875rem;
  }
}
/*======== Hollow Buttons ==========*/
.button-hollow {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #efeded;
  color: #efeded;
  padding: 1.2rem 1rem;
  width: 195px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.4s;
}

.button-hollow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/**************************
* TEXT Block
**************************/
.text-block {
  padding: 2.5rem 0;
}
.text-block .--lead {
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.text-block--gray {
  background-color: #efeded;
  color: inherit;
}
.text-block--dark {
  background-color: #1b1827;
  color: #fff;
}
.text-block--blue {
  background: #0076bb;
  color: #fff;
}
.text-block--dark-blue {
  background: #002f87;
  color: #fff;
}

.content-block {
  padding: 2.5rem 0;
}
.content-block--gray {
  background-color: #efeded;
}

.text-block-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2A3B7C;
}
.text-block-bg p {
  color: #fff;
}
.text-block-bg__title {
  color: #fff;
}

@media (min-width: 560px) {
  .text-block, .content-block {
    padding: 5rem 0;
  }

  .text-block .--lead {
    font-size: 1.75rem;
  }

  .text-block.--overflow-bottom {
    padding-bottom: 1px;
    margin-bottom: 5rem;
  }

  .text-block.--overflow-bottom-large {
    padding-bottom: 1px;
    margin-bottom: 10rem;
  }
}
/***** VERTICAL DIVIDE *****/
.vertical-divide__title {
  padding-bottom: 1rem;
  border-bottom: 4px solid #f6b436;
}

@media (min-width: 720px) {
  .vertical-divide {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2rem;
  }

  .vertical-divide__title {
    border-bottom: none;
  }

  .vertical-divide__content {
    border-left: 4px solid #f6b436;
    padding-left: 2rem;
    transform: translateX(-2px);
  }

  .vertical-divide__title,
.vertical-divide__content {
    padding-block: 2rem;
  }
}
/*******************************
 * CRC Event STYLES
 ******************************/
.neo-event-preview {
  display: flex;
  flex-direction: column;
}
.neo-event-preview__date {
  order: 0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #f78d2d;
}
.neo-event-preview__title {
  order: 1;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #efeded;
}
.neo-event-preview__title > a {
  color: inherit;
  text-decoration: none;
}
.neo-event-preview__title > a:hover {
  text-decoration: underline;
}
.neo-event-preview__time {
  order: 2;
  font-size: 0.875rem;
  font-style: italic;
  color: #c9c9c8;
}

/********* Events Listing *********/
.neo-event-list {
  display: flex;
  column-gap: 3rem;
  row-gap: 1.5rem;
  flex-flow: column nowrap;
  margin-top: 2em;
}
.neo-event-list__button {
  margin-top: 2em;
}
.neo-event-list .neo-event-preview {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
}
.neo-event-list .neo-event-preview:first-child {
  border-top: none;
  padding-top: 0;
}

@media screen and (min-width: 560px) {
  .neo-event-list {
    flex-flow: row wrap;
  }
  .neo-event-list > * {
    width: calc(50% - 1.5rem);
  }
  .neo-event-list .neo-event-preview:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }

  .neo-event-preview__date {
    font-size: 1.3125rem;
  }
  .neo-event-preview__title {
    font-size: 1.125rem;
  }
  .neo-event-preview__time {
    font-size: 1rem;
  }
}
/*********************** 
 * ACADEMIC EVENTS *****
 * *********************/
/**************************
 * New Global Layouts
 *************************/
/*** Compensates for the mobile absolute positioned header ***/
@media (max-width: 879px) {
  .first-item-push-down {
    padding-top: 4rem;
    background: transparent;
  }
}
.contain {
  margin-left: auto;
  margin-right: auto;
}
.contain--4w {
  max-width: 422px;
  padding: 0 1rem;
  box-sizing: content-box;
}
.contain--5w {
  max-width: 536px;
}
.contain--8w {
  max-width: 878px;
  padding: 0 1rem;
  box-sizing: content-box;
}
.contain--10w {
  max-width: 1106px;
  padding: 0 1rem;
  box-sizing: content-box;
}
.contain--12w {
  max-width: 1220px;
  padding: 0 1rem;
  box-sizing: content-box;
}

.v-pad-top-1 {
  padding-top: 1rem;
}

.v-pad-top-2 {
  padding-top: 2rem;
}

.v-pad-top-3 {
  padding-top: 3rem;
}

.v-pad-top-4 {
  padding-top: 4rem;
}

.v-pad-bottom-1 {
  padding-bottom: 1rem;
}

.v-pad-bottom-2 {
  padding-bottom: 2rem;
}

.v-pad-bottom-3 {
  padding-bottom: 3rem;
}

.v-pad-bottom-4 {
  padding-bottom: 4rem;
}

.mb1 {
  margin-bottom: 1rem;
}

/** Fix get connected spacing issue that's broken by the margin on h2 set to 0  */
.get-connected__content {
  padding-block: 0.75rem;
}

/** Grid Styles **/
.grid-2-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media screen and (min-width: 720px) {
  .grid-2-col {
    grid-template-columns: 1fr 1fr;
  }
}

