.disabled {
  opacity: 0.4;
}

.--underline {
  text-decoration: underline;
}

main {
  font-size: 1rem;
  font-weight: normal;
  scroll-behavior: smooth;
}

@media (min-width: 500px) {
  main {
    font-size: 1.125rem;
  }
}
/**** Text Styles ****/
h1, h2, h3, p {
  margin: 0;
}

p {
  margin-bottom: 1.375rem;
  line-height: 1.5;
}

.p--large {
  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 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}

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

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

  .h2 {
    font-size: 3rem;
  }

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

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

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

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

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

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

/**** Lists  ****/
.ul-list {
  columns: 2;
}
.ul-list li {
  font-size: 1rem;
  margin-bottom: 0.25em;
}

@media (min-width: 560px) {
  .ul-list li {
    font-size: 1.125rem;
    margin-bottom: 0.25em;
  }
}
@media (min-width: 860px) {
  .ul-list li {
    font-size: 1.3125rem;
    margin-bottom: 0.25em;
  }
}
/**** Forms for Program Pages ****/
label {
  color: #2A3B7C;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.6rem;
  display: block;
}

label::after {
  display: table;
  content: "";
  clear: both;
}

label i {
  color: #c9c9c8;
  float: right;
  font-size: 18px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  margin: 0;
  width: 100%;
  padding: 8px;
  color: #43484b;
  color: #4b4f55;
  font-size: 1rem;
  font-weight: 700;
  background: #f7f7fa;
  background: #f4f4f8;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "PT Sans", "Lato", sans-serif;
}

textarea {
  height: 140px;
  resize: none;
}

select {
  width: 100%;
  padding: 8px;
  background: #f4f4f8;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "PT Sans", "Lato", sans-serif;
  font-size: 1rem;
}

input[type=submit].program-btn {
  margin: 0;
  cursor: pointer;
  border: none;
}

::placeholder {
  color: #a8a8aa;
}

.field {
  width: 100%;
  margin-bottom: 1.5em;
}

.form-2-col input:first-child {
  margin-bottom: 1.5em;
}

@media (min-width: 33em) {
  label {
    font-size: 1.5rem;
  }

  input[type=text],
input[type=email],
input[type=tel],
textarea {
    padding: 12px;
    font-size: 1.125rem;
  }

  select {
    font-size: 1.125rem;
  }

  .form-2-col {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
  .form-2-col input:first-child {
    margin-bottom: 0;
  }

  .form-2-col > * {
    flex-basis: 100%;
  }
}
/**** 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.--icon::before {
  font-family: "FontAwesome";
  padding-right: 0.4rem;
}
.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.--blue:hover {
  background-color: transparent;
  border-color: #0076bb;
  color: #0076bb;
}
.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;
  }
}
/*******************************
 * HERO STYLES
 ******************************/
.hero {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  background-color: #fff;
  padding: 1rem;
}
.hero__content-container {
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.hero__content {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 960px;
}
.hero__title {
  font-size: 3rem;
  line-height: 1.05;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.hero__text {
  font-size: 1rem;
  margin-top: 0;
}
.hero__action {
  display: inline-block;
  color: #fff;
  background-color: #c20430;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.hero__action:hover {
  color: #fff;
  background-color: #900324;
}

.page-hero__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
}
.page-hero__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}

.promise-hero {
  background-position: left;
}
.promise-hero__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.promise-hero__title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.promise-hero .--blue {
  color: #6dc5e8;
}
.promise-hero .--gray {
  color: #ABABAB;
}
.promise-hero .--smaller {
  font-size: 1.75rem;
  display: block;
}
.promise-hero__subtitle {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5em;
}

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

  .promise-hero__title {
    font-size: 72px;
  }
  .promise-hero__subtitle {
    font-size: 2.25rem;
  }
  .promise-hero .--smaller {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 860px) {
  .promise-hero {
    height: 660px;
  }
  .promise-hero__title {
    font-size: 102px;
  }
  .promise-hero__subtitle {
    font-size: 3.5rem;
  }
  .promise-hero .--smaller {
    font-size: 3rem;
  }

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

  .page-hero {
    height: 800px;
  }
}
/*** Breadcrumb Styles ***/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.breadcrumb * {
  color: #4b4f55;
  font-size: 14px;
}
.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item::after {
  content: " / ";
  opacity: 0.6;
}
.breadcrumb__item:last-child::after {
  content: "";
}
.breadcrumb .--current {
  font-weight: bold;
}

.breadcrumb-container {
  padding: 1rem;
}

/*** Force style to override current breadcrumb styles ***/
.breadcrumb__item > a {
  color: #4b4f55;
  font-size: 14px;
  text-decoration: underline;
}

/**** Links  ****/
a {
  color: #0076bb;
}

a:hover {
  color: #06a7e0;
}

/**** Arrow Links ****/
.arrow-link {
  color: #4b4f55;
  font-size: 1.3125rem;
  font-weight: bold;
  text-decoration: none;
}
.arrow-link--white {
  color: #fff;
}

.arrow-link::before {
  font-family: "FontAwesome";
  content: "\f061";
  color: #f6b436;
  padding-right: 1rem;
  position: relative;
  transition: all 0.5s;
  left: 0;
}

.arrow-link:hover::before {
  left: 0.5rem;
}

.program-arrow-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-arrow-links > li {
  margin-bottom: 1rem;
}

/**** Contact Icon Links ****/
.icon-contact {
  display: flex;
  align-items: flex-start;
}

.icon-contact__text {
  font-size: 1.125rem;
  color: #4b4f55;
  text-decoration: none;
}
.icon-contact__text.--underline {
  text-decoration: underline;
}

.icon-contact__image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
  position: relative;
  top: 0.25rem;
  width: 36px;
  height: auto;
}

@media (min-width: 31.25em) {
  .arrow-link {
    font-size: 1.5rem;
  }

  .icon-contact__text {
    font-size: 1.3125rem;
  }

  .icon-contact__image {
    width: 40px;
    padding-right: 1rem;
  }
}
/*********************************
 * Success Video Styles
 * **************************** */
.video-full .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-full .embed-container iframe,
.video-full .embed-container object,
.video-full .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fw-video {
  background: #efeded;
  margin: 0;
  padding: 2.5rem 1rem 1rem;
}
.fw-video__title {
  color: #2A3B7C;
  text-align: left;
}
.fw-video__container {
  margin: 0 auto;
  max-width: 878px;
}

@media (min-width: 560px) {
  .fw-video {
    padding: 5rem 1rem;
  }
  .fw-video__title {
    text-align: center;
  }
}
@media (min-width: 860px) {
  .fw-video {
    background: #efeded;
    margin: 5rem 0;
    padding: 1px;
  }
  .fw-video__container {
    margin-bottom: -4rem;
  }
  .fw-video__text {
    margin-top: -3rem;
  }
}
/************************************
* Accordion Styles
************************************/
.accordion__title {
  color: #fff;
  margin: 0;
  background-color: #2A3B7C;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: none;
}

.accordion__title.active {
  background-color: #2A3B7C;
  color: #fff;
}

.accordion__title .--action {
  order: 1;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
}

.accordion__title:hover {
  background-color: #474492;
}

.accordion__title .--action::before {
  font-family: "FontAwesome";
  font-size: 21px;
  content: "\f067";
}

.accordion__title.active .--action::before {
  content: "\f068";
}

.accordion__panel {
  padding: 1rem;
  background-color: #f3f1ee;
  background-color: #f4f4f8;
  border: 1px solid #d7d7ce;
  border-top: none;
}

@media (min-width: 31.25em) {
  .accordion__title {
    font-size: 1.3125rem;
  }
}
/************************************
* Load More Styles
************************************/
/**************************
* TEXT Block
***********************/
.text-block {
  padding: 2.5rem 0;
}
.text-block--gray {
  background-color: #efeded;
}
.text-block--dark {
  background-color: #1b1827;
  color: #fff;
}
.text-block--blue {
  background: #0076bb;
  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;
  }
}
/************************
 * Cards -- Orgs      
 * *********************/
.org-card {
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.org-card__content {
  padding: 2rem 1rem 1rem;
}
.org-card__title {
  font-size: 1.5rem;
  color: #002f87;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 2rem;
  position: relative;
}
.org-card__title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #002f87;
  opacity: 0.25;
  display: block;
  position: relative;
  top: 0.75rem;
}
.org-card__services {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.org-card__services > li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.org-card__services > li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
.org-card__footer {
  background: #002f87;
  color: #fff;
  padding: 1rem;
}
.org-card__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.org-card__contacts > li {
  margin-bottom: 0.5rem;
}
.org-card__contacts a {
  color: #fff;
}
.org-card__contact-icon {
  padding-right: 1rem;
  display: inline-block;
  position: relative;
  top: 4px;
}

/******* Org Card Set ********/
.org-cardset {
  background-repeat: no-repeat;
  background-position: 2em 2em;
}

.org-cardset__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.org-cardset__title {
  margin-bottom: 2rem;
}

/*******************************
 * Contact STYLES
 ******************************/
.contact__title {
  font-size: 1.75rem;
  color: #303538;
  margin-bottom: 1rem;
}
.contact__address--divider::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #f6b436;
  position: relative;
  bottom: 0;
  display: block;
}
.contact__address {
  padding-bottom: 1rem;
}
.contact__communications {
  padding-top: 0;
}

.contact__communications .icon-contact__text {
  font-size: 1rem;
}

.icon-contactlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.icon-contactlist > li {
  margin-bottom: 0.25rem;
}

@media (min-width: 560px) {
  .contact__communications .icon-contact__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 43.75em) {
  .contact__container {
    display: flex;
  }
  .contact__container > * {
    width: 100%;
  }
  .contact__address--divider {
    border-bottom: none;
    border-right: 4px solid #f6b436;
  }
  .contact__address--divider::after {
    content: none;
    width: 0;
    height: 0;
  }
  .contact__address {
    padding: 0 2rem 0 0;
  }
  .contact__communications {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 860px) {
  .contact__communications .icon-contact__text {
    font-size: 1.3125rem;
  }

  .icon-contactlist > li {
    margin-bottom: 0.85rem;
  }
}
/*******************************
 * 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;
  }
}
.featured-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-text {
  margin-bottom: 2rem;
}

.partner-logo__photo {
  display: block;
  width: 100%;
}

.partner-logos__container {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}

@media (min-width: 44em) {
  .partner-logos {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 54em) {
  .featured-partners {
    flex-direction: row;
  }

  .partner-text {
    max-width: 380px;
    margin-right: 2rem;
  }

  .partner-logos {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
  }
}
/**************************
* Icon Grid / Service List
***************************/
.sticky {
  position: sticky;
  top: 10px;
}

.sticky-button {
  position: sticky;
  bottom: 10px;
}

.neo-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.neo-icon-card__icon {
  background-color: #06a7e0;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
.neo-icon-card__icon:hover {
  background-color: #0076bb;
  transform: scale(1.1);
}
.neo-icon-card__icon > img {
  max-width: 60%;
}
.neo-icon-card__icon > img.no-shrink {
  max-width: 100%;
}
.neo-icon-card > .active-card, .neo-icon-card > .active-card:hover {
  background-color: #002f87;
  transform: none;
}
.neo-icon-card__title {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #303538;
  text-align: center;
  padding-top: 0.5em;
}
.neo-icon-card__title > a {
  color: inherit;
  text-decoration: none;
}

.crc-icon-cardset {
  display: flex;
  flex-flow: row wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  justify-content: center;
}

.crc-icon-cardset > * {
  flex: 0 1 100px;
}

@media (min-width: 540px) {
  .crc-icon-cardset {
    display: flex;
    flex-flow: row wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: center;
  }

  .crc-icon-cardset > * {
    flex: 0 1 150px;
  }

  .neo-icon-card__title {
    font-size: 1.125rem;
  }
  .neo-icon-card__icon {
    width: 100px;
    height: 100px;
  }
  .neo-icon-card__icon > img {
    max-width: 100%;
  }
}
.crc-services__return-action {
  padding: 2em 0;
}

/**************************
 * 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--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;
}
