@charset "UTF-8";
/** @file _reset.scss
  * Reset
  * -----------------------------------------------------------------------------
  *
  * Borrowed from Compass.
  *
**/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** @file _functions.scss
  * Functions
  * -----------------------------------------------------------------------------
  *
  * A SASS file containing global functions
  *
**/
/** @file _variables.scss
  * Variables
  * ----------------------------------------------------------------------------
  *
  * A SASS file containing global variables.
  *
**/
/** @file _mixins.scss
  * Mixins
  * -----------------------------------------------------------------------------
  *
  * A SASS file containing global mixins.
  *
**/
/** @file _typography-styles.scss
  * Mixins
  * -----------------------------------------------------------------------------
  *
  * A SASS file containing typography styles.
  *
**/
.text--body-1 {
  letter-spacing: 0.5px;
}

.text--body-2 {
  font-size: 0.875rem;
  letter-spacing: 0.25px;
}

.text--body-3 {
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  color: #6e6f92;
}

.text--body-4 {
  color: #6e6f92;
  font-size: 1.125rem;
  letter-spacing: 0.15px;
  line-height: 1.6;
}
.text--body-4 h1,
.text--body-4 h2,
.text--body-4 h3,
.text--body-4 h4,
.text--body-4 h5,
.text--body-4 h6,
.text--body-4 .h1,
.text--body-4 .h2,
.text--body-4 .h3,
.text--body-4 .h4,
.text--body-4 .h5,
.text--body-4 .h6 {
  color: #031d32;
}

.text--strong {
  color: #031d32;
  font-weight: 700;
}

.text--subtitle-1 {
  color: #6e6f92;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 1.6;
}

.text--subtitle-2 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.text--button {
  color: #037b79;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.text--caption {
  font-size: 0.75rem;
  letter-spacing: 0.6px;
}

.text--overline {
  color: #031d32;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text--label {
  color: #031d32;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1px;
}

.page-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-family: "museo-slab", sans-serif;
}
@media only screen and (min-width:65rem) {
  .page-title {
    margin-bottom: 2.125rem !important;
  }
}

.type-marquee {
  font-size: 4.5rem;
}

.type-jumbo {
  font-size: 3.125rem;
}

.type-xxx-lg {
  font-size: 2.25rem;
}

.type-xx-lg {
  font-size: 1.75rem;
}

.type-x-lg {
  font-size: 1.5rem;
}

.type-lg {
  font-size: 1.25rem;
}

.type-md {
  font-size: 1rem;
}

.type-sm {
  font-size: 0.875rem;
}

.type-sm-tight {
  font-size: 0.875rem;
  line-height: 1.2;
}

.type-x-sm {
  font-size: 0.75rem;
}

.type-body {
  font-size: 1.25rem;
}

.type-body-sm {
  font-size: 1.125rem;
}

.product-sub-header--blue {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #031d32;
}
.product-sub-header--yellow {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffe510 !important;
}

.faq-heading {
  background: url("../images/chat-icon-wht.png") no-repeat;
  background-position: 54% 3px;
  padding-top: 40px;
}
@media only screen and (max-width:64.9375rem) {
  .faq-heading {
    background: url("../images/chat-icon-wht.png") no-repeat;
    background-position: 50% 17%;
    padding-top: 3.125rem;
  }
}

.chat-email-heading p {
  font-family: "museo-sans", sans-serif;
  font-display: optional;
  margin-bottom: 0;
}
.chat-email-heading h2 {
  font-size: 3.125rem;
  font-weight: 900;
}

/** @file _placeholders.scss
  * Placeholders
  * -----------------------------------------------------------------------------
  *
  * A SASS file containing global placeholders.
  *
**/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list--fancy {
  list-style: none;
  margin: -0.75rem 0 0;
  padding: 0;
}
.list--fancy li {
  border-bottom: 1px solid #d8d7d8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--fancy li:last-child {
  border-bottom: none;
}
.list--fancy li a {
  color: #037b79;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem 0.75rem 0;
  position: relative;
}
.list--fancy li a:hover,
.list--fancy li a:focus {
  color: rgb(1.7857142857, 73.2142857143, 72.0238095238);
  text-decoration: underline;
}
.list--fancy li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  right: 0;
  top: 1rem;
}

.list--tags {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list--tags li {
  display: block;
  float: left;
  margin: 0 0.375rem 0.375rem 0;
}
.list--tags li a {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 0.1875rem;
  color: #ffffff;
  display: block;
  padding: 0.1875rem 0.5rem;
}
.list--tags li a:hover,
.list--tags li a:focus {
  background-color: #f2ae4d;
  border-color: #f2ae4d;
  color: #ffffff;
}

.larger1 {
  font-size: 1.25em;
}

.larger2 {
  font-size: 1.5em;
}

.larger3 {
  font-size: 2em;
}

.smaller1 {
  font-size: 0.9em;
}

.smaller2 {
  font-size: 0.8em;
}

.smaller3 {
  font-size: 0.7em;
}

.shadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(3, 29, 50, 0.14), 0 2px 1px -1px rgba(3, 29, 50, 0.14), 0 1px 8px 0 rgba(3, 29, 50, 0.14);
          box-shadow: 0 1px 1px 0 rgba(3, 29, 50, 0.14), 0 2px 1px -1px rgba(3, 29, 50, 0.14), 0 1px 8px 0 rgba(3, 29, 50, 0.14);
}

.rounded {
  border-radius: 0.75rem;
}

/** @file _grid.scss
  * Grid
  * -----------------------------------------------------------------------------
  *
  * A SASS file containing global grid settings.
  *
**/
.row {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .row {
    padding: 0 4.375rem;
  }
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.layout--100 .layout--100,
.layout--100 .layout--50-50,
.layout--100 .layout--33-33-33,
.layout--100 .layout--33-66,
.layout--100 .layout--66-33,
.layout--100 .layout--25-25-25-25,
.layout--50-50 .layout--100,
.layout--50-50 .layout--50-50,
.layout--50-50 .layout--33-33-33,
.layout--50-50 .layout--33-66,
.layout--50-50 .layout--66-33,
.layout--50-50 .layout--25-25-25-25,
.layout--33-33-33 .layout--100,
.layout--33-33-33 .layout--50-50,
.layout--33-33-33 .layout--33-33-33,
.layout--33-33-33 .layout--33-66,
.layout--33-33-33 .layout--66-33,
.layout--33-33-33 .layout--25-25-25-25,
.layout--33-66 .layout--100,
.layout--33-66 .layout--50-50,
.layout--33-66 .layout--33-33-33,
.layout--33-66 .layout--33-66,
.layout--33-66 .layout--66-33,
.layout--33-66 .layout--25-25-25-25,
.layout--66-33 .layout--100,
.layout--66-33 .layout--50-50,
.layout--66-33 .layout--33-33-33,
.layout--66-33 .layout--33-66,
.layout--66-33 .layout--66-33,
.layout--66-33 .layout--25-25-25-25,
.layout--25-25-25-25 .layout--100,
.layout--25-25-25-25 .layout--50-50,
.layout--25-25-25-25 .layout--33-33-33,
.layout--25-25-25-25 .layout--33-66,
.layout--25-25-25-25 .layout--66-33,
.layout--25-25-25-25 .layout--25-25-25-25 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.layout--100 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--100 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout--100 > div:nth-child(n) {
  margin-top: 0;
}
.layout--100 > div:nth-child(n+2) {
  margin-top: 2.1875rem;
}

.layout--50-50 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--50-50 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout--50-50 > div:nth-child(n) {
  margin-top: 0;
}
.layout--50-50 > div:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media only screen and (min-width:48rem) {
  .layout--50-50 > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .layout--50-50 > div:nth-child(n) {
    margin-top: 0;
  }
  .layout--50-50 > div:nth-child(n+3) {
    margin-top: 2.1875rem;
  }
}

.layout--33-33-33 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--33-33-33 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout--33-33-33 > div:nth-child(n) {
  margin-top: 0;
}
.layout--33-33-33 > div:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media only screen and (min-width:48rem) {
  .layout--33-33-33 > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .layout--33-33-33 > div:nth-child(n) {
    margin-top: 0;
  }
  .layout--33-33-33 > div:nth-child(n+4) {
    margin-top: 2.1875rem;
  }
}

.layout--25-25-25-25 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--25-25-25-25 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout--25-25-25-25 > div:nth-child(n) {
  margin-top: 0;
}
.layout--25-25-25-25 > div:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media only screen and (min-width:48rem) {
  .layout--25-25-25-25 > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .layout--25-25-25-25 > div:nth-child(n) {
    margin-top: 0;
  }
  .layout--25-25-25-25 > div:nth-child(n+5) {
    margin-top: 2.1875rem;
  }
}

.layout--25-25-25-25--50 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--25-25-25-25--50 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.layout--25-25-25-25--50 > div:nth-child(n) {
  margin-top: 0;
}
.layout--25-25-25-25--50 > div:nth-child(n+3) {
  margin-top: 2.1875rem;
}
@media only screen and (min-width:48rem) {
  .layout--25-25-25-25--50 > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .layout--25-25-25-25--50 > div:nth-child(n) {
    margin-top: 0;
  }
  .layout--25-25-25-25--50 > div:nth-child(n+5) {
    margin-top: 2.1875rem;
  }
}

.layout--33-66 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--33-66 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout--33-66 > div:nth-child(n) {
  margin-top: 0;
}
.layout--33-66 > div:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media only screen and (min-width:48rem) {
  .layout--33-66 > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .layout--33-66 > div:nth-child(1):nth-child(n) {
    margin-top: 0;
  }
  .layout--33-66 > div:nth-child(1):nth-child(n+4) {
    margin-top: 2.1875rem;
  }
}
@media only screen and (min-width:48rem) {
  .layout--33-66 > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
  }
  .layout--33-66 > div:nth-child(2):nth-child(n) {
    margin-top: 0;
  }
  .layout--33-66 > div:nth-child(2):nth-child(n+3) {
    margin-top: 2.1875rem;
  }
}

.layout--66-33 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.layout--66-33 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout--66-33 > div:nth-child(n) {
  margin-top: 0;
}
.layout--66-33 > div:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media only screen and (min-width:48rem) {
  .layout--66-33 > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
  }
  .layout--66-33 > div:nth-child(1):nth-child(n) {
    margin-top: 0;
  }
  .layout--66-33 > div:nth-child(1):nth-child(n+3) {
    margin-top: 2.1875rem;
  }
}
@media only screen and (min-width:48rem) {
  .layout--66-33 > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .layout--66-33 > div:nth-child(2):nth-child(n) {
    margin-top: 0;
  }
  .layout--66-33 > div:nth-child(2):nth-child(n+4) {
    margin-top: 2.1875rem;
  }
}

@media only screen and (min-width:48rem) {
  .college-overview--overview > .layout--50-50 > div:nth-child(1),
  .college-overview--overview > .layout--33-66 > div:nth-child(1),
  .college-overview--overview > .layout--66-33 > div:nth-child(1),
  .college-section--padded-tb > .layout--50-50 > div:nth-child(1),
  .college-section--padded-tb > .layout--33-66 > div:nth-child(1),
  .college-section--padded-tb > .layout--66-33 > div:nth-child(1) {
    padding-right: 30px;
  }
}
@media only screen and (min-width:48rem) {
  .college-overview--overview > .layout--50-50 > div:nth-child(2),
  .college-overview--overview > .layout--33-66 > div:nth-child(2),
  .college-overview--overview > .layout--66-33 > div:nth-child(2),
  .college-section--padded-tb > .layout--50-50 > div:nth-child(2),
  .college-section--padded-tb > .layout--33-66 > div:nth-child(2),
  .college-section--padded-tb > .layout--66-33 > div:nth-child(2) {
    padding-left: 30px;
  }
}
@media only screen and (min-width:48rem) {
  .college-overview--overview .college-profile--accordion .college-profile--accordion-content .layout--50-50 > div:nth-child(1),
  .college-overview--overview .college-profile--accordion .college-profile--accordion-content .layout--33-66 > div:nth-child(1),
  .college-overview--overview .college-profile--accordion .college-profile--accordion-content .layout--66-33 > div:nth-child(1),
  .college-section--padded-tb .college-profile--accordion .college-profile--accordion-content .layout--50-50 > div:nth-child(1),
  .college-section--padded-tb .college-profile--accordion .college-profile--accordion-content .layout--33-66 > div:nth-child(1),
  .college-section--padded-tb .college-profile--accordion .college-profile--accordion-content .layout--66-33 > div:nth-child(1) {
    padding-right: 30px;
  }
}
@media only screen and (min-width:48rem) {
  .college-overview--overview .college-profile--accordion .college-profile--accordion-content .layout--50-50 > div:nth-child(2),
  .college-overview--overview .college-profile--accordion .college-profile--accordion-content .layout--33-66 > div:nth-child(2),
  .college-overview--overview .college-profile--accordion .college-profile--accordion-content .layout--66-33 > div:nth-child(2),
  .college-section--padded-tb .college-profile--accordion .college-profile--accordion-content .layout--50-50 > div:nth-child(2),
  .college-section--padded-tb .college-profile--accordion .college-profile--accordion-content .layout--33-66 > div:nth-child(2),
  .college-section--padded-tb .college-profile--accordion .college-profile--accordion-content .layout--66-33 > div:nth-child(2) {
    padding-left: 30px;
  }
}

.layout--align-middle {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.layout--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout--margin-top {
  margin-top: 1.875rem;
}

/** @file _elements.scss
  * Elements
  * ----------------------------------------------------------------------------
  *
  * A stylesheet collecting all site elements
  *
**/
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #031d32;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h1,
.h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  text-transform: none;
  font-family: "museo-slab", sans-serif;
}
@media only screen and (min-width:48rem) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: none;
  font-family: "museo-slab", sans-serif;
}
@media only screen and (min-width:48rem) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: none;
  font-family: "museo-slab", sans-serif;
}
@media only screen and (min-width:48rem) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.375rem;
  font-weight: 900;
  text-transform: none;
}
@media only screen and (min-width:48rem) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: none;
}
@media only screen and (min-width:48rem) {
  h5,
  .h5 {
    font-size: 1.3125rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: none;
}
@media only screen and (min-width:48rem) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p {
  margin: 0 0 1.375em;
  word-wrap: break-word;
}

strong,
b {
  color: #031d32;
  font-weight: 900;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #d3f5f4;
  margin-left: 2em;
  padding-left: 1em;
}

a {
  color: #037b79;
  font-size: inherit;
  font-style: inherit;
  font-weight: 700;
  line-height: inherit;
  -webkit-transition: color 200ms ease-out 0s;
  transition: color 200ms ease-out 0s;
  text-decoration: none;
}
a strong {
  color: #037b79;
}
a:hover, a:focus {
  color: rgb(1.7857142857, 73.2142857143, 72.0238095238);
  text-decoration: underline;
  cursor: pointer;
}

.link-base {
  color: #031d32;
}
.link-base:hover,
.link-base:focus {
  color: #037b79;
}

.link-normal {
  font-weight: 500;
}

.link-light,
.link-white {
  color: #ffffff;
}
.link-light:hover,
.link-light:focus,
.link-white:hover,
.link-white:focus {
  text-decoration: underline;
}

.link-dark {
  color: #037b79;
}
.link-dark:hover, .link-dark:focus {
  color: #037b79;
  text-decoration: underline;
}

.link-indigo {
  color: #037b79;
  text-decoration: none;
}
.link-indigo:hover, .link-indigo:focus {
  color: #037b79;
  text-decoration: underline;
}

.link-indigo-dark {
  color: #037b79;
  text-decoration: none;
}
.link-indigo-dark:hover, .link-indigo-dark:focus {
  color: #037b79;
  text-decoration: underline;
}

.link-cta {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #037b79;
  font-weight: 700;
}
.link-cta:after {
  display: inline;
  content: " ›";
  font-size: 1.5em;
  line-height: 0;
  position: relative;
  top: 1px;
}
.link-cta:hover,
.link-cta:focus {
  color: #037b79;
  text-decoration: underline;
}

.link-cta--white {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.link-cta--white:hover,
.link-cta--white:focus {
  color: #ffffff;
  text-decoration: underline;
}
.link-cta--white:after {
  display: inline;
  content: " ›";
  font-size: 1.5em;
  line-height: 0;
  position: relative;
  top: 1px;
}

.link-cta--large {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.link-cta--large:after {
  display: inline;
  content: " ›";
  font-size: 1.75em;
  line-height: 0;
  position: relative;
  top: 4px;
}

ol,
ul {
  margin: 0 0 1.375em;
  padding: 0 0 0 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0.75em;
  margin-bottom: 0;
}
ol li,
ul li {
  line-height: 1.6;
  margin: 0 0 0.75em;
  padding: 0;
}
ol li:last-of-type,
ul li:last-of-type {
  margin-bottom: 0;
}

nav ul,
nav ol {
  margin: 0;
  overflow: visible;
  padding: 0;
}
nav ul li,
nav ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.toolbar-menu {
  font-size: 1rem;
  line-height: 1;
}
ul.toolbar-menu li {
  margin-bottom: 0;
}

.page-node-type-news ul,
.page-node-type-news ol {
  list-style: square;
}
.page-node-type-news ul li,
.page-node-type-news ol li {
  list-style: square;
}

table.responsive {
  border-collapse: collapse;
  border-width: 0;
  /* Making the table self-contain itself on overflow */
  display: block;
  overflow: auto;
}

table.table {
  display: table !important;
}

table {
  width: 100%;
  margin: 0.625rem 0 1.375em;
}
table tr td p {
  margin-bottom: 0;
}

.data-set:last-child table.data-table--2-col {
  margin-bottom: 20px;
}

caption {
  font-size: 1.25em;
  font-weight: 700;
}

tr {
  border-top: 1px solid #d8d7d8;
  border-bottom: 1px solid #d8d7d8;
}

th {
  font-weight: 700;
  padding-bottom: 0;
}

table:not(.footable):not(.table) td,
table:not(.footable):not(.table) th {
  padding: 0.9375rem;
  padding-left: 0;
}

.footable.table table {
  background: #f5f5f9;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0.9375rem;
  font-size: 1rem;
}
.footable.table table:hover {
  cursor: default;
}

.footable-first-visible {
  padding: 15px;
}

table > tbody > tr > td > span.footable-toggle {
  opacity: 1;
}

.footable-toggle {
  float: right;
  margin-top: 0.3125rem;
  color: #00b1b0;
  opacity: 1;
}

tr[data-expanded=true] {
  background: #f5f5f9;
}
@media only screen and (min-width:65rem) {
  tr[data-expanded=true] {
    background: #ffffff;
  }
}

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td {
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  vertical-align: middle;
  border-top: 1px solid #d8d7d8;
  border-bottom: 1px solid #d8d7d8;
}
.footable.table > thead > tr > th:hover,
.footable.table > tbody > tr > th:hover,
.footable.table > tfoot > tr > th:hover,
.footable.table > thead > tr > td:hover,
.footable.table > tbody > tr > td:hover,
.footable.table > tfoot > tr > td:hover {
  cursor: pointer;
}
@media only screen and (min-width:65rem) {
  .footable.table > thead > tr > th:hover,
  .footable.table > tbody > tr > th:hover,
  .footable.table > tfoot > tr > th:hover,
  .footable.table > thead > tr > td:hover,
  .footable.table > tbody > tr > td:hover,
  .footable.table > tfoot > tr > td:hover {
    cursor: default;
  }
}

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th {
  color: #031d32;
  font-weight: 700;
}

.footable-details > tbody {
  display: table;
  width: 100%;
}
.footable-details th {
  width: 50%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  padding-bottom: 1.5625rem;
}
.footable-details td {
  text-align: right;
  padding: 0.625rem;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 50%;
  width: 50%;
  padding: 0.625rem;
}

table.footable-details > tbody {
  display: table;
  width: 100%;
}

.footable.table > thead > tr > th {
  text-transform: uppercase;
  border-top: 0;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

figcaption {
  font-size: 0.9em;
}

.align-left {
  margin: 0 1.5em 1em 0;
}

.align-right {
  margin: 0 0 1em 1.5em;
}

figure {
  display: table;
}

figcaption {
  caption-side: bottom;
  display: table-caption;
}

hr {
  height: 1px;
  border: none;
  color: #ebeaeb;
  background-color: #ebeaeb;
  margin-bottom: 1.875rem;
}

.label {
  color: #031d32;
  font-weight: 700;
}

/** @file _base.scss
  * Global Base
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all global, non-specific base styles.
  *
**/
body {
  color: #031d32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo-sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  font-display: optional;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  width: 100%;
}
@media only screen and (min-width:65rem) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.text-light *, .c-bgd-color-3 *, .c-bgd-color-2 *, .c-bgd-color-1 * {
  border-color: #ffffff;
  color: #ffffff;
}
.text-light * .contextual-links a, .c-bgd-color-3 * .contextual-links a, .c-bgd-color-2 * .contextual-links a, .c-bgd-color-1 * .contextual-links a {
  color: #031d32 !important;
}
.text-light * a, .c-bgd-color-3 * a, .c-bgd-color-2 * a, .c-bgd-color-1 * a,
.text-light * a:focus,
.text-light * a:hover {
  color: #ffffff;
}
.text-light * a:focus, .c-bgd-color-3 * a:focus, .c-bgd-color-2 * a:focus, .c-bgd-color-1 * a:focus,
.text-light * a:hover,
.c-bgd-color-3 * a:hover,
.c-bgd-color-2 * a:hover,
.c-bgd-color-1 * a:hover {
  text-decoration: underline;
}
.text-light * .field--type-text-long a, .c-bgd-color-3 * .field--type-text-long a, .c-bgd-color-2 * .field--type-text-long a, .c-bgd-color-1 * .field--type-text-long a,
.text-light * .field--type-text-with-summary a,
.c-bgd-color-3 * .field--type-text-with-summary a,
.c-bgd-color-2 * .field--type-text-with-summary a,
.c-bgd-color-1 * .field--type-text-with-summary a,
.text-light * .links a,
.c-bgd-color-3 * .links a,
.c-bgd-color-2 * .links a,
.c-bgd-color-1 * .links a {
  text-decoration: underline;
}
.text-light * .algolia-autocomplete *, .c-bgd-color-3 * .algolia-autocomplete *, .c-bgd-color-2 * .algolia-autocomplete *, .c-bgd-color-1 * .algolia-autocomplete * {
  color: black !important;
}
.text-light * .product-sub-header--blue, .c-bgd-color-3 * .product-sub-header--blue, .c-bgd-color-2 * .product-sub-header--blue, .c-bgd-color-1 * .product-sub-header--blue {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #031d32;
}
.text-light * .product-sub-header--yellow, .c-bgd-color-3 * .product-sub-header--yellow, .c-bgd-color-2 * .product-sub-header--yellow, .c-bgd-color-1 * .product-sub-header--yellow {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffe510 !important;
}

.text-dark * .c-cta-style-image-card, .c-bgd-color-4 * .c-cta-style-image-card {
  border: 0.0625rem solid #d8d7d8 !important;
}

.hidden {
  display: none;
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (max-width:64.9375rem) {
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
}

[data-readmore] {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clear {
  clear: both;
}

.pad-top {
  padding-top: 1.875rem !important;
}

.pad-bottom {
  padding-bottom: 1.875rem !important;
}

.pad-right {
  padding-right: 1.875rem !important;
}

.pad-left {
  padding-left: 1.875rem !important;
}

.margin-top {
  margin-top: 2rem !important;
}

.margin-bottom {
  margin-bottom: 2rem !important;
}

.margin-right {
  margin-right: 2rem !important;
}

.margin-left {
  margin-left: 2rem !important;
}

.margin-top-half {
  margin-top: 1rem !important;
}

.margin-bottom-half {
  margin-bottom: 1rem !important;
}

.margin-right-half {
  margin-right: 1rem !important;
}

.margin-left-half {
  margin-left: 1rem !important;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width:47.9375rem) {
  .flex-medium-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #f5f5f9;
}

.testing-new-bg-color {
  background-color: #031d32;
}

.field--name-field-c-body img {
  margin-bottom: 20px;
}

/** @file _component.scss
  * Components
  * -----------------------------------------------------------------------------
  *
  * A stylesheet for components not worthy of their own partial.
  *
**/
.infobox {
  border-radius: 0.75rem;
  background-color: #031d32;
  color: #ffffff;
  padding: 1.875rem 1.25rem;
}
.infobox .h1,
.infobox .h2,
.infobox .h3,
.infobox .h4,
.infobox .h5,
.infobox .h6,
.infobox h1,
.infobox h2,
.infobox h3,
.infobox h4,
.infobox h5,
.infobox h6 {
  color: #ffffff;
}
.infobox a {
  color: #ffffff;
  text-decoration: none;
}
.infobox a:hover,
.infobox a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.infobox p a {
  text-decoration: underline;
}

.infobox--indigo {
  background-color: #037b79;
  color: #ffffff;
}

@media only screen and (min-width:65rem) {
  .infobox--large {
    padding: 3.125rem;
  }
}

.infobox--cta a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.infobox--cta a:hover,
.infobox--cta a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.infobox--cta a:after {
  display: inline;
  content: " ›";
  font-size: 1.5em;
  line-height: 0;
  position: relative;
  top: 1px;
}

.infobox--cta-large a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.infobox--cta-large a:after {
  display: inline;
  content: " ›";
  font-size: 1.75em;
  line-height: 0;
  position: relative;
  top: 4px;
}

.section-heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-family: "museo-slab", sans-serif;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.9375rem;
}
@media only screen and (max-width:64.9375rem) {
  .section-heading {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:65rem) {
  .section-heading {
    padding: 0 0.9375rem;
    margin-bottom: 2.5rem;
  }
}

.section-colleges .js-form-type-select label {
  text-align: right;
  color: #7A7A7A;
}
@media only screen and (max-width:47.9375rem) {
  .section-colleges .js-form-type-select label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.section-colleges .js-form-type-select select {
  background-color: white;
}

.card {
  -webkit-box-shadow: 0 3px 6px 0 rgba(110, 111, 146, 0.2);
          box-shadow: 0 3px 6px 0 rgba(110, 111, 146, 0.2);
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin: 0 0 0 0.875rem;
  padding: 0;
}
@media only screen and (min-width:35.9375rem) {
  .social-icons {
    margin-left: 1rem;
  }
}
.social-icons li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li a {
  color: #333f48;
  display: block;
  font-size: 1rem;
  padding: 0.375rem;
}
.social-icons li a:hover, .social-icons li a:focus {
  color: rgb(72.1463414634, 89.1219512195, 101.8536585366);
  -webkit-transition: color 0s ease-out 0s;
  transition: color 0s ease-out 0s;
}
.footer .social-icons li a {
  color: #ffffff;
}
.footer .social-icons li a:hover, .footer .social-icons li a:focus {
  color: rgb(11.6603773585, 112.7169811321, 194.3396226415);
}

.field--name-dynamic-token-fieldnode-addthis {
  height: 2.5625rem;
}

.at-resp-share-element .at-share-btn,
.at-share-btn {
  background: #000 !important;
  margin-bottom: 0 !important;
  padding: 1px 3px 0px !important;
}
.at-resp-share-element .at-share-btn:hover, .at-resp-share-element .at-share-btn:focus,
.at-share-btn:hover,
.at-share-btn:focus {
  -webkit-transform: none !important;
  transform: none !important;
}
.at-resp-share-element .at-share-btn:hover svg, .at-resp-share-element .at-share-btn:focus svg,
.at-share-btn:hover svg,
.at-share-btn:focus svg {
  fill: #f5f5f9 !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper,
.at-share-btn .at-icon-wrapper {
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  padding: 0 !important;
}
.at-resp-share-element .at-share-btn svg,
.at-share-btn svg {
  fill: #ffffff !important;
  height: 40px !important;
  width: 40px !important;
}

.back-to-top {
  height: 3.75rem;
  width: 3.75rem;
  bottom: 5.625rem;
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;
  z-index: -10;
}
@media only screen and (min-width:65rem) {
  .back-to-top {
    bottom: 1.25rem;
    font-size: 1rem;
    padding: 0;
    right: 1.25rem;
  }
}
.back-to-top:hover, .back-to-top:focus {
  color: #cccccc;
}
.back-to-top.visible {
  opacity: 1;
  z-index: 1000;
}

.advertisement > div {
  text-align: center;
}
.advertisement.advertisement--desktop-xl > div {
  margin: 20px auto;
}
@media only screen and (max-width:74.9375rem) {
  .advertisement.advertisement--desktop-xl {
    display: none;
  }
}
.advertisement.advertisement--desktop > div {
  margin: 20px auto;
}
@media only screen and (max-width:35.9375rem) {
  .advertisement.advertisement--desktop {
    display: none;
  }
}
.advertisement.advertisement--mobile > div,
.advertisement.advertisement--mobile > div > div {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.75rem;
  padding: 1.25rem 0;
}
@media only screen and (min-width:36rem) {
  .advertisement.advertisement--mobile {
    display: none;
  }
}

.attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 5px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #b1aeb0;
  font-size: 0.75rem;
  max-width: 100%;
}
.attribution-author a,
.attribution-author a:hover {
  color: #b1aeb0;
  text-decoration: underline;
}
.attribution-license--cc {
  margin: 0 5px;
}
.attribution-edited {
  font-style: italic;
}

/** @file _fields.scss
  * Fields
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all global field styles
  *
**/
.field--type-text-long > *:last-child,
.field--type-text-with-summary > *:last-child {
  margin-bottom: 0;
}

.field--label-inline .field__label {
  float: left;
  margin-right: 0.375rem;
}

.field--name-field-profiles ul,
.field--name-field-categories ul {
  list-style: none;
  margin: -0.75rem 0 0;
  padding: 0;
}
.field--name-field-profiles ul li,
.field--name-field-categories ul li {
  border-bottom: 1px solid #d8d7d8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.field--name-field-profiles ul li:last-child,
.field--name-field-categories ul li:last-child {
  border-bottom: none;
}
.field--name-field-profiles ul li a,
.field--name-field-categories ul li a {
  color: #037b79;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem 0.75rem 0;
  position: relative;
}
.field--name-field-profiles ul li a:hover, .field--name-field-profiles ul li a:focus,
.field--name-field-categories ul li a:hover,
.field--name-field-categories ul li a:focus {
  color: rgb(1.7857142857, 73.2142857143, 72.0238095238);
  text-decoration: underline;
}
.field--name-field-profiles ul li a:after,
.field--name-field-categories ul li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  right: 0;
  top: 1rem;
}

.sidebar .field--name-field-services ul {
  list-style: none;
  margin: -0.75rem 0 0;
  padding: 0;
}
.sidebar .field--name-field-services ul li {
  border-bottom: 1px solid #d8d7d8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .field--name-field-services ul li:last-child {
  border-bottom: none;
}
.sidebar .field--name-field-services ul li a {
  color: #037b79;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem 0.75rem 0;
  position: relative;
}
.sidebar .field--name-field-services ul li a:hover, .sidebar .field--name-field-services ul li a:focus {
  color: rgb(1.7857142857, 73.2142857143, 72.0238095238);
  text-decoration: underline;
}
.sidebar .field--name-field-services ul li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  right: 0;
  top: 1rem;
}

.field--name-field-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.field--name-field-tags ul li {
  display: block;
  float: left;
  margin: 0 0.375rem 0.375rem 0;
}
.field--name-field-tags ul li a {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 0.1875rem;
  color: #ffffff;
  display: block;
  padding: 0.1875rem 0.5rem;
}
.field--name-field-tags ul li a:hover, .field--name-field-tags ul li a:focus {
  background-color: #f2ae4d;
  border: 1px solid #f2ae4d;
  color: #ffffff;
}

.field--name-field-categories a {
  color: #037b79;
  text-decoration: none;
}
.field--name-field-categories a:hover, .field--name-field-categories a:focus {
  color: #037b79;
  text-decoration: underline;
}

.field--name-node-link a {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 1rem;
  color: #031d32;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "museo-sans", sans-serif;
  border-radius: 0.75rem;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}
.field--name-node-link a:hover, .field--name-node-link a:focus, .field--name-node-link a.active {
  background-color: #fbb654;
  border: 1px solid #fbb654;
  color: #031d32;
  text-decoration: none;
}

/** @file _forms.scss
  * Forms
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all global form styles
  *
**/
input,
textarea,
button {
  outline: none;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  vertical-align: middle;
}

.description {
  font-size: 0.75rem;
  margin-top: 0.5em;
}
@media only screen and (min-width:48rem) {
  .description {
    font-size: 0.875rem;
  }
}

.field--type-datetime.form-wrapper,
.form-item {
  margin-bottom: 2em;
}

legend,
.legend {
  margin-bottom: 0.5em;
}

label.form-required:after {
  display: inline;
  content: " *";
  color: red;
}

input[type=date],
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #d8d7d8;
  color: #333f48;
  font-family: "museo-sans", sans-serif;
  font-display: optional;
  font-size: 0.875rem;
  padding: 0.85rem;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width:48rem) {
  input[type=date],
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=tel],
  input[type=url],
  textarea {
    max-width: 43.75rem;
  }
}
input[type=date]:-moz-placeholder, input[type=date]::-moz-placeholder, input[type=date]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=date]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=date]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=date]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input[type=date]:-ms-input-placeholder textarea::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder textarea::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
input[type=password]:-ms-input-placeholder textarea::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
input[type=email]:-ms-input-placeholder textarea::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
input[type=search]:-ms-input-placeholder textarea::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
input[type=tel]:-ms-input-placeholder textarea::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
input[type=url]:-ms-input-placeholder textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=date]::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=text]::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=password]::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=email]::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=search]::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=tel]::-webkit-input-placeholder,
textarea:-ms-input-placeholder input[type=url]::-webkit-input-placeholder,
textarea:-ms-input-placeholder textarea::-webkit-input-placeholder {
  font-style: italic;
}

.field--type-datetime .form-item {
  margin-bottom: 0;
}

input[type=date] {
  font-family: "museo-sans", sans-serif;
  font-display: optional;
}

select {
  font-family: "museo-sans", sans-serif;
  font-display: optional;
}

.date-label,
label {
  display: block;
}

.form-item.js-form-type-radio,
.form-checkboxes .form-item.js-form-type-checkbox {
  margin-bottom: 0.6em;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 0 2.1875rem;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  vertical-align: middle;
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
  outline: 1px dashed #000;
  outline-offset: 5px;
}
input[type=checkbox]:disabled + label:before,
input[type=radio]:disabled + label:before {
  color: #e3ded5;
}
input[type=checkbox]:checked:disabled + label:before,
input[type=radio]:checked:disabled + label:before {
  color: #e3ded5;
}

input[type=checkbox] + label:before {
  background: url("../images/icon-checkbox-unchecked.svg") 0 0 no-repeat;
  height: 24px;
  width: 24px;
  background-size: 20px;
  top: -2px;
}
.text-light input[type=checkbox] + label:before, .c-bgd-color-3 input[type=checkbox] + label:before, .c-bgd-color-2 input[type=checkbox] + label:before, .c-bgd-color-1 input[type=checkbox] + label:before {
  background-image: url("../images/icon-checkbox-unchecked-white.svg");
}
input[type=checkbox]:checked + label:before {
  background-image: url("../images/icon-checkbox-checked.svg");
  background-size: 24px;
  top: -2px;
}
.text-light input[type=checkbox]:checked + label:before, .c-bgd-color-3 input[type=checkbox]:checked + label:before, .c-bgd-color-2 input[type=checkbox]:checked + label:before, .c-bgd-color-1 input[type=checkbox]:checked + label:before {
  background-image: url("../images/icon-checkbox-checked-white.svg");
}

input[type=file] {
  width: 100%;
}
input[type=file]::-webkit-file-upload-button {
  border-radius: 12px;
  padding: 12px 40px;
  cursor: pointer;
  background-color: #F5F5F9;
  border: 1px solid rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  font-family: "museo-slab", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
input[type=file]::file-selector-button {
  border-radius: 12px;
  padding: 12px 40px;
  cursor: pointer;
  background-color: #F5F5F9;
  border: 1px solid rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  font-family: "museo-slab", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
input[type=file]::-webkit-file-upload-button:hover {
  background-color: #ffffff;
}
input[type=file]::file-selector-button:hover {
  background-color: #ffffff;
}

#views-exposed-form-articles-landing-block-1.views-exposed-form.bef-exposed-form {
  background-color: #ffffff;
  padding: 2.5rem 0;
}
#views-exposed-form-articles-landing-block-1 legend,
#views-exposed-form-articles-landing-block-1 .legend {
  background: #ffffff;
  margin-top: 1.25rem !important;
  padding: 0 20px;
}
#views-exposed-form-articles-landing-block-1 legend span.fieldset-legend,
#views-exposed-form-articles-landing-block-1 .legend span.fieldset-legend {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.875rem;
  font-family: "museo-slab", sans-serif;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: auto;
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
}
#views-exposed-form-articles-landing-block-1 fieldset,
#views-exposed-form-articles-landing-block-1 .fieldset {
  background: #ffffff;
  padding: 0 !important;
}
#views-exposed-form-articles-landing-block-1 .fieldset {
  max-width: 71.25rem;
  margin: auto;
}
@media only screen and (min-width:65rem) {
  #views-exposed-form-articles-landing-block-1 .fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 3.75rem;
  }
}
#views-exposed-form-articles-landing-block-1 .fieldset .fieldset-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media only screen and (max-width:64.9375rem) {
  #views-exposed-form-articles-landing-block-1 .fieldset-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width:74.9375rem) {
  #views-exposed-form-articles-landing-block-1 .fieldset-wrapper {
    padding: 0;
  }
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:65rem) {
  #views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes {
    gap: 0 2.5rem;
  }
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0;
  padding: 1.375rem 1.125rem;
  border: 1px solid #ebeaeb;
  margin-bottom: 0;
}
@media only screen and (min-width:65rem) {
  #views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item {
    border: none;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item label {
  color: #031d32;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item label::after {
  display: block;
  margin-left: 0.625rem;
  font-size: 1.5em;
  content: "›";
  position: relative;
  top: -1px;
}
@media only screen and (min-width:65rem) {
  #views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item label::after {
    float: none;
  }
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item input[type=checkbox] {
  top: 0;
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item input[type=checkbox] + label:before {
  top: auto;
}
#views-exposed-form-articles-landing-block-1 .fieldset-wrapper .form-checkboxes.bef-checkboxes .form-item input[type=checkbox]:checked + label {
  font-style: italic;
  font-weight: 500;
}
#views-exposed-form-articles-landing-block-1 .form-checkboxes {
  position: relative;
}

.taxonomy_term_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:65rem) {
  .taxonomy_term_categories {
    gap: 0 2.5rem;
  }
}
@media only screen and (max-width:64.9375rem) {
  .taxonomy_term_categories .category-term {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 1px solid #EBEAEB;
  }
}
.taxonomy_term_categories a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: fit-content;
      -ms-flex-preferred-size: fit-content;
          flex-basis: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.125rem;
  position: relative;
}
.taxonomy_term_categories a:hover {
  color: #031d32;
}
.taxonomy_term_categories a .img-container {
  position: relative;
  margin-right: 0.3125rem;
}
.taxonomy_term_categories a .img-container img {
  width: 35px;
  height: auto;
}
.taxonomy_term_categories a .arrow-right {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: middle;
  margin-left: 0.625rem;
  margin-top: -2px;
}

input[type=radio] + label:before {
  background: url("../images/icon-radio-unchecked.svg") 0 0 no-repeat;
  height: 20px;
  width: 20px;
  background-size: 20px;
  top: -2px;
}
.text-light input[type=radio] + label:before, .c-bgd-color-3 input[type=radio] + label:before, .c-bgd-color-2 input[type=radio] + label:before, .c-bgd-color-1 input[type=radio] + label:before {
  background-image: url("../images/icon-radio-unchecked-white.svg");
}
input[type=radio]:checked + label:before {
  background-image: url("../images/icon-radio-checked.svg");
}
.text-light input[type=radio]:checked + label:before, .c-bgd-color-3 input[type=radio]:checked + label:before, .c-bgd-color-2 input[type=radio]:checked + label:before, .c-bgd-color-1 input[type=radio]:checked + label:before {
  background-image: url("../images/icon-radio-checked-white.svg");
}

.js-form-type-select {
  width: 100%;
}
@media only screen and (min-width:48rem) {
  .js-form-type-select {
    max-width: 43.75rem;
  }
}
.js-form-type-select label {
  display: block;
}
.js-form-type-select select::-ms-expand {
  display: none;
}
.js-form-type-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f5f5f9;
  border: 1px solid #d8d7d8;
  border-radius: 12px;
  color: #333f48;
  cursor: pointer;
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  padding: 1rem;
  -webkit-padding-end: 75px !important;
  position: relative;
  width: 100%;
}
.js-form-type-select select:hover, .js-form-type-select select:focus {
  background-color: rgb(254.5625, 254.5625, 254.7375);
  outline: none;
}

.select-wrapper {
  position: relative;
  z-index: 0;
}
.select-wrapper:has(select:disabled)::before {
  opacity: 0.2;
}
.select-wrapper::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 11px;
  width: 1.375rem;
  height: 22px;
  top: 11px;
  z-index: 1;
  font-size: 22px;
}

.chosen-container-multi .chosen-choices {
  background: none;
  border: 1px solid #d8d7d8;
  border-radius: 8px;
  padding: 0 12px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: "museo-sans", sans-serif;
  font-display: optional;
  height: 36px;
}

select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
  font-size: 16px;
}

.block-webform-block {
  background: #fffaec;
  border: 1px solid #ebeaeb;
  border-radius: 0.3125rem;
  padding: 2.1875rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(75, 77, 78, 0.38);
          box-shadow: 0px 0px 16px 0px rgba(75, 77, 78, 0.38);
  margin: 0 auto;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width:64.9375rem) {
  .block-webform-block {
    padding: 2.1875rem 0.625rem;
  }
}

.cappex-advisor--signup {
  color: #ffffff;
}
.cappex-advisor--signup h2, .cappex-advisor--signup h3, .cappex-advisor--signup p {
  color: #ffffff;
}
.cappex-advisor--signup .block-webform-block {
  color: #3c353a;
  margin-bottom: 1.25rem;
  max-width: 37.5rem;
}
.cappex-advisor--signup .block-webform-block h2, .cappex-advisor--signup .block-webform-block h3 {
  color: #031d32;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
}
.cappex-advisor--signup .block-webform-block .webform-submission-order-form-form > .webform-flexbox {
  display: block;
  background: #ffffff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(75, 77, 78, 0.38);
          box-shadow: 0px 0px 16px 0px rgba(75, 77, 78, 0.38);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.cappex-advisor--signup .block-webform-block .form-item-credit-card {
  display: block;
  background: #ffffff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(75, 77, 78, 0.38);
          box-shadow: 0px 0px 16px 0px rgba(75, 77, 78, 0.38);
  margin-top: 1.875rem;
}
.cappex-advisor--signup .block-webform-block .form-item-credit-card label {
  padding-top: 0.625rem;
}
.cappex-advisor--signup .block-webform-block .form-item-credit-card iframe {
  width: 100%;
}
.cappex-advisor--signup .block-webform-block .form-item-credit-card .StripeElement {
  border: 0;
  width: 100%;
  padding: 0.625rem;
}
.cappex-advisor--signup .block-webform-block .webform-flex--1 {
  border-bottom: 0.0625rem solid #ebeaeb;
}
@media only screen and (max-width:64.9375rem) {
  .cappex-advisor--signup .block-webform-block .webform-flex--1 {
    margin-bottom: 0.5rem;
    clear: both;
  }
}
.cappex-advisor--signup .block-webform-block .webform-flex--container {
  margin: 0;
}
.cappex-advisor--signup .block-webform-block .webform-element--title-inline,
.cappex-advisor--signup .block-webform-block label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cappex-advisor--signup .block-webform-block label {
  min-width: 15%;
  display: block;
  text-align: right;
  padding-top: 0.375rem;
  font-weight: 700;
}
@media only screen and (max-width:64.9375rem) {
  .cappex-advisor--signup .block-webform-block label {
    min-width: 20%;
  }
}
.cappex-advisor--signup .block-webform-block input[type=date],
.cappex-advisor--signup .block-webform-block input[type=text],
.cappex-advisor--signup .block-webform-block input[type=password],
.cappex-advisor--signup .block-webform-block input[type=email],
.cappex-advisor--signup .block-webform-block input[type=search],
.cappex-advisor--signup .block-webform-block input[type=tel],
.cappex-advisor--signup .block-webform-block input[type=url],
.cappex-advisor--signup .block-webform-block textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  border: none;
  color: #333f48;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 100%;
}
@media only screen and (min-width:48rem) {
  .cappex-advisor--signup .block-webform-block input[type=date],
  .cappex-advisor--signup .block-webform-block input[type=text],
  .cappex-advisor--signup .block-webform-block input[type=password],
  .cappex-advisor--signup .block-webform-block input[type=email],
  .cappex-advisor--signup .block-webform-block input[type=search],
  .cappex-advisor--signup .block-webform-block input[type=tel],
  .cappex-advisor--signup .block-webform-block input[type=url],
  .cappex-advisor--signup .block-webform-block textarea {
    max-width: 100%;
  }
}
.cappex-advisor--signup .block-webform-block input[type=date]:hover, .cappex-advisor--signup .block-webform-block input[type=date]:focus,
.cappex-advisor--signup .block-webform-block input[type=text]:hover,
.cappex-advisor--signup .block-webform-block input[type=text]:focus,
.cappex-advisor--signup .block-webform-block input[type=password]:hover,
.cappex-advisor--signup .block-webform-block input[type=password]:focus,
.cappex-advisor--signup .block-webform-block input[type=email]:hover,
.cappex-advisor--signup .block-webform-block input[type=email]:focus,
.cappex-advisor--signup .block-webform-block input[type=search]:hover,
.cappex-advisor--signup .block-webform-block input[type=search]:focus,
.cappex-advisor--signup .block-webform-block input[type=tel]:hover,
.cappex-advisor--signup .block-webform-block input[type=tel]:focus,
.cappex-advisor--signup .block-webform-block input[type=url]:hover,
.cappex-advisor--signup .block-webform-block input[type=url]:focus,
.cappex-advisor--signup .block-webform-block textarea:hover,
.cappex-advisor--signup .block-webform-block textarea:focus {
  background-color: rgb(254.5625, 254.5625, 254.7375);
  outline: none;
}
.cappex-advisor--signup .block-webform-block input[type=date]:-moz-placeholder, .cappex-advisor--signup .block-webform-block input[type=date]::-moz-placeholder, .cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-moz-placeholder,
.cappex-advisor--signup .block-webform-block textarea::-moz-placeholder,
.cappex-advisor--signup .block-webform-block input[type=date]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=text]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=password]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=email]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=search]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=tel]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block input[type=url]:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=date]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=text]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=password]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=email]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=search]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=tel]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block input[type=url]::-webkit-input-placeholder,
.cappex-advisor--signup .block-webform-block textarea:-ms-input-placeholder .cappex-advisor--signup .block-webform-block textarea::-webkit-input-placeholder {
  font-style: italic;
}
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .webform-flexbox:nth-child(2) {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -0.875rem;
}
@media only screen and (max-width:47.9375rem) {
  .cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .webform-flexbox:nth-child(2) {
    margin-top: 0;
  }
}
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .webform-flexbox:nth-child(2) > .webform-flex:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .webform-flexbox:nth-child(2) > .webform-flex:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-state-province,
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-postal-code {
  padding: 0.625rem 0;
}
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-state-province label,
.cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-postal-code label {
  min-width: 25%;
}
@media only screen and (max-width:64.9375rem) {
  .cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-state-province label,
  .cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-postal-code label {
    min-width: 40%;
  }
}
@media only screen and (max-width:47.9375rem) {
  .cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-state-province label,
  .cappex-advisor--signup .block-webform-block #edit-address-section--wrapper .form-item-address-section-postal-code label {
    min-width: 20%;
  }
}
.cappex-advisor--signup .select-wrapper {
  position: relative;
  z-index: 0;
  margin-left: 0.625rem;
  width: 100%;
}
.cappex-advisor--signup .select-wrapper:before {
  background-color: #031d32;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 3.125rem;
  z-index: 1;
}
.cappex-advisor--signup .select-wrapper:after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #f5f5f9;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  z-index: 10;
}
.cappex-advisor--signup .webform-button--submit {
  width: 100%;
  background: #031d32;
  color: #ffffff;
}
.cappex-advisor--signup .webform-button--submit:hover {
  background: rgb(4.4433962264, 42.9528301887, 74.0566037736);
  color: #ffffff;
}
@media only screen and (max-width:64.9375rem) {
  .cappex-advisor--signup .webform-composite-hidden-title {
    margin-top: 0;
  }
  .cappex-advisor--signup .field--type-datetime.form-wrapper,
  .cappex-advisor--signup .form-item {
    margin-bottom: 0;
  }
}
.cappex-advisor--signup .form-item-credit-card {
  position: relative;
  margin-bottom: 2.8125rem;
}
.cappex-advisor--signup #edit-credit-card-card-errors {
  position: absolute;
  top: 50px;
  left: 0;
}
.cappex-advisor--signup .form-item-terms label {
  text-align: left;
  padding-top: 0;
}
.cappex-advisor--signup input[type=checkbox], .cappex-advisor--signup input[type=radio] {
  position: relative;
  top: 1.25rem;
  left: 0 !important;
  opacity: 0;
}
.cappex-advisor--signup .alert {
  font-weight: 900;
  font-size: 1.125rem;
  color: red;
}

.lead-form {
  font-size: 1.125rem;
  margin: 2.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* select starting stylings ------------------------------*/
  /* Remove focus */
  /* Use custom arrow */
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
}
@media only screen and (max-width:64.9375rem) {
  .lead-form {
    margin: 1.25rem 0;
  }
}
.lead-form h2 {
  text-align: center;
  margin-bottom: 3.125rem;
}
.lead-form--story-1 {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:64.9375rem) {
  .lead-form--story-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lead-form--story-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}
.lead-form span {
  display: block;
  float: left;
  margin: 0 10px;
  text-align: center;
}
.lead-form .full-center {
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width:64.9375rem) {
  .lead-form .full-center {
    width: auto;
  }
}
.lead-form .select-wrapper:before {
  background: none;
}
.lead-form .select-wrapper:after {
  display: none;
}
.lead-form .student-parent, .lead-form .education-level, .lead-form .interest-primary, .lead-form .interest-secondary {
  float: left;
}
.lead-form .student-parent {
  width: 200px;
  margin-top: auto;
}
@media only screen and (max-width: 25.9375rem) {
  .lead-form .student-parent {
    width: 100%;
  }
}
.lead-form .student-parent--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width:64.9375rem) {
  .lead-form .student-parent--wrap {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 25.9375rem) {
  .lead-form .student-parent--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 25.9375rem) {
  .lead-form .education-level {
    width: 100%;
  }
}
.lead-form .education-level--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 43.75rem;
}
@media only screen and (max-width: 25.9375rem) {
  .lead-form .education-level--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.lead-form .interest-primary, .lead-form .interest-secondary {
  width: 18.75rem;
}
@media only screen and (max-width:35.875rem) {
  .lead-form .interest-primary, .lead-form .interest-secondary {
    width: 100%;
  }
}
@media only screen and (max-width:47.9375rem) {
  .lead-form .interest-primary, .lead-form .interest-secondary {
    margin-top: 0.625rem;
  }
}
.lead-form .interest-primary--wrap, .lead-form .interest-secondary--wrap {
  max-width: 43.75rem;
  margin: 0 auto;
}
@media only screen and (max-width:35.875rem) {
  .lead-form .interest-primary--wrap, .lead-form .interest-secondary--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 25.9375rem) {
  .lead-form .interest-primary--wrap, .lead-form .interest-secondary--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lead-form .interest-primary, .lead-form .interest-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lead-form--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 43.75rem;
  margin: 0 auto;
  margin-bottom: 2.1875rem;
}
.lead-form--info .form-item {
  margin-bottom: 0.625rem;
}
.lead-form--info-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:64.9375rem) {
  .lead-form--info-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lead-form--info-name--first {
  padding-right: 0.625rem;
}
@media only screen and (max-width:64.9375rem) {
  .lead-form--info-name--first {
    padding-right: 0;
  }
}
.lead-form input {
  border: 1px solid #B1AEB0 !important;
}
.lead-form .select-wrapper {
  margin-left: 0;
}
.lead-form .webform-flexbox {
  margin: 0 0 10px;
}
.lead-form div[data-drupal-selector=edit-flexbox] .webform-flex--1:nth-child(1) {
  margin-right: 10px;
}
.lead-form #edit-terms-privacy {
  font-size: 1rem;
  text-align: center;
}
.lead-form .submit {
  margin: 0 auto;
}
@media only screen and (max-width:47.9375rem) {
  .lead-form .submit {
    width: 100%;
  }
}
.lead-form .submit input {
  width: 18.75rem;
  margin-bottom: 0.9375rem;
  background: #031d32;
  color: #ffffff;
}
@media only screen and (max-width:47.9375rem) {
  .lead-form .submit input {
    width: 100%;
  }
}
.lead-form .submit input:hover {
  background: rgb(4.4433962264, 42.9528301887, 74.0566037736);
  color: #ffffff;
}
.lead-form .wrap {
  position: absolute;
  right: 0;
  top: 40%;
  min-width: 200px;
  left: 0;
  margin: 0 auto;
}
.lead-form .select {
  position: relative;
  min-width: 200px;
  margin: 0 auto;
}
.lead-form .select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  min-width: 200px;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #00b1b0;
}
.lead-form .select-text:focus, .lead-form .select-text:hover {
  background: none;
}
.lead-form .select .select-text {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.lead-form .select:after {
  position: absolute;
  top: 18px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00b1b0;
  pointer-events: none;
}
.lead-form .select-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.lead-form .select-text:focus ~ .select-label, .lead-form .select-text:valid ~ .select-label {
  color: #2F80ED;
  top: -20px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 14px;
}
.lead-form .select-bar {
  position: relative;
  display: block;
  min-width: 200px;
}
.lead-form .select-bar:before, .lead-form .select-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2F80ED;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.lead-form .select-bar:before {
  left: 50%;
}
.lead-form .select-bar:after {
  right: 50%;
}
.lead-form .select-text:focus ~ .select-bar:before, .lead-form .select-text:focus ~ .select-bar:after {
  width: 50%;
}
.lead-form .select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.chosen-choices {
  min-width: 12.5rem;
}

.user-pass,
.tfa-entry-form,
.user-login-form {
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 2.5rem;
  border: 1px solid #d8d7d8;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
}
.user-pass .form-item,
.tfa-entry-form .form-item,
.user-login-form .form-item {
  margin-bottom: 1.25rem;
}
.user-pass ul,
.tfa-entry-form ul,
.user-login-form ul {
  list-style: disc;
}

.tfa-entry-form {
  margin-top: 20px;
}

.user-login-form {
  margin-top: 0;
}

.section-tfa h1,
.section-user h1 {
  text-align: center;
  margin-top: 60px;
}

/** @file _buttons.scss
  * Buttons
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all global button styles
  *
**/
.button,
.button--primary,
.button--orange,
.button--orange--black {
  background-color: #ed8b00;
  border-radius: 1rem;
  border: 1px solid #ed8b00;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-display: optional;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  margin: 0;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.button:hover, .button:focus, .button.active,
.button--primary:hover,
.button--primary:focus,
.button--primary.active,
.button--orange:hover,
.button--orange:focus,
.button--orange.active,
.button--orange--black:hover,
.button--orange--black:focus,
.button--orange--black.active {
  background-color: #fbb654;
  border-color: #fbb654;
  color: #000;
  text-decoration: none !important;
}
.button span.ext,
.button--primary span.ext,
.button--orange span.ext,
.button--orange--black span.ext {
  display: none;
  visibility: hidden;
}
div[class*=c-bgd-color-] .button,
div[class*=c-bgd-color-] .button--primary,
div[class*=c-bgd-color-] .button--orange,
div[class*=c-bgd-color-] .button--orange--black {
  text-decoration: none;
}
div[class*=c-bgd-color-] .button:hover, div[class*=c-bgd-color-] .button:focus, div[class*=c-bgd-color-] .button.active,
div[class*=c-bgd-color-] .button--primary:hover,
div[class*=c-bgd-color-] .button--primary:focus,
div[class*=c-bgd-color-] .button--primary.active,
div[class*=c-bgd-color-] .button--orange:hover,
div[class*=c-bgd-color-] .button--orange:focus,
div[class*=c-bgd-color-] .button--orange.active,
div[class*=c-bgd-color-] .button--orange--black:hover,
div[class*=c-bgd-color-] .button--orange--black:focus,
div[class*=c-bgd-color-] .button--orange--black.active {
  text-decoration: none;
}
.layout--text-light .button,
.layout--text-light .button--primary,
.layout--text-light .button--orange,
.layout--text-light .button--orange--black {
  color: #000 !important;
}
.layout--text-light .button:hover, .layout--text-light .button:focus, .layout--text-light .button.active,
.layout--text-light .button--primary:hover,
.layout--text-light .button--primary:focus,
.layout--text-light .button--primary.active,
.layout--text-light .button--orange:hover,
.layout--text-light .button--orange:focus,
.layout--text-light .button--orange.active,
.layout--text-light .button--orange--black:hover,
.layout--text-light .button--orange--black:focus,
.layout--text-light .button--orange--black.active {
  color: #000 !important;
}

.button--inverse {
  background-color: #fbb654;
  border-color: #fbb654;
  color: #000;
}
.button--inverse:hover, .button--inverse:focus, .button--inverse.active {
  background-color: #ed8b00;
  border-color: #ed8b00;
  color: #000;
}

.button--secondary,
.button--teal,
.button--blue,
.button--clover {
  background-color: #00b1b0;
  border-color: #00b1b0;
  color: #000;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary.active,
.button--teal:hover,
.button--teal:focus,
.button--teal.active,
.button--blue:hover,
.button--blue:focus,
.button--blue.active,
.button--clover:hover,
.button--clover:focus,
.button--clover.active {
  background-color: #66d0d0;
  border-color: #66d0d0;
  color: #000;
}

.button--tertiary,
.button--outlined,
.search-result__button--secondary {
  background-color: transparent;
  border-color: #333f48;
  color: #333f48;
}
.button--tertiary:hover, .button--tertiary:focus, .button--tertiary.active,
.button--outlined:hover,
.button--outlined:focus,
.button--outlined.active,
.search-result__button--secondary:hover,
.search-result__button--secondary:focus,
.search-result__button--secondary.active {
  background: #333f48;
  border-color: #333f48;
  color: #ffffff;
}

.button--tertiary-inverse,
.button--outlined-inverse,
.button--dark {
  background-color: #333f48;
  border-color: #333f48;
  color: #ffffff;
}
.button--tertiary-inverse:hover, .button--tertiary-inverse:focus, .button--tertiary-inverse:active,
.button--outlined-inverse:hover,
.button--outlined-inverse:focus,
.button--outlined-inverse:active,
.button--dark:hover,
.button--dark:focus,
.button--dark:active {
  background-color: transparent;
  border-color: #333f48;
  color: #333f48;
}

.button--white {
  background-color: #fff;
  border-color: #fff;
  color: #333f48;
}
.button--white:hover, .button--white:focus, .button--white:active {
  background-color: #333f48;
  border-color: #333f48;
  color: #fff;
}

.button--white-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button--white-inverse:hover, .button--white-inverse:focus, .button--white-inverse:active {
  background-color: #fff;
  border-color: #333f48;
  color: #333f48;
}

.ui-dialog-off-canvas .button {
  background-color: initial;
}

.button--secondary-inverse,
.button--clover-inverse {
  background-color: #66d0d0;
  border-color: #66d0d0;
  color: #000;
}
.button--secondary-inverse:hover, .button--secondary-inverse:focus, .button--secondary-inverse.active,
.button--clover-inverse:hover,
.button--clover-inverse:focus,
.button--clover-inverse.active {
  background-color: #00b1b0;
  border-color: #00b1b0;
  color: #000;
}

.button--coral {
  background-color: #dd2e58;
  border-color: #dd2e58;
  color: #ffffff;
}
.button--coral:hover, .button--coral:focus, .button--coral.active {
  background-color: #ffffff;
  border-color: #dd2e58;
  color: #dd2e58;
}

.button--navy {
  background-color: transparent;
  border-color: #031d32;
  color: #031d32;
}
.button--navy:hover, .button--navy:focus, .button--navy.active {
  background-color: #031d32;
  border-color: #031d32;
  color: #ffffff;
}

.button--save-to-favorites {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 1rem;
  color: #031d32;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "museo-sans", sans-serif;
  border-radius: 0.75rem;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  background-color: #dd2e58;
  border: 1px solid #dd2e58;
  color: #ffffff;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.015625rem;
}
.button--save-to-favorites:hover, .button--save-to-favorites:focus, .button--save-to-favorites.active {
  background-color: #fbb654;
  border: 1px solid #fbb654;
  color: #031d32;
  text-decoration: none;
}
.button--save-to-favorites:hover, .button--save-to-favorites:focus, .button--save-to-favorites.active {
  background-color: #ffffff;
  border: 1px solid #dd2e58;
  color: #dd2e58;
}
.button--save-to-favorites span {
  padding-right: 0.625rem;
}

.button--text {
  background: none;
  border: none;
  color: #037b79;
  text-decoration: none;
}
.button--text:after {
  content: " \f054";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline;
}
.button--text:hover, .button--text:focus, .button--text:active {
  background: none;
  border: none;
  color: #037b79;
  text-decoration: underline !important;
}

button,
.form-submit,
input[type=submit] {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 1rem;
  color: #031d32;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "museo-sans", sans-serif;
  font-family: "museo-sans", sans-serif;
}
button:hover, button:focus, button.active,
.form-submit:hover,
.form-submit:focus,
.form-submit.active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].active {
  background-color: #fbb654;
  border: 1px solid #fbb654;
  color: #031d32;
  text-decoration: none;
}

.button--small {
  border-radius: 0.75rem;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}

.button--medium {
  border-radius: 1rem;
  font-size: 1.125rem;
  padding: 1rem 1rem;
  min-width: 15.5rem;
}

.button--large {
  border-radius: 1rem;
  font-size: 1.125rem;
  padding: 1.25rem 1.25rem;
  text-align: center;
}

.button-shadow {
  position: relative;
  z-index: 0;
}
.button-shadow:after {
  border-radius: 1.25rem;
  bottom: 2px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(3, 29, 50, 0.5);
          box-shadow: 0 2px 20px 0 rgba(3, 29, 50, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  z-index: -10;
}

.button--no-style {
  background: none;
  border: none;
  color: #037b79;
  text-decoration: none;
}
.button--no-style:hover, .button--no-style:focus, .button--no-style:active {
  background: none;
  border: none;
  color: #037b79;
  text-decoration: none;
}
/** @file _offcanvas-menu.scss
  * OFFCANVAS-MENU Layouts
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all styles related to the offcanvas mobile/tablet menu.
  * Utilizes the SIDR jQuery plugin.
  *
**/
.sidr-open #overlay,
.sidr-animating #overlay {
  display: block;
  opacity: 0.8;
  z-index: 80;
}

.sidr-open.sidr-animating #overlay {
  opacity: 0;
}

#overlay {
  background: #ffffff;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 200ms ease 0s;
  transition: opacity 200ms ease 0s;
  width: 100%;
  z-index: -9999;
}

@media only screen and (max-width:64.9375rem) {
  a.open-panel {
    font-size: 1.5625rem;
  }
}
#sidr {
  background-color: #000;
  height: 100%;
  overflow-x: none;
  overflow-y: auto;
  padding: 1rem 0;
  position: absolute;
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 999999;
}
#sidr.right {
  left: auto;
  right: -260px;
}
#sidr.left {
  left: -260px;
  right: auto;
}
#sidr a {
  color: #f5f5f9;
}
#sidr a:hover, #sidr a:focus, #sidr a:active {
  color: #f5f5f9;
}
#sidr .nav-item > a {
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
}
#sidr ul {
  padding: 0;
}
#sidr ul li {
  margin: 0;
}
#sidr ul ul {
  padding-left: 2rem;
}
#sidr .sub-nav {
  margin-bottom: 0.625rem;
}
#sidr .sub-nav a {
  font-size: 0.8125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/** @file _layouts.scss
  * Global Layouts
  * ----------------------------------------------------------------------------
  *
  * A stylesheet collecting all global, non-specific layout styles.
  *
**/
body {
  width: 100vw;
  overflow-x: hidden;
}
body.admin-menu {
  margin-top: 29px !important;
}

.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:65rem) {
  .flexrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flexrow-clean {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.underline {
  border-bottom: 1px solid #ebeaeb;
}

.col-33 {
  width: 100%;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:65rem) {
  .col-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 2.0625rem;
  }
  .col-33:nth-child(n) {
    margin-top: 0;
  }
  .col-33:nth-child(n+4) {
    margin-top: 2.1875rem;
  }
}

.pad-top {
  padding-top: 2.5rem;
}

.main-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
  max-width: 100%;
  overflow: clip;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width:48rem) {
  .main-content {
    padding: 0 4.375rem;
  }
}
.main-content:after {
  content: "";
  display: table;
  clear: both;
}
.page-node-type-profile .main-content {
  padding-top: 3.75rem;
}
.page-node-type-layout .main-content, .page-node-type-service .main-content, .page-node-type-flexpage .main-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-node-type-layout .main-content [data-drupal-messages],
.page-node-type-layout .main-content .node--view-mode-full > .field--name-body, .page-node-type-service .main-content [data-drupal-messages],
.page-node-type-service .main-content .node--view-mode-full > .field--name-body, .page-node-type-flexpage .main-content [data-drupal-messages],
.page-node-type-flexpage .main-content .node--view-mode-full > .field--name-body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .page-node-type-layout .main-content [data-drupal-messages],
  .page-node-type-layout .main-content .node--view-mode-full > .field--name-body, .page-node-type-service .main-content [data-drupal-messages],
  .page-node-type-service .main-content .node--view-mode-full > .field--name-body, .page-node-type-flexpage .main-content [data-drupal-messages],
  .page-node-type-flexpage .main-content .node--view-mode-full > .field--name-body {
    padding: 0 4.375rem;
  }
}
.page-node-type-layout .main-content [data-drupal-messages]:after,
.page-node-type-layout .main-content .node--view-mode-full > .field--name-body:after, .page-node-type-service .main-content [data-drupal-messages]:after,
.page-node-type-service .main-content .node--view-mode-full > .field--name-body:after, .page-node-type-flexpage .main-content [data-drupal-messages]:after,
.page-node-type-flexpage .main-content .node--view-mode-full > .field--name-body:after {
  content: "";
  display: table;
  clear: both;
}
.page-node-type-layout .main-content .block-page-title-block .block__content,
.page-node-type-layout .main-content .block-system-breadcrumb-block .block__content, .page-node-type-service .main-content .block-page-title-block .block__content,
.page-node-type-service .main-content .block-system-breadcrumb-block .block__content, .page-node-type-flexpage .main-content .block-page-title-block .block__content,
.page-node-type-flexpage .main-content .block-system-breadcrumb-block .block__content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .page-node-type-layout .main-content .block-page-title-block .block__content,
  .page-node-type-layout .main-content .block-system-breadcrumb-block .block__content, .page-node-type-service .main-content .block-page-title-block .block__content,
  .page-node-type-service .main-content .block-system-breadcrumb-block .block__content, .page-node-type-flexpage .main-content .block-page-title-block .block__content,
  .page-node-type-flexpage .main-content .block-system-breadcrumb-block .block__content {
    padding: 0 4.375rem;
  }
}
.page-node-type-layout .main-content .block-page-title-block .block__content:after,
.page-node-type-layout .main-content .block-system-breadcrumb-block .block__content:after, .page-node-type-service .main-content .block-page-title-block .block__content:after,
.page-node-type-service .main-content .block-system-breadcrumb-block .block__content:after, .page-node-type-flexpage .main-content .block-page-title-block .block__content:after,
.page-node-type-flexpage .main-content .block-system-breadcrumb-block .block__content:after {
  content: "";
  display: table;
  clear: both;
}
.page-node-type-service .main-content .block-system-main-block > .block__content > .paragraph--type--c-section + .field {
  padding-top: 2.375rem;
}
@media only screen and (min-width:36rem) {
  .page-node-type-service .main-content .block-system-main-block > .block__content > .paragraph--type--c-section + .field {
    padding-top: 3.5625rem;
  }
}
@media only screen and (min-width:48rem) {
  .page-node-type-service .main-content .block-system-main-block > .block__content > .paragraph--type--c-section + .field {
    padding-top: 4.75rem;
  }
}
.page-node-type-service .main-content .block-system-main-block > .block__content > .field {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}
@media only screen and (min-width:48rem) {
  .page-node-type-service .main-content .block-system-main-block > .block__content > .field {
    padding: 0 4.375rem;
  }
}
.page-node-type-service .main-content .block-system-main-block > .block__content > .field:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width:36rem) {
  .page-node-type-service .main-content .block-system-main-block > .block__content > .field {
    padding-top: 1.78125rem;
    padding-bottom: 1.78125rem;
  }
}
@media only screen and (min-width:48rem) {
  .page-node-type-service .main-content .block-system-main-block > .block__content > .field {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }
}
.page-node-type-service .main-content .block-system-main-block > .block__content > .field > h2 {
  margin: 0 0 1.05em;
}
.page-node-type-service .main-content .block-system-main-block > .block__content > .field.field--name-body {
  padding-top: 0;
}

.path-taxonomy .block-local-tasks-block,
.path-node .block-local-tasks-block,
.path-frontpage .block-local-tasks-block {
  background-color: rgba(216, 215, 216, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  z-index: 100;
}
.path-taxonomy .block-local-tasks-block .block__content,
.path-node .block-local-tasks-block .block__content,
.path-frontpage .block-local-tasks-block .block__content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .path-taxonomy .block-local-tasks-block .block__content,
  .path-node .block-local-tasks-block .block__content,
  .path-frontpage .block-local-tasks-block .block__content {
    padding: 0 4.375rem;
  }
}
.path-taxonomy .block-local-tasks-block .block__content:after,
.path-node .block-local-tasks-block .block__content:after,
.path-frontpage .block-local-tasks-block .block__content:after {
  content: "";
  display: table;
  clear: both;
}
.path-taxonomy .block-local-tasks-block a,
.path-node .block-local-tasks-block a,
.path-frontpage .block-local-tasks-block a {
  font-weight: 500;
}

/**
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; /* 1, 3 */
}

.header,
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; /* 2 */
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; /* 2 */
}

@media only screen and (min-width:36rem) {
  .layout--66-33-ds {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width:36rem) {
  .layout__left--66-33-ds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    padding-right: 1.5625rem;
    margin-top: 0;
    max-width: 66%;
  }
}
@media only screen and (min-width:48rem) {
  .layout__left--66-33-ds {
    padding-right: 3.125rem;
  }
}

.layout__right--66-33-ds {
  margin-top: 2.5rem;
}
@media only screen and (min-width:36rem) {
  .layout__right--66-33-ds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    padding-left: 1.5625rem;
    margin-top: 0;
    max-width: 34%;
  }
}
@media only screen and (min-width:48rem) {
  .layout__right--66-33-ds {
    padding-left: 3.125rem;
  }
}

@media only screen and (min-width:36rem) {
  .layout--33-66-ds {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width:36rem) {
  .layout__left--33-66-ds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    padding-right: 2.5rem;
    margin-top: 0;
    max-width: 34%;
  }
}

.layout__right--33-66-ds {
  margin-top: 2.5rem;
}
@media only screen and (min-width:36rem) {
  .layout__right--33-66-ds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    padding-left: 2.5rem;
    margin-top: 0;
    max-width: 66%;
  }
}

.layout__content > .field + .field,
.layout__content > .field + .links,
.layout__content > .inline + .field,
.layout__content > .field + .inline {
  margin-top: 2em;
}
.layout__content > .field--name-node-title + .field {
  margin-top: 0;
}

.layout__content--compact > .field + .field,
.layout__content--compact > .field + .links,
.layout__content--compact > .inline + .field,
.layout__content--compact > .field + .inline {
  margin-top: 0.8em;
}
.layout__content--compact > .field--name-node-title + .field {
  margin-top: 0;
}

.block-page-title-block {
  padding: 3.125em 0;
}

.block-system-breadcrumb-block {
  padding: 0;
}

.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline--piped .field + .field {
  margin-left: 2rem;
  position: relative;
}
.inline--piped .field + .field:before {
  color: #d8d7d8;
  content: "|";
  left: -1rem;
  position: absolute;
}

.page-custom-error .block-system-breadcrumb-block {
  display: none;
}

.layout.full-height {
  height: 100%;
}
.layout.full-height .block-layout-builder {
  height: 100%;
}

/** @file _header.scss
  * Header
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all header styles.
  *
**/
.menu-open {
  display: block !important;
}

.user-logged-in .header {
  top: 5.5rem;
}

.hero-search:before {
  content: " ";
  height: 100%;
  left: 0;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.hero-search .paragraph__content {
  background: url("/themes/custom/fingerprint/images/transperancy-ink.png") no-repeat;
  background-position: center center;
}

.super-hero, .hero-search {
  height: 100vh;
}
.super-hero .paragraph, .hero-search .paragraph {
  margin-top: 0 !important;
}
.super-hero h1, .super-hero h2, .hero-search h1, .hero-search h2 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 0.9375rem !important;
  font-weight: 900;
}
@media only screen and (max-width:64.9375rem) {
  .super-hero h1, .super-hero h2, .hero-search h1, .hero-search h2 {
    font-size: 2.5rem !important;
  }
}
.super-hero p, .hero-search p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.875rem;
  font-family: "museo-slab", sans-serif;
  color: #ed8b00;
  font-weight: 900;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:65rem) {
  .super-hero, .hero-search {
    top: -1.875rem;
  }
}

.super-hero--product .paragraph__components, .super-hero--product .paragraph--type--c-hero, .super-hero--product .hero-content {
  height: 100%;
}
.super-hero--product .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width:64.9375rem) {
  .super-hero--product .hero-content {
    padding-right: 1.875rem;
  }
}
.super-hero--product .hero-content h1 {
  font-size: 5.125rem;
  background: url("../images/chat-icon1.png") no-repeat;
  background-position: 87% 0;
  padding-top: 20px;
}
@media only screen and (max-width:64.9375rem) {
  .super-hero--product .hero-content h1 {
    background: url("../images/chat-icon1.png") no-repeat;
    background-position: 50% 17%;
    padding-top: 3.125rem;
  }
}
.super-hero--product .hero-content .field--name-field-field-c-hero-subtitle p {
  font-size: 1.9375rem;
  font-weight: normal;
  font-style: italic;
}
.super-hero--product .hero-content .hero-stats--advisor-stats {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width:64.9375rem) {
  .super-hero--product .hero-content .hero-stats--advisor-stats {
    display: none;
  }
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 4.6875rem;
  padding-top: 1.25rem;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph:first-child() {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding-right: 2.5rem;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph:first-child() .stat__statistic .field--name-field-c-stat-statistic,
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph:first-child() .stat__content .field--name-field-c-stat-title {
  text-align: right;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph:last-child() {
  padding-left: 2.5rem;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph:last-child() .stat__statistic .field--name-field-c-stat-statistic,
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph:last-child() .stat__content .field--name-field-c-stat-title {
  text-align: left;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph .stat__statistic {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border-top: none;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph .stat__statistic .field--name-field-c-stat-statistic {
  font-size: 3.125rem;
  font-weight: 900;
  color: #ffffff;
  padding: 0;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph .stat__content {
  display: block;
  width: 100%;
  padding: 0;
  border-top: none;
}
.super-hero--product .hero-content .hero-stats--advisor-stats .c-stats-h .paragraph .stat__content .field--name-field-c-stat-title {
  color: #ffe510;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 0;
}

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width:64.9375rem) {
  .header {
    border-bottom: none;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width:65rem) {
  .header.header-behind-banner {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width:64.9375rem) {
  .header > .row {
    display: none;
  }
}
@media only screen and (min-width:65rem) {
  .header {
    padding: 0.5625rem 3.125rem 0 3.125rem;
    height: 5rem;
  }
}
.header--spacer {
  height: 3.75rem;
}
@media only screen and (min-width:65rem) {
  .header--spacer {
    height: 5rem;
  }
}
.header-home, .header-sticky {
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-bottom: none;
}
.header-home .nav-item > a, .header-sticky .nav-item > a {
  color: #ffffff !important;
}
.header-home .nav-item > a:hover, .header-sticky .nav-item > a:hover {
  color: #ffffff !important;
}
.header-home .search-toggle--search:after, .header-sticky .search-toggle--search:after {
  background-image: url("../images/icons/search-white.png");
}
.header-home .search-toggle--close:after, .header-sticky .search-toggle--close:after {
  background-image: url("../images/icons/search-close-white.png");
}
.header-home .navbar-toggle__bars, .header-home .navbar-toggle__bars:before, .header-home .navbar-toggle__bars:after, .header-sticky .navbar-toggle__bars, .header-sticky .navbar-toggle__bars:before, .header-sticky .navbar-toggle__bars:after {
  background-color: #ffffff;
}
.header-home .nav-cta--standard .button--dark, .header-sticky .nav-cta--standard .button--dark {
  background-color: transparent !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.header-home .nav-cta--standard .button--dark:hover, .header-sticky .nav-cta--standard .button--dark:hover {
  background-color: #031d32 !important;
}
.header-home--sticky, .header-sticky--sticky {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 3px rgba(125, 125, 125, 0.1);
          box-shadow: 0px 1px 5px 3px rgba(125, 125, 125, 0.1);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header-home--sticky .nav-item > a, .header-sticky--sticky .nav-item > a {
  color: #031d32 !important;
}
.header-home--sticky .nav-item > a:hover, .header-sticky--sticky .nav-item > a:hover {
  color: #031d32 !important;
}
.header-home--sticky .search-toggle--search:after, .header-sticky--sticky .search-toggle--search:after {
  color: #031d32;
}
.header-home--sticky .search-toggle--close:after, .header-sticky--sticky .search-toggle--close:after {
  color: #031d32;
}
.header-home--sticky .navbar-toggle__bars, .header-home--sticky .navbar-toggle__bars:before, .header-home--sticky .navbar-toggle__bars:after, .header-sticky--sticky .navbar-toggle__bars, .header-sticky--sticky .navbar-toggle__bars:before, .header-sticky--sticky .navbar-toggle__bars:after {
  background-color: #031d32;
}
.header-home--sticky .nav-cta--standard .button--dark, .header-sticky--sticky .nav-cta--standard .button--dark {
  background-color: #031d32 !important;
  border: none;
}
.header > .row {
  padding: 0;
}
@media only screen and (min-width:65rem) {
  .header > .row {
    padding: 0 15px;
  }
}
.header .header__logo-nav, .header .nav-cta--mobile {
  padding: 0 15px;
}
@media only screen and (min-width:65rem) {
  .header .header__logo-nav, .header .nav-cta--mobile {
    padding: 0;
  }
}
.header .nav-menu {
  padding: 0 15px;
  padding-top: 30px;
}
@media only screen and (min-width:65rem) {
  .header .nav-menu {
    padding: 0;
  }
}
@media only screen and (max-width:64.9375rem) {
  .header .nav-menu {
    background-color: #ffffff;
  }
}
@media only screen and (max-width:64.9375rem) {
  .header .nav-cta--mobile {
    padding-top: 50px;
    background-color: #ffffff;
  }
  .header .nav-cta--mobile a {
    font-size: 1rem;
  }
}

body.hamburger-open .header {
  bottom: 0;
}

.header__eyebrow {
  border-bottom: 1px solid white;
  padding: 0.5rem 0;
}
.header__eyebrow:after {
  content: "";
  display: table;
  clear: both;
}

.header__logo-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  height: 3.75rem;
  position: static;
  background-color: #ffffff;
  z-index: 9;
}
@media only screen and (max-width:64.9375rem) {
  .header__logo-nav {
    position: fixed;
  }
  .header__logo-nav ~ nav {
    margin-top: 3.75rem;
  }
}

.nav-cta--standard {
  display: none;
}
@media only screen and (min-width:65rem) {
  .nav-cta--standard {
    display: block;
    margin-left: auto;
  }
  .nav-cta--standard a {
    margin-right: 0.3125rem;
  }
}
.nav-cta--mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
}
.nav-cta--mobile a {
  width: 50%;
  margin-right: 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.header .block-system-branding-block a, .header-standard .block-system-branding-block a {
  background-image: url("../images/appily-logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 1.625rem;
  text-indent: -9999px;
  width: 6rem;
  margin: 0;
}
@media only screen and (min-width:36rem) {
  .header .block-system-branding-block a, .header-standard .block-system-branding-block a {
    height: 1.625rem;
    width: 6rem;
  }
}
@media only screen and (min-width:48rem) {
  .header .block-system-branding-block a, .header-standard .block-system-branding-block a {
    height: 2.375rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    width: 8.75rem;
    margin: 0 2.5rem 0 0;
  }
}

nav[aria-labelledby=system-breadcrumb], .breadcrumbs {
  display: none;
  text-transform: capitalize;
}
@media only screen and (min-width:65rem) {
  nav[aria-labelledby=system-breadcrumb], .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    height: 3.5625rem;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    border-top: 0.0625rem solid #d8d7d8;
    border-bottom: 0.0625rem solid #d8d7d8;
  }
}
nav[aria-labelledby=system-breadcrumb] ol, nav[aria-labelledby=system-breadcrumb] ul, .breadcrumbs ol, .breadcrumbs ul {
  width: 100%;
  margin-left: 3.125rem;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
nav[aria-labelledby=system-breadcrumb] li, .breadcrumbs li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 500;
}
nav[aria-labelledby=system-breadcrumb] li::after, .breadcrumbs li::after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: ">";
  margin: 0 0.375rem;
}
nav[aria-labelledby=system-breadcrumb] li:last-child::after, .breadcrumbs li:last-child::after {
  display: none;
}
nav[aria-labelledby=system-breadcrumb] li a, nav[aria-labelledby=system-breadcrumb] li a:hover, nav[aria-labelledby=system-breadcrumb] li span, .breadcrumbs li a, .breadcrumbs li a:hover, .breadcrumbs li span {
  font-size: 0.75rem;
  font-weight: 500;
}
nav[aria-labelledby=system-breadcrumb] li span, .breadcrumbs li span {
  margin: 0 0.625rem;
  font-size: 0.75rem;
}

@media only screen and (min-width:65rem) {
  .has-hero .header,
  .page-node-type-flexpage .header {
    background: transparent;
    border-bottom: none;
  }
  .has-hero .header:not(.header-standard) .nav-menu-toggle,
  .page-node-type-flexpage .header:not(.header-standard) .nav-menu-toggle {
    color: #ffffff;
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header .nav-menu,
  .has-hero .header .header__logo-nav,
  .page-node-type-flexpage .header .nav-menu,
  .page-node-type-flexpage .header .header__logo-nav {
    background: transparent;
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header .search-toggle--search:after,
  .page-node-type-flexpage .header .search-toggle--search:after {
    background-image: url("../images/icons/search-white.png");
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header .search-toggle--close:after,
  .page-node-type-flexpage .header .search-toggle--close:after {
    background-image: url("../images/icons/search-close-white.png");
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header .button--dark,
  .page-node-type-flexpage .header .button--dark {
    background: transparent !important;
    border: 0.0625rem solid #ffffff;
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header .block-system-branding-block a,
  .page-node-type-flexpage .header .block-system-branding-block a {
    background-image: url("../images/appily-logo-white-text.svg");
  }
}
.has-hero .header-standard,
.page-node-type-flexpage .header-standard {
  background: white;
}
@media mobile-up {
  .has-hero .header-standard,
  .page-node-type-flexpage .header-standard {
    border-bottom: 0.0625rem solid #d8d7d8;
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header-standard .nav-menu,
  .page-node-type-flexpage .header-standard .nav-menu {
    background: #ffffff;
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header-standard .search-toggle--search:after,
  .page-node-type-flexpage .header-standard .search-toggle--search:after {
    background-image: url("../images/icons/search.png?updated=11302020");
  }
}
@media only screen and (min-width:65rem) {
  .has-hero .header-standard .search-toggle--close:after,
  .page-node-type-flexpage .header-standard .search-toggle--close:after {
    background-image: url("../images/icons/search-close.png?updated=11302020");
  }
}
.has-hero .header-standard .button--dark,
.page-node-type-flexpage .header-standard .button--dark {
  background: #031d32 !important;
  border: none;
}
@media only screen and (min-width:65rem) {
  .has-hero .header-standard .block-system-branding-block a,
  .page-node-type-flexpage .header-standard .block-system-branding-block a {
    background-image: url("../images/appily-logo.svg");
  }
}

.has-hero.page-node-type-layout .main-content {
  padding-top: 0;
}

.path-user:not(.user-logged-in) .main-navigation, .path-user:not(.user-logged-in) .cappex-block-search-wrapper, .path-user:not(.user-logged-in) .nav-cta--standard, .path-user:not(.user-logged-in) .mobile-hamburger--wrap {
  display: none !important;
}

/** @file _footer.scss
  * Footer
  * -----------------------------------------------------------------------------
  *
  * A stylesheet collecting all footer styles.
  *
**/
#block-brandfooter {
  margin-bottom: 48px;
}

.footer {
  background-color: #031d32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-hr {
  position: relative;
  left: -0.9375rem;
  opacity: 0.5;
}
@media only screen and (max-width:64.9375rem) {
  .footer-hr {
    width: calc(100% + 1.875rem);
  }
}
.footer-nav--toggle {
  display: inline-block;
}
.footer-nav--toggle-down:after {
  font-weight: 100;
  font-size: 0.75rem;
  margin-left: 5px;
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0.9375rem;
}
.footer-nav--toggle-down:hover {
  cursor: pointer;
}
.footer-nav--toggle-up:after {
  font-weight: 100;
  font-size: 0.75rem;
  margin-left: 5px;
  content: "\f077";
  font-family: FontAwesome;
  position: absolute;
  right: 0.9375rem;
}
.footer-nav--toggle-up:hover {
  cursor: pointer;
}
@media only screen and (min-width:65rem) {
  .footer {
    padding: 5rem 0;
  }
}
@media only screen and (min-width:65rem) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .row {
  width: 100%;
  max-width: 48rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width:65rem) {
  .footer .row {
    margin-top: 0px;
  }
}
.footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer p, .footer ul, .footer ol, .footer sub, .footer sup, .footer th, .footer td, .footer span {
  color: #ffffff;
}
.footer h2.block-title, .footer h2 {
  font-family: "museo-sans", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-display: optional;
  letter-spacing: 0;
}
.footer .footer-title {
  margin-bottom: 1.875rem;
}
.footer hr {
  margin: 2.5rem 0;
  border: 0.03125rem solid #d8d7d8;
}
.footer ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.footer ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer ul li a:focus::before, .footer ul li a:hover::before {
  -webkit-animation: footerLink 0.3s ease-in-out;
          animation: footerLink 0.3s ease-in-out;
}
.footer #block-brandfooter a::before {
  display: none;
}
.footer ul {
  padding-left: 0;
}
.footer ul li {
  line-height: 1.5;
  list-style: none;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.footer .block-title {
  font-size: 1.3125rem;
  margin-bottom: 1em;
}
@media only screen and (min-width:48rem) {
  .footer .block-title {
    font-size: 1.6875rem;
  }
}
.footer-logo {
  float: left;
  margin-left: 0.9375rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width:65rem) {
  .footer-logo {
    margin-left: 1.25rem;
  }
}
.footer-social--inner {
  margin: 1.875rem 0 0;
}
@media only screen and (max-width:64.9375rem) {
  .footer-social--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.footer-social--inner .block {
  width: 50%;
}
.footer-social--inner p {
  display: block;
  font-size: 0.875rem;
}
.footer-social--icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}
.footer-social--icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-social p {
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width:65rem) {
  .footer-social p {
    margin-top: 0.9375rem;
  }
}
.footer-social--icon {
  display: block;
  float: left;
  margin-bottom: 5px;
}
@media only screen and (max-width:64.9375rem) {
  .footer-social--icon {
    padding: 13px;
    border: 1px solid #ffffff;
    border-radius: 8px;
  }
}

.footer__inner {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media only screen and (min-width:65rem) {
  .footer__inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin: 0 auto !important;
  }
}
.footer__inner--lastpair {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 2.5rem;
}
@media only screen and (min-width:65rem) {
  .footer__inner--lastpair {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width:65rem) {
  .footer__inner--lastpair .footer__column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
  .footer__inner--lastpair .footer__column:nth-child(n) {
    margin-top: 0;
  }
  .footer__inner--lastpair .footer__column:nth-child(n+6) {
    margin-top: 2.1875rem;
  }
}

.footer__column {
  margin-bottom: 1.5em;
}
@media only screen and (min-width:65rem) {
  .footer__column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
  .footer__column:nth-child(n) {
    margin-top: 0;
  }
  .footer__column:nth-child(n+6) {
    margin-top: 2.1875rem;
  }
}
.footer__column--50-wide {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-left: 1.25rem;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1em;
  padding: 1em 0 0;
}

@media only screen and (min-width:35.9375rem) {
  .footer__bottom-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__copyright {
  font-size: 0.9em;
  margin-bottom: 1rem;
}
@media only screen and (min-width:35.9375rem) {
  .footer__copyright {
    margin-bottom: 0;
  }
}

.path-user:not(.user-logged-in) .footer {
  display: none;
}

@-webkit-keyframes footerLink {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

@keyframes footerLink {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
/** @file _navigation.scss
  * Navigation menus
  * ----------------------------------------------------------------------------
  *
  * Navigation menu styles.
  *
**/
.nav-menu {
  border-top: 1px solid #d8d7d8;
  margin: 0 -15px;
  padding: 15px 0;
}
@media only screen and (max-width:64.9375rem) {
  .nav-menu {
    border-top: none;
  }
}
@media only screen and (min-width:65rem) {
  .nav-menu {
    height: 5rem;
    margin: 0;
    padding: 0;
    padding: 0 1.25rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: static;
    border-top: 0;
  }
  .nav-menu a {
    display: block;
    text-transform: none;
  }
}
.nav-menu > .nav-item a {
  text-decoration: none;
}
@media only screen and (max-width:64.9375rem) {
  .nav-menu > .nav-item a,
  .nav-menu > .nav-item span {
    padding: 20px 0 20px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav-menu > .nav-item.has-sub-nav:hover > a,
.nav-menu > .nav-item.has-sub-nav:hover > span, .nav-menu > .nav-item.has-sub-nav:focus > a,
.nav-menu > .nav-item.has-sub-nav:focus > span, .nav-menu > .nav-item.has-sub-nav:focus-within > a,
.nav-menu > .nav-item.has-sub-nav:focus-within > span {
  position: relative;
}
@media screen and (min-width: 1040px) {
  .nav-menu > .nav-item.has-sub-nav:hover > .sub-nav, .nav-menu > .nav-item.has-sub-nav:focus > .sub-nav, .nav-menu > .nav-item.has-sub-nav:focus-within > .sub-nav {
    display: block;
  }
}
.nav-menu > .nav-item > .sub-nav .nav-menu-toggle {
  display: none;
}
.nav-menu .nav-item {
  display: block;
  list-style: none;
  position: relative;
  text-transform: none;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item {
    position: static;
  }
}
.nav-menu .nav-item > a.is-active:before, .nav-menu .nav-item > a:hover:before, .nav-menu .nav-item > a:focus:before,
.nav-menu .nav-item > span.is-active:before,
.nav-menu .nav-item > span:hover:before,
.nav-menu .nav-item > span:focus:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > a.is-active:before, .nav-menu .nav-item > a:hover:before, .nav-menu .nav-item > a:focus:before,
  .nav-menu .nav-item > span.is-active:before,
  .nav-menu .nav-item > span:hover:before,
  .nav-menu .nav-item > span:focus:before {
    width: 100%;
    height: 4px;
  }
}
.nav-menu .nav-item > a,
.nav-menu .nav-item > span {
  color: #031d32;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  width: 100%;
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > a,
  .nav-menu .nav-item > span {
    font-size: 0.875rem;
    padding: 1.875rem 0.4375rem;
  }
}
@media only screen and (min-width:75rem) {
  .nav-menu .nav-item > a,
  .nav-menu .nav-item > span {
    font-size: 1rem;
    padding: 1.875rem 0.9375rem;
  }
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > a.nav-item--toggle-down,
  .nav-menu .nav-item > span.nav-item--toggle-down {
    padding: 1.875rem 1.875rem 1.875rem 0.9375rem;
  }
}
.nav-menu .nav-item > a.open,
.nav-menu .nav-item > span.open {
  z-index: 1;
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > a.nav-item:hover, .nav-menu .nav-item > a.nav-item:focus, .nav-menu .nav-item > a.nav-item + .sub-nav-open:hover, .nav-menu .nav-item > a.nav-item.is-active, .nav-menu .nav-item > a.nav-item--toggle-up {
    font-weight: 700;
    border-top: 4px solid #ed8b00;
  }
  .nav-menu .nav-item > a.nav-item:hover, .nav-menu .nav-item > a.nav-item:focus, .nav-menu .nav-item > a.nav-item + .sub-nav-open:hover, .nav-menu .nav-item > a.nav-item.is-active, .nav-menu .nav-item > a.nav-item--toggle-down {
    font-weight: 500;
  }
}
@media only screen and (max-width:64.9375rem) {
  .nav-menu .nav-item > a.nav-item:hover, .nav-menu .nav-item > a.nav-item:focus, .nav-menu .nav-item > a.nav-item + .sub-nav-open:hover, .nav-menu .nav-item > a.nav-item.is-active, .nav-menu .nav-item > a.nav-item--toggle-up {
    border-left: 4px solid #ed8b00;
    padding-left: 26px;
    font-weight: 700;
  }
  .nav-menu .nav-item > a.nav-item:hover, .nav-menu .nav-item > a.nav-item:focus, .nav-menu .nav-item > a.nav-item + .sub-nav-open:hover, .nav-menu .nav-item > a.nav-item.is-active, .nav-menu .nav-item > a.nav-item--toggle-down {
    border-left: 0;
    padding-left: 30px;
    font-weight: 500;
  }
}
.nav-menu .nav-item > .sub-nav {
  background-color: #f5f5f9;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > .sub-nav {
    display: none;
    padding: 20px 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > .sub-nav ul {
    display: block;
    padding-bottom: 16px;
  }
}
.nav-menu .nav-item > .sub-nav ul li {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  letter-spacing: 0.25px;
  position: relative;
}
.nav-menu .nav-item > .sub-nav ul li a,
.nav-menu .nav-item > .sub-nav ul li span {
  display: inline-block;
  line-height: 1.1875;
}
.nav-menu .nav-item > .sub-nav ul li a {
  display: block;
  color: #031d32;
  font-size: inherit;
  font-weight: 500;
  font-display: optional;
}
.nav-menu .nav-item > .sub-nav ul li a:hover, .nav-menu .nav-item > .sub-nav ul li a:focus {
  text-decoration: underline;
}
@media only screen and (min-width:65rem) {
  .nav-menu .nav-item > .sub-nav ul li a {
    font-family: "museo-sans", sans-serif;
    font-weight: initial;
    color: #031d32;
  }
}
@media only screen and (max-width:64.9375rem) {
  .nav-menu .nav-item > .sub-nav ul li a {
    padding: 20px 0 12px 50px;
    width: 100%;
  }
}
.nav-menu .nav-item > .sub-nav > .sub-nav-group {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  padding-bottom: 0;
}
.nav-menu .nav-item > .sub-nav > .sub-nav-group > li > span,
.nav-menu .nav-item > .sub-nav > .sub-nav-group > li > a {
  font-weight: 700;
  padding: 12px 16px;
}
.nav-menu .nav-item > .sub-nav > .sub-nav-group > li > a {
  color: #037b79;
  letter-spacing: 0;
}
.nav-menu .nav-item > .sub-nav > .sub-nav-group > li > a:after {
  content: " \f105";
  font-family: "FontAwesome";
  font-size: 10px;
  vertical-align: middle;
}
.nav-menu .nav-item > .sub-nav > .sub-nav-group > li .sub-nav-group > li a,
.nav-menu .nav-item > .sub-nav > .sub-nav-group > li .sub-nav-group > li span {
  padding: 8px 20px;
}
@media only screen and (max-width:64.9375rem) {
  .nav-menu .nav-item > .sub-nav > .sub-nav-group {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.header__eyebrow nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 0.9em;
}
.header__eyebrow nav > ul li a {
  padding: 0 0.75rem;
}
.header__eyebrow nav > ul li:first-child a {
  padding-left: 0;
}

.footer nav > ul {
  margin-top: -0.75rem;
}
.footer nav > ul li,
.footer nav > ul a {
  display: block;
}
.footer nav > ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer nav > ul a {
  padding: 0.75rem 0 0.75rem 1.25rem;
  position: relative;
  text-decoration: none;
}
.footer nav > ul a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f105";
  left: 0.0625rem;
  top: 0.9375rem;
}

@media only screen and (max-width:64.9375rem) {
  body.hamburger-open .header {
    background-color: #031d32;
  }
}
@media only screen and (max-width:64.9375rem) {
  body.hamburger-open .header__logo-nav {
    background-color: #031d32;
  }
  body.hamburger-open .header__logo-nav .block-system-branding-block a {
    background-image: url("../images/appily-logo-white-text.svg");
  }
}

.mobile-hamburger--wrap {
  display: block;
  margin-left: auto;
}
@media only screen and (min-width:65rem) {
  .mobile-hamburger--wrap {
    display: none;
  }
}
.mobile-hamburger--sticky {
  background-color: #037b79;
  padding: 1rem;
  margin-right: -0.9375rem;
}
.mobile-hamburger--sticky .navbar-toggle__bars {
  background-color: #ffffff;
}
.mobile-hamburger--sticky .navbar-toggle__bars:before, .mobile-hamburger--sticky .navbar-toggle__bars:after {
  background-color: #ffffff !important;
}

body.hamburger-open .back-to-top {
  display: none;
}
body.hamburger-open .college-sidebar--mobile {
  display: none !important;
}

.navbar-toggle {
  background-color: transparent;
  border-radius: 3px;
  border: none;
  color: #037b79;
  float: right;
  height: 1.75rem;
  padding: 0;
  position: relative;
  width: 1.375rem;
  z-index: 90;
}
body.hamburger-open .navbar-toggle .navbar-toggle__bars {
  background-color: transparent;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
body.hamburger-open .navbar-toggle .navbar-toggle__bars:before {
  background-color: #fff;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s, 0s;
          transition-delay: 0s, 0.2s, 0s;
}
body.hamburger-open .navbar-toggle .navbar-toggle__bars:after {
  background-color: #fff;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s, 0s;
          transition-delay: 0s, 0.2s, 0s;
}

.navbar-toggle__bars {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0s 0.2s;
  transition: all 0s 0.2s;
}
.navbar-toggle__bars:before, .navbar-toggle__bars:after {
  position: absolute;
  content: "";
}
.navbar-toggle__bars:before {
  margin-top: -0.4375rem;
  -webkit-transition: margin 0.2s 0.2s, background-color 1s 0s, -webkit-transform 0.2s 0s;
  transition: margin 0.2s 0.2s, background-color 1s 0s, -webkit-transform 0.2s 0s;
  transition: margin 0.2s 0.2s, transform 0.2s 0s, background-color 1s 0s;
  transition: margin 0.2s 0.2s, transform 0.2s 0s, background-color 1s 0s, -webkit-transform 0.2s 0s;
}
.navbar-toggle__bars:after {
  margin-top: 0.4375rem;
  -webkit-transition: margin 0.2s 0.2s, background-color 1s 0s, -webkit-transform 0.2s 0s;
  transition: margin 0.2s 0.2s, background-color 1s 0s, -webkit-transform 0.2s 0s;
  transition: margin 0.2s 0.2s, transform 0.2s 0s, background-color 1s 0s;
  transition: margin 0.2s 0.2s, transform 0.2s 0s, background-color 1s 0s, -webkit-transform 0.2s 0s;
}

.navbar-toggle__bars, .navbar-toggle__bars:before, .navbar-toggle__bars:after {
  background-color: #031d32;
  border-radius: 5px;
  display: block;
  height: 0.1875rem;
  width: 1.375rem;
}

#mobile-navigation-region {
  margin-top: 60px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #031d32;
  padding: 0 20px;
}
#mobile-navigation-region.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1040px) {
  #mobile-navigation-region {
    display: none;
  }
}

.mobile-algolia-search .mobile-algolia-search__inner {
  padding-top: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-algolia-search .mobile-algolia-search__content {
  position: relative;
  background-color: #031d32;
  padding: 12px 0;
}
.mobile-algolia-search .mobile-algolia-search__content .form-item {
  margin-bottom: 0;
}
.mobile-algolia-search .mobile-algolia-search__content .cappex-block-search-input {
  background: #fff;
  border: 0 none;
  border-radius: 12px;
  height: 3rem;
  margin-right: 0.625rem;
  color: #3c353a;
  display: block;
  font-size: 1rem;
  padding: 0 0.875rem;
  padding-left: 2.8125rem;
  max-width: none;
}
.mobile-algolia-search .mobile-algolia-search__content .cappex-block-search-input:focus {
  outline: none;
}
.mobile-algolia-search .algolia-autocomplete:after {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/icons/search.png?updated=11302020");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width:65rem) {
  .mobile-algolia-search .algolia-autocomplete:after {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}
.mobile-algolia-search .algolia-autocomplete:after {
  left: 15px;
  opacity: 0.7;
}

.mobile-navigation-menu {
  padding: 0;
  border-top: none;
  color: #fff;
}
.mobile-navigation-menu > .nav-item {
  border-bottom: 1px solid #037b79;
}
.mobile-navigation-menu > .nav-item a,
.mobile-navigation-menu > .nav-item span {
  padding: 20px 0 20px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-navigation-menu > .nav-item.has-sub-nav:hover > a,
.mobile-navigation-menu > .nav-item.has-sub-nav:hover > span, .mobile-navigation-menu > .nav-item.has-sub-nav:focus > a,
.mobile-navigation-menu > .nav-item.has-sub-nav:focus > span, .mobile-navigation-menu > .nav-item.has-sub-nav:focus-within > a,
.mobile-navigation-menu > .nav-item.has-sub-nav:focus-within > span {
  position: relative;
}
.mobile-navigation-menu > .nav-item > .sub-nav > .sub-nav-group {
  padding-bottom: 20px;
}
.mobile-navigation-menu > .nav-item > .sub-nav > .sub-nav-group > li > .sub-nav {
  padding-bottom: 20px;
}
.mobile-navigation-menu > .nav-item > .sub-nav .nav-menu-toggle {
  display: none;
}
.mobile-navigation-menu .nav-item {
  display: block;
  list-style: none;
  position: relative;
  text-transform: none;
  line-height: 1;
  margin: 0;
}
.mobile-navigation-menu .nav-item > a,
.mobile-navigation-menu .nav-item > span {
  color: #66d0d0;
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  position: relative;
  width: 100%;
}
.mobile-navigation-menu .nav-item > a.open,
.mobile-navigation-menu .nav-item > span.open {
  z-index: 1;
}
.mobile-navigation-menu .nav-item > a.nav-item:hover, .mobile-navigation-menu .nav-item > a.nav-item:focus, .mobile-navigation-menu .nav-item > a.nav-item + .sub-nav-open:hover, .mobile-navigation-menu .nav-item > a.nav-item.is-active, .mobile-navigation-menu .nav-item > a.nav-item--toggle-up {
  border-left: 4px solid #ed8b00;
  padding-left: 26px;
  font-weight: 700;
}
.mobile-navigation-menu .nav-item > a.nav-item:hover, .mobile-navigation-menu .nav-item > a.nav-item:focus, .mobile-navigation-menu .nav-item > a.nav-item + .sub-nav-open:hover, .mobile-navigation-menu .nav-item > a.nav-item.is-active, .mobile-navigation-menu .nav-item > a.nav-item--toggle-down {
  border-left: 0;
  padding-left: 30px;
  font-weight: 500;
}
.mobile-navigation-menu .nav-item > .sub-nav {
  background-color: transparent;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mobile-navigation-menu .nav-item > .sub-nav ul li {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  letter-spacing: 0.25px;
  position: relative;
}
.mobile-navigation-menu .nav-item > .sub-nav ul li a,
.mobile-navigation-menu .nav-item > .sub-nav ul li span {
  display: inline-block;
  line-height: 1.1875;
}
.mobile-navigation-menu .nav-item > .sub-nav ul li a {
  display: block;
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
}
.mobile-navigation-menu .nav-item > .sub-nav ul li a:hover, .mobile-navigation-menu .nav-item > .sub-nav ul li a:focus {
  text-decoration: underline;
}
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li > span,
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li > a {
  font-weight: 600;
  font-size: 1rem;
}
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li > a {
  color: #ed8b00;
  letter-spacing: 0;
  padding: 12px 20px 20px;
}
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li > a:after {
  content: " \f105";
  font-family: "FontAwesome";
  font-size: 10px;
  vertical-align: middle;
}
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li > span {
  padding: 8px 20px;
  color: #ACACAC;
}
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li .sub-nav-group > li a,
.mobile-navigation-menu .nav-item > .sub-nav > .sub-nav-group > li .sub-nav-group > li span {
  padding: 8px 40px;
}

.toggle-sub-nav {
  cursor: pointer;
}
.toggle-sub-nav.nav-item--toggle {
  display: inline-block;
}
.toggle-sub-nav.nav-item--toggle-down, .toggle-sub-nav.nav-item--toggle-up {
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width:74.9375rem) {
  .toggle-sub-nav.nav-item--toggle-down, .toggle-sub-nav.nav-item--toggle-up {
    top: 47%;
  }
}
@media only screen and (max-width:64.9375rem) {
  .toggle-sub-nav.nav-item--toggle-down, .toggle-sub-nav.nav-item--toggle-up {
    top: 0;
  }
}
@media only screen and (min-width:75rem) {
  .toggle-sub-nav.nav-item--toggle-down, .toggle-sub-nav.nav-item--toggle-up {
    top: 50%;
  }
}
@media only screen and (min-width:65rem) {
  .toggle-sub-nav.nav-item--toggle-down, .toggle-sub-nav.nav-item--toggle-up {
    display: none;
  }
}
.toggle-sub-nav.nav-item--toggle-down:after, .toggle-sub-nav.nav-item--toggle-up:after {
  font-weight: 100;
  font-size: 0.875rem;
  content: "\f078";
  font-family: FontAwesome;
  width: 0;
  display: block;
  position: absolute;
  top: 22px;
  right: 32px;
}
.toggle-sub-nav.nav-item--toggle-up:after {
  content: "\f077";
}

.nav-menu-toggle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: normal;
  padding: 0;
  color: #fff;
}
.nav-menu-toggle:hover, .nav-menu-toggle:focus {
  background-color: transparent;
  color: #fff;
}

.mobile-nav-cta {
  padding: 40px 0;
  background-color: #031d32;
  text-align: center;
}
.mobile-nav-cta a {
  width: 270px;
  margin: 0;
  text-align: center;
}

/** @file _sidebar.scss
  * Sidebar
  * ----------------------------------------------------------------------------
  *
  * Sidebar styles.
  *
**/
.sidebar .block-title {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
@media only screen and (min-width:48rem) {
  .sidebar .block-title {
    font-size: 1.8rem;
  }
}
.sidebar > .block + .block,
.sidebar > .field + .field {
  margin-top: 2.5em;
}

/** @file _flexpage.scss
  * Flexpage
  * ----------------------------------------------------------------------------
  *
  * A stylesheet collecting styles for flexpages, defined by the  duo_components
  * custom module.
  *
*/
.node--type-flexpage > .field--name-body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .node--type-flexpage > .field--name-body {
    padding: 0 4.375rem;
  }
}
.node--type-flexpage > .field--name-body:after {
  content: "";
  display: table;
  clear: both;
}

/** @file _paragraphs.scss
  * Paragraphs
  * ----------------------------------------------------------------------------
  *
  * A stylesheet collecting styles for paragraph components.
  *
*/
.paragraph__content,
.c-width-fs .paragraph__heading {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .paragraph__content,
  .c-width-fs .paragraph__heading {
    padding: 0 4.375rem;
  }
}
.paragraph__content:after,
.c-width-fs .paragraph__heading:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph__components > .paragraph + .paragraph {
  margin-top: 1.25rem;
}
@media only screen and (min-width:36rem) {
  .paragraph__components > .paragraph + .paragraph {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width:48rem) {
  .paragraph__components > .paragraph + .paragraph {
    margin-top: 2.5rem;
  }
}

.c-align-left {
  text-align: left;
}

.c-align-right {
  text-align: right;
}

.c-align-center {
  text-align: center;
}

.c-align-flex-center-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 70%;
}

.c-align-flex-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15%;
  text-align: center;
}

.c-align-flex-center-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  max-width: 70%;
}
.c-align-flex-center-right .field--name-field-c-cta-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field--name-field-c-heading {
  margin: 0 0 4.375rem;
}

.c-padding-top-default {
  padding-top: 2.5rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-default {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-default:has(.view-colleges-by) {
    padding-top: 0;
  }
}

.c-padding-top-double {
  padding-top: 5rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-double {
    padding-top: 2.5rem;
  }
}

.c-padding-top-quad {
  padding-top: 20rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-quad {
    padding-top: 5rem;
  }
}

.c-padding-bottom-default {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-default {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-default:has(.media-text-hero) {
    padding-bottom: 0;
  }
}

.c-padding-top-medium {
  padding-top: 3.75rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-medium {
    padding-top: 1.875rem;
  }
}

.c-padding-bottom-medium {
  padding-bottom: 3.75rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-medium {
    padding-bottom: 1.875rem;
  }
}

.c-padding-top-half {
  padding-top: 1.25rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-half {
    padding-top: 0.625rem;
  }
}

.c-padding-bottom-half {
  padding-bottom: 1.25rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-half {
    padding-bottom: 0.625rem;
  }
}

.c-padding-top-quarter {
  padding-top: 0.625rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-quarter {
    padding-top: 0.3125rem;
  }
}

.c-padding-bottom-quarter {
  padding-bottom: 0.625rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-quarter {
    padding-bottom: 0.3125rem;
  }
}

.c-padding-top-zero {
  padding-top: 0;
}

.c-padding-bottom-zero {
  padding-bottom: 0;
}

.c-padding-bottom-extra {
  padding-bottom: 5rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-extra {
    padding-bottom: 2.5rem;
  }
}

.c-padding-bottom-quad {
  padding-bottom: 10rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-quad {
    padding-bottom: 5rem;
  }
}

.c-padding-top-triple {
  padding-top: 7.5rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-top-triple {
    padding-top: 3.75rem;
  }
}

.c-padding-bottom-triple {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-padding-bottom-triple {
    padding-bottom: 3.75rem;
  }
}

.c-border-top .paragraph__components {
  border-top: 1px solid #dfdfdf;
  padding-top: 3.75rem;
}

.c-border-bottom .paragraph__components {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 3.75rem;
}

.c-border-left .paragraph__components {
  border-left: 1px solid #dfdfdf;
  padding-left: 3.75rem;
}

.c-border-right .paragraph__components {
  border-right: 1px solid #dfdfdf;
  padding-right: 3.75rem;
}

.c-padding-no-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.c-padding-no {
  padding: 0;
}

.c-padding-no .paragraph__content {
  padding: 0 !important;
}

.c-padding-no-left-right .paragraph__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-padding-no-top-bottom .paragraph__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-margin-top-negative-default .paragraph {
  position: relative;
  top: -3.5rem;
}
@media only screen and (min-width:65rem) {
  .c-margin-top-negative-default .paragraph {
    top: -7.3125rem;
  }
}

.c-margin-top-negative-double .paragraph {
  position: relative;
  top: -8.125rem;
}
@media only screen and (min-width:65rem) {
  .c-margin-top-negative-double .paragraph {
    top: -14.375rem;
  }
}

.c-margin-top-negative-quad .paragraph {
  position: relative;
  top: -14.375rem;
}
@media only screen and (min-width:65rem) {
  .c-margin-top-negative-quad .paragraph {
    top: -28.75rem;
  }
}

.c-padding-bottom-negative-default .paragraph {
  margin-bottom: -3.5rem;
}
@media only screen and (min-width:65rem) {
  .c-padding-bottom-negative-default .paragraph {
    margin-bottom: -7.3125rem;
  }
}

.c-padding-bottom-negative-double .paragraph {
  margin-bottom: -8.125rem;
}
@media only screen and (min-width:65rem) {
  .c-padding-bottom-negative-double .paragraph {
    margin-bottom: -14.375rem;
  }
}

.c-padding-bottom-negative-quad .paragraph {
  margin-bottom: -14.375rem;
}
@media only screen and (min-width:65rem) {
  .c-padding-bottom-negative-quad .paragraph {
    margin-bottom: -28.75rem;
  }
}

.gap-size--small {
  gap: 1.25rem;
}

.gap-size--medium {
  gap: 2.5rem;
}

.gap-size--large {
  gap: 3.75rem;
}

.gap-size--xlarge {
  gap: 5rem;
}

div[class*=gap-size] .paragraph--type--c-flexblock-column {
  margin-top: 0 !important;
}

div[class*=border_radius] {
  overflow: hidden;
}

.border_radius_medium {
  border-radius: 16px;
}

.border_radius_full {
  border-radius: 99999px;
}

.align--start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align--center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align--end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.icon-overlay--horizontal-left {
  left: 20px;
}
.icon-overlay--horizontal-right {
  right: 20px;
}
.icon-overlay--vertical-top {
  top: 20px;
}
.icon-overlay--vertical-bottom {
  bottom: 20px;
}
.icon-overlay--vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-overlay--horizontal-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-width1 .paragraph__content {
  max-width: 95px;
}

.c-width2 .paragraph__content {
  max-width: 190px;
}

.c-width3 .paragraph__content {
  max-width: 285px;
}

.c-width4 .paragraph__content {
  max-width: 380px;
}

.c-width5 .paragraph__content {
  max-width: 475px;
}

.c-width6 .paragraph__content {
  max-width: 570px;
}

.c-width7 .paragraph__content {
  max-width: 665px;
}

.c-width8 .paragraph__content {
  max-width: 760px;
}

.c-width9 .paragraph__content {
  max-width: 855px;
}

.c-width10 .paragraph__content {
  max-width: 950px;
}

.c-width11 .paragraph__content {
  max-width: 1045px;
}

.c-width12 .paragraph__content {
  max-width: 1140px;
}

.c-width-fs .paragraph__content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.c-width-fs .paragraph__heading {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
}
@media only screen and (min-width:48rem) {
  .c-width-fs .paragraph__heading {
    padding: 0 4.375rem;
  }
}
.c-width-fs .paragraph__heading:after {
  content: "";
  display: table;
  clear: both;
}

.paragraph--type--c-simple-section {
  padding: 0.625rem 0;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--c-simple-section {
    padding: 0.9375rem 0;
  }
}
@media only screen and (min-width:48rem) {
  .paragraph--type--c-simple-section {
    padding: 1.25rem 0;
  }
}
.paragraph--type--c-simple-section:first-child {
  padding-top: 0;
}
.paragraph--type--c-simple-section:last-child {
  padding-bottom: 0;
}

.paragraph--type--c-section.c-text-dark {
  color: #222222;
}
.paragraph--type--c-section.c-text-light {
  color: #ffffff;
}
@media only screen and (max-width:47.9375rem) {
  .paragraph--type--c-section div[class*=c-bgd-color] {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.c-bgd-color-1 {
  background-color: #000;
}

.c-bgd-color-2 {
  background-color: #f5f5f9;
}

.c-bgd-color-3 {
  background-color: #24ccca;
}

.c-bgd-color-4 {
  background-color: #f5f5f9;
}

.c-bgd-color-5 {
  background-color: #e3ded5;
}

.c-bgd-color-6 {
  background-color: #031d32;
}

.c-bgd-color-8 {
  background-color: #00b1b0;
}

.c-bgd-color-9 {
  background: -webkit-gradient(linear, left top, right top, from(#ffe510), color-stop(60%, #ffe510), color-stop(60%, #031d32), to(#031d32));
  background: linear-gradient(to right, #ffe510 0%, #ffe510 60%, #031d32 60%, #031d32 100%);
}
@media only screen and (max-width:74.9375rem) {
  .c-bgd-color-9 {
    background: -webkit-gradient(linear, left top, right top, from(#ffe510), color-stop(65%, #ffe510), color-stop(65%, #031d32), to(#031d32));
    background: linear-gradient(to right, #ffe510 0%, #ffe510 65%, #031d32 65%, #031d32 100%);
  }
}
@media only screen and (max-width:35.875rem) {
  .c-bgd-color-9 {
    background: #031d32;
  }
}

.c-bgd-color-10 {
  background-color: #e2e2e9;
}

.c-bgd-color-dark-navy {
  background-color: #031d32;
}

.c-bgd-image,
.c-bgd-video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.c-bgd-image:before,
.c-bgd-video:before {
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-bgd-image .paragraph__content,
.c-bgd-video .paragraph__content {
  position: relative;
  z-index: 20;
}
.c-bgd-image.c-bgd-color-1:before,
.c-bgd-video.c-bgd-color-1:before {
  background-color: #000;
}
.c-bgd-image.c-bgd-color-2:before,
.c-bgd-video.c-bgd-color-2:before {
  background-color: #f5f5f9;
}
.c-bgd-image.c-bgd-color-3:before,
.c-bgd-video.c-bgd-color-3:before {
  background-color: #24ccca;
}
.c-bgd-image.c-bgd-color-4:before,
.c-bgd-video.c-bgd-color-4:before {
  background-color: #f5f5f9;
}
.c-bgd-image.c-bgd-color-5:before,
.c-bgd-video.c-bgd-color-5:before {
  background-color: #e3ded5;
}
.c-bgd-image.c-bgd-color-6:before,
.c-bgd-video.c-bgd-color-6:before {
  background-color: #031d32;
}
.c-bgd-image.c-bgd-color-7:before,
.c-bgd-video.c-bgd-color-7:before {
  background-image: url("../images/cream-pixels.png"), -webkit-gradient(linear, left top, left bottom, from(#303264), color-stop(29%, transparent), color-stop(68%, transparent), color-stop(84%, transparent), to(rgba(60, 53, 58, 0.5)));
  background-image: url("../images/cream-pixels.png"), linear-gradient(180deg, #303264, transparent 29%, transparent 68%, transparent 84%, rgba(60, 53, 58, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 80px, auto;
}
.c-bgd-image.c-bgd-color-10:before,
.c-bgd-video.c-bgd-color-10:before {
  background-color: #e2e2e9;
}

.c-bgd-image-parallax {
  background-attachment: fixed;
}
@media only screen and (max-width:64.9375rem) {
  .c-bgd-image-parallax {
    background-attachment: initial !important;
  }
}

@media only screen and (min-width:65rem) {
  .c-bgd-video.c-bgd-image {
    background-image: none !important;
  }
  .c-bgd-video.c-bgd-image .field--name-field-c-bgd-image {
    display: none;
  }
}

.field--name-field-c-bgd-video {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width:36rem) {
  .field--name-field-c-bgd-video {
    display: block;
  }
}
.field--name-field-c-bgd-video video {
  height: auto !important;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: auto !important;
}

.field--name-field-c-bgd-image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.field--name-field-c-bgd-image img {
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
  max-width: none;
}

.background-is-full-width .field--name-field-c-bgd-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

div[class*=c-bkg--position] .field--name-field-c-bgd-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}
div[class*=c-bkg--position] .field--name-field-c-bgd-image img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-bkg--position--top .field--name-field-c-bgd-image {
  top: 0 !important;
  bottom: auto !important;
}

.c-bkg--position--center .field--name-field-c-bgd-image {
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
}

.c-bkg--position--bottom .field--name-field-c-bgd-image {
  bottom: 0 !important;
  top: auto !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.c-bkg--height-25 .field--name-field-c-bgd-image {
  height: 25% !important;
}

.c-bkg--height-50 .field--name-field-c-bgd-image {
  height: 50% !important;
}

.c-bkg--height-75 .field--name-field-c-bgd-image {
  height: 75% !important;
}

.c-bkg--height-100 .field--name-field-c-bgd-image {
  height: 100% !important;
}

html.object-fit .c-bgd-image.c-bgd-image-no-parallax {
  background-image: none !important;
}

html.no-object-fit .c-bgd-image .field--name-field-c-bgd-image,
.c-bgd-image.c-bgd-image-parallax .field--name-field-c-bgd-image {
  display: none;
}

.paragraph--type--c-flexblock {
  margin-top: -2.34375rem;
  overflow: hidden;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--c-flexblock {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-width-fs .paragraph__components > .paragraph--type--c-flexblock {
  margin-left: 0;
  margin-right: 0;
}

.paragraph--type--c-flexblock-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2.34375rem;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--c-flexblock-column {
    padding: 0 1.875rem !important;
  }
}
.paragraph--type--c-flexblock-column .paragraph {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width:36rem) {
  .c-fb-col-width1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-fb-col-width2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-fb-col-width3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .c-fb-col-width4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-fb-col-width5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-fb-col-width6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-fb-col-width7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-fb-col-width8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-fb-col-width9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .c-fb-col-width10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-fb-col-width11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-fb-col-width12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-fb-align-top {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-fb-align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-fb-align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-fb-align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-fb-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-fb-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-fb-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-fb-justify-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-fb-justify-sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.c-fb-style-outer-border {
  border: 1px solid #d8d7d8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 1.25rem 0.625rem;
}
@media only screen and (min-width:36rem) {
  .c-fb-style-outer-border .paragraph--type--c-flexblock-column {
    padding: 0 0.625rem;
    margin-top: 0;
  }
}

@media only screen and (min-width:48rem) {
  .c-fb-style-border-radius {
    border-radius: 12px;
  }
}

.c-fb-style-inner-borders {
  border-top: 1px solid #d8d7d8;
  border-left: 1px solid #d8d7d8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.c-fb-style-inner-borders .paragraph--type--c-flexblock-column {
  border-bottom: 1px solid #d8d7d8;
  border-right: 1px solid #d8d7d8;
  margin-top: 0;
  padding: 1.25rem;
}

.paragraph .field--name-field-c-body > *:last-child {
  margin-bottom: 0;
}

.paragraph--type--c-body .field--name-field-c-body ul,
.paragraph--type--c-body .field--name-field-c-body ol {
  list-style: disc;
}

.paragraph--type--c-image {
  text-align: center;
  position: relative;
}
.paragraph--type--c-image:has(~ .paragraph--type--c-body) {
  margin-bottom: 1.25rem;
}

.field--name-field-c-image-caption {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
.field--name-field-c-image-caption p {
  font-size: 0.9em;
  margin-bottom: 0;
}

.paragraph--type--c-video .field--name-field-c-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  text-align: center;
}

.field--name-field-c-cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-align-center .field--name-field-c-cta-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-align-right .field--name-field-c-cta-link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-align-flex-center-right .field--name-field-c-cta-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field--name-field-c-icon {
  font-size: 2rem;
}

.paragraph--type--c-cta {
  margin: 0;
  width: 100%;
}
.paragraph--type--c-cta h3 {
  margin: 0 0 1.875rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 0 !important;
}

.c-cta-style-image {
  max-width: 100%;
  background-color: #ffffff;
}
.c-cta-style-image h3 {
  font-size: 1.5rem;
}
.c-cta-style-image--contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cta-style-image--content {
  padding: 0 0 0 1.25rem;
}
.c-cta-style-image--actions a:nth-child(n+2) {
  background: none;
  border: none;
  color: #037b79;
  text-decoration: none;
}
.c-cta-style-image--actions a:nth-child(n+2):after {
  content: " \f054";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline;
}
.c-cta-style-image--actions a:nth-child(n+2):hover, .c-cta-style-image--actions a:nth-child(n+2):focus, .c-cta-style-image--actions a:nth-child(n+2):active {
  background: none;
  border: none;
  color: #037b79;
  text-decoration: underline !important;
}
.c-cta-style-image--image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
}
.c-cta-style-image-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cta-style-image-vertical--image {
  padding: 0 0 1.875rem;
}
.c-cta-style-image-vertical--image img {
  display: block;
  margin: 0 auto;
}
.c-cta-style-image-background--image {
  height: 16rem;
  background-size: cover !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.c-cta-style-image-background--image:before {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.c-cta-style-image-background--image:hover:before {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  background: rgba(0, 0, 0, 0);
}
.c-cta-style-image-background--box {
  background: #ed8b00 url("../images/appily-logo-white.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  width: 12.5rem;
  height: 5rem;
  background-position: 50% 30%;
  z-index: 1;
}
.c-cta-style-image-background--box h3 {
  padding: 2.8125rem 1.625rem 0 1.625rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}
.c-cta-style-image-card {
  border: 1px solid #d8d7d8 !important;
  border-radius: 0.75rem;
  background: #ffffff;
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  padding: 3.125rem 3.125rem;
  height: 100%;
}
.c-cta-style-image-card--bg {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cta-style-image-card img {
  width: 100%;
}
.c-cta-style-image-card h3 {
  padding: 1.875rem 0;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  font-family: "museo-slab", sans-serif;
}
.c-cta-style-image-card .field--name-field-c-cta-text {
  margin-bottom: 2.1875rem;
}
.c-cta-style-image-card--link {
  margin-top: auto;
}

.c-cta-style-image-vertical--title + .c-cta-style-image-vertical--text {
  margin-top: 2em;
}

.c-cta-style-image-vertical--text + .c-cta-style-image-vertical--link {
  margin-top: 2em;
}

.c-content-card {
  background: #ffffff !important;
  border: 0.0625rem solid #d8d7d8 !important;
}
.c-content-card-image--wrap {
  height: 15.75rem;
  width: 100%;
  max-height: 15.75rem;
  max-width: 34.875rem;
}
@media only screen and (max-width:64.9375rem) {
  .c-content-card-image--wrap {
    max-height: 100%;
  }
}
.c-content-card-text .c-content-card {
  padding: 2.5rem;
  height: 15.75rem;
  width: 100%;
  max-width: 34.875rem;
}
@media only screen and (max-width:74.9375rem) {
  .c-content-card-text .c-content-card {
    height: auto;
  }
}
.c-content-card-text .field--name-field-content-card-title .field__item {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-family: "museo-slab", sans-serif;
}
.c-content-card-image-text {
  height: 100%;
}
.c-content-card-image-text .c-content-card {
  height: 100%;
  padding: 1.875rem 2.5rem;
}
.c-content-card-image-text img {
  display: block;
  margin: 0 auto;
}
.c-content-card-image-text p {
  text-align: center;
}
.c-content-card .field--name-field-content-card-body {
  margin-top: 2em;
}

.c-cta-style-image--contain .c-cta-style-image--content .field--name-field-c-cta-title + div,
.c-cta-style-default .field--name-field-c-cta-title + div {
  margin-top: 1.875rem;
}
.c-cta-style-image--contain .c-cta-style-image--content > div + div,
.c-cta-style-default > div + div {
  margin-top: 2.1875rem;
}

.c-cta-style-default .field--name-field-c-cta-link a,
.c-cta-style-image .field--name-field-c-cta-link a {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 1rem;
  color: #031d32;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "museo-sans", sans-serif;
  background-color: #031d32;
  border: 1px solid #031d32;
  display: block;
  margin: 0 0.625rem;
}
.c-cta-style-default .field--name-field-c-cta-link a:hover, .c-cta-style-default .field--name-field-c-cta-link a:focus, .c-cta-style-default .field--name-field-c-cta-link a.active,
.c-cta-style-image .field--name-field-c-cta-link a:hover,
.c-cta-style-image .field--name-field-c-cta-link a:focus,
.c-cta-style-image .field--name-field-c-cta-link a.active {
  background-color: #fbb654;
  border: 1px solid #fbb654;
  color: #031d32;
  text-decoration: none;
}
.c-cta-style-default .field--name-field-c-cta-link a:hover, .c-cta-style-default .field--name-field-c-cta-link a:focus, .c-cta-style-default .field--name-field-c-cta-link a.active,
.c-cta-style-image .field--name-field-c-cta-link a:hover,
.c-cta-style-image .field--name-field-c-cta-link a:focus,
.c-cta-style-image .field--name-field-c-cta-link a.active {
  background-color: #031d32;
  border: 1px solid #031d32;
}
.c-cta-style-default .field--name-field-c-cta-link a:first-child,
.c-cta-style-image .field--name-field-c-cta-link a:first-child {
  margin-left: 0;
}
.c-cta-style-default .field--name-field-c-cta-link a:last-child,
.c-cta-style-image .field--name-field-c-cta-link a:last-child {
  margin-right: 0;
}

.c-cta-style-blue a {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 1rem;
  color: #031d32;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "museo-sans", sans-serif;
  background-color: #037b79;
  border: 1px solid #037b79;
  width: auto;
}
.c-cta-style-blue a:hover, .c-cta-style-blue a:focus, .c-cta-style-blue a.active {
  background-color: #fbb654;
  border: 1px solid #fbb654;
  color: #031d32;
  text-decoration: none;
}
.c-cta-style-blue a:hover, .c-cta-style-blue a:focus, .c-cta-style-blue a.active {
  background-color: #00b1b0;
  border: 1px solid #00b1b0;
}

.c-cta-style-line-orange, .c-cta-style-line-teal {
  background: #ffffff;
  padding: 3.125rem 20px !important;
  height: 99.5%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cta-style-line-orange .field--name-field-c-cta-link a, .c-cta-style-line-teal .field--name-field-c-cta-link a {
  background: none;
  color: #037b79;
}
.c-cta-style-line-orange h3, .c-cta-style-line-teal h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3c353a;
}
.c-cta-style-line-orange h3:after, .c-cta-style-line-teal h3:after {
  display: block;
  content: " ";
  height: 1.25rem;
}
.c-cta-style-line-orange h3:after {
  margin: 1.1875rem 0;
  background: url("../images/orange-line.svg") no-repeat 50%;
}
.c-cta-style-line-teal h3:after {
  margin: 1.1875rem 0;
  background: url("../images/teal-line.svg") no-repeat 50%;
}

.paragraph--type--c-cta-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -1.25rem;
}
@media only screen and (min-width:48rem) {
  .paragraph--type--c-cta-group {
    margin: 0 -1.25rem -2.5rem;
  }
}

.cta-group__cta {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:48rem) {
  .cta-group__cta {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    margin-bottom: 2.5rem;
    padding: 0 1.25rem;
  }
}

.field--name-field-list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.field--name-field-list-card > .field__item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  min-height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 7px;
}
.field--name-field-list-card > .field__item:nth-child(odd):last-child() {
  margin: 0 auto;
}
.field--name-field-list-card .list-card--full-width {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.field--name-field-list-card-star-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}
@media only screen and (max-width:74.9375rem) {
  .field--name-field-list-card-star-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.field--name-field-list-card-star-item > .field__item {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  min-height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 7px;
}
@media only screen and (max-width:74.9375rem) {
  .field--name-field-list-card-star-item > .field__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
  }
}
@media only screen and (max-width:35.875rem) {
  .field--name-field-list-card-star-item > .field__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
}
.field--name-field-list-card-star-item > .field__item:nth-child(odd):last-child() {
  margin: 0 auto;
}
.field--name-field-list-card-star-item > .field__item:last-child() {
  margin-right: 0;
}

@media only screen and (max-width:64.9375rem) {
  .list-cards-image-title-body--wrap .c-fb-col-width6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.list-card--transparent-white .list-card-image-list--title,
.list-card--transparent-white .list-card-image-list--title-body {
  background: rgba(255, 255, 255, 0.8);
  height: auto !important;
}
.list-card--transparent-white ol {
  padding: 0;
  margin-top: 2.5rem;
}

.list-card--light-tan {
  background: #fef9f3;
  border: 0.0625rem solid #ebeaeb;
  padding: 1.25rem !important;
  height: auto !important;
  margin: 2.5rem 0 !important;
}
.list-card--light-tan ol {
  padding: 0;
}

.list-card-image-list--title {
  margin-bottom: 0.625rem;
}
.list-card-image-list--title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-card-image-list--title--image {
  width: 5.3125rem;
  min-width: 5.3125rem;
  height: 4.0625rem;
  background-color: #f5f5f9;
  border-radius: 0.375rem;
  border: 0.0625rem solid #ebeaeb;
  padding: 0.3125rem 0;
}
.list-card-image-list--title--image img {
  max-width: 3.125rem;
  display: block;
  margin: 0 auto;
}
.list-card-image-list--title--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.list-card-image-list--title-body {
  margin-bottom: 0.3125rem;
  padding: 1.25rem 1.5625rem !important;
}
.list-card-image-list--title-body--image {
  width: 100%;
  min-width: 8.125rem;
  max-width: 8.125rem;
  height: 6.5625rem;
  background-color: #e2e2e9;
  border-radius: 0.375rem;
  border: 0.0625rem solid #ebeaeb;
  padding: 0.3125rem 0;
}
.list-card-image-list--title-body--image img {
  max-width: 5.3125rem;
  display: block;
  margin: 0 auto;
}
.list-card-image-list--title-body--body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.5625rem;
}
.list-card-image-list--title-body--body .field--name-field-list-card-title {
  font-size: 1.125rem;
  color: #031d32;
  font-weight: 700;
}
.list-card-image-list--title-body--body .field--name-field-list-card-body p {
  font-weight: 700;
  line-height: 1rem;
}

.paragraph--type--list-card {
  height: 100%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media only screen and (max-width:61.9375rem) {
  .paragraph--type--list-card {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-height: 100%;
  }
}

.paragraph--type--list-cards {
  height: 100%;
}
.paragraph--type--list-cards ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
.paragraph--type--list-cards li {
  counter-increment: li;
}
.paragraph--type--list-cards li:before {
  content: counter(li);
}
.paragraph--type--list-cards .list-card--image {
  height: 15.9375rem;
}
.paragraph--type--list-cards .list-card--image .list-card--wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.8125rem 2.8125rem;
  border: 0.0625rem solid #d8d7d8;
  background: #ffffff;
}
@media only screen and (max-width:35.9375rem) {
  .paragraph--type--list-cards .list-card--image .list-card--wrap {
    padding: 2.8125rem 0.9375rem;
  }
}
.paragraph--type--list-cards .list-card--image .list-card--icon {
  border-right: 0.0625rem solid #d8d7d8;
  padding-right: 2.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width:35.9375rem) {
  .paragraph--type--list-cards .list-card--image .list-card--icon {
    padding-right: 1.25rem;
  }
}
.paragraph--type--list-cards .list-card--image .list-card--icon img {
  width: 7.5rem;
}
@media only screen and (max-width:47.9375rem) {
  .paragraph--type--list-cards .list-card--image .list-card--icon img {
    width: 5rem;
  }
}
.paragraph--type--list-cards .list-card--image .list-card-content--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.5rem;
}
.paragraph--type--list-cards .list-card--image .list-card-list--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--list-cards .list-card--image .list-card-list--number li,
.paragraph--type--list-cards .list-card--image .list-card-list--number li::before {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: "museo-slab", sans-serif;
  margin-bottom: 0;
}
.paragraph--type--list-cards .list-card--image .list-card-list--title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-family: "museo-slab", sans-serif;
  margin-bottom: 0;
  padding-left: 0.9375rem;
}
@media only screen and (max-width:61.9375rem) {
  .paragraph--type--list-cards .list-card--image .list-card-list--title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width:47.9375rem) {
  .paragraph--type--list-cards .list-card--image .list-card-list--title {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.paragraph--type--list-cards .list-card--image .list-card--body p {
  padding-top: 0.625rem;
}

.paragraph--type--list-card-stars ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
.paragraph--type--list-card-stars li {
  counter-increment: li;
}
.paragraph--type--list-card-stars li:before {
  content: counter(li);
}

.paragraph--type--list-card-stars-item {
  width: 100%;
  height: 100%;
}
.paragraph--type--list-card-stars-item .list-card-star--wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type--list-card-stars-item .list-card-star-list--number {
  width: 100%;
  background: url("../images/cappex-stars.png") no-repeat;
  background-position: center bottom;
  font-size: 4.5rem;
  color: #031d32;
  text-align: center;
  height: 20%;
  min-height: 100px;
  max-height: 100px;
  font-weight: 900;
}
.paragraph--type--list-card-stars-item .list-card-star-content--wrap {
  border: 0.0625rem solid #d8d7d8 !important;
  background: #ffffff;
  padding: 1.5625rem 1.25rem 0;
  height: 80%;
  margin-top: 0.9375rem;
}
.paragraph--type--list-card-stars-item .list-card-star-list--title > div {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-family: "museo-slab", sans-serif;
  text-align: center;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #d8d7d8 !important;
  min-height: 4rem;
}
.paragraph--type--list-card-stars-item .list-card-star--body p {
  text-align: center;
  padding: 0.9375rem 0;
}

.paragraph--type--c-hero {
  display: table;
  max-width: none;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 20.25rem;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--c-hero {
    height: 20.25rem;
  }
}
.paragraph--type--c-hero h1 {
  font-size: 2.25rem;
  margin-bottom: 2.1875rem;
}
.paragraph--type--c-hero h2 {
  font-size: 0.140625rem;
  margin-bottom: 2em;
}
@media only screen and (min-width:48rem) {
  .paragraph--type--c-hero h2 {
    font-size: 0.140625rem;
  }
}

.paragraph--type--new-hero {
  display: table;
  max-width: none;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 20.25rem;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--new-hero {
    height: 20.25rem;
  }
}
.paragraph--type--new-hero h1 {
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 2.1875rem;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--new-hero h1 {
    font-size: 3rem;
  }
}
.paragraph--type--new-hero h2 {
  font-size: 0.140625rem;
  margin-bottom: 2em;
}
@media only screen and (min-width:48rem) {
  .paragraph--type--new-hero h2 {
    font-size: 0.140625rem;
  }
}
.paragraph--type--new-hero .field--name-field-call-to-action .field__item a {
  min-width: 0;
  text-decoration: none;
}

.hero-content {
  display: table-cell;
  vertical-align: middle;
}
.hero-content .field {
  text-align: center;
}
.hero-content .field--name-field-hero-subtitle {
  margin-bottom: 2.5rem;
}

.field--name-field-hero-title h1,
.field-name-field-c-hero-title h1 {
  margin-bottom: 1.125rem;
}
@media only screen and (min-width:36rem) {
  .field--name-field-hero-title h1,
  .field-name-field-c-hero-title h1 {
    margin-bottom: 1.875rem;
  }
}

.field-name-field-c-hero-subtitle {
  font-weight: 300;
}

.field--name-field-call-to-action .field__item {
  margin-bottom: 15px;
}
@media only screen and (min-width:48rem) {
  .field--name-field-call-to-action .field__item {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:48rem) {
  .field--name-field-call-to-action .field__item:first-child {
    margin-right: 15px;
  }
}
.field--name-field-call-to-action .field__item:first-child a {
  text-align: center;
}
.field--name-field-call-to-action .field__item:last-child a {
  text-align: center;
}

.field--name-field-c-hero-cta a {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  border-radius: 1rem;
  color: #031d32;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "museo-sans", sans-serif;
  font-size: 1.125rem;
  padding: 0.875rem 1.75rem;
  text-align: center;
}
.field--name-field-c-hero-cta a:hover, .field--name-field-c-hero-cta a:focus, .field--name-field-c-hero-cta a.active {
  background-color: #fbb654;
  border: 1px solid #fbb654;
  color: #031d32;
  text-decoration: none;
}

.field-name-field-c-hero-primary-cta,
.paragraphs-item-c-hero .field-name-field-c-video {
  margin-top: 1.875rem;
}
@media only screen and (min-width:36rem) {
  .field-name-field-c-hero-primary-cta,
  .paragraphs-item-c-hero .field-name-field-c-video {
    margin-top: 3.125rem;
  }
}

.hero-stats {
  position: relative;
  top: -7.8125rem;
}
@media only screen and (max-width:64.9375rem) {
  .hero-stats {
    top: -1.875rem;
  }
}
@media only screen and (max-width:35.875rem) {
  .hero-stats {
    top: 0;
  }
}
.hero-stats .stat__statistic,
.hero-stats .stat__content {
  max-width: 31.25rem;
}
@media only screen and (max-width:64.9375rem) {
  .hero-stats .stat__statistic,
  .hero-stats .stat__content {
    max-width: 25rem;
  }
}
.hero-stats .field--name-field-c-stat-statistic {
  padding-right: 0 !important;
}
.hero-stats .field--name-field-stats-section {
  margin: 0 auto;
  margin-top: 12.5rem;
  width: 900px;
}
@media only screen and (max-width:64.9375rem) {
  .hero-stats .field--name-field-stats-section {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width:35.875rem) {
  .hero-stats .field--name-field-stats-section {
    width: 100%;
    padding-top: 1.25rem;
  }
}
.hero-stats .paragraph--type--c-stat {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:35.875rem) {
  .hero-stats .paragraph--type--c-stat {
    text-align: center;
  }
}
.hero-stats .paragraph--type--c-stat:nth-child(1) {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 21.875rem;
  padding-top: 150px;
  border-right: 1px solid #ffffff;
  text-align: right;
}
.hero-stats .paragraph--type--c-stat:nth-child(1) .stat__content {
  margin-right: 2.5rem;
}
@media only screen and (max-width:35.875rem) {
  .hero-stats .paragraph--type--c-stat:nth-child(1) .stat__content {
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (max-width:35.875rem) {
  .hero-stats .paragraph--type--c-stat:nth-child(1) {
    float: none;
    text-align: center;
    padding-top: 0px;
    height: auto;
    border-bottom: 0.0625rem solid #ffffff;
  }
}
.hero-stats .paragraph--type--c-stat:nth-child(2) {
  border-bottom: 0.0625rem solid #ffffff;
  padding-left: 2.5rem;
  padding-top: 2.5rem !important;
}
.hero-stats .paragraph--type--c-stat:nth-child(2) .stat__content {
  padding-bottom: 0 !important;
}
.hero-stats .paragraph--type--c-stat:nth-child(3) {
  padding-left: 2.5rem;
  padding-top: 1.25rem !important;
}
.hero-stats .paragraph--type--c-stat:nth-child(3) .stat__statistic {
  padding-bottom: 2.5rem !important;
}
@media only screen and (max-width:35.875rem) {
  .hero-stats .paragraph--type--c-stat:nth-child(3) .stat__statistic {
    padding-top: 1.25rem !important;
    padding-bottom: 0 !important;
  }
  .hero-stats .paragraph--type--c-stat:nth-child(3) .stat__statistic .stat__content {
    padding-bottom: 2.5rem !important;
  }
}
.hero-stats .paragraph--type--c-stat .stat__statistic {
  border-bottom: none !important;
  border-top: none !important;
  width: 100% !important;
  color: #ffffff;
}
.hero-stats .paragraph--type--c-stat .stat__content {
  border-top: none !important;
  padding-top: 0 !important;
}

.c-skinny-hero {
  padding-bottom: 0;
  padding-top: 0;
}
.c-skinny-hero .paragraph--type--c-hero {
  height: 12.5rem;
}

.field--name-field-c-video-ref .field__item + .field__item {
  margin-top: 1.25rem;
}

.paragraph--type--c-contact-list .field--name-field-profile-email {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.paragraph--type--c-contact-list.cl-c-align-center .field--name-field-c-contact-list-link,
.paragraph--type--c-contact-list.cl-c-align-center .field--name-field-c-contact-list-title {
  text-align: center;
}

@media only screen and (min-width:36rem) {
  .node--type-flexpage .field--name-field-c-contact-list-refs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media only screen and (max-width:35.9375rem) {
  .node--type-flexpage .field--name-field-c-contact-list-refs > .field__item {
    margin-bottom: 2.5rem;
  }
  .node--type-flexpage .field--name-field-c-contact-list-refs > .field__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:36rem) {
  .node--type-flexpage .field--name-field-c-contact-list-refs > .field__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .node--type-flexpage .field--name-field-c-contact-list-refs > .field__item:nth-child(n) {
    margin-top: 0;
  }
  .node--type-flexpage .field--name-field-c-contact-list-refs > .field__item:nth-child(n+3) {
    margin-top: 2.1875rem;
  }
}

@media only screen and (min-width:62rem) {
  .node--type-simplepage .field--name-field-c-contact-list-refs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media only screen and (max-width:61.9375rem) {
  .node--type-simplepage .field--name-field-c-contact-list-refs > .field__item {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width:62rem) {
  .node--type-simplepage .field--name-field-c-contact-list-refs > .field__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .node--type-simplepage .field--name-field-c-contact-list-refs > .field__item:nth-child(n) {
    margin-top: 0;
  }
  .node--type-simplepage .field--name-field-c-contact-list-refs > .field__item:nth-child(n+3) {
    margin-top: 2.1875rem;
  }
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
}
.contact-card .contact-card__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.75rem;
      -ms-flex: 0 0 8.75rem;
          flex: 0 0 8.75rem;
  margin-right: 1rem;
  max-width: 8.75rem;
}

.field--name-field-c-contact-list-title {
  margin-bottom: 1.25em;
}

.field--name-field-c-contact-leading-title {
  background-color: #f5f5f9;
  color: #333f48;
  margin-bottom: 1em;
  padding: 0.375em;
  text-align: center;
  text-transform: uppercase;
}

.field--name-field-c-contact-list-link {
  margin-top: 1.25em;
  font-size: 1.1em;
}

html.fouc-js .js-accordion {
  display: none;
}

.fp-accordion__panel .fp-accordion__title .paragraph {
  padding: 1rem 1.25rem 1.25rem;
}

.fp-accordion__panel[aria-hidden=true] {
  display: block;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition-delay: 300ms, 0s, 0s;
          transition-delay: 300ms, 0s, 0s;
  visibility: hidden;
}

.fp-accordion__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0 0.75rem 1.25rem;
  opacity: 1;
  overflow: hidden;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: visibility 0s ease, max-height 300ms ease, opacity 300ms ease;
  transition: visibility 0s ease, max-height 300ms ease, opacity 300ms ease;
  visibility: visible;
}
@media only screen and (min-width:75rem) {
  .fp-accordion__panel {
    padding: 0 1.25rem 1.25rem;
  }
}
.fp-accordion__panel .paragraph + .paragraph {
  margin-top: 1.75em;
}
.fp-accordion__panel .paragraph--type--c-video {
  width: 100%;
}
.fp-accordion__panel .paragraph--type--c-body {
  padding: 1.25rem;
  min-width: 49%;
  width: 49%;
  margin: 0.5%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width:35.9375rem) {
  .fp-accordion__panel .paragraph--type--c-body {
    min-width: 100%;
    margin: 0.3125rem 0;
  }
}
.fp-accordion__panel .paragraph--type--c-body h2,
.fp-accordion__panel .paragraph--type--c-body h3,
.fp-accordion__panel .paragraph--type--c-body h4 {
  font-size: 1.125rem;
  color: #031d32;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-weight: 900;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #d8d7d8), color-stop(0%, rgba(216, 215, 216, 0)));
  background-image: linear-gradient(to right, #d8d7d8 33%, rgba(216, 215, 216, 0) 0%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

.fp-accordion__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e2e2e9;
  border: none;
  border-radius: 0;
  border: 1px solid #d8d7d8;
  color: #031d32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.4px;
  font-weight: 900;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.625rem;
  padding: 1.25rem;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width:48rem) {
  .fp-accordion__header.searchAllMajors {
    font-size: 1rem;
  }
}
.fp-accordion__header .plus-icon,
.fp-accordion__header .minus-icon {
  width: 20px;
  height: 20px;
}
.fp-accordion__header .plus-icon svg,
.fp-accordion__header .minus-icon svg {
  width: 20px;
  height: 20px;
}
.fp-accordion__header .plus-icon path,
.fp-accordion__header .plus-icon rect,
.fp-accordion__header .minus-icon path,
.fp-accordion__header .minus-icon rect {
  fill: #031d32;
}
.fp-accordion__header .plus-icon ellipse,
.fp-accordion__header .minus-icon ellipse {
  display: none;
}
.fp-accordion__header .minus-icon {
  display: none;
}
.fp-accordion__header[aria-expanded=true], .fp-accordion__header:hover, .fp-accordion__header:focus {
  border-color: #b1aeb0;
  background: #f5f5f9;
  color: #031d32;
}

.majors-accordion .fp-accordion__header .plus-icon,
.majors-accordion .fp-accordion__header .minus-icon {
  width: 20px;
  height: 20px;
}
.majors-accordion .fp-accordion__header .plus-icon path,
.majors-accordion .fp-accordion__header .plus-icon rect,
.majors-accordion .fp-accordion__header .minus-icon path,
.majors-accordion .fp-accordion__header .minus-icon rect {
  fill: #333f48;
  display: block;
}
.majors-accordion .fp-accordion__header .plus-icon ellipse,
.majors-accordion .fp-accordion__header .minus-icon ellipse {
  fill: #ffffff;
  display: block;
}
.majors-accordion .fp-accordion__header .minus-icon {
  display: none;
}
.majors-accordion .fp-accordion__header[aria-expanded=true], .majors-accordion .fp-accordion__header:hover {
  border-color: #b1aeb0;
  background: #f5f5f9;
  color: #031d32;
}
.majors-accordion .fp-accordion__header[aria-expanded=true] .plus-icon ellipse,
.majors-accordion .fp-accordion__header[aria-expanded=true] .minus-icon ellipse, .majors-accordion .fp-accordion__header:hover .plus-icon ellipse,
.majors-accordion .fp-accordion__header:hover .minus-icon ellipse {
  fill: #333f48;
}
.majors-accordion .fp-accordion__header[aria-expanded=true] .plus-icon rect,
.majors-accordion .fp-accordion__header[aria-expanded=true] .minus-icon rect, .majors-accordion .fp-accordion__header:hover .plus-icon rect,
.majors-accordion .fp-accordion__header:hover .minus-icon rect {
  fill: #ffffff;
}

/* title opened */
.fp-accordion__header[aria-expanded=true] {
  border-bottom: none;
}

.fp-accordion__header[aria-expanded=true] .plus-icon {
  display: none;
}
.fp-accordion__header[aria-expanded=true] .minus-icon {
  display: block;
}

.fp-accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.fp-accordion__panel {
  background: white;
  border-left: 1px solid #b1aeb0;
  border-right: 1px solid #b1aeb0;
  border-bottom: 1px solid #b1aeb0;
  border-top: 2px solid #ed8b00;
}
.fp-accordion__panel .field--name-body {
  margin: 0 0 1.25rem;
}

.js-accordion--alt {
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 1.25rem 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.js-accordion--alt .fp-accordion__header,
.js-accordion--alt .fp-accordion__panel {
  background-color: transparent;
  font-weight: 700;
  text-align: left;
}
.js-accordion--alt .fp-accordion__header {
  border: 0;
  border-top: 1px solid #e468ff;
  color: #031d32;
  font-size: 1rem;
  padding: 1.0625rem 0.75rem;
  margin: 0;
}
@media only screen and (min-width:65rem) {
  .js-accordion--alt .fp-accordion__header {
    padding: 1.0625rem 1.25rem;
  }
}
.js-accordion--alt .fp-accordion__header:hover, .js-accordion--alt .fp-accordion__header[aria-expanded=true] {
  background-color: #f5f5f9;
}
.js-accordion--alt .fp-accordion__header:hover::after, .js-accordion--alt .fp-accordion__header[aria-expanded=true]::after {
  background-color: #037b79;
  color: #f5f5f9;
}
.js-accordion--alt .fp-accordion__header[aria-expanded=true] {
  margin-bottom: 1.25rem;
}
.c-bgd-color-4 .js-accordion--alt .fp-accordion__header {
  border-top: 1px solid #d8d7d8 !important;
  color: #00b1b0 !important;
}
.c-bgd-color-4 .js-accordion--alt .fp-accordion__header:hover, .c-bgd-color-4 .js-accordion--alt .fp-accordion__header:focus {
  color: rgb(1.7857142857, 73.2142857143, 72.0238095238) !important;
}
.c-bgd-color-4 .js-accordion--alt .fp-accordion__header[aria-expanded=true] {
  color: #00b1b0 !important;
}
.c-bgd-color-4 .js-accordion--alt .fp-accordion__header:first-child {
  border-top: 0 !important;
}
.js-accordion--alt .fp-accordion__panel {
  background-color: transparent;
  border: 0;
  padding-top: 0;
}
.js-accordion--alt .fp-accordion__panel[aria-hidden=true] {
  padding: 0 1.875rem;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js-tabcontent[aria-hidden=true] {
  display: none;
}

.tabs__tabcontent:focus {
  outline: 1px dotted;
}

.tabs-bordered .tabs__standard_ul {
  border: 1px solid #d8d7d8;
}
@media only screen and (min-width:36rem) {
  .tabs-bordered .tabs__standard_ul {
    border: none;
  }
}
@media only screen and (min-width:36rem) {
  .tabs-bordered .tabs__standard__li:last-child a {
    border-right: 1px solid #d8d7d8;
  }
}
@media only screen and (max-width:35.9375rem) {
  .tabs-bordered .tabs__standard__li:last-child a {
    border-bottom: none;
  }
}
.tabs-bordered .tabs__standard__a {
  background: transparent;
  border-bottom: 1px solid #d8d7d8;
}
@media only screen and (min-width:36rem) {
  .tabs-bordered .tabs__standard__a {
    border: 1px solid #d8d7d8;
    border-right: none;
  }
}
.tabs-bordered .tabs__standard__a:focus,
.tabs-bordered .tabs__standard__a:hover,
.tabs-bordered .tabs__standard__a:active,
.tabs-bordered .tabs__standard__a[aria-selected=true] {
  background-color: transparent;
}
.tabs-bordered .tabs__standard__a[aria-selected=true] {
  border-top: 2px solid #037b79;
}
@media only screen and (min-width:36rem) {
  .tabs-bordered .tabs__standard__a[aria-selected=true] {
    border-bottom-color: transparent;
  }
}
.tabs-bordered .tabs__standard__tabcontent {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.tabs-clean .tabs__standard_ul {
  border: 1px solid #d8d7d8;
}
@media only screen and (min-width:36rem) {
  .tabs-clean .tabs__standard_ul {
    border: none;
    border-bottom: 2px solid #d8d7d8;
    padding-bottom: 0.625rem;
  }
}
@media only screen and (min-width:36rem) {
  .tabs-clean .tabs__standard__li:last-child a {
    border-right: none;
  }
}
@media only screen and (max-width:35.9375rem) {
  .tabs-clean .tabs__standard__li:last-child a {
    border-bottom: none;
  }
}
@media only screen and (min-width:36rem) {
  .tabs-clean .tabs__standard__li:first-child a {
    border-left: none;
  }
}
.tabs-clean .tabs__standard__a {
  border-bottom: 1px solid #d8d7d8;
}
@media only screen and (min-width:36rem) {
  .tabs-clean .tabs__standard__a {
    border: none;
    border-left: 1px solid #d8d7d8;
  }
}

.tabs__standard_ul {
  display: block;
  margin: 0 0 2em;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width:36rem) {
  .tabs__standard_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabs__standard__li {
  display: block;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width:36rem) {
  .tabs__standard__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
  }
}

.tabs__standard__a {
  color: #6e6f92;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.1;
  padding: 1.875rem 0.9375rem;
  text-transform: none;
}
@media only screen and (min-width:36rem) {
  .tabs__standard__a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 0.9375rem;
  }
}

.tabs__standard__a:focus,
.tabs__standard__a:hover,
.tabs__standard__a:active,
.tabs__standard__a[aria-selected=true] {
  color: #037b79;
}

.tabs__standard__a:focus {
  outline: 1px solid transparent;
}

.tabs__standard__tabcontent + .tabs__standard__tabcontent {
  margin-top: 1.25rem;
}
.tabs__standard__tabcontent + .tabs__standard__tabcontent[role=tabpanel] {
  margin-top: 0;
}

.paragraph--type--c-stats + .paragraph--type--c-stats {
  border-top: 1px solid #d8d7d8;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width:36rem) {
  .paragraph--type--c-stats + .paragraph--type--c-stats {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width:48rem) {
  .paragraph--type--c-stats + .paragraph--type--c-stats {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.c-stats-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: -2.34375rem;
  overflow: hidden;
}
@media only screen and (max-width:64.9375rem) {
  .c-stats-v {
    display: block;
  }
}
.c-stats-v > .paragraph {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 2.34375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c-stats-h > .paragraph {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph {
    display: table-row;
    padding-bottom: 0;
  }
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph .field--name-field-c-stat-statistic {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph .stat__content {
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph .stat__statistic {
    display: table-cell;
    margin-bottom: 0;
    width: 35%;
    vertical-align: top;
  }
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph .stat__statistic,
  .c-stats-h > .paragraph .stat__content {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width:48rem) {
  .c-stats-h > .paragraph .stat__statistic,
  .c-stats-h > .paragraph .stat__content {
    padding-bottom: 2.5rem;
  }
}
.c-stats-h > .paragraph + .paragraph {
  border-top: 1px solid #d8d7d8;
  padding-top: 1.25rem;
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph + .paragraph {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width:36rem) {
  .c-stats-h > .paragraph + .paragraph .stat__statistic,
  .c-stats-h > .paragraph + .paragraph .stat__content {
    border-top: 1px solid #d8d7d8;
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width:48rem) {
  .c-stats-h > .paragraph + .paragraph .stat__statistic,
  .c-stats-h > .paragraph + .paragraph .stat__content {
    padding-top: 2.5rem;
  }
}
.c-stats-h > .paragraph:last-child {
  padding-bottom: 0;
}
.c-stats-h > .paragraph:last-child .stat__statistic,
.c-stats-h > .paragraph:last-child .stat__content {
  padding-bottom: 0;
}

.paragraph--type--c-stat span:after {
  display: block;
  content: " ";
  width: 116px;
  margin: 10px auto 0 auto;
  height: 2px;
}
.paragraph--type--c-stat:nth-child(1) span {
  color: #00b1b0;
}
.paragraph--type--c-stat:nth-child(1) span:after {
  background: url("../images/icon-swoosh-teal.svg") center no-repeat;
}
.paragraph--type--c-stat:nth-child(2) span {
  color: #ed8b00;
}
.paragraph--type--c-stat:nth-child(2) span:after {
  background: url("../images/icon-swoosh-orange.svg") center no-repeat;
}
.paragraph--type--c-stat:nth-child(3) span {
  color: #031d32;
}
.paragraph--type--c-stat:nth-child(3) span:after {
  background: url("../images/icon-swoosh-blue.svg") center no-repeat;
}

.stat__statistic {
  color: #ed8b00;
  line-height: 0;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stat__statistic .field--name-field-c-stat-statistic {
  padding-left: 0.625rem;
}
.stat__statistic .field--name-field-c-icon {
  margin-bottom: 2.5rem;
  text-align: center;
}
.stat__statistic .field--name-field-c-icon + .field--name-field-c-stat-statistic {
  font-size: 50pt;
  text-align: center;
}

.stat__statistic,
.stat__statistic .field--name-field-c-icon {
  font-size: 3rem;
}
@media only screen and (min-width:48rem) {
  .stat__statistic,
  .stat__statistic .field--name-field-c-icon {
    font-size: 4.5rem;
    font-weight: 700;
  }
  .stat__statistic span,
  .stat__statistic .field--name-field-c-icon span {
    font-size: 3rem;
  }
}

.stat__content .field--name-field-c-stat-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.875rem;
  font-family: "museo-slab", sans-serif;
  text-align: center;
}

.paragraph--type--c-flexblock-column .stat__statistic,
.paragraph--type--c-flexblock-column .stat__statistic .field--name-field-c-icon {
  font-size: 2.25rem;
}
@media only screen and (min-width:48rem) {
  .paragraph--type--c-flexblock-column .stat__statistic,
  .paragraph--type--c-flexblock-column .stat__statistic .field--name-field-c-icon {
    font-size: 3.75rem;
  }
}

.c-stats-style-bordered .field--name-field-c-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 2px solid #d8d7d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.375rem;
  height: 8.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 8.75rem;
}
@media only screen and (min-width:48rem) {
  .c-stats-style-bordered .field--name-field-c-icon {
    font-size: 6.25rem;
    height: 12.1875rem;
    width: 12.1875rem;
  }
}
.c-stats-style-bordered .field--name-field-c-stat-statistic {
  margin-top: 1.875rem;
}

.paragraph--type--majors-list-as-media-and-link {
  margin-bottom: 1.875rem;
}
.paragraph--type--majors-list-as-media-and-link h3 {
  color: #333f48;
  margin-bottom: 2.8125rem !important;
  font-size: 1.5rem;
}
.paragraph--type--majors-list-as-media-and-link .c--grid > div {
  width: 50%;
  float: left;
}
.paragraph--type--majors-list-as-media-and-link .c--grid > div a {
  margin-right: 15px;
  font-size: 1rem;
}
@media only screen and (min-width:65rem) {
  .paragraph--type--majors-list-as-media-and-link .c--grid-group {
    display: grid;
    grid-template-columns: 1fr 313px;
    gap: 0.9375rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-areas: "b a";
  }
  .paragraph--type--majors-list-as-media-and-link .c--grid-group div:first-child {
    grid-area: a;
  }
  .paragraph--type--majors-list-as-media-and-link .c--grid-group div:last-child {
    grid-area: b;
  }
}
.paragraph--type--majors-list-as-media-and-link .c--grid-group img {
  border-radius: 12px;
  width: 100%;
}
@media only screen and (max-width:64.9375rem) {
  .paragraph--type--majors-list-as-media-and-link .c--grid-group img {
    margin-bottom: 1.875rem;
  }
}
.paragraph--type--majors-list-as-media-and-link .c--grid-group a {
  color: #037b79;
  text-decoration: none;
  color: #333f48;
  position: relative;
  font-weight: normal;
  margin-bottom: 0.875rem;
  display: inline-block;
  text-decoration: underline;
}
.paragraph--type--majors-list-as-media-and-link .c--grid-group a:hover, .paragraph--type--majors-list-as-media-and-link .c--grid-group a:focus {
  color: rgb(1.7857142857, 73.2142857143, 72.0238095238);
  text-decoration: underline;
}
.paragraph--type--majors-list-as-media-and-link .c--grid-group a:hover {
  color: #333f48;
  -webkit-text-decoration: #ee9dff solid underline;
          text-decoration: #ee9dff solid underline;
}
.c-bgd-color-4 .paragraph--type--majors-list-as-media-and-link .c--grid-group a {
  color: #031d32 !important;
}
.c-bgd-color-4 .paragraph--type--majors-list-as-media-and-link .c--grid-group a:hover, .c-bgd-color-4 .paragraph--type--majors-list-as-media-and-link .c--grid-group a:focus {
  color: #037b79 !important;
}

.paragraph--type--related-articles .field--name-field-related-article {
  gap: 40px;
}
@media only screen and (min-width:48rem) {
  .paragraph--type--related-articles .field--name-field-related-article {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.paragraph--type--related-articles .field--name-field-related-article > .field__item {
  margin-bottom: 40px;
}
@media only screen and (min-width:48rem) {
  .paragraph--type--related-articles .field--name-field-related-article > .field__item {
    margin-bottom: 0px;
  }
}
.paragraph--type--related-articles .field--name-field-related-article > .field__item:hover a {
  color: #037b79;
}
.paragraph--type--related-articles .field--name-field-related-article > .field__item img {
  border-radius: 12px;
  margin-bottom: 12px;
  width: 100%;
}
.paragraph--type--related-articles .field--name-field-related-article > .field__item h4 {
  font-size: 18px;
  line-height: 27px;
}

.paragraph--type--c-layout-hero {
  position: relative;
  height: 100vh;
  z-index: 1;
}
.paragraph--type--c-layout-hero:before {
  background-color: #031d32;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.layout-hero__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 30;
}
@media only screen and (min-width:48rem) {
  .layout-hero__container {
    padding: 0 4.375rem;
  }
}
.layout-hero__container:after {
  content: "";
  display: table;
  clear: both;
}
.layout-hero__container:after {
  display: none;
}

.layout-hero__image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.layout-hero__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.layout-hero__title,
.layout-hero__subtitle {
  color: #ffffff;
}

.layout-hero__title {
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width:65rem) {
  .layout-hero__title {
    font-size: 4rem;
  }
}

.layout-hero__subtitle {
  font-size: 1.125rem;
}
@media only screen and (min-width:65rem) {
  .layout-hero__subtitle {
    font-size: 1.3125rem;
  }
}

.c-about-us--home .paragraph {
  margin-top: 0;
}
.c-about-us--home .paragraph:nth-child(2):before {
  display: block;
  content: " ";
  width: 90px;
  height: 105px;
  background: url("../images/appily-logomark-white.svg") no-repeat;
  position: relative;
  top: 40%;
  left: -45px;
  margin-bottom: -105px;
}
.c-about-us--home .paragraph:nth-child(2) .field--name-field-c-body {
  background: #e0f1f1;
  padding: 2.8125rem 4.375rem 2.8125rem 5.4375rem;
  margin: 3.75rem 0;
}
.c-about-us--home .paragraph:nth-child(2) .field--name-field-c-body h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.c-about-us--home .paragraph:nth-child(2) .field--name-field-c-body a:after {
  display: inline-block;
  content: "\f054";
  font-family: "FontAwesome";
  position: relative;
  left: 10px;
}

.c-testimonials {
  background-position: 0 0;
  padding: 100px 0;
}
@media only screen and (min-width:65rem) {
  .c-testimonials {
    background-position: 100% 50px;
  }
}

.block-views-blockseo-colleges-by-city,
.block-views-blockseo-colleges-by-gpa,
.block-views-blockseo-colleges-by-act,
.block-views-blockseo-colleges-by-sat {
  margin-top: 0;
}

.block-cappex-best-colleges-by-state .best-colleges--list,
.block-cappex-best-colleges-by-major .best-colleges--list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (min-width:36rem) {
  .block-cappex-best-colleges-by-state .best-colleges--list,
  .block-cappex-best-colleges-by-major .best-colleges--list {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}

.table-of-contents {
  border: solid 1px #d8d7d8;
  background-color: none;
  padding: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 0.75rem;
  margin: 2.5rem 0 4rem;
}
.table-of-contents__header {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: #037b79;
  margin-bottom: 1.125rem;
}
.table-of-contents ol {
  padding-left: 0;
  list-style: none;
}
.table-of-contents ol li {
  color: #037b79;
  font-weight: 700;
  list-style: none;
}
.table-of-contents ol li a {
  font-weight: 600;
  color: #037b79;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.5rem;
}
.table-of-contents ol li > a {
  margin-left: 4px;
}
.table-of-contents ol li > ol {
  margin-left: 2.5rem;
}

.paragraph--type--text-hero {
  max-width: 56.25rem;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.paragraph--type--text-hero .button {
  margin: 1rem auto;
}
.paragraph--type--text-hero .field--name-field-text-hero-subheading {
  padding: 1.25rem 0;
}

.remote-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.remote-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.field--name-body p:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.field--name-body p:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.field--name-body p iframe {
  width: 100% !important;
}

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