@font-face {
  font-family: Chronicle Display Light;
  src: url(../fonts/Chronicle_Display/Chronicle_Display_Light.otf); }

@font-face {
  font-family: Chronicle Display Semibold;
  src: url(../fonts/Chronicle_Display/Chronicle_Display_Semibold.otf); }

@font-face {
  font-family: Proxima Nova Bold;
  src: url(../fonts/Proxima_Nova/Proxima_Nova_Bold.otf); }

@font-face {
  font-family: Proxima Nova Regular;
  src: url(../fonts/Proxima_Nova/Proxima_Nova_Regular.otf); }

@font-face {
  font-family: Proxima Nova Thin;
  src: url(../fonts/Proxima_Nova/Proxima_Nova_thin.otf); }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.page-node-type-article .field--name-title, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*
How it works: The helper classes apply margin or padding to an element ranging from 0 to 5. Each size increment was designed
to align with common Material Design spacings. These classes can be applied using
the following format {property}{direction}-{size}.

The property applies the type of spacing:

m - applies margin p - applies padding The direction designates the side the property applies to:

t - applies the spacing for *-top
b - applies the spacing for *-bottom
l - applies the spacing for *-left
r - applies the spacing for *-right
x - applies the spacing for both -left and -right
y - applies the spacing for both -top and -bottom
a - applies the spacing for the property in all directions
 */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pa-0 {
  padding: 0px 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.ma-0 {
  margin: 0px 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.pa-1 {
  padding: 4px 4px !important; }

.pt-1 {
  padding-top: 4px !important; }

.pb-1 {
  padding-bottom: 4px !important; }

.pl-1 {
  padding-left: 4px !important; }

.pr-1 {
  padding-right: 4px !important; }

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.ma-1 {
  margin: 4px 4px !important; }

.mt-1 {
  margin-top: 4px !important; }

.mb-1 {
  margin-bottom: 4px !important; }

.ml-1 {
  margin-left: 4px !important; }

.mr-1 {
  margin-right: 4px !important; }

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.pa-2 {
  padding: 8px 8px !important; }

.pt-2 {
  padding-top: 8px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pl-2 {
  padding-left: 8px !important; }

.pr-2 {
  padding-right: 8px !important; }

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.ma-2 {
  margin: 8px 8px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.ml-2 {
  margin-left: 8px !important; }

.mr-2 {
  margin-right: 8px !important; }

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.pa-3 {
  padding: 16px 16px !important; }

.pt-3 {
  padding-top: 16px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.pl-3 {
  padding-left: 16px !important; }

.pr-3 {
  padding-right: 16px !important; }

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.ma-3 {
  margin: 16px 16px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.ml-3 {
  margin-left: 16px !important; }

.mr-3 {
  margin-right: 16px !important; }

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.pa-4 {
  padding: 24px 24px !important; }

.pt-4 {
  padding-top: 24px !important; }

.pb-4 {
  padding-bottom: 24px !important; }

.pl-4 {
  padding-left: 24px !important; }

.pr-4 {
  padding-right: 24px !important; }

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.ma-4 {
  margin: 24px 24px !important; }

.mt-4 {
  margin-top: 24px !important; }

.mb-4 {
  margin-bottom: 24px !important; }

.ml-4 {
  margin-left: 24px !important; }

.mr-4 {
  margin-right: 24px !important; }

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.pa-5 {
  padding: 48px 48px !important; }

.pt-5 {
  padding-top: 48px !important; }

.pb-5 {
  padding-bottom: 48px !important; }

.pl-5 {
  padding-left: 48px !important; }

.pr-5 {
  padding-right: 48px !important; }

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.ma-5 {
  margin: 48px 48px !important; }

.mt-5 {
  margin-top: 48px !important; }

.mb-5 {
  margin-bottom: 48px !important; }

.ml-5 {
  margin-left: 48px !important; }

.mr-5 {
  margin-right: 48px !important; }

.px-6 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.py-6 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.pa-6 {
  padding: 80px 80px !important; }

.pt-6 {
  padding-top: 80px !important; }

.pb-6 {
  padding-bottom: 80px !important; }

.pl-6 {
  padding-left: 80px !important; }

.pr-6 {
  padding-right: 80px !important; }

.mx-6 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.my-6 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.ma-6 {
  margin: 80px 80px !important; }

.mt-6 {
  margin-top: 80px !important; }

.mb-6 {
  margin-bottom: 80px !important; }

.ml-6 {
  margin-left: 80px !important; }

.mr-6 {
  margin-right: 80px !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-fog {
  background-color: #F7F7F7 !important; }

.bg-crimson {
  background-color: #B30838 !important; }

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

.bg-imperial-red {
  background-color: #E63946 !important; }

.bg-orange {
  background-color: #FFAC5F !important; }

.bg-sea-foam {
  background-color: #A8DADC !important; }

.bg-sky-blue {
  background-color: #79B9ED !important; }

.bg-pacific {
  background-color: #2C49A4 !important; }

.bg-prussian {
  background-color: #1D3557 !important; }

.bg-teal {
  background-color: #0097C7 !important; }

.bg-celadon {
  background-color: #457B9D !important; }

.color-black {
  color: #000000 !important; }

.color-fog {
  color: #F7F7F7 !important; }

.color-crimson {
  color: #B30838 !important; }

.color-white {
  color: #ffffff !important; }

.color-imperial-red {
  color: #E63946 !important; }

.color-orange {
  color: #FFAC5F !important; }

.color-sea-foam {
  color: #A8DADC !important; }

.color-sky-blue {
  color: #79B9ED !important; }

.color-pacific {
  color: #2C49A4 !important; }

.color-prussian {
  color: #1D3557 !important; }

.color-teal {
  color: #0097C7 !important; }

.color-gray {
  color: #CECECE !important; }

.color-celadon {
  color: #457B9D !important; }

.border-black {
  border-color: #000000 !important; }

.border-fog {
  border-color: #F7F7F7 !important; }

.border-crimson {
  border-color: #B30838 !important; }

.border-white {
  border-color: #ffffff !important; }

.border-imperial-red {
  border-color: #E63946 !important; }

.border-orange {
  border-color: #FFAC5F !important; }

.border-sea-foam {
  border-color: #A8DADC !important; }

.border-sky-blue {
  border-color: #79B9ED !important; }

.border-pacific {
  border-color: #2C49A4 !important; }

.border-prussian {
  border-color: #1D3557 !important; }

.border-teal {
  border-color: #0097C7 !important; }

.border-celadon {
  border-color: #457B9D !important; }

.contact-icon {
  background: url("../images/icons/contact.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: block; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  min-height: 0;
  min-width: 0; }

body {
  font-size: 16px;
  font-family: Proxima Nova Regular;
  color: #58595b; }

.link:hover, .callout .callout-link a:hover, .block-two--link a:hover {
  color: #d9d9d9; }

img {
  height: auto; }

li p {
  font-weight: 200;
  letter-spacing: 0.5px; }

img, svg, video, audio {
  max-width: 100%; }

strong {
  font-family: Proxima Nova Bold; }

button {
  border: none;
  text-align: center;
  cursor: pointer; }

textarea {
  overflow: auto;
  font: inherit;
  margin: 0;
  resize: none; }

input[type="text"] {
  color: #333;
  border-radius: 3px;
  padding: 12px 8px; }

select {
  color: #333;
  box-shadow: none;
  padding: 12px 26px 12px 10px;
  width: 100%;
  border: none;
  background-color: transparent;
  background-image: none; }

footer {
  bottom: 0;
  height: auto;
  padding-bottom: 40px; }

.hidden {
  display: none; }

p {
  line-height: 34px;
  letter-spacing: 0.315px;
  font-size: 1.3em;
  color: black; }

.bullets li, .paragraph ul li {
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 0.315px;
  color: black; }
  .bullets li::before, .paragraph ul li::before {
    content: "\2022";
    color: #B30838;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 1em; }

.link, .callout .callout-link a, .block-two--link a {
  color: #B30838;
  font-size: 1.3em;
  font-family: Proxima Nova Regular;
  text-decoration: none;
  position: relative;
  padding-right: 0.7em;
  line-height: inherit;
  display: table;
  background: url("../images/icons/pointer-right.svg") no-repeat right;
  background-size: auto 52%; }
  .link:hover, .callout .callout-link a:hover, .block-two--link a:hover {
    text-decoration: underline;
    color: #B30838; }
  .link.bigger, .callout .callout-link a.bigger, .block-two--link a.bigger {
    text-transform: uppercase; }
  .link-white {
    text-decoration: none;
    position: relative;
    padding-right: 15px;
    line-height: inherit;
    display: table;
    text-transform: uppercase;
    color: #ffffff; }
    .link-white:hover {
      text-decoration: underline;
      color: #ffffff; }
  .link-right-arrow {
    text-align: right;
    background: url("../images/icons/arrow-right.svg") no-repeat right;
    background-size: auto 82%; }

.flex {
  display: flex;
  flex-flow: wrap; }
  .flex.justify-center {
    justify-content: center; }

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

.image-caption,
figcaption {
  font-family: Proxima Nova Regular;
  font-style: italic;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 29px;
  text-align: center;
  color: #1D3557; }

.subtitle {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  display: block;
  letter-spacing: 1px; }

.full-width {
  margin: 0 calc((100% - 100vw)/2);
  max-width: none;
  overflow: auto;
  width: 100vw; }

.main {
  position: relative; }


h1,
.page-node-type-article .field--name-title {
  font-family: Chronicle Display Light;
  font-style: normal;
  font-weight: 300;
  font-size: 5em;
  line-height: 96px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    
    h1,
    .page-node-type-article .field--name-title {
      font-size: 5.6em; } }

h2 {
  font-family: Chronicle Display Light;
  font-style: normal;
  font-weight: 300;
  font-size: 3.1em;
  line-height: 68px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    h2 {
      font-size: 3.7em; } }

h3 {
  font-family: Chronicle Display Light;
  font-style: normal;
  font-weight: normal;
  font-size: 2.6em;
  line-height: 55px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    h3 {
      font-size: 3.1em; } }

h4 {
  font-family: Chronicle Display Light;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 45px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    h4 {
      font-size: 2.5em; } }

h5 {
  font-family: Chronicle Display Light;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 45px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    h5 {
      font-size: 2.5em; } }

h6 {
  font-family: Chronicle Display Light;
  font-style: normal;
  font-weight: 325;
  font-size: 1.3em;
  line-height: 45px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    h6 {
      font-size: 1.8em; } }

.big-size {
  font-size: 4.6em;
  line-height: 96px; }
  @media (min-width: 576px) {
    .big-size {
      font-size: 5.6em; } }

.underline:after {
  content: '';
  background: #FFAC5F;
  width: 50px;
  height: 2px;
  display: block; }

.alert {
  border: 1px solid red;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.alert-warning {
  background-color: #ffffff; }

.alert-error {
  background-color: #ffffff; }

.alert-success {
  background-color: #ffffff; }

.alert-info {
  background-color: #ffffff; }

.btn, .program-accordion-ctas .cta-left a, .program-accordion-ctas .cta-right a, .program-cta--col.col-1 .program-cta--cta a, .program-cta--col.col-2 .program-cta--cta a {
  padding: 15px 30px;
  text-transform: uppercase;
  border: 2px solid;
  font-family: Proxima Nova Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 14px;
  background: transparent; }
  .btn--primary, .program-cta--col.col-1 .program-cta--cta a {
    border: 2px solid #B30838;
    background: transparent;
    color: #B30838;
    text-decoration: none; }
    .btn--primary:hover, .program-cta--col.col-1 .program-cta--cta a:hover {
      background: #B30838;
      color: #ffffff; }
  .btn--form {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none; }
    .btn--form:hover {
      background: #ffffff;
      color: #1D3557; }
  .btn--white-celadon, .program-cta--col.col-2 .program-cta--cta a {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none; }
    .btn--white-celadon:hover, .program-cta--col.col-2 .program-cta--cta a:hover {
      background: #ffffff;
      color: #457B9D;
      border-color: #ffffff; }
  .btn--sea, .program-accordion-ctas .cta-left a, .program-accordion-ctas .cta-right a {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none; }
    .btn--sea:hover, .program-accordion-ctas .cta-left a:hover, .program-accordion-ctas .cta-right a:hover {
      background: transparent;
      color: #A8DADC;
      border-color: #A8DADC; }
  .btn--secondary {
    border: 2px solid #FFAC5F;
    background: transparent;
    color: #FFAC5F;
    text-decoration: none; }
    .btn--secondary:hover {
      background: #FFAC5F;
      color: #ffffff; }

.layout-container {
  position: relative;
  padding-top: 10px; }
  @media (min-width: 576px) {
    .layout-container {
      padding-left: 70px;
      padding-top: inherit; } }
  @media (min-width: 992px) {
    .layout-container {
      padding-left: 90px; } }

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 575px) {
  .container-sm {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 575px) and (min-width: 576px) {
    .container-sm {
      max-width: 540px; } }
  @media (max-width: 575px) and (min-width: 768px) {
    .container-sm {
      max-width: 720px; } }
  @media (max-width: 575px) and (min-width: 992px) {
    .container-sm {
      max-width: 960px; } }
  @media (max-width: 575px) and (min-width: 1200px) {
    .container-sm {
      max-width: 1140px; } }

@media (max-width: 767px) {
  .container-md {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .container-md {
      max-width: 540px; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .container-md {
      max-width: 720px; } }
  @media (max-width: 767px) and (min-width: 992px) {
    .container-md {
      max-width: 960px; } }
  @media (max-width: 767px) and (min-width: 1200px) {
    .container-md {
      max-width: 1140px; } }

@media (min-width: 576px) {
  .container-no-sm {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .container-no-sm {
      max-width: 540px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .container-no-sm {
      max-width: 720px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .container-no-sm {
      max-width: 960px; } }
  @media (min-width: 576px) and (min-width: 1200px) {
    .container-no-sm {
      max-width: 1140px; } }

.main-logo {
  overflow: hidden;
  display: none; }
  @media (min-width: 576px) {
    .main-logo {
      display: block; } }
  .main-logo img {
    float: right;
    max-width: 300px; }
    @media (min-width: 992px) {
      .main-logo img {
        max-width: 430px; } }

.page-node-type-location .main-logo {
  position: absolute;
  z-index: 10;
  right: 0; }

.xs {
  display: block; }
  @media (min-width: 576px) {
    .xs {
      display: none; } }

.sm {
  display: none; }
  @media (min-width: 576px) {
    .sm {
      display: block; } }

.md {
  display: none; }
  @media (min-width: 768px) {
    .md {
      display: block; } }

.lg {
  display: none; }
  @media (min-width: 992px) {
    .lg {
      display: block; } }

.inline-fields {
  display: flex;
  justify-content: space-between;
  flex-flow: column; }
  @media (min-width: 576px) {
    .inline-fields {
      flex-flow: wrap; } }
  .inline-fields .form-item {
    flex: 0 0 48%; }

label {
  font-family: Proxima Nova Regular;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block; }

select {
  font-family: "Chronicle Display", serif;
  text-align: left;
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
  line-height: 30px;
  letter-spacing: 0.576923px;
  padding: 8px 20px;
  background: #ffffff; }

input[type="text"] {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  padding: 12px 8px; }

textarea {
  width: 100%;
  padding: 12px 8px; }

.form-item {
  margin-bottom: 30px; }

.swith-wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
  .swith-wrap label {
    color: #ffffff;
    text-transform: inherit;
    margin-bottom: 0px; }

.switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 36px;
  margin-right: 15px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s; }

.switch .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 2px;
  background-color: #1D3557;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #A8DADC; }

input:focus + .slider {
  box-shadow: 0 0 1px #A8DADC; }

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.form-prussian {
  padding: 40px 20px;
  position: relative;
  max-width: 825px;
  margin: auto; }
  @media (min-width: 768px) {
    .form-prussian {
      padding: 40px; } }
  .form-prussian select {
    max-width: 300px;
    margin-bottom: 20px; }
  .form-prussian:before {
    content: "";
    width: 164px;
    height: 164px;
    background: #B30838;
    display: block;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1; }
    @media (min-width: 992px) {
      .form-prussian:before {
        width: 222px;
        height: 222px;
        bottom: -12px;
        left: -12px; } }
  .form-prussian:after {
    content: "";
    width: 60px;
    height: 94px;
    background: #FFAC5F;
    display: block;
    right: -10px;
    top: 20%;
    position: absolute;
    z-index: -1; }
    @media (min-width: 992px) {
      .form-prussian:after {
        width: 222px;
        right: -15px;
        height: 124px; } }
  .form-prussian .swith-wrap label {
    color: #ffffff; }
  .form-prussian .mandatory {
    color: #FFAC5F; }
  .form-prussian label {
    color: #A8DADC; }

.relay-modal.modal {
  padding: 60px 30px;
  border-radius: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  @media (min-width: 768px) {
    .relay-modal.modal {
      max-width: 1170px;
      width: 80%; } }
  @media (min-width: 992px) {
    .relay-modal.modal {
      padding: 80px 60px; } }
  .relay-modal.modal a.close-modal {
    width: 22px;
    height: 22px;
    top: 20px;
    right: 20px;
    background-image: url("../images/icons/close.svg"); }

.jquery-modal.blocker {
  z-index: 99; }

.nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0px;
  z-index: 99;
  left: 0px; }
  @media (min-width: 576px) {
    .nav {
      width: auto;
      height: auto; } }

.main-nav {
  position: relative;
  z-index: 2; }
  @media (min-width: 576px) {
    .main-nav {
      flex-direction: row;
      flex: auto;
      display: flex; } }
  .main-nav h3,
  .main-nav .menu-title {
    color: #1D3557;
    font-size: 38.4px;
    font-family: 'Chronicle Display Light';
    font-family: Chronicle Display Light;
    font-style: normal;
    font-weight: normal;
    line-height: 55px;
    margin-bottom: 20px; }
  .main-nav--bar {
    float: left;
    background: #2C49A4;
    display: flex;
    width: 100%;
    padding: 18px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    z-index: 99; }
    @media (min-width: 576px) {
      .main-nav--bar {
        width: 70px;
        padding: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100vh; } }
    @media (min-width: 992px) {
      .main-nav--bar {
        width: 90px;
        padding: 30px; } }
  .main-nav .parent-menu {
    background: #ffffff;
    float: left;
    width: 0px;
    padding: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: -800px;
    top: 0px; }
    .main-nav .parent-menu.open {
      left: 0px;
      padding: 20px 30px;
      width: 100%;
      min-width: 200px; }
      @media (min-width: 576px) {
        .main-nav .parent-menu.open {
          padding: 20px 30px;
          width: 42%; } }
      @media (min-width: 992px) {
        .main-nav .parent-menu.open {
          padding: 20px 45px;
          width: 375px; } }
    @media (min-width: 576px) {
      .main-nav .parent-menu {
        box-shadow: 2px 0px 5px 1px #dad8d8;
        top: 0px; } }
  .main-nav .logo {
    align-self: center;
    width: 100%;
    display: none; }
    @media (min-width: 576px) {
      .main-nav .logo {
        display: block; } }
  .main-nav .logo-mobile {
    flex: 1;
    display: flex;
    justify-content: center; }
    @media (min-width: 576px) {
      .main-nav .logo-mobile {
        display: none; } }
  .main-nav .contact-link {
    width: 100%;
    align-self: flex-end;
    display: none; }
    @media (min-width: 576px) {
      .main-nav .contact-link {
        display: block; } }
    .main-nav .contact-link a {
      padding-right: 0px; }
      .main-nav .contact-link a:after {
        background: none;
        display: none;
        width: auto; }
      .main-nav .contact-link a:hover:after {
        display: none;
        background: none; }
  .main-nav--icon {
    width: 100%;
    max-width: 30px;
    height: 24px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    @media (min-width: 576px) {
      .main-nav--icon {
        height: 45px; } }
    .main-nav--icon span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #ffffff;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .main-nav--icon span:nth-child(1) {
      top: 0px; }
    .main-nav--icon span:nth-child(2),
    .main-nav--icon span:nth-child(3) {
      top: 10px; }
    .main-nav--icon span:nth-child(4) {
      top: 21px; }
    .main-nav--icon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .main-nav--icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-nav--icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .main-nav--icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  .main-nav a.no-hover:after {
    background: none; }
  .main-nav a.no-hover:hover:after {
    background: none; }
  .main-nav ul {
    list-style-type: none; }
    .main-nav ul li:before {
      content: "";
      display: none; }
    .main-nav ul li a {
      font-size: 1em;
      line-height: 28px;
      padding: 8px 15px 8px 0px;
      display: block;
      color: #2C49A4;
      text-decoration: none; }
      .main-nav ul li a:after {
        background: url("../images/icons/pointer-right-blue.svg") no-repeat;
        top: 14px; }
      .main-nav ul li a:hover {
        color: #B30838; }
        .main-nav ul li a:hover:after {
          background: url("../images/icons/pointer-right.svg") no-repeat; }
  .main-nav .extra-links {
    margin: 30px 0px; }
    .main-nav .extra-links a {
      text-transform: uppercase; }

.main-nav ul li.active .submenu {
  left: 0px;
  width: 100%;
  padding: 20px 35px;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in; }
  @media (min-width: 576px) {
    .main-nav ul li.active .submenu {
      left: 100%; } }
  @media (min-width: 992px) {
    .main-nav ul li.active .submenu {
      padding: 20px 45px;
      left: 100%; } }

.main-nav ul li .submenu {
  background: #ffffff;
  position: absolute;
  padding: 20px 35px;
  width: 0px;
  top: 0;
  left: -430px;
  min-width: 200px;
  z-index: 2;
  height: 100%;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in; }
  @media (min-width: 576px) {
    .main-nav ul li .submenu {
      box-shadow: 2px 0px 5px 1px #dad8d8;
      padding: 20px 35px;
      z-index: -1; } }
  @media (min-width: 992px) {
    .main-nav ul li .submenu {
      padding: 20px 45px; } }
  .main-nav ul li .submenu h4,
  .main-nav ul li .submenu .submenu-subtitle {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #1D3557;
    font-family: Proxima Nova Bold;
    margin-bottom: 0px;
    line-height: 45px;
    font-style: normal;
    font-weight: 300;
    margin-top: 30px;
    display: block; }
  .main-nav ul li .submenu a:after {
    background: none; }
  .main-nav ul li .submenu a:hover:after {
    background: none; }
  .main-nav ul li .submenu a.back {
    padding: 8px 15px 8px 20px;
    position: relative; }
    .main-nav ul li .submenu a.back:before {
      content: '';
      background: url("../images/icons/pointer-left-blue.svg") no-repeat;
      width: 10px;
      height: 15px;
      display: block;
      position: absolute;
      left: 0px;
      top: 14px; }
    .main-nav ul li .submenu a.back:hover:before {
      background: url("../images/icons/pointer-left.svg") no-repeat; }

.layout-container {
  padding-top: 60px; }
  @media (min-width: 576px) {
    .layout-container {
      padding-top: inherit; } }
  .layout-container .main-nav {
    height: 0px;
    position: fixed;
    width: 100%; }
    @media (min-width: 576px) {
      .layout-container .main-nav {
        width: inherit;
        height: inherit; } }

.footer .region-footer-left {
  width: 100%; }

.footer .menu {
  margin-left: 0px; }
  @media (min-width: 576px) {
    .footer .menu {
      flex-flow: wrap;
      display: flex; } }

.footer .footer--location-text {
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.27px;
  margin-bottom: 23px; }

.footer ul {
  list-style-type: none !important; }

.footer ul li::before {
  content: "";
  margin: 0;
  display: inline; }

.footer h3 {
  font-family: "Chronicle Display Light", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 43px;
  color: #A8DADC; }

@media only screen and (min-width: 768px) {
  .footer h3 {
    width: 100%;
    margin-bottom: 30px; } }

.footer--program-listing,
.footer .menu-item--expanded {
  margin-bottom: 50px; }
  .footer--program-listing::marker,
  .footer .menu-item--expanded::marker {
    content: none;
    display: none; }
  .footer--program-listing:last-of-type,
  .footer .menu-item--expanded:last-of-type {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .footer--program-listing,
  .footer .menu-item--expanded {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 46.8px; } }

@media only screen and (min-width: 768px) {
  .footer--location-search {
    width: 100%;
    display: flex; } }

.footer--list-head {
  font-family: "Proxima Nova Regular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 17px;
  text-transform: uppercase;
  color: #CECECE; }

.footer--link-list,
.footer .menu-item--expanded .menu {
  margin-top: 15.2px;
  margin-left: 0px; }

@media only screen and (min-width: 768px) {
  .footer--link-list::last-of-type,
  .footer .menu-item--expanded .menu::last-of-type {
    margin-right: 0; } }

.footer--list-subitem,
.footer .menu-item--expanded .menu .menu-item a {
  color: #79B9ED;
  font-family: "Proxima Nova Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 13px;
  height: 29px;
  text-decoration: none; }

.footer--copyright-text {
  font-family: "Proxima Nova Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.369231px;
  margin-bottom: 15.4px; }

.p-mobile-40 {
  padding: 43px 40px; }

@media only screen and (min-width: 768px) {
  .p-mobile-40 {
    padding: 40px 12%;
    display: flex;
    flex-flow: wrap; } }

@media only screen and (min-width: 992px) {
  .footer {
    width: 100%;
    display: flex;
    flex-flow: row wrap; }
  #footer--our-programs {
    width: 52%; }
  #footer--program-locations {
    width: 48%; }
  .p-mobile-40 {
    padding: 5%; }
  .footer--program-listing {
    margin-right: 4%; }
    .footer--program-listing:first-of-type {
      width: 52%; } }

.p-mobile-12 {
  padding: 17px 15px 20px; }
  @media (min-width: 992px) {
    .p-mobile-12 {
      display: flex; } }
  @media (min-width: 992px) {
    .p-mobile-12 ul {
      margin-left: 30px; } }

#footer--social {
  margin-top: 35px; }
  #footer--social a {
    display: inline;
    padding: 0; }
    #footer--social a::after {
      display: none;
      width: 0;
      height: 0;
      background: none; }
  #footer--social img {
    width: 40px;
    height: auto; }
  #footer--social ul {
    display: block;
    margin: 0 auto; }
  #footer--social ul li {
    display: inline;
    padding-right: 10px; }
    #footer--social ul li:last-of-type {
      padding-right: 0; }

@media only screen and (min-width: 768px) {
  #footer-social {
    width: 100%;
    display: block;
    margin: 0 auto; } }

li.footer--copyright-li {
  border-right: 1px solid #1D3557;
  padding: 0 21px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.369231px;
  color: #1D3557;
  display: inline; }
  li.footer--copyright-li:first-of-type {
    padding-left: 0;
    padding-right: 21px; }
  li.footer--copyright-li:last-of-type {
    border-right: 0;
    padding-right: 0; }

.bg-black {
  background-color: #000000 !important; }

.bg-fog {
  background-color: #F7F7F7 !important; }

.bg-crimson {
  background-color: #B30838 !important; }

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

.bg-imperial-red {
  background-color: #E63946 !important; }

.bg-orange {
  background-color: #FFAC5F !important; }

.bg-sea-foam {
  background-color: #A8DADC !important; }

.bg-sky-blue {
  background-color: #79B9ED !important; }

.bg-pacific {
  background-color: #2C49A4 !important; }

.bg-prussian {
  background-color: #1D3557 !important; }

.bg-teal {
  background-color: #0097C7 !important; }

.bg-celadon {
  background-color: #457B9D !important; }

.color-black {
  color: #000000 !important; }

.color-fog {
  color: #F7F7F7 !important; }

.color-crimson {
  color: #B30838 !important; }

.color-white {
  color: #ffffff !important; }

.color-imperial-red {
  color: #E63946 !important; }

.color-orange {
  color: #FFAC5F !important; }

.color-sea-foam {
  color: #A8DADC !important; }

.color-sky-blue {
  color: #79B9ED !important; }

.color-pacific {
  color: #2C49A4 !important; }

.color-prussian {
  color: #1D3557 !important; }

.color-teal {
  color: #0097C7 !important; }

.color-gray {
  color: #CECECE !important; }

.color-celadon {
  color: #457B9D !important; }

.border-black {
  border-color: #000000 !important; }

.border-fog {
  border-color: #F7F7F7 !important; }

.border-crimson {
  border-color: #B30838 !important; }

.border-white {
  border-color: #ffffff !important; }

.border-imperial-red {
  border-color: #E63946 !important; }

.border-orange {
  border-color: #FFAC5F !important; }

.border-sea-foam {
  border-color: #A8DADC !important; }

.border-sky-blue {
  border-color: #79B9ED !important; }

.border-pacific {
  border-color: #2C49A4 !important; }

.border-prussian {
  border-color: #1D3557 !important; }

.border-teal {
  border-color: #0097C7 !important; }

.border-celadon {
  border-color: #457B9D !important; }

.footer .region-footer-left {
  width: 100%; }

.footer .menu {
  margin-left: 0px; }
  @media (min-width: 576px) {
    .footer .menu {
      flex-flow: wrap;
      display: flex; } }

.footer .footer--location-text {
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.27px;
  margin-bottom: 23px; }

.footer ul {
  list-style-type: none !important; }

.footer ul li::before {
  content: "";
  margin: 0;
  display: inline; }

.footer h3 {
  font-family: "Chronicle Display Light", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 43px;
  color: #A8DADC; }

@media only screen and (min-width: 768px) {
  .footer h3 {
    width: 100%;
    margin-bottom: 30px; } }

.footer--program-listing,
.footer .menu-item--expanded {
  margin-bottom: 50px; }
  .footer--program-listing::marker,
  .footer .menu-item--expanded::marker {
    content: none;
    display: none; }
  .footer--program-listing:last-of-type,
  .footer .menu-item--expanded:last-of-type {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .footer--program-listing,
  .footer .menu-item--expanded {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 46.8px; } }

@media only screen and (min-width: 768px) {
  .footer--location-search {
    width: 100%;
    display: flex; } }

.footer--list-head {
  font-family: "Proxima Nova Regular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 17px;
  text-transform: uppercase;
  color: #CECECE; }

.footer--link-list,
.footer .menu-item--expanded .menu {
  margin-top: 15.2px;
  margin-left: 0px; }

@media only screen and (min-width: 768px) {
  .footer--link-list::last-of-type,
  .footer .menu-item--expanded .menu::last-of-type {
    margin-right: 0; } }

.footer--list-subitem,
.footer .menu-item--expanded .menu .menu-item a {
  color: #79B9ED;
  font-family: "Proxima Nova Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 13px;
  height: 29px;
  text-decoration: none; }

.footer--copyright-text {
  font-family: "Proxima Nova Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.369231px;
  margin-bottom: 15.4px; }

.p-mobile-40 {
  padding: 43px 40px; }

@media only screen and (min-width: 768px) {
  .p-mobile-40 {
    padding: 40px 12%;
    display: flex;
    flex-flow: wrap; } }

@media only screen and (min-width: 992px) {
  .footer {
    width: 100%;
    display: flex;
    flex-flow: row wrap; }
  #footer--our-programs {
    width: 52%; }
  #footer--program-locations {
    width: 48%; }
  .p-mobile-40 {
    padding: 5%; }
  .footer--program-listing {
    margin-right: 4%; }
    .footer--program-listing:first-of-type {
      width: 52%; } }

.p-mobile-12 {
  padding: 17px 15px 20px; }
  @media (min-width: 992px) {
    .p-mobile-12 {
      display: flex; } }
  @media (min-width: 992px) {
    .p-mobile-12 ul {
      margin-left: 30px; } }

#footer--social {
  margin-top: 35px; }
  #footer--social a {
    display: inline;
    padding: 0; }
    #footer--social a::after {
      display: none;
      width: 0;
      height: 0;
      background: none; }
  #footer--social img {
    width: 40px;
    height: auto; }
  #footer--social ul {
    display: block;
    margin: 0 auto; }
  #footer--social ul li {
    display: inline;
    padding-right: 10px; }
    #footer--social ul li:last-of-type {
      padding-right: 0; }

@media only screen and (min-width: 768px) {
  #footer-social {
    width: 100%;
    display: block;
    margin: 0 auto; } }

li.footer--copyright-li {
  border-right: 1px solid #1D3557;
  padding: 0 21px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.369231px;
  color: #1D3557;
  display: inline; }
  li.footer--copyright-li:first-of-type {
    padding-left: 0;
    padding-right: 21px; }
  li.footer--copyright-li:last-of-type {
    border-right: 0;
    padding-right: 0; }

.paragraph p {
  margin-bottom: 20px; }

.paragraph a {
  color: #B30838;
  text-decoration: none; }
  .paragraph a:hover {
    text-decoration: underline; }

.block-local-tasks-block {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-top-right-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15);
  left: 5em;
  margin-bottom: 0;
  padding: 5px;
  position: fixed;
  width: auto;
  z-index: 100; }
  body.path-user .block-local-tasks-block {
    border-bottom: 0;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
    position: static; }
  .block-local-tasks-block ul.tabs {
    margin: 0;
    padding: 0; }
    .block-local-tasks-block ul.tabs li {
      display: block;
      margin: 0; }
      @media (min-width: 768px) {
        .block-local-tasks-block ul.tabs li {
          display: inline-block; } }
      .block-local-tasks-block ul.tabs li.is-active a,
      .block-local-tasks-block ul.tabs li.is-active a:visited {
        background-color: #2C49A4;
        border-color: #2C49A4;
        color: #ffffff; }
    .block-local-tasks-block ul.tabs a,
    .block-local-tasks-block ul.tabs a:visited {
      border: 1px solid #ffffff;
      color: #2C49A4;
      display: block;
      font-weight: 700;
      padding: 10px 15px;
      text-decoration: none;
      transition: border-color .3s ease; }
      .block-local-tasks-block ul.tabs a:hover, .block-local-tasks-block ul.tabs a:focus,
      .block-local-tasks-block ul.tabs a:visited:hover,
      .block-local-tasks-block ul.tabs a:visited:focus {
        border-color: #2C49A4; }

.card-image {
  position: relative;
  padding-top: 25px;
  display: flex; }
  @media (min-width: 768px) {
    .card-image {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 992px) {
    .card-image {
      overflow: initial; } }
  .card-image::before {
    content: "";
    width: 50%;
    height: 100%;
    background: rgba(255, 172, 95, 0.2);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0; }
    @media (min-width: 576px) {
      .card-image::before {
        margin-left: -20%;
        width: 70%; } }
  .card-image h1, .card-image .page-node-type-article .field--name-title, .page-node-type-article .card-image .field--name-title {
    margin: 0px 15px; }
  @media (max-width: 767px) {
    .card-image.container {
      width: auto;
      margin: initial;
      padding: initial;
      max-width: none; } }
  .card-image--image {
    margin: 0px 15px;
    position: relative;
    z-index: 3; }
    @media (min-width: 992px) {
      .card-image--image img {
        width: 100%; } }
    @media (min-width: 768px) {
      .card-image--image {
        width: 90%;
        z-index: 2;
        position: absolute; }
        .card-image--image::after {
          content: "";
          width: 20px;
          height: 100px;
          background: #B30838;
          display: block;
          position: absolute;
          right: -10px;
          bottom: 100px;
          z-index: -1; } }
    @media (min-width: 992px) {
      .card-image--image {
        padding-left: 70px;
        width: auto;
        position: relative; } }
  .card-image--text {
    padding: 60px 45px 45px 45px;
    margin-top: -30px;
    letter-spacing: 0.315px;
    line-height: 34px;
    position: relative;
    z-index: 2; }
    .card-image--text p {
      color: #ffffff; }
    @media (min-width: 768px) {
      .card-image--text {
        width: 70%;
        z-index: 3;
        float: left;
        margin-top: 35%;
        padding: 50px; } }
    @media (min-width: 992px) {
      .card-image--text {
        width: 40%;
        position: absolute;
        bottom: 15%;
        margin-top: initial;
        padding: 30px;
        min-width: 425px;
        left: 0px; } }
  .card-image--decoration-top {
    display: none;
    position: absolute;
    right: 125px; }
    @media (min-width: 768px) {
      .card-image--decoration-top {
        display: block; } }
  .card-image--decoration-button {
    margin-top: -45px;
    float: right;
    width: 30%;
    position: relative; }
    @media (min-width: 768px) {
      .card-image--decoration-button {
        position: absolute;
        bottom: 10px;
        right: 200px; } }
    .card-image--decoration-button .path-first {
      bottom: 2px;
      float: left;
      width: 20px;
      position: absolute;
      left: -20px; }
      @media (min-width: 768px) {
        .card-image--decoration-button .path-first {
          bottom: 180px;
          width: 40px; } }

.accordion-item {
  background: #F7F7F7;
  margin-top: 1rem;
  padding: 16px 16px;
  position: relative;
  text-align: left; }
  .accordion-item.active .pointer {
    background: url("../images/icons/pointer-up.svg") no-repeat center center; }
  .accordion-item.active .accordion-body {
    max-height: 200vh; }

.accordion-heading {
  cursor: pointer;
  padding-right: 64px; }
  .accordion-heading h6 {
    margin: initial;
    color: #2C49A4;
    font-size: 21px;
    font-family: Proxima Nova Regular;
    line-height: initial; }
  .accordion-heading .pointer {
    width: 15px;
    height: 58px;
    background: url("../images/icons/pointer-down.svg") no-repeat center center;
    display: block;
    float: right;
    position: absolute;
    right: 16px;
    top: 0px; }

.accordion-body {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: .5s linear all; }
  .accordion-body:before {
    content: "";
    width: 100px;
    height: 3px;
    background: #FFAC5F;
    display: block;
    margin-bottom: 20px; }

.callout {
  padding-top: 5em;
  padding-bottom: 5em; }
  .callout .callout-column {
    flex: 1 0 100%; }
    @media (min-width: 992px) {
      .callout .callout-column {
        flex: 1 0 50%; } }
  @media (min-width: 992px) {
    .callout .col-1 {
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .callout .col-2 {
      padding-left: 20px; } }
  .callout img {
    width: 100%; }
    @media (min-width: 992px) {
      .callout img {
        width: initial; } }

.block-two--link a {
  text-transform: uppercase; }

.block-two--column {
  flex: 1 0 100%; }
  @media (min-width: 992px) {
    .block-two--column {
      flex: 1 0 50%; } }

.block-two .col-1 {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .block-two .col-1 {
      margin-bottom: inherit;
      padding-right: 10px; } }

@media (min-width: 992px) {
  .block-two .col-2 {
    padding-left: 10px; } }

.block-two img {
  width: 100%; }
  @media (min-width: 992px) {
    .block-two img {
      width: initial; } }

.block-quote--quote {
  position: relative;
  padding: 50px;
  background: #F7F7F7;
  max-width: 850px;
  margin: auto; }
  .block-quote--quote p {
    color: #1D3557;
    font-size: 1.6em;
    font-style: italic; }
  .block-quote--quote:before {
    content: "";
    width: 100px;
    height: 145px;
    background: #A8DADC;
    display: block;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1; }
    @media (min-width: 992px) {
      .block-quote--quote:before {
        width: 100px;
        height: 113px;
        bottom: -12px;
        left: -12px; } }
  .block-quote--quote:after {
    content: "";
    width: 60px;
    height: 112px;
    background: #FFAC5F;
    display: block;
    right: -10px;
    bottom: 20%;
    position: absolute;
    z-index: -1; }
    @media (min-width: 992px) {
      .block-quote--quote:after {
        width: 100px;
        right: -15px;
        height: 80px; } }

.slider-controls {
  overflow: hidden;
  display: flex; }
  .slider-controls--left {
    width: 35px;
    height: 35px;
    background-color: #E63946;
    background-image: url("../images/icons/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  .slider-controls--right {
    width: 35px;
    height: 35px;
    background-color: #E63946;
    background-image: url("../images/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2px;
    cursor: pointer; }

.slider .slick-dots {
  position: absolute;
  bottom: 0px; }
  .slider .slick-dots .slick-active button:before {
    color: #ffffff; }
  .slider .slick-dots li {
    margin: 0px;
    height: 30px; }
  .slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 8px; }

@media (max-width: 575px) {
  .card-slider.container {
    padding: initial; } }

@media (min-width: 992px) {
  .card-slider .col-1 {
    width: 70%;
    padding: 10px 0px 10px 10px; } }

@media (min-width: 992px) {
  .card-slider .col-2 {
    width: 45%;
    position: absolute;
    bottom: 14%;
    right: 0px;
    z-index: 3;
    padding: 40px 20px; } }

.card-slider .card-slide {
  position: relative; }

.card-slider--image {
  padding: 0px 10px;
  position: relative; }
  @media (min-width: 576px) {
    .card-slider--image {
      padding: 0px 40px; } }
  .card-slider--image img {
    position: relative;
    z-index: 2; }
  .card-slider--image-title {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 3; }
    @media (min-width: 576px) {
      .card-slider--image-title {
        bottom: 10px;
        left: 60px; } }
    @media (min-width: 992px) {
      .card-slider--image-title {
        bottom: 20px;
        left: 30px; } }
    .card-slider--image-title h4 {
      font-size: 1.8em;
      color: #ffffff; }
      @media (max-width: 767px) {
        .card-slider--image-title h4 {
          font-size: 1.8em; } }
  .card-slider--image-square {
    width: 60px;
    height: 60px;
    background: #FFAC5F;
    position: absolute;
    left: 5px;
    bottom: -4px;
    z-index: 1; }
    @media (min-width: 576px) {
      .card-slider--image-square {
        bottom: -5px;
        left: 34px; } }
    @media (min-width: 992px) {
      .card-slider--image-square {
        bottom: 0px;
        left: 0px; } }
  .card-slider--image-controls {
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 3; }
    @media (min-width: 576px) {
      .card-slider--image-controls {
        bottom: 0px;
        right: 40px; } }
    @media (min-width: 992px) {
      .card-slider--image-controls {
        right: 0px;
        bottom: 10px; } }

.card-slider--text {
  padding: 60px 30px 30px 30px;
  margin-top: -30px; }
  .card-slider--text h2 {
    color: #ffffff; }
    @media (max-width: 767px) {
      .card-slider--text h2 {
        font-size: 2.5em;
        line-height: 40px; } }
  .card-slider--text p {
    color: #ffffff; }

.explore-programs {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .explore-programs h2 {
      font-size: 8em;
      line-height: inherit; } }
  @media (min-width: 992px) {
    .explore-programs {
      flex-direction: row; } }
  .explore-programs-icon {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .explore-programs-icon-image {
      margin-bottom: 10px; }
  @media (min-width: 992px) {
    .explore-programs--icons {
      width: 70%;
      min-width: 500px;
      max-width: 700px; } }
  .explore-programs--icons-icons {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 576px) {
      .explore-programs--icons-icons {
        flex-direction: row;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      .explore-programs--icons-icons {
        padding: 0px 100px; } }
    @media (min-width: 992px) {
      .explore-programs--icons-icons {
        padding: 0px 5%; } }
  @media (min-width: 768px) {
    .explore-programs--text {
      padding: 0px 100px 20px 100px; } }
  @media (min-width: 992px) {
    .explore-programs--text {
      width: 50%;
      padding: 0px 0px 0px 50px; } }
  .explore-programs--text-text {
    position: relative;
    padding-bottom: 20px; }
    .explore-programs--text-text:after {
      content: "";
      width: 100px;
      height: 2px;
      background: #0097C7;
      position: absolute;
      bottom: 0px;
      display: block; }

@media (min-width: 576px) {
  .find-location {
    display: flex; } }

@media (max-width: 991px) {
  .find-location.container {
    width: 100%;
    margin: initial;
    padding: initial;
    max-width: 100%; } }

.find-location--location {
  margin-top: -3px;
  padding: 0px 30px;
  background: #2C49A4; }
  @media (min-width: 576px) {
    .find-location--location {
      width: 40%;
      max-width: none;
      padding: initial;
      margin-right: initial;
      margin-left: initial;
      float: right;
      z-index: 2;
      background: transparent;
      margin-top: initial; } }
  @media (min-width: 576px) {
    .find-location--location-wrap {
      margin-left: -50%;
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 100%; } }
  @media (min-width: 992px) {
    .find-location--location-wrap {
      margin-top: 20%; } }
  .find-location--location p {
    color: #ffffff; }

.find-location--image {
  position: relative; }
  @media (min-width: 576px) {
    .find-location--image {
      width: 70%; } }
  .find-location--image-img {
    position: relative; }
  .find-location--image img {
    min-height: 425px;
    object-fit: cover; }
  .find-location--image-heading {
    position: absolute;
    bottom: 10px; }
    .find-location--image-heading h6 {
      text-transform: uppercase;
      font-family: Proxima Nova Regular; }

.find-location button {
  display: block;
  margin: 0 auto;
  margin-top: 34px;
  width: 100%; }

.find-location--dropdown-container {
  padding: 25px 15px 15px 15px; }

.find-location select {
  border-bottom: 1px solid #2C49A4;
  font-family: "Chronicle Display", serif;
  text-align: left;
  font-style: italic;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.576923px;
  padding: 0;
  padding-bottom: 2px; }

.card-experience-relay {
  position: relative;
  overflow: hidden; }
  @media (min-width: 576px) {
    .card-experience-relay--wrap {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  .card-experience-relay--header {
    color: #2C49A4;
    position: relative;
    font-weight: 300; }
    .card-experience-relay--header h3 {
      color: #ffffff;
      font-size: 50px;
      line-height: 55px; }
  .card-experience-relay--card {
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .card-experience-relay--card {
        flex-direction: column-reverse;
        width: 50%;
        max-width: 480px; } }
  @media (min-width: 576px) {
    .card-experience-relay--card-image {
      margin-left: 50px;
      margin-top: -60px;
      position: relative;
      z-index: 3; } }
  .card-experience-relay--card-image img {
    width: 100%; }
  .card-experience-relay--card-text {
    padding: 25px 28px 25px 28px;
    margin: -50px 10px 50px 10px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    @media (min-width: 576px) {
      .card-experience-relay--card-text {
        margin: 0px 60px 0px 0px;
        padding: 25px 28px 80px 28px; } }
    .card-experience-relay--card-text a {
      text-transform: uppercase;
      font-family: Proxima Nova Regular;
      float: right;
      text-decoration: none; }
  @media (min-width: 576px) {
    .card-experience-relay--text {
      width: 45%; } }
  @media (min-width: 992px) {
    .card-experience-relay--text {
      padding-left: 0px;
      min-width: 450px; } }
  @media (min-width: 992px) {
    .card-experience-relay--text h2 {
      font-size: 5.6em;
      line-height: 96px; } }
  .card-experience-relay--text-image img {
    width: 100%; }
  @media (min-width: 992px) {
    .card-experience-relay--text-image {
      padding-left: 40px; } }
  @media (min-width: 576px) {
    .card-experience-relay--text-text {
      padding-left: 0px; } }
  @media (min-width: 992px) {
    .card-experience-relay--text-text {
      padding-left: 40px; } }
  .card-experience-relay--stat {
    color: #ffffff;
    display: block;
    padding-bottom: 15px;
    border-bottom: 2px solid #A8DADC;
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .card-experience-relay--stat {
        font-size: 0.8em; } }
    .card-experience-relay--stat:last-of-type {
      border: 0; }
    .card-experience-relay--stat h3 {
      font-family: "Chronicle Display Light", serif;
      font-style: normal;
      font-weight: 300;
      font-size: 5.6em;
      line-height: 96px;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 0px; }
    .card-experience-relay--stat span {
      height: 68px;
      font-family: "Proxima Nova Regular", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 23px;
      line-height: 34px;
      letter-spacing: 0.345px;
      text-transform: uppercase; }

.tabs {
  display: flex;
  flex-wrap: wrap; }
  .tabs label {
    order: initial;
    display: block;
    padding: 16px;
    cursor: pointer;
    background: #F7F7F7;
    transition: background ease 0.2s;
    position: relative;
    color: #2C49A4;
    font-size: 21px;
    font-family: Proxima Nova Regular;
    line-height: initial;
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem; }
    @media (min-width: 576px) {
      .tabs label {
        width: auto;
        order: 1;
        border-bottom: 1px solid #F7F7F7;
        background: #ffffff;
        margin: 0px 30px 40px 0px; } }
    .tabs label .pointer {
      width: 15px;
      height: 45px;
      background: url("/images/icons/pointer-down.svg") no-repeat center center;
      display: block;
      float: right;
      position: absolute;
      right: 16px;
      top: 5px; }
      @media (min-width: 576px) {
        .tabs label .pointer {
          display: none; } }
  .tabs .tab {
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0px 16px 16px 20px;
    background: #F7F7F7;
    order: initial; }
    @media (min-width: 576px) {
      .tabs .tab {
        order: 99;
        background: #ffffff;
        padding: 16px 0px; } }
    .tabs .tab h3 {
      color: #2C49A4; }
    .tabs .tab:before {
      content: "";
      width: 100px;
      height: 3px;
      background: #FFAC5F;
      display: block;
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        .tabs .tab:before {
          display: none; } }
  .tabs input[type="radio"] {
    display: none; }
  @media (min-width: 576px) {
    .tabs input[type="radio"]:checked + label {
      border-bottom: 1px solid #FFAC5F;
      background: #F7F7F7;
      color: #000000; } }
  .tabs input[type="radio"]:checked + label .pointer {
    background: url("/images/icons/pointer-up.svg") no-repeat center center; }
  .tabs input[type="radio"]:checked + label + .tab {
    display: block; }

.card-three-column h2 {
  color: #1D3557; }

.card-three-column--text {
  padding: 20px;
  margin: -50px 0px 60px 0px;
  color: #ffffff;
  background: #1D3557;
  position: relative; }
  .card-three-column--text p {
    color: #ffffff; }
  @media (min-width: 576px) {
    .card-three-column--text {
      margin: 0px 0px 0px -50px; } }
  @media (min-width: 992px) {
    .card-three-column--text {
      margin: -50px 20px 0px 20px; } }

.card-three-column--image img {
  width: 100%; }

@media (min-width: 576px) {
  .card-three-column--image {
    width: 70%; } }

@media (min-width: 992px) {
  .card-three-column--image {
    width: 100%; } }

@media (max-width: 991px) {
  .card-three-column--row.container {
    width: auto;
    margin: initial;
    padding: initial;
    max-width: none; } }

.card-three-column .card-column {
  flex: 1 0 100%; }
  @media (max-width: 575px) {
    .card-three-column .card-column.container {
      width: auto;
      margin: initial;
      padding: initial; } }
  @media (min-width: 992px) {
    .card-three-column .card-column.container {
      margin: 0px 20px 0px 0px;
      padding: initial; } }
  @media (min-width: 992px) {
    .card-three-column .card-column.container.col-3 {
      margin: 0px; } }
  @media (min-width: 576px) {
    .card-three-column .card-column {
      display: flex;
      align-items: center;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .card-three-column .card-column {
      flex: 1 0 30%;
      display: block; } }
  @media (min-width: 576px) {
    .card-three-column .card-column .column {
      width: 40%;
      max-width: none;
      padding: initial;
      margin: initial;
      float: right; } }
  @media (min-width: 992px) {
    .card-three-column .card-column .column {
      width: 100%; } }

.search input {
  padding: 10px;
  font-size: 1.3em;
  border-radius: 3px;
  border: none;
  background: rgba(121, 185, 237, 0.2);
  color: #2C49A4;
  font-style: italic;
  width: 100%;
  font-family: Chronicle Display; }

.search ::placeholder {
  color: #2C49A4;
  opacity: 0.69; }

@media (min-width: 576px) {
  .quote-image .quote-wrapper {
    flex-flow: initial; } }

.quote-image--text {
  padding: 100px 30px 20px 30px;
  background: #F7F7F7;
  margin-top: -50px;
  border-right: 10px solid #A8DADC;
  min-height: 180px; }
  @media (min-width: 576px) {
    .quote-image--text {
      width: 100%;
      margin-left: -20px;
      margin-top: 0px;
      padding: 20px 20px 20px 80px; } }
  @media (min-width: 992px) {
    .quote-image--text {
      padding: 20px 20px 20px 100px; } }

.quote-image--author {
  padding: 0px 15px;
  text-align: center; }
  .quote-image--author:before {
    content: "-";
    position: relative;
    left: -10px; }
  .quote-image--author p {
    text-transform: uppercase;
    color: #2C49A4;
    font-size: 1em;
    line-height: initial; }

.quote-image--image {
  position: relative;
  z-index: 2; }
  @media (min-width: 576px) {
    .quote-image--image {
      height: max-content;
      margin-top: 6px; } }
  .quote-image--image img {
    position: relative;
    z-index: 3; }
  .quote-image--image:before {
    content: "";
    width: 80px;
    height: 100px;
    background: #FFAC5F;
    display: block;
    position: absolute;
    right: -7px;
    top: -6px;
    z-index: 1; }
  .quote-image--image:after {
    content: "";
    width: 80px;
    height: 100px;
    background: #A8DADC;
    display: block;
    position: absolute;
    left: -7px;
    bottom: -4px;
    z-index: 1; }

.quote-image--quote {
  position: relative; }
  .quote-image--quote:before {
    content: "";
    width: 25px;
    height: 30px;
    display: block;
    background: url(../images/icons/quote-up.svg) no-repeat;
    background-size: 100% 100%;
    left: -10px;
    top: -30px;
    position: absolute; }
    @media (min-width: 576px) {
      .quote-image--quote:before {
        left: -35px;
        top: -4px; } }
    @media (min-width: 992px) {
      .quote-image--quote:before {
        width: 35px;
        height: 40px;
        left: -45px;
        top: -15px; } }
  .quote-image--quote p {
    color: #B30838; }

.plain-slider .plain-slide--headings {
  position: absolute;
  bottom: 0px;
  padding: 15px 35px; }
  .plain-slider .plain-slide--headings h3 {
    font-size: 2.1em;
    line-height: 35px; }
    @media (min-width: 576px) {
      .plain-slider .plain-slide--headings h3 {
        font-size: 3.1em;
        line-height: 55px; } }

.plain-slider .plain-slide--subheading h6 {
  font-family: Proxima Nova Regular;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #ffffff; }

.plain-slider .plain-slide--heading {
  color: #ffffff; }

.plain-slider .plain-slide img {
  object-fit: cover;
  min-height: 300px;
  width: 100%;
  max-height: 531px; }

.plain-slider .plain-slide--video,
.plain-slider .plain-slide .field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 300px;
  height: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .plain-slider .plain-slide--video,
    .plain-slider .plain-slide .field--name-field-media-oembed-video {
      padding-bottom: 49.2%; } }
  .plain-slider .plain-slide--video iframe,
  .plain-slider .plain-slide .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.plain-slider--wrap {
  position: relative; }
  .plain-slider--wrap .slider-controls {
    position: absolute;
    right: 0px;
    bottom: 0px; }

.plain-slider .slick-dots {
  position: absolute;
  bottom: 0px; }
  .plain-slider .slick-dots .slick-active button:before {
    color: #ffffff; }
  .plain-slider .slick-dots li {
    margin: 0px;
    height: 30px; }
  .plain-slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 8px; }

.two-column-offset {
  overflow: hidden; }
  @media (min-width: 768px) {
    .two-column-offset--wrap {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .two-column-offset .column.column-left {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .two-column-offset .column.column-right {
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .two-column-offset .column {
      flex: 1 0 50%; } }
  .two-column-offset .text {
    margin-bottom: 20px; }
  .two-column-offset .media {
    position: relative; }
    .two-column-offset .media:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #0097C7;
      top: 50px;
      left: 100px;
      z-index: 0; }
    .two-column-offset .media iframe {
      min-height: 250px;
      z-index: 2;
      position: relative;
      max-width: 570px;
      width: 100%; }
      @media (min-width: 576px) {
        .two-column-offset .media iframe {
          min-height: 300px; } }
      @media (min-width: 768px) {
        .two-column-offset .media iframe {
          min-height: 374px; } }

.header-quick-links .header-media-wrap {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .header-quick-links .header-media-wrap {
      min-height: 500px; } }
  @media (min-width: 992px) {
    .header-quick-links .header-media-wrap {
      min-height: 600px; } }
  .header-quick-links .header-media-wrap .header-media {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .header-quick-links .header-media-wrap .header-media .contextual-region {
      position: initial; }
  .header-quick-links .header-media-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .header-quick-links .header-media-wrap .header-media-head {
    position: relative;
    z-index: 2; }
    .header-quick-links .header-media-wrap .header-media-head--heading {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .header-quick-links .header-media-wrap .header-media-head--heading {
          max-width: 70%; } }

.header-quick-links .header-quick-content {
  display: flex;
  flex-flow: column; }
  @media (min-width: 768px) {
    .header-quick-links .header-quick-content {
      flex-flow: row; } }
  .header-quick-links .header-quick-content h4 {
    font-family: Proxima Nova Bold; }
  .header-quick-links .header-quick-content a {
    font-family: Proxima Nova Regular;
    text-transform: uppercase;
    padding: 10px 0px;
    color: #1D3557;
    text-decoration: none;
    display: block; }
    .header-quick-links .header-quick-content a:hover {
      color: #B30838; }
  @media (min-width: 768px) {
    .header-quick-links .header-quick-content--text {
      width: 70%;
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .header-quick-links .header-quick-content--wrap {
      width: 30%;
      margin-top: -50px;
      position: relative;
      z-index: 1; } }
  .header-quick-links .header-quick-content--links {
    position: relative; }
    .header-quick-links .header-quick-content--links:before {
      content: "";
      width: 116px;
      height: 116px;
      background: #FFAC5F;
      display: block;
      bottom: -10px;
      left: -10px;
      position: absolute;
      z-index: -1; }
      @media (min-width: 768px) {
        .header-quick-links .header-quick-content--links:before {
          width: 100px;
          height: 100px; } }
    .header-quick-links .header-quick-content--links:after {
      content: "";
      width: 116px;
      height: 116px;
      background: #E63946;
      display: block;
      right: -10px;
      top: 20%;
      position: absolute;
      z-index: -1; }
      @media (min-width: 768px) {
        .header-quick-links .header-quick-content--links:after {
          width: 100px;
          height: 100px; } }

.program-accordion--wrap {
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 992px) {
    .program-accordion--wrap {
      flex-direction: row; } }
  .program-accordion--wrap .accordion-bigger {
    font-size: 1.6em; }

.program-accordion--accordion {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .program-accordion--accordion {
      margin: initial;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .program-accordion--accordion {
      margin-top: 10%;
      margin-left: 50px; } }

@media (min-width: 768px) {
  .program-accordion--text {
    max-width: 70%; } }

@media (min-width: 992px) {
  .program-accordion--text {
    max-width: 30%; } }

.program-accordion--text:before {
  content: "";
  display: block;
  background: rgba(255, 172, 95, 0.2);
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 calc((100% - 100vw)/2);
  max-width: none;
  overflow: auto;
  width: 100vw; }
  @media (min-width: 768px) {
    .program-accordion--text:before {
      width: 70%;
      margin: initial; } }
  @media (min-width: 992px) {
    .program-accordion--text:before {
      width: 50%; } }

.program-accordion-item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .program-accordion-item {
      flex: 0 1 48.5%; } }
  .program-accordion-item.active h5 {
    color: #A8DADC; }
  @media (min-width: 768px) {
    .program-accordion-item.active {
      flex: 0 1 100%; } }
  .program-accordion-item.active .program-accordion-heading {
    padding: 40px 30px 1px 30px; }
  .program-accordion-item.active .program-accordion-body {
    max-height: 200vh; }
  .program-accordion-item.expanded {
    flex: 0 1 100%; }

.program-accordion-heading {
  padding: 40px 30px 40px 30px;
  cursor: pointer; }
  .program-accordion-heading h5 {
    color: #ffffff; }
  .program-accordion-heading h6 {
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    font-family: Proxima Nova Regular;
    display: block;
    line-height: initial; }
    .program-accordion-heading h6.active {
      display: none; }

.program-accordion-body {
  padding: 0px 30px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: .3s linear all; }
  .program-accordion-body--top {
    background: #1a2e4c;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    color: #A8DADC; }
  .program-accordion-body--body {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 20px; }
    @media (min-width: 768px) {
      .program-accordion-body--body {
        flex-direction: row;
        padding: 40px 0px 20px 0px; } }
  .program-accordion-body .field__item {
    color: #ffffff;
    margin-bottom: 10px; }
  .program-accordion-body p {
    color: #ffffff; }

.program-accordion-tab {
  margin-bottom: 10px;
  text-transform: uppercase; }

.program-accordion-icon {
  margin: auto; }
  @media (min-width: 768px) {
    .program-accordion-icon {
      flex: 1 0 20%; } }

.program-accordion-text h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #79B9ED;
  font-family: Proxima Nova Regular;
  line-height: initial;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .program-accordion-text {
    flex: 1 0 80%; } }

.program-accordion-ctas {
  display: flex;
  background: #1a2e4c;
  padding: 20px;
  align-items: center;
  justify-content: center;
  margin-right: -30px;
  margin-left: -30px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .program-accordion-ctas {
      justify-content: flex-end; } }
  .program-accordion-ctas .cta-left {
    display: flex; }
  .program-accordion-ctas .cta-right {
    display: flex; }
  .program-accordion-ctas a:first-child {
    margin-right: 20px; }

@media (min-width: 576px) {
  .program-cta--wrapper {
    overflow: hidden; } }

@media (min-width: 992px) {
  .program-cta--wrapper {
    display: flex; } }

@media (min-width: 576px) {
  .program-cta--col.col-1 {
    width: 90%; } }

@media (min-width: 992px) {
  .program-cta--col.col-1 {
    width: 60%; } }

@media (min-width: 576px) {
  .program-cta--col.col-1 .program-cta--col-wrap {
    padding: 0px 30px; } }

@media (min-width: 992px) {
  .program-cta--col.col-1 .program-cta--col-wrap {
    padding: 0px 100px 0px 30px; } }

@media (min-width: 576px) {
  .program-cta--col.col-1 .program-cta--cta {
    margin-bottom: 90px; } }

@media (min-width: 992px) {
  .program-cta--col.col-1 .program-cta--cta {
    margin-bottom: 30px; } }

.program-cta--col.col-1 .program-cta--cta .field__item {
  display: flex; }

.program-cta--col.col-1 .program-cta--text {
  color: #000000; }
  .program-cta--col.col-1 .program-cta--text p {
    color: #000000; }

@media (min-width: 576px) {
  .program-cta--col.col-2 {
    margin-top: -50px;
    margin-left: 50px; } }

@media (min-width: 992px) {
  .program-cta--col.col-2 {
    width: 40%;
    margin: initial; } }

@media (min-width: 576px) {
  .program-cta--col.col-2 .program-cta--col-wrap {
    padding: 0px 30px; } }

@media (min-width: 992px) {
  .program-cta--col.col-2 .program-cta--col-wrap {
    margin-left: -60px;
    margin-top: 20%; } }

.program-cta--col.col-2 .program-cta--cta .field__item {
  display: flex; }

.program-cta--col.col-2 .program-cta--text {
  color: #ffffff; }
  .program-cta--col.col-2 .program-cta--text p {
    color: #ffffff; }

.program-cta--cta {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .program-option--item-wrap {
    display: flex; } }

@media (min-width: 992px) {
  .program-option--col.col-1 {
    width: 70%; } }

.program-option--col.col-1 .program-option--col-col {
  border: 1px solid;
  padding: 30px 30px 100px 30px; }
  @media (min-width: 992px) {
    .program-option--col.col-1 .program-option--col-col {
      padding: 30px 150px 30px 30px; } }

.program-option--col.col-1 .program-option--col-text {
  border-top: 1px solid #FFAC5F;
  padding-top: 30px; }

.program-option--col.col-2 {
  display: flex;
  justify-content: center; }
  @media (min-width: 992px) {
    .program-option--col.col-2 {
      width: 30%;
      align-items: center; } }
  .program-option--col.col-2 .program-option--col-col {
    padding: 30px;
    margin: -50px 20px 0px 20px;
    max-width: 400px;
    width: 100%; }
    @media (min-width: 992px) {
      .program-option--col.col-2 .program-option--col-col {
        max-width: initial;
        display: block;
        margin: 0px 0px 0px -50%;
        width: auto; } }
  .program-option--col.col-2 h6 {
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: initial; }

.program-option ul li {
  margin-bottom: 10px;
  font-size: 1.3em; }
  .program-option ul li:before {
    content: url("../images/icons/check-red.svg");
    margin-right: 10px; }

.program-tabs--headers {
  display: flex;
  margin-bottom: 40px; }

.program-tabs--headers-head {
  background: rgba(168, 218, 220, 0.4);
  padding: 20px;
  font-size: 1em;
  text-transform: uppercase; }

.program-tabs-tab {
  display: none; }
  .program-tabs-tab.active {
    display: block; }

.program-tabs .select {
  position: relative; }

@media (max-width: 767px) {
  .program-tabs .select .selectBtn {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(168, 218, 220, 0.4);
    font-size: 1em;
    text-transform: uppercase;
    color: #B30838;
    font-weight: 500;
    border-bottom: 4px solid #B30838; } }

@media (min-width: 768px) {
  .program-tabs .select .selectBtn {
    display: none; } }

@media (max-width: 767px) {
  .program-tabs .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 30px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #2C49A4;
    border-bottom: 2px solid #2C49A4;
    transition: 0.2s ease; } }

@media (max-width: 767px) {
  .program-tabs .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0; } }

@media (max-width: 767px) {
  .program-tabs .select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg); } }

@media (max-width: 767px) {
  .program-tabs .select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    left: 0; } }

@media (min-width: 768px) {
  .program-tabs .select .selectDropdown {
    display: flex; } }

.program-tabs .select .selectDropdown .option {
  cursor: pointer;
  color: #2C49A4; }
  @media (max-width: 767px) {
    .program-tabs .select .selectDropdown .option {
      padding: 20px;
      box-sizing: border-box; } }
  @media (min-width: 768px) {
    .program-tabs .select .selectDropdown .option.active {
      color: #B30838;
      border-bottom: 4px solid #B30838; } }

.program-tabs .select .selectDropdown .option:hover {
  background: #A8DADC;
  color: #B30838; }

@media (max-width: 767px) {
  .program-tabs .select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.home-header h1, .home-header .page-node-type-article .field--name-title, .page-node-type-article .home-header .field--name-title {
  font-size: 3.1em; }

.home-header .text-slider {
  background: #B30838;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 100px; }
  @media (min-width: 576px) {
    .home-header .text-slider {
      position: absolute;
      z-index: 3;
      width: 20%;
      min-width: 245px;
      padding-top: initial;
      padding-bottom: initial;
      top: 10%; } }
  @media (min-width: 992px) {
    .home-header .text-slider {
      min-width: 400px; } }
  @media (min-width: 576px) {
    .home-header .text-slider-item {
      padding: 30px; } }

.home-header--wrap {
  position: relative; }

.home-header--media {
  overflow: hidden;
  min-height: 300px;
  margin: -80px 10px 0px 10px;
  position: relative;
  z-index: 2; }
  @media (min-width: 576px) {
    .home-header--media {
      margin: initial;
      padding-left: 20%; } }

.home-header--slide-text {
  font-size: 3.1em;
  font-family: Chronicle Display Light; }
  @media (min-width: 992px) {
    .home-header--slide-text {
      font-size: 5.6em; } }

.home-header .slick-dots {
  position: relative; }
  @media (min-width: 576px) {
    .home-header .slick-dots {
      bottom: 10px; } }

.home-header .slick-dotted.slick-slider {
  margin-bottom: initial; }

.home-header iframe {
  min-height: 250px; }
  @media (min-width: 576px) {
    .home-header iframe {
      min-height: 350px; } }
  @media (min-width: 992px) {
    .home-header iframe {
      min-height: 650px; } }

.scattered-story--text {
  padding: 30px; }

@media (min-width: 768px) {
  .scattered-story--wrap {
    display: flex; } }

.scattered-story--wrap .scattered-story--card {
  margin-bottom: 30px; }

.scattered-story--media img {
  width: 100%; }

@media (min-width: 768px) {
  .scattered-story .col-1 .scattered-story--card:first-child {
    padding-top: 60%;
    padding-bottom: 60%; } }

@media (min-width: 768px) {
  .scattered-story .col-1 .scattered-story--card:first-child .scattered-story--media {
    width: 70%; } }

.scattered-story .col-1 .scattered-story--card:first-child .scattered-story--text {
  background: orange;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -60px;
  z-index: 3;
  position: relative; }
  @media (min-width: 768px) {
    .scattered-story .col-1 .scattered-story--card:first-child .scattered-story--text {
      margin-right: 0px;
      margin-left: 40px; } }

@media (min-width: 768px) {
  .scattered-story .col-1 .scattered-story--card:last-child {
    padding-left: 40px; } }

@media (min-width: 768px) {
  .scattered-story .col-1 .scattered-story--card:last-child .scattered-story--media {
    width: 80%; } }

.scattered-story .col-1 .scattered-story--card:last-child .scattered-story--text {
  padding: 30px 0px; }

@media (min-width: 768px) {
  .scattered-story .col-2 .scattered-story--card:first-child {
    margin-bottom: 80px; } }

@media (min-width: 768px) {
  .scattered-story .col-2 .scattered-story--card:first-child .scattered-story--media {
    width: 80%; } }

.scattered-story .col-2 .scattered-story--card:first-child .scattered-story--text {
  padding: 30px 30px 30px 0px; }

.scattered-story .col-2 .scattered-story--card:last-child .scattered-story--media {
  margin-left: 30px; }

.scattered-story .col-2 .scattered-story--card:last-child .scattered-story--text {
  background: #A8DADC;
  padding-top: 180px;
  margin-top: -150px; }
  @media (min-width: 768px) {
    .scattered-story .col-2 .scattered-story--card:last-child .scattered-story--text {
      margin-top: -50px;
      padding-top: 80px;
      position: relative;
      z-index: 3;
      margin-right: 20px; } }

.carousel-slider {
  position: relative; }
  .carousel-slider--media {
    border-bottom: 6px solid #FFAC5F; }
    .carousel-slider--media img {
      width: 100%; }
  .carousel-slider--item {
    margin: 0px 10px;
    position: relative; }
    @media (min-width: 576px) {
      .carousel-slider--item {
        margin: 0px 30px; } }
    .carousel-slider--item.slick-current .carousel-slider--text {
      opacity: 1; }
  .carousel-slider--text {
    background: #2C49A4;
    color: #ffffff;
    padding: 30px;
    margin: -50px 10px 0px 10px;
    position: relative;
    z-index: 3;
    transition: opacity 0.3s ease-out;
    opacity: 0; }
    @media (min-width: 992px) {
      .carousel-slider--text {
        margin: -40px -20px 0px 10px; } }
    .carousel-slider--text span {
      color: #FFAC5F;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-family: Proxima Nova Bold; }
    .carousel-slider--text p {
      color: #ffffff; }
  .carousel-slider .slick-prev, .carousel-slider .slick-next {
    transform: translate(0, -100%);
    top: 40%; }
  .carousel-slider .slick-next {
    width: 60px;
    height: 60px;
    background-color: #E63946;
    background-image: url("../images/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2px;
    cursor: pointer;
    right: 10px;
    z-index: 5; }
    @media (min-width: 576px) {
      .carousel-slider .slick-next {
        right: 60px; } }
    .carousel-slider .slick-next:before {
      content: ""; }
    .carousel-slider .slick-next:focus {
      background-color: #E63946;
      background-image: url("../images/icons/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center;
      color: #ffffff; }
    .carousel-slider .slick-next:hover {
      background-color: #E63946;
      background-image: url("../images/icons/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center;
      color: #ffffff; }
  .carousel-slider .slick-prev {
    width: 60px;
    height: 60px;
    background-color: #E63946;
    background-image: url("../images/icons/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    left: 10px;
    z-index: 5; }
    @media (min-width: 576px) {
      .carousel-slider .slick-prev {
        left: 60px; } }
    .carousel-slider .slick-prev:before {
      content: ""; }
    .carousel-slider .slick-prev:focus {
      background-color: #E63946;
      background-image: url("../images/icons/arrow-left.svg");
      background-repeat: no-repeat;
      background-position: center;
      color: #ffffff; }
    .carousel-slider .slick-prev:hover {
      background-color: #E63946;
      background-image: url("../images/icons/arrow-left.svg");
      background-repeat: no-repeat;
      background-position: center;
      color: #ffffff; }

@media (min-width: 992px) {
  .new-stories--heading h2 {
    font-size: 8em;
    line-height: 121px; } }

@media (min-width: 576px) {
  .new-stories--heading {
    margin-right: 30%;
    float: right;
    margin-bottom: -50px;
    position: relative; } }

@media (min-width: 992px) {
  .new-stories--heading {
    margin-bottom: -80px; } }

@media (min-width: 576px) {
  .new-stories--wrap {
    display: flex;
    width: 100%; } }

@media (min-width: 576px) {
  .new-stories--wrap .col-1 {
    width: 60%;
    padding-right: 40px;
    padding-top: 60px; } }

@media (min-width: 992px) {
  .new-stories--wrap .col-1 {
    width: 50%;
    padding-top: 100px; } }

@media (min-width: 576px) {
  .new-stories--wrap .col-2 {
    width: 40%; } }

@media (min-width: 992px) {
  .new-stories--wrap .col-2 {
    width: 50%; } }

.new-stories--text {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 576px) {
    .new-stories--text {
      padding-left: 30px; } }
  .new-stories--text h6 {
    font-family: Proxima Nova Regular;
    font-size: 1.625em;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px; }
  .new-stories--text p {
    margin-bottom: 20px; }

.new-stories--subtitle {
  color: #457B9D;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1.3px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block; }

.new-stories--articles {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 576px) {
    .new-stories--articles {
      padding: 60px 30px 30px 30px; } }
  @media (min-width: 992px) {
    .new-stories--articles {
      padding: 100px 40px 40px 40px; } }
  .new-stories--articles h6 {
    font-family: Proxima Nova Bold;
    font-size: 1.375em;
    line-height: 27px;
    text-transform: uppercase;
    color: #1D3557;
    margin-bottom: 40px; }
    .new-stories--articles h6.underline:after {
      background: #B30838; }

.new-stories--article {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .new-stories--article {
      display: flex; } }
  @media (min-width: 992px) {
    .new-stories--article-media {
      width: 40%; } }
  .new-stories--article-media img {
    width: 100%; }
    @media (min-width: 992px) {
      .new-stories--article-media img {
        min-height: 130px;
        object-fit: cover; } }
  @media (min-width: 992px) {
    .new-stories--article-text {
      width: 60%;
      padding-left: 20px; } }
  .new-stories--article-subtitle {
    color: #B30838;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1.3px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block; }
    @media (min-width: 992px) {
      .new-stories--article-subtitle {
        margin-top: initial; } }
  .new-stories--article a {
    display: inherit;
    text-decoration: none; }

.article-image-header--wrap, .article-image-header .field--name-field-media-imag {
  position: relative; }

.article-image-header--media, .article-image-header .field__item {
  position: relative; }
  .article-image-header--media img, .article-image-header .field__item img {
    object-fit: cover;
    height: 200px;
    width: 100%; }
    @media (min-width: 576px) {
      .article-image-header--media img, .article-image-header .field__item img {
        height: auto; } }
  .article-image-header--media:after, .article-image-header .field__item:after {
    content: '';
    display: block;
    width: 200px;
    height: 100px;
    background: #B30838;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1; }
    @media (min-width: 576px) {
      .article-image-header--media:after, .article-image-header .field__item:after {
        right: -15px;
        bottom: -15px; } }

.article-stack--articles {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .article-stack--articles {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }

.article-stack--item {
  padding-bottom: 80px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .article-stack--item:nth-of-type(odd) {
      margin-right: 30px; } }
  @media (min-width: 768px) {
    .article-stack--item:nth-of-type(even) {
      margin-left: 30px; } }
  @media (min-width: 768px) {
    .article-stack--item {
      flex: 1 0 40%; } }
  .article-stack--item h6 {
    font-size: 1.875em;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: inherit; }
  .article-stack--item-media {
    position: relative; }
    .article-stack--item-media img {
      min-height: 300px;
      object-fit: cover;
      width: 100%; }
      @media (min-width: 576px) {
        .article-stack--item-media img {
          max-height: 350px; } }
  .article-stack--item-title {
    position: absolute;
    padding: 20px;
    bottom: 0px; }
  .article-stack--item.item-1 .article-stack--item-text:after {
    background: #FFAC5F; }
  .article-stack--item.item-2 .article-stack--item-text:after {
    background: #79B9ED; }
  .article-stack--item.item-3 .article-stack--item-text:after {
    background: #457B9D; }
  .article-stack--item.item-4 .article-stack--item-text:after {
    background: #CECECE; }
  .article-stack--item.item-5 .article-stack--item-text:after {
    background: #A8DADC; }
  .article-stack--item.item-6 .article-stack--item-text:after {
    background: #B30838; }
  .article-stack--item-text {
    background: #ffffff;
    padding: 30px;
    position: relative; }
    .article-stack--item-text .sutitle {
      text-transform: uppercase;
      color: #457B9D;
      font-size: 1em;
      font-weight: 600;
      padding: 10px 0px;
      display: block; }
    .article-stack--item-text:after {
      content: '';
      display: block;
      width: 60px;
      height: 50px;
      background: #B30838;
      position: absolute;
      right: -10px;
      bottom: -10px;
      z-index: -1; }
      @media (min-width: 768px) {
        .article-stack--item-text:after {
          right: -15px;
          bottom: -15px;
          width: 135px;
          height: 100px; } }

.page-node-type-article .field--name-field-category {
  font-weight: 600;
  text-transform: uppercase;
  color: #457B9D;
  font-size: 1em;
  line-height: 19px;
  padding-bottom: 20px;
  display: block; }

.page-node-type-article .field--name-title {
  color: #B30838; }

.page-node-type-article .field--name-field-publish-date {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 1em;
  line-height: 19px;
  padding: 10px 0px 80px 0px;
  display: block; }

.large-profiles {
  background: rgba(255, 172, 95, 0.2);
  position: relative; }
  @media (min-width: 768px) {
    .large-profiles {
      background: none; } }
  @media (min-width: 768px) {
    .large-profiles:before {
      content: "";
      display: block;
      width: 60%;
      height: 100%;
      background: rgba(255, 172, 95, 0.2);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1; } }
  @media (min-width: 768px) {
    .large-profiles--profiles {
      display: flex;
      justify-content: space-between; } }
  .large-profiles--profiles.small {
    margin: 0px -15px;
    flex-direction: row;
    flex-wrap: wrap; }
    .large-profiles--profiles.small .large-profiles--profile {
      min-width: 310px;
      flex: 1;
      margin: 15px; }
    .large-profiles--profiles.small .large-profiles--profile-box {
      display: flex;
      background: #F7F7F7; }
    .large-profiles--profiles.small .large-profiles--profile-media {
      width: 30%;
      min-width: 124px;
      max-width: 124px; }
      .large-profiles--profiles.small .large-profiles--profile-media img {
        min-height: 162px;
        object-fit: cover; }
    .large-profiles--profiles.small .large-profiles--profile-text {
      width: 70%;
      text-align: left;
      padding: 30px;
      display: flex;
      flex-flow: column;
      justify-content: center; }
  .large-profiles--text {
    color: #000000;
    line-height: 21px; }
  .large-profiles--profile {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .large-profiles--profile {
        padding-bottom: initial;
        width: 30%; } }
    .large-profiles--profile a {
      text-decoration: none; }
    .large-profiles--profile-media img {
      width: 100%;
      object-fit: cover; }
    .large-profiles--profile-text {
      text-align: center; }
      .large-profiles--profile-text h5 {
        color: #457B9D;
        margin-bottom: initial;
        font-size: 1.875em; }
      .large-profiles--profile-text .subtitle {
        text-transform: uppercase;
        color: #B30838;
        font-size: 1em;
        font-weight: 600;
        display: block;
        letter-spacing: 1px; }
    .large-profiles--profile-wrap h3 {
      color: #457B9D;
      margin-bottom: 10px; }
    .large-profiles--profile-wrap .subtitle {
      color: #B30838; }
    .large-profiles--profile-bio {
      padding-top: 40px; }
      @media (min-width: 768px) {
        .large-profiles--profile-bio {
          display: flex; } }
  .large-profiles--bio-media {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .large-profiles--bio-media-wrap {
        width: 30%; } }
    .large-profiles--bio-media img {
      width: 100%;
      object-fit: cover; }
    .large-profiles--bio-media:before {
      content: "";
      width: 120px;
      height: 100px;
      background: #FFAC5F;
      display: block;
      position: absolute;
      right: -7px;
      top: 20%;
      z-index: -1; }
      @media (min-width: 768px) {
        .large-profiles--bio-media:before {
          right: -20px;
          height: 95px; } }
    .large-profiles--bio-media:after {
      content: "";
      width: 80px;
      height: 100px;
      background: #A8DADC;
      display: block;
      position: absolute;
      left: -7px;
      bottom: -4px;
      z-index: -1; }
      @media (min-width: 768px) {
        .large-profiles--bio-media:after {
          left: -20px;
          height: 95px;
          width: 120px;
          bottom: -20px; } }
  .large-profiles--bio-text {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .large-profiles--bio-text {
        width: 70%;
        padding: 0px 0px 0px 60px; } }
