:root {
  --sra-primary: #F36C21;
  --sra-secondary: #E71324;
  --sra-blue: #238FCF;
  --sra-medium-blue: #1655A1;
  --sra-navy: #2C318C;
  --sra-gray: #6E6259;
  --sra-black: #0a0a0a;
  --sra-white: #fff;
  --sra-transparent: transparent;
  --sra-bg-color: #fff;
  --sra-text-color: #0a0a0a;
  --sra-text-lg-color: #7E756F;
  --sra-text-gray-color: #7E756F;
  --sra-heading-color: #7E756F;
  --sra-form-text: #7E756F;
  --sra-border-color: rgba(178, 180, 178, 0.2);
  --sra-menu-links-color: #6E6259;
  --sra-link-color: #238FCF;
  --sra-link-color-hover: #1655A1;
  --sra-tag-color: #6E6259;
  --sra-eyebrow-color: #6E6259;
  --sra-bg: #fff;
  --sra-bg-ice: #B7D1DC;
  --sra-btn-fill: #fff;
  --sra-btn-fill-hover: #E71324;
  --sra-btn-color: #E71324;
  --sra-btn-color-hover: #fff;
  --sra-btn-border: #E71324;
  --sra-btn-border-hover: #E71324;
  --sra-graphic-bgd-color: #fef0e9; }

:root {
  --sra-primary: #F36C21;
  --sra-secondary: #E71324;
  --sra-blue: #238FCF;
  --sra-medium-blue: #1655A1;
  --sra-navy: #2C318C;
  --sra-gray: #6E6259;
  --sra-black: #0a0a0a;
  --sra-white: #fff;
  --sra-transparent: transparent;
  --sra-bg-color: #fff;
  --sra-text-color: #0a0a0a;
  --sra-text-lg-color: #7E756F;
  --sra-text-gray-color: #7E756F;
  --sra-heading-color: #7E756F;
  --sra-form-text: #7E756F;
  --sra-border-color: rgba(178, 180, 178, 0.2);
  --sra-menu-links-color: #6E6259;
  --sra-link-color: #238FCF;
  --sra-link-color-hover: #1655A1;
  --sra-tag-color: #6E6259;
  --sra-eyebrow-color: #6E6259;
  --sra-bg: #fff;
  --sra-bg-ice: #B7D1DC;
  --sra-btn-fill: #fff;
  --sra-btn-fill-hover: #E71324;
  --sra-btn-color: #E71324;
  --sra-btn-color-hover: #fff;
  --sra-btn-border: #E71324;
  --sra-btn-border-hover: #E71324;
  --sra-graphic-bgd-color: #fef0e9; }

[class^='sg-button-bg'] {
  padding: 30px; }
  [class^='sg-button-bg'].sg-button-bg--claret {
    background-color: #861F41; }
  [class^='sg-button-bg'].sg-button-bg--green {
    background-color: #40C1AC; }
  [class^='sg-button-bg'].sg-button-bg--blue {
    background-color: #238FCF; }
  [class^='sg-button-bg'].sg-button-bg--orange {
    background-color: #F36C21; }
  [class^='sg-button-bg'].sg-button-bg--red {
    background-color: #E71324; }

.cta-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--sra-btn-fill);
  border: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px var(--sra-btn-border);
  box-shadow: 0 0 0 1px var(--sra-btn-border);
  color: var(--sra-btn-color);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'gibson-regular', sans-serif;
  font-size: 1.25rem;
  min-height: 48px;
  letter-spacing: 0.015em;
  line-height: 1;
  margin: 0;
  padding: 3px 2em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: background ease-in-out 0.15s, color ease-in-out 0.15s;
  -o-transition: background ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: background ease-in-out 0.15s, color ease-in-out 0.15s;
  width: auto; }
  @media (min-width: 1024px) {
    .cta-button {
      white-space: nowrap; } }
  .cta-button:hover, .cta-button:focus {
    background: var(--sra-btn-fill-hover);
    -webkit-box-shadow: 0 0 0 1px var(--sra-btn-border-hover);
    box-shadow: 0 0 0 1px var(--sra-btn-border-hover);
    color: var(--sra-btn-color-hover); }
  .cta-button strong {
    font-weight: normal; }
  .cta-button--ftr {
    font-family: 'gibson-regular', sans-serif;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    letter-spacing: 0.015em;
    line-height: 50px;
    margin: 0;
    padding: 0 50px;
    position: relative;
    vertical-align: bottom;
    width: auto;
    height: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s; }
    @media (min-width: 1024px) {
      .cta-button--ftr {
        white-space: nowrap; } }
    .cta-button--ftr:visited, .cta-button--ftr:active {
      background-color: transparent;
      color: #fff; }
    .cta-button--ftr:hover, .cta-button--ftr:focus {
      background-color: #fff;
      border: 1px solid #fff;
      color: #1655A1;
      text-decoration: none; }
    .footer--top .cta-button--ftr:hover {
      color: #861F41; }
  .cta-button.btn-solid {
    background-color: #E71324;
    color: #fff !important; }
    .cta-button.btn-solid:hover, .cta-button.btn-solid:focus {
      background-color: #861F41;
      border-color: #861F41; }

.cta-link {
  font-family: 'gibson-light', sans-serif;
  color: #0a0a0a;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.015em;
  text-decoration: underline;
  text-transform: lowercase;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s; }
  .cta-link:visited, .cta-link:active {
    color: #0a0a0a; }
  .cta-link:hover, .cta-link:focus {
    color: #E71324; }

.cta-link.course-catalog {
  font-family: 'gibson-light', sans-serif;
  color: #0a0a0a;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.015em;
  text-decoration: underline;
  text-transform: lowercase;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  display: block;
  margin-top: 4rem;
  text-align: left;
  text-transform: unset; }
  .cta-link.course-catalog:visited, .cta-link.course-catalog:active {
    color: #0a0a0a; }
  .cta-link.course-catalog:hover, .cta-link.course-catalog:focus {
    color: #E71324; }

h2,
h3,
h4,
h5 {
  color: var(--sra-heading-color); }

.hero-title,
.section-title {
  --sra-heading-color: var(--sra-black);
  font-family: "gibson-semibold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.015em;
  line-height: 1.2;
  margin-bottom: 0.375em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .hero-title,
    .section-title {
      font-size: 6.2rem; } }
  @media screen and (min-width: 1280px) {
    .hero-title,
    .section-title {
      font-size: 7.2rem; } }

.section-subtitle {
  font-family: "gibson-light", sans-serif;
  color: var(--sra-text-lg-color);
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.015em;
  line-height: 1.3;
  -webkit-margin-after: 1.5em;
  margin-block-end: 1.5em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .section-subtitle {
      font-size: 3rem; } }
  @media screen and (min-width: 1280px) {
    .section-subtitle {
      font-size: 3.4rem; } }
  .section-subtitle p {
    font-family: "gibson-light", sans-serif;
    color: var(--sra-text-lg-color);
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.015em;
    line-height: 1.3;
    -webkit-margin-after: 1.5em;
    margin-block-end: 1.5em;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .section-subtitle p {
        font-size: 3rem; } }
    @media screen and (min-width: 1280px) {
      .section-subtitle p {
        font-size: 3.4rem; } }

.page-subheader {
  font-family: "gibson-light", sans-serif;
  color: var(--sra-heading-color);
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .page-subheader {
      font-size: 3rem;
      margin: 0 auto;
      max-width: 85%; } }
  @media (min-width: 1280px) {
    .page-subheader {
      font-size: 3.4rem; } }

.section-lead-text > p,
.section-lead-text {
  font-family: "gibson-light", sans-serif;
  color: var(--sra-heading-color);
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .section-lead-text > p,
    .section-lead-text {
      font-size: 3rem;
      margin: 0 auto; } }
  @media (min-width: 1280px) {
    .section-lead-text > p,
    .section-lead-text {
      font-size: 3.4rem; } }

.page-subheader p {
  font-size: inherit;
  line-height: inherit; }

.alert-banner {
  --sra-text-color: #fff;
  --sra-heading-color: #fff;
  font-family: "gibson-light", sans-serif;
  position: absolute;
  display: block;
  background-color: #A03753;
  padding: 16px;
  font-size: 1.9rem;
  z-index: 2;
  width: 100%;
  border-radius: 0 0 16px 16px; }
  .alert-banner * {
    margin: 0; }
  @media (min-width: 1024px) {
    .alert-banner {
      display: none; } }

.alert-banner__content {
  width: 100%; }

.alert-close {
  font-family: "gibson-semibold", sans-serif;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 1.875;
  position: absolute;
  right: 5px;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  top: 5px;
  width: 24px; }
  .alert-close:hover, .alert-close:focus {
    background-color: rgba(0, 0, 0, 0.375); }
  @media (min-width: 1024px) {
    .alert-close {
      margin-top: 0; } }
