@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* Colors */
.single-press-release .page-content, .single-dmfi-live .page-content, .single-post .page-content, .single-career .page-content, .candidates, .featured-video, .testimonials, .gallery, .action-layer, .photo-text, .promos, .bio-text, .intro, .news, .impact {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 48em) {
  .single-press-release .page-content, .single-dmfi-live .page-content, .single-post .page-content, .single-career .page-content, .candidates, .featured-video, .testimonials, .gallery, .action-layer, .photo-text, .promos, .bio-text, .intro, .news, .impact {
    padding: 3rem 1rem;
  }
}
@media (min-width: 81.25em) {
  .single-press-release .page-content, .single-dmfi-live .page-content, .single-post .page-content, .single-career .page-content, .candidates, .featured-video, .testimonials, .gallery, .action-layer, .photo-text, .promos, .bio-text, .intro, .news, .impact {
    padding: 3.5rem 0;
  }
}
@media (min-width: 100em) {
  .single-press-release .page-content, .single-dmfi-live .page-content, .single-post .page-content, .single-career .page-content, .candidates, .featured-video, .testimonials, .gallery, .action-layer, .photo-text, .promos, .bio-text, .intro, .news, .impact {
    padding: 4rem 0;
  }
}
@media (min-width: 112.5em) {
  .single-press-release .page-content, .single-dmfi-live .page-content, .single-post .page-content, .single-career .page-content, .candidates, .featured-video, .testimonials, .gallery, .action-layer, .photo-text, .promos, .bio-text, .intro, .news, .impact {
    padding: 5rem 0;
  }
}

.staff-group {
  padding: 1.25rem 1rem;
}
@media (min-width: 48em) {
  .staff-group {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 81.25em) {
  .staff-group {
    padding: 2rem 0;
  }
}
@media (min-width: 100em) {
  .staff-group {
    padding: 2.5rem 0;
  }
}
@media (min-width: 112.5em) {
  .staff-group {
    padding: 3rem 0;
  }
}

.page-content {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .page-content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 81.25em) {
  .page-content {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 100em) {
  .page-content {
    margin-bottom: 4rem;
  }
}
@media (min-width: 112.5em) {
  .page-content {
    margin-bottom: 5rem;
  }
}

.page-content > *:last-child, .testimonials-item:last-child {
  padding-bottom: 12.25rem;
  margin-bottom: -10.25rem;
}
@media (min-width: 48em) {
  .page-content > *:last-child, .testimonials-item:last-child {
    padding-bottom: 4rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 81.25em) {
  .page-content > *:last-child, .testimonials-item:last-child {
    padding-bottom: 8.5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 100em) {
  .page-content > *:last-child, .testimonials-item:last-child {
    padding-bottom: 10rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 112.5em) {
  .page-content > *:last-child, .testimonials-item:last-child {
    padding-bottom: 12rem;
  }
}

.page-content > p, .page-content > ul, .page-content > ol, .layer-teaser, .icon-text-body, .promo-blurb, .bio-text p {
  line-height: 1.5;
  font-size: 1.1rem;
}
.page-content > p p, .page-content > ul p, .page-content > ol p, .layer-teaser p, .icon-text-body p, .promo-blurb p, .bio-text p p {
  margin-bottom: 1rem;
}
.page-content > p p:last-of-type, .page-content > ul p:last-of-type, .page-content > ol p:last-of-type, .layer-teaser p:last-of-type, .icon-text-body p:last-of-type, .promo-blurb p:last-of-type, .bio-text p p:last-of-type {
  margin-bottom: 0;
}

/* SASS mixin start */
h5, .filter-grouping-label, .layer-headline-small, .promo-headline-small, .impact-item-headline, h4, .testimonials-cite-name, .testimonials-quote, .wp-block-pullquote blockquote p, .bio-name-first, .news-item-tweet, .news-item-headline, h3, .candidate-name, .icon-text-headline, .staff-name, .photo-text.small-headline .photo-text-copy .layer-headline-large, .intro.small-headline .layer-headline-large, .page-content-headline, h2, .featured-video-headline, .promo-headline-large, .intro-headline, h1, .layer-headline-large, .testimonials-quote-large, .bio-name-last {
  font-family: "Fjalla One", sans-serif;
  line-height: 1.3;
}

h1, .layer-headline-large, .testimonials-quote-large, .bio-name-last {
  font-size: 4.209rem;
  font-size: calc(53.8752px + (67.344 - 53.8752) * (100vw - 768px) / (1600 - 768));
}
@media screen and (max-width: 768px) {
  h1, .layer-headline-large, .testimonials-quote-large, .bio-name-last {
    font-size: 3.3672rem;
  }
}
@media screen and (min-width: 1600px) {
  h1, .layer-headline-large, .testimonials-quote-large, .bio-name-last {
    font-size: 4.209rem;
  }
}

.page-content-headline, h2, .featured-video-headline, .promo-headline-large, .intro-headline {
  font-size: 3.157rem;
  font-size: calc(40.416px + (50.512 - 40.416) * (100vw - 768px) / (1600 - 768));
}
@media screen and (max-width: 768px) {
  .page-content-headline, h2, .featured-video-headline, .promo-headline-large, .intro-headline {
    font-size: 2.526rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-content-headline, h2, .featured-video-headline, .promo-headline-large, .intro-headline {
    font-size: 3.157rem;
  }
}

h3, .candidate-name, .icon-text-headline, .staff-name, .photo-text.small-headline .photo-text-copy .layer-headline-large, .intro.small-headline .layer-headline-large {
  font-size: 2.369rem;
  font-size: calc(30.24px + (37.904 - 30.24) * (100vw - 768px) / (1600 - 768));
}
@media screen and (max-width: 768px) {
  h3, .candidate-name, .icon-text-headline, .staff-name, .photo-text.small-headline .photo-text-copy .layer-headline-large, .intro.small-headline .layer-headline-large {
    font-size: 1.89rem;
  }
}
@media screen and (min-width: 1600px) {
  h3, .candidate-name, .icon-text-headline, .staff-name, .photo-text.small-headline .photo-text-copy .layer-headline-large, .intro.small-headline .layer-headline-large {
    font-size: 2.369rem;
  }
}

h4, .testimonials-cite-name, .testimonials-quote, .wp-block-pullquote blockquote p, .bio-name-first, .news-item-tweet, .news-item-headline {
  font-size: 1.777rem;
  font-size: calc(22.752px + (28.432 - 22.752) * (100vw - 768px) / (1600 - 768));
}
@media screen and (max-width: 768px) {
  h4, .testimonials-cite-name, .testimonials-quote, .wp-block-pullquote blockquote p, .bio-name-first, .news-item-tweet, .news-item-headline {
    font-size: 1.422rem;
  }
}
@media screen and (min-width: 1600px) {
  h4, .testimonials-cite-name, .testimonials-quote, .wp-block-pullquote blockquote p, .bio-name-first, .news-item-tweet, .news-item-headline {
    font-size: 1.777rem;
  }
}

h5, .filter-grouping-label, .layer-headline-small, .promo-headline-small, .impact-item-headline {
  font-size: 1.333rem;
  font-size: calc(17.064px + (21.328 - 17.064) * (100vw - 768px) / (1600 - 768));
}
@media screen and (max-width: 768px) {
  h5, .filter-grouping-label, .layer-headline-small, .promo-headline-small, .impact-item-headline {
    font-size: 1.0665rem;
  }
}
@media screen and (min-width: 1600px) {
  h5, .filter-grouping-label, .layer-headline-small, .promo-headline-small, .impact-item-headline {
    font-size: 1.333rem;
  }
}

h6, .featured-video-headline-sub, .video-featuring-label {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  font-size: 1rem;
  font-size: calc(12.8px + (16 - 12.8) * (100vw - 768px) / (1600 - 768));
}
@media screen and (max-width: 768px) {
  h6, .featured-video-headline-sub, .video-featuring-label {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1600px) {
  h6, .featured-video-headline-sub, .video-featuring-label {
    font-size: 1rem;
  }
}

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

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

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.impact-grid {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 100em) {
  .impact-grid {
    margin: 3rem auto;
  }
}
.impact-item {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
}
.impact-item:nth-child(2) .impact-item-icon {
  width: 42%;
}
.impact-item:nth-child(5) .impact-item-icon {
  width: 42%;
}
.impact-item:nth-child(6) .impact-item-icon {
  width: 65%;
}
.impact-item:nth-child(8) .impact-item-icon {
  width: 80%;
}
@media (max-width: 64em) {
  .impact-item:nth-child(odd) {
    border-right: 1px solid #E9E9E9;
  }
  .impact-item:nth-child(7), .impact-item:nth-child(8) {
    border-bottom: none;
  }
}
@media (min-width: 48em) {
  .impact-item {
    width: 25%;
    border-right: 1px solid #E9E9E9;
  }
  .impact-item:nth-child(4), .impact-item:nth-child(8) {
    border-right: none;
  }
  .impact-item:nth-child(5), .impact-item:nth-child(6), .impact-item:nth-child(7), .impact-item:nth-child(8) {
    border-bottom: none;
  }
}
.impact-item-pad {
  padding: 1rem;
  height: 100%;
  display: block;
  position: relative;
}
@media (min-width: 81.25em) {
  .impact-item-pad {
    padding: 2rem;
  }
}
@media (min-width: 100em) {
  .impact-item-pad {
    padding: 3rem;
  }
}
.impact-item-pad:hover .impact-item-headline {
  color: #02225C;
}
.impact-item-pad:hover .impact-item-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.impact-item-pad:hover .impact-item-icon-svg {
  -webkit-filter: drop-shadow(0 0.2rem 1rem rgba(2, 34, 92, 0.25));
          filter: drop-shadow(0 0.2rem 1rem rgba(2, 34, 92, 0.25));
}
.impact-item-pad:hover:after {
  opacity: 1;
  visibility: visible;
}
.impact-item-pad:focus {
  -webkit-box-shadow: inset 0 0 0 3 px #E54B4B;
          box-shadow: inset 0 0 0 3 px #E54B4B;
}
.impact-item-pad:after {
  background: linear-gradient(40deg, #E9E9E9, #f5f5f5);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.impact-item-contents {
  position: relative;
  z-index: 100;
}
.impact-item-icon {
  width: 50%;
  margin: 0 auto 1rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .impact-item-icon {
    width: 65%;
  }
}
@media (min-width: 81.25em) {
  .impact-item-icon {
    width: 50%;
  }
}
.impact-item-icon-svg {
  -webkit-transition: 0.3s -webkit-filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s -webkit-filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s filter cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.3s -webkit-filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-filter: drop-shadow(0 0.2rem 1rem rgba(2, 34, 92, 0.1));
          filter: drop-shadow(0 0.2rem 1rem rgba(2, 34, 92, 0.1));
  width: 100%;
  height: 7.5rem;
}
@media (min-width: 48em) {
  .impact-item-icon-svg {
    height: 8.25rem;
  }
}
@media (min-width: 81.25em) {
  .impact-item-icon-svg {
    height: 9rem;
  }
}
@media (min-width: 100em) {
  .impact-item-icon-svg {
    height: 9.5rem;
  }
}
.impact-item-headline {
  font-weight: 400;
  color: #1446A0;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.impact .btn:focus .btn-bg {
  -webkit-box-shadow: 0 0 0 3px #1446A0, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 3px #1446A0, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}

.btn {
  letter-spacing: 4px;
  padding: 0.75em 1.25em;
  margin: 0 auto;
  font-family: "Fjalla One", sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media (min-width: 48em) {
  .btn {
    font-size: 1.2rem;
  }
}
@media (min-width: 81.25em) {
  .btn {
    font-size: 1.36rem;
  }
}
.btn-mask {
  overflow: hidden;
  position: relative;
}
.btn-txt {
  color: #fff;
  z-index: 100;
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  display: block;
  white-space: nowrap;
}
.btn-txt-hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}
.btn-bg {
  background: #E54B4B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1;
  border-radius: 0.3rem;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  overflow: hidden;
}
.btn-bg:before {
  background: -webkit-gradient(linear, left top, right top, from(#eb7878), to(#E54B4B));
  background: linear-gradient(90deg, #eb7878, #E54B4B);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.btn:hover .btn-txt {
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}
.btn:hover .btn-txt-hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.btn:hover .btn-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.btn:hover .btn-bg:before {
  left: 0;
}
.btn:focus .btn-bg {
  -webkit-box-shadow: inset 0 0 0 3px #1446A0, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 3px #1446A0, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.btn.lg {
  font-size: 1.1rem;
  padding: 0.75em 2em;
}
@media (min-width: 100em) {
  .btn.lg {
    font-size: 1.25rem;
  }
}
@media (min-width: 81.25em) {
  .btn.lg {
    font-size: 1.45rem;
  }
}
.btn.sm {
  font-size: 0.9rem;
  padding: 0.65em 1em;
  letter-spacing: 2px;
}
@media (min-width: 100em) {
  .btn.sm {
    font-size: 1rem;
  }
}
@media (min-width: 81.25em) {
  .btn.sm {
    font-size: 1.1rem;
  }
}
.btn.white {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(27, 25, 25, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(27, 25, 25, 0.1);
}
.btn.white .btn-bg {
  background: #fff;
}
.btn.white .btn-bg:before {
  display: none;
}
.btn.white .btn-txt {
  background: #E54B4B;
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.white:focus .btn-bg {
  -webkit-box-shadow: 0 0 0 3px #E54B4B, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 3px #E54B4B, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.btn.gray {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(27, 25, 25, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(27, 25, 25, 0.1);
}
.btn.gray .btn-bg {
  background: #f5f5f5;
}
.btn.gray .btn-bg:before {
  display: none;
}
.btn.gray .btn-txt {
  background: #E54B4B;
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.gray:focus .btn-bg {
  -webkit-box-shadow: 0 0 0 3px #E54B4B, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 3px #E54B4B, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.btn.blue {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.btn.blue .btn-bg {
  background: linear-gradient(45deg, #1446A0, #02225C);
}
.btn.blue .btn-bg:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #02225C), to(rgba(2, 34, 92, 0)));
  background: linear-gradient(90deg, #02225C 50%, rgba(2, 34, 92, 0));
}
.btn.blue .btn-txt {
  color: #fff;
}
.btn.blue:focus .btn-bg {
  -webkit-box-shadow: 0 0 0 3px #E54B4B, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 3px #E54B4B, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.btn-container {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .btn-container {
    margin-top: 2rem;
  }
}
@media (min-width: 100em) {
  .btn-container {
    margin-top: 3rem;
  }
}

.news {
  background: #02225C;
  width: 100%;
  border-radius: 1rem;
  margin: 1rem auto;
}
@media (min-width: 48em) {
  .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 2rem auto;
  }
}
@media (min-width: 100em) {
  .news-grid {
    margin: 3rem auto;
  }
}
.news-item {
  -webkit-transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  margin: 1rem 0;
  text-align: center;
  position: relative;
}
@media (min-width: 48em) {
  .news-item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
.news-item-video .news-item-meta {
  margin-bottom: 0.75rem;
}
.news-item-video .news-item-meta-icon {
  margin-bottom: 0;
}
.news-item-video .news-item-meta-icon-svg {
  width: 50%;
  left: 55%;
}
.news-item-aspect {
  padding-top: 100%;
}
.news-item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  border-radius: 0.75rem;
}
.news-item-link:focus {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.news-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1446A0;
  border-radius: 0.75rem;
  display: block;
  z-index: 1;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  overflow: hidden;
}
.news-item-bg:before {
  background: linear-gradient(135deg, rgba(20, 70, 160, 0) 40%, rgba(229, 75, 75, 0.75));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  display: block;
  opacity: 0.5;
  -webkit-transition: 0.5s height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-item-bg-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0.3;
  z-index: 3;
  border-radius: 0.75rem;
  -webkit-transition: 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.news-item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 81.25em) {
  .news-item-content {
    padding: 2rem;
  }
}
@media (min-width: 112.5em) {
  .news-item-content {
    padding: 3rem;
  }
}
.news-item-meta {
  width: 100%;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .news-item-meta {
    letter-spacing: 1px;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-meta {
    margin-bottom: 1.5rem;
  }
}
.news-item-meta-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item-meta-icon, .news-item-meta-logo {
  background: #fff;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1000;
  pointer-events: all;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .news-item-meta-icon, .news-item-meta-logo {
    margin-bottom: 1.5rem;
  }
}
.news-item-meta-icon {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 81.25em) {
  .news-item-meta-icon {
    width: 3rem;
    height: 3rem;
  }
}
.news-item-meta-icon-svg {
  fill: url(#news-icon-gradient) #1446A0;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.news-item-meta-logo {
  width: 3.3rem;
  height: 3.3rem;
}
@media (min-width: 48em) {
  .news-item-meta-logo {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (min-width: 100em) {
  .news-item-meta-logo {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.news-item-meta-logo img {
  width: 85%;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.news-item-meta-link, .news-item-meta-outlet {
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.5rem;
}
.news-item-meta-date {
  text-transform: uppercase;
  margin-left: 0.5rem;
}
.news-item-headline {
  width: 100%;
  font-weight: 400;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 48em) {
  .news-item-headline {
    line-height: 1.5;
  }
}
@media (min-width: 81.25em) {
  .news-item-headline {
    -webkit-line-clamp: 4;
  }
}
.news-item-headline-pre {
  background: #02225C;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  display: table;
  margin: 0 auto 0.5rem;
  border-radius: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.news-item-tweet {
  width: 100%;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 64em) {
  .news-item-tweet {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news-item-tweet br {
  display: none;
}
.news-item-tweet a {
  color: #E54B4B;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-item-tweet a:hover {
  color: #fff;
}
.news-item-teaser, .news-item-excerpt {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
.news-item .ctf-tweet-actions {
  display: none;
}
.news-item:hover {
  -webkit-box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.news-item:hover .news-item-bg {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.news-item:hover .news-item-bg:before {
  height: 130%;
  opacity: 1;
}
.news-item:hover .news-item-bg-thumb {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.5;
}

.ctf-tweet-text-link {
  color: #fff;
}
.ctf-tweet-text-link .ctf-tweet-text {
  color: #fff;
}

.ctf-screename-sep {
  display: none;
}

.ctf-tweet-date {
  color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-slide {
  display: none;
  visibility: hidden;
}
.slick-slider .slick-slide:first-child {
  display: block;
  visibility: visible;
}
.slick-slider.slick-initialized .slick-slide, .slick-slider.slick-initialized:first-child {
  display: block;
  visibility: visible;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.news {
  background: #02225C;
  width: 100%;
  border-radius: 1rem;
  margin: 1rem auto;
}
@media (min-width: 48em) {
  .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 2rem auto;
  }
}
@media (min-width: 100em) {
  .news-grid {
    margin: 3rem auto;
  }
}
.news-item {
  -webkit-transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  margin: 1rem 0;
  text-align: center;
  position: relative;
}
@media (min-width: 48em) {
  .news-item {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
.news-item-video .news-item-meta {
  margin-bottom: 0.75rem;
}
.news-item-video .news-item-meta-icon {
  margin-bottom: 0;
}
.news-item-video .news-item-meta-icon-svg {
  width: 50%;
  left: 55%;
}
.news-item-aspect {
  padding-top: 100%;
}
.news-item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  border-radius: 0.75rem;
}
.news-item-link:focus {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.news-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1446A0;
  border-radius: 0.75rem;
  display: block;
  z-index: 1;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  overflow: hidden;
}
.news-item-bg:before {
  background: linear-gradient(135deg, rgba(20, 70, 160, 0) 40%, rgba(229, 75, 75, 0.75));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  display: block;
  opacity: 0.5;
  -webkit-transition: 0.5s height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-item-bg-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0.3;
  z-index: 3;
  border-radius: 0.75rem;
  -webkit-transition: 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.news-item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 81.25em) {
  .news-item-content {
    padding: 2rem;
  }
}
@media (min-width: 112.5em) {
  .news-item-content {
    padding: 3rem;
  }
}
.news-item-meta {
  width: 100%;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .news-item-meta {
    letter-spacing: 1px;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 81.25em) {
  .news-item-meta {
    margin-bottom: 1.5rem;
  }
}
.news-item-meta-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item-meta-icon, .news-item-meta-logo {
  background: #fff;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1000;
  pointer-events: all;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .news-item-meta-icon, .news-item-meta-logo {
    margin-bottom: 1.5rem;
  }
}
.news-item-meta-icon {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 81.25em) {
  .news-item-meta-icon {
    width: 3rem;
    height: 3rem;
  }
}
.news-item-meta-icon-svg {
  fill: url(#news-icon-gradient) #1446A0;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.news-item-meta-logo {
  width: 3.3rem;
  height: 3.3rem;
}
@media (min-width: 48em) {
  .news-item-meta-logo {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (min-width: 100em) {
  .news-item-meta-logo {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.news-item-meta-logo img {
  width: 85%;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.news-item-meta-link, .news-item-meta-outlet {
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.5rem;
}
.news-item-meta-date {
  text-transform: uppercase;
  margin-left: 0.5rem;
}
.news-item-headline {
  width: 100%;
  font-weight: 400;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 48em) {
  .news-item-headline {
    line-height: 1.5;
  }
}
@media (min-width: 81.25em) {
  .news-item-headline {
    -webkit-line-clamp: 4;
  }
}
.news-item-headline-pre {
  background: #02225C;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  display: table;
  margin: 0 auto 0.5rem;
  border-radius: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.news-item-tweet {
  width: 100%;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 64em) {
  .news-item-tweet {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news-item-tweet br {
  display: none;
}
.news-item-tweet a {
  color: #E54B4B;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.news-item-tweet a:hover {
  color: #fff;
}
.news-item-teaser, .news-item-excerpt {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
.news-item .ctf-tweet-actions {
  display: none;
}
.news-item:hover {
  -webkit-box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.news-item:hover .news-item-bg {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.news-item:hover .news-item-bg:before {
  height: 130%;
  opacity: 1;
}
.news-item:hover .news-item-bg-thumb {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.5;
}

.ctf-tweet-text-link {
  color: #fff;
}
.ctf-tweet-text-link .ctf-tweet-text {
  color: #fff;
}

.ctf-screename-sep {
  display: none;
}

.ctf-tweet-date {
  color: #fff;
}

.intro {
  text-align: center;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 64em) {
  .intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.intro-wrap {
  max-width: 48em;
  margin: 0 auto;
}
.intro-headline {
  max-width: 54rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media (min-width: 81.25em) {
  .intro-headline {
    margin-bottom: 1rem;
  }
}
.intro-text p {
  margin-bottom: 1rem;
}
.intro-text p:last-of-type {
  margin-bottom: 0;
}
.intro-text a {
  color: #1446A0;
  -webkit-transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.intro-text a:hover {
  color: #E54B4B;
}
.intro .btn {
  margin-top: 1rem;
}
@media (min-width: 81.25em) {
  .intro .btn {
    margin-top: 2rem;
  }
}
.intro.small-headline .layer-headline-large {
  text-transform: none;
  line-height: 1.1;
}

.bio-meta {
  margin: 0 auto 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .bio-meta {
    max-width: 48em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 81.25em) {
  .bio-meta {
    margin-bottom: 2rem;
  }
}
@media (min-width: 48em) {
  .bio-meta-text {
    padding-left: 1rem;
    text-align: left;
  }
}
@media (min-width: 81.25em) {
  .bio-meta-text {
    padding-left: 2rem;
  }
}
.bio-meta-connect {
  margin-top: 1.25rem;
}
.bio-meta-connect-item {
  width: 2.25rem;
  height: 2.25rem;
  background: #E54B4B;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.bio-meta-connect-item-icon {
  width: 60%;
  fill: #fff;
}
.bio-meta-connect-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #1446A0;
}
.bio-headshot {
  width: 80%;
  margin: 0 auto 1.5rem;
}
@media (min-width: 48em) {
  .bio-headshot {
    width: 40%;
    margin-bottom: 0;
  }
}
.bio-headshot-img {
  border-radius: 50%;
  width: 100%;
}
.bio-name {
  line-height: 0.8;
  text-transform: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.bio-name-first {
  color: #02225C;
  display: block;
}
.bio-name-last {
  line-height: 1;
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
@media (max-width: 64em) {
  .bio-name-last {
    display: block;
  }
}
.bio-text {
  max-width: 48em;
  padding-top: 0;
  margin: 0 auto;
  text-align: left;
}
.bio-text p {
  margin-bottom: 1rem;
}
.bio-text p:last-of-type {
  margin-bottom: 0;
}
.bio-buttons {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 81.25em) {
  .bio-buttons {
    margin-top: 3rem;
  }
}
.bio-buttons .btn {
  margin: 0 0.5rem;
}
.bio-buttons .btn.gray {
  -webkit-box-shadow: 0 0 0 rgba(27, 25, 25, 0);
          box-shadow: 0 0 0 rgba(27, 25, 25, 0);
}

.promos {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 64em) {
  .promos {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.promos.full-width {
  max-width: none;
}
.promos.full-width .promos-grid {
  max-width: none;
}
.promos.full-width .promo-aspect {
  padding-top: 75%;
}
.promos-grid {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .promos-grid {
    max-width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 81.25em) {
  .promos-grid {
    max-width: 81.25em;
  }
}

.promo {
  background: #1446A0;
  position: relative;
  -webkit-transition: 0.5s background-color cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s background-color cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .promo {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
  }
}
.promo:before {
  background: linear-gradient(140deg, #e54b4b, rgba(229, 75, 75, 0) 85%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 101;
  -webkit-transition: 0.5s width cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s width cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.promo-aspect {
  padding-top: 56.25%;
  position: relative;
  z-index: 102;
}
.promo-link, .promo-center {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-link:focus, .promo-center:focus {
  -webkit-box-shadow: inset 0 0 0 4px #E54B4B;
          box-shadow: inset 0 0 0 4px #E54B4B;
}
.promo-link:focus .btn-bg, .promo-center:focus .btn-bg {
  -webkit-box-shadow: inset 0 0 0 2px #E54B4B;
          box-shadow: inset 0 0 0 2px #E54B4B;
}
.promo-contents {
  position: relative;
  z-index: 102;
  max-width: 90%;
}
.promo-headline {
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}
.promo-headline-small {
  display: block;
  line-height: 1.2;
}
.promo-headline-large {
  line-height: 1.1;
  display: block;
}
@media (max-width: 64em) {
  .promo-headline-large {
    font-size: 1.8rem;
  }
}
.promo-blurb {
  color: #fff;
  margin: 1rem auto 0;
}
.promo-bg {
  background-color: #1446A0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.promo .btn {
  margin-top: 0.5rem;
}
@media (min-width: 48em) {
  .promo .btn {
    margin-top: 1rem;
  }
}
@media (min-width: 81.25em) {
  .promo .btn {
    margin-top: 1.5rem;
  }
}
.promo:hover {
  background: #02225C;
}
.promo:hover:before {
  width: 150%;
}
.promo:hover .promo-bg {
  background-color: #02225C;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.promo:focus .promo-link {
  -webkit-box-shadow: inset 0 0 0 2px #E54B4B;
          box-shadow: inset 0 0 0 2px #E54B4B;
}
.promo:focus .promo .btn-bg {
  -webkit-box-shadow: 0 0 0 2px #E54B4B;
          box-shadow: 0 0 0 2px #E54B4B;
}
.promo-social-links {
  position: relative;
  z-index: 100;
  display: none;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .promo-social-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .promo-social-links {
    margin-top: 2rem;
  }
}
.promo-social-link {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  display: block;
  margin: 0 1rem;
  position: relative;
}
@media (min-width: 48em) {
  .promo-social-link {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 81.25em) {
  .promo-social-link {
    width: 4rem;
    height: 4rem;
  }
}
.promo-social-link:before {
  background: #E54B4B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.promo-social-link:hover:before, .promo-social-link:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.promo-social-link:hover svg, .promo-social-link:focus svg {
  fill: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.promo-social-link:focus:before {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #fff, 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.promo-social svg {
  fill: #E54B4B;
  width: 100%;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.5s fill cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s fill cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s fill cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s fill cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.photo-text {
  position: relative;
  overflow: hidden;
}
@media (max-width: 64em) {
  .photo-text {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.photo-text.darkblue {
  background: #02225C;
}
.photo-text.darkblue:before {
  background: linear-gradient(140deg, #e54b4b, rgba(229, 75, 75, 0) 30%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 101;
  -webkit-transition: 0.5s width cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s width cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.photo-text.darkblue .photo-text-copy .layer-headline-small {
  color: #fff;
}
.photo-text.darkblue .photo-text-copy .layer-headline-large {
  background: -webkit-gradient(linear, left top, right top, from(#eb7878), to(#E54B4B));
  background: linear-gradient(90deg, #eb7878, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.photo-text.darkblue .photo-text-copy .layer-teaser {
  color: #fff;
}
.photo-text.gray {
  background: #E9E9E9;
}
.photo-text.small-headline .photo-text-copy .layer-headline-large {
  text-transform: none;
  line-height: 1.1;
}
.photo-text-wrap {
  margin: 0 auto;
  max-width: 64em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 102;
}
@media (min-width: 48em) {
  .photo-text-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.photo-text-wrap.right-photo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.photo-text-photo, .photo-text-copy {
  width: 100%;
}
@media (min-width: 48em) {
  .photo-text-photo, .photo-text-copy {
    width: 50%;
  }
}
.photo-text-photo-img,
.photo-text .size-squares-img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}
.photo-text .size-squares {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}
.photo-text-copy {
  text-align: center;
  padding: 0;
}
@media (min-width: 48em) {
  .photo-text-copy {
    padding: 1.5rem;
    text-align: left;
  }
}
@media (min-width: 81.25em) {
  .photo-text-copy {
    padding: 2rem;
  }
}
.photo-text-copy .layer-headline {
  margin-bottom: 1rem;
}
@media (max-width: 64em) {
  .photo-text-copy .layer-headline {
    margin-top: 1rem;
  }
}
@media (min-width: 48em) {
  .photo-text-copy .layer-headline {
    text-align: left !important;
  }
}
.photo-text-copy .layer-headline-small {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.photo-text-copy .layer-headline-large {
  display: block;
}
.photo-text-copy .layer-teaser {
  text-align: left !important;
}
.photo-text-copy .btn {
  margin-top: 1rem;
}
@media (max-width: 64em) {
  .photo-text-copy .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 81.25em) {
  .photo-text-copy .btn {
    margin-top: 2rem;
  }
}

.action-layer {
  position: relative;
}
.action-layer .layer-headline {
  margin-bottom: 1rem !important;
}
.action-layer .news-item-headline {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .action-layer .news-item-headline-pre {
    font-size: 0.8rem;
  }
}
.action-layer .news-item-teaser {
  -webkit-line-clamp: 2;
}
@media (min-width: 48em) {
  .action-layer .news-item-teaser {
    display: none;
  }
}
@media (min-width: 81.25em) {
  .action-layer .news-item-teaser {
    display: block;
  }
}
.action-layer .news-item .btn {
  margin-top: 1rem;
}
.action-layer .news-item-bg-thumb {
  opacity: 0.5;
}
.action-layer .news-item-link:focus {
  -webkit-box-shadow: 0 0 0 4px #E54B4B;
          box-shadow: 0 0 0 4px #E54B4B;
}
.action-grid {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .action-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.gallery {
  display: block;
  position: relative;
}
.gallery.remove-top-padding {
  padding-top: 0 !important;
}
.gallery.remove-bottom-padding {
  padding-bottom: 0 !important;
}
.gallery.full-width .gallery-wrap {
  max-width: none;
}
.gallery-slider {
  position: relative;
  z-index: 1;
}
.gallery-wrap {
  max-width: 64em;
  position: relative;
  margin: 0 auto;
}
.gallery-item {
  width: 100%;
  position: relative;
}
.gallery-item-img {
  width: 100%;
  height: auto !important;
  vertical-align: top;
}
.gallery-item-caption {
  background: rgba(2, 34, 92, 0.5);
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
.gallery-controls {
  z-index: 1000;
  position: relative;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery-slide-controls {
  width: 0.75rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 100em) {
  .gallery-slide-controls {
    width: 1rem;
    height: auto;
  }
}
.gallery-slide-controls-next {
  left: 1rem;
}
@media (min-width: 81.25em) {
  .gallery-slide-controls-next {
    left: 2rem;
  }
}
.gallery-slide-controls-back {
  right: 1rem;
}
@media (min-width: 81.25em) {
  .gallery-slide-controls-back {
    right: 2rem;
  }
}
.gallery-slide-controls-svg {
  width: 100%;
  fill: #1446A0;
  -webkit-transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.gallery-slide-controls-svg:hover {
  fill: #E54B4B;
}

.staff-member {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 64em) {
  .staff-member:nth-child(odd) {
    border-right: 1px solid #E9E9E9;
  }
}
@media (min-width: 48em) {
  .staff-member {
    width: 25%;
    border-right: 1px solid #E9E9E9;
  }
  .staff-member:nth-child(4n+4), .staff-member:last-of-type {
    border-right: none;
  }
  .staff-member:nth-last-child(-n+1), .staff-member:nth-last-child(-n+2), .staff-member:nth-last-child(-n+3), .staff-member:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
.staff-aspect {
  padding-top: 150%;
  position: relative;
  display: block;
}
@media (min-width: 48em) {
  .staff-aspect {
    padding-top: 120%;
  }
}
.staff-aspect:focus .staff-headshot {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.staff-aspect:focus .staff-headshot-img {
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.staff-aspect:focus .staff-name, .staff-aspect:focus .staff-position {
  color: #fff;
}
.staff-aspect:focus .staff-pad:after {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: inset 0 0 0 2px #E54B4B;
          box-shadow: inset 0 0 0 2px #E54B4B;
}
.staff-aspect:focus .btn-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px #fff, 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.staff-pad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .staff-pad {
    padding: 3rem;
  }
}
.staff-pad:hover .staff-headshot {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.staff-pad:hover .staff-headshot-img {
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.staff-pad:hover .staff-name, .staff-pad:hover .staff-position {
  color: #fff;
}
.staff-pad:hover:after {
  opacity: 1;
  visibility: visible;
}
.staff-pad:after {
  background: linear-gradient(40deg, #E54B4B, #1446A0);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.staff-contents {
  position: relative;
  z-index: 100;
}
.staff-headshot {
  width: 80%;
  margin: 0 auto 1rem;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.staff-headshot-img {
  width: 100%;
  height: auto !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.5s -webkit-box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s -webkit-box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.staff-name {
  text-transform: uppercase;
  color: #02225C;
  line-height: 1.1;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.staff-name-first {
  display: block;
  font-size: 60%;
}
.staff-name-last {
  display: block;
}
@media (max-width: 64em) {
  .staff-name-last {
    font-size: 1.55rem;
  }
}
.staff-position {
  color: #5f5f5f;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.staff-grid {
  max-width: 81.25em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 48em) {
  .staff-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 100em) {
  .staff-grid {
    margin: 0 auto;
  }
}
.staff-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff-btn {
  letter-spacing: 1px;
  padding: 0.5em 1em;
  margin: 0.5rem auto 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.8rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-transform: uppercase;
  position: relative;
  display: table;
}
@media (min-width: 48em) {
  .staff-btn {
    font-size: 0.9rem;
  }
}
@media (min-width: 81.25em) {
  .staff-btn {
    font-size: 1rem;
  }
}
.staff-btn:before {
  display: none;
}
.staff-btn:hover .btn-txt, .staff-btn:focus .btn-txt {
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}
.staff-btn:hover .btn-txt-hover, .staff-btn:focus .btn-txt-hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.staff-btn:hover .btn-bg, .staff-btn:focus .btn-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 64em) {
  .staff-group {
    padding-right: 0;
    padding-left: 0;
  }
}
.staff-group.gray {
  background: #f5f5f5;
}
@media (min-width: 48em) {
  .staff-group .layer-headline {
    margin-bottom: 1rem;
  }
}

#staff-group-block_612e9d7a1129e .staff-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#staff-group-block_612e9d7a1129e .staff-grid .staff-member {
  border-bottom: 0;
  border-right: 0;
}

.icon-text {
  max-width: 64em;
  margin: 0 auto;
}
.icon-text-item {
  padding: 2rem 0;
}
@media (min-width: 48em) {
  .icon-text-item {
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.icon-text-icon {
  margin: 0 auto 1rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.6s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.6s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  width: 40%;
}
@media (min-width: 48em) {
  .icon-text-icon {
    width: 16%;
  }
}
.icon-text-icon-svg {
  -webkit-transition: 0.3s -webkit-filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s -webkit-filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s filter cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.3s -webkit-filter cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-filter: drop-shadow(0 0.2rem 1rem rgba(2, 34, 92, 0.1));
          filter: drop-shadow(0 0.2rem 1rem rgba(2, 34, 92, 0.1));
  width: 100%;
  height: auto !important;
}
.icon-text-text {
  text-align: left;
}
@media (min-width: 48em) {
  .icon-text-text {
    text-align: left;
    width: 84%;
    padding-left: 2rem;
  }
}
.icon-text-headline {
  font-weight: 400;
  line-height: 1.15;
  color: #1446A0;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 48em) {
  .icon-text-headline {
    text-align: left;
  }
}
.icon-text-body a {
  color: #1446A0;
  -webkit-transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.icon-text-body a:hover {
  color: #E54B4B;
}

.video-wrap {
  max-width: 48em;
  margin: 1rem auto;
}
@media (min-width: 48em) {
  .video-wrap {
    margin: 2rem auto;
  }
}
@media (min-width: 100em) {
  .video-wrap {
    margin: 3rem auto;
  }
}
.video-embed {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-featuring {
  text-align: center;
}
.video-featuring-label {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.wp-block-table, .wp-block-columns {
  max-width: 48em;
  margin: 0 auto;
}
.wp-block-table figcaption, .wp-block-columns figcaption {
  padding: 1rem;
}
.wp-block-buttons {
  max-width: 64em;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .wp-block-buttons {
    padding: 2rem;
  }
}
.wp-block-button {
  margin: 0 0.25rem;
}
.wp-block-button__link {
  background: #E54B4B;
  color: #fff;
  letter-spacing: 4px;
  padding: 0.75em 1.25em;
  margin: 0 auto;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.9rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .wp-block-button__link {
    font-size: 1rem;
  }
}
@media (min-width: 81.25em) {
  .wp-block-button__link {
    font-size: 1.2rem;
  }
}
.wp-block-button__link:hover {
  background: #02225C;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}
.wp-block-embed, .wp-block-video {
  max-width: 48em;
  margin: 0 auto;
}
.wp-block-image {
  max-width: 64em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image img {
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}
.wp-block-pullquote {
  border: none;
  padding: 1rem 0;
  margin: 1rem auto;
}
@media (min-width: 81.25em) {
  .wp-block-pullquote {
    margin: 2rem auto;
    padding: 2rem 0;
  }
}
.wp-block-pullquote blockquote p {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  color: #02225C;
}

.wp-post-image {
  width: 100%;
  max-width: 64em;
  height: auto !important;
  margin-bottom: 1rem;
}
@media (min-width: 81.25em) {
  .wp-post-image {
    margin-bottom: 2rem;
  }
}

@media (max-width: 64em) {
  .testimonials {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 48em) {
  .testimonials {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.testimonials-slider-wrap {
  position: relative;
}
.testimonials-grouping {
  max-width: 81.25em;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .testimonials-grouping .testimonials-item-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.testimonials-grouping .testimonials-item-grid-photo {
  width: 80%;
  margin: 1rem auto;
}
@media (min-width: 48em) {
  .testimonials-grouping .testimonials-item-grid-photo {
    margin-bottom: 0;
    width: 25%;
  }
}
.testimonials-grouping .testimonials-item-grid-text {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .testimonials-grouping .testimonials-item-grid-text {
    margin-top: 0;
    width: 75%;
    text-align: left;
    padding-left: 2rem;
  }
}
@media (min-width: 112.5em) {
  .testimonials-grouping .testimonials-item-grid-text {
    padding-left: 4rem;
  }
}
.testimonials-grouping .testimonials-cite {
  margin-top: 1rem;
}
.testimonials-grouping .testimonials-cite-headshot {
  width: 100%;
}
@media (max-width: 64em) {
  .testimonials-grouping .testimonials-cite-text {
    text-align: center;
  }
}
.testimonials-item {
  padding: 1rem;
  position: relative;
}
@media (min-width: 81.25em) {
  .testimonials-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.testimonials-item:last-child:after {
  display: none;
}
.testimonials-item:after {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background: #E9E9E9;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.testimonials-quote {
  color: #02225C;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
@media (max-width: 64em) {
  .testimonials-quote {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 100em) {
  .testimonials-quote {
    line-height: 1.8;
  }
}
.testimonials-cite {
  color: #02225C;
  line-height: 1.15;
  font-size: 80%;
  text-transform: uppercase;
  margin: 1rem auto 0;
  font-style: normal;
}
@media (min-width: 48em) {
  .testimonials-cite {
    font-size: 1.1rem;
    margin: 2.5rem auto 0;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.testimonials-cite-headshot {
  border-radius: 50%;
  width: 6rem;
  height: auto !important;
  -webkit-box-shadow: 0 0.35rem 0.75rem 0.75rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.35rem 0.75rem 0.75rem rgba(0, 0, 0, 0.05);
  margin: 0 auto 1rem;
}
@media (min-width: 48em) {
  .testimonials-cite-headshot {
    margin-right: 2rem;
    width: 10rem;
  }
}
.testimonials-cite-name {
  color: #1446A0;
  margin: 1rem 0 0;
}
.testimonials-cite-details {
  text-transform: none;
  font-size: 1.1rem;
  line-height: 1;
}
.testimonials-slide-controls {
  background: transparent;
  outline: 0;
  border: 0;
  width: 1.75rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.5rem;
}
@media (min-width: 100em) {
  .testimonials-slide-controls {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.testimonials-slide-controls-next {
  left: -0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonials-slide-controls-back {
  right: -0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonials-slide-controls-svg {
  width: 65%;
  height: auto;
  fill: #1446A0;
  -webkit-transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  left: 0.15rem;
  top: -0.075rem;
}
.testimonials-slide-controls-svg:hover {
  fill: #E54B4B;
}
.testimonials-slide-controls:focus {
  -webkit-box-shadow: inset 0 0 0 2px #E54B4B;
          box-shadow: inset 0 0 0 2px #E54B4B;
}

.featured-video {
  width: 100%;
  position: relative;
  display: block;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .featured-video {
    width: calc(100% + 3rem);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1.5rem;
  }
}
.featured-video-trigger {
  background: #02225C;
  max-width: 64em;
  margin: 0 auto;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1010;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  display: block;
}
.featured-video-trigger:hover {
  -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.3);
}
.featured-video-trigger:hover .featured-video-thumb {
  opacity: 0.5;
}
.featured-video-trigger:hover .featured-video-play {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featured-video-aspect {
  width: 100%;
  padding-top: 33.3333333333%;
  position: relative;
  min-height: 60vh;
}
@media (min-width: 48em) {
  .featured-video-aspect {
    min-height: 40vh;
  }
}
.featured-video-message {
  width: 90%;
  max-width: 48em;
  position: relative;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}
.featured-video-headline {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .featured-video-headline {
    font-size: 2.5rem;
  }
}
.featured-video-headline-sub {
  display: block;
  font-style: normal;
  letter-spacing: 0.2rem;
}
.featured-video-play {
  background: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #E54B4B;
  margin-left: -15px;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .featured-video-play {
    width: 9rem;
    height: 9rem;
  }
}
.featured-video-play:hover {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.featured-video-play:hover .hero-play-icon {
  fill: #fff;
}
.featured-video-play-icon {
  width: 80%;
  display: inline-block;
  fill: url(#news-icon-gradient) #1446A0;
}
.featured-video-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  border-radius: 0.5rem;
  -webkit-transition: 0.4s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (max-width: 64em) {
  .featured-video .layer-headline-large {
    font-size: 2.5rem;
    margin-top: 0.25rem;
    line-height: 1;
  }
}

.layer-wrap {
  max-width: 81.25em;
  margin: 0 auto;
}
.layer-intro {
  max-width: 64em;
  margin: 0 auto;
}
.layer-headline {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .layer-headline {
    margin-bottom: 2rem;
  }
}
@media (min-width: 81.25em) {
  .layer-headline {
    margin-bottom: 2rem;
  }
}
@media (min-width: 100em) {
  .layer-headline {
    margin-bottom: 2rem;
  }
}
@media (min-width: 112.5em) {
  .layer-headline {
    margin-bottom: 2rem;
  }
}
.layer-headline-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
  color: #1446A0;
  line-height: 1.1;
}
.layer-headline-large {
  font-weight: 400;
  line-height: 1.1;
  color: #E54B4B;
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .layer-headline-large {
    font-size: 2.2rem;
  }
}
.layer-headline.light .layer-headline-large {
  background: linear-gradient(45deg, #eb7878, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layer-headline.light .layer-headline-small {
  color: #fff;
}
.layer-teaser {
  line-height: 1.8;
  text-align: center;
}
.layer-more {
  text-align: center;
}

.candidate {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 64em) {
  .candidate:nth-child(odd) {
    border-right: 1px solid #E9E9E9;
  }
}
@media (min-width: 48em) {
  .candidate {
    width: 33%;
    border-right: 1px solid #E9E9E9;
  }
  .candidate:nth-child(3n+3) {
    border-right: none;
  }
  .candidate:nth-last-child(-n+1), .candidate:nth-last-child(-n+2), .candidate:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .candidate-grid {
    margin: 0;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .candidate-grid {
    width: 75%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 48em) {
  .candidate-filters {
    padding: 0 1rem;
    text-align: left;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .candidate-filters {
    width: 25%;
    padding: 0 2rem;
  }
}
@media (min-width: 48em) {
  .candidate-outer-grid {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.candidate {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 64em) {
  .candidate:nth-child(odd) {
    border-right: 1px solid #E9E9E9;
  }
}
@media (min-width: 48em) {
  .candidate {
    width: 25%;
    border-right: 1px solid #E9E9E9;
  }
}
.candidate-aspect {
  padding-top: 170%;
  position: relative;
}
@media (min-width: 48em) {
  .candidate-aspect {
    padding-top: 140%;
  }
}
.candidate-pad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .candidate-pad {
    padding: 3rem;
  }
}
.candidate-pad:hover .candidate-headshot {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.candidate-pad:hover .candidate-headshot-img {
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.candidate-pad:hover .candidate-name, .candidate-pad:hover .candidate-office {
  color: #fff;
}
.candidate-pad:hover:after {
  opacity: 1;
  visibility: visible;
}
.candidate-pad:after {
  background: linear-gradient(40deg, #E54B4B, #1446A0);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
  -webkit-transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.candidate-contents {
  position: relative;
  z-index: 100;
}
.candidate-headshot {
  width: 80%;
  margin: 0 auto 1rem;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.candidate-headshot-img {
  width: 100%;
  height: auto !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.5s -webkit-box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s -webkit-box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.candidate-name {
  text-transform: uppercase;
  color: #02225C;
  line-height: 1.1;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.candidate-name-first {
  display: block;
  font-size: 60%;
}
.candidate-name-last {
  display: block;
}
.candidate-office {
  color: #5f5f5f;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.candidate-grid {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 48em) {
  .candidate-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 100em) {
  .candidate-grid {
    margin: 3rem auto;
  }
}
.candidate-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.candidate-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 1px;
  padding: 0.5em 1em;
  margin: 0.15rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 0.8rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-transform: uppercase;
  position: relative;
  display: table;
}
@media (min-width: 48em) {
  .candidate-btn {
    font-size: 0.9rem;
  }
}
@media (min-width: 81.25em) {
  .candidate-btn {
    font-size: 1rem;
  }
}
.candidate-btn:before {
  display: none;
}
.candidate-btn-donate .btn-txt {
  color: #E54B4B;
}
.candidate-btn-donate .btn-bg {
  background: #f5f5f5;
}
.candidate-btn-volunteer .btn-txt {
  color: #02225C;
}
.candidate-btn-volunteer .btn-bg {
  background: #f5f5f5;
}
.candidate-btn-paper .btn-txt {
  color: #02225C;
}
.candidate-btn-paper .btn-bg {
  background: #f5f5f5;
}
.candidate-btn:hover .btn-txt {
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}
.candidate-btn:hover .btn-txt-hover {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.candidate-btn:hover .btn-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 81.25em) {
  .candidate.hide-buttons .candidate-buttons {
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s max-height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.3s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.3s max-height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.3s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}
@media (min-width: 81.25em) {
  .candidate.hide-buttons:hover .candidate-buttons {
    max-height: 200px;
    opacity: 1;
    -webkit-transition: 0.8s max-height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.8s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.8s max-height cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.8s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

.home .candidate:nth-child(4), .home .candidate:nth-child(8) {
  border-right: none;
}
.home .candidate:nth-last-child(-n+1), .home .candidate:nth-last-child(-n+2), .home .candidate:nth-last-child(-n+3), .home .candidate:nth-last-child(-n+4) {
  border-bottom: none;
}

.filter-grouping {
  margin: 1.5rem auto;
  padding: 0;
  border: 0;
}
@media (min-width: 81.25em) {
  .filter-grouping {
    margin: 2rem auto;
  }
}
.filter-grouping:first-of-type {
  margin-top: 0;
}
.filter-grouping-label {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #E54B4B;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: left;
}
@media (max-width: 64em) {
  .filter-grouping-label {
    font-size: 1.2rem;
  }
}
.filter-option {
  margin: 0.5rem 0;
}
.filter-option:hover .filter-option-selector {
  background: #E9E9E9;
}
.filter-option:hover .filter-option-selector:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.filter-option:hover .filter-option-label {
  color: #E54B4B;
}
.filter-option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
  text-align: left;
}
.filter-option-container:last-of-type {
  margin-bottom: 0;
}
.filter-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.filter-option-input:focus {
  background: #E54B4B;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}
.filter-option-input:checked ~ .filter-option-container .filter-option-selector {
  background: #E54B4B;
}
.filter-option-input:checked ~ .filter-option-container .filter-option-selector-check {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  stroke: #fff;
}
.filter-option-selector {
  width: 1.5rem;
  height: 1.5rem;
  background: #f5f5f5;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.filter-option-selector:after {
  width: 200%;
  height: 200%;
  display: block;
  border-radius: 50%;
  background: rgba(20, 70, 160, 0.02);
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.filter-option-selector-check {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #1446A0;
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.filter-option-label {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  color: #1446A0;
  font-size: 1.2rem;
  line-height: 1.1;
  padding-top: 0.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.filter-option-label {
  color: #1446A0;
}
.filter-select {
  width: 100%;
  height: 10rem;
  background: #f5f5f5;
  border-radius: 1rem;
  border: 1px solid #E9E9E9;
  padding: 0.5rem;
  margin-top: 0.5rem;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.filter-select:focus {
  border: 1px solid #02225C;
}
.filter-select option {
  font-family: "Fjalla One", sans-serif;
  padding: 0.3rem;
  font-size: 1.2rem;
  color: #02225C;
  -webkit-transition: 0.53s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.53s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 0.5rem;
}
.filter-select option:hover {
  color: #fff;
  background: #1446A0;
}
.filter-select option[data-open] {
  background-color: #E54B4B;
  color: #fff;
}

@media (min-width: 48em) {
  .careers-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 0 auto 2rem;
    max-width: 81.25em;
    margin: 0 auto;
  }
}
@media (min-width: 100em) {
  .careers-grid {
    margin: 0 auto 3rem;
  }
}
@media (min-width: 48em) {
  .careers-grid .news-item {
    width: calc(33.33% - 2rem);
    margin: 1rem;
  }
}
.careers-grid .news-item-meta {
  margin-bottom: 0;
}
.careers-item-aspect {
  padding-top: 50%;
}

.shareable {
  max-width: 81.25em;
  margin: 0 auto 1rem;
}
@media (min-width: 48em) {
  .shareable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 0 1rem;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 81.25em) {
  .shareable {
    gap: 2rem;
    padding-bottom: 10rem !important;
  }
}
.shareable-image {
  width: 100%;
  margin: 0 auto;
}
.shareable-image-container {
  text-align: center;
}
.shareable-image-embed {
  text-align: center;
}
.shareable-item {
  border: none;
  position: relative;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .shareable-item {
    width: 25%;
    margin-bottom: 1rem;
  }
}
.shareable-item-figure {
  background: #1446A0;
  position: relative;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 1rem;
}
.shareable-item-title {
  color: #1446A0;
  font-size: 1.3rem;
  margin-top: 0.75rem;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.shareable-item-grid {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
          transform: translateX(-50%) translateY(-50%) scale(0.8);
  z-index: 100;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.shareable-item-btn {
  text-transform: uppercase;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background: #E54B4B;
  border-radius: 0.5rem;
  display: table;
  padding: 0.5rem 0.75rem 0.5rem;
  z-index: 100;
  font-size: 1.35rem;
  font-family: "Fjalla One", sans-serif;
  white-space: nowrap;
  color: #fff;
  margin: 0.5rem auto;
  border: 0;
  cursor: pointer;
}
@media (min-width: 81.25em) {
  .shareable-item-btn {
    font-size: 1.75rem;
  }
}
.shareable-item-btn:hover {
  background: #fff;
  color: #E54B4B;
}
.shareable-item-btn.share-video {
  margin-top: 1rem;
}
.shareable-item-btn.share-video:hover {
  background-color: #1446A0;
  color: #fff;
}
.shareable-item img {
  width: 100%;
  height: auto !important;
  vertical-align: middle;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
.shareable-item:hover .shareable-item-grid {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
.shareable-item:hover .shareable-item-figure {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}
.shareable-item:hover .shareable-item-title {
  color: #E54B4B;
}
.shareable-item:hover .shareable-item-btn {
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.shareable-item:hover img {
  opacity: 0.3;
}
.shareable-popup {
  max-width: 90%;
  width: 90%;
  border-radius: 1rem;
  padding: 1rem 1rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: visible !important;
}
@media (min-width: 48em) {
  .shareable-popup {
    width: 64em;
  }
  .shareable-popup.preview {
    width: 48em;
  }
}
@media (min-width: 48em) {
  .shareable-popup-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.shareable-popup-grid > div {
  border-right: 1px solid #f5f5f5;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .shareable-popup-grid > div {
    width: 33.33%;
  }
}
@media (min-width: 81.25em) {
  .shareable-popup-grid > div {
    padding: 1.25rem;
  }
}
.shareable-popup-grid > div:last-of-type {
  border-right: 0;
}
.shareable-button {
  background: #1446A0;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  outline: 0;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: inline-block;
}
.shareable-button:hover {
  background: #E54B4B;
}
.shareable-step {
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #02225C;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 81.25em) {
  .shareable-step {
    margin-bottom: 2rem;
  }
}
.shareable-step strong {
  display: block;
  font-size: 1rem;
  background: #E54B4B;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  margin: 0 auto 0.75rem;
}
.shareable-social-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shareable-social-button {
  width: calc(50% - 0.5rem);
  background: #1446A0;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1rem;
  border: 0;
  border-radius: 1rem;
  outline: 0;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: center;
  cursor: pointer;
}
.shareable-social-button-svg {
  margin: 0 auto 0.5rem;
  fill: #fff;
  width: 2rem;
  display: block;
}
.shareable-social-button:hover {
  background-color: #E54B4B;
}
.shareable-social-button.active {
  background-color: #E54B4B;
}
.shareable-file p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.shareable-post-field {
  width: 100%;
  height: 13rem;
  background: #E9E9E9;
  border: 2px solid #E9E9E9;
  border: 0;
  border-radius: 1rem;
  padding: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #02225C;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  outline: 0;
  margin-bottom: 1rem;
}
.shareable-post-field:hover {
  background: #02225C;
  color: #fff;
}
.shareable-post-field:focus {
  border-color: #E54B4B;
}
.shareable-goto {
  padding: 1rem;
  text-align: center;
}
.shareable-goto-link {
  background: #E54B4B;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  outline: 0;
}
.shareable-goto-link:hover {
  background-color: #1446A0;
}
.shareable-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shareable-video-embed {
  background: #1446A0;
  border-radius: 1rem;
  position: relative;
  padding-top: 100%;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}
.shareable-video-container {
  text-align: center;
}

.fancybox-close-small {
  width: 2rem;
  height: 2rem;
  background: #E54B4B !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89) !important;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89) !important;
  -webkit-transform: translateY(-30%) translateX(30%);
          transform: translateY(-30%) translateX(30%);
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.fancybox-close-small:hover {
  background: #1446A0 !important;
}
.fancybox-close-small svg, .fancybox-close-small svg path {
  fill: #fff !important;
}

.svg-blue-grad {
  fill: url(#blue-gradient) #1446A0;
}
.svg-red-grad {
  fill: url(#red-gradient) #E54B4B;
}
.svg-dark-blue {
  fill: #02225C;
}
.svg-white {
  fill: #fff;
}
.svg-nofill {
  fill: #fff;
}

.darkblue {
  background: #02225C;
}
.darkblue:before {
  background: linear-gradient(140deg, #e54b4b, rgba(229, 75, 75, 0) 30%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 101;
  -webkit-transition: 0.5s width cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s width cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.gray {
  background: #E9E9E9;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-content > p, .page-content > ul, .page-content > ol {
  max-width: 48em;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1rem;
}
.page-content > p a, .page-content > ul a, .page-content > ol a {
  color: #1446A0;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.page-content > p a:hover, .page-content > ul a:hover, .page-content > ol a:hover {
  color: #E54B4B;
}
.page-content > ul, .page-content > ol {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .page-content > ul, .page-content > ol {
    margin-left: 1.5rem;
  }
}
.page-content > ul li, .page-content > ol li {
  margin-bottom: 0.35rem;
}
.page-content .has-text-align-center {
  text-align: center;
}
.page-content-meta {
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 90%;
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 81.25em;
}
@media (min-width: 81.25em) {
  .page-content-meta {
    margin-bottom: 2rem;
  }
}
@media (min-width: 112.5em) {
  .page-content-meta {
    margin-bottom: 3rem;
  }
}
.page-content-meta-breadcrumb {
  display: block;
}
.page-content-meta-breadcrumb-link {
  color: #02225C;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: inline-block;
}
.page-content-meta-breadcrumb-link:hover {
  color: #E54B4B;
}
.page-content-meta-breadcrumb-link-active {
  color: #1446A0;
}
.page-content-meta-breadcrumb-spacer {
  display: inline-block;
  margin: 0 0.5rem;
}
.page-content-meta-spacer {
  display: inline-block;
  margin: 0 0.5rem;
}
.page-content-headline {
  text-align: center;
  margin: 1rem auto 1rem;
  line-height: 1.2;
  text-transform: none;
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 64em) {
  .page-content-headline {
    font-size: 2rem;
  }
}
@media (min-width: 81.25em) {
  .page-content-headline {
    margin: 1.5rem auto;
  }
}
.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
  max-width: 64rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
    max-width: none;
  }
}
.page-content > h2 {
  background: linear-gradient(45deg, #1446A0, #E54B4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5em;
}
.page-content > h3 {
  color: #02225C;
  margin-bottom: 0.5em;
  background: linear-gradient(45deg, #1446A0, #02225C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home .page-content {
  padding: 0 !important;
}

@media (max-width: 64em) {
  .page-template-default .page-content {
    padding: 1.5rem;
    margin-top: 0;
  }
}