:root {
  --gallery-filter-arrow-down: url("../svg/gallery-filter-arrow-down.svg");
  --page-nav-arrow-down: url("../svg/icon-page-nav-arrow-down.svg");
}

@font-face {
  font-family: Graphik;
  src: url("../woff2/graphik-bold-italic.woff2") format("woff2"), url("../woff/graphik-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Graphik;
  src: url("../woff2/graphik-bold.woff2") format("woff2"), url("../woff/graphik-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Graphik;
  src: url("../woff2/graphik-regular-italic.woff2") format("woff2"), url("../woff/graphik-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Graphik;
  src: url("../woff2/graphik-regular.woff2") format("woff2"), url("../woff/graphik-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Graphik;
  src: url("../woff2/graphik-semibold.woff2") format("woff2"), url("../woff/graphik-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Trade Gothic;
  src: url("../woff2/tradegothicltstd.woff2") format("woff2"), url("../woff/tradegothicltstd.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  color: #333;
  background: #ffffffbf;
  border: none;
  position: absolute;
}

.flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.flickity-page-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  position: absolute;
  bottom: -25px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  opacity: .25;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

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

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

html {
  box-sizing: border-box;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

label {
  cursor: pointer;
}

sup {
  vertical-align: baseline;
  padding: 0 .3em 0 .1em;
  font-size: 85%;
  position: relative;
  top: -.4em;
}

a {
  text-decoration: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after, .clearfix:before {
  content: ".";
  zoom: 1;
  height: 0;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  width: .0625rem;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}

.screen-reader-text:focus {
  z-index: 100;
  width: auto;
  height: auto;
  display: block;
  top: .3125rem;
  left: .3125rem;
  clip: auto !important;
}

.skip-to-content-link {
  color: #fff;
  background-color: #005587;
  padding: .75rem;
}

.admin-bar .skip-to-content-link {
  z-index: 999999;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

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

a {
  color: #000;
}

a:hover, afocus {
  text-decoration: underline;
}

.wrap-long-word {
  word-break: break-all;
}

table {
  width: 100%;
}

@media (max-width: 40em) {
  table tr td {
    display: block;
  }
}

td, th {
  padding: 1.25rem 1.5625rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

thead th, thead td {
  color: #fff;
  text-align: left;
  background-color: #005587;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-weight: 700;
}

tbody tr:nth-of-type(2n) td {
  background-color: #f5f5f5;
}

.wysiwyg h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .wysiwyg h1 {
    font-size: 1.875rem;
  }
}

.wysiwyg h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .wysiwyg h2 {
    font-size: 1.5rem;
  }
}

.wysiwyg h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .wysiwyg h3 {
    font-size: 1.25rem;
  }
}

.wysiwyg h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .wysiwyg h4 {
    font-size: 1rem;
  }
}

.wysiwyg h5, .wysiwyg h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .wysiwyg h5, .wysiwyg h6 {
    font-size: 1rem;
  }
}

.wysiwyg blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.wysiwyg blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.wysiwyg p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.wysiwyg a {
  color: #005587;
  text-decoration: underline;
}

.wysiwyg ul, .wysiwyg ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg li {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 53.75em) {
  .wysiwyg .two-column-list {
    columns: 2;
    column-gap: 2.8125rem;
    max-width: 53.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.wysiwyg dt {
  margin-bottom: .5rem;
}

.wysiwyg dd {
  margin-bottom: 2rem;
}

.wysiwyg figure, .wysiwyg .node-image .content {
  max-width: 100%;
  margin-bottom: 2rem;
  display: table;
}

.wysiwyg figure.wp-block-embed {
  display: block;
}

.wysiwyg figure.wp-block-gallery {
  display: flex;
}

.wysiwyg figcaption, .wysiwyg .image-caption-wrapper {
  caption-side: bottom;
  text-align: right;
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
  display: table-caption;
}

.wysiwyg .node-image p {
  margin: 0;
}

.main-content {
  padding-top: 3.125rem;
}

@media print {
  .main-content {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

img.orientation--portrait {
  width: auto;
  max-height: 40rem;
}

.alignleft, .alignright {
  float: none;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.responsive-embed {
  position: relative;
  overflow: hidden;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media-credit, .node-image .photo-credit {
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #666;
  font-size: .5rem;
  display: block;
}

@media (min-width: 43.75em) {
  .alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
  }

  .alignright {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}

svg {
  fill: currentColor;
}

.icon, .logo {
  stroke-width: 0;
  stroke: currentColor;
  width: 1em;
  height: 1em;
}

svg.logo-society-for-science-and-the-public {
  width: 1em;
  height: .215em;
}

.pagination {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875em 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  display: flex;
}

@media (max-width: 40em) {
  .pagination {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pagination .next-link {
  order: 3;
}

.pagination .previous-link {
  order: 1;
}

.pagination .next-link, .pagination .previous-link {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  border: .1875rem solid #005587;
  padding: 1.375rem 3.4375rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
}

.pagination .next-link:hover, .pagination .next-link:focus, .pagination .previous-link:hover, .pagination .previous-link:focus {
  color: #fff;
  background-color: #005587;
}

@media (max-width: 57.5em) {
  .pagination .next-link, .pagination .previous-link {
    order: 1;
    width: 50%;
    margin-bottom: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media (max-width: 40em) {
  .pagination .next-link, .pagination .previous-link {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.pagination .disabled {
  visibility: hidden;
}

@media (max-width: 57.5em) {
  .pagination .disabled {
    display: none;
  }
}

.pagination .link-items {
  flex-direction: row;
  order: 2;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
}

@media (max-width: 57.5em) {
  .pagination .link-items {
    order: 2;
    width: 100%;
  }
}

.pagination .link-item {
  color: #000;
  text-align: center;
  border-radius: 50%;
  height: 0;
  padding: 46% 1.03125rem 54%;
  font-size: 1.625rem;
  line-height: 0;
  display: block;
}

@media (max-width: 40em) {
  .pagination .link-item {
    font-size: 1.375rem;
  }
}

.pagination .current {
  color: #fff;
  cursor: default;
  background-color: #005587;
  width: 4.0625rem;
}

.pagination .current:hover, .pagination .current:focus {
  text-decoration: none;
}

.pagination .link-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: .0625em;
  height: .0625em;
  margin: -.0625em;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.featured-post {
  flex-direction: row;
  align-items: center;
  max-width: 60rem;
  margin: 0 auto 6rem;
  display: flex;
}

@media (max-width: 64em) {
  .featured-post {
    padding: 0 1rem;
  }
}

.featured-post .post-date {
  color: #005587;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.featured-post .post-title {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .featured-post .post-title {
    font-size: 1.5rem;
  }
}

.featured-post .post-author {
  text-transform: uppercase;
  letter-spacing: .02em;
  max-width: 39.375rem;
  margin-bottom: .5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .featured-post .post-author {
    font-size: 1rem;
  }
}

.featured-post .post-description {
  font-size: 1rem;
  line-height: 1.5;
}

.featured-post .post-text {
  flex: 23.4375rem;
  padding-right: 1rem;
}

.featured-post .post-media {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 55%;
  margin-left: 2rem;
  position: relative;
}

.featured-post .post-media:after {
  content: " ";
  z-index: -1;
  background-color: #7aaddd;
  width: 15.625rem;
  height: 15.625rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 30em) {
  .featured-post .post-media:after {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

.featured-post .post-media figure {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.featured-post .post-media figcaption {
  caption-side: bottom;
  text-align: right;
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
  display: table-caption;
}

@media (max-width: 31.25em) {
  .featured-post .post-media figcaption {
    float: none;
    max-width: none;
  }
}

.featured-post .post-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.featured-post .post-media-inner {
  margin-top: 2rem;
  margin-left: 2rem;
  line-height: 0;
}

@media (max-width: 40em) {
  .featured-post .post-media-inner {
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

.featured-post .post-call-to-action {
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #000;
  float: right;
  background-color: #ffc927;
  margin-right: 3.125rem;
  padding: 1.375rem 3.25rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.featured-post--left {
  flex-direction: row-reverse;
}

.featured-post--left .post-media {
  margin-left: 0;
  margin-right: 3rem;
}

.featured-post--left .post-call-to-action {
  margin-right: 0;
}

.featured-post--right .post-media:after {
  top: 0;
  left: auto;
  right: 0;
}

.featured-post--right .post-media .post-media-inner {
  margin-left: 0;
  margin-right: 3.125rem;
}

@media (max-width: 60em) {
  .featured-post--right .post-media .post-media-inner {
    margin-right: 2rem;
  }
}

@media (max-width: 40em) {
  .featured-post--right .post-media .post-media-inner {
    margin-right: 1rem;
  }
}

@media (max-width: 60em) {
  .featured-post, .featured-post.featured-post--left {
    flex-direction: column-reverse;
  }

  .featured-post .post-text, .featured-post .post-media {
    flex-basis: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .featured-post .post-media {
    margin-bottom: 1rem;
  }
}

@media print {
  .share-tools {
    display: none;
  }
}

.share-tools .label {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .875rem !important;
}

.share-tools .link {
  text-align: center;
  vertical-align: bottom;
  background-color: #005587;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  padding-top: 9px;
  font-size: 18px;
  display: block;
  color: #fff !important;
  line-height: 18px !important;
}

.share-tools .link .icon {
  fill: currentColor !important;
  width: 18px !important;
  height: 18px !important;
}

.share-tools .icon-email {
  margin-top: -.3125rem;
}

.share-tools.is-preview {
  pointer-events: none;
}

.share-tools.vertical {
  height: 100%;
  position: absolute;
  top: 0;
  left: -6.25rem;
}

.share-tools.vertical .inner {
  position: sticky;
  top: 0;
}

.admin-bar .share-tools.vertical .inner {
  top: 2rem;
}

.share-tools.vertical .link {
  margin-bottom: .8125rem;
  display: block;
}

.share-tools.horizontal {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.share-tools.horizontal .inner {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.share-tools.horizontal .link {
  margin-left: .8125rem;
  display: inline-block;
}

.share-tools.horizontal .label + .link {
  margin-left: 0;
}

@media (max-width: 75em) {
  .share-tools {
    position: static;
  }

  .share-tools .label, .share-tools .link {
    vertical-align: middle;
    margin-right: .375rem;
    display: inline-block;
  }
}

.post-archive {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 40em) {
  .post-archive {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 64em) {
  .post-archive {
    padding: 0 1rem;
  }
}

.post-archive .post-archive-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 3.125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .post-archive .post-archive-title {
    font-size: 1.5rem;
  }
}

.post-archive-items {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 73.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-archive-item {
  background-color: #fff;
  width: 23.125rem;
  margin: 0 0 2.25rem;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

@media (max-width: 50em) {
  .post-archive-item {
    width: 100%;
  }
}

.post-archive-items .post-archive-item {
  margin-left: .75rem;
  margin-right: .75rem;
}

@media (max-width: 50em) {
  .post-archive-items .post-archive-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.post-archive-item .image img {
  object-fit: cover;
  width: 100%;
  height: 240px;
  font-family: "object-fit: cover;";
}

.post-archive-item .image-placeholder {
  padding-top: 67.5%;
}

.search-results .post-archive-item .image-placeholder {
  display: none;
}

.post-archive-item .body {
  text-align: center;
  padding: 2rem 1.5rem;
}

.post-archive-item .description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.post-archive-item .description p, .post-archive-item .description ul, .post-archive-item .description ol, .post-archive-item .description li {
  margin: 1rem 0;
}

.post-archive-item .description ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

.post-archive-item .description > :first-child {
  margin-top: 0;
}

.post-archive-item .description > :last-child {
  margin-bottom: 0;
}

.post-archive-item .archive-item-date {
  color: #005587;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.post-archive-item .archive-item-post-type {
  color: #666;
  margin-bottom: .25em;
  font-size: .875rem;
}

.post-archive-item .archive-item-title {
  max-width: 39.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .post-archive-item .archive-item-title {
    font-size: 1rem;
  }
}

@media (max-width: 50em) {
  .post-archive-item .image img {
    object-fit: fill;
    height: auto;
  }

  .search-results .post-archive-item .image img {
    object-fit: cover;
    height: 240px;
    font-family: "object-fit: cover;";
  }
}

@media (min-width: 40em) {
  .search-results .post-archive-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .search-results .post-archive-item .image {
    flex-shrink: 0;
    order: 1;
    max-width: 23.125rem;
    line-height: 0;
  }

  .search-results .post-archive-item .body {
    text-align: left;
    padding-left: 3rem;
  }
}

.event-archive-page {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 40em) {
  .event-archive-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.event-archive-page .the-title {
  max-width: 39.375rem;
  margin-bottom: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .event-archive-page .the-title {
    font-size: 1.875rem;
  }
}

.event-archive-items {
  flex-wrap: wrap;
  justify-content: normal;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

@media (max-width: 40em) {
  .event-archive-items {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.event-archive-item {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 2.1875rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

.event-archive-item:hover, .event-archive-item:focus {
  z-index: 1;
  text-decoration: none;
  transform: scale(1.05);
}

.event-archive-item .image {
  flex-shrink: 0;
  flex-basis: 33.333%;
  order: 1;
  height: 100%;
  line-height: 0;
}

.event-archive-item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
}

.event-archive-item .body {
  padding: 1.625rem 2.875rem;
}

@media (max-width: 40em) {
  .event-archive-item .body {
    padding: .8125rem 2rem;
  }
}

.event-archive-item .title {
  max-width: 39.375rem;
  margin-bottom: .9375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .event-archive-item .title {
    font-size: 1rem;
  }
}

.event-archive-item .description {
  margin-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.event-archive-item .details {
  display: flex;
}

@media (max-width: 40em) {
  .event-archive-item .details {
    flex-wrap: wrap;
  }
}

.event-archive-item .detail-container {
  flex-grow: 1;
  min-width: 50%;
  margin-bottom: 1.125rem;
}

.event-archive-item .detail-label {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  display: block;
}

.event-archive-item .detail {
  line-height: 1.3333;
  display: block;
}

.event-archive-item .p-location .p-name, .event-archive-item .start-date {
  display: block;
}

@media (max-width: 60em) {
  .event-archive-item {
    display: block;
  }

  .event-archive-item .image, .event-archive-item .image img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.author-bio {
  justify-content: center;
  align-items: center;
  max-width: 70ch;
  margin-bottom: 4.375rem;
  display: flex;
}

.author-bio .author-avatar {
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 2.375rem;
  overflow: hidden;
}

.author-bio .author-details {
  font-size: 1.125rem;
  line-height: 1.5;
}

.author-bio .author-name {
  text-align: left;
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .author-bio .author-name {
    font-size: 1rem;
  }
}

@media (max-width: 30em) {
  .author-bio {
    max-width: none;
    display: block;
  }

  .author-bio .author-avatar {
    margin: 0 auto 1rem;
  }

  .author-bio .author-details, .author-bio .author-name {
    text-align: center;
  }
}

.single-alumni .hero-header {
  max-width: 90rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 40em) {
  .single-alumni .hero-header {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.single-alumni .hero-wrapper {
  background-color: #c2daf0;
  justify-content: space-between;
  padding: 2.1rem 2.1rem 2.1rem 5rem;
  display: flex;
}

.single-alumni .the-title {
  max-width: 39.375rem;
  margin-bottom: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .single-alumni .the-title {
    font-size: 1.875rem;
  }
}

.single-alumni .main {
  flex-flow: column;
  flex-basis: 50%;
  justify-content: center;
  display: flex;
}

.single-alumni .main .hero-description {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.single-alumni .main .terms-pad {
  flex-wrap: wrap;
  display: flex;
}

.single-alumni .main .terms-pad li {
  margin-bottom: 5px;
  margin-right: 5px;
}

.single-alumni .main .terms-pad a {
  color: #fff;
  text-align: center;
  background-color: #005587;
  min-width: 73px;
  padding: 4px 6px;
  font-size: .75rem;
  line-height: 1.3em;
  transition: transform .7s cubic-bezier(.1, .4, .55, 1), -webkit-transform .7s cubic-bezier(.1, .4, .55, 1);
  display: block;
}

.single-alumni .main .terms-pad a:hover {
  transform: translate3d(0, -2px, 0);
}

.single-alumni .sidebar {
  flex-basis: 40%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.single-alumni .sidebar:before {
  content: "";
  background-color: #7aaddd;
  width: 10px;
  height: 90%;
  display: block;
  position: absolute;
  top: 5%;
  left: 18%;
}

.single-alumni .sidebar .share-bar {
  color: #005587;
  flex-flow: column;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.single-alumni .sidebar .share-bar h2 {
  margin-bottom: 1rem;
}

.single-alumni .sidebar .share-bar a {
  text-align: center;
  background-color: #005587;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-bottom: .5rem;
  transition: transform .7s cubic-bezier(.1, .4, .55, 1), -webkit-transform .7s cubic-bezier(.1, .4, .55, 1);
  display: block;
  position: relative;
}

.single-alumni .sidebar .share-bar a:hover {
  transform: translate3d(0, -2px, 0);
}

.single-alumni .sidebar .share-bar svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-alumni .sidebar .share-bar svg path {
  fill: #c2daf0;
}

.single-alumni .sidebar .image-box {
  width: 70%;
}

.single-alumni .sidebar .image-box img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px #00000029;
}

@media (max-width: 60em) {
  .single-alumni .sidebar:before {
    content: unset;
  }
}

@media (max-width: 48.125em) {
  .single-alumni .hero-wrapper {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .single-alumni .sidebar {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 2rem;
  }

  .single-alumni .sidebar .image-box {
    width: 100%;
  }

  .single-alumni .sidebar .share-bar {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
  }

  .single-alumni .sidebar .share-bar h2 {
    text-align: center;
    width: 100%;
  }

  .single-alumni .sidebar .share-bar a {
    margin: 0 5px;
  }
}

.post-type-archive-alumni .main-content, .main-content.hero-photo-collage {
  padding-top: 0;
}

.regeneron-sts-slider {
  margin-bottom: 50px;
}

.archive-alumni .hero-alumni-sliders {
  background-color: #fff;
  border: 1px solid #005587;
  grid-template-areas: "pos1 pos3 pos3 pos4 pos4 pos6 pos8"
                       "pos2 pos3 pos3 pos5 pos7 pos7 pos9";
  display: grid;
}

.archive-alumni .hero-alumni-sliders .flickity-enabled.is-draggable .flickity-viewport {
  width: 100%;
  height: 100%;
}

.archive-alumni .hero-alumni-sliders .flickity-slider {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

.archive-alumni .hero-alumni-sliders .alumni-hero-slider-module {
  background-color: #005587;
}

.archive-alumni .hero-alumni-sliders #hero-pos-1 {
  grid-area: pos1;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-2 {
  grid-area: pos2;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-3 {
  height: 28.56w;
  grid-area: pos3;
}

.archive-alumni .hero-alumni-sliders #hero-pos-4 {
  grid-area: pos4;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-5 {
  grid-area: pos5;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-6 {
  grid-area: pos6;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-7 {
  grid-area: pos7;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-8 {
  grid-area: pos8;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders #hero-pos-9 {
  grid-area: pos9;
  height: 14.28vw;
}

.archive-alumni .hero-alumni-sliders .slide {
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity .8s ease-in-out;
  left: 0 !important;
}

.archive-alumni .hero-alumni-sliders .slide.is-selected {
  opacity: 1;
  z-index: 0;
}

.archive-alumni .hero-alumni-sliders .slide-image {
  border: 2px solid #005587;
  height: 100%;
}

.archive-alumni .hero-alumni-sliders .slide-image a {
  background-color: #005587;
  width: 100%;
  height: 100%;
  display: flex;
}

.archive-alumni .hero-alumni-sliders .slide-image img {
  object-fit: cover;
  width: 100%;
}

.archive-alumni .slider-module :after {
  background-color: #7aaddd;
}

.archive-alumni .quote-carousel-post-content {
  background-color: #ffc92773;
}

.archive-alumni #alumni-results {
  position: relative;
  top: -100px;
}

.alumni-search-archive-wrapper {
  text-align: left;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: .3125rem 4rem 5.875rem;
}

@media (max-width: 40em) {
  .alumni-search-archive-wrapper {
    padding: 1rem 1.5rem;
  }
}

.alumni-search-archive-wrapper .title {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .alumni-search-archive-wrapper .title {
    font-size: 1.5rem;
  }
}

.alumni-search-archive-wrapper .alumni-archive-items {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item {
  box-shadow: unset;
  width: 25%;
  padding: 0 1.5%;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .image a {
  display: block;
  position: relative;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .image a:before {
  content: "";
  z-index: 2;
  opacity: .5;
  mix-blend-mode: multiply;
  background: #005587 no-repeat padding-box padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .image img {
  filter: grayscale() sepia(20%) brightness() hue-rotate(176deg) saturate(600%);
  object-position: top;
}

@media (max-width: 50em) {
  .alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .image img {
    object-fit: cover;
    height: 240px;
  }
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .archive-item-title a {
  color: #2699fb;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .description {
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 900;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .description .alumni-accolades {
  font-size: .75rem;
  font-weight: normal;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .description .alumni-accolades span:after {
  content: ",";
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .description .alumni-accolades span:last-child:after {
  content: unset;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item .description .programs span {
  display: block;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item:hover .image a:before {
  content: unset;
}

.alumni-search-archive-wrapper .alumni-archive-items .post-archive-item:hover .image img {
  filter: unset;
}

@media (max-width: 57.5em) {
  .alumni-search-archive-wrapper .alumni-archive-items .post-archive-item {
    width: 50%;
  }
}

@media (max-width: 40em) {
  .alumni-search-archive-wrapper .alumni-archive-items .post-archive-item {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
}

.alumni-search-archive-wrapper .alumni-archive-items .pagination {
  max-width: 100%;
}

.alumni-search-block .filters-wrapper {
  align-items: center;
  margin-bottom: 2.1875rem;
  display: flex;
}

.alumni-search-block .filter-title {
  width: auto;
  max-width: 39.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .alumni-search-block .filter-title {
    font-size: 1rem;
  }
}

@media (max-width: 31.25em) {
  .alumni-search-block .filter-title {
    display: none;
  }
}

.alumni-search-block .filter-fields {
  border-left: 1px solid #afafaf;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 2rem;
  display: flex;
}

.alumni-search-block .filter-fields li {
  margin-bottom: .75rem;
  margin-left: 2rem;
}

.alumni-search-block .filter-fields label {
  margin-bottom: .5rem;
  font-size: .875rem;
  display: block;
}

.alumni-search-block .filter-fields select, .alumni-search-block .filter-fields input {
  margin-bottom: .5rem;
}

.alumni-search-block .filter-fields select {
  -webkit-appearance: none;
  appearance: none;
  background: url("../expand.html") right .2rem center no-repeat;
  border: 1px solid #005587;
  padding: .5rem 1.8125rem .5rem 1rem;
  font-size: .875rem;
}

.alumni-search-block .filter-fields input[type="email"], .alumni-search-block .filter-fields input[type="password"], .alumni-search-block .filter-fields input[type="tel"], .alumni-search-block .filter-fields input[type="text"], .alumni-search-block .filter-fields input[type="url"], .alumni-search-block .filter-fields textarea {
  border: 1px solid #005587;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.alumni-search-block .filter-fields input[type="email"]::placeholder, .alumni-search-block .filter-fields input[type="password"]::placeholder, .alumni-search-block .filter-fields input[type="tel"]::placeholder, .alumni-search-block .filter-fields input[type="text"]::placeholder, .alumni-search-block .filter-fields input[type="url"]::placeholder, .alumni-search-block .filter-fields textarea::placeholder {
  color: #000;
}

.alumni-search-block .filter-fields #alumni-form_search_query {
  background: url("../search-icon.html") right .2rem center no-repeat;
  padding: .5rem 1.8125rem .5rem 1rem;
}

.alumni-search-block .filter-fields input[type="submit"] {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  background-color: #fff;
  border: .0625rem solid #005587;
  padding: .5rem 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
}

.alumni-search-block .filter-fields input[type="submit"]:hover, .alumni-search-block .filter-fields input[type="submit"]:focus {
  color: #fff;
  cursor: pointer;
  background-color: #005587;
}

@media (max-width: 31.25em) {
  .alumni-search-block .filter-fields {
    justify-content: initial;
    border-left: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .alumni-search-block .filter-fields li {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .alumni-search-block .filter-fields li select, .alumni-search-block .filter-fields li input {
    width: 100%;
  }
}

.related-posts {
  background-color: #f5f5f5;
  padding: 2.25rem 1rem 2.625rem;
}

@media print {
  .related-posts {
    display: none;
  }
}

.related-posts .related-posts-title {
  text-align: center;
  max-width: 39.375rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .related-posts .related-posts-title {
    font-size: 1.5rem;
  }
}

.related-posts .post-archive-items {
  justify-content: center;
}

.template-faq-page {
  text-align: center;
}

.template-faq-page .the-title {
  max-width: 39.375rem;
  margin-bottom: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .template-faq-page .the-title {
    font-size: 1.875rem;
  }
}

.template-faq-page .the-content {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.faq-section .faq-nav {
  height: 100%;
  position: absolute;
  top: 0;
  left: 4.375rem;
}

.faq-section .faq-nav .inner {
  position: sticky;
  top: 0;
}

.admin-bar .faq-section .faq-nav .inner {
  top: 2rem;
}

.faq-section .faq-nav-title {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .faq-section .faq-nav-title {
    font-size: 1rem;
  }
}

.faq-section .faq-nav-link {
  border: .1875rem solid #005587;
  margin-bottom: .8125rem;
  padding: .8125rem 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  text-decoration: none;
  display: inline-block;
}

.faq-section .faq-nav-link:hover, .faq-section .faq-nav-link:focus {
  color: #fff;
  background-color: #005587;
}

.faq-section .faq-group {
  width: 66.6%;
  margin-right: 5rem;
}

.faq-section .faq-group-title {
  text-align: center;
  max-width: 39.375rem;
  margin-bottom: 2.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .faq-section .faq-group-title {
    font-size: 1rem;
  }
}

.faq-section .faq-group-items {
  margin-bottom: 5rem;
}

.faq-section .faq-item {
  border-top: .0625rem solid #000;
  border-bottom: .0625rem solid #000;
  margin-bottom: -.0625rem;
  padding: 2.1875rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

.faq-section .faq-item-title button {
  all: inherit;
  cursor: pointer;
  border: 0;
  width: 100%;
  padding-right: 2.1875rem;
  font-weight: 700;
  position: relative;
}

.faq-section .faq-item-title button:focus {
  outline: .1875rem solid #005587;
}

.faq-section .faq-item-title button:hover:focus {
  outline: none;
}

.faq-section .faq-item-title button:after {
  content: "-";
  color: #fff;
  text-align: center;
  background-color: #005587;
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 1.5625rem;
  line-height: .9;
  position: absolute;
  right: 0;
}

.no-js .faq-section .faq-item-title button:after {
  display: none;
}

.faq-section .faq-item-content {
  padding-top: 2rem;
}

.faq-section .faq-item--closed .faq-item-title button:after {
  content: "+";
}

.faq-section .faq-item--closed .faq-item-content {
  display: none;
}

.faq-section .faq-item-cta {
  background-color: #ffc927;
  margin-top: 2rem;
  padding: 1.375rem 2.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45455;
  display: inline-block;
}

@media (max-width: 64em) {
  .faq-section {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .faq-section .faq-nav, .faq-section .faq-nav .inner {
    position: static;
  }

  .faq-section .faq-nav-items {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 4rem;
    display: flex;
  }

  .faq-section .faq-nav-item {
    margin-right: 1rem;
  }

  .faq-section .faq-group {
    width: auto;
    margin-right: 0;
  }
}

.postid-5658 .main-content {
  padding: 0;
}

.postid-5658 .regeneron-sts-slider {
  margin-bottom: 50px;
}

.page-template-template-simple-menu #content .modules {
  max-width: 100%;
  padding: 0;
}

.page-template-template-simple-menu #content .modules .module:not(.centered-text-module):not(.text-media-module) {
  margin: 0;
}

.site-header {
  z-index: 99;
  background-color: #005587;
  padding: 3.625rem 0 0;
  position: sticky;
  top: 0;
}

@media print {
  .site-header {
    background-color: #fff;
    position: static;
  }
}

.admin-bar .site-header {
  top: 2rem;
}

.site-header .inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

@media (max-width: 40em) {
  .site-header .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-header .logo {
  color: #fff;
  width: 100%;
  max-width: 21.875rem;
  height: auto;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

@media print {
  .site-header .logo {
    color: #005587;
  }
}

.site-header .mobile-menu-trigger {
  display: none;
}

@media print {
  .site-nav {
    display: none;
  }
}

.site-nav .site-nav-list {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.site-nav .highlight > a {
  border: .1875rem solid #ffc927;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.site-nav .highlight > a .menu-item-text {
  border: 0;
}

.site-nav .highlight > a:hover, .site-nav .highlight > a:focus {
  color: #005587;
  background-color: #ffc927;
}

.site-nav li {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8181;
  list-style-type: none;
}

.site-nav a {
  color: #fff;
  padding: 2.25rem 1.5rem;
  display: block;
  position: relative;
}

@media (max-width: 68.75em) {
  .site-nav a {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

.site-nav a:hover, .site-nav a:focus {
  text-decoration: none;
}

.site-nav a:hover .menu-item-text, .site-nav a:focus .menu-item-text {
  border-bottom-color: #ffc927;
}

.site-nav .icon {
  display: none;
}

.site-nav .icon-magnifying-glass {
  display: inline-block;
  position: relative;
  top: .125rem;
}

.site-nav .menu-item-text {
  border-bottom: .125rem solid #005587;
  display: inline-block;
}

.site-nav .sub-menu {
  z-index: 99;
  background-color: #f5f5f5;
  display: none;
  position: absolute;
}

.site-nav .sub-menu .icon {
  margin-left: .5rem;
  font-size: 75%;
  display: inline-block;
}

.site-nav .sub-menu .menu-item-text {
  border-bottom-color: #f5f5f5;
}

.site-nav .sub-menu li {
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 500;
}

.site-nav .sub-menu li, .site-nav .sub-menu a {
  color: #000;
}

.site-nav .sub-menu a {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.site-nav .sub-menu--open > a .menu-item-text {
  border-bottom-color: #ffc927;
}

.site-nav .sub-menu--open .sub-menu {
  display: block;
}

.site-nav .mobile-menu-close {
  display: none;
}

@media (min-width: 63.75em) {
  .site-nav .utility-links {
    background-color: #f5f5f5;
    padding-right: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 63.75em) and (max-width: 75em) {
  .site-nav .utility-links {
    padding-right: 1.125rem;
  }
}

@media (min-width: 63.75em) {
  .site-nav .utility-links .utility-links-list {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 63.75em) and (max-width: 40em) {
  .site-nav .utility-links .utility-links-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 63.75em) {
  .site-nav .utility-links .menu-item-text {
    border-bottom-color: #f5f5f5;
  }

  .site-nav .utility-links a {
    color: #000;
    text-transform: none;
    padding: 1.125rem;
    font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
  }

  .site-nav .utility-links .highlight > a {
    background-color: #ffc927;
  }

  .site-nav .utility-links .sub-menu {
    background-color: #f5f5f5;
    padding: .5rem 1rem;
    position: absolute;
    top: 99%;
    left: auto;
    right: auto;
  }

  .site-nav .utility-links .sub-menu a {
    padding: .25rem;
  }

  .site-nav .utility-links .sub-menu .icon {
    display: none;
  }

  .site-nav .utility-links li:last-child a {
    padding-right: 0;
  }

  .site-nav .utility-links-list {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 63.75em) and (min-width: 75em) {
  .site-nav .utility-links-list {
    justify-content: flex-end;
  }
}

@media (max-width: 63.75em) {
  .site-header {
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    display: flex;
  }

  .site-header .inner {
    width: 75%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 63.75em) and (max-width: 40em) {
  .site-header .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 63.75em) {
  .site-header .site-header-logo-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .site-header .mobile-menu-trigger {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .02em;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
    font-size: 1.125rem;
    display: block;
    position: absolute;
    left: 1rem;
  }

  .site-header .mobile-menu-trigger .icon {
    font-size: 2.5rem;
    display: block;
  }

  .site-nav {
    z-index: 999;
    background-color: #005587;
    padding: 3rem 0;
    display: none;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .admin-bar .site-nav {
    top: 2.875rem;
  }

  .mobile-menu--open .site-nav {
    display: block;
  }

  .site-nav .utility-links {
    background-color: #005587;
    position: static;
  }

  .site-nav .site-nav-list, .site-nav .utility-links-list {
    display: block;
  }

  .site-nav a, .site-nav .utility-links a {
    padding: .5625rem 1.75rem;
    font-size: 1.125rem;
  }

  .site-nav .highlight > a {
    color: #005587;
    background-color: #ffc927;
    border: 0;
  }

  .site-nav .has-children > a:after {
    content: none;
  }

  .site-nav .has-children .icon {
    margin-left: .5rem;
    font-size: 85%;
    transition: transform .25s;
    display: inline-block;
    transform: rotate(90deg);
  }

  .site-nav .has-children.sub-menu--open .icon {
    transform: scaleY(-1)rotate(90deg);
  }

  .site-nav .sub-menu {
    padding: 0;
    display: none;
    position: static;
  }

  .site-nav .sub-menu .icon {
    display: none;
  }

  .site-nav .sub-menu li {
    font-size: 1rem;
    line-height: 1.5;
  }

  .site-nav .sub-menu a {
    padding-top: .5625rem;
    padding-bottom: .5625rem;
  }

  .site-nav .sub-menu--open .sub-menu {
    display: block;
  }

  .site-nav .mobile-menu-close {
    color: #fff;
    -webkit-appearance: none;
    background: none;
    border: 0;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .site-nav .mobile-menu-close:hover, .site-nav .mobile-menu-closefocus {
    outline: .125rem solid #ffc927;
  }

  .site-nav .mobile-menu-close .icon {
    display: block;
  }
}

@media (max-width: 30em) {
  .site-header .mobile-menu-trigger {
    transform: scale(.75);
  }
}

.page-template-template-simple-menu .main-content {
  padding: 0;
}

.page-template-template-simple-menu .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module) {
  max-width: 86rem;
  margin: 0 auto !important;
}

.page-template-template-simple-menu .main-content .modules section.picture-cards-module, .page-template-template-simple-menu .main-content .modules section.recent-posts-module, .page-template-template-simple-menu .main-content .modules section.centered-text-module {
  margin: 4rem auto !important;
}

.page-template-template-simple-menu .main-content .modules section.text-media-module, .page-template-template-simple-menu .main-content .modules section.text-module {
  max-width: 86rem;
  margin: 0 auto 4rem !important;
}

.page-template-template-simple-menu .main-content .modules section.text-module {
  margin: 4rem auto !important;
}

@media (max-width: 42.5em) {
  .page-template-template-simple-menu .main-content .modules section.text-module .wysiwyg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-template-template-simple-menu .main-content .modules section.text-module .wysiwyg h1 {
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-simple-menu .main-content .modules section.text-module .wysiwyg p {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .page-template-template-simple-menu .page-nav {
    z-index: 5000;
    width: 100%;
    position: fixed;
    top: 98px;
    left: 0;
  }
}

.page-template-template-simple-menu .accordion-header {
  display: none !important;
}

.page-template-template-simple-menu .accordion-content ul {
  overflow: hidden;
}

.page-template-template-simple-menu .accordion-content ul li {
  background: #fff !important;
  border-right: none !important;
}

.page-template-template-simple-menu .accordion-content ul li a, .page-template-template-simple-menu .accordion-content ul li a:hover {
  color: #000 !important;
}

.page-template-template-simple-menu .header-simple {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 800px) {
  .page-template-template-simple-menu .header-simple {
    justify-content: space-between;
  }
}

.page-template-template-simple-menu .header-simple .burger-icon-container {
  display: none;
}

@media screen and (max-width: 800px) {
  .page-template-template-simple-menu .header-simple .burger-icon-container {
    display: block;
  }
}

.page-template-template-simple-menu .header-simple .burger-icon-container .burger-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.page-template-template-simple-menu .header-simple .burger-icon-container .burger-icon svg {
  width: 30px;
  height: 30px;
}

.page-template-template-simple-menu .header-simple .inner {
  justify-content: center;
}

.page-template-template-default .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module):not(.call-to-action-module):not(.text-module):not(.centered-text-2-module):not(.text-cta-module), .page-template-template-single-competitions .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module):not(.call-to-action-module):not(.text-module):not(.centered-text-2-module):not(.text-cta-module) {
  max-width: 86rem;
  margin: 0 auto !important;
}

@media screen and (max-width: 1400px) {
  .page-template-template-default .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module):not(.call-to-action-module):not(.text-module):not(.centered-text-2-module):not(.text-cta-module), .page-template-template-single-competitions .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module):not(.call-to-action-module):not(.text-module):not(.centered-text-2-module):not(.text-cta-module) {
    margin: 0 -2rem !important;
  }
}

@media screen and (max-width: 40em) {
  .page-template-template-default .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module):not(.call-to-action-module):not(.text-module):not(.centered-text-2-module):not(.text-cta-module), .page-template-template-single-competitions .main-content .modules section:not(.centered-text-module):not(.text-media-module):not(.recent-posts-module):not(.picture-cards-module):not(.text-module):not(.call-to-action-module):not(.text-module):not(.centered-text-2-module):not(.text-cta-module) {
    margin: 0 -1rem !important;
  }
}

.page-template-template-default .main-content .modules section.picture-cards-module, .page-template-template-default .main-content .modules section.recent-posts-module, .page-template-template-default .main-content .modules section.centered-text-module, .page-template-template-single-competitions .main-content .modules section.picture-cards-module, .page-template-template-single-competitions .main-content .modules section.recent-posts-module, .page-template-template-single-competitions .main-content .modules section.centered-text-module {
  margin: 4rem auto !important;
}

@media screen and (max-width: 1400px) {
  .page-template-template-default .main-content .modules section.text-media-2-module, .page-template-template-single-competitions .main-content .modules section.text-media-2-module {
    width: auto !important;
  }
}

.page-template-template-default .main-content .modules section.text-media-module, .page-template-template-default .main-content .modules section.centered-text-2-module, .page-template-template-default .main-content .modules section.text-cta-module, .page-template-template-default .main-content .modules section.text-module, .page-template-template-single-competitions .main-content .modules section.text-media-module, .page-template-template-single-competitions .main-content .modules section.centered-text-2-module, .page-template-template-single-competitions .main-content .modules section.text-cta-module, .page-template-template-single-competitions .main-content .modules section.text-module {
  max-width: 86rem;
  margin: 0 auto 4rem !important;
}

.page-template-template-default .main-content .modules section.text-module, .page-template-template-single-competitions .main-content .modules section.text-module {
  max-width: 70ch;
  margin: 4rem auto !important;
}

@media (max-width: 42.5em) {
  .page-template-template-default .main-content .modules section.text-module .wysiwyg, .page-template-template-single-competitions .main-content .modules section.text-module .wysiwyg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-template-template-default .main-content .modules section.text-module .wysiwyg h1, .page-template-template-single-competitions .main-content .modules section.text-module .wysiwyg h1 {
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-default .main-content .modules section.text-module .wysiwyg p, .page-template-template-single-competitions .main-content .modules section.text-module .wysiwyg p {
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background-color: #3c3c3c;
}

@media print {
  .site-footer {
    display: none;
  }
}

.site-footer .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.875rem 2rem .75rem;
}

@media (max-width: 40em) {
  .site-footer .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-footer .logo {
  color: #fff;
  width: 100%;
  max-width: 23.75rem;
  height: auto;
}

.footer-logo-social {
  justify-content: space-between;
  display: flex;
}

.footer-social-media-items {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-social-media-items .facebook :hover, .footer-social-media-items .facebook :focus {
  color: #fff;
  background-color: #3b5998;
}

.footer-social-media-items .twitter :hover, .footer-social-media-items .twitter :focus {
  color: #fff;
  background-color: #1da1f2;
}

.footer-social-media-items .instagram :hover, .footer-social-media-items .instagram :focus {
  color: #fff;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-social-media-items .flickr :hover, .footer-social-media-items .flickr :focus {
  color: #ff0084;
  background-color: #fff;
}

.footer-social-media-items .youtube :hover, .footer-social-media-items .youtube :focus {
  color: #fff;
  background-color: red;
}

.footer-social-media-items .linkedin :hover, .footer-social-media-items .linkedin :focus {
  color: #fff;
  background-color: #0077b5;
}

.footer-social-media-items .medium :hover, .footer-social-media-items .medium :focus {
  color: #000;
  background-color: #00ab6c;
}

.footer-social-media-items .threads :hover, .footer-social-media-items .threads :focus {
  color: #fff;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-social-media-item {
  margin-left: 1.125rem;
}

.footer-social-media-item a {
  vertical-align: middle;
  text-align: center;
  color: #3c3c3c;
  background-color: #fff;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  padding-top: .25rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background .32s, color .32s;
  display: table-cell;
}

.footer-menu-items {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 3.125rem;
  display: flex;
}

.footer-menu-item {
  width: 33.333%;
  padding-bottom: 2rem;
}

.footer-menu-title {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45455;
}

.footer-menu-title, .footer-menu-title a {
  color: #fff;
}

.footer-menu-list-item, .footer-menu-list-item a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.555;
}

.footer-misc {
  border-top: .125rem solid #4a4a4a;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  display: flex;
}

.footer-misc .logo {
  width: 3.75rem;
}

.footer-misc .four-star-logo-wrapper img {
  width: 7.8125rem;
}

.footer-credits {
  padding-bottom: .75rem;
  font-size: .875rem;
  line-height: 1.75;
}

.footer-credits, .footer-credits a {
  color: #fff;
}

@media (max-width: 60em) {
  .footer-logo-social {
    display: block;
  }

  .footer .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-social-media-items {
    justify-content: center;
    padding-top: 2rem;
  }

  .footer-social-media-item {
    margin-left: .5625rem;
    margin-right: .5625rem;
  }
}

@media (max-width: 50em) {
  .footer-menu-item {
    width: 50%;
  }
}

@media (max-width: 40em) {
  .site-footer .inner {
    padding: 2rem 2rem .375rem;
  }
}

@media (max-width: 28.75em) {
  .footer-menu-item {
    width: 100%;
  }

  .footer-social-media-items {
    width: 16.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-page-modules hr {
  margin-bottom: 1.875rem;
}

.single-post {
  max-width: 60rem;
  margin: 0 auto 4rem;
  position: relative;
}

@media (max-width: 64em) {
  .single-post {
    padding: 0 1rem;
  }
}

.single-post .the-terms {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
}

.single-post .the-terms, .single-post .the-terms a {
  color: #005587;
}

.single-post .the-title {
  max-width: 39.375rem;
  margin-bottom: 1.75rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .single-post .the-title {
    font-size: 1.875rem;
  }
}

.single-post .the-date {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.single-post .the-excerpt {
  margin-bottom: 1.75rem;
  font-size: 1.625rem;
  line-height: 1.6;
}

.single-post .the-author {
  text-transform: uppercase;
  letter-spacing: .02em;
  max-width: 39.375rem;
  margin-bottom: 2.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .single-post .the-author {
    font-size: 1rem;
  }
}

.single-post .the-content {
  padding-top: .0625rem;
}

.single-post .the-featured-image, .single-post .the-featured-video {
  margin: 3.75rem 0;
  box-shadow: 3.75rem -3.75rem #dadada;
}

@media (max-width: 64em) {
  .single-post .the-featured-image, .single-post .the-featured-video {
    max-width: 95%;
    margin: 2.5rem 0;
    box-shadow: 2.5rem -2.5rem #dadada;
  }
}

@media (max-width: 40em) {
  .single-post .the-featured-image, .single-post .the-featured-video {
    margin: 1.25rem 0;
    box-shadow: 1.25rem -1.25rem #dadada;
  }
}

@media print {
  .single-post .the-featured-image, .single-post .the-featured-video {
    box-shadow: none;
  }
}

.single-post .the-featured-video {
  padding-top: .0625rem;
}

.single-post figure .the-featured-image {
  margin-bottom: 0;
}

.single-post .dot-separator {
  clear: both;
  text-align: center;
  max-width: 70ch;
  margin-bottom: 3.75rem;
}

.single-post .dot-separator .dot {
  background-color: #000;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  margin-left: .46875rem;
  margin-right: .46875rem;
  display: inline-block;
}

.single-page {
  max-width: 60rem;
  margin: 0 auto 4rem;
  position: relative;
}

.single-page.keywords-only {
  display: none;
}

@media (max-width: 64em) {
  .single-page {
    padding: 0 1rem;
  }
}

.single-page .the-title {
  max-width: 39.375rem;
  margin-bottom: 1.75rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .single-page .the-title {
    font-size: 1.875rem;
  }
}

.single-page .the-date {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.single-page .the-featured-image {
  margin: 3.75rem 0;
  box-shadow: 3.75rem -3.75rem #dadada;
}

@media (max-width: 64em) {
  .single-page .the-featured-image {
    max-width: 95%;
    margin: 2.5rem 0;
    box-shadow: 2.5rem -2.5rem #dadada;
  }
}

@media (max-width: 40em) {
  .single-page .the-featured-image {
    margin: 1.25rem 0;
    box-shadow: 1.25rem -1.25rem #dadada;
  }
}

.single-page figure .the-featured-image {
  margin-bottom: 0;
}

.single-page .the-content {
  max-width: 70ch;
  margin: 0 auto;
}

.single-person {
  max-width: 60rem;
  margin: 0 auto 4rem;
}

@media (max-width: 64em) {
  .single-person {
    padding: 0 1rem;
  }
}

.single-person .the-title {
  max-width: 39.375rem;
  margin-bottom: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .single-person .the-title {
    font-size: 1.875rem;
  }
}

.single-person .person-information {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-person .the-featured-image {
  max-width: 18.75rem;
  margin-top: 3.75rem;
  margin-bottom: 2rem;
  margin-right: 6.875rem;
  box-shadow: 3.75rem -3.75rem #7aaddd;
}

@media (max-width: 40em) {
  .single-person .the-featured-image {
    flex-basis: 100%;
    margin: 1.875rem auto 2.25rem;
    box-shadow: 1.875rem -1.875rem #7aaddd;
  }
}

.single-person .person-details {
  flex: 1;
}

.single-person .person-detail {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.single-person .person-detail-title {
  max-width: 39.375rem;
  margin-bottom: .8125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .single-person .person-detail-title {
    font-size: 1rem;
  }
}

.single-person .the-content {
  max-width: 70ch;
  margin: 0 auto 4rem;
}

.single-event {
  max-width: 60rem;
  margin: 0 auto 4rem;
}

@media (max-width: 64em) {
  .single-event {
    padding: 0 1rem;
  }
}

.single-event .event-header {
  text-align: center;
  padding-bottom: .5rem;
}

.single-event .event-header figure {
  margin: 0 auto 2rem;
  display: table;
}

.single-event .event-header figcaption {
  caption-side: bottom;
  text-align: right;
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
  display: table-caption;
}

.single-event .the-title {
  text-align: left;
  max-width: 39.375rem;
  margin: 0 0 1.75rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .single-event .the-title {
    font-size: 1.875rem;
  }
}

.single-event .event-information {
  padding-bottom: 1.75rem;
  font-size: 1.375rem;
  line-height: 1.4545;
}

.single-event .buttons {
  justify-content: center;
  margin-bottom: 1.75rem;
  display: flex;
}

.single-event .buttons > * {
  width: 17.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.single-event .add-to-calendar-button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  background: #ffc927;
  border: 0;
  width: 100%;
  padding: 1.5rem 1rem 1.3125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4545;
  display: block;
}

.single-event .calendar-sharing-container {
  position: relative;
}

.single-event .calendar-share-links {
  background-color: #fff;
  display: none;
  position: absolute;
  top: -50%;
  left: -4%;
  right: -4%;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

.single-event .calendar-share-links.calendar-share-links--open {
  display: block;
}

.single-event .calendar-share-link {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: .5rem 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.375rem;
  display: block;
}

.single-event .register-button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  background: #000;
  padding: 1.5rem 1rem 1.3125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4545;
  display: block;
}

.single-event .the-content {
  max-width: 48.75rem;
  margin: 0 auto;
}

.sitewide-search {
  z-index: 1000;
  background-color: #fff;
  place-content: center;
  height: 33%;
  min-height: 12.5rem;
  margin: auto;
  transition: transform .55s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-31.25rem);
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

@media print {
  .sitewide-search {
    display: none;
  }
}

.admin-bar .sitewide-search {
  top: 2rem;
}

.sitewide-search--open .sitewide-search {
  display: flex;
  transform: translateY(0);
}

.sitewide-search .inner {
  flex-basis: 100%;
  place-content: center;
  max-width: 60.625rem;
  margin: auto 0;
  display: flex;
}

.sitewide-search .sitewide-search-form {
  flex-basis: 100%;
  margin: auto auto 3rem;
  padding: 0 1rem;
  position: relative;
}

.sitewide-search .sitewide-search-title {
  max-width: 39.375rem;
  margin-bottom: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

@media (max-width: 40em) {
  .sitewide-search .sitewide-search-title {
    font-size: 1.5rem;
  }
}

.sitewide-search .search-input {
  border: none;
  border-bottom: .0625rem solid #000;
  outline: 0;
  width: 100%;
  max-width: none;
  padding-right: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .sitewide-search .search-input {
    font-size: 1rem;
  }
}

.sitewide-search .search-button {
  background: none;
  border: 0;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  right: .5rem;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sitewide-search .search-button {
    top: 4rem;
    bottom: auto;
  }
}

.sitewide-search .sitewide-search-close {
  color: #000;
  -webkit-appearance: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.sitewide-search .sitewide-search-close:hover .icon, .sitewide-search .sitewide-search-closefocus .icon {
  outline: .125rem solid #ffc927;
}

.search-results {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.search-results .search-title {
  text-align: center;
  max-width: 39.375rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .search-results .search-title {
    font-size: 1rem;
  }
}

.search-form {
  margin: 0 auto 2rem;
  position: relative;
}

.post-archive .search-form {
  max-width: 71.875rem;
}

.search-form .search-input {
  border: none;
  border-bottom: .0625rem solid #000;
  width: 100%;
  max-width: none;
  padding-right: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .search-form .search-input {
    font-size: 1rem;
  }
}

.search-form .search-input:hover {
  outline: 0;
}

.search-form .search-button {
  background: none;
  border: 0;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.error404 .single-post .the-title, .error404 .single-post p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.modules {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 40em) {
  .modules {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modules .module {
  margin-bottom: 4rem;
}

@media (max-width: 50em) {
  .modules .module {
    margin-bottom: 2rem;
  }
}

.text-media-module {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-media-module .module-title {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-module .module-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .text-media-module.media-module--video .module-media {
    width: 60%;
  }

  .text-media-module.media-module--image.media-module--landscape .module-media {
    max-width: 60%;
  }
}

.text-media-module.media-module--image.media-module--portrait .module-media {
  max-width: 370px;
}

.text-media-module.media-module--image.media-module--portrait .module-media img {
  max-height: 30rem;
}

.text-media-module.media-module--image .wysiwyg {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-media-module.media-module--image .wysiwyg p, .text-media-module.media-module--image .wysiwyg ul, .text-media-module.media-module--image .wysiwyg ol {
  max-width: none;
}

.text-media-module .module-text {
  flex: 1;
}

.text-media-module .module-media {
  margin-left: 3rem;
  position: relative;
}

@media (max-width: 64em) {
  .text-media-module .module-media {
    margin-bottom: 2rem;
  }
}

.text-media-module .module-media:after {
  content: " ";
  z-index: -1;
  background-color: #005587;
  width: 20.3125rem;
  height: 20.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 60em) {
  .text-media-module .module-media:after {
    width: 15.625rem;
    height: 15.625rem;
  }
}

@media (max-width: 40em) {
  .text-media-module .module-media:after {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

.text-media-module .module-media .inner-media {
  margin-top: 3.125rem;
  margin-left: 3.125rem;
  line-height: 0;
}

@media (max-width: 40em) {
  .text-media-module .module-media .inner-media {
    margin-top: 1.5625rem;
    margin-left: 1.5625rem;
  }
}

.text-media-module .module-media img {
  width: auto;
  max-width: 100%;
}

.text-media-module .module-media figcaption {
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 64em) {
  .text-media-module .module-media figcaption {
    float: none;
    max-width: none;
  }
}

.text-media-module.media-module--gold .module-media:after {
  background-color: #ffc927;
}

.text-media-module.media-module--light-blue .module-media:after {
  background-color: #7aaddd;
}

.text-media-module .module-call-to-action {
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  color: #000;
  float: right;
  background-color: #ffc927;
  border: .1875rem solid #ffc927;
  margin-right: 3.125rem;
  padding: 1.375rem 3.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.text-media-module .module-call-to-action:hover, .text-media-module .module-call-to-action:focus {
  background-color: #fff;
}

@media (max-width: 64em) {
  .text-media-module .module-call-to-action {
    float: none;
    margin: 2rem 0;
    padding-left: .75rem;
    padding-right: .75rem;
    display: none;
  }
}

.text-media-module .module-text .module-call-to-action {
  display: none;
}

@media (max-width: 64em) {
  .text-media-module .module-text .module-call-to-action {
    margin-bottom: 0;
    display: block;
  }
}

.media-module--right {
  flex-direction: row-reverse;
}

.media-module--right .module-media {
  margin-left: 0;
  margin-right: 3rem;
}

.media-module--right .module-call-to-action {
  margin-right: 0;
}

.media-module--right .inner-media figure {
  float: none;
}

.media-module--left .module-media:after {
  top: 0;
  left: auto;
  right: 0;
}

.media-module--left .module-media .inner-media {
  margin-left: 0;
  margin-right: 3.125rem;
}

@media (max-width: 40em) {
  .media-module--left .module-media .inner-media {
    margin-left: 0;
    margin-right: 1.5625rem;
  }
}

.media-module--left .module-media .inner-media figure {
  float: none;
}

@media (max-width: 64em) {
  .text-media-module, .text-media-module.media-module--right {
    flex-direction: column-reverse;
  }

  .text-media-module .module-text, .text-media-module .module-media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.alumni-template-default .text-media-module.media-module--image.media-module--portrait .module-media, .post-type-archive-alumni .text-media-module.media-module--image.media-module--portrait .module-media {
  max-width: 430px;
}

.alumni-template-default .text-media-module.media-module--image.media-module--portrait .module-media img, .post-type-archive-alumni .text-media-module.media-module--image.media-module--portrait .module-media img {
  max-height: 30rem;
}

.call-to-action-alumni-module {
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 5.875rem;
}

@media (max-width: 40em) {
  .call-to-action-alumni-module {
    padding: 1rem 1.5rem;
  }
}

.call-to-action-alumni-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .call-to-action-alumni-module .module-title {
    font-size: 1.5rem;
  }
}

.call-to-action-alumni-module .module-description {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.call-to-action-alumni-module .module-description > * {
  margin: 0 auto 1.5rem;
}

.call-to-action-alumni-module .module-description p:last-child {
  margin-bottom: 0;
}

.call-to-action-alumni-module .module-call-to-action {
  text-align: center;
  color: #3c3c3c;
  text-transform: uppercase;
  letter-spacing: .02em;
  background-color: #ffc927;
  padding: .75rem 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  display: inline-block;
}

.call-to-action-module {
  text-align: center;
  background-color: #ffc927;
  max-width: 48.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

@media (max-width: 40em) {
  .call-to-action-module {
    padding: 1rem 1.5rem;
  }
}

.call-to-action-module .module-title {
  max-width: 39.375rem;
  margin-bottom: 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .call-to-action-module .module-title {
    font-size: 1.5rem;
  }
}

.call-to-action-module .module-description {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.call-to-action-module .module-description p:last-child {
  margin-bottom: 0;
}

.call-to-action-module .module-call-to-action {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  background-color: #3c3c3c;
  padding: 1.5rem 3rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  display: inline-block;
}

.centered-text-module {
  max-width: 38.625rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-text-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  padding-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-module .module-title {
    font-size: 1.5rem;
  }
}

.centered-text-module.centered-text-module--large-title-size .module-title {
  max-width: 39.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-module.centered-text-module--large-title-size .module-title {
    font-size: 1.875rem;
  }
}

.page-template-template-simple-menu .centered-text-module .module-description {
  padding: 0 25px;
}

.text-module {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.text-module.text-module--full-width, .text-module.text-module--full-width h1, .text-module.text-module--full-width h2, .text-module.text-module--full-width h3, .text-module.text-module--full-width h4, .text-module.text-module--full-width h5, .text-module.text-module--full-width h6 {
  max-width: none;
}

.featured-blog-posts-alumni-module {
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5.875rem 4rem;
}

@media (max-width: 40em) {
  .featured-blog-posts-alumni-module {
    padding: 1rem 1.5rem;
  }
}

.featured-blog-posts-alumni-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .featured-blog-posts-alumni-module .module-title {
    font-size: 1.5rem;
  }
}

.featured-blog-posts-alumni-module .post-items {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

@media (max-width: 48.125em) {
  .featured-blog-posts-alumni-module .post-items {
    flex-direction: column;
  }
}

.featured-blog-posts-alumni-module .post-items .post-item {
  background-color: #fff;
  width: 32%;
  box-shadow: 0 6px 12px #0000001a;
}

.featured-blog-posts-alumni-module .post-items .post-item + .post-item {
  margin-left: 2%;
}

@media (max-width: 48.125em) {
  .featured-blog-posts-alumni-module .post-items .post-item + .post-item {
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .featured-blog-posts-alumni-module .post-items .post-item {
    width: 100%;
  }
}

.featured-blog-posts-alumni-module .post-items .post-item > a:hover {
  text-decoration: none;
}

.featured-blog-posts-alumni-module .post-items img {
  object-fit: cover;
  width: 100%;
  height: 240px;
  font-family: "object-fit: cover;";
  box-shadow: 0 3px 6px #00000029;
}

.featured-blog-posts-alumni-module .post-items .content-wrapper {
  padding: 1.875rem;
}

.featured-blog-posts-alumni-module .post-items .post-item-published-date {
  text-align: center;
  margin-bottom: 1.375rem;
  display: block;
}

.featured-blog-posts-alumni-module .post-items .post-item-title {
  text-align: center;
  color: #005587;
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .featured-blog-posts-alumni-module .post-items .post-item-title {
    font-size: 1.25rem;
  }
}

.full-width-media-module .video-with-caption {
  width: 100%;
}

.full-width-media-module .video-with-caption figcaption {
  display: block;
}

.full-width-media-module figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.full-width-media-module figcaption {
  caption-side: bottom;
  text-align: right;
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
  display: table-caption;
}

.full-width-media-module img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.full-width-media-module.alumni {
  padding-top: 4rem;
  padding-left: 4rem;
  position: relative;
}

.full-width-media-module.alumni p {
  margin-top: 1rem;
  font-size: .9rem;
}

.full-width-media-module.alumni .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.full-width-media-module.alumni .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-width-media-module.alumni:after {
  content: " ";
  z-index: -1;
  background-color: #7aaddd;
  width: 31.25rem;
  height: 31.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 60em) {
  .full-width-media-module.alumni:after {
    width: 15.625rem;
    height: 15.625rem;
  }
}

@media (max-width: 40em) {
  .full-width-media-module.alumni:after {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

.modules .picture-cards-module {
  margin-bottom: 0;
}

.picture-cards-module .meta-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.6666;
}

.picture-cards-module .meta-title, .picture-cards-module .meta-title a {
  color: #005587;
}

.picture-cards-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-module .module-title {
    font-size: 1.5rem;
  }
}

.picture-cards-module .cards {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.875rem;
  display: flex;
}

.picture-cards-module .picture-card {
  width: 23.125rem;
  margin: 0 .75rem 4rem;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

@media (max-width: 48.125em) {
  .picture-cards-module .picture-card {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 23.75em) {
  .picture-cards-module .picture-card {
    width: 100%;
  }
}

.picture-cards-module.number-of-cards-2 .picture-card {
  width: 29.375rem;
}

@media (max-width: 30em) {
  .picture-cards-module.number-of-cards-2 .picture-card {
    width: 100%;
  }
}

.picture-cards-module .card-body {
  padding: 1.375rem 1.875rem 1rem;
}

.picture-cards-module .card-title {
  text-align: center;
  color: #005587;
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-module .card-title {
    font-size: 1.25rem;
  }
}

.picture-cards-module .card-description {
  font-size: 1rem;
  line-height: 1.5;
}

.picture-cards-module a {
  text-decoration: none;
}

.picture-cards-module a:hover .card-title, .picture-cards-module a:focus .card-title {
  text-decoration: underline;
}

.picture-cards-module .image img {
  object-fit: cover;
  height: 15rem;
  font-family: "object-fit: cover;";
}

@media (max-width: 51.25em) {
  .picture-cards-module .image img {
    object-fit: fill;
    height: auto;
  }
}

.picture-cards-module.number-of-cards-2 .image img {
  height: 16.25rem;
}

@media (max-width: 51.25em) {
  .picture-cards-module.number-of-cards-2 .image img {
    object-fit: fill;
    height: auto;
  }
}

.picture-cards-module img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.timeline-module {
  flex-flow: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-module .module-title, .timeline-module .module-description {
  width: 45%;
  margin-bottom: 2rem;
}

.timeline-module .module-title {
  max-width: none;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .timeline-module .module-title {
    font-size: 1.5rem;
  }
}

.timeline-module.timeline-orientation--horizontal, .timeline-module .module-title {
  text-align: center;
  align-self: center;
}

.timeline-module .module-description {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

.timeline-module .timeline-items {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.timeline-module .timeline-item {
  flex-flow: column;
  justify-content: center;
  width: 30%;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  display: flex;
}

.timeline-module .timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-module .item-details {
  text-align: center;
  margin-bottom: 1rem;
}

.timeline-module .item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.timeline-module .item-description p {
  margin-bottom: 2rem;
}

.timeline-module .item-description p:last-child {
  margin-bottom: 0;
}

.timeline-module .item-number {
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.timeline-module .item-number-highlight {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.timeline-module .item-number-highlight:after {
  content: " ";
  z-index: -1;
  background-color: #ffc927;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: -1.25rem;
}

.timeline-module .item-number-highlight.odd-item-number:after {
  background-color: #7aaddd;
}

.timeline-module .item-overline {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.timeline-module .item-title {
  max-width: 39.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .timeline-module .item-title {
    font-size: 1rem;
  }
}

.timeline-module.timeline-orientation--vertical .module-title, .timeline-module.timeline-orientation--vertical .module-description {
  width: 75%;
  padding-left: 10%;
}

.timeline-module.timeline-orientation--vertical .timeline-items {
  position: relative;
}

.timeline-module.timeline-orientation--vertical .timeline-items:after {
  content: " ";
  z-index: -1;
  background-color: #000;
  width: .3125rem;
  height: 85%;
  position: absolute;
  left: 12.5%;
}

.timeline-module.timeline-orientation--vertical .timeline-item {
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.timeline-module.timeline-orientation--vertical .item-details {
  width: 20%;
  margin-bottom: 2rem;
}

.timeline-module.timeline-orientation--vertical .item-details-inner {
  background-color: #fff;
  margin-top: -1.5rem;
  padding: 1.5rem 0;
}

.timeline-module.timeline-orientation--vertical .item-description {
  width: 75%;
  margin-top: -.3125rem;
}

@media (max-width: 60em) {
  .timeline-module .timeline-item {
    width: 45%;
  }

  .timeline-module.timeline-orientation--vertical .module-title, .timeline-module.timeline-orientation--vertical .module-description {
    padding-left: 15%;
  }

  .timeline-module.timeline-orientation--vertical .item-description {
    padding-left: 5%;
  }
}

@media (max-width: 40em) {
  .timeline-module .module-title, .timeline-module .module-description {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .timeline-module .module-title {
    margin-bottom: 0;
  }

  .timeline-module .timeline-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-module.timeline-orientation--vertical .module-title, .timeline-module.timeline-orientation--vertical .module-description, .timeline-module.timeline-orientation--vertical .item-description {
    width: 100%;
    padding-left: 0;
  }

  .timeline-module.timeline-orientation--vertical .module-title {
    margin-bottom: 2rem;
  }

  .timeline-module.timeline-orientation--vertical .timeline-items:after {
    display: none;
  }

  .timeline-module.timeline-orientation--vertical .timeline-item {
    flex-direction: column;
    align-items: center;
  }

  .timeline-module.timeline-orientation--vertical .item-details, .timeline-module.timeline-orientation--vertical .item-description {
    width: 100%;
  }

  .timeline-module.timeline-orientation--vertical .item-details {
    margin-bottom: 0;
  }
}

.modules .resource-cards-module {
  margin-bottom: 0;
}

.resource-cards-module .meta-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.6666;
}

.resource-cards-module .meta-title, .resource-cards-module .meta-title a {
  color: #005587;
}

.resource-cards-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .resource-cards-module .module-title {
    font-size: 1.5rem;
  }
}

.resource-cards-module .cards {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.resource-cards-module .resource-card {
  background-color: #fff;
  flex-basis: 20%;
  min-width: 19.375rem;
  margin: 0 .5625rem 4rem;
  padding: 4.0625rem 2.5rem 4.375rem;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

@media (max-width: 45em) {
  .resource-cards-module .resource-card {
    flex-basis: 100%;
    max-width: 19.375rem;
  }
}

@media (max-width: 33.75em) {
  .resource-cards-module .resource-card {
    margin-left: 0;
    margin-right: 0;
  }
}

.resource-cards-module .resource-card:hover, .resource-cards-module .resource-card:focus {
  z-index: 1;
  transform: scale(1.05);
}

.resource-cards-module .resource-card:hover .card-title, .resource-cards-module .resource-card:focus .card-title {
  text-decoration: underline;
}

.resource-cards-module .icon {
  color: #005587;
  font-size: 7rem;
}

.resource-cards-module .icon-placeholder {
  width: 7rem;
  height: 7rem;
}

.resource-cards-module .icon, .resource-cards-module .icon-placeholder, .resource-cards-module img {
  margin: 0 auto 1.625rem;
  display: block;
}

.resource-cards-module .card-title {
  text-align: center;
  max-width: 39.375rem;
  margin-bottom: 0;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .resource-cards-module .card-title {
    font-size: 1.25rem;
  }
}

.resource-cards-module .metadata {
  color: #005587;
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.resource-cards-module .call-to-action-container {
  text-align: center;
}

.resource-cards-module .call-to-action {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  background-color: #ffc927;
  border: .1875rem solid #ffc927;
  padding: 2rem 1.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4545;
  text-decoration: none;
  display: inline-block;
}

.resource-cards-module .call-to-action:hover, .resource-cards-module .call-to-action:focus {
  background-color: #fff;
}

.signup-form-module {
  flex-direction: row;
  display: flex;
}

.signup-form-module .inner {
  background-color: #005587;
  justify-content: space-between;
  align-items: center;
  width: 76%;
  display: flex;
}

.signup-form-module .description-container {
  color: #fff;
  width: 30.5rem;
  margin-left: 14%;
}

.signup-form-module .title {
  max-width: 39.375rem;
  margin-bottom: 2.8125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .signup-form-module .title {
    font-size: 1.5rem;
  }
}

.signup-form-module .description {
  font-size: 1rem;
  line-height: 1.4;
}

.signup-form-module .form-container {
  background-color: #f5f5f5;
  width: 33.625rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 4rem;
  position: relative;
  transform: translateX(50%);
}

.signup-form-module .form-title {
  max-width: 39.375rem;
  margin-bottom: 2.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .signup-form-module .form-title {
    font-size: 1rem;
  }
}

.signup-form-module .form-description {
  margin-bottom: 1.125rem;
  font-size: 1rem;
  line-height: 1.4;
}

.signup-form-module .oneField {
  margin-bottom: 2rem;
}

.signup-form-module label.preField {
  display: block;
}

.signup-form-module .input, .signup-form-module .inputWrapper input[type="text"], .signup-form-module .inputWrapper textarea {
  background: none;
  border: 0;
  border-bottom: .1875rem solid #000;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  display: block;
}

.signup-form-module .input::placeholder, .signup-form-module .inputWrapper input[type="text"]::placeholder, .signup-form-module .inputWrapper textarea::placeholder {
  color: #000;
}

.signup-form-module .select, .signup-form-module .inputWrapper select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 0;
  border-bottom: .1875rem solid #000;
  border-radius: 0;
  width: 100%;
  margin: .5rem 0 1rem;
  padding-bottom: .0625rem;
  font-size: 1rem;
}

.signup-form-module .inputWrapper .vertical {
  margin-bottom: 1rem;
  display: block;
}

.signup-form-module .inputWrapper .vertical .oneChoice {
  margin-bottom: .5rem;
  display: block;
}

.signup-form-module .inputWrapper .input-checkbox-faux, .signup-form-module .inputWrapper input[type="radio"] {
  margin-right: .25rem;
}

.signup-form-module .button, .signup-form-module .actions input[type="submit"] {
  -webkit-appearance: none;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  margin-top: 2.25rem;
  padding: 1.25rem 0;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.signup-form-module .submission-message {
  opacity: 0;
  z-index: -1;
  text-align: center;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: opacity .7s;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

.signup-form-module .submission-message h2 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .signup-form-module .submission-message h2 {
    font-size: 1.875rem;
  }
}

.signup-form-module .submission-message p {
  font-size: 1.375rem;
}

.signup-form-module .submission-message .icon {
  margin-right: .5rem;
}

.signup-form-module .put-in-front {
  z-index: 1;
}

.signup-form-module .submission-message--success {
  color: #008051;
}

.signup-form-module .submission-message--error {
  color: maroon;
}

.signup-form-module.signup-form-module--submission-success .submission-message--success, .signup-form-module.signup-form-module--submission-error .submission-message--error {
  opacity: 100;
}

.signup-form-module.signup-form-module--left {
  flex-direction: row-reverse;
}

.signup-form-module.signup-form-module--left .inner {
  flex-direction: row-reverse;
  align-self: flex-end;
}

.signup-form-module.signup-form-module--left .description-container {
  margin-left: 0;
  margin-right: 14%;
}

.signup-form-module.signup-form-module--left .form-container {
  transform: translateX(-50%);
}

.signup-form-module.signup-form-module--gold .inner {
  background-color: #ffc927;
}

.signup-form-module.signup-form-module--gold .description-container {
  color: #005587;
}

@media (max-width: 60em) {
  .signup-form-module .inner {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .signup-form-module .description-container, .signup-form-module.signup-form-module--left .description-container {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .signup-form-module .form-container, .signup-form-module.signup-form-module--left .form-container {
    width: 45%;
    transform: translateX(0);
  }

  .signup-form-module .button {
    width: 100%;
  }
}

@media (max-width: 42.5em) {
  .signup-form-module .inner, .signup-form-module.signup-form-module--left .inner {
    flex-direction: column;
    padding-top: 2rem;
  }

  .signup-form-module .description-container, .signup-form-module.signup-form-module--left .description-container, .signup-form-module .form-container, .signup-form-module.signup-form-module--left .form-container {
    width: auto;
  }

  .signup-form-module .form-container {
    margin-bottom: 1rem;
    padding: 2rem;
  }
}

.text-groups-module {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media (max-width: 40em) {
  .text-groups-module {
    margin-left: 0;
    margin-right: 0;
  }
}

.text-groups-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-groups-module .module-title {
    font-size: 1.5rem;
  }
}

.text-groups-module .text-groups {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 640px) {
  .text-groups-module .text-groups {
    margin: 0 20px 30px;
  }
}

.text-groups-module .text-group {
  border-top: .1875rem solid #000;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 1.25rem 2rem;
  padding-top: 1.5rem;
}

@media (max-width: 40em) {
  .text-groups-module .text-group {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-groups-module .text-group:last-child {
    margin-bottom: 0;
  }
}

.text-groups-module .text-group-title {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-groups-module .text-group-title {
    font-size: 1.25rem;
  }
}

.text-groups-module .text-group-description {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-groups-module .text-group-call-to-action {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: .1875rem solid #005587;
  padding: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  display: inline-block;
}

.text-groups-module .text-group-call-to-action:hover, .text-groups-module .text-group-call-to-action:focus {
  color: #fff;
  background-color: #005587;
}

.text-groups-module .text-group:last-child .text-group-call-to-action {
  margin-bottom: 0;
}

.text-intro-alumni-module {
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5.875rem 4rem .9375rem;
}

@media (max-width: 40em) {
  .text-intro-alumni-module {
    padding: 1rem 1.5rem;
  }
}

.text-intro-alumni-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-intro-alumni-module .module-title {
    font-size: 1.875rem;
  }
}

.text-intro-alumni-module .module-sub-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-intro-alumni-module .module-sub-title {
    font-size: 1.25rem;
  }
}

.text-intro-alumni-module .module-content {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-intro-alumni-module .module-content > * {
  margin: 0 auto 1.5rem;
}

.text-intro-alumni-module .module-content p:last-child {
  margin-bottom: 0;
}

.text-intro-alumni-module .module-call-to-action {
  text-align: center;
  color: #3c3c3c;
  text-transform: uppercase;
  letter-spacing: .02em;
  background-color: #ffc927;
  padding: .75rem 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  display: inline-block;
}

.latest-news-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .latest-news-module .module-title {
    font-size: 1.5rem;
  }
}

.latest-news-module .latest-news-items {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.875rem;
  display: flex;
}

.latest-news-module .latest-news-item {
  flex-basis: 19.375rem;
  margin: 0 .5625rem 2.25rem;
}

@media (max-width: 40em) {
  .latest-news-module .latest-news-item {
    flex-basis: 20rem;
  }
}

@media (max-width: 30em) {
  .latest-news-module .latest-news-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.latest-news-module img {
  margin: 0 auto;
  display: block;
}

.latest-news-module .category-container {
  min-height: 1.875rem;
  line-height: 1;
  position: relative;
}

.latest-news-module .category {
  color: #005587;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  background-color: #fff;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.latest-news-module .news-item-title {
  margin-top: 1.125rem;
  padding-right: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.36;
}

.related-alumni-module {
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5.875rem 4rem;
}

@media (max-width: 40em) {
  .related-alumni-module {
    padding: 1rem 1.5rem;
  }
}

.related-alumni-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 2rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .related-alumni-module .module-title {
    font-size: 1.5rem;
  }
}

.related-alumni-module .post-items {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

@media (max-width: 48.125em) {
  .related-alumni-module .post-items {
    flex-direction: column;
  }
}

.related-alumni-module .post-items .post-archive-item {
  background-color: #fff;
  width: 32%;
  box-shadow: 0 6px 12px #0000001a;
}

.related-alumni-module .post-items .post-archive-item + .post-archive-item {
  margin-left: 2%;
}

@media (max-width: 48.125em) {
  .related-alumni-module .post-items .post-archive-item + .post-archive-item {
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .related-alumni-module .post-items .post-archive-item {
    width: 100%;
  }
}

.related-alumni-module .post-items .post-archive-item > a:hover {
  text-decoration: none;
}

.related-alumni-module .post-items img {
  object-fit: cover;
  width: 100%;
  height: 240px;
  font-family: "object-fit: cover;";
  box-shadow: 0 3px 6px #00000029;
}

.related-alumni-module .post-items .archive-item-title {
  text-align: center;
  color: #005587;
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .related-alumni-module .post-items .archive-item-title {
    font-size: 1.25rem;
  }
}

.related-alumni-module .post-items .archive-item-title a {
  color: #005587;
}

.related-alumni-module .post-items .programs span {
  display: block;
}

.slider-module {
  padding: 3.4375rem 0 3.4375rem 3.4375rem;
  position: relative;
}

@media (max-width: 60em) {
  .slider-module {
    padding: 2rem 0 2rem 2rem;
  }
}

@media (max-width: 40em) {
  .slider-module {
    padding: 1rem 0 1rem 1rem;
  }
}

.slider-module:after {
  content: " ";
  z-index: -1;
  background-color: #005587;
  width: 20.3125rem;
  height: 20.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 60em) {
  .slider-module:after {
    width: 15.625rem;
    height: 15.625rem;
  }
}

@media (max-width: 40em) {
  .slider-module:after {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

.slider-module.slider-module-format--text {
  max-width: 52.25rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-module.slider-module-format--text .flickity-viewport {
  background-color: #fff;
  box-shadow: 0 .375rem 1.0625rem #00000026;
}

.slider-module .flickity-button {
  color: #fff;
  background-color: #ffc927;
  border-radius: 0;
  padding: 1.625rem 2.8125rem;
  top: auto;
  bottom: -1.4375rem;
  left: auto;
  box-shadow: 0 .25rem .625rem #00000029;
}

@media (max-width: 64em) {
  .slider-module .flickity-button {
    bottom: -4rem;
  }
}

.slider-module .flickity-button:focus {
  z-index: 100;
  outline: .1875rem solid #005587;
}

.slider-module .flickity-button .flickity-button-icon {
  height: 1rem;
  top: 35%;
}

.slider-module .flickity-button.next {
  right: 0;
}

.slider-module .flickity-button.previous {
  right: 5.625rem;
}

.slider-module.number-of-slides-1 .flickity-button {
  display: none;
}

.slider-module .flickity-viewport {
  transition: height .2s;
}

.slider-module.slider-module-format--textimage .flickity-viewport {
  background-color: #fff;
}

.slider-module.slider-module-format--textimage .flickity-button {
  right: auto;
}

.slider-module.slider-module-format--textimage .flickity-button.next {
  left: 9.0625rem;
}

.slider-module.slider-module-format--textimage .flickity-button.previous {
  left: 3.4375rem;
}

.slider-module .slide--text {
  text-align: center;
  width: 100%;
  margin: 1.875rem;
  padding: 3.75rem 5.9375rem;
}

@media (max-width: 60em) {
  .slider-module .slide--text {
    padding: 2rem 2.8125rem;
  }
}

@media (max-width: 40em) {
  .slider-module .slide--text {
    padding: 1rem 1.5rem;
  }
}

.slider-module .slide--text-image {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-module .slide-image {
  flex-shrink: 0;
  max-width: 50%;
  margin-bottom: auto;
  margin-right: 3.125rem;
  line-height: 0;
}

.slider-module .slide-image img {
  line-height: 0;
}

.slider-module .slide-content {
  flex-grow: 1;
  padding-right: 3.125rem;
}

.slider-module .slide-title {
  max-width: 39.375rem;
  margin-bottom: 2.125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .slider-module .slide-title {
    font-size: 1.5rem;
  }
}

.slider-module .slide-description {
  max-width: 60ch;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  line-height: 1.61;
}

.slider-module .slide-description .image-caption-wrapper {
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

.slider-module .slide-citation {
  max-width: 39.375rem;
  margin-bottom: .8125rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .slider-module .slide-citation {
    font-size: 1rem;
  }
}

.slider-module .slide-citation-meta {
  margin-top: .8125rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 64em) {
  .slider-module .slide {
    display: none;
  }

  .slider-module .slide-number-0 {
    display: block;
  }

  .slider-module .slide-image {
    flex-shrink: 1;
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .slider-module .slide-content {
    padding-right: 0;
  }

  .slider-module .slide--text-image {
    flex-wrap: wrap;
  }
}

.page-nav-module {
  padding: 0;
  position: relative;
}

@media (max-width: 63.75em) {
  .page-nav-module {
    padding: 0;
  }
}

.page-nav-module .page-nav .accordion-container .accordion-header {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: #005587;
  padding: 1.25rem 0 1.25rem 2rem;
  display: block;
  position: relative;
}

@media (min-width: 63.75em) {
  .page-nav-module .page-nav .accordion-container .accordion-header {
    display: none;
  }
}

@media (max-width: 48em) {
  .page-nav-module .page-nav .accordion-container .accordion-header {
    padding: 1.875rem;
  }
}

.page-nav-module .page-nav .accordion-container .accordion-header span {
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  display: block;
}

.page-nav-module .page-nav .accordion-container .accordion-header span:hover {
  cursor: pointer;
}

.page-nav-module .page-nav .accordion-container .accordion-header .accordion-annual {
  font-size: 1.25rem;
}

.page-nav-module .page-nav .accordion-container .accordion-header .accordion-section-container {
  justify-content: center;
  padding-left: 25px;
  display: flex;
}

.page-nav-module .page-nav .accordion-container .accordion-header .accordion-section-container:after {
  content: var(--page-nav-arrow-down);
  width: 19px;
  height: 12px;
  margin: 5px 0 0 10px;
  display: none;
}

@media (max-width: 63.75em) {
  .page-nav-module .page-nav .accordion-container .accordion-header .accordion-section-container:after {
    display: inline-block;
  }
}

.page-nav-module .page-nav .accordion-container .accordion-header .accordion-section {
  margin-top: 5px;
}

.page-nav-module .page-nav .accordion-container .accordion-header.accordion-open .accordion-section-container:after {
  margin: 10px 0 0 10px;
  transform: rotate(180deg);
}

.page-nav-module .page-nav .accordion-container .accordion-content {
  display: block;
}

@media (max-width: 63.75em) {
  .page-nav-module .page-nav .accordion-container .accordion-content {
    display: none;
  }
}

.page-nav-module .page-nav .accordion-container .accordion-content .accordion-active {
  background: #005587 !important;
}

.page-nav-module .page-nav .accordion-container .accordion-content .accordion-active a {
  color: #fff !important;
}

@media (max-width: 63.75em) {
  .page-nav-module .page-nav .accordion-container .accordion-content .accordion-active {
    background: #f3f3f3;
  }

  .page-nav-module .page-nav .accordion-container .accordion-content .accordion-active a {
    color: #005587;
  }
}

.page-nav-module .page-nav ul {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

@media (max-width: 63.75em) {
  .page-nav-module .page-nav ul {
    flex-direction: column;
  }
}

.page-nav-module .page-nav ul li {
  background: #f3f3f3;
  border-right: 1px solid #005587;
  flex-grow: 1;
  padding: .875rem 2.5rem;
  display: block;
}

@media (max-width: 48em) {
  .page-nav-module .page-nav ul li {
    padding: 1.1875rem;
  }
}

@media (max-width: 63.75em) {
  .page-nav-module .page-nav ul li {
    border-bottom: 1px solid #005587;
    border-right: none;
    padding: 1rem;
  }
}

@media (max-width: 88.75em) {
  .page-nav-module .page-nav ul li {
    padding: .875rem;
  }
}

@media (max-width: 72.5em) {
  .page-nav-module .page-nav ul li {
    padding: .875rem 1.125rem;
  }
}

.page-nav-module .page-nav ul li:last-of-type {
  border: none;
}

.page-nav-module .page-nav ul li:first-of-type a {
  text-transform: uppercase;
}

.page-nav-module .page-nav ul li:hover {
  cursor: pointer !important;
}

.page-nav-module .page-nav ul li:hover:not(.accordion-active) {
  background: #7aaddd !important;
}

.page-nav-module .page-nav ul li:hover a {
  color: #fff !important;
}

.page-nav-module .page-nav ul li a {
  white-space: nowrap;
  color: #005587;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: relative;
}

@media (max-width: 63.75em) {
  .page-nav-module .page-nav ul li a {
    text-align: center;
    font-size: 18px;
  }
}

@media (max-width: 72.5em) {
  .page-nav-module .page-nav ul li a {
    font-size: 18px;
  }
}

.recent-posts-module .module-title {
  text-align: center;
  max-width: 39.375rem;
  margin: 0 auto 1.75rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .recent-posts-module .module-title {
    font-size: 1.5rem;
  }
}

.recent-posts-module .post-archive-items {
  justify-content: center;
}

.embed-code-module iframe, .form-assembly-module iframe {
  width: .0625rem;
  min-width: 100%;
}

.standard-quote-carousel-slider {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5.875rem 4rem;
}

@media (max-width: 40em) {
  .standard-quote-carousel-slider {
    padding: 3.75rem 1.5rem;
  }
}

.standard-quote-carousel-slider .flickity-page-dots {
  width: auto;
  bottom: 2.1875rem;
  left: 50%;
  transform: translate(-50%);
}

.standard-quote-carousel-slider .flickity-page-dots .dot {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #005587;
  width: .9375rem;
  height: .9375rem;
}

.standard-quote-carousel-slider .flickity-page-dots .dot.is-selected {
  background-color: #005587;
}

.standard-quote-carousel-slider .flickity-prev-next-button {
  top: unset;
  background-color: #0000;
  width: 1.875rem;
  height: 1.875rem;
  bottom: .875rem;
}

.standard-quote-carousel-slider .flickity-prev-next-button.next {
  right: 40%;
}

@media (max-width: 64em) {
  .standard-quote-carousel-slider .flickity-prev-next-button.next {
    right: 0;
  }
}

.standard-quote-carousel-slider .flickity-prev-next-button.previous {
  left: 40%;
}

@media (max-width: 64em) {
  .standard-quote-carousel-slider .flickity-prev-next-button.previous {
    left: 0;
  }
}

.standard-quote-carousel-slider .flickity-button-icon {
  fill: #005587;
}

.standard-quote-carousel-slider .slide--alumni-quote {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.standard-quote-carousel-slider .slide--alumni-quote:before {
  content: "";
  background-color: gold;
  width: 10px;
  height: 90%;
  display: block;
  position: absolute;
  top: 5%;
  right: 34%;
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-content {
  text-align: right;
  width: 60%;
  display: none;
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-image {
  width: 30%;
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-image img {
  display: none;
}

@media (max-width: 40em) {
  .standard-quote-carousel-slider .slide--alumni-quote .slide-quote {
    font-size: 1.5rem;
  }
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-quote {
  max-width: 100%;
  margin-bottom: .75rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .standard-quote-carousel-slider .slide--alumni-quote .slide-quote {
    font-size: 1.5rem;
  }
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-quote:before {
  content: "“";
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-quote:after {
  content: "”";
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-sub-heading {
  margin-bottom: 2rem;
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-sub-heading:before {
  content: "- ";
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-body {
  margin-bottom: 2rem;
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-cta {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  border: .1875rem solid #005587;
  padding: 1.375rem 3.4375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.standard-quote-carousel-slider .slide--alumni-quote .slide-cta:hover, .standard-quote-carousel-slider .slide--alumni-quote .slide-cta:focus {
  color: #fff;
  background-color: #005587;
}

@media (max-width: 57.5em) {
  .standard-quote-carousel-slider .slide--alumni-quote .slide-cta {
    order: 1;
    margin-bottom: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media (max-width: 40em) {
  .standard-quote-carousel-slider .slide--alumni-quote .slide-cta {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 40.625em) {
  .standard-quote-carousel-slider .slide--alumni-quote {
    flex-direction: column-reverse;
  }

  .standard-quote-carousel-slider .slide--alumni-quote:before {
    content: unset;
  }

  .standard-quote-carousel-slider .slide--alumni-quote .slide-image {
    width: 95%;
    margin-bottom: 1.875rem;
  }

  .standard-quote-carousel-slider .slide--alumni-quote .slide-content {
    text-align: center;
    width: 95%;
  }
}

.standard-quote-carousel-slider .slide--alumni-quote.is-selected .slide-content, .standard-quote-carousel-slider .slide--alumni-quote.is-selected .slide-image img {
  display: block;
}

.module-quote-carousel-slider {
  background-color: #ffc92773;
  width: 100vw;
  max-width: 99.5vw;
  margin: 0 calc(50% - 50vw);
}

.module-quote-carousel-slider .flickity-viewport, #quote-carousel-slider .flickity-viewport {
  max-width: 90rem;
  margin: 0 auto;
  min-height: 420px !important;
}

.text-image-carousel .slide-title {
  font-size: 1.8rem;
}

.text-image-carousel .slide-description {
  font-size: 1rem;
}

.text-image-carousel:after {
  content: " ";
  z-index: -1;
  background-color: #7aaddd;
  width: 25rem;
  height: 25rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 60em) {
  .text-image-carousel:after {
    width: 15.625rem;
    height: 15.625rem;
  }
}

@media (max-width: 40em) {
  .text-image-carousel:after {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

.home-gallery-module {
  margin-bottom: 30px;
}

.home-gallery-module .headline {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.6666;
}

.home-gallery-module .headline, .home-gallery-module .headline a {
  color: #005587;
}

.home-gallery-module .description {
  text-align: center;
  max-width: 39.375rem;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .home-gallery-module .description {
    font-size: 1.5rem;
  }
}

.home-gallery-module .images {
  flex-flow: row;
  justify-content: center;
  margin: 40px 0;
  display: flex;
}

.home-gallery-module .images .image {
  width: 100%;
  height: 300px;
  margin-right: 25px;
}

.home-gallery-module .images .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-gallery-module .images .image:last-of-type {
  margin-right: 0;
}

.home-gallery-module .more-btn {
  text-align: center;
}

.home-gallery-module .more-btn a {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: .1875rem solid #005587;
  padding: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  display: inline-block;
}

.home-gallery-module .more-btn a:hover, .home-gallery-module .more-btn a:focus {
  color: #fff;
  background-color: #005587;
}

.home-gallery-module .gallery-images-container {
  justify-content: center !important;
}

.gallery-section {
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .gallery-section {
    padding: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .gallery-section {
    padding: 1rem;
  }
}

@media screen and (max-width: 380px) {
  .gallery-section {
    padding: 1rem .5rem;
  }
}

.gallery-section .gallery-text .gallery-headline {
  color: #000;
  margin-bottom: 25px;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.gallery-section .gallery-text .gallery-description {
  color: #000;
  max-width: 60%;
  margin-left: 100px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

@media screen and (max-width: 650px) {
  .gallery-section .gallery-text .gallery-description {
    max-width: 80%;
    margin-left: 50px;
  }
}

.gallery-section .gallery-no-results {
  margin-top: 50px;
}

.gallery-section .gallery-images-container {
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
  display: flex;
}

.gallery-section .gallery-images-container .gallery-image-container {
  width: 32%;
  max-width: 360px;
  margin-bottom: 25px;
  margin-right: 26px;
  display: block;
  position: relative;
}

.gallery-section .gallery-images-container .gallery-image-container:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1450px) {
  .gallery-section .gallery-images-container .gallery-image-container {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .gallery-section .gallery-images-container .gallery-image-container {
    width: 49%;
  }

  .gallery-section .gallery-images-container .gallery-image-container:nth-of-type(3n) {
    margin-right: 20px;
  }

  .gallery-section .gallery-images-container .gallery-image-container:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1150px) {
  .gallery-section .gallery-images-container .gallery-image-container, .gallery-section .gallery-images-container .gallery-image-container:nth-of-type(3n) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 900px) {
  .gallery-section .gallery-images-container .gallery-image-container, .gallery-section .gallery-images-container .gallery-image-container:nth-of-type(3n) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 750px) {
  .gallery-section .gallery-images-container .gallery-image-container {
    width: 100%;
    margin-right: 0;
  }

  .gallery-section .gallery-images-container .gallery-image-container:nth-of-type(3n) {
    margin-right: 0;
  }
}

.gallery-section .gallery-images-container .gallery-image-container:hover {
  cursor: pointer;
}

.gallery-section .gallery-images-container .gallery-image-container:hover .gallery-image-overlay {
  display: flex;
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image-data {
  display: none;
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image {
  width: 100%;
  max-width: 360px;
  height: 360px;
}

@media screen and (max-width: 750px) {
  .gallery-section .gallery-images-container .gallery-image-container .gallery-image {
    max-width: 360px;
    height: auto;
    margin: 0 auto;
  }
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image .modal-landscape-image {
  display: none;
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image-overlay {
  background: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 750px) {
  .gallery-section .gallery-images-container .gallery-image-container .gallery-image-overlay {
    max-width: 360px;
    margin: 0 auto;
  }
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image-overlay .overlay-title {
  color: #fff;
  text-align: center;
  max-width: 39.375rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .gallery-section .gallery-images-container .gallery-image-container .gallery-image-overlay .overlay-title {
    font-size: 1.25rem;
  }
}

.gallery-section .gallery-images-container .gallery-image-container .gallery-image-overlay .overlay-date {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}

.gallery-section .gallery-images-container .gallery-image-container-dummy:hover {
  cursor: default !important;
}

.gallery-section .gallery-images-container .gallery-image-container-dummy .gallery-image {
  height: 0 !important;
}

.gallery-section .gallery-images-container .gallery-image-container-dummy .gallery-image-overlay {
  display: none !important;
}

.gallery-section .gallery-image-hidden-container {
  display: none;
}

.gallery-section .gallery-filter-container {
  max-width: 70rem;
  margin: 60px auto 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 420px) {
  .gallery-section .gallery-filter-container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1060px) {
  .gallery-section .gallery-filter-container {
    flex-wrap: wrap;
  }
}

.gallery-section .gallery-filter-container .gallery-filter-image-type {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #005587;
  width: 380px;
  margin-right: 30px;
  padding: .5rem 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 450px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-type {
    width: 315px;
    margin-right: 0;
    padding: .5rem 0 .5rem 1rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-type {
    width: 280px;
    padding: .5rem 0 .5rem .5rem;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-decade-container {
    width: 100%;
    margin-top: 20px;
  }
}

.gallery-section .gallery-filter-container .gallery-filter-image-decade {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #005587;
  width: 125px;
  margin-right: 30px;
  padding: .5rem 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 1060px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-decade {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-decade {
    padding: .5rem 0 .5rem 1rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-decade {
    padding: .5rem 0 .5rem .5rem;
    font-size: 13px;
  }
}

.gallery-section .gallery-filter-container .gallery-filter-image-date {
  display: none;
}

@media screen and (max-width: 420px) {
  .gallery-section .gallery-filter-container .gallery-filter-image-date {
    width: 100%;
    margin-top: 25px;
  }
}

.gallery-section .gallery-filter-container .gallery-filter-image-date > input {
  border: 1px solid #005587;
  width: 175px;
  padding: .5rem .5rem .5rem 1rem;
  font-size: 1rem;
}

.gallery-section .gallery-filter-container .gallery-filter-search-container {
  flex-direction: row;
  display: flex;
}

@media screen and (max-width: 520px) {
  .gallery-section .gallery-filter-container .gallery-filter-search-container {
    flex-wrap: wrap;
  }

  .gallery-section .gallery-filter-container .gallery-filter-search-container .gallery-filter-search-input-container {
    width: 100%;
  }
}

.gallery-section .gallery-filter-container .gallery-filter-search-container input {
  border: 1px solid #005587;
  border-radius: 15px;
  width: 250px;
  margin-top: 24px;
  margin-right: 30px;
  padding: .5rem .5rem .5rem 1rem;
  font-size: 1rem;
}

.gallery-section .gallery-filter-container .gallery-filter-search-container .gallery-filter-search-btn-container input {
  color: #000;
  text-align: center;
  background: #fff;
  border: 1px solid #005587;
  border-radius: 0;
  width: auto;
  margin-top: 24px;
  padding: 8px 25px;
  font-family: Trade Gothic, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.gallery-section .gallery-filter-container .gallery-filter-search-container .gallery-filter-search-btn-container input:hover {
  cursor: pointer;
  color: #fff;
  background: #005587;
}

.gallery-section .gallery-filter-container label {
  color: #000;
  margin-bottom: 8px;
  margin-right: 10px;
  font-size: 1rem;
  display: block;
}

.gallery-section .gallery-filter-container.open .gallery-filter-header:after {
  top: 20px;
  transform: rotate(180deg);
}

.gallery-section .gallery-filter-container.open .gallery-filter-options {
  display: block;
}

.gallery-section .gallery-filter-container .gallery-filter-header {
  border: 1px solid #005587;
  width: 160px;
  height: 36px;
  padding: 10px;
  position: relative;
}

.gallery-section .gallery-filter-container .gallery-filter-header:after {
  content: var(--gallery-filter-arrow-down);
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
}

.gallery-section .gallery-filter-container .gallery-filter-header:hover {
  cursor: pointer;
}

.gallery-section .gallery-filter-container .gallery-filter-options {
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #005587;
  border-left: 1px solid #005587;
  border-right: 1px solid #005587;
  width: 160px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
}

.gallery-section .gallery-filter-container .gallery-filter-options .gallery-filter-option {
  cursor: pointer;
  margin-top: 20px;
  display: block;
}

.gallery-section .gallery-filter-container .gallery-filter-options .gallery-filter-option:first-of-type {
  margin-top: 0;
}

.gallery-section .gallery-modal-container {
  z-index: 6000;
  background: #fff;
  border: 1px solid #ccc;
  width: 38%;
  min-width: 725px;
  min-height: 615px;
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 820px) {
  .gallery-section .gallery-modal-container {
    min-width: 560px;
    min-height: auto;
  }
}

@media screen and (max-width: 650px) {
  .gallery-section .gallery-modal-container {
    min-width: 360px;
  }
}

.gallery-section .gallery-modal-container .gallery-modal-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
}

.gallery-section .gallery-modal-container .gallery-modal-close {
  cursor: pointer;
  background: url("../svg/gallery-close.svg");
  width: 39px;
  height: 39px;
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
}

.gallery-section .gallery-modal-container .gallery-modal-image-container {
  position: relative;
}

.gallery-section .gallery-modal-container .gallery-modal-image-container .gallery-modal-arrows .arrow-left, .gallery-section .gallery-modal-container .gallery-modal-image-container .gallery-modal-arrows .arrow-right {
  cursor: pointer;
  z-index: 1000;
  width: 33px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
}

.gallery-section .gallery-modal-container .gallery-modal-image-container .gallery-modal-arrows .arrow-left {
  background: url("../svg/gallery-arrow-left.svg");
  left: 10px;
}

.gallery-section .gallery-modal-container .gallery-modal-image-container .gallery-modal-arrows .arrow-left:hover {
  background: url("../png/gallery-arrow-left-hover.png");
}

.gallery-section .gallery-modal-container .gallery-modal-image-container .gallery-modal-arrows .arrow-right {
  background: url("../svg/gallery-arrow-right.svg");
  right: 10px;
}

.gallery-section .gallery-modal-container .gallery-modal-image-container .gallery-modal-arrows .arrow-right:hover {
  background: url("../png/gallery-arrow-right-hover.png");
}

.gallery-section .gallery-modal-container .gallery-modal-image {
  text-align: center;
  height: 80%;
}

.gallery-section .gallery-modal-container .gallery-modal-image img {
  object-fit: contain;
  height: 100%;
  max-height: 500px;
}

@media screen and (max-width: 650px) {
  .gallery-section .gallery-modal-container .gallery-modal-image img {
    object-fit: cover;
    max-height: 300px;
  }
}

.gallery-section .gallery-modal-container .gallery-modal-title {
  color: #000;
  margin-top: 20px;
  margin-bottom: 2px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.gallery-section .gallery-modal-container .gallery-modal-date {
  font-size: 16px;
}

.gallery-section .gallery-modal-container .gallery-modal-caption {
  margin: 10px 0 20px;
  font-size: 14px;
}

.gallery-section .gallery-modal-container .gallery-modal-caption a {
  color: #4482a7;
}

.gallery-section .gallery-modal-container .gallery-modal-credit {
  margin-bottom: 30px;
  font-size: 14px;
}

.gallery-section .gallery-modal-container .gallery-modal-share {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.gallery-section .gallery-modal-container .gallery-modal-share .gallery-icon {
  background: #005587;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: flex;
}

.gallery-section .gallery-pagination-wrapper {
  flex-direction: row;
  justify-content: space-between;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

@media screen and (max-width: 1450px) {
  .gallery-section .gallery-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.gallery-section .gallery-pagination-wrapper .page-numbers.prev, .gallery-section .gallery-pagination-wrapper .page-numbers.next {
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  border: .1875rem solid #005587;
  border-radius: 0;
  padding: 1rem 2rem;
  font-family: Trade Gothic, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.gallery-section .gallery-pagination-wrapper .page-numbers.prev:hover, .gallery-section .gallery-pagination-wrapper .page-numbers.next:hover {
  color: #fff;
  background-color: #005587;
}

.gallery-section .gallery-pagination-wrapper .page-numbers.prev {
  order: 1;
}

.gallery-section .gallery-pagination-wrapper .page-numbers.next {
  order: 3;
}

.gallery-section ul.page-numbers {
  flex-flow: row;
  order: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1450px) {
  .gallery-section ul.page-numbers {
    width: 100%;
    margin: 25px 0;
  }
}

.gallery-section ul.page-numbers a {
  display: block;
}

.gallery-section ul.page-numbers li {
  margin-left: 10px;
}

.gallery-section ul.page-numbers .page-numbers {
  color: #000;
  text-align: center;
  border-radius: 50%;
  height: 0;
  padding: 0 5px;
  font-family: Trade Gothic, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 0;
  display: block;
}

.gallery-section ul.page-numbers .page-numbers.current {
  color: #fff;
  cursor: default;
  background-color: #005587;
  width: 4.0625rem;
  padding: 46% 1.03125rem 54%;
  line-height: 6px;
}

.gallery-section ul.page-numbers .page-numbers.current:hover {
  text-decoration: none;
}

.gallery-section ul.page-numbers .page-numbers.dots {
  display: block;
}

.gallery-section ul.page-numbers .page-numbers.prev, .gallery-section ul.page-numbers .page-numbers.next {
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  border: .1875rem solid #005587;
  border-radius: 0;
  padding: 1.5rem 2.5em;
  font-family: Trade Gothic, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
}

.gallery-section ul.page-numbers .page-numbers.prev:hover, .gallery-section ul.page-numbers .page-numbers.next:hover {
  color: #fff;
  background-color: #005587;
}

#gallery-overlay {
  filter: alpha(opacity= 80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
  z-index: 5000;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.gallery-noscroll {
  overflow: hidden;
}

@media (max-width: 40em) {
  .ui-datepicker-calendar tr td {
    display: table-cell !important;
  }
}

.template-gallery-page {
  max-width: 70rem;
  margin: 0 auto 2rem;
  padding-top: 3.125rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .template-gallery-page {
    max-width: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .template-gallery-page {
    max-width: 30rem;
    padding: 3rem 1rem;
  }
}

@media screen and (max-width: 420px) {
  .template-gallery-page {
    margin: 0 auto .5rem;
  }
}

.template-gallery-page .the-title {
  max-width: 39.375rem;
  margin-bottom: 1.75rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.template-gallery-page p {
  padding-left: 100px;
}

@media screen and (max-width: 750px) {
  .template-gallery-page p {
    padding-left: 50px;
  }
}

.text-cta-module {
  color: #fff;
  background: #005587;
  padding: 80px 200px;
}

@media screen and (max-width: 1200px) {
  .text-cta-module {
    padding: 80px 150px;
  }
}

@media screen and (max-width: 800px) {
  .text-cta-module {
    padding: 40px;
  }
}

.text-cta-module__content {
  flex-flow: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .text-cta-module__content {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
  }
}

.text-cta-module__content h2 {
  text-transform: uppercase;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 54px;
  line-height: 46px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .text-cta-module__content h2 {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
  }
}

.text-cta-module__content--right {
  flex-wrap: nowrap;
  margin-left: 120px;
  display: flex;
}

@media screen and (max-width: 800px) {
  .text-cta-module__content--right {
    margin-top: 15px;
    margin-left: 0;
  }
}

.text-cta-module__content--right .image {
  margin-right: 20px;
  display: inline-block;
}

.text-cta-module__content--right .image img {
  display: inline-block;
}

.text-cta-module__content--right .wysiwyg {
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-cta-module__content--right .wysiwyg p {
  margin: 0;
}

.text-cta-module__content--right .wysiwyg a {
  color: #ffc927;
  font-weight: 600;
}

.text-title-module {
  color: #000;
  background: #ffc927;
  padding: 80px;
}

@media screen and (max-width: 800px) {
  .text-title-module {
    padding: 30px 40px;
  }
}

.text-title-module__content {
  flex-flow: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .text-title-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 600px;
  }
}

.text-title-module__content .title-container {
  width: 20%;
}

@media screen and (max-width: 800px) {
  .text-title-module__content .title-container {
    width: 100%;
  }
}

.text-title-module__content .title-container h2 {
  text-transform: uppercase;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .text-title-module__content .title-container h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }
}

.text-title-module__content .text-title-module__wysiwyg {
  width: 80%;
  margin-left: 150px;
}

.text-title-module__content .text-title-module__wysiwyg h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg h1 {
    font-size: 1.875rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg h2 {
    font-size: 1.5rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg h3 {
    font-size: 1.25rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg h4 {
    font-size: 1rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg h5, .text-title-module__content .text-title-module__wysiwyg h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg h5, .text-title-module__content .text-title-module__wysiwyg h6 {
    font-size: 1rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.text-title-module__content .text-title-module__wysiwyg blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-title-module__content .text-title-module__wysiwyg p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-title-module__content .text-title-module__wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.text-title-module__content .text-title-module__wysiwyg a {
  color: #005587;
  text-decoration: underline;
}

.text-title-module__content .text-title-module__wysiwyg ul, .text-title-module__content .text-title-module__wysiwyg ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.text-title-module__content .text-title-module__wysiwyg ul {
  list-style: disc;
}

.text-title-module__content .text-title-module__wysiwyg ol {
  list-style: decimal;
}

.text-title-module__content .text-title-module__wysiwyg li {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .text-title-module__content .text-title-module__wysiwyg {
    width: 100%;
    margin-left: 0;
  }
}

.text-title-module__content .text-title-module__wysiwyg p {
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 800px) {
  .text-title-module__content .text-title-module__wysiwyg p {
    font-size: 16px;
    line-height: 26px;
  }
}

.text-title-module__content .text-title-module__wysiwyg p h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg p h1 {
    font-size: 1.875rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg p h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg p h2 {
    font-size: 1.5rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg p h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg p h3 {
    font-size: 1.25rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg p h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg p h4 {
    font-size: 1rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg p h5, .text-title-module__content .text-title-module__wysiwyg p h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .text-title-module__content .text-title-module__wysiwyg p h5, .text-title-module__content .text-title-module__wysiwyg p h6 {
    font-size: 1rem;
  }
}

.text-title-module__content .text-title-module__wysiwyg p blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.text-title-module__content .text-title-module__wysiwyg p blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-title-module__content .text-title-module__wysiwyg p p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-title-module__content .text-title-module__wysiwyg p p:last-of-type {
  margin-bottom: 0;
}

.text-title-module__content .text-title-module__wysiwyg p a {
  color: #005587;
  text-decoration: underline;
}

.text-title-module__content .text-title-module__wysiwyg p ul, .text-title-module__content .text-title-module__wysiwyg p ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.text-title-module__content .text-title-module__wysiwyg p ul {
  list-style: disc;
}

.text-title-module__content .text-title-module__wysiwyg p ol {
  list-style: decimal;
}

.text-title-module__content .text-title-module__wysiwyg p li {
  font-size: 1rem;
  line-height: 1.5;
}

.quote-module {
  color: #000;
  background: #fff;
  padding: 160px 80px 80px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .quote-module {
    padding: 80px 40px 40px;
  }
}

.quote-module__content {
  flex-flow: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .quote-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }
}

.quote-module__content--image-container {
  z-index: 5;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 800px) {
  .quote-module__content--image-container {
    width: 100%;
    margin-bottom: 50px;
  }
}

.quote-module__content--image-container:after {
  content: " ";
  z-index: 3;
  background-color: #005587;
  width: 80%;
  height: 80%;
  position: absolute;
  top: -75px;
  left: -75px;
}

@media screen and (max-width: 1200px) {
  .quote-module__content--image-container:after {
    max-height: 250px;
  }
}

@media screen and (max-width: 800px) {
  .quote-module__content--image-container:after {
    width: 80%;
    height: 80%;
    max-height: 80%;
    top: -35px;
    left: -25px;
  }
}

.quote-module__content--image-container img {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  max-width: 700px;
  position: relative;
}

.quote-module__content--right {
  width: 50%;
  padding-left: 70px;
}

@media screen and (max-width: 800px) {
  .quote-module__content--right {
    width: 100%;
    padding-left: 40px;
  }
}

.quote-module__content--right .quote {
  z-index: 5;
  margin-bottom: 25px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 42px;
  line-height: 42px;
  display: block;
  position: relative;
}

@media screen and (max-width: 800px) {
  .quote-module__content--right .quote {
    font-size: 28px;
    line-height: 36px;
  }
}

.quote-module__content--right .quote:before {
  z-index: -3;
  content: "“";
  color: #ffc927;
  width: 50px;
  height: 50px;
  font-size: 140px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -62px;
}

@media screen and (max-width: 800px) {
  .quote-module__content--right .quote:before {
    font-size: 100px;
    line-height: 85px;
    top: -20px;
    left: -50px;
  }
}

.quote-module__content--right .quote:after {
  z-index: -3;
  content: "“";
  color: #ffc927;
  width: 50px;
  height: 50px;
  font-size: 140px;
  display: inline-block;
  position: absolute;
  bottom: -69px;
  right: 0;
}

@media screen and (max-width: 800px) {
  .quote-module__content--right .quote:after {
    font-size: 100px;
    line-height: 85px;
    bottom: -34px;
  }
}

.quote-module__content--right .name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (max-width: 800px) {
  .quote-module__content--right .name {
    font-size: 20px;
    line-height: 18px;
  }
}

.quote-module__content--right .company {
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 800px) {
  .quote-module__content--right .company {
    font-size: 16px;
    line-height: 18px;
  }
}

.picture-cards-annual-module {
  color: #000;
  background: #ffc927;
  padding: 80px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .picture-cards-annual-module {
    padding: 40px;
  }
}

.picture-cards-annual-module__content {
  flex-flow: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .picture-cards-annual-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }
}

.picture-cards-annual-module__content--card {
  flex-grow: 1;
}

.picture-cards-annual-module__content--card.card-vertical {
  width: calc(50% - 30px);
  max-width: 50%;
}

@media screen and (max-width: 800px) {
  .picture-cards-annual-module__content--card.card-vertical {
    width: 100%;
    max-width: 100%;
  }
}

.picture-cards-annual-module__content--card.card-vertical .description .description {
  width: 100%;
  margin: 0;
  padding: 0;
}

.picture-cards-annual-module__content--card.card-text {
  width: 100%;
}

.picture-cards-annual-module__content--card.card-text .description p {
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

@media screen and (max-width: 800px) {
  .picture-cards-annual-module__content--card.card-text .description p {
    font-size: 24px;
    line-height: 34px;
  }
}

.picture-cards-annual-module__content--card.card-text .description .description {
  width: 100%;
  margin: 0;
  padding: 0;
}

.picture-cards-annual-module__content--card.card-left {
  flex-flow: row;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .picture-cards-annual-module__content--card.card-left {
    flex-wrap: wrap;
  }
}

.picture-cards-annual-module__content--card.card-left .img-container {
  width: 60%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .picture-cards-annual-module__content--card.card-left .img-container {
    width: 100%;
  }
}

.picture-cards-annual-module__content--card.card-left .img-container img {
  max-height: 600px;
  transition: transform .2s;
}

.picture-cards-annual-module__content--card.card-left .img-container img:hover {
  transform: scale(1.05);
}

.picture-cards-annual-module__content--card.card-left .description {
  width: 40%;
}

@media screen and (max-width: 1200px) {
  .picture-cards-annual-module__content--card.card-left .description {
    width: 100%;
  }
}

.picture-cards-annual-module__content--card.card-left .description .description {
  width: 100%;
  margin: 0;
  padding: 0;
}

.picture-cards-annual-module__content--card .img-container {
  overflow: hidden;
}

.picture-cards-annual-module__content--card .img-container img {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  transition: transform .2s;
}

.picture-cards-annual-module__content--card .img-container img:hover {
  transform: scale(1.05);
}

.picture-cards-annual-module__content--card .description {
  background: #fff;
  margin-top: -2px;
  padding: 50px;
}

.picture-cards-annual-module__content--card .description p h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description p h1 {
    font-size: 1.875rem;
  }
}

.picture-cards-annual-module__content--card .description p h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description p h2 {
    font-size: 1.5rem;
  }
}

.picture-cards-annual-module__content--card .description p h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description p h3 {
    font-size: 1.25rem;
  }
}

.picture-cards-annual-module__content--card .description p h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description p h4 {
    font-size: 1rem;
  }
}

.picture-cards-annual-module__content--card .description p h5, .picture-cards-annual-module__content--card .description p h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description p h5, .picture-cards-annual-module__content--card .description p h6 {
    font-size: 1rem;
  }
}

.picture-cards-annual-module__content--card .description p blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.picture-cards-annual-module__content--card .description p blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.picture-cards-annual-module__content--card .description p p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.picture-cards-annual-module__content--card .description p p:last-of-type {
  margin-bottom: 0;
}

.picture-cards-annual-module__content--card .description p a {
  color: #005587;
  text-decoration: underline;
}

.picture-cards-annual-module__content--card .description p ul, .picture-cards-annual-module__content--card .description p ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.picture-cards-annual-module__content--card .description p ul {
  list-style: disc;
}

.picture-cards-annual-module__content--card .description p ol {
  list-style: decimal;
}

.picture-cards-annual-module__content--card .description p li {
  font-size: 1rem;
  line-height: 1.5;
}

.picture-cards-annual-module__content--card .description h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description h1 {
    font-size: 1.875rem;
  }
}

.picture-cards-annual-module__content--card .description h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description h2 {
    font-size: 1.5rem;
  }
}

.picture-cards-annual-module__content--card .description h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description h3 {
    font-size: 1.25rem;
  }
}

.picture-cards-annual-module__content--card .description h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description h4 {
    font-size: 1rem;
  }
}

.picture-cards-annual-module__content--card .description h5, .picture-cards-annual-module__content--card .description h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .picture-cards-annual-module__content--card .description h5, .picture-cards-annual-module__content--card .description h6 {
    font-size: 1rem;
  }
}

.picture-cards-annual-module__content--card .description blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.picture-cards-annual-module__content--card .description blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.picture-cards-annual-module__content--card .description p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.picture-cards-annual-module__content--card .description p:last-of-type {
  margin-bottom: 0;
}

.picture-cards-annual-module__content--card .description a {
  color: #005587;
  text-decoration: underline;
}

.picture-cards-annual-module__content--card .description ul, .picture-cards-annual-module__content--card .description ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.picture-cards-annual-module__content--card .description ul {
  list-style: disc;
}

.picture-cards-annual-module__content--card .description ol {
  list-style: decimal;
}

.picture-cards-annual-module__content--card .description li {
  font-size: 1rem;
  line-height: 1.5;
}

.picture-cards-annual-module__content--card .description h1, .picture-cards-annual-module__content--card .description h2, .picture-cards-annual-module__content--card .description h3, .picture-cards-annual-module__content--card .description h4, .picture-cards-annual-module__content--card .description h5, .picture-cards-annual-module__content--card .description h6 {
  max-width: 100%;
}

.text-button-module {
  color: #000;
  background: #ffc927;
  padding: 80px;
}

@media screen and (max-width: 800px) {
  .text-button-module {
    padding: 30px 40px;
  }
}

.text-button-module__content {
  flex-flow: row;
  justify-content: space-between;
  gap: 30px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .text-button-module__content {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .text-button-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}

.text-button-module__content--text {
  max-width: 70%;
}

@media screen and (max-width: 800px) {
  .text-button-module__content--text {
    max-width: 100%;
  }
}

.text-button-module__content--text h2 {
  margin-bottom: 18px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .text-button-module__content--text h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }
}

.text-button-module__content--text p {
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 800px) {
  .text-button-module__content--text p {
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
  }
}

.text-button-module__content--button-container {
  max-width: 30%;
  padding-top: 50px;
}

@media screen and (max-width: 800px) {
  .text-button-module__content--button-container {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.text-button-module__content--button {
  color: #fff;
  white-space: nowrap;
  background: #005587;
  padding: 15px 64px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

@media screen and (max-width: 1300px) {
  .text-button-module__content--button {
    padding: 15px 40px;
  }
}

@media screen and (max-width: 1050px) {
  .text-button-module__content--button {
    padding: 15px 24px;
  }
}

@media screen and (max-width: 800px) {
  .text-button-module__content--button {
    width: 100%;
  }
}

.why-contribute-module {
  padding: 80px;
}

.why-contribute-module.white {
  color: #000;
}

.why-contribute-module.white .why-contribute-module__content p a {
  color: #005587;
}

.why-contribute-module.blue {
  color: #fff;
  background: #005587;
}

@media screen and (max-width: 800px) {
  .why-contribute-module {
    padding: 30px 40px;
  }
}

.why-contribute-module__content {
  flex-flow: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .why-contribute-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }
}

.why-contribute-module__content--left {
  width: 20%;
}

@media screen and (max-width: 800px) {
  .why-contribute-module__content--left {
    width: 100%;
  }
}

.why-contribute-module__content--left h2 {
  text-transform: uppercase;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .why-contribute-module__content--left h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }
}

.why-contribute-module__content--left span {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .why-contribute-module__content--left span {
    margin-bottom: 5px;
  }
}

.why-contribute-module__content--right {
  width: 80%;
  margin-left: 100px;
}

@media screen and (max-width: 800px) {
  .why-contribute-module__content--right {
    width: 100%;
    margin: 0;
  }
}

.why-contribute-module__content p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 32px;
}

.why-contribute-module__content p:first-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .why-contribute-module__content p {
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
  }
}

.why-contribute-module__content p a {
  color: #ffc927;
  font-weight: 600;
  text-decoration: underline;
}

.contributions-overview-module {
  background: #ffc927;
  padding: 80px;
}

@media screen and (max-width: 1200px) {
  .contributions-overview-module {
    padding: 50px 40px;
  }
}

.contributions-overview-module__content {
  flex-flow: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .contributions-overview-module__content {
    max-width: 100%;
  }
}

.contributions-overview-module__content--left {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .contributions-overview-module__content--left {
    width: 40%;
  }
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--left {
    width: 100%;
  }
}

.contributions-overview-module__content--left h2 {
  text-transform: uppercase;
  max-width: 400px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--left h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .contributions-overview-module__content--left h2 {
    max-width: auto;
  }
}

.contributions-overview-module__content--left span {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--left span {
    margin-bottom: 5px;
  }
}

.contributions-overview-module__content--right {
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .contributions-overview-module__content--right {
    width: 60%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 900px) {
  .contributions-overview-module__content--right {
    padding-left: 10px;
  }
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.contributions-overview-module__content--right .image-container {
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right .image-container {
    order: 2;
    margin-left: 25px;
  }
}

.contributions-overview-module__content--right .image-container img {
  min-width: 90px;
}

.contributions-overview-module__content--right .image-container .percentage {
  margin-top: 5px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right .contributions-overview-wysiwyg {
    order: 1;
  }
}

.contributions-overview-module__content--right .contributions-overview-wysiwyg strong {
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right .contributions-overview-wysiwyg strong {
    font-size: 18px;
    line-height: 32px;
  }
}

.contributions-overview-module__content--right .contributions-overview-wysiwyg h2 {
  margin-bottom: 10px;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right .contributions-overview-wysiwyg h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.contributions-overview-module__content--right .contributions-overview-wysiwyg h1 {
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 75px;
  line-height: 35px;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right .contributions-overview-wysiwyg h1 {
    font-size: 40px;
    line-height: 32px;
  }
}

.contributions-overview-module__content--right .contributions-overview-wysiwyg p {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 800px) {
  .contributions-overview-module__content--right .contributions-overview-wysiwyg p {
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
  }
}

.people-annual-module {
  background: #fff;
  padding: 80px;
}

@media screen and (max-width: 800px) {
  .people-annual-module {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 1400px) {
  .people-annual-module {
    padding: 50px 40px;
  }
}

.people-annual-module__content {
  flex-flow: row;
  justify-content: space-between;
  column-gap: 40px;
  max-width: 80%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .people-annual-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .people-annual-module__content {
    max-width: 100%;
  }
}

.people-annual-module__content--single {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

@media screen and (max-width: 800px) {
  .people-annual-module__content--single {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .people-annual-module__content--image-container {
    width: 100%;
  }
}

.people-annual-module__content--image-container img {
  max-width: 220px;
}

@media screen and (max-width: 800px) {
  .people-annual-module__content--image-container img {
    object-fit: cover;
    width: 100%;
    max-width: 300px;
  }
}

.people-annual-module__content--text-container {
  margin-left: 50px;
  padding-top: 80px;
}

@media screen and (max-width: 800px) {
  .people-annual-module__content--text-container {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .people-annual-module__content--text-container {
    margin-left: 25px;
  }
}

.people-annual-module__content--text-container .name {
  margin-bottom: 15px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.people-annual-module__content--text-container p {
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.contributions-list-module {
  color: #000;
  padding: 60px 80px;
  position: relative;
}

.contributions-list-module.white {
  background: #fff;
}

.contributions-list-module.blue {
  background: #005587;
}

@media screen and (max-width: 800px) {
  .contributions-list-module h2 {
    padding-bottom: 20px;
  }

  .contributions-list-module {
    padding: 40px;
  }
}

.contributions-list-module__content {
  flex-flow: row;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 800px) {
  .contributions-list-module__content {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 0;
    max-width: 100%;
  }
}

.contributions-list-module__content--col {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .contributions-list-module__content--col {
    width: 100%;
  }
}

.contributions-list-module__content--col.text-container {
  margin-right: 30px;
}

.contributions-list-module__content--col .subheadline {
  text-transform: uppercase;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.contributions-list-module__content--col .subheadline.blue {
  color: #ffc927;
}

.contributions-list-module__content--col .subheadline.white {
  color: #005587;
}

.contributions-list-module__content--col h2 {
  margin-top: 30px;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .contributions-list-module__content--col h2 {
    margin-top: 10px;
    font-size: 24px;
  }
}

.contributions-list-module__content--col h2.blue {
  color: #fff;
}

.contributions-list-module__content--col h2.white {
  color: #005587;
}

.contributions-list-module__content--col .contributions-wysiwyg strong {
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
}

.contributions-list-module__content--col .contributions-wysiwyg p {
  min-height: 18px;
  padding-bottom: 20px;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.contributions-list-module__content--col .contributions-wysiwyg.blue p, .contributions-list-module__content--col .contributions-wysiwyg.blue strong {
  color: #fff;
}

.centered-text-2-module {
  background: #005587;
  max-width: 100%;
  margin: 0;
  padding: 80px;
}

@media screen and (max-width: 800px) {
  .centered-text-2-module {
    padding: 30px 40px;
  }
}

.centered-text-2-module .module-title {
  display: none;
}

.centered-text-2-module .wysiwyg h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg h1 {
    font-size: 1.875rem;
  }
}

.centered-text-2-module .wysiwyg h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg h2 {
    font-size: 1.5rem;
  }
}

.centered-text-2-module .wysiwyg h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg h3 {
    font-size: 1.25rem;
  }
}

.centered-text-2-module .wysiwyg h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg h4 {
    font-size: 1rem;
  }
}

.centered-text-2-module .wysiwyg h5, .centered-text-2-module .wysiwyg h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg h5, .centered-text-2-module .wysiwyg h6 {
    font-size: 1rem;
  }
}

.centered-text-2-module .wysiwyg blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.centered-text-2-module .wysiwyg blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.centered-text-2-module .wysiwyg p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.centered-text-2-module .wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.centered-text-2-module .wysiwyg a {
  color: #005587;
  text-decoration: underline;
}

.centered-text-2-module .wysiwyg ul, .centered-text-2-module .wysiwyg ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.centered-text-2-module .wysiwyg ul {
  list-style: disc;
}

.centered-text-2-module .wysiwyg ol {
  list-style: decimal;
}

.centered-text-2-module .wysiwyg li {
  font-size: 1rem;
  line-height: 1.5;
}

.centered-text-2-module .wysiwyg p h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg p h1 {
    font-size: 1.875rem;
  }
}

.centered-text-2-module .wysiwyg p h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg p h2 {
    font-size: 1.5rem;
  }
}

.centered-text-2-module .wysiwyg p h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg p h3 {
    font-size: 1.25rem;
  }
}

.centered-text-2-module .wysiwyg p h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg p h4 {
    font-size: 1rem;
  }
}

.centered-text-2-module .wysiwyg p h5, .centered-text-2-module .wysiwyg p h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .centered-text-2-module .wysiwyg p h5, .centered-text-2-module .wysiwyg p h6 {
    font-size: 1rem;
  }
}

.centered-text-2-module .wysiwyg p blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.centered-text-2-module .wysiwyg p blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.centered-text-2-module .wysiwyg p p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.centered-text-2-module .wysiwyg p p:last-of-type {
  margin-bottom: 0;
}

.centered-text-2-module .wysiwyg p a {
  color: #005587;
  text-decoration: underline;
}

.centered-text-2-module .wysiwyg p ul, .centered-text-2-module .wysiwyg p ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.centered-text-2-module .wysiwyg p ul {
  list-style: disc;
}

.centered-text-2-module .wysiwyg p ol {
  list-style: decimal;
}

.centered-text-2-module .wysiwyg p li {
  font-size: 1rem;
  line-height: 1.5;
}

.centered-text-2-module .wysiwyg ul, .centered-text-2-module .wysiwyg li, .centered-text-2-module .wysiwyg h2, .centered-text-2-module .wysiwyg h3, .centered-text-2-module .wysiwyg h4, .centered-text-2-module .wysiwyg h5, .centered-text-2-module .wysiwyg h6 {
  color: #fff;
}

.centered-text-2-module .module-description p {
  color: #fff;
  max-width: 100%;
  font-family: Trade Gothic, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

@media screen and (max-width: 800px) {
  .centered-text-2-module .module-description p {
    font-size: 24px;
    line-height: 34px;
  }
}

.centered-text-2-module .module-description p a {
  color: #fff;
  text-decoration: none;
}

.centered-text-2-module .module-description p a:hover {
  border-bottom: 2px solid #ffc927;
}

.text-media-2-module {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-media-2-module .module-title {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .module-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .text-media-2-module.media-module--video .module-media {
    width: 60%;
  }

  .text-media-2-module.media-module--image.media-module--landscape .module-media {
    max-width: 60%;
  }
}

.text-media-2-module.media-module--image.media-module--portrait .module-media {
  max-width: 370px;
}

.text-media-2-module.media-module--image.media-module--portrait .module-media img {
  max-height: 30rem;
}

.text-media-2-module.media-module--image .wysiwyg {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-media-2-module.media-module--image .wysiwyg p, .text-media-2-module.media-module--image .wysiwyg ul, .text-media-2-module.media-module--image .wysiwyg ol {
  max-width: none;
}

.text-media-2-module .module-text {
  flex: 1;
}

.text-media-2-module .module-media {
  margin-left: 3rem;
  position: relative;
}

@media (max-width: 64em) {
  .text-media-2-module .module-media {
    margin-bottom: 2rem;
  }
}

.text-media-2-module .module-media:after {
  content: " ";
  z-index: -1;
  background-color: #005587;
  width: 20.3125rem;
  height: 20.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 60em) {
  .text-media-2-module .module-media:after {
    width: 15.625rem;
    height: 15.625rem;
  }
}

@media (max-width: 40em) {
  .text-media-2-module .module-media:after {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

.text-media-2-module .module-media .inner-media {
  margin-top: 3.125rem;
  margin-left: 3.125rem;
  line-height: 0;
}

@media (max-width: 40em) {
  .text-media-2-module .module-media .inner-media {
    margin-top: 1.5625rem;
    margin-left: 1.5625rem;
  }
}

.text-media-2-module .module-media img {
  width: auto;
  max-width: 100%;
}

.text-media-2-module .module-media figcaption {
  padding-top: .5rem;
  font-family: Graphik, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 64em) {
  .text-media-2-module .module-media figcaption {
    float: none;
    max-width: none;
  }
}

.text-media-2-module.media-module--gold .module-media:after {
  background-color: #ffc927;
}

.text-media-2-module.media-module--light-blue .module-media:after {
  background-color: #7aaddd;
}

.text-media-2-module .module-call-to-action {
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  color: #000;
  float: right;
  background-color: #ffc927;
  border: .1875rem solid #ffc927;
  margin-right: 3.125rem;
  padding: 1.375rem 3.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.text-media-2-module .module-call-to-action:hover, .text-media-2-module .module-call-to-action:focus {
  background-color: #fff;
}

@media (max-width: 64em) {
  .text-media-2-module .module-call-to-action {
    float: none;
    margin: 2rem 0;
    padding-left: .75rem;
    padding-right: .75rem;
    display: none;
  }
}

.text-media-2-module .module-text .module-call-to-action {
  display: none;
}

@media (max-width: 64em) {
  .text-media-2-module .module-text .module-call-to-action {
    margin-bottom: 0;
    display: block;
  }
}

.text-media-2-module {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .text-media-2-module {
    flex-wrap: wrap;
  }
}

.text-media-2-module.media-module--left {
  flex-direction: row-reverse;
}

.text-media-2-module.media-module--right {
  flex-direction: row;
}

.text-media-2-module .module-text {
  width: 50%;
  padding: 20px 90px;
}

@media screen and (max-width: 800px) {
  .text-media-2-module .module-text {
    order: 2;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 40px;
  }
}

.text-media-2-module .module-text .module-call-to-action, .text-media-2-module .module-text .module-title {
  display: none;
}

.text-media-2-module .module-text p {
  font-size: 16px;
  line-height: 24px;
}

.text-media-2-module .module-text p h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .module-text p h1 {
    font-size: 1.875rem;
  }
}

.text-media-2-module .module-text p h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .module-text p h2 {
    font-size: 1.5rem;
  }
}

.text-media-2-module .module-text p h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .module-text p h3 {
    font-size: 1.25rem;
  }
}

.text-media-2-module .module-text p h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .text-media-2-module .module-text p h4 {
    font-size: 1rem;
  }
}

.text-media-2-module .module-text p h5, .text-media-2-module .module-text p h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .text-media-2-module .module-text p h5, .text-media-2-module .module-text p h6 {
    font-size: 1rem;
  }
}

.text-media-2-module .module-text p blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.text-media-2-module .module-text p blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-media-2-module .module-text p p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-media-2-module .module-text p p:last-of-type {
  margin-bottom: 0;
}

.text-media-2-module .module-text p a {
  color: #005587;
  text-decoration: underline;
}

.text-media-2-module .module-text p ul, .text-media-2-module .module-text p ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.text-media-2-module .module-text p ul {
  list-style: disc;
}

.text-media-2-module .module-text p ol {
  list-style: decimal;
}

.text-media-2-module .module-text p li {
  font-size: 1rem;
  line-height: 1.5;
}

.text-media-2-module .wysiwyg h1 {
  max-width: 39.375rem;
  margin-bottom: 1.5rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .wysiwyg h1 {
    font-size: 1.875rem;
  }
}

.text-media-2-module .wysiwyg h2 {
  max-width: 39.375rem;
  margin-bottom: 1.25rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .wysiwyg h2 {
    font-size: 1.5rem;
  }
}

.text-media-2-module .wysiwyg h3 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 40em) {
  .text-media-2-module .wysiwyg h3 {
    font-size: 1.25rem;
  }
}

.text-media-2-module .wysiwyg h4 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.384;
}

@media (max-width: 40em) {
  .text-media-2-module .wysiwyg h4 {
    font-size: 1rem;
  }
}

.text-media-2-module .wysiwyg h5, .text-media-2-module .wysiwyg h6 {
  max-width: 39.375rem;
  margin-bottom: 1rem;
  font-family: trade-gothic-next-condensed, Helvetica Neue, Helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.36;
}

@media (max-width: 40em) {
  .text-media-2-module .wysiwyg h5, .text-media-2-module .wysiwyg h6 {
    font-size: 1rem;
  }
}

.text-media-2-module .wysiwyg blockquote {
  color: #005587;
  border-left: .1875rem solid #005587;
  margin: 1.5rem 0 1.5rem 3.75rem;
  padding-left: 2rem;
}

.text-media-2-module .wysiwyg blockquote p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-media-2-module .wysiwyg p {
  max-width: 70ch;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-media-2-module .wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.text-media-2-module .wysiwyg a {
  color: #005587;
  text-decoration: underline;
}

.text-media-2-module .wysiwyg ul, .text-media-2-module .wysiwyg ol {
  max-width: 70ch;
  margin-bottom: 2rem;
  padding-left: 1.625rem;
  font-size: 1rem;
}

.text-media-2-module .wysiwyg ul {
  list-style: disc;
}

.text-media-2-module .wysiwyg ol {
  list-style: decimal;
}

.text-media-2-module .wysiwyg li {
  font-size: 1rem;
  line-height: 1.5;
}

.text-media-2-module .module-media {
  width: 50%;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .text-media-2-module .module-media {
    order: 1;
    width: 100%;
  }
}

.text-media-2-module .module-media .inner-media {
  width: 100%;
  height: 100%;
  min-height: auto;
  margin: 0;
  overflow: hidden;
}

.text-media-2-module .module-media .inner-media figure {
  float: none;
  width: 100%;
  height: 100%;
}

.text-media-2-module .module-media .inner-media img {
  object-fit: cover;
  width: 100%;
  max-height: 575px;
  transition: transform .2s;
}

.text-media-2-module .module-media .inner-media img:hover {
  transform: scale(1.05);
}

.text-media-2-module .module-media figcaption, .text-media-2-module .module-media a, .text-media-2-module .module-media:after, .text-media-slider .flickity-button {
  display: none;
}

@media screen and (max-width: 800px) {
  .text-media-slider .flickity-button {
    color: #fff;
    background-color: #ffc927;
    border-radius: 0;
    padding: 1.625rem 2.8125rem;
    display: block;
    top: auto;
    bottom: 30px;
    left: auto;
    box-shadow: 0 .25rem .625rem #00000029;
  }

  .text-media-slider .flickity-button:focus {
    z-index: 100;
    outline: .1875rem solid #005587;
  }

  .text-media-slider .flickity-button .flickity-button-icon {
    height: 1rem;
    top: 35%;
  }

  .text-media-slider .flickity-button.next {
    right: calc(48% - 90px);
  }

  .text-media-slider .flickity-button.previous {
    right: 48%;
  }
}

