@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);

/* Bulma Utilities */
.file-cta,
.file-name, .select select, .textarea, .input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input {
  outline: none;
}
[disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  cursor: not-allowed;
}
.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}
.control.is-loading::after, .select.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
/* Bulma Form */
.select select, .textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 0;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #fdbe57;
  box-shadow: 0 0 0 0.125em rgba(253, 190, 87, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: hsl(0, 0%, 100%);
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: hsl(171, 100%, 41%);
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #fdbe57;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(253, 190, 87, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: hsl(207, 61%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #62bb46;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(98, 187, 70, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(44, 100%, 77%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #e6002e;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(230, 0, 46, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}
.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1.125em - 1px);
  padding-left: calc(1.125em - 1px);
  padding-right: calc(1.125em - 1px);
  padding-right: calc(1.125em - 1px);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: auto;
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}
.radio + .radio {
  margin-left: 0.5em;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #f04e23;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: hsl(0, 0%, 95%);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: hsl(0, 0%, 0%);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: hsl(0, 0%, 91%);
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: hsl(0, 0%, 16%);
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: hsl(171, 100%, 36%);
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #fdbe57;
}
.select.is-link select {
  border-color: #fdbe57;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: rgb(252.7, 180.25, 61.8);
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(253, 190, 87, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: hsl(207, 61%, 48%);
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #62bb46;
}
.select.is-success select {
  border-color: #62bb46;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: rgb(87.8418972332, 169.2786561265, 62.2213438735);
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(98, 187, 70, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: hsl(44, 100%, 72%);
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #e6002e;
}
.select.is-danger select {
  border-color: #e6002e;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: rgb(204.5, 0, 40.9);
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 0, 46, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%) !important;
}
.select.is-disabled::after {
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
  color: hsl(0, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #fdbe57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: rgb(252.85, 185.125, 74.4);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 190, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: rgb(252.7, 180.25, 61.8);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-info .file-cta {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: hsl(207, 61%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: hsl(207, 61%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #62bb46;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: rgb(92.6798418972, 178.6017786561, 65.6482213439);
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(98, 187, 70, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: rgb(87.8418972332, 169.2786561265, 62.2213438735);
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: hsl(44, 100%, 74.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: hsl(44, 100%, 72%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #e6002e;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: rgb(217.25, 0, 43.45);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(230, 0, 46, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: rgb(204.5, 0, 40.9);
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 0;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 0 0 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 0 0;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 0 0 0;
}
.file.is-right .file-name {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px;
  order: -1;
}
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 0;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}
.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0, 0%, 100%);
}
.help.is-black {
  color: hsl(0, 0%, 4%);
}
.help.is-light {
  color: hsl(0, 0%, 96%);
}
.help.is-dark {
  color: hsl(0, 0%, 21%);
}
.help.is-primary {
  color: hsl(171, 100%, 41%);
}
.help.is-link {
  color: #fdbe57;
}
.help.is-info {
  color: hsl(207, 61%, 53%);
}
.help.is-success {
  color: #62bb46;
}
.help.is-warning {
  color: hsl(44, 100%, 77%);
}
.help.is-danger {
  color: #e6002e;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 29%);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
}
.control.is-loading::after {
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}
.select:not(.is-multiple):not(.is-loading):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiCiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuODYxNzY2IDAuNTI4NjM2QzEuMTIyMTIgMC4yNjgyODcgMS41NDQyMyAwLjI2ODI4NyAxLjgwNDU4IDAuNTI4NjM2TDUuOTk5ODQgNC43MjM5TDEwLjE5NTEgMC41Mjg2MzZDMTAuNDU1NCAwLjI2ODI4NyAxMC44Nzc2IDAuMjY4Mjg3IDExLjEzNzkgMC41Mjg2MzZDMTEuMzk4MyAwLjc4ODk4NiAxMS4zOTgzIDEuMjExMSAxMS4xMzc5IDEuNDcxNDVMNi40NzEyNCA2LjEzODExQzYuMjEwODkgNi4zOTg0NiA1Ljc4ODc4IDYuMzk4NDYgNS41Mjg0MyA2LjEzODExTDAuODYxNzY2IDEuNDcxNDVDMC42MDE0MTcgMS4yMTExIDAuNjAxNDE3IDAuNzg4OTg2IDAuODYxNzY2IDAuNTI4NjM2WiIgZmlsbD0iI0YwNEUyMyIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  border: 0;
  transform: none;
  height: 6px;
  width: 12px;
  margin-top: -0.3em;
}
.textarea,
.input,
.select select {
  font-size: 0.875rem;
}
.file-cta,
.file-name,
.select select,
.textarea,
.input {
  height: auto;
  box-sizing: inherit;
}
:root {
  --orange-dark: #f04e23;
  --orange-mid: #f68b1f;
  --orange-light: #fdbe57;
  --gold-dark: #a2872f;
  --gold-mid: #cbb54c;
  --gold-light: #e8d781;
  --gold-pale: #F7E7CC;
  --teal-dark: #007581;
  --teal-mid: #00a1b0;
  --teal-light: #3cbfae;
  --blue-dark: #00599a;
  --blue-mid: #007ebd;
  --blue-light: #3cb4e7;
  --green-dark: #379144;
  --green-mid: #62bb46;
  --green-light: #a3d55f;
  --grey-dark: #51534a;
  --grey-mid: #817371;
  --grey-light: #d7d2cb;
  --grey-light-rgb: 215, 210, 203;
  --black: #222;
  --white: #fff;
  --beige: #f6f3ea;
  --grey-lightest: #f4f2f2;
  --red: #e6002e;
}
/* stylelint-disable-line */
:root {
  --max-width: 1128px;
  --standard-vertical-gap: 120px;
  --small-vertical-gap: 48px;
  --x-small-vertical-gap: 24px;
}
button {
  border: 0;
}
button:hover,
  button:focus {
    cursor: pointer;
  }
/* TODO: Where should this sit? */
.pointer {
  cursor: pointer;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layout-wrapper main > div:last-of-type:not(.m-stats):not(.m-related) {
        margin-bottom: 80px;
      }
.layout-wrapper main > div.m-stats:last-of-type {
        margin-bottom: 0;
      }
.layout-wrapper:not(.article) {
    /* unused selcted for events, submissions, and articles */
  }
.layout-wrapper .c-link-list-container,
  .layout-wrapper .p-alumni-list,
  .layout-wrapper .m-area-tile-list,
  .layout-wrapper .m-article-body,
  .layout-wrapper .m-body-content-wrapper,
  .layout-wrapper .m-contact-form-container,
  .layout-wrapper .m-content-block-list,
  .layout-wrapper .m-content-module,
  .layout-wrapper .m-cta,
  .layout-wrapper .m-feature-quote,
  .layout-wrapper .m-featured-list,
  .layout-wrapper .m-featured-post,
  .layout-wrapper .m-form,
  .layout-wrapper .m-hero-stat,
  .layout-wrapper .m-person-grid,
  .layout-wrapper .m-recent-news,
  .layout-wrapper .m-stats,
  .layout-wrapper .m-timeline,
  .layout-wrapper .m-focused-topic-event-group,
  .layout-wrapper .p-error-body,
  .layout-wrapper .p-error-image-container {
    margin-top: 48px;
    margin-top: var(--small-vertical-gap);
    margin-bottom: 48px;
    margin-bottom: var(--small-vertical-gap);
  }
@media (max-width: 767px) {
.layout-wrapper .c-link-list-container,
  .layout-wrapper .p-alumni-list,
  .layout-wrapper .m-area-tile-list,
  .layout-wrapper .m-article-body,
  .layout-wrapper .m-body-content-wrapper,
  .layout-wrapper .m-contact-form-container,
  .layout-wrapper .m-content-block-list,
  .layout-wrapper .m-content-module,
  .layout-wrapper .m-cta,
  .layout-wrapper .m-feature-quote,
  .layout-wrapper .m-featured-list,
  .layout-wrapper .m-featured-post,
  .layout-wrapper .m-form,
  .layout-wrapper .m-hero-stat,
  .layout-wrapper .m-person-grid,
  .layout-wrapper .m-recent-news,
  .layout-wrapper .m-stats,
  .layout-wrapper .m-timeline,
  .layout-wrapper .m-focused-topic-event-group,
  .layout-wrapper .p-error-body,
  .layout-wrapper .p-error-image-container {
    margin-top: 24px;
    margin-top: var(--x-small-vertical-gap);
    margin-bottom: 24px;
    margin-bottom: var(--x-small-vertical-gap);
  }
  }
:root {
  --font-family-open: "Open Sans", sans-serif;
  --font-family-lora: "Lora", serif;
}
body {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
}
h1,
h2,
h3,
h4,
h5,
p,
li,
a,
dt,
dd,
blockquote {
  color: #222;
  color: var(--black);
}
h1,
.h1 {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.2;
}
@media (max-width: 1000px) {
h1,
.h1 {
    font-size: 1.875rem;
}
  }
h2,
.h2 {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1000px) {
h2,
.h2 {
    font-size: 1.5rem;
}
  }
h3,
.h3 {
  font-family: "Lora", serif;
  font-family: var(--font-family-lora);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (max-width: 1000px) {
h3,
.h3 {
    font-size: 1.3125rem;
}
  }
h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 1000px) {
h4,
.h4 {
    font-size: 1.3125rem;
}
  }
h5,
.h5 {
  font-family: "Lora", serif;
  font-family: var(--font-family-lora);
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.3;
}
p,
li,
a,
.body-regular {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.body-serif {
  font-family: "Lora", serif;
  font-family: var(--font-family-lora);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.body-small {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
.body-small.bold {
    font-weight: 700;
  }
.body-xs {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}
.body-xs.bold {
    font-weight: 700;
  }
.subtitle {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.metadata {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.text-link {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}
.cta {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  text-decoration: none;
}
.quote {
  font-family: "Lora", serif;
  font-family: var(--font-family-lora);
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-style: italic;
  margin: 20px 0;
}
.quote.-accent {
    border-left: 4px solid #f68b1f;
    border-left: 4px solid var(--orange-mid);
    padding: 5px 0 5px 23px;
  }
textarea {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
}
.e-area-tile {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 50px;
  border: 1px solid #d7d2cb;
  border: 1px solid var(--grey-light);
  display: block;
  transition: background-color 0.5s;
  overflow: hidden;
}
@media (max-width: 1000px) {
.e-area-tile {
    padding: 16px;
}
  }
.e-area-tile.-image {
    display: grid;
    grid-template-columns: 64px auto;
    grid-gap: 0 30px;
  }
@media (max-width: 1000px) {
.e-area-tile.-image {
      display: block;
  }
    }
.e-area-tile .e-area-tile-image,
  .e-area-tile .e-area-tile-title,
  .e-area-tile .e-area-tile-text,
  .e-area-tile .e-hover-link-cta {
    pointer-events: none;
  }
.e-area-tile .e-area-tile-image {
    grid-row-end: span 2;
    height: 64px;
    position: relative;
  }
@media (max-width: 1000px) {
.e-area-tile .e-area-tile-image {
      width: 40px;
      margin-bottom: 10px;
      height: 40px;
  }
    }
.e-area-tile .e-area-tile-image img {
      width: 100%;
    }
.e-area-tile .e-area-tile-title {
    margin: 0;
  }
.e-area-tile .e-area-tile-text {
    margin-bottom: 0;
  }
.e-area-tile .e-hover-link-cta {
    display: none;
    will-change: transform;
  }
.e-area-tile:not(.-linkless):hover {
    cursor: none;
    background-color: #f6f3ea;
    background-color: var(--beige);
  }
.e-area-tile:not(.-linkless):hover .e-hover-link-cta {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
.e-button {
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.e-button span {
    vertical-align: top;
  }
.e-button.-primary {
    background-color: #fdbe57;
    background-color: var(--orange-light);
  }
.e-button.-primary:hover {
      background-color: #f68b1f;
      background-color: var(--orange-mid);
    }
.e-button.-tertiary {
    background-color: #f6f3ea;
    background-color: var(--beige);
  }
.e-button.-tertiary:hover {
      background-color: #e8d781;
      background-color: var(--gold-light);
    }
.e-button.-primary,
  .e-button.-tertiary {
    padding: 12px;
  }
.e-button.-primary:focus, .e-button.-tertiary:focus {
      outline: 2px solid rgba(129, 115, 113, 0.5);
    }
.e-button.-secondary span {
      display: inline-block;
      padding-bottom: 6px;
      border-bottom: 2px solid #f68b1f;
      border-bottom: 2px solid var(--orange-mid);
    }
.e-button.-secondary:hover span, .e-button.-secondary:focus span {
        border-color: #f04e23;
        border-color: var(--orange-dark);
      }
.e-button svg {
    margin-left: 5px;
    height: 1.125rem;

    /* SVG icon is larger than text due to whitespace in icons. Shift icon up to make up the difference. */
    margin-top: -2px;
    margin-bottom: -4px;
  }
.e-button svg path {
      fill: #f68b1f;
      fill: var(--orange-mid);
    }
.e-button:hover path {
      fill: #f04e23;
      fill: var(--orange-dark);
    }
.e-button[disabled],
  .e-button.-disabled {
    background-color: #d7d2cb;
    background-color: var(--grey-light);
    color: #817371;
    color: var(--grey-mid);
    cursor: not-allowed;
    pointer-events: none;
  }
.e-button[disabled]:hover,
    .e-button.-disabled:hover,
    .e-button[disabled]:focus,
    .e-button.-disabled:focus {
      background-color: #d7d2cb;
      background-color: var(--grey-light);
      color: #817371;
      color: var(--grey-mid);
    }
.e-button[disabled]:hover path, .e-button.-disabled:hover path, .e-button[disabled]:focus path, .e-button.-disabled:focus path {
        fill: #f68b1f;
        fill: var(--orange-mid);
      }
.e-caps-label {
  color: #51534a;
  color: var(--grey-dark);
}
.e-caps-label.e-caps-label--publication {
    color: #817371;
    color: var(--grey-mid);
  }
.e-caps-label.e-caps-label--topic {
    color: #817371;
    color: var(--grey-mid);
  }
.e-caps-label.e-caps-label--media-type {
    color: #f68b1f;
    color: var(--orange-mid);
  }
.e-caps-label.e-caps-label--dates {
    color: #51534a;
    color: var(--grey-dark);
  }
.e-caps-label.e-caps-label--event-type {
    color: #817371;
    color: var(--grey-mid);
  }
.e-card-body-text {
  margin-top: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 62px;
}
.e-dropdown {
  --font-size: 0.875rem;
}
.e-dropdown .e-dropdown__control {
    border-radius: 0;
    font-size: var(--font-size);
  }
.e-dropdown .e-dropdown__option {
    font-size: var(--font-size);
  }
.e-dropdown .e-dropdown__option--is-focused {
    background-color: #f6f3ea;
    background-color: var(--beige);
  }
.e-dropdown .e-dropdown__option--is-selected {
    background-color: #fdbe57;
    background-color: var(--orange-light);
    color: #222;
    color: var(--black);
  }
.e-dropdown .e-dropdown__indicator path {
      color: #f04e23;
      color: var(--orange-dark);
    }
.e-dropdown .e-dropdown__multi-value {
    background-color: #f6f3ea;
    background-color: var(--beige);
  }
.e-dropdown .e-dropdown__multi-value__remove:hover {
    background-color: #f04e23;
    background-color: var(--orange-dark);
  }
.e-dropdown .e-dropdown__multi-value__remove:hover path {
      color: #fff;
      color: var(--white);
    }
#email-tooltip {
  position: absolute;
  z-index: 10;
  transition: 0.4s opacity ease-in-out;
  opacity: 0;
  padding: 5px 8px;
  background-color: #222;
  background-color: var(--black);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#email-tooltip p {
    color: #fff;
    color: var(--white);
    margin: 0;
  }
#email-tooltip.-show {
    opacity: 1;
  }
.e-event-location-label {
  margin-top: 0;
  margin-bottom: 8px;
}
.e-hover-link-cta {
  display: inline-block;
  background-color: #222;
  background-color: var(--black);
  color: #fff;
  color: var(--white);
  padding: 8px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 5;
}
.e-hover-link-cta svg {
    margin-left: 5px;
    height: 1rem;
    vertical-align: bottom;
  }
.e-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.e-image-container:before {
    display: block;
    content: "";
    width: 100%;
  }
.e-image-container.e-landscape-image-container {
    padding-top: 56.25%;
  }
.e-image-container.e-five-four-image-container {
    padding-top: 80%;
  }
.e-image-container.e-square-image-container {
    padding-top: 100%;
  }
.e-image {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.e-large-image-container {
  display: block;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.e-large-image-container .e-image {
    display: block;
    position: relative;
    max-width: 100%;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
.e-link {
  --fill: var(--orange-mid);

  display: flex;
  align-items: center;
}
.e-link .e-link-icon {
    margin-right: 8px;
    flex: 0 0 24px;
    align-self: flex-start;
  }
.e-link .e-link-icon path {
      fill: var(--fill);
    }
.e-link .e-link-text {
    display: flex;
    flex-direction: column;
  }
.e-link .e-link-text .e-link-subtitle {
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      font-family: var(--font-family-open);
      text-transform: uppercase;
      line-height: 1.1;
      letter-spacing: 0.05em;
      color: #817371;
      color: var(--grey-mid);
    }
.e-link:hover,
  .e-link:focus {
    --fill: var(--orange-dark);
  }
.e-link:hover .e-link-title, .e-link:focus .e-link-title {
      text-decoration: underline;
    }
.e-lds-ring {
  --fill: var(--black);

  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
}
.e-lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid var(--fill);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--fill) transparent transparent transparent;
  }
.e-lds-ring div:nth-child(1) {
      animation-delay: -0.45s;
    }
.e-lds-ring div:nth-child(2) {
      animation-delay: -0.3s;
    }
.e-lds-ring div:nth-child(3) {
      animation-delay: -0.15s;
    }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.e-modal-dialog-overlay {
  z-index: 999;
  background: hsla(0, 0%, 0%, 0.8);
}
.e-modal-dialog-content {
  box-shadow: 0px 10px 50px hsla(0, 0%, 0%, 0.33);
  position: relative;
  width: 70vw;
  background: black;
}
.e-modal-dialog-content-loading {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.e-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 1.25vw;
}
.e-nav-hamburger {
  display: none;
  vertical-align: middle;
}
@media (max-width: 1000px) {
.e-nav-hamburger {
    display: inline-block;
}
  }
.e-nav-hamburger .e-nav-hamburger-icon {
    width: 16px;
    position: relative;
    height: 14px;
  }
.e-nav-hamburger .e-nav-hamburger-icon span {
      background-color: #222;
      background-color: var(--black);
      height: 2px;
      width: 100%;
    }
.e-nav-hamburger .e-nav-hamburger-icon span:nth-child(1) {
        transform-origin: left;
        top: 0;
        left: 0;
        transition: 0.3s transform ease-in-out, 0.3s top ease-in-out;
      }
.e-nav-hamburger .e-nav-hamburger-icon span:nth-child(3) {
        transform-origin: left;
        left: 0;
        bottom: 0;
        transition: 0.3s transform ease-in-out, 0.3s bottom ease-in-out;
      }
.e-nav-hamburger .e-nav-hamburger-icon span:nth-child(1),
      .e-nav-hamburger .e-nav-hamburger-icon span:nth-child(3) {
        position: absolute;
      }
.e-nav-hamburger .e-nav-hamburger-icon span:nth-child(2) {
        transition: 0.3s opacity ease-in;
        position: absolute;
        top: calc(50% - 1px);
      }
.e-nav-hamburger.-active .e-nav-hamburger-icon span:nth-child(1) {
          transform: rotate(45deg);
          top: 1px;
          left: 0;
        }
.e-nav-hamburger.-active .e-nav-hamburger-icon span:nth-child(2) {
          opacity: 0;
        }
.e-nav-hamburger.-active .e-nav-hamburger-icon span:nth-child(3) {
          transform: rotate(-45deg);
          bottom: 0;
        }
.e-card-title {
  margin-bottom: 8px;
}
.e-card-title h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }
.e-card-date{
  font-size: 12px; 
}
.e-skip-link {
  background-color: #fff;
  background-color: var(--white);
}
.e-small-date-label {
  color: rgb(128, 128, 128);
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 4px;
}
.e-small-tags-label {
  color: "#545454";
}
.e-stat-title-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px 40px;
}
.e-stat-title-container .e-stat-subtitle {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0;
  }
.e-stat-title-container .e-stat-title {
    font-size: 4.5rem;
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-family-open);
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 3;
    position: relative;
  }
@media (max-width: 1000px) {
.e-stat-title-container .e-stat-title {
      font-size: 3rem;
  }
    }
.e-stat-title-container svg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 16px;
    max-width: 250px;
    margin: auto;
  }
.e-stat-title-container svg path {
      width: 100%;
    }
.e-stat-title-container:nth-child(6n + 1) .e-stat-foreground path {
    fill: #e8d781;
    fill: var(--gold-light);
  }
.e-stat-title-container:nth-child(6n + 2) .e-stat-foreground path {
    fill: #3cbfae;
    fill: var(--teal-light);
  }
.e-stat-title-container:nth-child(6n + 3) .e-stat-foreground path {
    fill: #fdbe57;
    fill: var(--orange-light);
  }
.e-stat-title-container:nth-child(6n + 4) .e-stat-foreground path {
    fill: #3cb4e7;
    fill: var(--blue-light);
  }
.e-stat-title-container:nth-child(6n + 5) .e-stat-foreground path {
    fill: #a3d55f;
    fill: var(--green-light);
  }
.e-stat-title-container:nth-child(6n + 6) .e-stat-foreground path {
    fill: #d7d2cb;
    fill: var(--grey-light);
  }
.e-video-description {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-family-open);
  line-height: 1.5;
  color: #545454;
  margin-top: 0px;
  margin-bottom: 8px;
}
.e-video-description.bold {
    font-weight: 700;
  }
.e-image-overlay {
  position: absolute;
  display: flex;
  justify-content: start;
  align-items: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20%;
  background-color: rgba(246, 139, 31, 0.9);
  clip-path: polygon(0% 17.5%, 100% 0%, 100% 100%, 0% 100%);
  color: white;
  padding-top: 2.5%;
}
.e-image-overlay-icon {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.e-image-overlay-text {
  width: 85%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2.5%;
}
div[data-reach-dialog-content] {
  width: 75vw;
}
.c-alert-banner, .c-alert-banner *{
  box-sizing: border-box;
}
.c-alert-banner{
  width: 100%;
  position: relative;
  margin-top: 48px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  justify-content: center;
}
.c-alert-banner .c-alert-banner-inner{
    display: flex;
    
    width: 100%;
    max-width: 1128px;
    max-width: var(--max-width);
    position: relative;
    background-color: #fdbe57;
    background-color: var(--orange-light);

  }
.c-alert-banner .c-alert-banner-inner .c-alert-banner-message{
      flex-grow: 1;
      text-align: center;
      color: #222;
      color: var(--black);
      margin: 32px;
      font-weight: 600;
      letter-spacing: 1.41px;
      font-size: 16px;
    }
.c-alert-banner .c-alert-banner-inner .c-alert-banner-link{
      white-space: nowrap;
      align-self:center;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1.41px;
      margin: 32px;
      margin-left: 0px;
      cursor: pointer;
      text-decoration: none;
    }
.c-alert-banner .c-alert-banner-inner .c-alert-banner-link :hover{
        text-decoration: underline;
      }
.c-alert-banner .c-alert-banner-inner .c-alert-banner-link .c-alert-banner-link-icon{
        margin-right: 16px;
        position: relative;
        top: 1px;
      }
.c-alert-banner .c-alert-banner-inner .c-alert-banner-close{
      position: absolute;
      top: 4px;
      right: 0;
      width: 36px;
      height: 30px;
      cursor: pointer;
    }
.c-alert-banner .c-alert-banner-inner .c-alert-banner-close :hover{
        opacity: 0.7;
      }
@media (max-width: 767px) {
    .c-alert-banner .c-alert-banner-inner{
      flex-direction: column;
    }

      .c-alert-banner .c-alert-banner-inner .c-alert-banner-message{
        font-size: 13px;
      }

        .c-alert-banner .c-alert-banner-inner .c-alert-banner-message[data-with-link="true"]{
          margin-bottom: 12px;
        }

      .c-alert-banner .c-alert-banner-inner .c-alert-banner-link{
        margin-left: 16px;
        margin-top: 0px;
      }
}
.c-avatar {
  display: flex;
  align-items: center;
}
.c-avatar .c-avatar-image-container {
    width: 40px;
    height: 40px;
    min-width: 40px;
    position: relative;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
  }
.c-avatar .c-avatar-content .c-avatar-name {
      margin-top: 0;
      margin-bottom: 4px;
    }
.c-avatar .c-avatar-content .e-caps-label {
      margin: 0;
    }
.c-card {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.c-card > div,
  .c-card > h3,
  .c-card > p {
    pointer-events: none;
  }
.c-card .e-caps-label--dates {
    margin-top: 3px;
    margin-bottom: 8px;
  }
@media (max-width: 1000px) {
.c-card .e-caps-label--dates {
      margin-top: 0;
  }
    }
.c-card .c-card-categories .e-caps-label--topic,
    .c-card .c-card-categories .e-caps-label--media-type {
      display: inline;
      margin-top: 0;
    }
.c-card .c-card-categories .e-caps-label--topic:first-of-type, .c-card .c-card-categories .e-caps-label--media-type:first-of-type {
        margin-right: 12px;
      }
.c-card .e-hover-link-cta {
    display: none;
    will-change: transform;
  }
.c-card:hover {
    cursor: none;
  }
.c-card:hover .e-hover-link-cta {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
.c-card:hover h3, .c-card:focus h3 {
      text-decoration: underline;
    }
.c-content-block-link-list {
  --triangle-height: 10px;

  overflow: hidden;
  position: relative;
  display: block;
  padding: 32px;
}
.c-content-block-link-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
.c-content-block-link-list ul li {
      display: block;
      margin: 20px 0;
    }
.c-content-block-link-list.-border {
    border-left: 3px solid #f68b1f;
    border-left: 3px solid var(--orange-mid);
  }
.c-content-block-link-list.-border:after {
      content: "";
      height: var(--triangle-height);
      width: 100%;
      position: absolute;
      bottom: 0;
      left: -1px;
      border-bottom: 3px solid #f68b1f;
      border-bottom: 3px solid var(--orange-mid);
      transform: rotate(-2deg);
      transform-origin: 0 0;
    }
.c-content-block-link-list.-background {
    background-color: #f6f3ea;
    background-color: var(--beige);
  }
.c-content-block-link-list.-background ul li:last-child {
          margin-bottom: 0;
        }
.c-content-block .e-caps-label--topic {
    margin-bottom: 8px;
  }
.c-content-block > p {
    margin-top: 8px;
    margin-bottom: 16px;
  }
.c-event-details {
  width: 100%;
  background-color: #f6f3ea;
  background-color: var(--beige);
}
.c-event-details .c-event-details-inner {
    padding: 32px;
  }
.c-event-details .c-event-details-inner .e-button {
      margin-top: 0;
      margin-bottom: 32px;
    }
.c-event-details .c-event-details-inner .c-event-details-copy {
      margin: 0;
    }
.c-event-details .c-event-details-inner .c-event-details-copy .c-event-details-item {
        margin: 0 0 24px 0;
      }
.c-event-details .c-event-details-inner .c-event-details-copy .c-event-details-item .c-event-details-heading {
          margin-top: 0;
          margin-bottom: 7px;
        }
.c-event-details .c-event-details-inner .c-event-details-copy .c-event-details-item .c-event-details-value {
          margin: 0;
          white-space: pre-line;
        }
.c-link-list {
  position: relative;
  display: block;
  background-color: #f6f3ea;
  background-color: var(--beige);
  padding: 50px 32px;
  clip-path: polygon(
    0 50px /* left top */,
    100% 0 /* right top */,
    100% calc(100% - 50px) /* right bottom */,
    0 100% /* left bottom */
  );
  z-index: 2;
}
.c-link-list:after {
    bottom: -50px;
    transform-origin: 0 0;
    left: 0;
  }
.c-link-list:before {
    top: -50px;
    left: -1px;
    transform-origin: top right;
  }
.c-link-list .c-link-list-inner {
    z-index: 2;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0 0 0;
    max-width: 1128px;
    max-width: var(--max-width);
  }
.c-link-list .c-link-list-inner ul {
      list-style-type: none;
      padding: 0;
      margin-top: 20px;
      -moz-columns: 2;
           columns: 2;
      -moz-column-gap: 20px;
           column-gap: 20px;
    }
.c-link-list .c-link-list-inner ul li {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
      }
.c-link-list .c-link-list-inner ul li:last-child {
          margin-bottom: 0;
        }
@media (max-width: 767px) {
.c-link-list .c-link-list-inner ul {
        -moz-columns: 1;
             columns: 1;
    }
      }
@media (max-width: 1000px) {
.c-link-list .c-link-list-inner {
      padding: 20px 0 0 0;
  }
    }
.c-link-list.-home {
    margin-top: 80px;
    margin-bottom: 48px;
    margin-bottom: var(--small-vertical-gap);
  }
@media (max-width: 1000px) {
.c-link-list.-home {
      margin-top: 40px;
  }
    }
@media (max-width: 1000px) {
.c-link-list {
    padding: 20px 24px;
    clip-path: polygon(
      0 20px /* left top */,
      100% 0 /* right top */,
      100% calc(100% - 20px) /* right bottom */,
      0 100% /* left bottom */
    );
}
  }
.c-media-contact {
  background: #f6f3ea;
  background: var(--beige);
  width: 100%;
  word-wrap: break-word;
}
.c-media-contact .c-media-contact-inner {
    padding: 32px;
  }
.c-media-contact .c-media-contact-inner .c-media-contact-title {
      color: #817371;
      color: var(--grey-mid);
    }
.c-media-contact .c-media-contact-inner .c-media-contact-title,
    .c-media-contact .c-media-contact-inner .c-media-contact-name {
      margin-top: 0;
      margin-bottom: 8px;
    }
.c-media-contact .c-media-contact-inner .c-media-contact-role,
    .c-media-contact .c-media-contact-inner .c-media-contact-phone,
    .c-media-contact .c-media-contact-inner .e-email-link {
      margin: 0;
    }
.c-media-contact .c-media-contact-inner a {
      text-decoration: none;
    }
.c-media-contact .c-media-contact-inner a:focus {
        text-decoration: underline;
      }
.c-nav-lower .c-nav-lower-headings {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column {
      position: relative;
    }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading {
        padding: 16px 0;
        display: block;
        text-decoration: none;
        transition: 0.2s color ease-in-out;
      }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading:hover,
        .c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading:focus {
          color: #f04e23;
          color: var(--orange-dark);
        }
@media (max-width: 1200px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading {
          font-size: 0.75rem;
      }
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading {
          padding: 16px;
          font-size: 0.875rem;
          align-items: center;
          justify-content: space-between;
      }
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading.-desktop {
            display: none;
        }
          }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading.-mobile {
          display: none;
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading.-mobile {
            display: flex;
        }
          }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading .c-nav-lower-heading-icon {
          display: none;
          height: 24px;
          width: 24px;
          flex-shrink: 0;
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-heading .c-nav-lower-heading-icon {
            display: block;
        }
          }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column:hover .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column:focus .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column[focus-within] .c-nav-lower-dropdown {
          display: inline-table;
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column:hover .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column:focus .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column:focus-within .c-nav-lower-dropdown {
          display: inline-table;
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column:hover .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column:focus .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column[focus-within] .c-nav-lower-dropdown {
            display: none;
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column:hover .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column:focus .c-nav-lower-dropdown, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column:focus-within .c-nav-lower-dropdown {
            display: none;
        }
          }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown {
        display: none;
        position: absolute;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
        padding: 20px 32px;
        min-width: 260px;
        background: #fff;
        background: var(--white);
      }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown:before {
          content: "";
          position: absolute;
          height: 16px;
          width: 16px;
          top: -7px;
          background-color: #fff;
          background-color: var(--white);
          transform: rotate(45deg);
          left: 0;
          right: 75%;
          margin: auto;
          border-radius: 3px;
          z-index: 1;
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown:after {
          content: "";
          position: absolute;
          height: 18px;
          width: 18px;
          top: -7px;
          background-color: rgba(0, 0, 0, 0.1);
          transform: rotate(45deg);
          left: 4px;
          right: 75%;
          margin: auto;
          border-radius: 3px;
          z-index: -1;
          filter: blur(3px);
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list {
          list-style: none;
          padding: 0;
          z-index: 2;
          margin: 0;
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child {
            padding: 12px 12px 12px 0;
            border-bottom: 1px solid #d7d2cb;
            border-bottom: 1px solid var(--grey-light);
            white-space: nowrap;
          }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child .c-nav-lower-child-link {
              text-decoration: none;
              display: flex;
            }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child .c-nav-lower-child-link .c-nav-lower-item-icon {
                height: 24px;
                width: 24px;
                margin: auto 0 auto auto;
                padding-left: 4px;
                padding-right: 6px;
                transform: translateX(0);
                transition: 0.3s transform ease-in-out;
                opacity: 0;
                flex-shrink: 0;
              }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child .c-nav-lower-child-link:focus {
                text-decoration: underline;
              }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child .c-nav-lower-child-link:focus .c-nav-lower-item-icon, .c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child .c-nav-lower-child-link:hover .c-nav-lower-item-icon {
                  transform: translateX(6px);
                  opacity: 1;
                }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child:last-child {
              border-bottom: none;
            }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown .c-nav-lower-list .c-nav-lower-child:first-of-type .c-nav-lower-child-link {
                font-weight: 700;
              }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column .c-nav-lower-dropdown {
          display: none;
      }
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column {
        border-bottom: 1px solid #d7d2cb;
        border-bottom: 1px solid var(--grey-light);
    }
      }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column:first-of-type .c-nav-lower-dropdown {
          left: 0;
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column.-last {
        margin-right: 0;
      }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column.-last .c-nav-lower-dropdown {
          right: 0;
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-column.-last .c-nav-lower-dropdown:after,
          .c-nav-lower .c-nav-lower-headings .c-nav-lower-column.-last .c-nav-lower-dropdown:before {
            right: 0;
            left: 80%;
          }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-members {
      display: none;
      margin-top: auto;
      margin-bottom: 16px;
      justify-content: space-evenly;
    }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-members {
        display: flex;
    }
      }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-members .c-nav-lower-login,
      .c-nav-lower .c-nav-lower-headings .c-nav-lower-members .c-nav-lower-member {
        width: calc(50% - 32px);
        position: relative;
        margin: auto;
        display: flex;
      }
@media (max-width: 767px) {
.c-nav-lower .c-nav-lower-headings .c-nav-lower-members .c-nav-lower-login,
      .c-nav-lower .c-nav-lower-headings .c-nav-lower-members .c-nav-lower-member {
          width: calc(50% - 10px);
      }
        }
.c-nav-lower .c-nav-lower-headings .c-nav-lower-members .c-nav-lower-login .e-button, .c-nav-lower .c-nav-lower-headings .c-nav-lower-members .c-nav-lower-member .e-button {
          margin: auto;
          width: 100%;
          text-align: center;
        }
@media (max-width: 1000px) {
.c-nav-lower .c-nav-lower-headings {
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
  }
    }
@media (max-width: 1000px) {
.c-nav-lower {
    height: 100%;
}
  }
.c-nav-lower-tab {
  display: none;
}
.c-nav-lower-tab .c-nav-lower-tab-exit {
    display: flex;
    align-items: center;
    margin: 25px 0;
    text-decoration: none;
  }
.c-nav-lower-tab .c-nav-lower-tab-exit .c-nav-lower-tab-exit-icon {
      height: 24px;
      width: 24px;
      display: block;
      margin-right: 4px;
      transform: scaleX(-1);
    }
.c-nav-lower-tab .c-nav-lower-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
.c-nav-lower-tab .c-nav-lower-tab-list .c-nav-lower-tab-item {
      padding: 12px 12px 12px 0;
      border-bottom: 1px solid #d7d2cb;
      border-bottom: 1px solid var(--grey-light);
    }
.c-nav-lower-tab .c-nav-lower-tab-list .c-nav-lower-tab-item:first-of-type .c-nav-lower-tab-link {
          font-weight: 700;
        }
.c-nav-lower-tab .c-nav-lower-tab-list .c-nav-lower-tab-item .c-nav-lower-tab-link {
        text-decoration: none;
      }
.c-nav-lower-tab .c-nav-lower-tab-list .c-nav-lower-tab-item .c-nav-lower-tab-link:focus {
          text-decoration: underline;
        }
@media (max-width: 1000px) {
.c-nav-lower-tab {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
}
  }
@media (max-width: 1000px) {
.c-nav-lower-container {
    overflow: hidden;
    height: 100%;
    display: flex;
}

    .c-nav-lower-container .c-nav-lower {
      width: 100%;
      transition: 0s width ease-in-out 0.4s, 0.3s opacity linear 0.4s;
      z-index: 1;
      background: #fff;
      background: var(--white);
      opacity: 1;
      display: flex;
      flex-direction: column;
    }

    .c-nav-lower-container .c-nav-lower-tab {
      width: 0;
      transition: 0s width ease-in-out 0.4s, 0.3s opacity linear;
      z-index: -1;
      opacity: 0;
    }
      .c-nav-lower-container.-subnav .c-nav-lower {
        width: 0;
        overflow: hidden;
        z-index: -1;
        background: #fff;
        background: var(--white);
        opacity: 0;
        transition: 0s width ease-in-out 0.4s, 0.3s opacity linear;
      }

      .c-nav-lower-container.-subnav .c-nav-lower-tab {
        z-index: 1;
        width: 100%;
        opacity: 1;
        transition: 0s width ease-in-out 0.4s, 0.3s opacity linear 0.4s;
      }
  }
.c-person-tile {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.c-person-tile > div,
  .c-person-tile > h3,
  .c-person-tile > p {
    pointer-events: none;
  }
.c-person-tile .e-image-container {
    margin-bottom: 19px;
  }
.c-person-tile .e-image-container .c-person-tile-hover {
      opacity: 0;
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: 0.4s opacity ease-in-out;
      background-color: rgba(246, 139, 31, 0.6);
    }
@media (prefers-reduced-motion: reduce) {
.c-person-tile .e-image-container .c-person-tile-hover {
        transition: none;
    }
      }
.c-person-tile .c-person-tile-name {
    margin-top: 0;
    margin-bottom: 8px;
  }
.c-person-tile .c-person-tile-position {
    margin: 0;
  }
.c-person-tile .c-person-tile-button {
    display: none;
    margin-top: 17px;
  }
@media (max-width: 1000px) {
.c-person-tile .c-person-tile-button {
      display: block;
  }
    }
.c-person-tile .e-hover-link-cta {
    display: none;
    will-change: transform;
  }
.c-person-tile:hover {
    cursor: none;
  }
.c-person-tile:hover .c-person-tile-hover {
      opacity: 1;
    }
.c-person-tile:hover .e-hover-link-cta {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
.c-person-tile:last-of-type {
    margin-bottom: 0;
  }
.c-person-tile.-inactive {
    cursor: inherit;
  }
.c-person-bio {
  opacity: 0;
  z-index: -1;
  transition: 0.4s opacity ease-in-out 0.4s, 0s z-index 0.8s;
  will-change: opacity, z-index;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  min-width: 100vw;
  position: fixed;
  flex-direction: row;
  overflow: hidden;
  background-color: rgba(246, 139, 31, 0.6);
}
@media (prefers-reduced-motion: reduce) {
.c-person-bio {
    transition: none;
}
  }
.c-person-bio .c-person-bio-empty {
    min-width: 100vw;
    width: 60vw;
    height: 100%;
    transition: 0.2s min-width 0.2s;
    will-change: min-width;
  }
@media (prefers-reduced-motion: reduce) {
.c-person-bio .c-person-bio-empty {
      transition: none;
  }
    }
@media (max-width: 1000px) {
.c-person-bio .c-person-bio-empty {
      width: 0;
  }
    }
.c-person-bio .c-person-bio-inner {
    width: 40vw;
    overflow-y: scroll;
    background-color: #fff;
    background-color: var(--white);
    position: relative;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
@media (max-width: 1000px) {
.c-person-bio .c-person-bio-inner {
      width: 100vw;
  }
    }
.c-person-bio .c-person-bio-inner .c-person-bio-content {
      opacity: 0;
      padding: 40px 0;
      will-change: opacity;
      display: block;
      transition: 0.2s opacity;
      min-height: 0;
    }
@media (prefers-reduced-motion: reduce) {
.c-person-bio .c-person-bio-inner .c-person-bio-content {
        transition: none;
    }
      }
.c-person-bio .c-person-bio-inner .c-person-bio-content .subtitle {
        font-size: 0.75rem;
        margin-top: 0;
        margin-bottom: 7px;
      }
.c-person-bio .c-person-bio-inner .c-person-bio-content .c-person-bio-name {
        margin-top: 0;
        margin-bottom: 0;
      }
.c-person-bio .c-person-bio-inner .c-person-bio-content .c-person-bio-position {
        margin-top: 10px;
        margin-bottom: 0;
      }
.c-person-bio .c-person-bio-inner .c-person-bio-content .e-email-link {
        margin-top: 18px;
        margin-bottom: 0;
      }
.c-person-bio .c-person-bio-inner .c-person-bio-content .c-person-bio-body {
        padding: 30px 0;
        margin: 0;
      }
.c-person-bio .c-person-bio-close {
    position: absolute;
    top: 28px;
    right: 28px;
    opacity: 0;
    will-change: opacity;
    transition: 0.2s opacity;
    z-index: 1;
  }
@media (prefers-reduced-motion: reduce) {
.c-person-bio .c-person-bio-close {
      transition: none;
  }
    }
.c-person-bio .c-person-bio-close:hover,
    .c-person-bio .c-person-bio-close:focus {
      text-decoration: underline;
    }
.c-person-bio.-active {
    z-index: 10;
    opacity: 1;
    transition: 0.2s opacity ease-in-out, 0s z-index 0s;
  }
@media (prefers-reduced-motion: reduce) {
.c-person-bio.-active {
      transition: none;
  }
    }
.c-person-bio.-active .c-person-bio-empty {
      min-width: 60vw;
      transition: 0.2s min-width 0.2s;
    }
@media (prefers-reduced-motion: reduce) {
.c-person-bio.-active .c-person-bio-empty {
        transition: none;
    }
      }
@media (max-width: 1000px) {
.c-person-bio.-active .c-person-bio-empty {
        min-width: 0;
    }
      }
.c-person-bio.-active .c-person-bio-content,
    .c-person-bio.-active .c-person-bio-close {
      opacity: 1;
      transition: 0.2s opacity 0.4s;
    }
@media (prefers-reduced-motion: reduce) {
.c-person-bio.-active .c-person-bio-content,
    .c-person-bio.-active .c-person-bio-close {
        transition: none;
    }
      }
.c-photo-tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.c-photo-tile .c-photo-tile-figure {
    margin: 0;
  }
.c-photo-tile .c-photo-tile-figure .c-photo-tile-votes {
      padding: 4px 4px 2px 8px;
      background-color: #fdbe57;
      background-color: var(--orange-light);
      display: inline-block;
      margin: 0 0 16px 0;
    }
.c-photo-tile .c-photo-tile-figure .c-photo-tile-title,
    .c-photo-tile .c-photo-tile-figure .c-photo-tile-photographer {
      margin: 0;
    }
.c-photo-tile:hover .c-photo-tile-title, .c-photo-tile:focus .c-photo-tile-title {
      text-decoration: underline;
    }
.c-post-list-item {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}
.c-post-list-item .c-card {
    display: grid;
    grid-column-gap: 24px;
  }
@media (max-width: 1000px) {
.c-post-list-item .c-card {
      display: block;
  }
    }
.c-post-list-item .c-card .e-caps-label--topic,
    .c-post-list-item .c-card .e-caps-label--media-type,
    .c-post-list-item .c-card .e-caps-label--event-type,
    .c-post-list-item .c-card .e-event-location-label {
      text-align: right;
    }
@media (max-width: 1000px) {
.c-post-list-item .c-card .e-caps-label--topic,
    .c-post-list-item .c-card .e-caps-label--media-type,
    .c-post-list-item .c-card .e-caps-label--event-type,
    .c-post-list-item .c-card .e-event-location-label {
        text-align: left;
    }
      }
.c-post-list-item .c-card .c-card-categories .e-caps-label--media-type {
        margin-right: 0;
      }
@media (max-width: 1000px) {
.c-post-list-item .c-card .c-card-categories .e-caps-label--media-type {
          margin-right: 12px;
      }
        }
.c-post-list-item.c-event-list-item .c-card {
      grid-template-columns: 1fr 4fr 1fr 1fr;
    }
.c-post-list-item.c-news-list-item .c-card {
      grid-template-columns: 3fr 2fr 1fr;
    }
.c-post-list-item.c-news-list-item .c-card .e-card-title {
        grid-column: 1;
        grid-row: 1 / span 3;
        margin: 0;
      }
.c-post-list-item.c-news-list-item .c-card .e-card-spacer {
        grid-column: 2;
        grid-row: 1 / span 3;
        margin: 0;
      }
.c-post-list-item.c-news-list-item .c-card .e-card-body-text {
        grid-column: 2;
        grid-row: 1 / span 3;
      }
.c-post-list-item.c-news-list-item .c-card .e-caps-label--dates {
        grid-column: 3;
        grid-row: 1;
        text-align: right;
      }
@media (max-width: 1000px) {
.c-post-list-item.c-news-list-item .c-card .e-caps-label--dates {
          text-align: left;
      }
        }
.c-post-list-item.c-news-list-item .c-card .c-card-categories {
        grid-column: 3;
        grid-row: 2;
      }
.c-post-list-item.c-news-list-item .c-card .c-card-categories .e-caps-label--topic,
        .c-post-list-item.c-news-list-item .c-card .c-card-categories .e-caps-label--media-type {
          display: block;
        }
.c-related-item {
  text-decoration: none;
  background-color: #fff;
  background-color: var(--white);
  clip-path: polygon(0 10px, 100% 0, 100% 100%, 0% 100%);
  display: block;
  flex: 1 1 0;
  padding: 0 32px;
}
.c-related-item .c-related-item-inner {
    padding: 48px 0 32px 0;
  }
.c-related-item .c-related-item-inner .e-list-item-title {
      margin-top: 0;
      margin-bottom: 16px;
    }
.c-related-item .c-related-item-inner .c-related-page-description {
      margin: 0;
    }
.c-related-item .c-related-item-inner .e-caps-label--media-type,
    .c-related-item .c-related-item-inner .e-caps-label--event-topic {
      margin-top: 0;
      margin-bottom: 4px;
    }
.c-related-item .c-related-item-inner .e-caps-label--dates {
      margin-top: 0;
      margin-bottom: 8px;
    }
.c-related-item:hover .e-list-item-title, .c-related-item:focus .e-list-item-title {
      text-decoration: underline;
    }
@media (max-width: 1000px) {
    .c-related-item .c-related-item-inner {
      padding-bottom: 0;
    }

      .c-related-item .c-related-item-inner > :last-child {
        margin-bottom: 0;
        padding-bottom: 32px;
      }

    .c-related-item:first-of-type {
      padding-top: 20px;
    }

    .c-related-item:not(:last-of-type) .c-related-item-inner {
      border-bottom: 1px solid #d7d2cb;
      border-bottom: 1px solid var(--grey-light);
    }

    .c-related-item:not(:first-of-type) {
      clip-path: initial;
    }
  }
.c-timeline-list-item {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.c-timeline-list-item .e-timeline-item-bullet {
    height: 4px;
    width: 24px;
    margin-right: 32px;
    margin-top: auto;
    margin-bottom: auto;
  }
@media (max-width: 1000px) {
.c-timeline-list-item .e-timeline-item-bullet {
      width: 18px;
      margin-right: 20px;
      height: 2px;
  }
    }
.c-timeline-list-item .e-timeline-item-bullet path {
      fill: var(--fill);
    }
.c-timeline-list-item .e-list-item-title {
    display: block;
  }
.c-timeline-list-item .e-list-item-description {
    margin-left: 56px;
    width: 100%;

    /* The width of e-timeline-item-bullet and its margin */
  }
@media (max-width: 1000px) {
.c-timeline-list-item .e-list-item-description {
      margin-left: 38px;
  }
    }
.c-video-container {
  position: relative;
  max-width: 500px;
  margin: 40px auto;
  width: 100%;
}
.c-video-container .c-video-inner {
    width: 100%;
    padding-top: 56.25%;
    background: #d7d2cb;
    background: var(--grey-light);
  }
.c-video-container .c-video-inner .c-video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
.m-alumni-list-container {
  margin: 20px 0;
}
.m-alumni-list-container .m-alumni-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.m-alumni-list-container .m-alumni-inner .m-alumni-toggle {
      display: flex;
      align-items: center;
      text-decoration: none;
    }
.m-alumni-list-container .m-alumni-inner .m-alumni-toggle .m-alumni-title {
        margin-top: 0;
        margin-bottom: 8px;
        display: inline-block;
      }
.m-alumni-list-container .m-alumni-inner .m-alumni-toggle .m-alumni-icon {
        height: 16px;
        width: 16px;
        display: inline-block;
        margin-left: auto;
      }
.m-alumni-list-container .m-alumni-inner .m-alumni-toggle:hover .m-alumni-title, .m-alumni-list-container .m-alumni-inner .m-alumni-toggle:focus .m-alumni-title {
          text-decoration: underline;
          text-decoration-color: #f68b1f;
          text-decoration-color: var(--orange-mid);
        }
.m-alumni-list-container .m-alumni-inner .m-alumni-toggle.-active .m-alumni-icon {
          transform: scaleY(-1);
        }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table {
      width: 100%;
      border-collapse: collapse;
      display: table;
      position: relative;
    }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table .m-alumni-table-body {
        overflow-y: auto;
        max-height: 0;
        display: block;
        transition: 0.4s max-height ease-in-out;
      }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table.-active .m-alumni-table-body {
          max-height: 60vh;
          height: 100%;
        }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-desktop-headers {
          display: table-row;
          position: sticky;
          top: 0;
        }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-desktop-headers {
            display: none;
        }
          }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-mobile-headers {
          width: 100%;
          display: none;
          position: sticky;
          top: 0;
        }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-mobile-headers {
            display: table;
        }
          }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus {
          border-bottom: 1px solid #d7d2cb;
          border-bottom: 1px solid var(--grey-light);
        }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td {
            padding: 16px 0;
          }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-name,
            .m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-city,
            .m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-postcode {
              width: 16.66667%;
            }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-name,
            .m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-city,
            .m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-postcode {
                width: auto;
                width: initial;
                margin-right: 10px;
            }
              }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-name:last-of-type, .m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-city:last-of-type, .m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-postcode:last-of-type {
                  margin-right: 0;
              }
                }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-year {
              width: 8.33333%;
            }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-year {
                display: none;
            }
              }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-project {
              width: 33.33333%;
            }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-project {
                flex: 0 1 100%;
                padding-top: 0;
            }
              }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-name {
              font-weight: bold;
            }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus td.m-alumni-list-city {
              margin-left: auto;
            }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus.-last {
              border: none;
          }
            }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr.m-alumni-list-alumnus {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 8px 0;
        }
          }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr th {
          text-align: left;
          padding: 16px 0;
          border-bottom: 1px solid #51534a;
          border-bottom: 1px solid var(--grey-dark);
          background-color: #fff;
          background-color: var(--white);
        }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr th {
            padding: 8px 0;
        }
          }
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr:last-of-type {
          border-bottom: none;
        }
@media (max-width: 1000px) {
.m-alumni-list-container .m-alumni-inner .m-alumni-list-table tr:last-of-type {
            border-bottom: 1px solid #d7d2cb;
            border-bottom: 1px solid var(--grey-light);
        }
          }
.m-area-tile-list {
  width: 100%;
}
.m-area-tile-list .m-area-tile-title {
    margin: 0 0 24px 0;
  }
.m-area-tile-list .m-area-tile-list-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
@media (max-width: 1000px) {
.m-area-tile-list .m-area-tile-list-inner {
      display: flex;
      flex-direction: column;
  }
    }
.m-article-body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
}
.m-article-body .m-article-body-main {
    grid-column: 1 / 8;
  }
.m-article-body .m-article-body-main .m-article-body-content > :first-child {
        margin-top: 0;
      }
.m-article-body .m-article-body-main .m-article-body-content > :last-child {
        margin-bottom: 0;
      }
.m-article-body .m-article-body-sidebar {
    grid-column: 9 / 13;
  }
.m-article-body .m-article-body-sidebar .c-content-block-link-list {
      margin-bottom: 16px;
    }
.m-article-body .m-article-body-sidebar .c-content-block-link-list:last-child {
        margin-bottom: 0;
      }
.m-article-body .m-article-body-sidebar .c-content-block-link-list + .m-article-body-taxonomy {
        margin-top: 46px;
      }
@media (max-width: 1000px) {
.m-article-body .m-article-body-sidebar .m-article-body-taxonomy {
        margin-top: 46px;
    }
      }
.m-article-body .m-article-body-sidebar .m-article-body-taxonomy .m-article-body-taxonomy-row:last-of-type {
          margin-top: 40px;
        }
.m-article-body .m-article-body-sidebar .m-article-body-taxonomy .m-article-body-taxonomy-row .body-small {
          margin: 0 0 8px 0;
        }
.m-article-body .m-article-body-sidebar .m-article-body-taxonomy .m-article-body-taxonomy-row .e-caps-label {
          display: inline;
          margin-right: 16px;
        }
.m-article-body .m-article-body-sidebar .m-article-body-taxonomy .m-article-body-taxonomy-row .e-caps-label:last-child {
            margin-right: 0;
          }
@media (max-width: 1000px) {
.m-article-body {
    display: block;
}
  }
.m-article-body > :nth-child(2) {
    margin-top: 46px;
  }
.m-body-content-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
}
.m-body-content-wrapper .m-body-content {
    margin-left: 0;
    grid-column: 1 / 8;
  }
@media (max-width: 767px) {
.m-body-content-wrapper .m-body-content {
      width: 100%;
  }
    }
@media (max-width: 1000px) {
.m-body-content-wrapper {
    display: block;
}
  }
.m-body-image-wrapper {
  display: flex;
  margin: 40px 0;
  flex-direction: column;
  align-items: center;
}
.m-contact-form-container .m-contact-form {
    max-width: 500px;
    padding-bottom: 24px;
  }
.m-contact-form-container .m-contact-form .e-button {
      width: 100px;
    }
.m-contact-form-container .m-contact-form .grecaptcha-badge {
      margin: 24px 0;
    }
.m-content-block-list .m-content-block-list-title {
    margin: 0 0 24px 0;
  }
.m-content-block-list .m-content-block-list-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.m-content-block-list .m-content-block-list-inner .m-content-block-list-item .m-content-block-list-image {
        margin-bottom: 24px;
      }
.m-content-block-list .m-content-block-list-inner .m-content-block-list-item .m-content-block-list-image-placeholder {
        width: 100%;
        height: auto;
      }
.m-content-module .m-content-module-inner {
    display: flex;
    grid-gap: 24px;
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 20px auto;
    justify-content: space-between;
  }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner {
      grid-gap: 0;
  }
    }
.m-content-module .m-content-module-inner .m-content-module-main-wrapper,
    .m-content-module .m-content-module-inner .m-content-module-addition {
      width: 50%;
    }
.m-content-module .m-content-module-inner .m-content-module-main-wrapper.m-content-module-links, .m-content-module .m-content-module-inner .m-content-module-addition.m-content-module-links {
        margin-top: 0;
        width: 40%;
      }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner .m-content-module-main-wrapper.m-content-module-links, .m-content-module .m-content-module-inner .m-content-module-addition.m-content-module-links {
          margin: 24px 0 0 0;
          width: 100%;
      }
        }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner .m-content-module-main-wrapper,
    .m-content-module .m-content-module-inner .m-content-module-addition {
        width: 100%;
    }
      }
.m-content-module .m-content-module-inner .m-content-module-main-wrapper {
      z-index: 2;
      margin-top: auto;
      margin-bottom: auto;
    }
.m-content-module .m-content-module-inner .m-content-module-main-wrapper .m-content-module-main {
        padding: 0;
      }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner .m-content-module-main-wrapper .m-content-module-main {
          padding: 16px 0 0 0;
      }
        }
.m-content-module .m-content-module-inner .m-content-module-addition {
      z-index: 1;
      overflow: hidden;
    }
.m-content-module .m-content-module-inner .m-content-module-addition.m-content-module-image {
        margin-top: auto;
        margin-bottom: auto;
      }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner .m-content-module-addition.m-content-module-image {
          max-width: 540px;
          margin-left: auto;
          margin-right: auto;
      }
        }
/* @media (--x-small) {
          margin-
        } */
@media (max-width: 767px) {
.m-content-module .m-content-module-inner .m-content-module-addition.m-content-module-image .m-content-module-image-inner .e-image-container img {
                -o-object-fit: cover !important;
                   object-fit: cover !important;
            }
              }
/* Image always on top on mobile */
@media (max-width: 767px) {
.m-content-module .m-content-module-inner.-right {
        flex-direction: column-reverse;
    }
      }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner.-left {
        flex-direction: column;
    }
      }
@media (max-width: 767px) {
.m-content-module .m-content-module-inner:not(.-left):not(.-right) {
        flex-direction: column;
    }
      }
@media (max-width: 767px) {
.m-content-module.-border .m-content-module-inner > :first-child:not(.m-content-module-addition) {
          margin-top: 90px;
      }
        }
.m-content-module.-border .m-content-module-main-wrapper {
      position: relative;
      background: #fff;
      background: var(--white);
    }
.m-content-module.-border .m-content-module-main-wrapper:before {
        content: "";
        height: 30px;
        width: calc(100% - 1.5px);
        position: absolute;
        top: -13px;
        left: 2px;
        background-color: #fff;
        background-color: var(--white);
        border-bottom: 3px solid #f68b1f;
        border-bottom: 3px solid var(--orange-mid);
        transform: rotate(-2deg) scaleY(-1);
      }
.m-content-module.-border .m-content-module-main-wrapper .m-content-module-main {
        border-left: 3px solid #f68b1f;
        border-left: 3px solid var(--orange-mid);
        padding: 37px 56px 37px 48px;
      }
@media (max-width: 1000px) {
.m-content-module.-border .m-content-module-main-wrapper .m-content-module-main {
          padding: 35px 16px 16px 16px;
      }
        }
.m-content-module.-border .m-content-module-addition.m-content-module-links {
        margin-top: 37px;
      }
@media (max-width: 767px) {
.m-content-module.-border .m-content-module-addition.m-content-module-links {
          margin: 40px 0;
      }
        }
.m-content-module.-border.-image .m-content-module-main-wrapper {
        width: 55%;
      }
@media (max-width: 767px) {
.m-content-module.-border.-image .m-content-module-main-wrapper {
          width: calc(100% - 10px);
          margin: 0 0 0 auto;
          z-index: 3;
      }
        }
.m-content-module.-border.-image .m-content-module-inner {
        grid-gap: 0;
      }
@media (max-width: 767px) {
.m-content-module.-border.-image .m-content-module-inner.-right .m-content-module-main-wrapper {
              margin: -30px 0 auto auto;
          }
            }
.m-content-module.-border.-image .m-content-module-inner.-right .m-content-module-image {
            margin-left: -10%;
          }
@media (max-width: 767px) {
.m-content-module.-border.-image .m-content-module-inner.-right .m-content-module-image {
              margin-left: auto;
              margin-right: auto;
          }
            }
.m-content-module.-border.-image .m-content-module-inner.-left .m-content-module-image {
            margin-right: -10%;
          }
@media (max-width: 767px) {
.m-content-module.-border.-image .m-content-module-inner.-left .m-content-module-image {
              margin-left: auto;
              margin-right: auto;
          }
            }
@media (max-width: 767px) {
.m-content-module.-border.-image .m-content-module-inner.-left .m-content-module-main-wrapper {
              margin: -30px 0 auto auto;
          }
            }
.m-cta {
  position: relative;
  max-width: 1128px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.m-cta .m-cta-background {
    position: relative;
    left: 0;
    max-width: 400px;
    max-height: 150px;
    margin-left: -48px;
    margin-bottom: -60px;
    z-index: 1;
    grid-row: 2;
  }
@media (max-width: 1000px) {
.m-cta .m-cta-background {
      max-width: 80%;
      max-height: 120px;
      margin-left: -24px;
  }
    }
.m-cta .m-cta-inner {
    margin: 0 auto;
    padding: 48px 48px 48px 48px;
    max-width: 1128px;
    max-width: var(--max-width);
    display: grid;
    align-items: center;
    grid-template-columns:
      minmax(0, 500px)
      minmax(0, 500px)
      minmax(100px, 1fr);
    grid-column-gap: 35px;
    z-index: 2;
    position: relative;
  }
.m-cta .m-cta-inner .m-cta-title h2,
      .m-cta .m-cta-inner .m-cta-title em {
        margin: 0;
      }
.m-cta .m-cta-inner .m-cta-title em {
        color: #f04e23;
        color: var(--orange-dark);
        font-style: normal;
      }
@media (max-width: 1000px) {
.m-cta .m-cta-inner .m-cta-title {
        margin-bottom: 16px;
    }
      }
.m-cta .m-cta-inner .m-cta-content {
      grid-row: span 2;
    }
.m-cta .m-cta-inner .m-cta-content .m-cta-text {
        margin-top: 0;
        margin-bottom: 16px;
      }
.m-cta .m-cta-inner .m-cta-content .e-button {
        margin-top: 0;
        margin-bottom: 16px;
      }
.m-cta .m-cta-inner .m-cta-image {
      width: 100px;
      margin: auto;
      position: relative;
      grid-row: span 2;
    }
@media (max-width: 1000px) {
.m-cta .m-cta-inner .m-cta-image {
        margin-left: 0;
    }
      }
@media (max-width: 1000px) {
.m-cta .m-cta-inner {
      display: block;
      padding: 32px 24px;
  }
    }
.m-cta.-orange {
    background-color: #fdbe57;
    background-color: var(--orange-light);
  }
.m-cta.-gold {
    background-color: #e8d781;
    background-color: var(--gold-light);
  }
.m-feature-quote {
  width: 100%;
  position: relative;
}
.m-feature-quote .m-feature-quote-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
  }
.m-feature-quote .m-feature-quote-inner .m-feature-quote-content {
      grid-column: 2 / span 5;
    }
.m-feature-quote .m-feature-quote-inner .m-feature-quote-content .m-feature-quote-icon {
        height: 24px;
        width: auto;
        margin-bottom: 16px;
      }
@media (max-width: 767px) {
.m-feature-quote .m-feature-quote-inner .m-feature-quote-content .m-feature-quote-icon {
          width: 24px;
          height: auto;
      }
        }
.m-feature-quote .m-feature-quote-inner .m-feature-quote-content .m-feature-quote-text {
        margin-top: 0;
        margin-bottom: 24px;
      }
@media (max-width: 767px) {
.m-feature-quote .m-feature-quote-inner .m-feature-quote-content .m-feature-quote-text {
          margin-bottom: 16px;
      }
        }
@media (max-width: 767px) {
.m-feature-quote .m-feature-quote-inner {
      display: block;
      grid-column-gap: 16px;
  }
    }
.m-feature-quote .m-feature-quote-inner .m-feature-quote-image {
      margin: auto 0;
      grid-column: 8 / span 4;
    }
@media (max-width: 767px) {
.m-feature-quote .m-feature-quote-inner .m-feature-quote-image {
        margin-top: 32px;
    }
      }
.m-featured-list .m-featured-list-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.m-featured-list .m-featured-list-inner .m-featured-list-title {
      margin: 0;
    }
.m-featured-list .m-featured-list-inner .m-featured-list-item {
      border-bottom: 1px solid #d7d2cb;
      border-bottom: 1px solid var(--grey-light);
    }
.m-featured-list .m-featured-list-inner .m-featured-list-item .c-card {
        padding: 24px 0;
      }
.m-featured-list .m-featured-list-inner .m-featured-list-item .c-card:first-of-type .c-card {
            padding-top: 0;
            margin-top: 24px;
          }
.m-featured-list .m-featured-list-inner .e-button {
      margin-top: 24px;
    }
.m-featured-post .m-featured-post-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    padding: 40px 0;
    align-items: center;
  }
.m-featured-post .m-featured-post-inner.-right {
      flex-direction: row-reverse;
    }
.m-featured-post .m-featured-post-inner.-right .m-featured-post-list-item {
        margin-left: -10%;
      }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner.-right .m-featured-post-list-item {
          margin: -30px 0 auto auto;
      }
        }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner.-right {
        flex-direction: column-reverse;
    }
      }
.m-featured-post .m-featured-post-inner.-left .m-featured-post-image-container {
        margin-left: -10%;
      }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner.-left .m-featured-post-image-container {
          margin: -30px auto auto auto;
      }
        }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner.-left .m-featured-post-list-item {
          margin: auto 0 auto auto;
      }
        }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner.-left {
        flex-direction: column;
    }
      }
.m-featured-post .m-featured-post-inner .m-featured-post-list-item {
      width: 55%;
    }
.m-featured-post .m-featured-post-inner .m-featured-post-list-item .m-featured-post-list-item-inner {
        flex: 1;
        border-left: 3px solid #f68b1f;
        border-left: 3px solid var(--orange-mid);
        display: flex;
        justify-content: center;
        position: relative;
        background-color: #fff;
        background-color: var(--white);
        z-index: 2;
      }
.m-featured-post .m-featured-post-inner .m-featured-post-list-item .m-featured-post-list-item-inner:before {
          content: "";
          height: 20px;
          width: 100%;
          position: absolute;
          top: -11px;
          left: 0;
          background-color: #fff;
          background-color: var(--white);
          border-bottom: 3px solid #f68b1f;
          border-bottom: 3px solid var(--orange-mid);
          transform: rotate(-2deg) scaleY(-1);
        }
.m-featured-post .m-featured-post-inner .m-featured-post-list-item .m-featured-post-list-item-inner .c-card {
          padding: 47px 56px 37px 48px;
        }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner .m-featured-post-list-item .m-featured-post-list-item-inner .c-card {
            padding: 40px 16px;
        }
          }
.m-featured-post .m-featured-post-inner .m-featured-post-list-item .m-featured-post-list-item-inner.-noimage .c-card {
            width: 100%;
          }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner .m-featured-post-list-item {
        width: calc(100% - 10px);
    }
      }
.m-featured-post .m-featured-post-inner .m-featured-post-image-container {
      flex: 1;
      width: 50%;
      z-index: 1;
    }
.m-featured-post .m-featured-post-inner .m-featured-post-image-container .m-featured-post-image {
        width: 100%;
        position: relative;
        overflow: hidden;
        max-height: 550px;
        height: 9999px;
      }
.m-featured-post .m-featured-post-inner .m-featured-post-image-container .m-featured-post-image .e-image {
          position: relative;
        }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner .m-featured-post-image-container .m-featured-post-image {
          margin: auto;
          max-height: 350px;
      }
        }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner .m-featured-post-image-container {
        width: 100%;
        overflow: hidden;
        margin-top: 24px;
    }
      }
@media (max-width: 767px) {
.m-featured-post .m-featured-post-inner {
      padding: 40px 16px;
  }
    }
.m-focused-topic-event-group {
  .m-focused-topic-event-group-container {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
    .title-and-filter {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start;

      .h4 {
        line-height: 0;
      }
      .instructions {
        line-height: 0;
        margin-bottom: 2rem;
      }
    }
    .events-grid {
      display: flex;
      flex-direction: column;
    }

    .event {
      width: 100%;
      padding: 2rem 0;
      background-color: #fff;
      border-bottom: 1px solid #ccc;
      grid-template-columns: 1.5fr 2fr 1fr;
      display: grid;
    }
  }
}
@media (max-width: 1000px) {
.m-focused-topic-event-group {
  .m-focused-topic-event-group-container {

    .event {
        display: flex;
        flex-direction: column;
    }
  }
}
      }
.m-focused-topic-event-group {
  .m-focused-topic-event-group-container {

      .event .e-card-title {
        grid-column: 1;
        grid-row: 1 / span 3;
        margin: 0;
      }

      .event .e-card-spacer {
        grid-column: 2;
        grid-row: 1 / span 3;
        margin: 0;
      }

      .event .e-card-body-text {
        grid-column: 2;
        grid-row: 1 / span 3;
        overflow: visible;
        max-height: none;
        display: block;
      }

      .event .e-caps-label--dates {
        grid-column: 3;
        grid-row: 1;
        text-align: right;
      }
  }
}
@media (max-width: 1000px) {
.m-focused-topic-event-group {
  .m-focused-topic-event-group-container {

      .event .e-caps-label--dates {
          text-align: left;
      }
  }
}
        }
.m-focused-topic-event-group {
  .m-focused-topic-event-group-container {

      .event .c-card-categories {
        grid-column: 3;
        grid-row: 2;
      }

        .event .c-card-categories .e-caps-label--topic,
        .event .c-card-categories .e-caps-label--media-type {
          display: block;
        }
  }
}
.m-footer {
  background-color: #f6f3ea;
  background-color: var(--beige);
  width: 100%;
}
.m-footer .m-footer-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    padding: 48px 24px 26px 24px;
    margin: 0 auto;
  }
.m-footer .m-footer-inner .m-footer-top {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 24px;
      margin-bottom: 73px;
    }
.m-footer .m-footer-inner .m-footer-top .m-footer-logo-container {
        grid-column: 1 / span 2;
      }
.m-footer .m-footer-inner .m-footer-top .m-footer-logo-container .m-footer-logo {
          height: 72px;
          width: auto;
        }
@media (max-width: 1000px) {
.m-footer .m-footer-inner .m-footer-top .m-footer-logo-container {
          margin-bottom: 32px;
      }
        }
.m-footer .m-footer-inner .m-footer-top .m-footer-body {
        grid-column: 3 / span 5;
      }
.m-footer .m-footer-inner .m-footer-top .m-footer-body .m-footer-heading {
          font-weight: 700;
          margin-top: 0;
          margin-bottom: 8px;
        }
.m-footer .m-footer-inner .m-footer-top .m-footer-body .m-footer-text {
          margin-top: 0;
          margin-bottom: 16px;
        }
.m-footer .m-footer-inner .m-footer-top .m-footer-body .e-button {
          margin: 0;
        }
@media (max-width: 1000px) {
.m-footer .m-footer-inner .m-footer-top .m-footer-body {
          margin-bottom: 48px;
      }
        }
.m-footer .m-footer-inner .m-footer-top .m-footer-links {
        grid-column: 10 / span 3;
      }
.m-footer .m-footer-inner .m-footer-top .m-footer-links .m-footer-link {
          display: block;
          text-decoration: none;
          margin-top: 0;
          margin-bottom: 16px;
        }
.m-footer .m-footer-inner .m-footer-top .m-footer-links .m-footer-link:last-of-type {
            margin-bottom: 0;
          }
@media (max-width: 1000px) {
.m-footer .m-footer-inner .m-footer-top {
        display: block;
        margin-bottom: 48px;
    }
      }
.m-footer .m-footer-inner .m-footer-bottom {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 24px;
    }
.m-footer .m-footer-inner .m-footer-bottom .m-footer-copyright {
        grid-column: 3 / span 5;
      }
.m-footer .m-footer-inner .m-footer-bottom .m-footer-social-container {
        grid-column: 10 / span 3;
      }
.m-footer .m-footer-inner .m-footer-bottom .m-footer-social-container .m-footer-social-link {
          margin-right: 16px;
        }
.m-footer .m-footer-inner .m-footer-bottom .m-footer-social-container .m-footer-social-link:last-of-type {
            margin-right: 0;
          }
.m-footer .m-footer-inner .m-footer-bottom .m-footer-social-container .m-footer-social-link .m-footer-social-icon {
            width: 24px;
            height: 24px;
          }
@media (max-width: 1000px) {
.m-footer .m-footer-inner .m-footer-bottom {
        display: flex;
        flex-direction: column-reverse;
        grid-row-gap: 48px;
        padding-bottom: 4px;
    }
      }
@media (max-width: 1000px) {
.m-footer .m-footer-inner {
      padding: 32px 16px 0 16px;
  }
    }
.m-form {
  width: 100%;
  max-width: 1128px;
  max-width: var(--max-width);
  margin: 0 auto;
  overflow: auto;
}
.m-header {
  background-color: var(--background);
  color: var(--text);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIyMjgiIHZpZXdCb3g9IjAgMCAxNDQwIDIyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgb3BhY2l0eT0iMC4yIiB4PSItMTgyLjE5NiIgeT0iMzAzLjgyMSIgd2lkdGg9IjE5MzkuODIiIGhlaWdodD0iNjAiIHRyYW5zZm9ybT0icm90YXRlKC05IC0xODIuMTk2IDMwMy44MjEpIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBvcGFjaXR5PSIwLjIiIGQ9Ik0tMTI1LjkxIDExNC44MTVMMTgwMy4yOCAzMTcuNTgxTDE3OTcuMDEgMzc3LjI1M0wtMTMyLjE4MiAxNzQuNDg3TC0xMjUuOTEgMTE0LjgxNVoiIGZpbGw9IndoaXRlIi8+CjxyZWN0IG9wYWNpdHk9IjAuMiIgeD0iLTQ1OCIgeT0iMjI5LjQ3MSIgd2lkdGg9IjE5MzkuODIiIGhlaWdodD0iNjAiIHRyYW5zZm9ybT0icm90YXRlKC0zIC00NTggMjI5LjQ3MSkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100%;
}
.m-header .m-header-clip {
    height: 51px;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    background: var(--white);
    clip-path: polygon(
      0 100% /* left top */,
      100% 0 /* right top */,
      100% 100% /* right bottom */,
      0 100% /* left bottom */
    );
  }
@media (max-width: 1200px) {
.m-header .m-header-clip {
      height: 31px;
  }
    }
@media (max-width: 767px) {
.m-header .m-header-clip {
      display: none;
  }
    }
.m-header .m-header-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 32px 24px 120px 24px;
    padding: 32px 24px var(--standard-vertical-gap) 24px;
  }
.m-header .m-header-inner .m-header-main {
      grid-column: span 6;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs {
        margin-top: 0;
      }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb {
          color: var(--text);
          text-decoration: none;
          margin: 0;
        }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:after {
            content: " / ";
          }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:focus span, .m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:hover span {
              text-decoration: underline;
            }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:last-of-type {
            font-weight: 700;
          }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:last-of-type:after {
              content: "";
            }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:first-child .m-header-home-icon {
              display: none;
              height: 16px;
              width: 16px;
            }
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:first-child .m-header-home-icon path {
                fill: var(--text);
              }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:first-child {
              vertical-align: middle;
          }
              .m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:first-child span {
                display: none;
              }

              .m-header .m-header-inner .m-header-main .m-header-breadcrumbs .m-header-breadcrumb:first-child .m-header-home-icon {
                display: inline-block;
                align-self: baseline;
              }
            }
.m-header .m-header-inner .m-header-main .m-header-body {
        margin: 65px auto auto 0;
      }
.m-header .m-header-inner .m-header-main .m-header-body .m-header-title {
          color: var(--text);
          margin-top: 0;
          margin-bottom: 20px;
        }
.m-header .m-header-inner .m-header-main .m-header-body .m-header-text > * {
            color: var(--text);
          }
.m-header .m-header-inner .m-header-main .m-header-body .m-header-text > :first-child {
            margin-top: 0;
          }
.m-header .m-header-inner .m-header-main .m-header-body .m-header-text > :last-child {
            margin-bottom: 0;
          }
.m-header .m-header-inner .m-header-main .m-header-body .e-caps-label--dates {
          margin-top: 0;
          margin-bottom: 8px;
        }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-main .m-header-body {
          margin-top: 24px;
      }
        }
.m-header .m-header-inner .m-header-main .m-header-bg {
        display: none;
      }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-main .m-header-bg {
          display: block;
          width: calc(100% + 48px);
          margin-left: -24px;
      }
        }
.m-header .m-header-inner .m-header-aside {
      grid-column: 8 / span 5;
      position: relative;
    }
.m-header .m-header-inner .m-header-aside .m-header-image {
        position: absolute;
        z-index: 2;
        width: 100%;
        margin-top: -32px;
      }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-aside .m-header-image .e-square-image-container {
            padding-top: 56.25%;
        }
          }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-aside .m-header-image {
          width: calc(100% - 48px);
          margin: -30px auto auto auto;
          position: relative;
      }
        }
.m-header .m-header-inner .m-header-aside .m-header-contact {
        width: 80%;
        margin: auto 0 0 auto;
        position: relative;
      }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-aside .m-header-contact {
          width: calc(100% - 48px);
          margin: -30px auto auto auto;
          position: relative;
      }
        }
@media (max-width: 767px) {
.m-header .m-header-inner .m-header-aside {
        width: calc(100% + 48px);
        margin: auto -24px;
        background-color: #fff;
        background-color: var(--white);
    }
      }
@media (max-width: 767px) {
.m-header .m-header-inner {
      display: flex;
      flex-direction: column;
      padding-bottom: 0;
  }
    }
@media (max-width: 767px) {
.m-header {
    background-image: none;
}
  }
.m-hero-stat {
  width: 100%;
  position: relative;
  margin: auto;
}
.m-hero-stat .m-hero-stat-inner {
    display: flex;
    margin: auto;
    gap: 50px;
    max-width: 1128px;
    max-width: var(--max-width);
  }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content {
      flex: 1;
    }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-title {
        margin-top: 0;
        margin-bottom: 16px;
      }
@media (max-width: 1000px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-title {
          margin-bottom: 24px;
      }
        }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 16px;
        grid-column-gap: 50px;
        flex-wrap: wrap;
      }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper .e-stat-title-container {
          padding: 0;
          margin: 0;
          flex: 1;
          max-width: 370px;
          align-items: flex-start;
        }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper .e-stat-title-container .e-stat-subtitle {
            text-align: left;
            font-family: "Open Sans", sans-serif;
            font-family: var(--font-family-open);
            font-weight: 700;
            font-size: 1.5rem;
            line-height: 1.3;
          }
@media (max-width: 1000px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper .e-stat-title-container .e-stat-subtitle {
              font-size: 1.3125rem;
          }
            }
@media (max-width: 500px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper .e-stat-title-container .e-stat-subtitle {
              text-align: center;
          }
            }
@media (max-width: 500px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper .e-stat-title-container {
            align-items: center;
        }
          }
@media (max-width: 1000px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper {
          margin-bottom: 24px;
          grid-column-gap: 40px;
          flex-wrap: wrap;
      }
        }
@media (max-width: 500px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-wrapper {
          grid-row-gap: 24px;
      }
        }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-body {
        margin-bottom: 24px;
      }
@media (max-width: 1000px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-body {
          margin-bottom: 27px;
      }
        }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-body > :first-child {
          margin-top: 0;
        }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-content .m-hero-stat-body > :last-child {
          margin-bottom: 0;
        }
.m-hero-stat .m-hero-stat-inner .m-hero-stat-image {
      flex: 1;
      margin: auto;
    }
@media (max-width: 1000px) {
.m-hero-stat .m-hero-stat-inner .m-hero-stat-image {
        display: none;
    }
      }
@media (max-width: 1000px) {
.m-hero-stat .m-hero-stat-inner {
      display: block;
  }
    }
.m-home-hero {
  width: 100%;
  position: relative;
  overflow-x: visible;
  padding-top: 48px;
}
.m-home-hero .m-home-hero-bg {
    position: absolute;
    width: 100vw;
    top: 80%;
    max-height: 600px;
    z-index: 1;
  }
@media (max-width: 767px) {
.m-home-hero .m-home-hero-bg {
      display: none;
  }
    }
.m-home-hero .m-home-hero-inner {
    display: grid;
    grid-column-gap: 24px;
    max-width: 1128px;
    max-width: var(--max-width);
    margin: auto;
    grid-template-columns: 1fr 1fr;
  }
.m-home-hero .m-home-hero-inner .m-home-hero-image-container {
      margin: auto;
      width: 100%;
      z-index: 2;

      /* & .m-home-hero-image {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 450px;

        @media (--small) {
          height: 375px;
        }
      } */
    }
@media (max-width: 767px) {
.m-home-hero .m-home-hero-inner .m-home-hero-image-container {
        margin-bottom: 25px;
    }
      }
.m-home-hero .m-home-hero-inner .m-home-hero-content {
      margin: auto 24px;
      z-index: 2;
    }
.m-home-hero .m-home-hero-inner .m-home-hero-content .m-home-hero-title {
        margin-top: 0;
        margin-bottom: 24px;
      }
@media (max-width: 767px) {
.m-home-hero .m-home-hero-inner .m-home-hero-content .m-home-hero-title {
          margin-bottom: 16px;
      }
        }
.m-home-hero .m-home-hero-inner .m-home-hero-content .m-home-hero-body {
        margin-bottom: 24px;
      }
@media (max-width: 767px) {
.m-home-hero .m-home-hero-inner .m-home-hero-content .m-home-hero-body {
          margin-bottom: 27px;
      }
        }
.m-home-hero .m-home-hero-inner .m-home-hero-content .m-home-hero-body > :first-child {
          margin-top: 0;
        }
.m-home-hero .m-home-hero-inner .m-home-hero-content .m-home-hero-body > :last-child {
          margin-bottom: 0;
        }
.m-home-hero .m-home-hero-inner .m-home-hero-content .e-button {
        display: inline-block;
      }
@media (max-width: 767px) {
.m-home-hero .m-home-hero-inner .m-home-hero-content {
        margin: auto;
    }
      }
@media (max-width: 767px) {
.m-home-hero .m-home-hero-inner {
      grid-column-gap: 16px;
      display: block;
  }
    }
.c-nav-upper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid rgba(215, 210, 203, 0.3);
  border-bottom: 1px solid rgba(var(--grey-light-rgb), 0.3);
  height: 40px;
  position: relative;
}
@media (max-width: 1000px) {
.c-nav-upper {
    border: none;
}
  }
.c-nav-upper .c-nav-upper-icon-link {
    display: block;
    transition: 0.2s opacity 0.6s, 0s max-width 0.6s, 0.3s filter 0s;
    height: auto;
    height: initial;
    max-width: 100vw;
    overflow: hidden;
  }
.c-nav-upper .c-nav-upper-icon-link .c-nav-upper-icon {
      height: 38px;
      width: auto;
    }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-icon-link .c-nav-upper-icon {
        height: 32px;
    }
      }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-icon-link.-search {
        height: 0;
        max-width: 0;
    }
      }
.c-nav-upper .c-nav-upper-icon-link:hover,
    .c-nav-upper .c-nav-upper-icon-link:focus {
      filter: opacity(0.6);
    }
.c-nav-upper .c-nav-upper-ui {
    margin-left: auto;
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper {
      display: inline-flex;
      align-items: center;
      margin-right: 8px;
    }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-bar {
        width: 0;
        height: 0;
        padding: 0;
        border: 0;
        transition: 0.5s padding linear, 0.5s width ease-in-out;
        display: inline-block;
      }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-bar:focus {
          outline: none;
        }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-button {
        background-color: #f6f3ea;
        background-color: var(--beige);
        height: 100%;
        padding: 0 12px;
        display: inline-block;
      }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-button:hover {
          background-color: #e8d781;
          background-color: var(--gold-light);
        }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-button .c-nav-upper-search-icon {
          height: 22px;
          width: 22px;
          vertical-align: middle;
          margin: 8px 0;
        }
@media (max-width: 1000px) {
              .c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-button .c-nav-upper-search-icon:hover path {
                fill: #f04e23;
                fill: var(--orange-dark);
              }
          }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-button {
          padding: 0 8px;
          background-color: transparent;
      }

          .c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper .c-nav-upper-search-button:hover {
            background-color: transparent;
          }
        }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui .c-nav-upper-search-wrapper {
        flex-direction: row-reverse;
    }
      }
.c-nav-upper .c-nav-upper-ui .c-nav-upper-login,
    .c-nav-upper .c-nav-upper-ui .c-nav-upper-member {
      display: inline-block;
      margin-right: 8px;
    }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui .c-nav-upper-login,
    .c-nav-upper .c-nav-upper-ui .c-nav-upper-member {
        display: none;
    }
      }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui.-search {
        width: 100%;
    }
      }
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-bar {
          width: 182px;
          height: 38px;
          padding: 9px 8px;
          border: 1px solid #fdbe57;
          border: 1px solid var(--orange-light);
          border-right: none;
        }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-bar {
            border: none;
            height: 24px;
            width: 100%;
            padding: 2px 0;
        }
          }
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-button {
          background-color: #fdbe57;
          background-color: var(--orange-light);
        }
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-button path {
            fill: #f04e23;
            fill: var(--orange-dark);
          }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-button path {
              fill: #f68b1f;
              fill: var(--orange-mid);
          }
            }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-button {
            background-color: transparent;
        }
          }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper .c-nav-upper-search-button {
            padding: 0 8px;
            background-color: transparent;
        }
          }
@media (max-width: 1000px) {
.c-nav-upper .c-nav-upper-ui.-search .c-nav-upper-search-wrapper {
          width: calc(100% - 48px);
      }
        }
/* SAFARI SEARCH FIELD */
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.m-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}
.m-nav .m-nav-inner {
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1128px;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
  }
@media (max-width: 1000px) {
.m-nav .m-nav-inner .m-nav-inner-lower-wrapper {
        display: none;
        border-right: 50px solid #f04e23;
        border-right: 50px solid var(--orange-dark);
    }
      }
@media (max-width: 767px) {
.m-nav .m-nav-inner .m-nav-inner-lower-wrapper {
        border-right: 30px solid #f04e23;
        border-right: 30px solid var(--orange-dark);
    }
      }
@media (max-width: 1000px) {
.m-nav .m-nav-inner .m-nav-inner-lower-wrapper.-active {
          display: block;
          height: 100%;
      }
        }
@media (max-width: 1000px) {
.m-nav .m-nav-inner {
      padding: 0 16px;
  }
    }
@media (max-width: 1000px) {
.m-nav.-active {
      height: 100vh;
      overflow-y: auto;
  }
    }
.m-person-grid .m-person-grid-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.m-person-grid .m-person-grid-inner .person-grid-title {
      margin-top: 0;
      margin-bottom: 24px;
    }
.m-person-grid .m-person-grid-inner .m-person-grid-wrapper {
      display: grid;
      flex-wrap: wrap;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      grid-row-gap: 50px;
      grid-column-gap: 50px;
      width: 100%;
      position: relative;
    }
@media (max-width: 767px) {
.m-person-grid .m-person-grid-inner .m-person-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 32px;
        grid-column-gap: 16px;
    }
      }
@media (max-width: 1000px) {
.m-person-grid .m-person-grid-inner .m-person-grid-wrapper.-slide .c-person-tile {
            min-width: 220px;
        }
          }
@media (max-width: 1000px) {
.m-person-grid .m-person-grid-inner .m-person-grid-wrapper.-slide {
          grid-column-gap: 15px;
          width: auto;
          width: initial;
          display: flex;
          overflow-x: auto;
          flex-wrap: nowrap;
          -ms-overflow-style: none; /* IE and Edge */
          scrollbar-width: none; /* Firefox */
      }

          .m-person-grid .m-person-grid-inner .m-person-grid-wrapper.-slide::-webkit-scrollbar {
            display: none;
          }
        }
.m-person-grid .m-person-grid-inner > .e-button {
      margin-top: 23px;
    }
.m-recent-news .m-recent-news-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.m-recent-news .m-recent-news-inner .m-recent-news-title {
      margin-top: 0;
      padding-bottom: 24px;
      margin-bottom: 0;
    }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 24px;
    }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main {
        grid-column: 1 / span 7;
        position: relative;
      }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main:before {
          content: "";
          width: 100%;
          position: absolute;
          top: -12px;
          left: 0;
          border-bottom: 3px solid var(--border);
          transform: rotate(-2deg) scaleY(-1);
        }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main:before {
            display: none;
        }
          }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main .m-recent-news-main-inner {
          border-left: 3px solid var(--border);
          position: relative;
          z-index: 2;
        }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main .m-recent-news-main-inner .c-card {
            padding: 47px 56px 37px 48px;
          }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main .m-recent-news-main-inner .c-card {
              margin: auto;
              padding: 0 0 24px 0;
              border-bottom: 1px solid #d7d2cb;
              border-bottom: 1px solid var(--grey-light);
          }
            }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-main .m-recent-news-main-inner {
            border-left: none;
            padding: 0;
        }
          }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-other {
        grid-column: 9 / span 4;
      }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-other .c-card {
          margin-bottom: 34px;

          /* H5 typography overwrite */
        }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-other .c-card .e-card-title {
            font-family: "Lora", serif;
            font-family: var(--font-family-lora);
            font-weight: 500;
            font-size: 1.3125rem;
            line-height: 1.3;
          }
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-other .c-card:last-of-type {
            margin-bottom: 0;
          }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper .m-recent-news-other .c-card {
            margin: auto;
            padding: 24px 0;
            border-bottom: 1px solid #d7d2cb;
            border-bottom: 1px solid var(--grey-light);
        }
          }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-wrapper {
        display: block;
    }
      }
.m-recent-news .m-recent-news-inner .m-recent-news-button {
      margin-top: 24px;
    }
.m-recent-news .m-recent-news-inner .m-recent-news-button.-desktop {
        display: block;
      }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-button.-desktop {
          display: none;
      }
        }
.m-recent-news .m-recent-news-inner .m-recent-news-button.-mobile {
        display: none;
      }
@media (max-width: 767px) {
.m-recent-news .m-recent-news-inner .m-recent-news-button.-mobile {
          display: block;
      }
        }
.m-related {
  background-color: #d7d2cb;
  background-color: var(--grey-light);
  padding: 48px 0;
  margin-top: 48px;
  margin-top: var(--small-vertical-gap);
}
.m-related .m-related-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.m-related .m-related-inner .m-related-title {
      margin-top: 0;
      margin-bottom: 24px;
      color: #51534a;
      color: var(--grey-dark);
    }
.m-related .m-related-inner .m-related-wrapper {
      display: flex;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      grid-column-gap: 24px;
      grid-row-gap: 24px;
    }
@media (max-width: 1000px) {
.m-related .m-related-inner .m-related-wrapper {
        display: block;
    }
      }
.m-search-pagination {
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  list-style: none;
  padding: 0;
}
.m-search-pagination .m-search-paginate-button {
    padding: 9px 0;
    text-align: center;
    background-color: #d7d2cb;
    background-color: var(--grey-light);
    margin-right: 6px;
    width: 47px;
  }
.m-search-pagination .m-search-paginate-button.-disabled {
      background-color: #d7d2cb;
      background-color: var(--grey-light);
      color: #817371;
      color: var(--grey-mid);
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5;
    }
.m-search-pagination .m-search-paginate-button .m-search-paginate-link {
      text-decoration: none;
      font-weight: 700;
    }
.m-search-pagination .m-search-paginate-button:last-of-type {
      margin-right: 0;
    }
.m-search-pagination .m-search-paginate-button.-active {
      background-color: #fdbe57;
      background-color: var(--orange-light);
    }
.m-search {
  /* margin-top: standard-gap on news index */
  margin-bottom: 48px;
  margin-bottom: var(--small-vertical-gap);
}
.m-search .m-search-inner .m-search-form {
      display: flex;
      align-items: center;
      max-width: 100%;
    }
.m-search .m-search-inner .m-search-form .m-search-button {
        background-color: #d7d2cb;
        background-color: var(--grey-light);
      }
.m-search .m-search-inner .m-search-form .m-search-button .m-search-button-icon {
          height: 24px;
          width: 24px;
          margin: auto;
          padding: 8px 12px;
          display: block;
        }
.m-search .m-search-inner .m-search-form .m-search-button .m-search-button-icon path {
            fill: #f04e23;
            fill: var(--orange-dark);
          }
.m-search .m-search-inner .m-search-form .e-text-input {
        margin-bottom: 0;
      }
.m-search .m-search-inner .m-search-form .e-text-input input {
          height: 40px;
          width: 312px;
        }
.m-search .m-featured-list {
    margin: 0;
  }
.m-search .m-search-results {
    margin-top: 48px;
    margin-top: var(--small-vertical-gap);
    margin-bottom: 48px;
    margin-bottom: var(--small-vertical-gap);
  }
@media (max-width: 767px) {
.m-search .m-search-results {
    margin-top: 24px;
    margin-top: var(--x-small-vertical-gap);
    margin-bottom: 24px;
    margin-bottom: var(--x-small-vertical-gap);
  }
  }
.m-search .results-text {
    margin-top: 16px;
  }
.m-search .m-search-filters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
@media (max-width: 1000px) {
.m-search .m-search-filters {
      flex-direction: column;
      align-items: flex-start;
  }
    }
.m-search .m-search-filters .e-button {
      margin: auto 0;
    }
.m-search .m-search-filters .select {
      margin: auto 0;
    }
.m-search .m-search-filters .select select {
        height: 26px;
      }
@media (max-width: 1000px) {
.m-search .m-search-filters .select select {
          width: 314px;
          max-width: 100%;
      }
        }
.m-search .m-search-results-count span {
      margin-left: 10px;
      color: #f68b1f;
      color: var(--orange-mid);
    }
.m-search-hidden-anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 1000px) {
.m-search-hidden-anchor {
    padding-top: 80px;
    margin-top: -80px;
}
  }
.m-stats {
  width: 100%;
  position: relative;
  background-color: #f6f3ea;
  background-color: var(--beige);
  padding: 5px 0 0 0;
  clip-path: polygon(
    0 50px /* left top */,
    100% 0 /* right top */,
    100% calc(100% - 50px) /* right bottom */,
    0 100% /* left bottom */
  );
}
.m-stats .m-stats-inner {
    z-index: 2;
    display: block;
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
    max-width: 1128px;
    max-width: var(--max-width);
  }
.m-stats .m-stats-inner .m-stats-title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 20px;
    }
.m-stats .m-stats-inner .m-stats-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      width: 100%;
      grid-column-gap: 1rem;
      justify-content: space-between;
    }
@media (max-width: 767px) {
.m-stats .m-stats-inner .m-stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
      }
.m-stats .m-stats-inner .m-stats-wrapper .e-stat-title-container {
        width: 80%;
        padding: 20px 0;
      }
@media (max-width: 1000px) {
.m-stats .m-stats-inner {
      padding: 44px 0 24px 0;
  }
    }
.m-stats .e-stat-background path {
    fill: #fff;
    fill: var(--white);
  }
@media (max-width: 1000px) {
.m-stats {
    clip-path: initial;
    padding: 0;
}
  }
.m-timeline {
  width: 100%;
}
.m-timeline .m-timeline-inner {
    max-width: 1128px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.m-timeline .m-timeline-inner .c-timeline-list-item {
      margin-bottom: 24px;
    }
.p-calendar-comp .p-calendar-comp-teaser {
    margin-bottom: 24px;
  }
.p-calendar-comp .p-calendar-comp-entries {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    grid-row-gap: 24px;
    row-gap: 24px;
    margin-bottom: 24px;
  }
@media (max-width: 1000px) {
.p-calendar-comp .p-calendar-comp-entries {
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 16px;
           column-gap: 16px;
      row-gap: 16px;
  }
    }
@media (max-width: 767px) {
.p-calendar-comp .p-calendar-comp-entries {
      grid-template-columns: 1fr;
  }
    }
.p-calendar-comp .p-calendar-comp-form {
    margin: 40px 0;
    max-width: 500px;
  }
.p-calendar-comp .p-calendar-comp-form form {
      width: 100%;
    }
.p-calendar-comp .p-calendar-comp-form .file-preview {
      height: 40px;
    }
.p-calendar-comp .p-calendar-comp-form .field {
      margin: 20px 0;
    }
.p-calendar-comp .p-calendar-comp-form label a,
      .p-calendar-comp .p-calendar-comp-form label div,
      .p-calendar-comp .p-calendar-comp-form label span {
        display: inline;
      }
.p-calendar-comp .p-calendar-comp-form .e-button {
      width: 100px;
    }
.p-calendar-comp .p-calendar-comp-form .p-calendar-comp-form-error {
      color: #e6002e;
      color: var(--red);
    }
.p-calendar-comp-entry .p-calendar-comp-entry-controls {
    width: calc(99.9% * 2/3 - (24px - 24px * 2/3));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:last-child {
    margin-right: 0;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:nth-child(3n + 1) {
    clear: both;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls span {
      font-weight: bold;
    }
@media (max-width: 767px) {
.p-calendar-comp-entry .p-calendar-comp-entry-controls {
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:last-child {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:nth-child(1n) {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-controls:nth-child(1n + 1) {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
    }
.p-calendar-comp-entry .p-calendar-comp-entry-photo {
    width: calc(99.9% * 2/3 - (24px - 24px * 2/3));
    margin-bottom: 50px;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:last-child {
    margin-right: 0;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:nth-child(3n + 1) {
    clear: both;
  }
@media (max-width: 767px) {
.p-calendar-comp-entry .p-calendar-comp-entry-photo {
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:last-child {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:nth-child(1n) {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-photo:nth-child(1n + 1) {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
    }
.p-calendar-comp-entry .p-calendar-comp-entry-photo .e-image-container {
      padding-top: 75%;
    }
.p-calendar-comp-entry .p-calendar-comp-entry-share {
    margin-left: calc(99.9% * (-1/12 * -1) - (24px - 24px * (-1/12 * -1)) + 24px) !important;
    width: calc(99.9% * 3/12 - (24px - 24px * 3/12));
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:last-child {
    margin-right: 0;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:nth-child(12n) {
    margin-right: 0;
    float: right;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:nth-child(12n + 1) {
    clear: both;
  }
@media (max-width: 767px) {
.p-calendar-comp-entry .p-calendar-comp-entry-share {
      width: auto;
      margin-left: 0 !important;
      margin-right: 24px !important;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:last-child {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:nth-child(1n) {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
.p-calendar-comp-entry .p-calendar-comp-entry-share:nth-child(1n + 1) {
      float: none;
      clear: none;
      margin-right: 0;
      width: auto;
  }
    }
.p-calendar-comp-entry .p-calendar-comp-entry-share h3 {
      color: #817371;
      color: var(--grey-mid);
    }
.p-calendar-comp-entry .p-calendar-comp-entry-share > .e-button {
      display: block;
      float: left;
      clear: both;
      margin-bottom: 16px;
    }
/* TODO: Where to put this */
html {
  scroll-behavior: smooth;
}
.p-course-page-container {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
.p-course-page-container {
    margin-bottom: 16rem;
}
  }
.p-course-page-overview {
  marginbottom: 4rem;
}
@media (min-width: 768px) {
.p-course-page-overview {
    margin-bottom: 8rem;
}
  }
.p-course-page-intro {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
.p-course-page-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4rem;
    margin-bottom: 4rem;
}
  }
.p-course-page-intro-text {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.p-course-page-intro-image {
  display: none;
}
@media (min-width: 768px) {
.p-course-page-intro-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
  }
.p-course-page-subjects-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1rem;
}
@media (min-width: 768px) {
.p-course-page-subjects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2rem;
}
  }
/* TODO: responsive? */
.p-error-image-container {
  position: relative;
}
.p-error-image-container .p-error-image-wrapper {
    max-width: 50%;
  }
@media (max-width: 767px) {
.p-error-image-container .p-error-image-wrapper {
      max-width: none;
  }
    }
.news-index .m-search {
    margin-top: 48px;
    margin-top: var(--small-vertical-gap);
  }
.container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.-hide {
  display: none;
}
.inner {
  padding: 0 18px;
}

:root {
  --reach-skip-nav: 1;
}

[data-reach-skip-nav-link] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

[data-reach-skip-nav-link]:focus {
  padding: 1rem;
  position: fixed;
  top: 10px;
  left: 10px;
  background: white;
  z-index: 1;
  width: auto;
  height: auto;
  clip: auto;
}

/* This code is subject to LICENSE in root of this repository */

/* Used to detect in JavaScript if apps have loaded styles or not. */

:root {
  --reach-dialog: 1;
}

[data-reach-dialog-overlay] {
  background: hsla(0, 0%, 0%, 0.33);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

[data-reach-dialog-content] {
  width: 50vw;
  margin: 10vh auto;
  background: white;
  padding: 2rem;
  outline: none;
}

