@charset "UTF-8";
/**
 * CSS Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

textarea {
  font-family: inherit; }

sub {
  font-size: 0.7em;
  vertical-align: text-bottom;
  line-height: 1em; }

sup {
  font-size: 0.7em;
  vertical-align: text-top;
  line-height: 1em; }

small {
  font-size: 0.8em; }

img, svg {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0px;
  line-height: 0px;
  clear: both; }

/**
 * Base styles
 */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  line-height: 1.6em;
  color: #151515;
  background-color: #ffffff; }

.constraint {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem; }

a {
  color: #032749;
  text-decoration: underline; }
  a:hover {
    color: #004785; }

h1 {
  font-weight: 600;
  font-size: 2.0em;
  line-height: 1.25em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.75rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 1em; }

h3 {
  font-size: 1.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 1em; }

@media (min-width: 480px) {
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.6rem; } }

hr {
  border: 0;
  border-top: 5px solid #d7d7d7;
  margin: 4rem auto;
  width: 100%;
  max-width: 1100px; }

input[type="submit"], a.button {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  border: 1px solid transparent;
  padding: 0.5em 2em;
  border-radius: 3px;
  color: #004785;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 150ms ease;
  -webkit-appearance: none; }

a.button {
  background: #ffdc04; }

a.button:hover {
  background: #eac900; }

a.button.secondary {
  background: #032749;
  border: 1px solid #004785;
  color: #fff; }
  a.button.secondary.ghost {
    background-color: transparent;
    border-color: #032749;
    color: #032749; }
    a.button.secondary.ghost:hover {
      background-color: #032749;
      color: white; }

a.button.secondary:hover {
  background: #004785; }

a.button.tertiary {
  background: #004785;
  border: 1px solid #004785;
  color: #fff; }

a.button.tertiary:hover {
  background: #032749; }

input[type="submit"]:active, a.button:active {
  transform: translateY(1px); }

.no-js .no-js-hide {
  display: none; }

dfn {
  border-bottom: 1px dotted;
  cursor: help; }

ol {
  list-style: decimal;
  margin: 0 0 0 1.5em; }

.nowrap {
  white-space: nowrap; }

@media (min-width: 900px) {
  .float {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); } }

.test-control {
  display: block; }

.test-variation {
  display: none; }

.image-two-up {
  display: block;
  text-align: center;
  margin-bottom: -3rem; }
  .image-two-up > img {
    max-width: 75%;
    margin-bottom: 3rem; }
  @media (min-width: 480px) {
    .image-two-up {
      display: flex;
      margin-bottom: 0; }
      .image-two-up > img {
        max-width: 45%;
        margin: auto; } }
#skiptocontent {
  position: absolute;
  top: 0;
  left: -9999px;
  padding: 0.25em 1em;
  background-color: #fff;
  color: #000;
  border: 3px solid #000;
  z-index: 1; }
  #skiptocontent:focus {
    left: 0; }

.main-nav-mobile {
  background-color: #032749;
  display: flex;
  padding: .75rem .25rem .75rem 1.25rem;
  justify-content: space-between; }
  .main-nav-mobile .main-nav-mobile-logo {
    flex: 1;
    background: url("../images/usf-online-logo-white.svg") center left no-repeat;
    background-size: contain;
    max-width: 225px;
    margin-right: 1rem; }
    .main-nav-mobile .main-nav-mobile-logo a {
      display: block;
      height: 100%; }
      .layout-squeeze .main-nav-mobile .main-nav-mobile-logo a {
        display: none; }

.mobile-actions {
  display: flex;
  align-items: center; }
  .mobile-actions .apply {
    margin-right: .5rem; }
    .mobile-actions .apply a.button {
      font-size: 1rem;
      padding: .5em; }

.menu-button {
  flex-basis: 3rem; }
  .layout-squeeze .menu-button {
    display: none; }
  .menu-button button {
    background: transparent;
    border: none;
    font-size: 0.8rem;
    padding: 0.5em .75em .25em;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font: inherit;
    line-height: 1em; }
    .menu-button button span {
      display: block;
      width: 75%;
      height: 4px;
      background: #fff;
      border-radius: 2px;
      position: relative;
      margin: .5rem 12.5% 1rem; }
      .menu-button button span::before, .menu-button button span::after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        transition: 150ms ease; }
      .menu-button button span::before {
        transform: translateY(-8px); }
      .menu-button button span::after {
        transform: translateY(8px); }
      .open .menu-button button span {
        background: transparent; }
        .open .menu-button button span::before {
          transform: translateY(0px) rotate(45deg); }
        .open .menu-button button span::after {
          transform: translateY(0px) rotate(-45deg); }

.main-nav {
  display: none; }
  .layout-squeeze .main-nav {
    display: none; }
  .open .main-nav {
    display: block; }
  .main-nav .desktop-only {
    display: none; }
  .main-nav li {
    border-bottom: 1px solid #a0a1a4; }
  .main-nav a {
    display: block;
    padding: 0.5em 3rem 0.5em 1.5rem;
    color: #004785;
    text-decoration: none;
    position: relative; }
    .main-nav a[data-dialog-form="true"] {
      background-color: #ffdc04; }
    .main-nav a:active {
      background-color: #ffdc04; }
    .main-nav a::after {
      content: "";
      position: absolute;
      width: 1em;
      height: 1em;
      right: 1.0rem;
      top: 50%;
      margin-top: -0.5em;
      background: url("../images/nav-arrow.svg") center no-repeat;
      background-size: contain; }
    .main-nav a.no-arrow::after {
      content: none; }
  .main-nav .main-nav-primary > li:first-child > a {
    background-color: #004785;
    color: #fff;
    font-weight: bold; }
  .main-nav .main-nav-primary > li > ul > li > span {
    padding: 0.5em 1.5rem;
    color: #004785;
    background-color: #e1e1e1;
    display: block;
    border-bottom: 1px solid #a0a1a4; }
  .main-nav .main-nav-secondary a {
    font-weight: bold; }

.main-nav-logo {
  display: none; }

.header-content-container {
  position: relative;
  display: flex;
  flex-direction: column; }
  .header-content-container .header-image,
  .header-content-container .header-content {
    height: 66vw;
    max-height: 300px; }
  .header-content-container .header-image {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #032749;
    overflow: hidden; }
    .header-content-container .header-image::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 75%;
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95)); }
  .header-content-container .header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: .5rem 1.25rem 1rem;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.5em;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75); }
    .header-content-container .header-content .page-heading h1 {
      font-size: 0.8em;
      line-height: 1.1em;
      margin: 0;
      text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.75); }
      .layout-home .header-content-container .header-content .page-heading h1 {
        font-size: 1.25em; }
      .header-content-container .header-content .page-heading h1 span {
        color: #ffdc04; }
    .header-content-container .header-content .page-subheading {
      font-size: 0.6em;
      line-height: 1.25em; }
      .header-content-container .header-content .page-subheading span {
        color: #ffdc04; }
      .header-content-container .header-content .page-subheading a.button {
        text-shadow: none;
        font-size: 1em;
        margin: 0.5rem 0; }
  .layout-minimal .header-content-container {
    background-color: #004785; }
    .layout-minimal .header-content-container .header-image {
      display: none; }
    .layout-minimal .header-content-container .header-content {
      height: auto;
      padding: 1.5rem 1.5rem; }

@media (min-width: 500px) {
  .header-content-container .header-content {
    font-size: 2.25rem; } }

@media (min-width: 900px) {
  .main-nav-mobile {
    display: none; }
  .main-nav-container {
    display: flex;
    justify-content: center;
    background-color: #032749; }
  .main-nav-logo {
    display: block;
    flex-basis: 20%;
    max-width: 220px;
    background: url("../images/usf-online-logo-white.svg") center no-repeat;
    background-size: 85%; }
    .main-nav-logo a {
      display: block;
      height: 100%; }
      .layout-squeeze .main-nav-logo a {
        display: none; }
  .main-nav {
    display: flex;
    flex: 1;
    max-width: 880px; }
    .open .main-nav {
      display: flex; }
    .main-nav .desktop-only {
      display: block; }
    .main-nav li {
      border: 0; }
    .main-nav a {
      padding: 0; }
      .main-nav a::after {
        content: none; }
      .main-nav a:active {
        background-color: transparent; }
    .main-nav .main-nav-secondary {
      display: none; }
    .main-nav .main-nav-primary {
      display: flex;
      flex-grow: 1; }
      .main-nav .main-nav-primary a {
        color: #fff;
        text-decoration: none; }
      .main-nav .main-nav-primary > li {
        flex-grow: 1;
        text-align: center;
        position: relative; }
        .main-nav .main-nav-primary > li:first-child > a {
          background: none; }
        .main-nav .main-nav-primary > li > a {
          font-size: 0.85em;
          line-height: 80px;
          font-weight: bold;
          display: block; }
        .main-nav .main-nav-primary > li > ul {
          display: none; }
        .main-nav .main-nav-primary > li:hover > a {
          background-color: #004785; }
        .main-nav .main-nav-primary > li:hover > ul {
          display: block;
          position: absolute;
          width: 500px;
          background: #004785;
          padding: 2rem;
          color: #fff;
          text-align: left;
          line-height: 1.75em;
          z-index: 1;
          box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5); }
          .main-nav .main-nav-primary > li:hover > ul > li {
            margin-bottom: 1em; }
            .main-nav .main-nav-primary > li:hover > ul > li > span {
              background-color: transparent;
              padding: 0;
              display: unset;
              border: 0;
              color: #fff;
              text-transform: uppercase;
              font-weight: bold; }
            .main-nav .main-nav-primary > li:hover > ul > li li {
              text-transform: none;
              font-weight: normal; }
          .main-nav .main-nav-primary > li:hover > ul a:hover {
            text-decoration: underline; }
    .main-nav .cta {
      flex-basis: 120px;
      text-align: center;
      font-size: 0.9em;
      margin: 0 0.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .main-nav .cta a {
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 1.5em; }
        .main-nav .cta a.button {
          font-size: 1em;
          padding: 0.25em 1em;
          color: #032749; }
  .header-content-container {
    flex-direction: row;
    justify-content: center;
    height: 400px; }
    .header-content-container .header-content {
      font-size: 3rem;
      display: block;
      height: auto;
      max-height: auto;
      flex: 2;
      max-width: 600px;
      align-self: flex-end;
      padding: 0 1.5rem 3rem 1.5rem; }
      .header-content-container .header-content.no-form {
        max-width: 720px; }
    .header-content-container .module-form {
      position: relative;
      flex: 1.5;
      max-width: 350px;
      max-height: 100%;
      align-self: center; }
    .header-content-container .header-image {
      max-height: unset;
      height: 100%; }
    .layout-minimal .header-content-container {
      height: auto; }
      .layout-minimal .header-content-container .header-content {
        padding: 3rem 1.5rem; }
  .layout-squeeze .main-nav-logo {
    height: 80px;
    flex: 1; }
  .layout-squeeze .main-nav {
    display: flex;
    flex-direction: row-reverse;
    max-width: 720px; }
    .layout-squeeze .main-nav .main-nav-primary {
      display: none; }
    .layout-squeeze .main-nav .cta {
      flex-direction: row;
      flex-basis: 250px;
      align-items: center;
      justify-content: space-between; } }

@media (min-width: 1000px) {
  .main-nav .main-nav-primary > li > a {
    font-size: 1em; }
  .header-content-container .header-content {
    padding-left: 0; } }

#site-header-landing {
  background-color: #004785; }
  #site-header-landing a {
    color: #fff; }
  #site-header-landing .constraint {
    display: flex;
    padding: .75rem .25rem .75rem 1.25rem;
    justify-content: space-between; }
  #site-header-landing .site-header-landing-logo {
    flex: 1;
    background: url("../images/usf-online-logo-white.svg") center left no-repeat;
    background-size: contain;
    max-width: 225px;
    margin-right: 1rem; }
  #site-header-landing .site-header-landing-actions {
    display: flex;
    align-items: center; }
    #site-header-landing .site-header-landing-actions .call-mobile a {
      color: #fff;
      text-decoration: none;
      display: block;
      flex-direction: column;
      text-align: center;
      padding: 3px 10px;
      justify-content: space-between;
      line-height: 1;
      text-transform: uppercase; }
    #site-header-landing .site-header-landing-actions .call-mobile svg {
      width: 1.5em;
      height: 1.5em;
      fill: #fff;
      margin: 0 auto 8px; }
    #site-header-landing .site-header-landing-actions .call-desktop {
      display: none; }
  @media (min-width: 900px) {
    #site-header-landing .constraint {
      padding: 0.5rem 1.5rem; }
    #site-header-landing .site-header-landing-logo {
      height: 70px; }
    #site-header-landing .site-header-landing-actions .call-mobile {
      display: none; }
    #site-header-landing .site-header-landing-actions .call-desktop {
      display: block; }
      #site-header-landing .site-header-landing-actions .call-desktop a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em; } }
#hero-landing {
  height: 125vw;
  max-height: 475px;
  position: relative; }
  #hero-landing .header-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover; }
  #hero-landing .hero-image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, transparent 50%, #004785); }
  #hero-landing .hero-landing-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem;
    color: #fff; }
    #hero-landing .hero-landing-content h1.hidden {
      position: absolute;
      left: -9999px; }
    #hero-landing .hero-landing-content p.subtitle {
      margin-top: 1rem;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.2em;
      max-width: 350px; }
  @media (min-width: 800px) {
    #hero-landing {
      height: 50vw;
      max-height: 650px;
      overflow: hidden; }
      #hero-landing .hero-image-overlay {
        background: radial-gradient(rgba(0, 71, 133, 0.9), rgba(0, 0, 0, 0) 70%);
        transform: translateY(50%) translateX(-45%); }
      #hero-landing .hero-landing-content p.subtitle {
        font-size: 1.7em; } }
.hero-action {
  text-align: center;
  padding: 0.5rem;
  background: #032749;
  font-size: 1.2em; }

.content {
  margin: 4rem 0; }
  .content .constraint {
    max-width: 720px; }
  .content h2 {
    color: #004785;
    font-size: 1.5rem;
    line-height: 1.15em; }
    .content h2.center {
      text-align: center; }
  .content h3 {
    color: #004785;
    font-size: 1.25rem;
    line-height: 1.25em;
    margin-bottom: 1rem; }
  .content p, .content ul, .content ol {
    font-size: 1.0rem;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  .content ol, .content ul {
    margin-left: 1.5em; }
    .content ol li, .content ul li {
      margin-bottom: 0.25em; }
  .content ul {
    list-style: disc; }
    .content ul.no-bullets {
      list-style: none;
      margin-left: 0; }
    .content ul.check-list {
      list-style: none;
      margin-left: 2em; }
      .content ul.check-list > li {
        position: relative;
        margin-bottom: 1.5em; }
        .content ul.check-list > li::before {
          content: "";
          background-image: url("../images/icon-ul-check.png");
          width: 1.5em;
          height: 1.5em;
          display: inline-block;
          background-size: cover;
          position: absolute;
          left: -2em; }
  .content ol {
    list-style: decimal; }
  .content p.highlight {
    background-color: #004785;
    color: #fff;
    padding: 1.5rem;
    font-size: 1.5em; }
  .content p.overview-image {
    margin-bottom: 0; }
    .content p.overview-image + h3 {
      padding: 0.5rem 1.5rem;
      background-color: #004785;
      color: #fff; }
  .content p.badges {
    text-align: center; }
    .content p.badges img {
      max-width: 150px; }
  @media (min-width: 480px) {
    .content h2 {
      font-size: 1.75rem; }
    .content h3 {
      font-size: 1.4rem; }
    .content p, .content ul, .content ol {
      font-size: 1.15rem; } }
  @media (min-width: 900px) {
    .content h2 {
      font-size: 2.0rem; }
    .content h3 {
      font-size: 1.6rem; }
    .content p, .content ul, .content ol {
      font-size: 1.25rem; } }
  .content.wide .constraint {
    max-width: 1080px; }
  .content.reverse {
    background-color: #004785;
    color: #ffffff;
    margin: 0;
    padding: 4rem 0; }
    .content.reverse h2, .content.reverse h3 {
      color: #fff; }
    .content.reverse.pre-offset {
      padding-top: 2rem;
      padding-bottom: 1rem; }
      .content.reverse.pre-offset + .content.offset {
        margin-top: 2rem; }
      @media (min-width: 900px) {
        .content.reverse.pre-offset {
          padding: 4rem 0 8rem; }
          .content.reverse.pre-offset + .content.offset {
            margin-top: 0; } }
  .content.bg-tertiary {
    background-color: #032749;
    color: #ffffff;
    margin: 0;
    padding: 4rem 0; }
    .content.bg-tertiary h2, .content.bg-tertiary h3 {
      color: #fff; }
    .content.bg-tertiary.pre-offset {
      padding-top: 2rem;
      padding-bottom: 1rem; }
      .content.bg-tertiary.pre-offset + .content.offset {
        margin-top: 2rem; }
      @media (min-width: 900px) {
        .content.bg-tertiary.pre-offset {
          padding: 4rem 0 8rem; }
          .content.bg-tertiary.pre-offset + .content.offset {
            margin-top: 0; } }
  .content.bg-gray {
    background-color: #ebebeb;
    margin: 0;
    padding: 4rem 0; }
  @media (min-width: 900px) {
    @supports (display: grid) {
      .content.offset {
        background-color: #ebebeb;
        margin: 0;
        padding: 4rem 0; }
        .content.offset .constraint {
          padding: 2rem 3rem;
          background-color: #fff;
          border: 3px solid #707070;
          margin-top: -160px; } } }
  .content.center {
    text-align: center; }
  .content.thank-you-collateral {
    display: none; }

.why-choose {
  background-color: #032749;
  color: #fff;
  padding: 4rem 0;
  text-align: center; }
  .why-choose h2 {
    font-size: 1.5rem;
    line-height: 1.15em; }
  .why-choose h3 {
    margin-bottom: 1rem;
    font-size: 4.25rem;
    line-height: 1em;
    letter-spacing: -0.03em; }
  @media (min-width: 480px) {
    .why-choose h2 {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .why-choose h2 {
      font-size: 2.5rem; } }
  .why-choose .stat {
    border-bottom: 1px solid #004785;
    padding: 1.5rem 0;
    max-width: 450px;
    margin: 0 auto; }
    .why-choose .stat:last-child {
      border-bottom: 0; }
    .why-choose .stat p {
      line-height: 1.25em; }
  @media (min-width: 800px) {
    .why-choose .stats {
      display: flex;
      justify-content: space-between; }
    .why-choose .stat {
      flex: 1;
      padding: 0.5rem 1.5rem;
      border-bottom: 0;
      border-right: 1px solid #004785; }
      .why-choose .stat:last-child {
        border-right: 0; } }
  @media (min-width: 1000px) {
    .why-choose h3 {
      font-size: 5rem; } }
.start-date {
  background-color: #ebebeb;
  text-align: center;
  color: #004785;
  padding: 4rem 0;
  font-size: 1.75rem;
  line-height: 1.5em; }
  .start-date a[href^="tel"] {
    color: #004785;
    text-decoration: none;
    white-space: nowrap; }
    .start-date a[href^="tel"]:hover {
      text-decoration: underline; }
  @media (min-width: 900px) {
    .start-date {
      font-size: 2rem; } }
  .start-date.bg-white {
    background-color: #fff;
    padding: 0;
    margin: 4rem 0; }

.start-date-2 {
  padding: 3rem 0;
  background-color: #032749;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em; }
  .start-date-2 a.button {
    font-size: .8em;
    padding: .5em 1em;
    line-height: 1.25rem;
    color: #032749; }
  .start-date-2 a[href^=tel] {
    color: #fff;
    text-decoration: none; }
    .start-date-2 a[href^=tel]:hover {
      text-decoration: underline; }
  @media (min-width: 900px) {
    .start-date-2 {
      font-size: 2rem; } }
.financial-aid {
  padding: 4rem 0;
  background-color: #032749;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.25em; }
  .financial-aid p {
    margin-bottom: 1rem; }
  .financial-aid a {
    color: #ffdc04;
    text-decoration: none; }
    .financial-aid a:hover {
      text-decoration: underline; }
  @media (min-width: 900px) {
    .financial-aid {
      font-size: 2.5rem; } }
.stat-blocks {
  margin: 4rem 0; }
  .stat-blocks .preface {
    margin-bottom: 3rem; }
    .stat-blocks .preface .constraint {
      max-width: 720px; }
    .stat-blocks .preface h2 {
      color: #004785;
      font-size: 1.5rem;
      line-height: 1.15em; }
    .stat-blocks .preface h3 {
      color: #004785;
      font-size: 1.25rem;
      line-height: 1.25em; }
    .stat-blocks .preface p, .stat-blocks .preface ul, .stat-blocks .preface ol {
      font-size: 1.0rem;
      line-height: 1.5em;
      margin-bottom: 1.5em; }
    @media (min-width: 480px) {
      .stat-blocks .preface h2 {
        font-size: 2rem; }
      .stat-blocks .preface h3 {
        font-size: 1.5rem; }
      .stat-blocks .preface p, .stat-blocks .preface ul, .stat-blocks .preface ol {
        font-size: 1.15rem; } }
    @media (min-width: 900px) {
      .stat-blocks .preface h2 {
        font-size: 2.5rem; }
      .stat-blocks .preface h3 {
        font-size: 2rem; }
      .stat-blocks .preface p, .stat-blocks .preface ul, .stat-blocks .preface ol {
        font-size: 1.25rem; } }
  .stat-blocks .constraint {
    max-width: 1000px; }
  .stat-blocks .stat {
    background: #004785;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 1rem;
    text-align: center; }
    .stat-blocks .stat h3 {
      padding: 1rem;
      font-size: 4rem;
      line-height: 1em;
      background-color: #032749;
      margin: 0; }
      .stat-blocks .stat h3 em {
        font-size: 0.25em;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        display: block; }
      .stat-blocks .stat h3.small {
        font-size: 2.5rem; }
      .stat-blocks .stat h3.x-small {
        font-size: 1.75rem; }
    .stat-blocks .stat p {
      padding: 1em; }
  @media (min-width: 800px) {
    .stat-blocks .stats {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .stat-blocks .stat {
      flex-shrink: 0;
      width: 30%; }
      .stat-blocks .stat h3 {
        font-size: 5rem; }
      .stat-blocks .stat p {
        font-size: 1.25em; }
    .stat-blocks.count-2 .constraint {
      max-width: 760px; }
    .stat-blocks.count-2 .stat {
      flex-basis: 48%;
      width: auto;
      max-width: unset; }
    .stat-blocks.count-2.wide .constraint {
      max-width: 1000px; }
    .stat-blocks.count-2.wide .stat {
      flex-basis: 45%;
      margin: 0 0 6%; } }
.split-content {
  margin: 4rem 0; }
  .split-content h2 {
    color: #004785;
    font-size: 1.5rem;
    line-height: 1.15em; }
  .split-content h3 {
    font-size: 1.25rem;
    line-height: 1.25em; }
  .split-content blockquote {
    font-size: 1.1em; }
  .split-content ul {
    list-style: disc;
    margin-left: 1.5rem; }
  .split-content p, .split-content ul, .split-content ol {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  @media (min-width: 480px) {
    .split-content h2 {
      font-size: 2rem; }
    .split-content h3 {
      font-size: 1.5rem; }
    .split-content p, .split-content ul, .split-content ol {
      font-size: 1.15em; } }
  @media (min-width: 900px) {
    .split-content h2 {
      font-size: 2.5rem; }
    .split-content h3 {
      font-size: 2rem; }
    .split-content p, .split-content ul, .split-content ol {
      font-size: 1.25em; } }
  .split-content.bg-gray {
    margin: 0;
    padding: 0 0 4rem 0;
    background-color: #ebebeb; }
  .split-content.reverse {
    margin: 0;
    padding: 4rem 0;
    background-color: #004785;
    color: #fff; }
    .split-content.reverse h2, .split-content.reverse h3 {
      color: #fff; }
      .split-content.reverse h2 em, .split-content.reverse h3 em {
        font-style: normal;
        color: #ffdc04; }
  .split-content .constraint {
    max-width: 480px; }
  .split-content .split-content-image {
    margin: 0 -1.5rem 1.5rem;
    text-align: center; }
  @media (min-width: 800px) {
    .split-content {
      margin: 6rem 0;
      /* &.reverse {
            .split-content-image {
                img {
                    border: 2px solid #fff;
                }
            }
        } */ }
      .split-content.bg-gray, .split-content.reverse {
        margin: 0;
        padding: 6rem 0; }
      .split-content .constraint {
        display: flex;
        max-width: 1100px;
        align-items: center; }
      .split-content .split-content-image {
        flex: 1 1 50%;
        margin: 0 2% 0 0; }
      .split-content .split-content-content {
        flex: 1 0 50%;
        margin: 0 0 0 2%; }
      .split-content.image-right .constraint {
        flex-direction: row-reverse; }
      .split-content.image-right .split-content-image {
        margin: 0 0 0 2%; }
      .split-content.image-right .split-content-content {
        margin: 0 2% 0 0; } }
.testimonial {
  background-color: #032749;
  color: #fff; }
  .testimonial .constraint {
    max-width: 1100px; }
  .testimonial h2 {
    font-size: 1.5rem;
    line-height: 1.15em; }
  .testimonial h3 {
    font-size: 1.25rem;
    line-height: 1.25em; }
  .testimonial p, .testimonial ul, .testimonial ol {
    font-size: 1.0rem;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  @media (min-width: 480px) {
    .testimonial h2 {
      font-size: 2rem; }
    .testimonial h3 {
      font-size: 1.5rem; }
    .testimonial p, .testimonial ul, .testimonial ol {
      font-size: 1.15rem; } }
  @media (min-width: 900px) {
    .testimonial h2 {
      font-size: 2.5rem; }
    .testimonial h3 {
      font-size: 2rem; }
    .testimonial p, .testimonial ul, .testimonial ol {
      font-size: 1.25rem; } }
  .testimonial .testimonial-image {
    margin: 0 -1.5rem; }
    .testimonial .testimonial-image img {
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      display: block; }
      @supports (object-fit: cover) {
        .testimonial .testimonial-image img {
          object-fit: cover;
          object-position: center 25%;
          height: 75vw;
          max-height: 500px; } }
  .testimonial .testimonial-content {
    padding: 1.5em 0;
    margin: 0 auto;
    max-width: 500px; }
  .testimonial blockquote {
    font-style: italic; }
    .testimonial blockquote cite {
      font-style: normal; }
  @media (min-width: 800px) {
    .testimonial .constraint {
      display: flex;
      padding: 0;
      align-items: center; }
    .testimonial .testimonial-image {
      flex-basis: 40%;
      margin: 0;
      align-self: stretch; }
      @supports (object-fit: cover) {
        .testimonial .testimonial-image img {
          max-height: unset;
          height: 100%; } }
    .testimonial .testimonial-content {
      flex-basis: 60%;
      padding: 2.5rem 1.5rem;
      max-width: unset;
      margin: 0; } }
.split-form {
  background-color: #004785;
  color: #fff;
  margin-top: 3rem; }
  .split-form .constraint {
    padding: 0; }
  .split-form .split-form-image {
    background: url("../images/usf-laptop.jpg") center no-repeat;
    background-size: cover;
    height: 75vw;
    max-height: 400px; }
  .split-form .split-form-content .form-heading {
    text-align: left;
    max-width: 480px;
    margin: 0 auto; }
  .split-form .module-form__content {
    background-color: transparent; }
  @media (min-width: 720px) {
    .split-form .constraint {
      display: flex;
      align-items: center; }
    .split-form .split-form-image {
      align-self: flex-start;
      flex-basis: 50%; }
    .split-form .split-form-content {
      flex-basis: 50%; } }
.why-choose-program {
  padding: 5rem 0 4rem;
  text-align: center;
  color: #fff; }
  .why-choose-program h2 {
    color: #004785;
    font-size: 1.5rem;
    line-height: 1.15em; }
  @media (min-width: 480px) {
    .why-choose-program h2 {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .why-choose-program h2 {
      font-size: 2.5rem; } }
  .why-choose-program .highlight {
    background-color: #004785;
    padding: 1.5rem;
    margin: 0 auto 1.5rem;
    max-width: 400px; }
    .why-choose-program .highlight img[src$="svg"] {
      height: 150px; }
    .why-choose-program .highlight h3 {
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      font-size: 1.25em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding-bottom: 1em; }
    .why-choose-program .highlight p {
      margin-bottom: 1.5rem; }
    .why-choose-program .highlight a {
      color: #fff; }
  @media (min-width: 800px) {
    .why-choose-program .highlights {
      display: flex;
      justify-content: space-between; }
    .why-choose-program .highlight {
      flex: 1;
      margin: 0 1rem 1.5rem;
      max-width: unset; } }
.tuition {
  padding: 2.5rem 0;
  margin: 3rem 0;
  background-color: #004785;
  background-image: url("../images/tuition-bg.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .tuition .constraint {
    max-width: 800px; }
  .tuition h2 {
    font-size: 1.65em;
    line-height: 1.15em;
    margin-bottom: 0.5rem; }
  .tuition p, .tuition ul, .tuition ol {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 0.5rem; }
  .tuition a {
    color: #fff; }
    .tuition a:hover {
      color: #ffdc04; }
  @media (min-width: 480px) {
    .tuition {
      /* h2 {
            font-size: 2rem;
        }
        p, ul, ol {
            font-size: 1.15rem;
        } */
      font-size: 1.25rem; } }
  @media (min-width: 900px) {
    .tuition {
      /*  h2 {
            font-size: 2.5rem;
        }
        p, ul, ol {
            font-size: 1.25rem;
        } */
      font-size: 1.5rem; } }
  .tuition .callout {
    border: 3px solid #ffdc04;
    padding: .5rem;
    margin: 1.5rem 0;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: bold; }
    .tuition .callout p {
      margin-bottom: 0; }
    .tuition .callout a {
      color: #fff;
      text-decoration: none; }
      .tuition .callout a:hover {
        text-decoration: underline; }

.career-stats {
  margin: 4rem 0; }
  .career-stats .highlight {
    background-color: #004785;
    color: #ffffff;
    padding: 1.5rem;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 1.5em; }
    .career-stats .highlight h3 {
      margin: -1.5rem -1.5rem 1.5rem;
      padding: 0.75rem 1.5rem;
      background-color: #032749;
      line-height: 1.25em; }
    .career-stats .highlight a {
      color: #fff; }
    .career-stats .highlight p.big {
      font-size: 3.5rem;
      line-height: 1.5em;
      font-weight: bold;
      letter-spacing: -0.02em; }
    .career-stats .highlight li {
      line-height: 1.25em;
      margin-bottom: 0.75em; }
  @media (min-width: 900px) {
    .career-stats .highlights {
      display: flex;
      justify-content: space-between; }
    .career-stats .highlight {
      flex: 1;
      margin: 0 1rem 1.5rem;
      max-width: unset; } }
.franciscan {
  padding: 2.5rem 0;
  margin: 3rem 0;
  background-color: #004785;
  background-image: url("../images/franciscan-bg.jpg");
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .franciscan h2 {
    text-transform: uppercase; }
  .franciscan li {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
    .franciscan li strong {
      text-transform: uppercase; }

.outcomes {
  padding: 4rem 0;
  text-align: center; }
  .outcomes h2 {
    font-size: 1.5rem;
    line-height: 1.15em;
    color: #004785; }
  @media (min-width: 480px) {
    .outcomes h2 {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .outcomes h2 {
      font-size: 2.5rem; } }
  .outcomes .highlight p.school {
    font-size: 1.1rem;
    padding: 1.5rem;
    background-color: #032749;
    color: #fff; }
  .outcomes .highlight p.number {
    font-size: 4.5rem;
    line-height: 1.25em;
    font-weight: bold;
    background-color: #004785;
    color: #fff; }
  .outcomes p.description {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #004785; }
    .outcomes p.description strong {
      font-size: 1.6rem; }
  @media (min-width: 800px) {
    .outcomes .highlights {
      display: flex;
      justify-content: center; }
    .outcomes .highlight {
      flex: 1;
      max-width: 325px;
      margin: 0 1.5rem 1.5rem; } }
.timeline {
  margin: 4rem 0;
  text-align: center; }
  .timeline .constraint {
    max-width: 900px; }
  .timeline h2 {
    color: #004785; }
  .timeline h3 {
    font-weight: normal;
    color: #004785;
    margin-bottom: 0.5rem; }
  .timeline .date {
    max-width: 400px;
    margin: 0 auto 2.5rem; }
  .timeline .year {
    border: 0.15em solid #004785;
    border-radius: 100%;
    display: block;
    font-size: 1.5rem;
    color: #004785;
    height: 3.5em;
    width: 3.5em;
    line-height: 3.2em;
    margin: 0 auto;
    position: relative;
    background-color: #fff; }
    .timeline .year.big {
      font-size: 3em; }
    .timeline .year.first {
      margin-top: 1.5rem;
      margin-bottom: 1.25em; }
      .timeline .year.first::after {
        content: "";
        display: block;
        width: 8px;
        height: 1.5em;
        position: absolute;
        bottom: -1.5em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #004785; }
    .timeline .year.last {
      margin-top: 2.5em; }
      .timeline .year.last::after {
        content: "";
        display: block;
        width: .15em;
        height: 1.5em;
        position: absolute;
        top: -1.5em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #004785; }
  @media (min-width: 750px) {
    @supports (display: grid) {
      .timeline .date {
        max-width: unset; }
        .timeline .date.left {
          float: left;
          clear: left;
          width: 50%;
          padding-top: 5rem;
          padding-bottom: 5rem;
          margin-bottom: 0;
          border-right: 8px solid #004785;
          transform: translateX(4px);
          height: 300px;
          overflow: hidden; }
          .timeline .date.left.pre-animate .date-inner {
            transform: translateX(150px);
            opacity: 0; }
          .timeline .date.left .year {
            float: right;
            margin-right: 1.5em; }
            .timeline .date.left .year::before {
              content: "";
              width: 2em;
              height: 1em;
              display: block;
              position: absolute;
              right: -1.75em;
              top: 50%;
              transform: translateY(-50%);
              background-color: #004785;
              z-index: -1; }
          .timeline .date.left h3, .timeline .date.left p {
            margin-right: 10rem;
            text-align: left; }
        .timeline .date.right {
          float: right;
          clear: right;
          width: 50%;
          padding-top: 5rem;
          padding-bottom: 5rem;
          margin-bottom: 0;
          border-left: 8px solid #004785;
          transform: translateX(-4px);
          height: 300px;
          overflow: hidden; }
          .timeline .date.right.pre-animate .date-inner {
            transform: translateX(-150px);
            opacity: 0; }
          .timeline .date.right .year {
            float: left;
            margin-left: 1.5em; }
            .timeline .date.right .year::before {
              content: "";
              width: 2em;
              height: 1em;
              display: block;
              position: absolute;
              left: -1.75em;
              top: 50%;
              transform: translateY(-50%);
              background-color: #004785;
              z-index: -1; }
          .timeline .date.right h3, .timeline .date.right p {
            margin-left: 10rem;
            text-align: left; }
        .timeline .date.extraoffset {
          margin-top: 150px; }
      .timeline .last {
        clear: both; }
      .timeline .date-inner {
        transition: 500ms ease; } } }
.embed {
  padding-top: 56.25%;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem; }
  .embed a.play {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url("../images/icon-youtube.svg") center no-repeat;
    background-size: 15%;
    opacity: 0.75;
    transition: opacity 150ms ease; }
    .embed a.play:hover {
      opacity: 1; }
  .embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .embed iframe + a.play {
      display: none; }

.module-cta {
  padding: 4rem 0;
  background-color: #032749;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.25em; }
  .module-cta p {
    margin-bottom: 1rem; }
  .module-cta a {
    color: #ffdc04; }
    .module-cta a[href^="tel"] {
      text-decoration: none; }
      .module-cta a[href^="tel"]:hover {
        text-decoration: underline; }
  .module-cta a.button {
    font-size: 1em;
    color: #004785; }
  .module-cta.bg-gray {
    background-color: #ebebeb;
    color: #004785; }
    .module-cta.bg-gray a {
      color: #032749; }
  @media (min-width: 900px) {
    .module-cta {
      font-size: 2.5rem; } }
.center .accordion {
  margin: 3rem auto; }

.accordion > ul {
  list-style: none;
  margin: 0; }
  .accordion > ul .accordion-title {
    font-weight: bold;
    padding-left: 2rem;
    position: relative; }
  .accordion > ul .accordion-content {
    display: none;
    margin: 0 0 2.5em 1.5em; }
  .accordion > ul ul {
    list-style: disc; }
    .accordion > ul ul ul {
      margin-bottom: 0;
      list-style: circle; }
  .accordion > ul li[aria-expanded="true"] .accordion-content, .no-js .accordion > ul .accordion-content {
    display: block; }
  .accordion > ul > li span {
    border-bottom: 1px solid;
    display: block;
    margin-bottom: 1em;
    cursor: pointer; }
    .accordion > ul > li span::before {
      content: "+";
      display: inline-block;
      width: 1.5em;
      text-align: center;
      position: absolute;
      left: 0; }
      .no-js .accordion > ul > li span::before {
        content: none; }
  .accordion > ul > li[aria-expanded="true"] span::before {
    content: "–"; }

.icon-content {
  margin: 3rem 0; }
  .icon-content .preface {
    max-width: 720px;
    padding: 0 1.5rem;
    margin: 0 auto; }
    .icon-content .preface h2 {
      text-align: center; }
  .icon-content .icon-block {
    background-color: #fff; }
  .icon-content .icon-block-image {
    text-align: center;
    margin: 0 -1.5rem 1.5rem; }
    .icon-content .icon-block-image img {
      width: 100px;
      max-width: 100%; }
    .icon-content .icon-block-image p {
      margin-bottom: 0; }
  .icon-content .icon-block-content h3 {
    text-align: center; }
  .icon-content .icon-block-content p, .icon-content .icon-block-content ul {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  .icon-content .icon-block-content ul {
    margin-left: 1.5em;
    list-style: disc; }
  @media (min-width: 720px) {
    .icon-content .icon-block {
      display: flex;
      margin: 0 0 1.5rem;
      padding: 0;
      border: 1px solid #979797; }
    .icon-content .icon-block-image {
      padding: 4%;
      flex-shrink: 0;
      margin: 0; }
      .icon-content .icon-block-image img {
        width: 200px; }
    .icon-content .icon-block-content {
      flex-grow: 1;
      padding: 2rem; }
      .icon-content .icon-block-content h3 {
        text-align: left; } }
.icon-content-2 {
  margin: 3rem 0; }
  .icon-content-2 .heading {
    background-color: #032749;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center; }
    .icon-content-2 .heading .constraint {
      max-width: 800px; }
    .icon-content-2 .heading h2 {
      margin-bottom: 0; }
  .icon-content-2 .preface {
    margin: 1.5rem 0; }
    .icon-content-2 .preface p {
      font-size: 1.25em;
      line-height: 1.5em; }
  .icon-content-2 .constraint {
    max-width: 900px; }
  .icon-content-2 .icon-block {
    padding: 1.5rem 0;
    background-color: #fff; }
  .icon-content-2 .icon-block-image {
    text-align: center;
    margin-bottom: 0.5rem; }
    .icon-content-2 .icon-block-image img {
      max-width: 100%; }
    .icon-content-2 .icon-block-image p {
      margin-bottom: 0; }
  .icon-content-2 .icon-block-content h3 {
    margin-bottom: 0; }
  .icon-content-2 .icon-block-content p, .icon-content-2 .icon-block-content ul {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
    .icon-content-2 .icon-block-content p:last-child, .icon-content-2 .icon-block-content ul:last-child {
      margin-bottom: 0; }
  .icon-content-2 .icon-block-content ul {
    margin-left: 1.5em;
    list-style: disc; }
  .icon-content-2.minimal .icon-block-content h3 {
    color: #004785; }
  @media (min-width: 720px) {
    .icon-content-2 .icon-block {
      display: flex;
      padding: 0;
      align-items: center; }
      .icon-content-2 .icon-block + .icon-block {
        border-top: 1px solid #979797; }
    .icon-content-2 .icon-block-image {
      padding: 0;
      flex-shrink: 0;
      margin: 0; }
    .icon-content-2 .icon-block-content {
      flex-grow: 1;
      padding: 2rem; }
      .icon-content-2 .icon-block-content h3 {
        text-align: left; }
    .icon-content-2.minimal .icon-block {
      align-items: flex-start;
      border: 0; }
    .icon-content-2.minimal .icon-block-image {
      width: 100px;
      padding-top: .5rem; }
    .icon-content-2.minimal .icon-block-content {
      padding: 0 0 1.5rem 1.5rem; } }
.employer-list {
  border: 1px solid #979797; }
  .employer-list .heading {
    background-color: #032749;
    color: #fff;
    padding: .5rem 1.5rem; }
    .employer-list .heading .heading-text {
      font-size: 1.125em;
      font-weight: bold;
      float: left; }
    .employer-list .heading a.close {
      float: right;
      color: #fff;
      text-decoration: none; }
      .employer-list .heading a.close svg {
        width: 1.5rem;
        height: 1.5rem;
        padding: 5px;
        background: #fff;
        border-radius: 100%;
        transform: rotate(90deg); }
  .employer-list ul {
    padding: 1.0rem;
    font-size: 0.9em; }
    .employer-list ul li {
      margin-bottom: 0.25em; }
  .employer-list .close2 {
    text-align: right; }
    .employer-list .close2 a {
      display: inline-block;
      background-color: #032749;
      color: #fff;
      font-weight: bold;
      padding: 0.25em 1em;
      float: right;
      margin: 0 1rem 1rem 0;
      text-decoration: none; }
      .employer-list .close2 a:hover {
        text-decoration: underline; }
  .employer-list ul, .employer-list .close2 {
    display: none; }
  .employer-list.open ul, .employer-list.open .close2 {
    display: block; }
  .employer-list.open .heading a.close svg {
    transform: rotate(-90deg); }
  @media (min-width: 550px) {
    .employer-list ul {
      column-count: 2;
      column-gap: 2rem; }
    .employer-list .heading a.close::before {
      content: "Open this list";
      margin-right: 0.5em; }
    .employer-list.open .heading a.close::before {
      content: "Close this list"; } }
  @media (min-width: 720px) {
    .employer-list ul {
      column-count: 1; } }
  @media (min-width: 960px) {
    .employer-list ul {
      column-count: 2; } }
.person {
  background-color: #004785;
  color: #fff;
  padding: 3rem 0; }
  .person .constraint {
    max-width: 800px; }
  .person .person-image {
    text-align: center;
    margin-bottom: 1.5rem; }
  .person .person-content h2 {
    margin-bottom: 1rem; }
  .person .person-content a {
    color: #fff; }
    .person .person-content a.button {
      color: #032749; }
  .person .person-content p {
    margin-bottom: 1.5em; }
  @media (min-width: 720px) {
    .person .constraint {
      display: flex;
      align-items: flex-start; }
    .person .person-image {
      text-align: left;
      width: 230px;
      margin-right: 1.5rem; }
    .person .person-content {
      flex: 1; } }
.large-quote {
  padding: 3rem 0;
  margin: 3rem 0;
  background-color: #004785;
  background-image: url("../images/franciscan-bg.jpg");
  background-position: center top;
  background-size: cover;
  color: #fff; }
  .large-quote .constraint {
    max-width: 720px; }
  .large-quote blockquote {
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.5em; }
    .large-quote blockquote p + p {
      margin-top: 1.5em; }
    .large-quote blockquote cite {
      font-style: normal;
      display: block;
      text-align: right; }
  .large-quote.bg-laptop {
    background-image: url("../images/bg-quote-laptop.jpg"); }

.small-callout {
  margin: 3rem 0; }
  .small-callout .constraint {
    max-width: 375px; }
  .small-callout .small-callout-image {
    padding-top: 75%;
    background-size: cover;
    background-position: center; }
  .small-callout .small-callout-content {
    background-color: #004785;
    color: #fff;
    padding: 1.5rem; }
    .small-callout .small-callout-content p + p {
      margin-top: 1.5rem; }
    .small-callout .small-callout-content blockquote {
      font-style: italic; }
      .small-callout .small-callout-content blockquote + p {
        margin-top: 1.5rem; }
  @media (min-width: 720px) {
    .small-callout .constraint {
      display: flex;
      max-width: 1000px; }
    .small-callout .small-callout-image {
      flex: 0 0 40%;
      padding: 0; }
    .small-callout .small-callout-content {
      padding: 1.5rem 2.5rem; } }
.badges {
  background-color: #032749;
  color: #fff;
  padding: 1.5rem 0;
  margin-top: 1.5rem; }
  .badges .constraint {
    max-width: 720px; }
  .badges ul li {
    display: flex;
    align-items: center; }
  .badges ul.slick-initialized .slick-slide {
    display: flex; }
  .badges .badge-image {
    flex: 1;
    text-align: center; }
  .badges .badge-description {
    flex: 2.5;
    padding: 1em 0;
    font-size: 0.9rem;
    line-height: 1.25em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: 5%;
    font-weight: bold; }
    @media (min-width: 480px) {
      .badges .badge-description {
        padding: 1.5rem 0;
        font-size: 1.1em; } }
    @media (min-width: 600px) {
      .badges .badge-description {
        font-size: 1.5em; } }
  @media (min-width: 900px) {
    .badges {
      margin-top: 0; } }
  .badges .slick-dots {
    display: flex;
    justify-content: center;
    margin: 1rem 0; }
    .badges .slick-dots li {
      display: block;
      text-indent: -9999px;
      width: .75rem;
      height: .75rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      margin: 0 .25rem; }
      .badges .slick-dots li.slick-active {
        background: #fff; }
  .badges.bg-white {
    background-color: #fff;
    color: #004785;
    margin: 3rem 0; }
    .badges.bg-white .badge-description {
      border-color: #004785; }
    .badges.bg-white .slick-dots li {
      background-color: rgba(0, 71, 133, 0.5); }
      .badges.bg-white .slick-dots li.slick-active {
        background-color: #004785; }

.collateral {
  background-color: #004785;
  color: #fff;
  margin-top: 9rem;
  margin-bottom: 3rem;
  padding: 1.5rem 0; }
  .collateral .constraint {
    max-width: 500px; }
  .collateral .collateral-image {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
    .collateral .collateral-image img.thumbnail {
      margin: -9rem 0 -2rem 0; }
  .collateral .collateral-content h2 {
    font-weight: bold;
    margin-bottom: 1rem; }
  .collateral .collateral-content p {
    margin-bottom: 1rem; }
  .collateral .collateral-content img {
    display: none; }
  .collateral .collateral-content a.button {
    border-color: #fff; }
  @media (min-width: 720px) {
    .collateral .constraint {
      max-width: 720px;
      display: flex;
      flex-direction: row-reverse; }
    .collateral .collateral-image {
      width: 220px;
      flex: 1 0 auto;
      margin-bottom: 0;
      margin-left: 1.5rem; }
      .collateral .collateral-image img:first-child {
        display: none; }
      .collateral .collateral-image img.thumbnail {
        margin: -9rem 0 -1rem 0; }
    @supports (display: grid) {
      .collateral .collateral-content {
        display: grid;
        grid-template-columns: 100px auto;
        grid-template-rows: auto auto; }
        .collateral .collateral-content h2 {
          grid-row: 1;
          grid-column: 1 / 3; }
        .collateral .collateral-content img {
          display: block;
          grid-row: 2;
          grid-column: 1;
          align-self: end; }
        .collateral .collateral-content .collateral-content-inner {
          grid-row: 2;
          grid-column: 2; }
          .collateral .collateral-content .collateral-content-inner p:last-child {
            margin-bottom: 0; } } }
.collateral-download {
  background-color: #004785;
  color: #fff;
  padding: 1rem 0;
  text-align: center; }
  .collateral-download h2 {
    margin-bottom: 1rem; }
  .collateral-download p {
    margin-bottom: 1.5rem; }
    .collateral-download p.title {
      font-size: 1.4em;
      line-height: 1.25em;
      font-weight: bold; }
  .collateral-download .collateral-image img {
    max-height: 250px;
    margin: 0 0 0.5rem 1.5rem; }
  @media (min-width: 600px) {
    .collateral-download {
      text-align: left; }
      .collateral-download .constraint {
        display: flex;
        align-items: center;
        max-width: 720px; }
      .collateral-download .collateral-image {
        flex: 1;
        margin-right: 1.5rem; }
        .collateral-download .collateral-image img {
          margin: 0;
          max-height: initial; }
      .collateral-download .collateral-text {
        flex: 2; } }
.icon-sliders {
  background-color: #032749;
  color: #fff;
  padding: 3rem 0; }
  .icon-sliders a {
    color: #fff; }
  .icon-sliders .constraint {
    max-width: 780px;
    padding: 0; }
  .icon-sliders .icon-sliders-intro {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1.5rem; }
  .icon-sliders .icon-sliders-main div.sliders div.slider {
    background-color: #045b97;
    padding: 1rem;
    border: 4px solid #ffdc04;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    .icon-sliders .icon-sliders-main div.sliders div.slider + div {
      margin-top: 1.5rem; }
    .icon-sliders .icon-sliders-main div.sliders div.slider h3 {
      margin-bottom: 0;
      text-align: center; }
    .icon-sliders .icon-sliders-main div.sliders div.slider h3 + p, .icon-sliders .icon-sliders-main div.sliders div.slider p + p {
      margin-top: 1.5rem; }
    .icon-sliders .icon-sliders-main div.sliders div.slider img {
      display: block;
      margin: 0 auto 1rem; }
  @media (min-width: 780px) {
    .icon-sliders .icon-sliders-main div.sliders div.slider {
      padding: 2rem; }
      .icon-sliders .icon-sliders-main div.sliders div.slider p:first-child {
        float: left;
        margin: 0; }
        .icon-sliders .icon-sliders-main div.sliders div.slider p:first-child img {
          display: inline-block; }
      .icon-sliders .icon-sliders-main div.sliders div.slider h3, .icon-sliders .icon-sliders-main div.sliders div.slider p {
        margin-left: 160px;
        text-align: left; } }
  .icon-sliders .icon-sliders-main .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0.5rem 1.5rem; }
    .icon-sliders .icon-sliders-main .slick-dots button {
      text-indent: -9999px;
      width: 16px;
      height: 16px;
      padding: 0;
      margin: 5px;
      border: 0;
      border-radius: 10px;
      background-color: #fff; }
    .icon-sliders .icon-sliders-main .slick-dots .slick-active button {
      background-color: #ffdc04; }
  @media (min-width: 480px) {
    .icon-sliders p {
      font-size: 1.15rem;
      line-height: 1.5em; }
    .icon-sliders h2 {
      font-size: 2rem;
      line-height: 1.15em; } }
  @media (min-width: 480px) {
    .icon-sliders p {
      font-size: 1.25rem; }
    .icon-sliders h2 {
      font-size: 2.5rem; } }
.tuition-comparison {
  margin: 3rem 0; }
  .tuition-comparison .constraint {
    max-width: 720px;
    padding: 1.5rem;
    background: #032749;
    color: #fff; }
  .tuition-comparison p.bar {
    font-weight: bold;
    margin-bottom: 0.5em; }
    .tuition-comparison p.bar::after {
      content: "+45%";
      color: #032749;
      line-height: 2em;
      text-indent: 3em;
      display: block;
      height: 2em;
      background-color: #fff; }
    .tuition-comparison p.bar.short::after {
      content: "+28%";
      width: 88%; }
    .tuition-comparison p.bar.shorter::after {
      content: "+15%";
      width: 79%; }
    .tuition-comparison p.bar.shortest::after {
      content: "";
      width: 68%;
      background-color: #ffdc04; }

.partnership-logos {
  text-align: center;
  margin: 1.5rem 0 3rem; }
  .partnership-logos img {
    width: 250px;
    max-width: 100%; }
  .partnership-logos .partnership-logos-ampersand {
    font-size: 2.5rem;
    line-height: 1em;
    margin: 1rem 0;
    font-weight: bold;
    color: #032749; }
  @media (min-width: 600px) {
    .partnership-logos {
      display: flex;
      justify-content: center;
      align-items: center; }
      .partnership-logos .partnership-logos-usf,
      .partnership-logos .partnership-logos-partner {
        flex: 1; }
      .partnership-logos .partnership-logos-ampersand {
        margin: 0 1rem; } }
.icon-list .icon-list-item {
  display: flex; }
  .icon-list .icon-list-item .icon-list-item-image {
    flex: 0 0 32px;
    margin: .25em 1em 0 0;
    text-align: center; }

@media (min-width: 480px) {
  .icon-list .icon-list-item .icon-list-item-image {
    flex: 0 0 48px;
    margin: .25em 2em 0 0; } }

.program-highlight {
  margin: 3rem 0; }
  .program-highlight.bg-gray {
    margin: 0;
    padding: 3rem 0;
    background-color: #ebebeb; }
  .program-highlight .constraint {
    max-width: 480px;
    margin: 0 auto;
    padding: 0; }
  .program-highlight .program_highlight_photo {
    background-size: cover;
    background-position: center;
    padding-top: 33%; }
    .program-highlight .program_highlight_photo.desktop {
      display: none; }
  .program-highlight .program_highlight_content {
    background: white;
    padding: 1.5rem;
    margin: -.75rem .75rem 0;
    box-shadow: -10px 10px 13px rgba(0, 0, 0, 0.4); }
  .program-highlight p, .program-highlight ul, .program-highlight ol {
    font-size: 1.0rem;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  .program-highlight ol, .program-highlight ul {
    margin-left: 1.5em; }
    .program-highlight ol li, .program-highlight ul li {
      margin-bottom: 0.25em; }
  .program-highlight ul {
    list-style: disc; }
  .program-highlight h2, .program-highlight h3 {
    color: #004785; }
  @media (min-width: 480px) {
    .program-highlight h2 {
      font-size: 2rem; }
    .program-highlight h3 {
      font-size: 1.5rem; }
    .program-highlight p, .program-highlight ul, .program-highlight ol {
      font-size: 1.15rem; } }
  @media (min-width: 700px) {
    .program-highlight .constraint {
      display: grid;
      grid-template-columns: 30% auto 3.5rem;
      grid-template-rows: 3.5rem auto;
      max-width: 1000px; }
    .program-highlight .program_highlight_photo {
      grid-row: 1 / 3;
      grid-column: 1 / 4;
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat; }
      .program-highlight .program_highlight_photo.mobile {
        display: none; }
      .program-highlight .program_highlight_photo.desktop {
        display: block; }
    .program-highlight .program_highlight_content {
      border: 0;
      grid-row: 2 / 3;
      grid-column: 2 / 3;
      padding: 2rem;
      margin: 0; } }
  @media (min-width: 900px) {
    .program-highlight h2 {
      font-size: 2.5rem; }
    .program-highlight h3 {
      font-size: 2rem; }
    .program-highlight p, .program-highlight ul, .program-highlight ol {
      font-size: 1.25rem; } }
.comparison .constraint {
  max-width: 720px; }

.comparison h2 {
  color: #004785;
  font-size: 1.5rem;
  line-height: 1.15em; }

.comparison h3 {
  text-align: center;
  color: #004785;
  font-size: 1.25rem;
  margin: 0;
  padding: 1rem; }

.comparison .comparison-charts {
  background-color: #f6f5f5;
  margin: 0 -1.5rem; }

.comparison .comparison-tablist {
  display: none; }

.comparison .comparison-panel figure {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  grid-template-rows: auto minmax(175px, 1fr);
  padding: .5rem; }
  .comparison .comparison-panel figure .comparison-figure-scale {
    grid-row: 2;
    grid-column: 1;
    text-align: center; }
  .comparison .comparison-panel figure .comparison-figure-labels {
    grid-row: 1;
    grid-column: 2 / 4;
    display: flex;
    align-items: flex-end; }
    .comparison .comparison-panel figure .comparison-figure-labels p {
      flex: 1;
      margin: 0 0.5rem;
      font-weight: bold;
      text-align: center;
      font-size: 1rem;
      line-height: 1.2em; }
    .comparison .comparison-panel figure .comparison-figure-labels img {
      max-height: 40px; }
  .comparison .comparison-panel figure .comparison-figure-chart {
    grid-row: 2;
    grid-column: 2 / 4;
    background: url("../images/chart-lines-bg.svg");
    background-size: auto 100%;
    margin-top: .5rem;
    display: flex;
    align-items: flex-end; }
    .comparison .comparison-panel figure .comparison-figure-chart .bar {
      flex: 1;
      margin: 0 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      height: 0%;
      transition: 1s ease; }
      .comparison .comparison-panel figure .comparison-figure-chart .bar p {
        transition: 1s ease;
        opacity: 0; }
      .comparison .comparison-panel figure .comparison-figure-chart .bar.best {
        background: #2e9139; }
      .comparison .comparison-panel figure .comparison-figure-chart .bar.worst {
        background: #8e0505; }

.comparison .comparison-panel.animate figure .comparison-figure-chart .bar, .no-js .comparison .comparison-panel figure .comparison-figure-chart .bar {
  height: 100%; }
  .comparison .comparison-panel.animate figure .comparison-figure-chart .bar p, .no-js .comparison .comparison-panel figure .comparison-figure-chart .bar p {
    opacity: 1; }

.comparison .comparison-panel-footer {
  display: flex;
  align-items: center;
  padding: .5rem 1rem; }
  .comparison .comparison-panel-footer p:first-child {
    flex: 1;
    font-size: 0.9rem;
    color: #004785; }
  .comparison .comparison-panel-footer p:last-child {
    flex: 3;
    max-width: 300px; }
    .comparison .comparison-panel-footer p:last-child a.button {
      display: block;
      font-size: 1rem; }

@media (min-width: 480px) {
  .comparison h2 {
    font-size: 2rem; } }

@media (min-width: 700px) {
  .comparison .comparison-panel-footer {
    display: none; }
  .comparison .comparison-charts {
    display: flex;
    padding: 1rem 1.5rem; }
  .comparison .comparison-tablist {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .comparison .comparison-tablist button {
      border: 2px solid #004785;
      border-radius: 5px;
      background: transparent;
      color: #004785;
      text-align: left;
      font-size: 1.25rem;
      font-weight: bold;
      padding: .5em;
      margin-bottom: 5px;
      cursor: pointer;
      flex: 1; }
      .comparison .comparison-tablist button:last-child {
        margin-bottom: 0; }
      .comparison .comparison-tablist button[aria-selected="true"] {
        background: #004785;
        color: #fff; }
  .comparison .comparison-panel {
    flex: 2; }
    .comparison .comparison-panel figure {
      box-shadow: none;
      padding: 0; }
      .comparison .comparison-panel figure .comparison-figure-labels p {
        font-size: 1.125rem; }
  .comparison h3 {
    display: none; } }

@media (min-width: 900px) {
  .comparison h2 {
    font-size: 2.5rem; } }

.no-js .comparison .comparison-tablist {
  display: none; }

.no-js .comparison .comparison-charts {
  display: block; }

.no-js .comparison h3 {
  display: block; }

.no-js .comparison .comparison-panel {
  display: block; }

.no-js .comparison .comparison-panel-footer {
  display: none; }

#alert-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 50;
  transition: 250ms ease;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5); }
  .no-js #alert-banner {
    display: none; }
  #alert-banner.hidden {
    bottom: -175px; }
  #alert-banner .start-date-banner .desktop {
    display: none; }
  #alert-banner .start-date-banner .mobile .footer-cta-alert {
    padding: .75rem .5rem .75rem 2rem;
    background-color: #0868c3;
    color: #fff;
    position: relative; }
    #alert-banner .start-date-banner .mobile .footer-cta-alert a.close {
      color: #fff;
      text-decoration: none;
      position: absolute;
      left: .5rem;
      top: .4rem;
      opacity: .6;
      font-size: 1.5em; }
    #alert-banner .start-date-banner .mobile .footer-cta-alert p {
      line-height: 1.1em; }
      #alert-banner .start-date-banner .mobile .footer-cta-alert p strong {
        color: #ffdc04; }
  #alert-banner .start-date-banner .mobile .footer-cta-options {
    background-color: #032749; }
    #alert-banner .start-date-banner .mobile .footer-cta-options ul {
      display: flex;
      margin: 0 .15rem; }
      #alert-banner .start-date-banner .mobile .footer-cta-options ul li {
        flex: 1;
        margin: .3rem .15rem; }
        #alert-banner .start-date-banner .mobile .footer-cta-options ul li a {
          display: block;
          color: #fff;
          background-color: #004785;
          border: 1px solid #0062b8;
          text-decoration: none;
          padding: 0.4em 0.5em;
          text-align: center;
          border-radius: 2px;
          font-size: 1.125rem; }
        #alert-banner .start-date-banner .mobile .footer-cta-options ul li.rfi {
          flex: 2; }
          #alert-banner .start-date-banner .mobile .footer-cta-options ul li.rfi a {
            background-color: #ffdc04;
            color: #032749;
            border-color: #ffdc04;
            font-weight: bold;
            position: relative;
            overflow: hidden; }
            #alert-banner .start-date-banner .mobile .footer-cta-options ul li.rfi a::before {
              content: "";
              width: 100px;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background: linear-gradient(-70deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 81%);
              transform: translateX(-100px);
              animation: streak 10s infinite;
              animation-delay: 3s;
              pointer-events: none; }

@keyframes streak {
  0% {
    transform: translateX(-15vw); }
  10% {
    transform: translateX(65vw); }
  50% {
    opacity: 0;
    transform: translateX(65vw); }
  100% {
    opacity: 0;
    transform: translateX(-15vw); } }
        #alert-banner .start-date-banner .mobile .footer-cta-options ul li.tfn {
          flex: 0 1 50px; }
          #alert-banner .start-date-banner .mobile .footer-cta-options ul li.tfn svg {
            width: 1em;
            height: 1em;
            display: inline-block;
            fill: #fff;
            vertical-align: middle; }
        #alert-banner .start-date-banner .mobile .footer-cta-options ul li.arrow {
          position: relative; }
          #alert-banner .start-date-banner .mobile .footer-cta-options ul li.arrow::before {
            content: "";
            display: block;
            width: 0px;
            border-top: 16px solid #0868c3;
            border-left: 16px solid rgba(8, 104, 195, 0);
            border-right: 16px solid rgba(8, 104, 195, 0);
            position: absolute;
            left: calc(50% - 16px);
            top: -8px; }
  #alert-banner .message {
    background-color: #004785;
    color: #fff;
    padding: 0.75rem 0.5rem 0.75rem 2.5rem;
    text-align: left; }
    #alert-banner .message a.close {
      margin: 0 0.75rem;
      opacity: .6;
      position: absolute;
      width: 1rem;
      height: 1rem;
      display: block;
      left: 0; }
      #alert-banner .message a.close::before {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: rotate(45deg);
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0; }
      #alert-banner .message a.close::after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: rotate(-45deg);
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0; }
    #alert-banner .message p {
      line-height: 1.2em; }
      #alert-banner .message p a {
        color: #fff; }
  #alert-banner .webinar {
    background-color: #ffdc04;
    color: #004785;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem .5rem .5rem 0rem; }
    #alert-banner .webinar strong {
      color: #004785; }
    #alert-banner .webinar a.button {
      background: #032749;
      color: #fff;
      padding: 0.25em;
      line-height: 1.75em;
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      width: calc(100% - 170px);
      text-align: center;
      font-size: 1em; }
      #alert-banner .webinar a.button:hover {
        background: #004785; }
    #alert-banner .webinar a.close {
      margin: 0 0.75rem;
      opacity: .6;
      position: relative;
      width: 1rem;
      height: 1rem;
      display: block; }
      #alert-banner .webinar a.close::before {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: rotate(45deg);
        background: #000;
        position: absolute;
        top: 50%;
        left: 0; }
      #alert-banner .webinar a.close::after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: rotate(-45deg);
        background: #000;
        position: absolute;
        top: 50%;
        left: 0; }
    #alert-banner .webinar img {
      margin-top: -35px; }
    #alert-banner .webinar p {
      padding-left: 2.5rem;
      margin-top: 0.5em;
      flex-basis: 100%; }
    #alert-banner .webinar.hidden {
      bottom: -175px; }
  #alert-banner .books {
    background-color: #004785;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem .5rem .5rem 0rem; }
    #alert-banner .books a.button {
      background: #ffdc04;
      color: #004785;
      padding: 0.25em;
      line-height: 1.75em;
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      width: calc(100% - 120px);
      text-align: center;
      font-size: 1em; }
      #alert-banner .books a.button:hover {
        background: #eac900; }
    #alert-banner .books a.close {
      margin: 0 0.75rem;
      opacity: .6;
      position: relative;
      width: 1rem;
      height: 1rem;
      display: block; }
      #alert-banner .books a.close::before {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: rotate(45deg);
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0; }
      #alert-banner .books a.close::after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: rotate(-45deg);
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0; }
    #alert-banner .books .icon {
      background: #fff;
      padding: 5px;
      border-radius: 100%;
      border: 2px solid #032749;
      margin-top: -20px; }
    #alert-banner .books img {
      width: 48px;
      height: 48px; }
    #alert-banner .books p {
      padding-left: 2.5rem;
      margin-top: 0.5em;
      flex-basis: 100%; }
    #alert-banner .books.hidden {
      bottom: -175px; }
  @media (min-width: 720px) {
    #alert-banner .start-date-banner .desktop {
      display: block;
      text-align: center;
      padding: .5rem 2rem;
      background-color: #004785;
      color: #fff; }
      #alert-banner .start-date-banner .desktop a.close {
        margin: 0 0.75rem;
        opacity: .6;
        position: absolute;
        width: 1rem;
        height: 1rem;
        display: block;
        left: 0; }
        #alert-banner .start-date-banner .desktop a.close::before {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          transform: rotate(45deg);
          background: #fff;
          position: absolute;
          top: 50%;
          left: 0; }
        #alert-banner .start-date-banner .desktop a.close::after {
          content: "";
          width: 100%;
          height: 2px;
          display: block;
          transform: rotate(-45deg);
          background: #fff;
          position: absolute;
          top: 50%;
          left: 0; }
    #alert-banner .start-date-banner .mobile {
      display: none; }
    #alert-banner .start-date-banner p, #alert-banner .start-date-banner a.call {
      display: inline;
      line-height: 40px; }
    #alert-banner .start-date-banner a.close {
      position: absolute;
      left: 0;
      top: calc(50% - .5rem); }
    #alert-banner .start-date-banner a.call {
      width: unset;
      height: unset;
      border-radius: unset;
      color: #ffdc04;
      background-color: transparent;
      text-decoration: none;
      font-weight: bold; }
      #alert-banner .start-date-banner a.call svg {
        height: 1.5em;
        width: 1em;
        fill: #ffdc04;
        vertical-align: middle;
        margin-bottom: 3px; }
      #alert-banner .start-date-banner a.call span {
        display: inline; }
    #alert-banner .message {
      text-align: center;
      padding: 1rem 2rem; }
    #alert-banner .webinar {
      display: block;
      padding: .5rem 2rem;
      text-align: center; }
      #alert-banner .webinar a.close {
        position: absolute;
        left: 0;
        top: calc(50% - .5rem); }
      #alert-banner .webinar a.button {
        position: relative;
        padding: 0.25em 0.5em;
        width: auto;
        top: -.5rem;
        right: unset; }
      #alert-banner .webinar img {
        flex-shrink: 0; }
      #alert-banner .webinar p {
        padding: 0 1em;
        margin: 0;
        line-height: 1.5em;
        display: inline-block;
        text-align: left;
        max-width: 600px; }
        #alert-banner .webinar p br {
          display: initial; }
    #alert-banner .books {
      display: block;
      padding: .5rem 2rem;
      text-align: center; }
      #alert-banner .books a.close {
        position: absolute;
        left: 0;
        top: calc(50% - .5rem); }
      #alert-banner .books a.button {
        position: relative;
        padding: 0.25em 0.5em;
        width: auto;
        top: -.5rem;
        right: unset; }
      #alert-banner .books .icon {
        display: inline-block;
        margin-top: -25px; }
      #alert-banner .books img {
        flex-shrink: 0;
        width: 72px;
        height: 72px; }
      #alert-banner .books p {
        padding: 0 1em;
        margin: 0;
        line-height: 1.5em;
        display: inline-block;
        text-align: left;
        max-width: 600px; }
        #alert-banner .books p br {
          display: initial; } }
.program-highlights {
  padding: 1.5rem;
  background-color: #fcfcfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-align: center; }
  .program-highlights .highlights-figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .program-highlights .highlights-figures .highlights-figure {
      flex-basis: 48%;
      margin-bottom: 1.5rem; }
      .program-highlights .highlights-figures .highlights-figure span {
        display: block;
        color: #004785; }
        .program-highlights .highlights-figures .highlights-figure span.highlights-figure-value {
          font-weight: bold;
          font-size: 1.75rem;
          line-height: 1.25em; }
        .program-highlights .highlights-figures .highlights-figure span.highlights-figure-label {
          font-size: 1.125rem;
          line-height: 1.25em; }
  .program-highlights .highlights-cta a.button {
    display: block; }
  .program-highlights .highlights-cta p + p {
    margin-top: 1.0rem; }
  @media (min-width: 720px) {
    .program-highlights {
      padding: 2rem;
      max-width: 950px;
      margin: 0 auto 3rem; }
      .program-highlights .highlights-figures {
        margin-bottom: 1.5rem; }
        .program-highlights .highlights-figures .highlights-figure {
          flex-basis: 23%; }
          .program-highlights .highlights-figures .highlights-figure span.highlights-figure-value {
            font-size: 2rem; }
      .program-highlights .highlights-cta a.button {
        display: inline-block; } }
  @media (min-width: 950px) {
    .program-highlights {
      margin-top: -1rem;
      padding-bottom: .5rem;
      position: relative; }
      .program-highlights .highlights-cta {
        display: none; } }
/** input fields **/
input,
select,
textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-family: inherit;
  border: 1px solid #032749;
  padding: 0.25em;
  margin: 0;
  transition: 150ms ease;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); }
  input:hover,
  select:hover,
  textarea:hover {
    border-color: #004785; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #004785; }
  input.error,
  select.error,
  textarea.error {
    border-color: #b71c1c;
    background-color: #f44336; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }

.select-wrap {
  position: relative; }
  .select-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5em;
    height: 100%;
    background-image: url(data:image/svg+xml,%3Csvg%20width=%2210%22%20height=%2216%22%20viewBox=%220%200%2010%2016%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M5%2015.67L0%209h10zM5%200l5%206.67H0z%22%20fill=%22%23000%22%20fill-rule=%22evenodd%22/%3E%3C/svg%3E);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; }
  .select-wrap select {
    padding-right: 2.75rem; }

input[type=checkbox], input[type=radio] {
  position: absolute;
  top: auto;
  left: -9999px; }
  input[type=checkbox] + label, input[type=radio] + label {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5em;
    transition: 150ms ease;
    position: relative;
    cursor: pointer;
    padding: 0.25em 0.25em 0.25em 1.75em;
    background: #ffffff; }
    input[type=checkbox] + label:hover, input[type=radio] + label:hover {
      border-color: #004785; }
  input.error[type=checkbox] + label, input.error[type=radio] + label {
    border-color: #b71c1c;
    background: #f44336; }
    input.error[type=checkbox] + label::before, input.error[type=radio] + label::before {
      border-color: #b71c1c; }
  input[type=checkbox]:focus + label, input[type=radio]:focus + label {
    outline: auto; }

input[type=checkbox] + label::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  border: 1px solid #032749;
  border-radius: 2px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0.0em;
  top: 0.35em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 150ms ease; }

input[type=checkbox] + label:hover::before {
  border-color: #004785; }

input[type=checkbox]:checked + label::before {
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%2072%2056%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cpolyline%20id=%22Path%22%20fill=%22none%22%20stroke=%22%23333333%22%20stroke-width=%2210%22%20points=%225%2031.1945126%2022.5223076%2048.7168202%2066.2391279%205%22%3E%3C/polyline%3E%3C/svg%3E);
  border-color: green; }

input[type=radio] + label {
  border: 1px solid #032749; }
  input[type=radio] + label:last-child {
    border-top: 0px; }
  input[type=radio] + label::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    border: 1px solid #032749;
    border-radius: 100%;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0.35em;
    top: 0.35em;
    transition: 150ms ease; }
  input[type=radio] + label:hover::before {
    border-color: #004785; }

input[type=radio]:checked + label::before {
  border-color: #050; }

input[type=radio]:checked + label::after {
  content: "";
  width: 0.35em;
  height: .75em;
  border-right: 4px solid #050;
  border-bottom: 4px solid #050;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: .7em;
  top: .2em; }

.form-field {
  margin-bottom: 0.25em; }

.form-field-error {
  color: #b71c1c;
  font-size: 0.8em;
  line-height: 1.25em; }

.form-footer {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .form-footer button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0.75em 1em;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer; }
  .form-footer .form-previous {
    flex: 1;
    font-size: 0.8em;
    align-self: center; }
    .form-footer .form-previous button {
      color: #fff;
      text-align: left; }
  .form-footer .form-next {
    flex: 2; }
    .form-footer .form-next button {
      background-color: #ffdc04;
      color: #032749;
      transition: 150ms ease;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 4px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); }
      .form-footer .form-next button:hover {
        background-color: #efcd00; }
      .form-footer .form-next button:disabled {
        background-color: #666666; }

/** 
 * site-specific styling 
 **/
.module-form__content {
  background-color: #004785;
  color: #fff; }
  #site-header .module-form__content {
    border: 2px solid #1b7fd6; }
  .module-form__content .form-heading {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.25em;
    padding: 0.5rem 1.5rem .75rem; }
    @media (min-width: 500px) {
      .module-form__content .form-heading {
        font-size: 2em; } }
  .module-form__content .form-field {
    margin-bottom: 0.5rem; }
  .module-form__content .step-wrapper {
    padding: 1rem 1.5rem;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .module-form__content .step-wrapper .form-field {
      flex-basis: 100%; }
      .module-form__content .step-wrapper .form-field.first_name, .module-form__content .step-wrapper .form-field.last_name, .module-form__content .step-wrapper .form-field.postal_code, .module-form__content .step-wrapper .form-field.phone {
        flex-basis: 48%; }
      .module-form__content .step-wrapper .form-field.city {
        flex-basis: 60%; }
      .module-form__content .step-wrapper .form-field.state {
        flex-basis: 36%; }
    .module-form__content .step-wrapper .form-footer {
      flex-basis: 100%; }
  .module-form__content .fineprint {
    margin-bottom: 0; }
    .module-form__content .fineprint p {
      font-size: 0.7em;
      line-height: 1.1em; }
  .module-form__content label {
    font-size: 0.9em;
    line-height: 1.5em;
    display: block; }

.no-js .form-footer {
  display: none; }
  .no-js .form-footer .form-previous {
    display: none; }

.no-js .form-step:last-child .form-footer {
  display: flex; }

/**
 * marketo form styling
 */
.mktoAsterix {
  display: none; }
  .mktoRequiredField .mktoAsterix {
    display: inline; }

.mktoForm {
  max-width: 600px;
  margin: 3rem auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* @media (min-width: 480px) {
		.mktoFormRow {
			flex-basis: 48%;

			&.message {
				flex-basis: 100%;
			}
		}
	} */ }
  .mktoForm .mktoFormRow {
    flex-basis: 100%;
    margin-bottom: 0.5em; }
    .mktoForm .mktoFormRow.FirstName, .mktoForm .mktoFormRow.LastName {
      flex-basis: 48%; }
    .mktoForm .mktoFormRow.formOption {
      display: none; }
  .mktoForm .mktoButtonRow {
    flex-basis: 100%; }
  .mktoForm button {
    -webkit-appearance: none;
    font: inherit;
    margin: 0;
    padding: 0.75em 1em;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #ffdc04;
    transition: 150ms ease;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #fff; }
    .mktoForm button:hover {
      background-color: #efcd00; }
    .mktoForm button.disabled {
      background-color: #666666; }
  .mktoForm input {
    border: none;
    border-bottom: 3px solid #032749;
    box-shadow: none;
    padding: 0.5em 0;
    font-size: 1.25rem;
    border-radius: 0px; }
    .mktoForm input:hover, .mktoForm input:active {
      border-bottom: 3px solid #004785; }
    .content.reverse .mktoForm input {
      padding: 0.5em;
      border-bottom: 0px; }
  .mktoForm .mktoLabel {
    font-weight: bold;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .mktoForm .mktoLabel .mktoAsterix {
      margin-left: .25em; }
  .mktoForm .mktoErrorMsg {
    text-align: left; }

/** polyfill styles **/
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block; }

dialog:not([open]) {
  display: none; }

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%); }

/** end polyfill styles **/
dialog {
  border: 0;
  width: 100%;
  padding: 0; }

dialog::backdrop, dialog + .backdrop {
  background: rgba(0, 0, 0, 0.8); }

#dialog-form {
  max-width: 450px;
  background: transparent;
  position: fixed;
  bottom: 0;
  padding: 2rem 0 0;
  max-height: 90vh;
  overflow: scroll;
  transition: 350ms;
  transform: translateY(100%); }
  #dialog-form.animated {
    transform: none; }
  #dialog-form .module-form__content {
    background: #fff;
    color: #000; }
    #dialog-form .module-form__content .form-footer .form-previous button {
      color: #333; }
  @media (min-width: 900px) {
    #dialog-form {
      position: fixed;
      max-height: 100%;
      bottom: initial;
      overflow: auto; } }
.dialog-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

#dialog-exit-intent {
  max-width: 400px;
  background: transparent;
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: 150ms ease-out;
  padding: 50px 1.5rem 0;
  position: fixed;
  top: 0px; }
  #dialog-exit-intent.open {
    opacity: 1;
    transform: scale(1); }
  #dialog-exit-intent p {
    margin-bottom: 0.5rem; }
  #dialog-exit-intent .dialog-close {
    border: 2px solid #ccc;
    color: #ccc;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 20px;
    line-height: 23px;
    border-radius: 100%; }
  @media (min-width: 900px) {
    #dialog-exit-intent {
      top: 50px; } }
#dialog-collateral {
  max-width: 450px;
  transition: 250ms ease;
  opacity: 0;
  transform: scale(0.9);
  overflow: visible; }
  #dialog-collateral.animated {
    opacity: 1;
    transform: scale(1); }
  #dialog-collateral .dialog-close {
    left: 0;
    top: -2rem;
    font-size: 1.5rem; }
  #dialog-collateral .module-form__content {
    background-color: #fff;
    color: #333; }
    #dialog-collateral .module-form__content .form-heading {
      text-align: left;
      font-size: 1rem;
      font-weight: normal;
      position: relative;
      padding-right: 125px; }
      #dialog-collateral .module-form__content .form-heading p:first-child {
        position: absolute;
        bottom: 0.5rem;
        right: 1rem; }
        #dialog-collateral .module-form__content .form-heading p:first-child img {
          max-width: 100px; }
      #dialog-collateral .module-form__content .form-heading h2 {
        margin-bottom: 0.5rem;
        line-height: 1.2em;
        font-size: 1.75em; }
  #dialog-collateral .form-footer .form-previous button {
    color: #000; }

.site-footer {
  background-color: #33363b;
  color: #fff;
  padding: 4rem 0;
  text-align: center; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:active {
      text-decoration: underline; }
  .site-footer .footer-nav {
    font-size: 1.5rem;
    line-height: 1.5em;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5em; }
    .layout-squeeze .site-footer .footer-nav, .layout-landing .site-footer .footer-nav {
      display: none; }
    .site-footer .footer-nav li {
      border-top: 1px solid #fff; }
    .site-footer .footer-nav a {
      display: block;
      padding: 0.5em; }
  .site-footer .footer-phone {
    font-size: 1.5rem;
    margin-bottom: 4rem; }
    .site-footer .footer-phone a {
      font-weight: bold; }
  .site-footer .footer-school-info {
    margin-bottom: 2rem; }
    .site-footer .footer-school-info img {
      max-width: 450px;
      margin-bottom: 1.5rem; }
  .site-footer .footer-copyright {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    .site-footer .footer-copyright a {
      text-decoration: underline; }
    .site-footer .footer-copyright p.accreditation {
      font-size: 0.8em;
      line-height: 1.2;
      margin: 1rem 0; }
  @media (min-width: 800px) {
    @supports (display: grid) {
      .site-footer .constraint {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 2rem;
        grid-template-areas: 'school phone' 'school nav' 'copyright copyright'; }
      .site-footer .footer-phone {
        grid-area: phone;
        text-align: left;
        margin-bottom: 0;
        align-self: end; }
      .site-footer .footer-nav {
        grid-area: nav;
        border: 0;
        text-align: left;
        margin-bottom: 0;
        font-size: 1.25rem; }
        .site-footer .footer-nav ul {
          display: flex;
          flex-wrap: wrap; }
          .site-footer .footer-nav ul li {
            border-top: 0;
            margin-right: 2em;
            position: relative; }
            .site-footer .footer-nav ul li::after {
              content: "";
              position: absolute;
              right: -1em;
              height: 60%;
              width: 1px;
              background: #fff;
              transform: translateY(35%); }
            .site-footer .footer-nav ul li:last-child {
              margin-right: 0; }
              .site-footer .footer-nav ul li:last-child::after {
                content: none; }
            .site-footer .footer-nav ul li a {
              display: inline;
              padding: 0; }
      .site-footer .footer-school-info {
        grid-area: school;
        border-right: 2px solid #fff;
        align-self: center;
        padding-right: 2rem;
        margin-bottom: 0; }
      .site-footer .footer-copyright {
        grid-area: copyright;
        margin-top: 2rem; }
      .layout-squeeze .site-footer .constraint, .layout-landing .site-footer .constraint {
        display: block; }
      .layout-squeeze .site-footer .footer-phone, .layout-landing .site-footer .footer-phone {
        text-align: center;
        margin-bottom: 3rem; }
      .layout-squeeze .site-footer .footer-school-info, .layout-landing .site-footer .footer-school-info {
        padding-right: 0;
        border-right: 0; } } }
