@charset "UTF-8";
.disabled {
  opacity: 0.4;
}

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

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

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

p {
  margin-bottom: 1.375rem;
}

.program-title {
  font-size: 4.25rem;
  font-weight: bold;
  color: #2A3B7C;
}

.program-heading {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: bold;
  color: #4b4f55;
  margin-bottom: 1rem;
}

.program-info__heading {
  font-size: 1.3125rem;
  margin-bottom: 0.5em;
  margin-top: 1.75em;
}

.program-info__subhead {
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

.program-info__heading:first-of-type,
.program-info__subhead:first-of-type {
  margin-top: 0;
}

.program-heading-large {
  color: #f6b436;
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 1;
  margin-bottom: 0.75em;
}

.block-link {
  text-decoration: none;
  display: block;
}

.accreditation-small {
  font-size: smaller;
  font-style: italic;
  display: block;
}

.program-info__data-points p {
  line-height: 1.5;
}

.nospace {
  margin: 0;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.--text-yellow {
  color: #f6b436;
}

@media (min-width: 500px) {
  .program-heading-large {
    font-size: 3.125rem;
  }

  .program-heading {
    font-size: 2.625rem;
  }
	
  .program-info__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .program-heading-large {
    font-size: 4.25rem;
  }
}
/**** Lists  ****/
.program-objectives__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-objectives__list li {
  font-size: inherit;
  padding-left: 2.18rem;
  position: relative;
  margin-bottom: 18px;
}
.program-objectives__list li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #06a7e0;
  position: absolute;
  left: 0;
  top: 6px;
}

/**** 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 Intro ****/
.program-intro-container {
  background-color: #f4f4f8;
}

.program-intro {
  margin-bottom: 66px;
  min-height: 540px;
  position: relative;
}

.program-photo {
  padding-bottom: 2em;
}

.program-photo > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.program-intro__text {
  padding: 0 1rem 1.5rem;
  position: relative;
}

.program-title {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
  line-height: 1;
  position: relative;
  padding-bottom: 1.5rem;
}
.program-title::after {
  bottom: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #e4b054;
}

.--intro-heading {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 15px;
}

.--intro-heading::before {
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #e4b054;
}

.--intro-heading {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 15px;
}

.--intro-heading::before {
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  background: #e4b054;
}

.program-intro p {
  line-height: 1.5;
}

.program-lead {
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 3;
}

.program-intro p:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  .program-title {
    font-size: 3.75rem;
  }

  .program-lead {
    font-size: 1.75rem;
  }

  .program-intro__text {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .program-intro {
    display: flex;
    padding-top: 50px;
	gap: 2rem;
  }

  .program-title {
    font-size: 4.25rem;
  }

  .program-photo,
  .program-intro__text {
    width: 50%;
  }

  .program-photo {
    position: static;
    order: 2;
    align-self: center;
  }
}
@media (min-width: 980px) {
  .program-photo {
    padding-bottom: 0;
    margin-bottom: -4rem;
    align-self: flex-end;
  }

  .program-intro-container {
    margin-bottom: 8rem;
  }

  .program-intro__text {
    padding-left: 0;
    padding-right: 0;
  }
}

/**** Program Info Data  ****/
.program-info__data-points {
  padding: 1rem;
  margin-top: -2em;
}

.job-data {
  background-color: #2A3B7C;
  color: #fff;
  padding: 2rem 2rem 3rem;
  margin: 2em 0;
}

.job-data__list {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

.job-data__list li {
  margin-top: 0.5em;
}

.--2col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}

@media screen and (min-width: 768px) {
  .program-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .program-info__data-points {
    margin-bottom: 3em;
    margin-top: 0;
  }

  .job-data {
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .program-info__data-points {
    padding: 0;
  }

  .program-info__data-points {
    margin-top: -4em;
  }
}


/**** Modal and Dialog Styles ****/
.btn-to-link {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

.modal {
  text-align: left;
  width: calc(100% - 2rem);
  font-size: 1rem;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  padding: 0;
}

.modal-inner {
  padding: 1.5rem;
}

.modal-data > *:first-child {
	margin-top: 0;
}

.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}

.modal-action {
  display: flex;
  justify-content: flex-end;
}

.close-modal-x {
  font-size: 1.5rem;
  border: 0;
  background-color: #ccc;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
  top: -0.5rem;
  right: -0.5rem;
}

.close-modal-x:hover {
  background-color: #b2e0e3;
}

@media screen and (min-width: calc(96ch + 2rem)) {
  .modal {
    max-width: 96ch;
  }
}
/**** END Modal and Dialog Styles ****/


/**** 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: #2A3B7C;
  color: #fff;
}
.program-btn.--gold {
  background-color: #f6b436;
  color: #2A3B7C;
}
.program-btn.--gold:hover {
  background-color: transparent;
  border-color: #f6b436;
  color: #f6b436;
}
.program-btn.--blue: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;
}

@media (max-width: 500px) {
  .program-btn {
    font-size: 1.125rem;
  }
}
/**** Insights Info Icons ****/
.insights-infocon {
  display: inline-block;
  text-align: center;
  margin: 1rem;
}
.insights-infocon__text {
  margin: 0;
  line-height: 1.2;
  color: #dbdad7;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.insights-infocon img {
  max-width: 72px;
}

.infocon-number {
  display: block;
  font-size: 2.25rem;
}

.--text-white {
  color: #fff;
}

@media (min-width: 768px) {
  .insights-infocon img {
    max-width: 100%;
  }

  .insights-infocon__text {
    font-size: 1.125rem;
  }

  .infocon-number {
    font-size: 3rem;
  }
}
/**** Insights Data ****/
.insights-container {
  background-color: #2A3B7C;
  padding: 40px 0 40px;
}

.insights {
  padding: 0 15px;
}

.--insights-heading {
  margin-bottom: 0.5rem;
  text-align: center;
}

.insights__leadertext {
  font-size: 1.125rem;
  line-height: 1.2;
  color: white;
  text-align: center;
}

.insights__footertext {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-style: italic;
  font-size: 0.85rem;
}

.insights__data {
  margin-top: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.insights__data > * {
  flex: 1 1 250px;
}

@media (min-width: 31.25em) {
  .insights__footertext {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .insights__leadertext {
    font-size: 1.5rem;
  }
}

/**** Career Opportunities ****/
.career-opportunities-container {
  background: #0D1C57;
  color: #fff;
  padding: 40px 0;
}

.career-opportunities {
  padding-left: 1rem;
  padding-right: 1rem;
}

.career-opportunities header {
  text-align: center;
  margin-bottom: 2.6rem;
}
.career-opportunities header em {
  opacity: 0.6;
}

.--career-opportunities-heading {
  color: #f6b436;
  text-align: center;
}

.career-opportunities__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 2rem;
}

.career-block {
  position: relative;
  padding-left: 1rem;
}
.career-block__title {
  font-size: 1rem;
  color: white;
  font-weight: 500;
  margin-top: 0;
}
.career-block__salary {
  font-size: 1.5rem;
  color: #58CEF0;
  font-weight: bold;
  margin-bottom: 0;
}
.career-block::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 400px) {
  .career-opportunities__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 500px) {
  .career-block {
    max-width: 100%;
  }
  .career-block__title {
    font-size: 1.5rem;
  }
  .career-block__salary {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 880px) {
  .career-opportunities {
    padding-left: 0;
    padding-right: 0;
  }

  .career-opportunities__list {
    grid-template-columns: repeat(3, 1fr);
  }
}


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

/**** Statement Block ****/
.statement-block {
  background-color: #4b4f55;
}
.statement-block__title {
  background-color: #313538;
  color: #fff;
  padding: 1rem;
  font-size: 1.3125rem;
}
.statement-block__title em {
  color: #f6b436;
  font-style: normal;
}
.statement-block__text {
  background-color: #4b4f55;
  color: #fff;
  padding: 1rem;
  font-size: 0.875rem;
}
.statement-block__text p {
  margin: 0 0 0.5rem 0;
}
.statement-block__text p:last-of-type {
  margin-bottom: 0;
}
.statement-block__text a {
  color: #f6b436;
  font-style: italic;
}

@media (min-width: 768px) {
  .statement-block-container {
    border-left: 4px solid #f6b436;
    padding-left: 4px;
  }

  .statement-block {
    display: flex;
    align-content: center;
  }
  .statement-block__title {
    font-size: 1.75rem;
    flex: 0 0 410px;
    display: flex;
    align-items: center;
  }
  .statement-block__text {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    flex: 1 1 auto;
  }
}
/**** Links  ****/
/**** 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;
  }
}
/**** Program Quick Contact Block  ****/
.icon-contactlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.icon-contactlist > li {
  margin-bottom: 0.5rem;
}

@media (min-width: 31.25em) {
  .icon-contactlist > li {
    margin-bottom: 0.85rem;
  }
}
/**** Program Details  ****/
.program-details {
  background-color: #2A3B7C;
  padding: 2rem;
  color: #fff;
  max-width: 953px;
}
.program-details__text {
  padding-top: 1rem;
}
.program-details .program-heading, .program-details a {
  color: #fff;
}
.program-details p {
  font-size: 1.3125rem;
  font-weight: bold;
}
.program-details__subhead {
  color: #f6b436;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.program-details__cta-main {
  display: inline-block;
  margin-bottom: 1em;
}

.program-details__ctas {
  border-top: 3px solid rgba(255, 255, 255, 0.15);
  margin-top: 1em;
  padding-top: 2em;
}

@media (min-width: 31.25em) {
  .program-details__text {
    display: flex;
    flex-flow: row wrap;
    flex: 0 1 66%;
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .program-details__text > * {
    flex-basis: calc(50% - 1rem);
  }

  .program-details p {
    font-size: 1.5rem;
  }
  .program-details__subhead {
    font-size: 1.125rem;
  }
}
@media (min-width: 42em) {
  .program-details {
    display: flex;
    justify-content: space-between;
  }

  .program-details__content {
    border-right: 3px solid rgba(255, 255, 255, 0.15);
  }

  .program-details__ctas {
    border-top: none;
    min-width: 240px;
    flex: 1 0 33%;
    padding-left: 2rem;
    padding-top: 0;
    margin-top: 0;
    align-self: center;
  }
}
/**** Program Details Block Layout ****/
.program-details-block {
  max-width: 1220px;
  margin-bottom: 4rem;
}

.quick-connect {
  padding: 4rem 2rem 0;
}

@media (min-width: 980px) {
  .program-details-block {
    display: flex;
    gap: 1.75rem;
    align-items: center;
    max-width: 1220px;
    margin: 4rem auto;
  }

  .quick-connect {
    flex: 1 0 299px;
    padding: 0;
  }
}
/*********************************
 * 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%;
}

.video-container {
  max-width: 900px;
  margin: 0 auto;
}

.success-caption * {
  margin: 0;
}

.success-caption {
  background-color: #2a3b7c;
  color: #fff;
  padding: 2rem;
}

.success-caption__title, .success-caption__program {
  color: #f6b436;
  font-weight: bold;
  margin-bottom: 1rem;
}

.success-caption__title {
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.success-caption__title .--titleem {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
}

.success-caption__program {
  font-size: 1.5rem;
  position: relative;
  padding-top: 1rem;
}

.success-caption__program::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 36px;
  height: 4px;
  background: #fff;
}

.success-caption__quote {
  padding: 0;
  font-size: 18px;
}

.success-caption__quote p::before {
  content: "“";
}

.success-caption__quote p::after {
  content: "”";
}

@media (min-width: 67.5em) {
  .success-video {
    display: flex;
    align-items: stretch;
  }

  .success-video .video-full {
    width: 65%;
    z-index: 3;
  }

  .success-video .success-caption {
    width: 35%;
  }
}
/**** Testimonial Container / Layout ****/
.testimonial-container {
  background-color: #f4f4f8;
  margin-top: 5rem;
}

.testimonial__text {
  position: relative;
  top: -1.5rem;
  padding: 0 1rem;
}

.--testimonial-title {
  color: #2A3B7C;
  text-align: center;
  margin-bottom: 1rem;
}

.testimonial__leadertext {
  font-weight: bold;
  line-height: 1.35;
  max-width: 64ch;
  margin: 0 auto;
  text-align: center;
}

.success-carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: -4rem;
}

.testimonial-container::after {
  content: "";
  display: table;
  margin-bottom: 8rem;
}

@media (min-width: 48em) {
  .success-caption__title {
    font-size: 3rem;
  }

  .testimonial__text {
    top: -2rem;
  }

  .testimonial__leadertext {
    line-height: 1.5;
  }
}
/**** Request Info block for Program Pages ****/
.program-info-request {
  position: relative;
  margin: 4rem auto;
}

.program-info-request.wrapper {
  margin: 4rem auto;
}

.info-request__form {
  background: #2A3B7C;
  width: 100%;
  float: right;
  padding: 2rem;
}
.info-request__form label {
  color: white;
}
.info-request__form label i {
  color: white;
  font-weight: normal;
}

.info-request__photo {
  width: 100%;
  position: static;
  display: block;
}

@media (min-width: 33em) {
  .info-request__form {
    padding: 4rem;
  }

  .info-request__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 61.25em) {
  .info-request__form {
    width: 70%;
    float: right;
    padding: 4rem;
    padding-left: 24%;
  }

  .info-request__photo {
    width: 48%;
    z-index: 2;
    position: absolute;
    top: 10rem;
  }
}
/************************************
* Accordion Styles
************************************/
.accordion__title {
  color: #fff;
  margin: 0;
  background-color: #2A3B7C;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1em;
  position: relative;
  min-height: 59px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1rem;
  border: none;
}

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

.accordion__title .--action {
  order: 1;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 59px;
  height: 59px;
  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;
}

.accordion__panel h3 {
  margin-bottom: 1rem;
}

@media (min-width: 31.25em) {
  .accordion__title {
    font-size: 1.3125rem;
  }
}
/**** Additional Program Info ****/
.additional-program-info {
  background: #f6b436;
  margin: 0 auto;
}
.additional-program-info .program-heading {
  color: #2A3B7C;
}

.add-program-wrapper {
  padding: 4rem 2rem;
  max-width: 844px;
  margin: 0 auto;
}

/**** Program Cards ****/
.program-card {
  background: #2A3B7C;
  max-width: 408px;
}

.program-card > img {
  width: 100%;
}

.program-card__details {
  padding: 0.75rem 1.25rem 1.25rem;
}

.program-card__title {
  font-size: 1.3125rem;
  color: #f6b436;
  margin-bottom: 0.25rem;
}

.program-card__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}

.program-card__link:hover {
	color: rgba(255,255,255,0.85);
}

/**** Program Cards Container ****/
.--related-programs-title {
  color: #2A3B7C;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  top: -2rem;
}

.related-programs {
  background: #f4f4f8;
  padding: 0 2rem 4rem;
  margin-top: 6rem;
}

.related-programs__wrapper {
  max-width: 52.75rem;
  margin: auto;
}

.related-programs__cardset {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 31.25em) {
  .program-card__title {
    font-size: 1.5rem;
  }
}
/**** Tuition Free Block *****/
.tuition-free {
  display: flex;
  align-items: center;
  position: static;
}
.tuition-free__image {
  display: block;
  padding-right: 1rem;
  flex-shrink: 0;
  width: 125px;
}
.tuition-free__text {
  font-size: 1rem;
  color: #3251a3;
  line-height: 1.4;
  font-weight: bold;
  max-width: 43ch;
}

.program-intro__text.--tuition-free {
  padding-bottom: 1rem;
}

@media (min-width: 980px) {
  .program-intro__text.--tuition-free {
    padding-bottom: 125px;
  }

  .tuition-free {
    position: absolute;
    bottom: -35px;
    left: -1rem;
    align-items: flex-start;
  }
  .tuition-free__text {
    margin-top: 2rem;
  }

  .tuition-free__image {
    width: initial;
  }
}

/*******************************
 * Event STYLES
 ******************************/
.neo-event-preview {
  display: flex;
  flex-direction: column;
}
.neo-event-preview__date {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #2A3B7C;
}
.neo-event-preview__title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #43484b;
}
.neo-event-preview__title > a {
  color: inherit;
  text-decoration: underline;
}
.neo-event-preview__title > a:hover {
  text-decoration: underline;
}
.neo-event-preview__time {
  font-size: 0.875rem;
  font-style: italic;
  color: #43484b;
}

.neo-event {
  background-color: #f4f4f8;
}
.neo-event__wrapper {
  padding: 4rem 2rem;
  max-width: 1220px;
  margin: 0 auto;
}
.neo-event__heading {
  margin: 0 0 2rem;
  line-height: 1.1;
  font-weight: bold;
  font-size: 2.25rem;
}

/********* 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(67, 72, 75, 0.35);
  padding-top: 1.5rem;
}
.neo-event-list .neo-event-preview:first-child {
  border-top: none;
  padding-top: 0;
}

@media screen and (min-width: 576px) {
  .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__heading {
    font-size: 3.5rem;
  }

  .neo-event-preview__date {
    font-size: 1.3125rem;
  }
  .neo-event-preview__title {
    font-size: 1.125rem;
  }
  .neo-event-preview__time {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .neo-event__heading {
    font-size: 4.25rem;
  }
}
/*** END Event Styles ***/

/**************************
 * Back to Work Layouts
 *************************/
/*** Compensates for the mobile absolute positioned header ***/
@media (max-width: 879px) {
  .first-item-push-down {
    padding-top: 4rem;
    background: transparent;
  }
}

/************************************
* Alert Styles
************************************/
.neoalert {
	background-color: #002f87;
	background-image: linear-gradient(to right, #0076bb, #06a7e0);
	color: white;
	font-size: 24px;
	min-height: 96px;
	display: flex;
	align-items: center;
	padding: 1em;
}

.neoalert a {
	color: white;
}

.neoalert__icon {
	opacity: 0.75;
	display: block;
	margin-right: 1em;
}

.foo-container {
	background-image: linear-gradient(white 50%, #f4f4f8 50%);
}

@media screen and (min-width: 560px) {
	.neoalert {
		font-size: 24px;
	}
}

/**** External Form ****/
.external-form {
	background: #f4f4f8;
}

/**** Career Outcomes ****/
.outcomes {
  background-color: #2A3B7C;
  color: #fff;
  padding: 4rem 0;
}

.outcomes-text {
  padding: 0 2rem;
}

.--outcomes-heading {
	color: #f6b436;
	text-transform: uppercase;
}

.outcomes-text > p {
  line-height: 1.5;
}

.outcomes-text > p:last-of-type {
	margin-bottom: 0;
}

.outcomes-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 660px) {
  .outcomes-data {
	  padding: 0 2rem;
  }
}

@media screen and (min-width: 980px) {
  .outcomes-layout {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
	padding-left: 1rem;
  }
  .outcomes-text {
    flex: 1 1 420px;
	padding: 0;
  }

  .outcomes-data {
    flex: 0 1 660px;
	padding: 0;
  }
}

/*# sourceMappingURL=prod.css.map */
