/*
Theme Name: Authentic Theme
Author: Elle
Version: 1.0
Text Domain: authentic_theme
Tags:

*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

html {
  scroll-behavior: smooth; }

.site {
  -webkit-animation: 0.5s ease-in 0s 1 fadeIn;
          animation: 0.5s ease-in 0s 1 fadeIn;
  position: relative;
  background: #F1EDE4; }

.site-header--top_wrapper,
footer {
  max-width: 2000px;
  margin: 0 auto; }

#primary {
  background-color: #F1EDE4;
  position: relative; }

#page_components,
.site-header--top_wrapper,
footer {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 660px) {
    #page_components,
    .site-header--top_wrapper,
    footer {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    #page_components,
    .site-header--top_wrapper,
    footer {
      padding-left: 25px;
      padding-right: 25px; } }

.body-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .body-background svg {
    width: 100%; }

#site_body {
  font-size: 20px;
  font-size: 20px;
  line-height: 1.45;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #0F1D38;
  line-height: 1.6;
  margin: 0 auto; }
  #site_body {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      #site_body {
        font-size: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      #site_body {
        font-size: 20px; } }
  @media (max-width: 660px) {
    #site_body {
      font-size: 16px; } }

body.wp-admin, .wp-admin body.wp-editor {
  font-size: 14px; }

p {
  display: block;
  position: relative;
  line-height: 1.45;
  margin-bottom: 0.5em;
  margin-top: 1em; }

h1 {
  margin-bottom: 0.3em;
  margin-top: 0.1em;
  font-size: 75px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  line-height: 0.98;
  font-weight: 600;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
  line-height: 0.98; }
  h1 {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      h1 {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h1 {
        font-size: 75px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 0.1em;
  margin-bottom: 0.15em; }
  h2 {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      h2 {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h2 {
        font-size: 64px; } }
  @media (max-width: 660px) {
    h2 {
      font-size: 33px; } }

h3 {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 95%; }
  h3 {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      h3 {
        font-size: calc(28px + 24 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h3 {
        font-size: 52px; } }

h4 {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em; }
  h4 {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      h4 {
        font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h4 {
        font-size: 44px; } }

h5 {
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45; }
  h5 {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      h5 {
        font-size: calc(18px + 14 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h5 {
        font-size: 32px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "degular-text", "Helvetica Neue", sans-serif; }

h3,
h4,
h5,
h6 {
  margin-bottom: 0.2em;
  margin-top: 0.2em; }

a:link, a:visited {
  color: #1A44A7;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: 600; }

a:hover, a:active {
  color: #028850;
  border-color: transparent; }

a:focus {
  outline: transparent solid 1px; }

.co-button,
button,
.button_primary {
  border-radius: 8px;
  display: inline-block;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 4px 30px;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  line-height: 1.50;
  vertical-align: center;
  background: #1A44A7;
  color: #F1EDE4;
  border: 2px solid #1A44A7; }
  .co-button,
  button,
  .button_primary {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .co-button,
      button,
      .button_primary {
        font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .co-button,
      button,
      .button_primary {
        font-size: 22px; } }
  .co-button:hover, .co-button:active, .co-button:focus,
  button:hover,
  button:active,
  button:focus,
  .button_primary:hover,
  .button_primary:active,
  .button_primary:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .co-button,
    button,
    .button_primary {
      font-size: 13px; } }
  .co-button:link, .co-button:visited,
  .co-button a:link,
  .co-button a:visited,
  button:link,
  button:visited,
  button a:link,
  button a:visited,
  .button_primary:link,
  .button_primary:visited,
  .button_primary a:link,
  .button_primary a:visited {
    background: #1A44A7;
    color: #F1EDE4;
    border: 2px solid #1A44A7;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .co-button:link:focus, .co-button:visited:focus,
    .co-button a:link:focus,
    .co-button a:visited:focus,
    button:link:focus,
    button:visited:focus,
    button a:link:focus,
    button a:visited:focus,
    .button_primary:link:focus,
    .button_primary:visited:focus,
    .button_primary a:link:focus,
    .button_primary a:visited:focus {
      -webkit-box-shadow: #028850 0 0 0.5em;
              box-shadow: #028850 0 0 0.5em;
      outline: none; }
    .co-button:link:hover, .co-button:link:focus, .co-button:visited:hover, .co-button:visited:focus,
    .co-button a:link:hover,
    .co-button a:link:focus,
    .co-button a:visited:hover,
    .co-button a:visited:focus,
    button:link:hover,
    button:link:focus,
    button:visited:hover,
    button:visited:focus,
    button a:link:hover,
    button a:link:focus,
    button a:visited:hover,
    button a:visited:focus,
    .button_primary:link:hover,
    .button_primary:link:focus,
    .button_primary:visited:hover,
    .button_primary:visited:focus,
    .button_primary a:link:hover,
    .button_primary a:link:focus,
    .button_primary a:visited:hover,
    .button_primary a:visited:focus {
      color: #0F1D38;
      background: #E95FFF;
      border-color: #E95FFF; }

.button_secondary {
  border-radius: 8px;
  display: inline-block;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 4px 30px;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  line-height: 1.50;
  vertical-align: center;
  background: #E95FFF;
  color: #0F1D38;
  border: 2px solid #E95FFF; }
  .button_secondary {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .button_secondary {
        font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary {
        font-size: 22px; } }
  .button_secondary:hover, .button_secondary:active, .button_secondary:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .button_secondary {
      font-size: 13px; } }
  .button_secondary:link, .button_secondary:visited,
  .button_secondary a:link,
  .button_secondary a:visited {
    background: #E95FFF;
    color: #0F1D38;
    border: 2px solid #E95FFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .button_secondary:focus {
    -webkit-box-shadow: #E95FFF 0 0 0.5em;
            box-shadow: #E95FFF 0 0 0.5em;
    outline: none; }
  .button_secondary:hover, .button_secondary:focus {
    background: #F1EDE4;
    border-color: #F1EDE4; }

.button_link_internal {
  font-size: 20px;
  line-height: 1.45;
  line-height: 1.5;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 800;
  background: transparent;
  color: #1A44A7;
  border: none;
  border: 2px solid transparent;
  -webkit-transition: border 0.5s ease, color 0.5s ease;
  -o-transition: border 0.5s ease, color 0.5s ease;
  transition: border 0.5s ease, color 0.5s ease;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 4px 20px;
  border-radius: 8px; }
  .button_link_internal {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link_internal {
        font-size: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link_internal {
        font-size: 20px; } }
  .button_link_internal:hover, .button_link_internal:active, .button_link_internal:focus {
    background: transparent; }
    .button_link_internal:hover:link, .button_link_internal:hover:visited,
    .button_link_internal:hover a:link,
    .button_link_internal:hover a:visited, .button_link_internal:active:link, .button_link_internal:active:visited,
    .button_link_internal:active a:link,
    .button_link_internal:active a:visited, .button_link_internal:focus:link, .button_link_internal:focus:visited,
    .button_link_internal:focus a:link,
    .button_link_internal:focus a:visited {
      background: transparent;
      text-decoration: none;
      border: 2px solid #E95FFF;
      -webkit-transition: border 0.5s ease, color 0.5s ease;
      -o-transition: border 0.5s ease, color 0.5s ease;
      transition: border 0.5s ease, color 0.5s ease; }
  .button_link_internal:link, .button_link_internal:visited,
  .button_link_internal a:link,
  .button_link_internal a:visited {
    color: #1A44A7;
    text-decoration: none;
    -webkit-transition: border 0.5s ease, color 0.5s ease;
    -o-transition: border 0.5s ease, color 0.5s ease;
    transition: border 0.5s ease, color 0.5s ease; }
    p .button_link_internal:link, p .button_link_internal:visited, p
    .button_link_internal a:link, p
    .button_link_internal a:visited {
      text-decoration: none; }
  .button_link_internal:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #1A44A7;
    outline: none; }
  .component__bg_dark .button_link_internal {
    border-bottom-color: #E95FFF; }
  .button_link_internal:after {
    content: '';
    position: relative;
    display: inline-block;
    right: -5px;
    top: 0px;
    background-image: url(images/internal_icon_new.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .button_link_internal:after {
      height: 10px; }
      @media screen and (min-width: 661px) {
        .button_link_internal:after {
          height: calc(10px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link_internal:after {
          height: 14px; } }
    .button_link_internal:after {
      width: 16px; }
      @media screen and (min-width: 661px) {
        .button_link_internal:after {
          width: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link_internal:after {
          width: 20px; } }

.button_link_external {
  font-size: 20px;
  line-height: 1.45;
  line-height: 1.5;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 800;
  background: transparent;
  color: #1A44A7;
  border: none;
  border: 2px solid transparent;
  -webkit-transition: border 0.5s ease, color 0.5s ease;
  -o-transition: border 0.5s ease, color 0.5s ease;
  transition: border 0.5s ease, color 0.5s ease;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 4px 20px;
  border-radius: 8px; }
  .button_link_external {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link_external {
        font-size: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link_external {
        font-size: 20px; } }
  .button_link_external:hover, .button_link_external:active, .button_link_external:focus {
    background: transparent; }
    .button_link_external:hover:link, .button_link_external:hover:visited,
    .button_link_external:hover a:link,
    .button_link_external:hover a:visited, .button_link_external:active:link, .button_link_external:active:visited,
    .button_link_external:active a:link,
    .button_link_external:active a:visited, .button_link_external:focus:link, .button_link_external:focus:visited,
    .button_link_external:focus a:link,
    .button_link_external:focus a:visited {
      background: transparent;
      text-decoration: none;
      border: 2px solid #E95FFF;
      -webkit-transition: border 0.5s ease, color 0.5s ease;
      -o-transition: border 0.5s ease, color 0.5s ease;
      transition: border 0.5s ease, color 0.5s ease; }
  .button_link_external:link, .button_link_external:visited,
  .button_link_external a:link,
  .button_link_external a:visited {
    color: #1A44A7;
    text-decoration: none;
    -webkit-transition: border 0.5s ease, color 0.5s ease;
    -o-transition: border 0.5s ease, color 0.5s ease;
    transition: border 0.5s ease, color 0.5s ease; }
    p .button_link_external:link, p .button_link_external:visited, p
    .button_link_external a:link, p
    .button_link_external a:visited {
      text-decoration: none; }
  .button_link_external:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #1A44A7;
    outline: none; }
  .component__bg_dark .button_link_external {
    border-bottom-color: #E95FFF; }
  .button_link_external:after {
    content: '';
    position: relative;
    display: inline-block;
    right: -5px;
    top: 1px;
    background-image: url(images/external_icon_new2.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .button_link_external:after {
      height: 11px; }
      @media screen and (min-width: 661px) {
        .button_link_external:after {
          height: calc(11px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link_external:after {
          height: 16px; } }
    .button_link_external:after {
      width: 11px; }
      @media screen and (min-width: 661px) {
        .button_link_external:after {
          width: calc(11px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link_external:after {
          width: 16px; } }

.button_link.button_external {
  font-size: 20px;
  line-height: 1.45;
  line-height: 1.5;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 800;
  background: transparent;
  color: #1A44A7;
  border: none;
  border: 2px solid transparent;
  -webkit-transition: border 0.5s ease, color 0.5s ease;
  -o-transition: border 0.5s ease, color 0.5s ease;
  transition: border 0.5s ease, color 0.5s ease;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 4px 20px;
  border-radius: 8px; }
  .button_link.button_external {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link.button_external {
        font-size: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link.button_external {
        font-size: 20px; } }
  .button_link.button_external:hover, .button_link.button_external:active, .button_link.button_external:focus {
    background: transparent; }
    .button_link.button_external:hover:link, .button_link.button_external:hover:visited,
    .button_link.button_external:hover a:link,
    .button_link.button_external:hover a:visited, .button_link.button_external:active:link, .button_link.button_external:active:visited,
    .button_link.button_external:active a:link,
    .button_link.button_external:active a:visited, .button_link.button_external:focus:link, .button_link.button_external:focus:visited,
    .button_link.button_external:focus a:link,
    .button_link.button_external:focus a:visited {
      background: transparent;
      text-decoration: none;
      border: 2px solid #E95FFF;
      -webkit-transition: border 0.5s ease, color 0.5s ease;
      -o-transition: border 0.5s ease, color 0.5s ease;
      transition: border 0.5s ease, color 0.5s ease; }
  .button_link.button_external:link, .button_link.button_external:visited,
  .button_link.button_external a:link,
  .button_link.button_external a:visited {
    color: #1A44A7;
    text-decoration: none;
    -webkit-transition: border 0.5s ease, color 0.5s ease;
    -o-transition: border 0.5s ease, color 0.5s ease;
    transition: border 0.5s ease, color 0.5s ease; }
    p .button_link.button_external:link, p .button_link.button_external:visited, p
    .button_link.button_external a:link, p
    .button_link.button_external a:visited {
      text-decoration: none; }
  .button_link.button_external:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #1A44A7;
    outline: none; }
  .component__bg_dark .button_link.button_external {
    border-bottom-color: #E95FFF; }
  .button_link.button_external:after {
    content: '';
    position: relative;
    display: inline-block;
    right: -5px;
    top: 1px;
    background-image: url(images/external_icon_new2.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .button_link.button_external:after {
      height: 11px; }
      @media screen and (min-width: 661px) {
        .button_link.button_external:after {
          height: calc(11px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link.button_external:after {
          height: 16px; } }
    .button_link.button_external:after {
      width: 11px; }
      @media screen and (min-width: 661px) {
        .button_link.button_external:after {
          width: calc(11px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link.button_external:after {
          width: 16px; } }

.button_link.button_internal {
  font-size: 20px;
  line-height: 1.45;
  line-height: 1.5;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 800;
  background: transparent;
  color: #1A44A7;
  border: none;
  border: 2px solid transparent;
  -webkit-transition: border 0.5s ease, color 0.5s ease;
  -o-transition: border 0.5s ease, color 0.5s ease;
  transition: border 0.5s ease, color 0.5s ease;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 4px 20px;
  border-radius: 8px; }
  .button_link.button_internal {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link.button_internal {
        font-size: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link.button_internal {
        font-size: 20px; } }
  .button_link.button_internal:hover, .button_link.button_internal:active, .button_link.button_internal:focus {
    background: transparent; }
    .button_link.button_internal:hover:link, .button_link.button_internal:hover:visited,
    .button_link.button_internal:hover a:link,
    .button_link.button_internal:hover a:visited, .button_link.button_internal:active:link, .button_link.button_internal:active:visited,
    .button_link.button_internal:active a:link,
    .button_link.button_internal:active a:visited, .button_link.button_internal:focus:link, .button_link.button_internal:focus:visited,
    .button_link.button_internal:focus a:link,
    .button_link.button_internal:focus a:visited {
      background: transparent;
      text-decoration: none;
      border: 2px solid #E95FFF;
      -webkit-transition: border 0.5s ease, color 0.5s ease;
      -o-transition: border 0.5s ease, color 0.5s ease;
      transition: border 0.5s ease, color 0.5s ease; }
  .button_link.button_internal:link, .button_link.button_internal:visited,
  .button_link.button_internal a:link,
  .button_link.button_internal a:visited {
    color: #1A44A7;
    text-decoration: none;
    -webkit-transition: border 0.5s ease, color 0.5s ease;
    -o-transition: border 0.5s ease, color 0.5s ease;
    transition: border 0.5s ease, color 0.5s ease; }
    p .button_link.button_internal:link, p .button_link.button_internal:visited, p
    .button_link.button_internal a:link, p
    .button_link.button_internal a:visited {
      text-decoration: none; }
  .button_link.button_internal:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #1A44A7;
    outline: none; }
  .component__bg_dark .button_link.button_internal {
    border-bottom-color: #E95FFF; }
  .button_link.button_internal:after {
    content: '';
    position: relative;
    display: inline-block;
    right: -5px;
    top: 0px;
    background-image: url(images/internal_icon_new.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .button_link.button_internal:after {
      height: 10px; }
      @media screen and (min-width: 661px) {
        .button_link.button_internal:after {
          height: calc(10px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link.button_internal:after {
          height: 14px; } }
    .button_link.button_internal:after {
      width: 16px; }
      @media screen and (min-width: 661px) {
        .button_link.button_internal:after {
          width: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .button_link.button_internal:after {
          width: 20px; } }

.button_link.button_link_pink {
  background-color: #E95FFF;
  color: #0F1D38; }
  .button_link.button_link_pink.button_internal {
    color: #0F1D38; }
    .button_link.button_link_pink.button_internal:after {
      background-image: url(images/internal_icon_dark.svg); }
  .button_link.button_link_pink.button_external {
    color: #0F1D38; }
    .button_link.button_link_pink.button_external:after {
      background-image: url(images/external_icon_dark.svg); }
  .button_link.button_link_pink:hover, .button_link.button_link_pink:focus, .button_link.button_link_pink:active {
    border-color: #E95FFF; }

.button_link_pink {
  background-color: #E95FFF;
  color: #0F1D38; }
  .button_link_pink.button_internal {
    color: #0F1D38; }
    .button_link_pink.button_internal:after {
      background-image: url(images/internal_icon_dark.svg); }
  .button_link_pink.button_external {
    color: #0F1D38; }
    .button_link_pink.button_external:after {
      background-image: url(images/external_icon_dark.svg); }
  .button_link_pink:hover, .button_link_pink:focus, .button_link_pink:active {
    border-color: #E95FFF; }

.button_accent {
  border-radius: 8px;
  display: inline-block;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 4px 30px;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  color: white;
  cursor: pointer;
  line-height: 1.50;
  vertical-align: center;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0F1D38;
  border: 2px solid #E95FFF; }
  .button_accent {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .button_accent {
        font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent {
        font-size: 22px; } }
  .button_accent:hover, .button_accent:active, .button_accent:focus {
    text-decoration: none;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
  @media (max-width: 660px) {
    .button_accent {
      font-size: 13px; } }
  .button_accent:focus {
    -webkit-box-shadow: #028850 0 0 0.5em;
            box-shadow: #028850 0 0 0.5em;
    outline: none; }
  .button_accent:hover, .button_accent:active, .button_accent:focus {
    background: #E95FFF;
    border-color: #E95FFF; }
  .button_accent:link, .button_accent:visited,
  .button_accent a:link,
  .button_accent a:visited {
    color: #0F1D38;
    border: 2px solid #E95FFF; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

figure {
  margin: 0; }

.site-main {
  margin: 0 auto; }
  .page-template-tpl-homepage .site-main {
    margin: 0 auto;
    padding: 0; }

.inner-wrapper {
  max-width: 2000px;
  margin: 0 auto; }
  .inner-wrapper {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .inner-wrapper {
        padding-left: calc(0px + 180 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .inner-wrapper {
        padding-left: 180px; } }
  .inner-wrapper {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .inner-wrapper {
        padding-right: calc(0px + 180 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .inner-wrapper {
        padding-right: 180px; } }
  .inner-wrapper--half {
    max-width: 1000px; }
  @media (max-width: 660px) {
    .inner-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.medium-width-wrapper {
  padding-left: 30px;
  padding-right: 30px; }
  .medium-width-wrapper {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .medium-width-wrapper {
        padding-left: calc(30px + 150 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .medium-width-wrapper {
        padding-left: 180px; } }
  .medium-width-wrapper {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .medium-width-wrapper {
        padding-right: calc(30px + 150 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .medium-width-wrapper {
        padding-right: 180px; } }
  @media (max-width: 660px) {
    .medium-width-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.narrow-wrapper {
  max-width: 619px;
  margin: 0 auto; }
  .narrow-wrapper {
    max-width: 619px; }
    @media screen and (min-width: 1280px) {
      .narrow-wrapper {
        max-width: calc(619px + 371 * ((100vw - 1280px) / 720)); } }
    @media screen and (min-width: 2000px) {
      .narrow-wrapper {
        max-width: 990px; } }

.full-media-wrapper {
  max-width: 2000px;
  margin: 0 auto; }
  .full-media-wrapper {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .full-media-wrapper {
        padding-left: calc(0px + 360 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .full-media-wrapper {
        padding-left: 360px; } }
  .full-media-wrapper {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .full-media-wrapper {
        padding-right: calc(0px + 360 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .full-media-wrapper {
        padding-right: 360px; } }
  .full-media-wrapper img {
    width: 100%;
    height: auto; }

.wide-wrapper {
  padding-left: 0px; }
  @media screen and (min-width: 661px) {
    .wide-wrapper {
      padding-left: calc(0px + 30 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .wide-wrapper {
      padding-left: 30px; } }

.wide-wrapper {
  padding-right: 0px; }
  @media screen and (min-width: 661px) {
    .wide-wrapper {
      padding-right: calc(0px + 30 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .wide-wrapper {
      padding-right: 30px; } }

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.col_half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%; }
  @media (max-width: 660px) {
    .col_half {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.col_third {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; }
  @media (max-width: 660px) {
    .col_third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .col_third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }

.col_fourth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  @media (max-width: 660px) {
    .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }

.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em; }

.chevron.chevron-right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.chevron.chevron-bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.chevron.chevron-left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.component .scroll_padding {
  padding-top: 120px; }
  .component .scroll_padding {
    padding-top: 60px; }
    @media screen and (min-width: 661px) {
      .component .scroll_padding {
        padding-top: calc(60px + 75 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component .scroll_padding {
        padding-top: 135px; } }

.hidden-right,
.hidden-left,
.hidden-bottom {
  opacity: 0; }

.slide-in-right {
  -webkit-animation: 1.2s ease 0s 1 slideInFromRight;
          animation: 1.2s ease 0s 1 slideInFromRight; }

.slide-in-left {
  -webkit-animation: 1s ease 0s 1 slideInFromLeft;
          animation: 1s ease 0s 1 slideInFromLeft; }

.slide-in-bottom {
  -webkit-animation: 1.2s ease 0s 1 slideInFromBottom;
          animation: 1.2s ease 0s 1 slideInFromBottom; }

.cookie {
  display: none; }
  .cookie.cookie-hidden {
    display: none; }
  .cookie.cookie-show {
    display: block; }

hr {
  height: 2px;
  background-color: #028850;
  border: 0; }

.component__hr_above {
  max-width: 130px;
  margin-bottom: 30px; }
  .component__hr_above {
    margin-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .component__hr_above {
        margin-bottom: calc(30px + 15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__hr_above {
        margin-bottom: 45px; } }

.component__hr_below {
  margin-top: 120px;
  margin-bottom: 0px; }
  .component__hr_below {
    margin-top: 60px; }
    @media screen and (min-width: 661px) {
      .component__hr_below {
        margin-top: calc(60px + 75 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__hr_below {
        margin-top: 135px; } }

.fixed_bottom_components .component__last_margin {
  padding-bottom: 0; }

.icon_quote svg {
  width: 34px;
  height: 30px; }

.icon_quote svg path {
  fill: #1A44A7;
  opacity: 0.8; }

.fwc h3, .fwc h2, .fwc h4, .fwc h5, .fwc h6 {
  margin-top: 1em; }

.fwc .narrow-wrapper h3:first-child,
.fwc .narrow-wrapper h2:first-child {
  margin-top: 0; }

.site-header {
  position: relative;
  top: 0;
  z-index: 15; }
  .site-header--top_wrapper {
    background-color: #F1EDE4;
    position: relative;
    top: 0; }
  .site-header--top {
    margin: 0 auto; }
  .site-header--top_inner {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-header--top_inner {
      padding-left: 15px; }
      @media screen and (min-width: 661px) {
        .site-header--top_inner {
          padding-left: calc(15px + 15 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--top_inner {
          padding-left: 30px; } }
    .site-header--top_inner {
      padding-right: 15px; }
      @media screen and (min-width: 661px) {
        .site-header--top_inner {
          padding-right: calc(15px + 15 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--top_inner {
          padding-right: 30px; } }
    @media (max-width: 660px) {
      .site-header--top_inner {
        padding: 5px;
        padding-left: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .site-header--top_inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .home .site-header--top_inner {
      padding-left: 0;
      padding-right: 0; }
  .site-header #js-logo_toggle {
    display: block; }
    .site-header #js-logo_toggle:hover, .site-header #js-logo_toggle:active, .site-header #js-logo_toggle:focus {
      opacity: 0.5; }
  .site-header--main_logo {
    padding-top: 15px;
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-animation: 1.5s ease-in 0s 1 fadeIn;
            animation: 1.5s ease-in 0s 1 fadeIn; }
    .site-header--main_logo svg {
      width: 123px;
      height: auto; }
      .site-header--main_logo svg {
        width: 100px; }
        @media screen and (min-width: 661px) {
          .site-header--main_logo svg {
            width: calc(100px + 73 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .site-header--main_logo svg {
            width: 173px; } }
  .site-header--mobile_logo {
    width: 150px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 0px) and (max-width: 400px) {
      .site-header--mobile_logo {
        width: 100px; } }
  .site-header #js-logo_toggle {
    text-decoration: none; }
    @media (max-width: 660px) {
      .site-header #js-logo_toggle {
        padding-left: 15px;
        margin-top: 5px;
        position: relative;
        display: block; } }
  .site-header--mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 661px) {
      .site-header--mobile {
        display: none; } }
  .site-header--right_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .site-header--menu_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 660px) {
      .site-header--menu_buttons {
        display: none; } }
  .site-header--mobile_menu_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .site-header--mobile_menu_buttons a,
    .site-header--mobile_menu_buttons a:link,
    .site-header--mobile_menu_buttons a:visited {
      width: 100%;
      border-radius: 0;
      border: none; }
      .site-header--mobile_menu_buttons a:hover, .site-header--mobile_menu_buttons a:active, .site-header--mobile_menu_buttons a:focus,
      .site-header--mobile_menu_buttons a:link:hover,
      .site-header--mobile_menu_buttons a:link:active,
      .site-header--mobile_menu_buttons a:link:focus,
      .site-header--mobile_menu_buttons a:visited:hover,
      .site-header--mobile_menu_buttons a:visited:active,
      .site-header--mobile_menu_buttons a:visited:focus {
        border-radius: 0;
        border: none; }
  .site-header--mobile_menu_button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .site-header--join_button, .site-header--donate_button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .site-header--donate_button {
    padding-right: 5px; }
  .site-header--join_button {
    padding-right: 15px; }
  .site-header--languages {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #F1EDE4;
    margin-left: 0px; }
    .site-header--languages ul {
      list-style-type: none;
      margin: 0;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px;
      line-height: 1; }
    .site-header--languages a,
    .site-header--languages a:link,
    .site-header--languages a:visited {
      color: #F1EDE4;
      padding: 0; }
    .site-header--languages .select-idiom {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 1.5rem; }
      .site-header--languages .select-idiom select {
        padding: .2rem 1rem;
        padding-right: 1.5rem;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        border: transparent;
        border-left: 2px solid white;
        font-family: "degular-display", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: white;
        font-size: 1rem;
        background-image: url(images/down_arrow.svg);
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: right 5px top 57%;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .site-header--languages .select-idiom select:hover, .site-header--languages .select-idiom select:focus, .site-header--languages .select-idiom select:active {
          color: #E95FFF;
          background-image: url(images/down_arrow_hover.svg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .site-header--social_links {
    padding-right: 15px; }
    @media (max-width: 660px) {
      .site-header--social_links {
        display: none; } }
  @media (max-width: 660px) {
    .site-header--mobile_social_links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 15px 60px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      max-width: 75%;
      margin: 0 auto; } }
  .site-header--mobile_social_links.closed {
    display: none; }
  .site-header--mobile_social_icon {
    text-decoration: none;
    padding: 10px; }
    .site-header--mobile_social_icon:link, .site-header--mobile_social_icon:visited {
      text-decoration: none; }
      .site-header--mobile_social_icon:link:hover svg, .site-header--mobile_social_icon:link:focus svg, .site-header--mobile_social_icon:link:active svg, .site-header--mobile_social_icon:visited:hover svg, .site-header--mobile_social_icon:visited:focus svg, .site-header--mobile_social_icon:visited:active svg {
        fill: #028850; }
    .site-header--mobile_social_icon svg {
      fill: #0F1D38;
      height: 20px;
      width: auto;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  .site-header--social_icon {
    text-decoration: none;
    padding: 10px; }
    .site-header--social_icon {
      padding: 4px; }
      @media screen and (min-width: 661px) {
        .site-header--social_icon {
          padding: calc(4px + 6 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--social_icon {
          padding: 10px; } }
    .site-header--social_icon:link, .site-header--social_icon:visited {
      text-decoration: none; }
      .site-header--social_icon:link:hover svg, .site-header--social_icon:link:focus svg, .site-header--social_icon:link:active svg, .site-header--social_icon:visited:hover svg, .site-header--social_icon:visited:focus svg, .site-header--social_icon:visited:active svg {
        fill: #028850; }
    .site-header--social_icon svg {
      fill: #0F1D38;
      height: 14px;
      width: auto;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .site-header--social_icon svg {
          height: 20px;
          margin-right: 10px; } }
  .site-header--open_menu_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left; }
    @media (max-width: 660px) {
      .site-header--open_menu_right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .site-header--open_menu_right .site-header--toggle_menu_button,
    .site-header--open_menu_right .site-header--mobile_social_links {
      margin-bottom: 1.15em; }
    .site-header--open_menu_right .site-header--toggle_menu_button .button_accent {
      background-color: #F1EDE4; }
      .site-header--open_menu_right .site-header--toggle_menu_button .button_accent:hover, .site-header--open_menu_right .site-header--toggle_menu_button .button_accent:focus, .site-header--open_menu_right .site-header--toggle_menu_button .button_accent:active {
        background-color: #E95FFF; }
    @media (max-width: 660px) {
      .site-header--open_menu_right .site-header--toggle_menu_buttons,
      .site-header--open_menu_right .site-header--toggle_disclaimer {
        display: none; } }

.main-nav {
  padding: 60px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #FFBC42;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  .main-nav.closed {
    display: none; }
  .main-nav .main-nav--container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    opacity: 1;
    -webkit-transition: height .3s ease-in, border ,.3s ease-in, opacity .3s ease-in;
    -o-transition: height .3s ease-in, border ,.3s ease-in, opacity .3s ease-in;
    transition: height .3s ease-in, border ,.3s ease-in, opacity .3s ease-in; }
    @media (max-width: 660px) {
      .main-nav .main-nav--container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .main-nav .main-nav--container.closed {
      height: 0;
      opacity: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .main-nav .main-nav--container.closed .main-nav--menu {
        display: none;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in; }
      .main-nav .main-nav--container.closed .menu-item {
        opacity: 0; }
    .main-nav .main-nav--container .menu-item {
      opacity: 1;
      padding: 10px; }
      .main-nav .main-nav--container .menu-item:hover a, .main-nav .main-nav--container .menu-item:active a, .main-nav .main-nav--container .menu-item:focus a {
        font-weight: 400;
        border-bottom-color: #1A44A7; }
      .main-nav .main-nav--container .menu-item a {
        font-family: "degular-display", Helvetica, Arial, sans-serif;
        font-size: 64px;
        font-weight: 600;
        line-height: 100%;
        font-weight: 400;
        color: #0F1D38;
        -webkit-transition: border-width .1s ease-in;
        -o-transition: border-width .1s ease-in;
        transition: border-width .1s ease-in;
        text-decoration: none;
        text-transform: uppercase; }
        .main-nav .main-nav--container .menu-item a {
          font-size: 32px; }
          @media screen and (min-width: 661px) {
            .main-nav .main-nav--container .menu-item a {
              font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .main-nav .main-nav--container .menu-item a {
              font-size: 64px; } }
        @media (max-width: 660px) {
          .main-nav .main-nav--container .menu-item a {
            font-size: 33px; } }
        @media (max-width: 660px) {
          .main-nav .main-nav--container .menu-item a {
            font-size: 24px; } }
    .main-nav .main-nav--container .main-nav--menu {
      display: block; }
  @media (max-width: 660px) {
    .main-nav {
      text-align: center; } }
  .main-nav--menu {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
    @media (max-width: 660px) {
      .main-nav--menu {
        text-align: center; } }
    @media (min-width: 661px) {
      .main-nav--menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 60px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .main-nav .menu-item {
    padding: 10px 30px;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in; }
    .main-nav .menu-item {
      padding-left: 10px; }
      @media screen and (min-width: 661px) {
        .main-nav .menu-item {
          padding-left: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .main-nav .menu-item {
          padding-left: 30px; } }
    .main-nav .menu-item {
      padding-right: 10px; }
      @media screen and (min-width: 661px) {
        .main-nav .menu-item {
          padding-right: calc(10px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .main-nav .menu-item {
          padding-right: 30px; } }
    @media (max-width: 660px) {
      .main-nav .menu-item {
        padding: 14px; } }
    .main-nav .menu-item.donate-button:hover a, .main-nav .menu-item.donate-button:active a, .main-nav .menu-item.donate-button:focus a {
      color: #F1EDE4;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.donate-button a {
      border-radius: 8px;
      display: inline-block;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 20px;
      padding: 4px 30px;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      line-height: 1.50;
      vertical-align: center;
      background: #1A44A7;
      color: #F1EDE4;
      border: 2px solid #1A44A7;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.donate-button a {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.donate-button a {
            font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.donate-button a {
            font-size: 22px; } }
      .main-nav .menu-item.donate-button a:hover, .main-nav .menu-item.donate-button a:active, .main-nav .menu-item.donate-button a:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .main-nav .menu-item.donate-button a {
          font-size: 13px; } }
      .main-nav .menu-item.donate-button a:link, .main-nav .menu-item.donate-button a:visited,
      .main-nav .menu-item.donate-button a a:link,
      .main-nav .menu-item.donate-button a a:visited {
        background: #1A44A7;
        color: #F1EDE4;
        border: 2px solid #1A44A7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .main-nav .menu-item.donate-button a:link:focus, .main-nav .menu-item.donate-button a:visited:focus,
        .main-nav .menu-item.donate-button a a:link:focus,
        .main-nav .menu-item.donate-button a a:visited:focus {
          -webkit-box-shadow: #028850 0 0 0.5em;
                  box-shadow: #028850 0 0 0.5em;
          outline: none; }
        .main-nav .menu-item.donate-button a:link:hover, .main-nav .menu-item.donate-button a:link:focus, .main-nav .menu-item.donate-button a:visited:hover, .main-nav .menu-item.donate-button a:visited:focus,
        .main-nav .menu-item.donate-button a a:link:hover,
        .main-nav .menu-item.donate-button a a:link:focus,
        .main-nav .menu-item.donate-button a a:visited:hover,
        .main-nav .menu-item.donate-button a a:visited:focus {
          color: #0F1D38;
          background: #E95FFF;
          border-color: #E95FFF; }
      .main-nav .menu-item.donate-button a:hover, .main-nav .menu-item.donate-button a:active, .main-nav .menu-item.donate-button a:focus {
        line-height: 1; }
    .main-nav .menu-item.signup-button:hover a, .main-nav .menu-item.signup-button:active a, .main-nav .menu-item.signup-button:focus a {
      color: #F1EDE4;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.signup-button a {
      border-radius: 8px;
      display: inline-block;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 20px;
      padding: 4px 30px;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      line-height: 1.50;
      vertical-align: center;
      background: #E95FFF;
      color: #0F1D38;
      border: 2px solid #E95FFF;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.signup-button a {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.signup-button a {
            font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.signup-button a {
            font-size: 22px; } }
      .main-nav .menu-item.signup-button a:hover, .main-nav .menu-item.signup-button a:active, .main-nav .menu-item.signup-button a:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .main-nav .menu-item.signup-button a {
          font-size: 13px; } }
      .main-nav .menu-item.signup-button a:link, .main-nav .menu-item.signup-button a:visited,
      .main-nav .menu-item.signup-button a a:link,
      .main-nav .menu-item.signup-button a a:visited {
        background: #E95FFF;
        color: #0F1D38;
        border: 2px solid #E95FFF;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .main-nav .menu-item.signup-button a:focus {
        -webkit-box-shadow: #E95FFF 0 0 0.5em;
                box-shadow: #E95FFF 0 0 0.5em;
        outline: none; }
      .main-nav .menu-item.signup-button a:hover, .main-nav .menu-item.signup-button a:focus {
        background: #F1EDE4;
        border-color: #F1EDE4; }
    .main-nav .menu-item:hover a, .main-nav .menu-item:active a, .main-nav .menu-item:focus a {
      color: #E95FFF;
      text-transform: uppercase;
      border-bottom: 3px solid #028850;
      text-decoration: none; }
    .main-nav .menu-item a {
      color: #0F1D38;
      font-size: 16px;
      -webkit-transition: border-width .1s ease-in;
      -o-transition: border-width .1s ease-in;
      transition: border-width .1s ease-in;
      text-decoration: none;
      font-weight: 600;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .main-nav .menu-item a {
          padding-top: 15px;
          display: inline-block; } }
    .main-nav .menu-item:last-child {
      padding-right: 5px; }

.nav_toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #0F1D38;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 17px 12px 14px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 2; }
  .nav_toggle:hover, .nav_toggle:focus, .nav_toggle:active {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #0F1D38;
    outline: none;
    background: none; }
  .nav_toggle:hover span {
    background-color: transparent; }
  .nav_toggle.closed {
    background-color: transparent; }
    .nav_toggle.closed:hover span {
      background-color: #F1EDE4; }
  .nav_toggle--icon {
    border-top: 2px solid transparent;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    -webkit-transition: border-color 0.2s ease-in, width 0.2s ease-in;
    -o-transition: border-color 0.2s ease-in, width 0.2s ease-in;
    transition: border-color 0.2s ease-in, width 0.2s ease-in;
    width: 40px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .closed .nav_toggle--icon {
      border-top-color: #0F1D38;
      top: -5px; }
    .nav_toggle--icon:before, .nav_toggle--icon:after {
      background-color: #0F1D38;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: -11px;
      -webkit-transition: width 0.2s ease-in, -webkit-transform 0.2s ease-in;
      transition: width 0.2s ease-in, -webkit-transform 0.2s ease-in;
      -o-transition: transform 0.2s ease-in, width 0.2s ease-in;
      transition: transform 0.2s ease-in, width 0.2s ease-in;
      transition: transform 0.2s ease-in, width 0.2s ease-in, -webkit-transform 0.2s ease-in;
      width: 40px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .closed .nav_toggle--icon:before, .closed .nav_toggle--icon:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
    .nav_toggle--icon:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .closed .nav_toggle--icon:before {
        top: -12px; }
    .nav_toggle--icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .closed .nav_toggle--icon:after {
        top: 8px; }

.site-header.scroll {
  position: fixed;
  background-color: #F1EDE4;
  width: 100%; }

.admin-bar .site-header.scroll {
  top: 30px; }
  @media (max-width: 660px) {
    .admin-bar .site-header.scroll {
      top: 0px; } }

.topper.topper-image {
  -webkit-animation: 1.5s ease-in 0s 1 fadeIn;
          animation: 1.5s ease-in 0s 1 fadeIn; }
  .topper.topper-image .topper--wrapper {
    overflow: hidden; }
  .topper.topper-image .topper--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .topper.topper-image .topper--text_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #F1EDE4;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    z-index: 2; }
    @media (max-width: 660px) {
      .topper.topper-image .topper--text_area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .topper.topper-image .topper--text_inner {
    padding: 15px; }
    @media screen and (min-width: 661px) {
      .topper.topper-image .topper--text_inner {
        padding: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-image .topper--text_inner {
        padding: 60px; } }
  @media (max-width: 660px) {
    .topper.topper-image .topper--text_inner {
      padding: 54px 15px; } }
  .topper.topper-image .topper--title {
    font-size: 75px;
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    line-height: 0.98;
    font-weight: 600;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    line-height: 0.98;
    text-transform: none;
    text-align: center;
    line-height: 0.9;
    margin: 0px; }
    .topper.topper-image .topper--title {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--title {
          font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--title {
          font-size: 75px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--title {
        font-size: 50px; } }
  .topper.topper-image .topper--description {
    width: 100%;
    text-align: center;
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase; }
    .topper.topper-image .topper--description {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--description {
          font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--description {
          font-size: 20px; } }
  .topper.topper-image .topper--image_area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; }
    @media (max-width: 660px) {
      .topper.topper-image .topper--image_area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .topper.topper-image .topper--image {
    display: block; }
    .topper.topper-image .topper--image img {
      width: 100%;
      height: auto; }
      @media (max-width: 660px) {
        .topper.topper-image .topper--image img {
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; } }
  .topper.topper-image--left .topper--text_area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .topper.topper-image--left .topper--image_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

.topper.topper-text .topper--description {
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase; }
  .topper.topper-text .topper--description {
    font-size: 15px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text .topper--description {
        font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text .topper--description {
        font-size: 20px; } }

.topper.topper-text .topper--text_description {
  width: 55%;
  margin: 1em auto 0; }
  @media (max-width: 660px) {
    .topper.topper-text .topper--text_description {
      width: 100%; } }

.topper.topper-text .topper--wrapper {
  padding-left: 30px; }
  @media screen and (min-width: 661px) {
    .topper.topper-text .topper--wrapper {
      padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .topper.topper-text .topper--wrapper {
      padding-left: 90px; } }

.topper.topper-text .topper--wrapper {
  padding-right: 30px; }
  @media screen and (min-width: 661px) {
    .topper.topper-text .topper--wrapper {
      padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .topper.topper-text .topper--wrapper {
      padding-right: 90px; } }

.topper.topper-text .topper--wrapper {
  padding-top: 60px; }
  @media screen and (min-width: 661px) {
    .topper.topper-text .topper--wrapper {
      padding-top: calc(60px + 60 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .topper.topper-text .topper--wrapper {
      padding-top: 120px; } }

.topper.topper-text .topper--wrapper {
  padding-bottom: 60px; }
  @media screen and (min-width: 661px) {
    .topper.topper-text .topper--wrapper {
      padding-bottom: calc(60px + 60 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .topper.topper-text .topper--wrapper {
      padding-bottom: 120px; } }

.topper.topper-text .topper--wrapper h1 {
  font-size: 75px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  line-height: 0.98;
  font-weight: 600;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
  line-height: 0.98; }
  .topper.topper-text .topper--wrapper h1 {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text .topper--wrapper h1 {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text .topper--wrapper h1 {
        font-size: 75px; } }
  @media (max-width: 660px) {
    .topper.topper-text .topper--wrapper h1 {
      font-size: 50px; } }

.topper.topper-text .topper--inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.topper.topper-text .topper--text_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #F1EDE4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.topper--text_area {
  color: #F1EDE4; }

.topper--yellow_bg .topper--text_area {
  color: #0F1D38 !important; }

.homepageTopper--wrapper {
  overflow: hidden;
  background-color: #028850;
  position: relative; }

.homepageTopper--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 660px) {
    .homepageTopper--inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.homepageTopper--text_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #F1EDE4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  z-index: 2;
  background-color: #028850;
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn; }
  @media (max-width: 660px) {
    .homepageTopper--text_area {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.homepageTopper--text_inner {
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn; }
  .homepageTopper--text_inner {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--text_inner {
        padding-left: calc(15px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--text_inner {
        padding-left: 75px; } }
  .homepageTopper--text_inner {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--text_inner {
        padding-right: calc(15px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--text_inner {
        padding-right: 75px; } }
  .homepageTopper--text_inner {
    padding-top: 7.5px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--text_inner {
        padding-top: calc(7.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--text_inner {
        padding-top: 60px; } }
  .homepageTopper--text_inner {
    padding-bottom: 7.5px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--text_inner {
        padding-bottom: calc(7.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--text_inner {
        padding-bottom: 60px; } }
  @media (max-width: 660px) {
    .homepageTopper--text_inner {
      padding: 54px 15px; } }

.homepageTopper--title {
  font-size: 75px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  line-height: 0.98;
  font-weight: 600;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
  line-height: 0.98;
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn;
  text-transform: none;
  text-align: center;
  line-height: 0.98;
  margin: 0px;
  margin-bottom: .3em; }
  .homepageTopper--title {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--title {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--title {
        font-size: 75px; } }
  @media (max-width: 660px) {
    .homepageTopper--title {
      font-size: 50px; } }

.homepageTopper--description {
  width: 100%;
  text-align: center;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase; }
  .homepageTopper--description {
    font-size: 15px; }
    @media screen and (min-width: 661px) {
      .homepageTopper--description {
        font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .homepageTopper--description {
        font-size: 20px; } }

.homepageTopper--image_area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden; }
  @media (max-width: 660px) {
    .homepageTopper--image_area {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.homepageTopper--image {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  @media (max-width: 660px) {
    .homepageTopper--image {
      width: 100%;
      height: auto; } }
  .homepageTopper--image img {
    width: auto;
    height: auto;
    display: block; }
    @media (max-width: 660px) {
      .homepageTopper--image img {
        width: 100%;
        height: auto; } }

.homepageTopper .ngp-form-contain {
  padding: 0;
  width: 85%;
  margin: 0 auto;
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn; }
  @media (max-width: 660px) {
    .homepageTopper .ngp-form-contain {
      padding-left: 0%;
      width: 100%; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .homepageTopper .ngp-form-contain {
      width: 99%; } }

.homepageTopper .ngp-form {
  padding: 0;
  width: 85%;
  margin: 0 auto;
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn; }
  @media (max-width: 660px) {
    .homepageTopper .ngp-form {
      padding-left: 0%;
      width: 100%; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .homepageTopper .ngp-form {
      width: 99%; } }
  .homepageTopper .ngp-form.at .at-fieldset {
    padding: 0; }
  .homepageTopper .ngp-form .at-inner {
    background: transparent; }
    .homepageTopper .ngp-form .at-inner .at-title {
      display: none; }
    .homepageTopper .ngp-form .at-inner .at-markup {
      display: none; }
    .homepageTopper .ngp-form .at-inner .ContactInformation legend {
      display: none; }
    .homepageTopper .ngp-form .at-inner .SmsSubscribeMobilePhone {
      margin-top: 3px; }
    .homepageTopper .ngp-form .at-inner .at-row.at-row-solo.PostalCode,
    .homepageTopper .ngp-form .at-inner .at-row.at-row-solo.FirstName {
      width: 50%;
      display: inline-block; }
    .homepageTopper .ngp-form .at-inner .at-form-submit {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      float: right;
      margin: 0 6px; }
      @media (max-width: 660px) {
        .homepageTopper .ngp-form .at-inner .at-form-submit {
          width: 100%; } }
      @media (min-width: 661px) {
        .homepageTopper .ngp-form .at-inner .at-form-submit {
          width: 100%; } }
      .homepageTopper .ngp-form .at-inner .at-form-submit input {
        font-size: 20px;
        line-height: 1.45;
        line-height: 1.5;
        font-family: "degular-text", "Helvetica Neue", sans-serif;
        font-weight: 800;
        background: transparent;
        color: #1A44A7;
        border: none;
        border: 2px solid transparent;
        -webkit-transition: border 0.5s ease, color 0.5s ease;
        -o-transition: border 0.5s ease, color 0.5s ease;
        transition: border 0.5s ease, color 0.5s ease;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 4px 20px;
        border-radius: 8px;
        background-color: #E95FFF;
        color: #0F1D38;
        background-color: #E95FFF;
        color: #0F1D38;
        width: 100%;
        margin: 10px 0px 10px 12px; }
        .homepageTopper .ngp-form .at-inner .at-form-submit input {
          font-size: 16px; }
          @media screen and (min-width: 661px) {
            .homepageTopper .ngp-form .at-inner .at-form-submit input {
              font-size: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .homepageTopper .ngp-form .at-inner .at-form-submit input {
              font-size: 20px; } }
        .homepageTopper .ngp-form .at-inner .at-form-submit input:hover, .homepageTopper .ngp-form .at-inner .at-form-submit input:active, .homepageTopper .ngp-form .at-inner .at-form-submit input:focus {
          background: transparent; }
          .homepageTopper .ngp-form .at-inner .at-form-submit input:hover:link, .homepageTopper .ngp-form .at-inner .at-form-submit input:hover:visited,
          .homepageTopper .ngp-form .at-inner .at-form-submit input:hover a:link,
          .homepageTopper .ngp-form .at-inner .at-form-submit input:hover a:visited, .homepageTopper .ngp-form .at-inner .at-form-submit input:active:link, .homepageTopper .ngp-form .at-inner .at-form-submit input:active:visited,
          .homepageTopper .ngp-form .at-inner .at-form-submit input:active a:link,
          .homepageTopper .ngp-form .at-inner .at-form-submit input:active a:visited, .homepageTopper .ngp-form .at-inner .at-form-submit input:focus:link, .homepageTopper .ngp-form .at-inner .at-form-submit input:focus:visited,
          .homepageTopper .ngp-form .at-inner .at-form-submit input:focus a:link,
          .homepageTopper .ngp-form .at-inner .at-form-submit input:focus a:visited {
            background: transparent;
            text-decoration: none;
            border: 2px solid #E95FFF;
            -webkit-transition: border 0.5s ease, color 0.5s ease;
            -o-transition: border 0.5s ease, color 0.5s ease;
            transition: border 0.5s ease, color 0.5s ease; }
        .homepageTopper .ngp-form .at-inner .at-form-submit input:link, .homepageTopper .ngp-form .at-inner .at-form-submit input:visited,
        .homepageTopper .ngp-form .at-inner .at-form-submit input a:link,
        .homepageTopper .ngp-form .at-inner .at-form-submit input a:visited {
          color: #1A44A7;
          text-decoration: none;
          -webkit-transition: border 0.5s ease, color 0.5s ease;
          -o-transition: border 0.5s ease, color 0.5s ease;
          transition: border 0.5s ease, color 0.5s ease; }
          p .homepageTopper .ngp-form .at-inner .at-form-submit input:link, p .homepageTopper .ngp-form .at-inner .at-form-submit input:visited, p
          .homepageTopper .ngp-form .at-inner .at-form-submit input a:link, p
          .homepageTopper .ngp-form .at-inner .at-form-submit input a:visited {
            text-decoration: none; }
        .homepageTopper .ngp-form .at-inner .at-form-submit input:focus {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-bottom-color: #1A44A7;
          outline: none; }
        .component__bg_dark .homepageTopper .ngp-form .at-inner .at-form-submit input {
          border-bottom-color: #E95FFF; }
        .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
          content: '';
          position: relative;
          display: inline-block;
          right: -5px;
          top: 0px;
          background-image: url(images/internal_icon_new.svg);
          background-size: contain;
          background-repeat: no-repeat; }
          .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
            height: 10px; }
            @media screen and (min-width: 661px) {
              .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
                height: calc(10px + 4 * ((100vw - 661px) / 1339)); } }
            @media screen and (min-width: 2000px) {
              .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
                height: 14px; } }
          .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
            width: 16px; }
            @media screen and (min-width: 661px) {
              .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
                width: calc(16px + 4 * ((100vw - 661px) / 1339)); } }
            @media screen and (min-width: 2000px) {
              .homepageTopper .ngp-form .at-inner .at-form-submit input:after {
                width: 20px; } }
        .homepageTopper .ngp-form .at-inner .at-form-submit input.button_internal {
          color: #0F1D38; }
          .homepageTopper .ngp-form .at-inner .at-form-submit input.button_internal:after {
            background-image: url(images/internal_icon_dark.svg); }
        .homepageTopper .ngp-form .at-inner .at-form-submit input.button_external {
          color: #0F1D38; }
          .homepageTopper .ngp-form .at-inner .at-form-submit input.button_external:after {
            background-image: url(images/external_icon_dark.svg); }
        .homepageTopper .ngp-form .at-inner .at-form-submit input:hover, .homepageTopper .ngp-form .at-inner .at-form-submit input:focus, .homepageTopper .ngp-form .at-inner .at-form-submit input:active {
          border-color: #E95FFF; }
        .homepageTopper .ngp-form .at-inner .at-form-submit input.button_internal {
          color: #0F1D38; }
          .homepageTopper .ngp-form .at-inner .at-form-submit input.button_internal:after {
            background-image: url(images/internal_icon_dark.svg); }
        .homepageTopper .ngp-form .at-inner .at-form-submit input.button_external {
          color: #0F1D38; }
          .homepageTopper .ngp-form .at-inner .at-form-submit input.button_external:after {
            background-image: url(images/external_icon_dark.svg); }
        .homepageTopper .ngp-form .at-inner .at-form-submit input:hover, .homepageTopper .ngp-form .at-inner .at-form-submit input:focus, .homepageTopper .ngp-form .at-inner .at-form-submit input:active {
          border-color: #E95FFF; }
    .homepageTopper .ngp-form .at-inner label {
      font-family: "degular-text", "Helvetica Neue", sans-serif;
      font-size: 13px;
      color: #F1EDE4;
      text-transform: capitalize;
      font-weight: 600;
      margin: 0 6px;
      margin-top: .9em;
      margin-bottom: .25em;
      -webkit-box-flex: 1;
      -webkit-flex: 1 140px;
          -ms-flex: 1 140px;
              flex: 1 140px;
      min-width: 140px; }
      .homepageTopper .ngp-form .at-inner label small {
        color: #F1EDE4;
        opacity: 0.7;
        padding: 0 .375em; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .homepageTopper .ngp-form .at-inner label {
          margin-top: 0em; } }
    .homepageTopper .ngp-form .at-inner input[type="text"],
    .homepageTopper .ngp-form .at-inner input[type="password"],
    .homepageTopper .ngp-form .at-inner input[type="date"],
    .homepageTopper .ngp-form .at-inner input[type="datetime"],
    .homepageTopper .ngp-form .at-inner input[type="datetime-local"],
    .homepageTopper .ngp-form .at-inner input[type="month"],
    .homepageTopper .ngp-form .at-inner input[type="week"],
    .homepageTopper .ngp-form .at-inner input[type="email"],
    .homepageTopper .ngp-form .at-inner input[type="number"],
    .homepageTopper .ngp-form .at-inner input[type="search"],
    .homepageTopper .ngp-form .at-inner input[type="tel"],
    .homepageTopper .ngp-form .at-inner input[type="time"],
    .homepageTopper .ngp-form .at-inner input[type="url"],
    .homepageTopper .ngp-form .at-inner input[type="color"],
    .homepageTopper .ngp-form .at-inner textarea {
      background-color: #F1EDE4;
      border: 2px solid #F1EDE4;
      border-radius: 8px;
      padding: 20px 15px;
      margin-bottom: .55em;
      height: 48px;
      -webkit-transition: background-color 0.5s ease-in-out;
      -o-transition: background-color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out; }
      .homepageTopper .ngp-form .at-inner input[type="text"]:focus, .homepageTopper .ngp-form .at-inner input[type="text"]:hover, .homepageTopper .ngp-form .at-inner input[type="text"]:active,
      .homepageTopper .ngp-form .at-inner input[type="password"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="password"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="password"]:active,
      .homepageTopper .ngp-form .at-inner input[type="date"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="date"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="date"]:active,
      .homepageTopper .ngp-form .at-inner input[type="datetime"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="datetime"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="datetime"]:active,
      .homepageTopper .ngp-form .at-inner input[type="datetime-local"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="datetime-local"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="datetime-local"]:active,
      .homepageTopper .ngp-form .at-inner input[type="month"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="month"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="month"]:active,
      .homepageTopper .ngp-form .at-inner input[type="week"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="week"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="week"]:active,
      .homepageTopper .ngp-form .at-inner input[type="email"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="email"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="email"]:active,
      .homepageTopper .ngp-form .at-inner input[type="number"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="number"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="number"]:active,
      .homepageTopper .ngp-form .at-inner input[type="search"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="search"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="search"]:active,
      .homepageTopper .ngp-form .at-inner input[type="tel"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="tel"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="tel"]:active,
      .homepageTopper .ngp-form .at-inner input[type="time"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="time"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="time"]:active,
      .homepageTopper .ngp-form .at-inner input[type="url"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="url"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="url"]:active,
      .homepageTopper .ngp-form .at-inner input[type="color"]:focus,
      .homepageTopper .ngp-form .at-inner input[type="color"]:hover,
      .homepageTopper .ngp-form .at-inner input[type="color"]:active,
      .homepageTopper .ngp-form .at-inner textarea:focus,
      .homepageTopper .ngp-form .at-inner textarea:hover,
      .homepageTopper .ngp-form .at-inner textarea:active {
        -webkit-transition: background-color 0.5s ease-in-out;
        -o-transition: background-color 0.5s ease-in-out;
        transition: background-color 0.5s ease-in-out;
        background-color: #FFBC42;
        color: #F1EDE4; }
    .homepageTopper .ngp-form .at-inner input::-webkit-input-placeholder {
      color: #0F1D38;
      opacity: 0.7; }
    .homepageTopper .ngp-form .at-inner input::-moz-placeholder {
      color: #0F1D38;
      opacity: 0.7; }
    .homepageTopper .ngp-form .at-inner input::-ms-input-placeholder {
      color: #0F1D38;
      opacity: 0.7; }
    .homepageTopper .ngp-form .at-inner input::placeholder {
      color: #0F1D38;
      opacity: 0.7; }
    .homepageTopper .ngp-form .at-inner .at-check input + span {
      margin-bottom: 0; }
    .homepageTopper .ngp-form .at-inner input[type="checkbox"]:checked + span:before {
      background-color: #0F1D38;
      border-color: #0F1D38;
      border-radius: 0;
      top: 0; }
    .homepageTopper .ngp-form .at-inner input[type="checkbox"] + span:after {
      top: 3px; }
    .homepageTopper .ngp-form .at-inner .at-legal,
    .homepageTopper .ngp-form .at-inner .at-legal p {
      color: #0F1D38;
      font-size: 13px;
      line-height: 1.4; }
  .homepageTopper .ngp-form p:last-child {
    margin-bottom: 0.5em; }

.homepageTopper .at .error select:required,
.homepageTopper .at .error textarea:required,
.homepageTopper .at .error input[type="text"]:required,
.homepageTopper .at .error input[type="password"]:required,
.homepageTopper .at .error input[type="date"]:required,
.homepageTopper .at .error input[type="datetime"]:required,
.homepageTopper .at .error input[type="datetime-local"]:required,
.homepageTopper .at .error input[type="month"]:required,
.homepageTopper .at .error input[type="week"]:required,
.homepageTopper .at .error input[type="email"]:required,
.homepageTopper .at .error input[type="number"]:required,
.homepageTopper .at .error input[type="search"]:required,
.homepageTopper .at .error input[type="tel"]:required,
.homepageTopper .at .error input[type="time"]:required,
.homepageTopper .at .error input[type="url"]:required,
.homepageTopper .at .error input[type="color"]:required,
.homepageTopper textarea.at .error input:required {
  color: #028850;
  border-color: #028850;
  background-color: transparent; }

@media (max-width: 660px) {
  .homepageTopper .at .at-fieldset {
    padding: 0; }
  .homepageTopper .signup--form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 660px) {
  .signup .ngp-form-contain {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 45px; } }

@media (max-width: 660px) {
  .signup .ngp-form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 45px; } }

.signup .ngp-form .at-inner {
  background: transparent; }
  .signup .ngp-form .at-inner .at-title {
    display: none; }
  .signup .ngp-form .at-inner .at-markup {
    display: none; }
  .signup .ngp-form .at-inner .ContactInformation legend {
    display: none; }
  .signup .ngp-form .at-inner .SmsSubscribeMobilePhone {
    margin-top: 3px; }
  .signup .ngp-form .at-inner .at-form-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%; }
    .signup .ngp-form .at-inner .at-form-submit input {
      border-radius: 8px;
      display: inline-block;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 20px;
      padding: 4px 30px;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      line-height: 1.50;
      vertical-align: center;
      background: #1A44A7;
      color: #F1EDE4;
      border: 2px solid #1A44A7;
      width: 100%;
      margin-left: 0px; }
      .signup .ngp-form .at-inner .at-form-submit input {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .signup .ngp-form .at-inner .at-form-submit input {
            font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .signup .ngp-form .at-inner .at-form-submit input {
            font-size: 22px; } }
      .signup .ngp-form .at-inner .at-form-submit input:hover, .signup .ngp-form .at-inner .at-form-submit input:active, .signup .ngp-form .at-inner .at-form-submit input:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .signup .ngp-form .at-inner .at-form-submit input {
          font-size: 13px; } }
      .signup .ngp-form .at-inner .at-form-submit input:link, .signup .ngp-form .at-inner .at-form-submit input:visited,
      .signup .ngp-form .at-inner .at-form-submit input a:link,
      .signup .ngp-form .at-inner .at-form-submit input a:visited {
        background: #1A44A7;
        color: #F1EDE4;
        border: 2px solid #1A44A7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .signup .ngp-form .at-inner .at-form-submit input:link:focus, .signup .ngp-form .at-inner .at-form-submit input:visited:focus,
        .signup .ngp-form .at-inner .at-form-submit input a:link:focus,
        .signup .ngp-form .at-inner .at-form-submit input a:visited:focus {
          -webkit-box-shadow: #028850 0 0 0.5em;
                  box-shadow: #028850 0 0 0.5em;
          outline: none; }
        .signup .ngp-form .at-inner .at-form-submit input:link:hover, .signup .ngp-form .at-inner .at-form-submit input:link:focus, .signup .ngp-form .at-inner .at-form-submit input:visited:hover, .signup .ngp-form .at-inner .at-form-submit input:visited:focus,
        .signup .ngp-form .at-inner .at-form-submit input a:link:hover,
        .signup .ngp-form .at-inner .at-form-submit input a:link:focus,
        .signup .ngp-form .at-inner .at-form-submit input a:visited:hover,
        .signup .ngp-form .at-inner .at-form-submit input a:visited:focus {
          color: #0F1D38;
          background: #E95FFF;
          border-color: #E95FFF; }
  .signup .ngp-form .at-inner .at-row label:first-child {
    margin-left: 0px; }
  .signup .ngp-form .at-inner .at-row.at-row-solo.PostalCode,
  .signup .ngp-form .at-inner .at-row.at-row-solo.FirstName {
    width: 50%;
    display: inline-block; }
  .signup .ngp-form .at-inner .at-fieldset {
    padding: 0; }
  .signup .ngp-form .at-inner label {
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #E95FFF;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 800; }
    .signup .ngp-form .at-inner label small {
      color: #0F1D38;
      opacity: 0.6;
      padding: 0 .375em; }
  .signup .ngp-form .at-inner input[type="text"],
  .signup .ngp-form .at-inner input[type="password"],
  .signup .ngp-form .at-inner input[type="date"],
  .signup .ngp-form .at-inner input[type="datetime"],
  .signup .ngp-form .at-inner input[type="datetime-local"],
  .signup .ngp-form .at-inner input[type="month"],
  .signup .ngp-form .at-inner input[type="week"],
  .signup .ngp-form .at-inner input[type="email"],
  .signup .ngp-form .at-inner input[type="number"],
  .signup .ngp-form .at-inner input[type="search"],
  .signup .ngp-form .at-inner input[type="tel"],
  .signup .ngp-form .at-inner input[type="time"],
  .signup .ngp-form .at-inner input[type="url"],
  .signup .ngp-form .at-inner input[type="color"],
  .signup .ngp-form .at-inner textarea {
    background-color: transparent;
    border: 2px solid #0F1D38;
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: .55em;
    height: 48px;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }
    .signup .ngp-form .at-inner input[type="text"]:focus, .signup .ngp-form .at-inner input[type="text"]:hover, .signup .ngp-form .at-inner input[type="text"]:active,
    .signup .ngp-form .at-inner input[type="password"]:focus,
    .signup .ngp-form .at-inner input[type="password"]:hover,
    .signup .ngp-form .at-inner input[type="password"]:active,
    .signup .ngp-form .at-inner input[type="date"]:focus,
    .signup .ngp-form .at-inner input[type="date"]:hover,
    .signup .ngp-form .at-inner input[type="date"]:active,
    .signup .ngp-form .at-inner input[type="datetime"]:focus,
    .signup .ngp-form .at-inner input[type="datetime"]:hover,
    .signup .ngp-form .at-inner input[type="datetime"]:active,
    .signup .ngp-form .at-inner input[type="datetime-local"]:focus,
    .signup .ngp-form .at-inner input[type="datetime-local"]:hover,
    .signup .ngp-form .at-inner input[type="datetime-local"]:active,
    .signup .ngp-form .at-inner input[type="month"]:focus,
    .signup .ngp-form .at-inner input[type="month"]:hover,
    .signup .ngp-form .at-inner input[type="month"]:active,
    .signup .ngp-form .at-inner input[type="week"]:focus,
    .signup .ngp-form .at-inner input[type="week"]:hover,
    .signup .ngp-form .at-inner input[type="week"]:active,
    .signup .ngp-form .at-inner input[type="email"]:focus,
    .signup .ngp-form .at-inner input[type="email"]:hover,
    .signup .ngp-form .at-inner input[type="email"]:active,
    .signup .ngp-form .at-inner input[type="number"]:focus,
    .signup .ngp-form .at-inner input[type="number"]:hover,
    .signup .ngp-form .at-inner input[type="number"]:active,
    .signup .ngp-form .at-inner input[type="search"]:focus,
    .signup .ngp-form .at-inner input[type="search"]:hover,
    .signup .ngp-form .at-inner input[type="search"]:active,
    .signup .ngp-form .at-inner input[type="tel"]:focus,
    .signup .ngp-form .at-inner input[type="tel"]:hover,
    .signup .ngp-form .at-inner input[type="tel"]:active,
    .signup .ngp-form .at-inner input[type="time"]:focus,
    .signup .ngp-form .at-inner input[type="time"]:hover,
    .signup .ngp-form .at-inner input[type="time"]:active,
    .signup .ngp-form .at-inner input[type="url"]:focus,
    .signup .ngp-form .at-inner input[type="url"]:hover,
    .signup .ngp-form .at-inner input[type="url"]:active,
    .signup .ngp-form .at-inner input[type="color"]:focus,
    .signup .ngp-form .at-inner input[type="color"]:hover,
    .signup .ngp-form .at-inner input[type="color"]:active,
    .signup .ngp-form .at-inner textarea:focus,
    .signup .ngp-form .at-inner textarea:hover,
    .signup .ngp-form .at-inner textarea:active {
      -webkit-transition: background-color 0.5s ease-in-out;
      -o-transition: background-color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out;
      background-color: #0F1D38;
      color: #F1EDE4; }
    @media (min-width: 661px) and (max-width: 1060px) {
      .signup .ngp-form .at-inner input[type="text"],
      .signup .ngp-form .at-inner input[type="password"],
      .signup .ngp-form .at-inner input[type="date"],
      .signup .ngp-form .at-inner input[type="datetime"],
      .signup .ngp-form .at-inner input[type="datetime-local"],
      .signup .ngp-form .at-inner input[type="month"],
      .signup .ngp-form .at-inner input[type="week"],
      .signup .ngp-form .at-inner input[type="email"],
      .signup .ngp-form .at-inner input[type="number"],
      .signup .ngp-form .at-inner input[type="search"],
      .signup .ngp-form .at-inner input[type="tel"],
      .signup .ngp-form .at-inner input[type="time"],
      .signup .ngp-form .at-inner input[type="url"],
      .signup .ngp-form .at-inner input[type="color"],
      .signup .ngp-form .at-inner textarea {
        padding: 10px 15px;
        height: 44px; } }
  .signup .ngp-form .at-inner input::-webkit-input-placeholder {
    color: #0F1D38;
    opacity: 1; }
  .signup .ngp-form .at-inner input::-moz-placeholder {
    color: #0F1D38;
    opacity: 1; }
  .signup .ngp-form .at-inner input::-ms-input-placeholder {
    color: #0F1D38;
    opacity: 1; }
  .signup .ngp-form .at-inner input::placeholder {
    color: #0F1D38;
    opacity: 1; }
  .signup .ngp-form .at-inner .at-check input + span {
    margin-bottom: 0;
    margin-top: 5px; }
  .signup .ngp-form .at-inner input[type="checkbox"]:checked + span:before {
    background-color: #0F1D38;
    border-color: #0F1D38;
    border-radius: 0;
    top: 0; }
  .signup .ngp-form .at-inner input[type="checkbox"] + span:after {
    top: 3px; }
  .signup .ngp-form .at-inner .at-legal,
  .signup .ngp-form .at-inner .at-legal p {
    color: #0F1D38;
    font-size: 13px;
    line-height: 1.4; }

.signup .ngp-form p:last-child {
  margin-bottom: 0.5em; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::-webkit-input-placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #028850;
  border-color: #028850;
  background-color: transparent; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::-moz-placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #028850;
  border-color: #028850;
  background-color: transparent; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::-ms-input-placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #028850;
  border-color: #028850;
  background-color: transparent; }

.signup .at .error select:required,
.signup .at .error textarea:required,
.signup .at .error input[type="email"]:required::placeholder,
.signup .at .error input[type="text"]:required,
.signup .at .error input[type="password"]:required,
.signup .at .error input[type="date"]:required,
.signup .at .error input[type="datetime"]:required,
.signup .at .error input[type="datetime-local"]:required,
.signup .at .error input[type="month"]:required,
.signup .at .error input[type="week"]:required,
.signup .at .error input[type="email"]:required,
.signup .at .error input[type="number"]:required,
.signup .at .error input[type="search"]:required,
.signup .at .error input[type="tel"]:required,
.signup .at .error input[type="time"]:required,
.signup .at .error input[type="url"]:required,
.signup .at .error input[type="color"]:required,
.signup textarea.at .error input:required {
  color: #028850;
  border-color: #028850;
  background-color: transparent; }

@media (max-width: 660px) {
  .signup .at .at-fieldset {
    padding: 0; } }

.FastAction .fastAction {
  background-color: transparent;
  padding: 0 1rem 0 0; }

.aboutBlock {
  text-align: center; }
  .aboutBlock--headline {
    margin-bottom: .6em; }

.donations--inner {
  background: #1A44A7;
  padding: 30px 60px;
  color: #F1EDE4; }
  @media (min-width: 661px) and (max-width: 1060px) {
    .donations--inner {
      padding: 45px; } }
  @media (max-width: 660px) {
    .donations--inner {
      margin-left: 15px;
      margin-right: 15px;
      padding: 30px; } }
  .donations--inner .flex-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.donations--headline {
  font-size: 75px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  line-height: 0.98;
  font-weight: 600;
  margin-bottom: 0.1em;
  margin-top: 0.2em;
  line-height: 0.98;
  margin-bottom: 21px; }
  .donations--headline {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .donations--headline {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--headline {
        font-size: 75px; } }
  @media (max-width: 660px) {
    .donations--headline {
      font-size: 50px; } }

.donations--description {
  margin-bottom: 21px; }
  @media (min-width: 661px) and (max-width: 1060px) {
    .donations--description {
      width: 90%; } }
  @media (max-width: 900px) {
    .donations--description {
      width: 100%; } }
  .donations--description p {
    margin-top: 0;
    padding-top: 0; }

.donations--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 900px) {
    .donations--text {
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.donations--text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.donations--left_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px; }
  @media (max-width: 900px) {
    .donations--left_wrapper {
      display: block;
      margin: 0px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.donations--image_area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .donations--image_area img {
    border-radius: 100%;
    width: 100%;
    height: auto; }
  @media (max-width: 900px) {
    .donations--image_area {
      display: none; } }

.donations--amounts {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 900px) {
    .donations--amounts {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .donations--amounts .col_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%; }
  .donations--amounts .col_third:nth-child(1) a, .donations--amounts .col_third:nth-child(4) a {
    margin-left: 0px; }
  .donations--amounts .donations--button_other {
    border-color: #FFBC42;
    color: #F1EDE4;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .donations--amounts .donations--button_other:hover, .donations--amounts .donations--button_other:focus {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: #E95FFF;
      border-color: #E95FFF; }

.donations--button {
  display: block;
  margin: 3%;
  padding-left: 0;
  padding-right: 0; }

.donations--disclaimer {
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px; }
  @media (max-width: 900px) {
    .donations--disclaimer {
      text-align: center; } }

.donation_bar {
  background: transparent;
  position: fixed;
  bottom: -400px;
  z-index: 5;
  width: 100%; }
  @media (max-width: 660px) {
    .donation_bar {
      display: none; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .donation_bar {
      display: none; } }
  .donation_bar.closed.delay {
    bottom: -400px;
    -webkit-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    transition: bottom 1s ease; }
  .donation_bar.delay {
    bottom: 0px;
    -webkit-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    transition: bottom 1s ease; }
  .donation_bar--wrapper {
    background: #1A44A7;
    margin: 0 50px;
    padding: 15px 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative; }
    .donation_bar--wrapper {
      padding-top: 8px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-top: calc(8px + 7 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-top: 15px; } }
    .donation_bar--wrapper {
      padding-bottom: 8px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-bottom: calc(8px + 7 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-bottom: 15px; } }
    .donation_bar--wrapper {
      padding-left: 15px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-left: calc(15px + 75 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-left: 90px; } }
    .donation_bar--wrapper {
      padding-right: 15px; }
      @media screen and (min-width: 661px) {
        .donation_bar--wrapper {
          padding-right: calc(15px + 75 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--wrapper {
          padding-right: 90px; } }
  .donation_bar--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .donation_bar--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .donation_bar--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  .donation_bar--headline {
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    padding-right: 60px;
    line-height: 1.1; }
    .donation_bar--headline {
      font-size: 26px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          font-size: calc(26px + 34 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--headline {
          font-size: 60px; } }
    .donation_bar--headline {
      padding-right: 30px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          padding-right: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--headline {
          padding-right: 60px; } }
  .donation_bar--description {
    line-height: 1.1;
    padding-right: 90px; }
    .donation_bar--description {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .donation_bar--description {
          font-size: calc(13px + 6 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--description {
          font-size: 19px; } }
    .donation_bar--description {
      padding-right: 60px; }
      @media screen and (min-width: 661px) {
        .donation_bar--description {
          padding-right: calc(60px + 120 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--description {
          padding-right: 180px; } }
  .donation_bar--disclaimer {
    font-size: 13px;
    text-align: center;
    max-width: 90%; }
  .donation_bar--close {
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .donation_bar--close:hover, .donation_bar--close:focus, .donation_bar--close:active {
      background: none;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .donation_bar--close:hover:before, .donation_bar--close:hover:after, .donation_bar--close:active:before, .donation_bar--close:active:after, .donation_bar--close:focus:before, .donation_bar--close:focus:after {
      background-color: #028850; }
    .donation_bar--close:before, .donation_bar--close:after {
      content: '';
      background-color: #0F1D38;
      width: 1px;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 10px; }
    .donation_bar--close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .donation_bar--close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media (min-width: 661px) and (max-width: 1060px) {
    .donation_bar--buttons .col_fourth {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24%;
          -ms-flex: 0 0 24%;
              flex: 0 0 24%; } }
  .donation_bar--buttons .col_fourth .donations--button {
    padding: 12px 0px 11px; }
    @media (min-width: 661px) and (max-width: 1060px) {
      .donation_bar--buttons .col_fourth .donations--button {
        padding: 6px 0px 5px; } }

.news_feed--left_align {
  text-align: left; }

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

.news_feed--top {
  width: 50%;
  margin-bottom: 30px; }
  .news_feed--center_align .news_feed--top {
    margin: 0 auto 30px; }

.news_feed--title_left {
  font-size: 110px;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  width: 66%; }
  .news_feed--title_left {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(34px + 76 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_left {
        font-size: 110px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .news_feed--title_left {
      font-size: calc(34px + 14.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .news_feed--title_left {
      font-size: 48.8888888889px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      padding-left: 0px;
      padding-right: 20px;
      width: 100%; } }

.news_feed--title_center {
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 660px) {
    .news_feed--title_center {
      width: 100%; } }

.news_feed--item_title {
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: none; }
  .news_feed--three_items .news_feed--item_title {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: calc(24px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: 54px; } }
  .news_feed--four_items .news_feed--item_title {
    text-decoration: underline; }
    .news_feed--four_items .news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: calc(20px + 22 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: 42px; } }
    .news_feed--four_items .news_feed--item_title:link, .news_feed--four_items .news_feed--item_title:visited {
      text-decoration: underline; }
  .news_feed--item_title:link, .news_feed--item_title:visited {
    text-decoration: none; }
  .news_feed--item_title:hover, .news_feed--item_title:focus, .news_feed--item_title:active {
    text-decoration: underline;
    color: #E95FFF;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.news_feed--item_wrapper {
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news_feed--center_align .news_feed--item_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.news_feed--item_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .news_feed--center_align .news_feed--item_bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 660px) {
    .news_feed--item_bottom {
      width: 100%; }
      .news_feed--item_bottom .button_link {
        padding-left: 5px;
        padding-right: 35px;
        text-align: center;
        width: 100%; } }

.news_feed--element {
  margin-bottom: 15px;
  margin-top: 15px; }
  @media (min-width: 661px) {
    .news_feed--element:last-child .news_feed--item_wrapper {
      padding-right: 0; } }

.news_feed--source {
  font-size: 16px;
  line-height: 1.45;
  text-transform: uppercase; }
  .news_feed--source {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--source {
        font-size: 16px; } }
  @media (max-width: 660px) {
    .news_feed--source {
      font-size: 13px; } }

.topper_nav {
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px; }
  .topper_nav--headline {
    display: inline-block;
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase; }
    .topper_nav--headline {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .topper_nav--headline {
          font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper_nav--headline {
          font-size: 20px; } }
  .topper_nav--item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px; }
    .topper_nav--item svg {
      margin-left: 7.5px; }
    .topper_nav--item a,
    .topper_nav--item a:link,
    .topper_nav--item a:visited {
      font-family: "degular-text", "Helvetica Neue", sans-serif;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.5;
      text-transform: uppercase;
      color: #1A44A7;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .topper_nav--item a,
      .topper_nav--item a:link,
      .topper_nav--item a:visited {
        font-size: 15px; }
        @media screen and (min-width: 661px) {
          .topper_nav--item a,
          .topper_nav--item a:link,
          .topper_nav--item a:visited {
            font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .topper_nav--item a,
          .topper_nav--item a:link,
          .topper_nav--item a:visited {
            font-size: 20px; } }
      .topper_nav--item a:hover, .topper_nav--item a:focus, .topper_nav--item a:active,
      .topper_nav--item a:link:hover,
      .topper_nav--item a:link:focus,
      .topper_nav--item a:link:active,
      .topper_nav--item a:visited:hover,
      .topper_nav--item a:visited:focus,
      .topper_nav--item a:visited:active {
        color: #028850;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-bottom: 2px solid #028850; }
        .topper_nav--item a:hover + svg path, .topper_nav--item a:focus + svg path, .topper_nav--item a:active + svg path,
        .topper_nav--item a:link:hover + svg path,
        .topper_nav--item a:link:focus + svg path,
        .topper_nav--item a:link:active + svg path,
        .topper_nav--item a:visited:hover + svg path,
        .topper_nav--item a:visited:focus + svg path,
        .topper_nav--item a:visited:active + svg path {
          fill: #028850; }
  @media (max-width: 660px) {
    .topper_nav {
      display: none;
      height: 0; } }

.tm--image_wrapper img {
  width: 100%;
  height: auto; }

.tm--caption {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.05em; }
  .tm--caption {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .tm--caption {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tm--caption {
        font-size: 16px; } }
  @media (max-width: 660px) {
    .tm--caption {
      font-size: 13px; } }

.tm .flex-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.tm--headline,
.tm--headline p {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%; }
  .tm--headline,
  .tm--headline p {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .tm--headline,
      .tm--headline p {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tm--headline,
      .tm--headline p {
        font-size: 64px; } }
  @media (max-width: 660px) {
    .tm--headline,
    .tm--headline p {
      font-size: 33px; } }

.tm--headline p {
  margin-top: .25em;
  margin-bottom: 0; }

.tm--description p {
  margin-bottom: 0; }

@media (max-width: 660px) {
  .tm--image {
    margin-bottom: 15px; } }

.tm--image.image_right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 660px) {
    .tm--image.image_right {
      margin-top: 30px;
      margin-bottom: 0; }
      .tm--image.image_right .tm--inner_col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .tm--image.image_right .tm--inner_col img {
          margin-bottom: 10px; } }

.tm--text .tm--inner_col {
  padding: 15px; }

.tm--text.image_right .tm--inner_col {
  padding-right: 15px; }
  @media screen and (min-width: 661px) {
    .tm--text.image_right .tm--inner_col {
      padding-right: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 2000px) {
    .tm--text.image_right .tm--inner_col {
      padding-right: 60px; } }

@media (max-width: 660px) {
  .tm--text.image_right .tm--inner_col {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 661px) and (max-width: 1060px) {
  .tm--text.image_right .tm--inner_col {
    padding-left: 0; } }

.page-template-tpl-homepage .tm--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }
  @media (max-width: 660px) {
    .page-template-tpl-homepage .tm--image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.page-template-tpl-homepage .tm--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }
  @media (max-width: 660px) {
    .page-template-tpl-homepage .tm--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.tti--inner {
  padding-right: 0;
  padding-left: 3%; }
  .page-template-tpl-homepage .tti--inner {
    padding-right: 0;
    padding-left: 30px; }

.tti--image_wrapper {
  line-height: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 62, 140, 0.1)), to(rgba(170, 39, 125, 0.1)));
  background: -webkit-linear-gradient(left, rgba(36, 62, 140, 0.1) 0%, rgba(170, 39, 125, 0.1) 100%);
  background: -o-linear-gradient(left, rgba(36, 62, 140, 0.1) 0%, rgba(170, 39, 125, 0.1) 100%);
  background: linear-gradient(90deg, rgba(36, 62, 140, 0.1) 0%, rgba(170, 39, 125, 0.1) 100%); }
  .tti--image_wrapper img.tti--image {
    width: 100%;
    height: auto;
    opacity: 55%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.tti--caption {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: right; }
  .tti--caption {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .tti--caption {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--caption {
        font-size: 16px; } }
  @media (max-width: 660px) {
    .tti--caption {
      font-size: 13px; } }
  @media (max-width: 660px) {
    .tti--caption {
      margin-right: 15px; } }

.tti .flex-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 660px) {
    .tti .flex-wrapper {
      padding: 0; } }

.tti--headline,
.tti--headline p {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%; }
  .tti--headline,
  .tti--headline p {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .tti--headline,
      .tti--headline p {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--headline,
      .tti--headline p {
        font-size: 64px; } }
  @media (max-width: 660px) {
    .tti--headline,
    .tti--headline p {
      font-size: 33px; } }

.tti--headline p {
  margin-top: .2em;
  margin-bottom: 0; }

.tti--description p {
  margin-bottom: 0; }

.tti--featured_image_wrapper {
  margin-top: -32%;
  z-index: 1;
  position: relative;
  padding-left: 4%; }

.tti--featured_image {
  width: 55%;
  height: auto; }

.tti--featured_caption {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.05em; }
  .tti--featured_caption {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .tti--featured_caption {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--featured_caption {
        font-size: 16px; } }
  @media (max-width: 660px) {
    .tti--featured_caption {
      font-size: 13px; } }

.tti--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%; }
  @media (max-width: 660px) {
    .tti--image {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .tti--image.image_right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 660px) {
      .tti--image.image_right {
        margin-top: 30px;
        margin-bottom: 0; }
        .tti--image.image_right .tm--inner_col {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          .tti--image.image_right .tm--inner_col img {
            margin-bottom: 10px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .tti--image .tti--inner_col {
      margin-top: -20%; } }
  @media (min-width: 1061px) {
    .tti--image .tti--inner_col {
      margin-top: -17%; } }

.tti--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }
  .tti--text .tti--inner_col {
    padding: 15px; }
  @media (max-width: 660px) {
    .tti--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .tti--text.image_right .tti--inner_col {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .tti--text.image_right .tti--inner_col {
        padding-right: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--text.image_right .tti--inner_col {
        padding-right: 60px; } }
  @media (max-width: 660px) {
    .tti--text.image_right .tti--inner_col {
      padding-right: 0;
      padding-left: 0;
      margin: 15px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .tti--text.image_right .tti--inner_col {
      padding-left: 0; } }

.limage--caption {
  color: #E95FFF;
  padding-top: 15px;
  width: 50%;
  font-size: 13px; }
  @media (max-width: 660px) {
    .limage--caption {
      width: 90%; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .limage--caption {
      width: 70%; } }

.lquote {
  text-align: center; }
  .lquote--quote {
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 45px; }
    .lquote--quote {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .lquote--quote {
          font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .lquote--quote {
          font-size: 64px; } }
    @media (max-width: 660px) {
      .lquote--quote {
        font-size: 33px; } }
    .lquote--quote {
      font-size: 38px; }
      @media screen and (min-width: 661px) {
        .lquote--quote {
          font-size: calc(38px + 14 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .lquote--quote {
          font-size: 52px; } }
    @media (max-width: 660px) {
      .lquote--quote {
        padding: 15px 0; } }
  .lquote--attribution {
    color: #028850;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    padding-top: 5px;
    padding-bottom: 15px; }
    .lquote--attribution {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .lquote--attribution {
          font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .lquote--attribution {
          font-size: 16px; } }
    @media (max-width: 660px) {
      .lquote--attribution {
        font-size: 13px; } }

.fcta--inner {
  background: #FFBC42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fcta--inner {
    padding-top: 75px; }
    @media screen and (min-width: 661px) {
      .fcta--inner {
        padding-top: calc(75px + 15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--inner {
        padding-top: 90px; } }
  .fcta--inner {
    padding-bottom: 75px; }
    @media screen and (min-width: 661px) {
      .fcta--inner {
        padding-bottom: calc(75px + 15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--inner {
        padding-bottom: 90px; } }
  @media (max-width: 660px) {
    .fcta--inner {
      padding-bottom: 45px;
      padding-top: 45px;
      margin-left: 15px;
      margin-right: 15px; } }

.fcta--headline {
  max-width: 650px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 95%;
  margin-bottom: 15px; }
  .fcta--headline {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .fcta--headline {
        font-size: calc(28px + 24 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--headline {
        font-size: 52px; } }

.fcta--description {
  width: 85%;
  margin-top: 5px; }

.fcta--cta_button {
  margin-top: 15px; }
  @media (max-width: 660px) {
    .fcta--cta_button {
      margin-bottom: 0; } }
  .fcta--cta_button .fcta--button {
    background-color: #E95FFF;
    color: #0F1D38 !important;
    margin-top: 0px; }
    .fcta--cta_button .fcta--button.button_internal:after {
      background-image: url(images/internal_icon_dark.svg); }
    .fcta--cta_button .fcta--button.button_external:after {
      background-image: url(images/external_icon_dark.svg); }
    .fcta--cta_button .fcta--button:hover, .fcta--cta_button .fcta--button:focus, .fcta--cta_button .fcta--button:active {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #F1EDE4;
      border-color: #F1EDE4; }

.fcta--text_container .fcta--headline {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  max-width: 90%; }
  .fcta--text_container .fcta--headline {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .fcta--text_container .fcta--headline {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--text_container .fcta--headline {
        font-size: 64px; } }
  @media (max-width: 660px) {
    .fcta--text_container .fcta--headline {
      font-size: 33px; } }

.fcta--text_container .fcta--description {
  text-align: center; }

.fcta--text_container .fcta--button.button_link {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .fcta--text_container .fcta--button.button_link:hover, .fcta--text_container .fcta--button.button_link:focus, .fcta--text_container .fcta--button.button_link:active {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #F1EDE4;
    border-color: #F1EDE4; }

.fcta--image_container .fcta--inner {
  background: #028850;
  color: #F1EDE4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 900px) {
    .fcta--image_container .fcta--inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      background-image: none !important; } }

.fcta--image_container .fcta--image_wrapper {
  display: block; }
  .fcta--image_container .fcta--image_wrapper img {
    width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 900px) {
    .fcta--image_container .fcta--image_wrapper {
      display: none; } }

.fcta--image_container .fcta--image_wrapper_contain {
  display: block; }
  .fcta--image_container .fcta--image_wrapper_contain img {
    width: 100%;
    height: auto;
    display: block; }

.fcta--image_container .fcta--image_area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%; }
  @media (max-width: 900px) {
    .fcta--image_container .fcta--image_area {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.fcta--image_container .fcta--text_area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #028850; }
  .fcta--image_container .fcta--text_area {
    min-height: 200px; }
    @media screen and (min-width: 661px) {
      .fcta--image_container .fcta--text_area {
        min-height: calc(200px + 300 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--image_container .fcta--text_area {
        min-height: 500px; } }
  @media (max-width: 900px) {
    .fcta--image_container .fcta--text_area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.fcta--image_container .fcta--text_wrapper {
  text-align: left; }
  .fcta--image_container .fcta--text_wrapper {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-left: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-left: 60px; } }
  .fcta--image_container .fcta--text_wrapper {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-right: calc(15px + 45 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-right: 60px; } }
  .fcta--image_container .fcta--text_wrapper {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-top: calc(30px + 24 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-top: 54px; } }
  .fcta--image_container .fcta--text_wrapper {
    padding-bottom: 30px; }
    @media screen and (min-width: 661px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-bottom: calc(30px + 24 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-bottom: 54px; } }
  @media (max-width: 900px) {
    .fcta--image_container .fcta--text_wrapper {
      text-align: center;
      padding-top: 75px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 60px; }
      .fcta--image_container .fcta--text_wrapper {
        padding-right: 15px; } }
    @media screen and (max-width: 900px) and (min-width: 661px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-right: calc(15px + 39 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 900px) and (min-width: 2000px) {
      .fcta--image_container .fcta--text_wrapper {
        padding-right: 54px; } }
  .fcta--image_container .fcta--text_wrapper .fcta--button {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .fcta--image_container .fcta--text_wrapper .fcta--button:hover, .fcta--image_container .fcta--text_wrapper .fcta--button:focus, .fcta--image_container .fcta--text_wrapper .fcta--button:active {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #FFBC42;
      border-color: #FFBC42; }
  .fcta--image_container .fcta--text_wrapper .fcta--headline {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .fcta--image_container .fcta--text_wrapper .fcta--headline {
        font-size: calc(28px + 16 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--image_container .fcta--text_wrapper .fcta--headline {
        font-size: 44px; } }
  .fcta--image_container .fcta--text_wrapper .fcta--description {
    line-height: 1.3; }

.fctas--flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 660px) {
    .fctas--flex_wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.fctas--cta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%; }
  @media (max-width: 660px) {
    .fctas--cta {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .fctas--cta.fctas--cta_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fctas--cta.fctas--cta_link:link, .fctas--cta.fctas--cta_link:visited {
      color: #F1EDE4;
      text-decoration: none;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .fctas--cta.fctas--cta_link:link:hover, .fctas--cta.fctas--cta_link:link:focus, .fctas--cta.fctas--cta_link:link:active, .fctas--cta.fctas--cta_link:visited:hover, .fctas--cta.fctas--cta_link:visited:focus, .fctas--cta.fctas--cta_link:visited:active {
        background-color: #E95FFF;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in; }
      .fctas--cta.fctas--cta_link:link .fctas--sub_headline, .fctas--cta.fctas--cta_link:visited .fctas--sub_headline {
        padding: 0;
        color: #F1EDE4;
        display: block; }
        .fctas--cta.fctas--cta_link:link .fctas--sub_headline.button_external:after, .fctas--cta.fctas--cta_link:visited .fctas--sub_headline.button_external:after {
          background-image: url(images/external_icon_light.svg); }
        .fctas--cta.fctas--cta_link:link .fctas--sub_headline.button_internal:after, .fctas--cta.fctas--cta_link:visited .fctas--sub_headline.button_internal:after {
          background-image: url(images/internal_icon_light.svg); }
      .fctas--cta.fctas--cta_link:link .fctas--headline, .fctas--cta.fctas--cta_link:visited .fctas--headline {
        font-family: "degular-display", Helvetica, Arial, sans-serif;
        font-size: 44px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .01em;
        padding-top: 2.5em;
        display: block; }
        .fctas--cta.fctas--cta_link:link .fctas--headline, .fctas--cta.fctas--cta_link:visited .fctas--headline {
          font-size: 24px; }
          @media screen and (min-width: 661px) {
            .fctas--cta.fctas--cta_link:link .fctas--headline, .fctas--cta.fctas--cta_link:visited .fctas--headline {
              font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .fctas--cta.fctas--cta_link:link .fctas--headline, .fctas--cta.fctas--cta_link:visited .fctas--headline {
              font-size: 44px; } }
  .fctas--cta:first-child {
    background-color: #1A44A7;
    color: #F1EDE4; }
  .fctas--cta:nth-child(2) {
    background-color: #FFBC42; }
    .fctas--cta:nth-child(2):link, .fctas--cta:nth-child(2):visited {
      color: #0F1D38; }
      .fctas--cta:nth-child(2):link .fctas--sub_headline, .fctas--cta:nth-child(2):visited .fctas--sub_headline {
        padding: 0;
        color: #0F1D38; }
        .fctas--cta:nth-child(2):link .fctas--sub_headline.button_external:after, .fctas--cta:nth-child(2):visited .fctas--sub_headline.button_external:after {
          background-image: url(images/external_icon_dark.svg); }
        .fctas--cta:nth-child(2):link .fctas--sub_headline.button_internal:after, .fctas--cta:nth-child(2):visited .fctas--sub_headline.button_internal:after {
          background-image: url(images/internal_icon_dark.svg); }
  .fctas--cta:last-child {
    background-color: #028850;
    color: #F1EDE4; }

.fctas--cta_inner {
  padding: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.mci--image_wrapper {
  padding-bottom: 15px; }
  .mci--image_wrapper img {
    width: 100%;
    height: auto; }

.mci--caption {
  padding-left: 10px;
  padding-right: 10px;
  color: #E95FFF;
  font-size: 13px;
  margin-bottom: 0.5em; }

.mct--item:first-child h3,
.mct--item:first-child .mct--item_text {
  padding-right: 20px; }

.mct--item_inner {
  padding-right: 15px; }
  .mct--item_inner:last-child {
    padding-right: 15px; }

.merchandise--headline {
  font-size: 110px;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #F1EDE4;
  margin-bottom: 0.3em; }
  .merchandise--headline {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .merchandise--headline {
        font-size: calc(34px + 76 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .merchandise--headline {
        font-size: 110px; } }
  @media (max-width: 660px) {
    .merchandise--headline {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .merchandise--headline {
      font-size: calc(34px + 14.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .merchandise--headline {
      font-size: 48.8888888889px; } }

.merchandise--image {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0; }

.merchandise--items {
  margin-right: -15px; }

.merchandise--item {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 30px;
  display: block;
  margin-right: 15px; }
  .merchandise--item:link, .merchandise--item:visited {
    text-decoration: none; }
    .merchandise--item:link:hover, .merchandise--item:link:active, .merchandise--item:link:focus, .merchandise--item:visited:hover, .merchandise--item:visited:active, .merchandise--item:visited:focus {
      text-decoration: none; }
      .merchandise--item:link:hover button, .merchandise--item:link:active button, .merchandise--item:link:focus button, .merchandise--item:visited:hover button, .merchandise--item:visited:active button, .merchandise--item:visited:focus button {
        display: block;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        cursor: pointer; }
      .merchandise--item:link:hover .merchandise--item_about, .merchandise--item:link:active .merchandise--item_about, .merchandise--item:link:focus .merchandise--item_about, .merchandise--item:visited:hover .merchandise--item_about, .merchandise--item:visited:active .merchandise--item_about, .merchandise--item:visited:focus .merchandise--item_about {
        background-color: #0F1D38;
        border-color: #0F1D38;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .merchandise--item:link:hover .merchandise--item_name, .merchandise--item:link:active .merchandise--item_name, .merchandise--item:link:focus .merchandise--item_name, .merchandise--item:visited:hover .merchandise--item_name, .merchandise--item:visited:active .merchandise--item_name, .merchandise--item:visited:focus .merchandise--item_name {
        color: #E95FFF; }
  @media (max-width: 660px) {
    .merchandise--item {
      margin-bottom: 15px; } }

.merchandise--item_about {
  border: 1px solid #F1EDE4;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top: none;
  display: grid;
  color: #F1EDE4;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px 15px 15px; }
  .col_forth .merchandise--item_about {
    text-align: center; }
  @media (max-width: 660px) {
    .merchandise--item_about {
      padding: 20px 6px 15px; } }

.merchandise--item_name {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 95%;
  text-transform: uppercase; }
  .merchandise--item_name {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .merchandise--item_name {
        font-size: calc(28px + 24 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .merchandise--item_name {
        font-size: 52px; } }
  .merchandise--item_name {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .merchandise--item_name {
        font-size: calc(24px + 11 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .merchandise--item_name {
        font-size: 35px; } }
  .col_fourth .merchandise--item_name {
    text-align: center; }

.merchandise--item_text {
  font-weight: 400; }
  .col_third .merchandise--item_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .col_fourth .merchandise--item_text {
    text-align: center; }

.merchandise--item_price {
  font-weight: 800; }
  .col_fourth .merchandise--item_price {
    display: block; }

.merchandise button {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.merchandise .col_fourth button {
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%); }

.ml {
  text-align: center; }
  .ml--link {
    display: block;
    color: #0F1D38;
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.45; }
    .ml--link {
      font-size: 18px; }
      @media screen and (min-width: 661px) {
        .ml--link {
          font-size: calc(18px + 14 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .ml--link {
          font-size: 32px; } }
    .ml--link:link, .ml--link:visited {
      color: #0F1D38;
      text-decoration: none;
      margin-bottom: .5em; }
      .ml--link:link:hover, .ml--link:link:focus, .ml--link:link:active, .ml--link:visited:hover, .ml--link:visited:focus, .ml--link:visited:active {
        text-decoration: underline;
        -webkit-text-decoration-color: #028850;
                text-decoration-color: #028850; }
    .ml--link span svg {
      margin-bottom: -2px; }
  .ml--button_wrapper {
    margin-top: 2em; }

.scl--inner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0; }

.scl--inner {
  width: 70%; }
  @media (max-width: 660px) {
    .scl--inner {
      width: 100%; } }

.scl hr {
  height: 1px; }

.scl--headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05em; }
  @media (max-width: 660px) {
    .scl--headline {
      font-size: 12px; } }

.scl--link.button_link:link, .scl--link.button_link:visited {
  font-size: 16px;
  color: #028850;
  border: none;
  text-decoration: none;
  margin-top: 0;
  padding-right: 25px; }
  @media (max-width: 660px) {
    .scl--link.button_link:link, .scl--link.button_link:visited {
      font-size: 14px; } }
  .scl--link.button_link:link:after, .scl--link.button_link:visited:after {
    top: 4px;
    right: 3px;
    height: 12px;
    width: 12px; }
  .scl--link.button_link:link:hover, .scl--link.button_link:link:active, .scl--link.button_link:link:focus, .scl--link.button_link:visited:hover, .scl--link.button_link:visited:active, .scl--link.button_link:visited:focus {
    border: none;
    color: #E95FFF;
    text-decoration: underline; }
  .scl--link.button_link:link.button_internal:after, .scl--link.button_link:visited.button_internal:after {
    background-image: url(images/internal_icon_pink.svg); }
  .scl--link.button_link:link.button_internal:hover:after, .scl--link.button_link:link.button_internal:focus:after, .scl--link.button_link:link.button_internal:active:after, .scl--link.button_link:visited.button_internal:hover:after, .scl--link.button_link:visited.button_internal:focus:after, .scl--link.button_link:visited.button_internal:active:after {
    background-image: url(images/internal_icon_blue.svg); }
  .scl--link.button_link:link.button_external:after, .scl--link.button_link:visited.button_external:after {
    background-image: url(images/external_icon_pink.svg); }
  .scl--link.button_link:link.button_external:hover:after, .scl--link.button_link:link.button_external:focus:after, .scl--link.button_link:link.button_external:active:after, .scl--link.button_link:visited.button_external:hover:after, .scl--link.button_link:visited.button_external:focus:after, .scl--link.button_link:visited.button_external:active:after {
    background-image: url(images/external_icon_blue.svg); }

.endorsements--headline {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .endorsements--headline {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        font-size: 64px; } }
  @media (max-width: 660px) {
    .endorsements--headline {
      font-size: 33px; } }
  .endorsements--headline {
    margin-bottom: 0px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-bottom: calc(0px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        margin-bottom: 30px; } }
  .endorsements--headline {
    margin-top: 0px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-top: calc(0px + -30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        margin-top: -30px; } }

.endorsements--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }

.endorsements--icon {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  border: 1px solid #028850;
  border-radius: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px; }
  .endorsements--icon {
    height: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--icon {
        height: calc(100px + 100 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--icon {
        height: 200px; } }
  .endorsements--icon {
    width: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--icon {
        width: calc(100px + 100 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--icon {
        width: 200px; } }

.endorsements--headshot .endorsements--icon {
  padding: 0; }

.endorsements--image {
  width: 200px;
  height: auto; }
  .endorsements--image {
    width: 100px; }
    @media screen and (min-width: 661px) {
      .endorsements--image {
        width: calc(100px + 100 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--image {
        width: 200px; } }

.endorsements--text {
  margin: 10px;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  line-height: 1.1; }
  .endorsements--text {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .endorsements--text {
        font-size: calc(18px + 14 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--text {
        font-size: 32px; } }
  .endorsements--text {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .endorsements--text {
        font-size: calc(18px + 10 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--text {
        font-size: 28px; } }

.endorsements--single hr {
  width: 80%;
  text-align: center;
  margin: 2.4em auto 1em; }

.el--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 660px) {
    .el--inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 30px; } }

.el--image_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  display: block; }
  .el--image_wrapper img {
    width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 660px) {
    .el--image_wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90%;
          -ms-flex: 0 0 90%;
              flex: 0 0 90%;
      margin: 0 auto;
      display: inline-block; } }

.el--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; }
  @media (max-width: 660px) {
    .el--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-top: 30px; } }

.el--links {
  margin-top: 30px; }

.el--link.button_link:link, .el--link.button_link:visited {
  color: #0F1D38;
  display: block;
  padding: 10px 0px;
  border: 2px solid transparent;
  border-bottom-color: #028850;
  border-radius: 0; }
  .el--link.button_link:link:hover, .el--link.button_link:link:active, .el--link.button_link:link:focus, .el--link.button_link:visited:hover, .el--link.button_link:visited:active, .el--link.button_link:visited:focus {
    border-color: transparent;
    border-bottom-color: #028850;
    color: #1A44A7; }

.el--link:last-child:link, .el--link:last-child:visited {
  border-bottom: 2px solid transparent; }
  .el--link:last-child:link:hover, .el--link:last-child:link:active, .el--link:last-child:link:focus, .el--link:last-child:visited:hover, .el--link:last-child:visited:active, .el--link:last-child:visited:focus {
    border-color: transparent; }

.el--button_wrapper {
  margin-top: 30px; }

.issues_feed {
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  .issues_feed--top {
    width: 50%; }
  .issues_feed--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  @media (max-width: 660px) {
    .issues_feed {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .issues_feed {
      padding-left: 25px;
      padding-right: 25px; } }
  .issues_feed--title {
    font-size: 110px;
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    width: 72%; }
    .issues_feed--title {
      font-size: 34px; }
      @media screen and (min-width: 661px) {
        .issues_feed--title {
          font-size: calc(34px + 76 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--title {
          font-size: 110px; } }
    @media (max-width: 660px) {
      .issues_feed--title {
        font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .issues_feed--title {
      font-size: calc(34px + 14.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .issues_feed--title {
      font-size: 48.8888888889px; } }
    @media (max-width: 660px) {
      .issues_feed--title {
        padding-left: 0px;
        padding-right: 20px;
        width: 100%; } }
  .issues_feed--single_issue {
    width: 49%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 660px) {
      .issues_feed--single_issue {
        width: 100%; } }
  .issues_feed--single_title {
    text-decoration: none;
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: uppercase;
    width: 90%; }
    .issues_feed--single_title {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_title {
          font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_title {
          font-size: 44px; } }
    @media (min-width: 1061px) {
      .issues_feed--single_title {
        width: 60%; } }
  .issues_feed--single_wrapper {
    text-decoration: none;
    border: 1px solid #F1EDE4;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    min-height: 68px;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .issues_feed--single_wrapper:link, .issues_feed--single_wrapper:visited {
      text-decoration: none; }
    .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
      background-color: #0F1D38;
      -webkit-transition: background-color .3s ease-out;
      -o-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out; }
      .issues_feed--single_wrapper:hover .issues_feed--single_title, .issues_feed--single_wrapper:focus .issues_feed--single_title, .issues_feed--single_wrapper:active .issues_feed--single_title {
        color: #E95FFF; }
      .issues_feed--single_wrapper:hover .issues_feed--single_title .internal_icon svg path, .issues_feed--single_wrapper:focus .issues_feed--single_title .internal_icon svg path, .issues_feed--single_wrapper:active .issues_feed--single_title .internal_icon svg path {
        fill: #E95FFF; }
  .issues_feed .internal_icon {
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: auto;
    width: 38px; }
    .issues_feed .internal_icon svg path {
      fill: #F1EDE4; }
    @media (max-width: 660px) {
      .issues_feed .internal_icon {
        width: 30px; } }
  .issues_feed--all_issues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 660px) {
      .issues_feed--all_issues {
        margin-top: 15px;
        height: auto;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 661px) {
      .issues_feed--all_issues {
        width: 48%; } }
    @media (max-width: 660px) {
      .issues_feed--all_issues .issues_feed--all_issues_inner {
        width: 100%; } }
    @media (max-width: 660px) {
      .issues_feed--all_issues .issues_feed--all_issues_inner a {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }

.news_feed--left_align {
  text-align: left; }

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

.news_feed--top {
  width: 50%;
  margin-bottom: 30px; }
  .news_feed--center_align .news_feed--top {
    margin: 0 auto 30px; }

.news_feed--title_left {
  font-size: 110px;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  width: 66%; }
  .news_feed--title_left {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(34px + 76 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_left {
        font-size: 110px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .news_feed--title_left {
      font-size: calc(34px + 14.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .news_feed--title_left {
      font-size: 48.8888888889px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      padding-left: 0px;
      padding-right: 20px;
      width: 100%; } }

.news_feed--title_center {
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 660px) {
    .news_feed--title_center {
      width: 100%; } }

.news_feed--item_title {
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: none; }
  .news_feed--three_items .news_feed--item_title {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: calc(24px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--three_items .news_feed--item_title {
        font-size: 54px; } }
  .news_feed--four_items .news_feed--item_title {
    text-decoration: underline; }
    .news_feed--four_items .news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: calc(20px + 22 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: 42px; } }
    .news_feed--four_items .news_feed--item_title:link, .news_feed--four_items .news_feed--item_title:visited {
      text-decoration: underline; }
  .news_feed--item_title:link, .news_feed--item_title:visited {
    text-decoration: none; }
  .news_feed--item_title:hover, .news_feed--item_title:focus, .news_feed--item_title:active {
    text-decoration: underline;
    color: #E95FFF;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.news_feed--item_wrapper {
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news_feed--center_align .news_feed--item_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.news_feed--item_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .news_feed--center_align .news_feed--item_bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 660px) {
    .news_feed--item_bottom {
      width: 100%; }
      .news_feed--item_bottom .button_link {
        padding-left: 5px;
        padding-right: 35px;
        text-align: center;
        width: 100%; } }

.news_feed--element {
  margin-bottom: 15px;
  margin-top: 15px; }
  @media (min-width: 661px) {
    .news_feed--element:last-child .news_feed--item_wrapper {
      padding-right: 0; } }

.news_feed--source {
  font-size: 16px;
  line-height: 1.45;
  text-transform: uppercase; }
  .news_feed--source {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--source {
        font-size: 16px; } }
  @media (max-width: 660px) {
    .news_feed--source {
      font-size: 13px; } }

@media (max-width: 660px) {
  .social_feed {
    padding-left: 15px;
    padding-right: 15px; }
    .social_feed .ff-stream-wrapper {
      margin-top: 15px; } }

.social_feed--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px; }
  .social_feed--top h2 {
    padding-right: 10px; }
  @media (min-width: 818px) {
    .social_feed--top {
      padding-left: 20px; } }
  @media (min-width: 1124px) {
    .social_feed--top {
      padding-left: 30px; } }

.social_feed--social_icon {
  padding: 5px 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .social_feed--social_icon svg {
    height: 20px;
    width: 20px; }
    .social_feed--social_icon svg path {
      fill: #1A44A7; }
  .social_feed--social_icon:link, .social_feed--social_icon:visited {
    text-decoration: none; }
    .social_feed--social_icon:link:hover svg path, .social_feed--social_icon:link:focus svg path, .social_feed--social_icon:link:active svg path, .social_feed--social_icon:visited:hover svg path, .social_feed--social_icon:visited:focus svg path, .social_feed--social_icon:visited:active svg path {
      fill: #028850; }

.social_feed .juicer-feed p {
  line-height: 1.3; }

.social_feed .juicer-feed .feed-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent; }

.social_feed .juicer-feed .j-twitter-display-name {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  color: #0F1D38;
  font-weight: 800;
  text-transform: uppercase; }

.social_feed .juicer-feed .j-twitter-screen-name {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  color: #0F1D38;
  font-weight: 400; }

.social_feed .juicer-feed li.feed-item.j-twitter .j-twitter-quote {
  margin-top: 10px; }

.social_feed .juicer-feed .j-paginate {
  border-color: #F1EDE4;
  margin-bottom: 0; }
  .social_feed .juicer-feed .j-paginate:hover, .social_feed .juicer-feed .j-paginate:active, .social_feed .juicer-feed .j-paginate:focus {
    border-color: #0F1D38; }

.social_feed .juicer-feed.white li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.user li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.juicer-widget li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.colors li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.gray li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.modern li.feed-item.j-twitter .j-message, .social_feed .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
  color: #E95FFF;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 16px; }

.social_feed .juicer-feed.white li.feed-item .j-message a:link, .social_feed .juicer-feed.white li.feed-item .j-message a:visited, .social_feed .juicer-feed.white li.feed-item .j-edit a:link, .social_feed .juicer-feed.white li.feed-item .j-edit a:visited, .social_feed .juicer-feed.user li.feed-item .j-message a:link, .social_feed .juicer-feed.user li.feed-item .j-message a:visited, .social_feed .juicer-feed.user li.feed-item .j-edit a:link, .social_feed .juicer-feed.user li.feed-item .j-edit a:visited, .social_feed .juicer-feed.juicer-widget li.feed-item .j-message a:link, .social_feed .juicer-feed.juicer-widget li.feed-item .j-message a:visited, .social_feed .juicer-feed.juicer-widget li.feed-item .j-edit a:link, .social_feed .juicer-feed.juicer-widget li.feed-item .j-edit a:visited, .social_feed .juicer-feed.colors li.feed-item .j-message a:link, .social_feed .juicer-feed.colors li.feed-item .j-message a:visited, .social_feed .juicer-feed.colors li.feed-item .j-edit a:link, .social_feed .juicer-feed.colors li.feed-item .j-edit a:visited, .social_feed .juicer-feed.gray li.feed-item .j-message a:link, .social_feed .juicer-feed.gray li.feed-item .j-message a:visited, .social_feed .juicer-feed.gray li.feed-item .j-edit a:link, .social_feed .juicer-feed.gray li.feed-item .j-edit a:visited, .social_feed .juicer-feed.modern li.feed-item .j-message a:link, .social_feed .juicer-feed.modern li.feed-item .j-message a:visited, .social_feed .juicer-feed.modern li.feed-item .j-edit a:link, .social_feed .juicer-feed.modern li.feed-item .j-edit a:visited, .social_feed .juicer-feed.polaroid li.feed-item .j-message a:link, .social_feed .juicer-feed.polaroid li.feed-item .j-message a:visited, .social_feed .juicer-feed.polaroid li.feed-item .j-edit a:link, .social_feed .juicer-feed.polaroid li.feed-item .j-edit a:visited {
  color: #FFBC42; }

.social_feed .juicer-feed.modern li.feed-item.words .j-message {
  line-height: 0;
  padding-bottom: 0; }

.social_feed .juicer-feed h1.referral {
  display: none !important; }

.stats--wrapper {
  border: 1px solid rgba(0, 0, 68, 0.3);
  border-radius: 8px;
  color: #0F1D38;
  overflow: hidden; }

.stats--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  background: #1A44A7; }
  @media (max-width: 660px) {
    .stats--left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.stats--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 660px) {
    .stats--right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.stats--left_inner {
  padding: 30px; }
  .stats--left_inner {
    padding: 30px; }
    @media screen and (min-width: 661px) {
      .stats--left_inner {
        padding: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--left_inner {
        padding: 60px; } }

.stats--headline {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 95%; }
  .stats--headline {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .stats--headline {
        font-size: calc(28px + 24 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--headline {
        font-size: 52px; } }
  @media (max-width: 800px) {
    .stats--headline {
      font-size: 27px; } }

.stats--sub {
  font-size: 16px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }
  .stats--sub {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .stats--sub {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--sub {
        font-size: 16px; } }
  @media (max-width: 660px) {
    .stats--sub {
      font-size: 13px; } }

.stats--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .stats--list {
    padding-top: 21px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-top: calc(21px + 9 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-top: 30px; } }
  .stats--list {
    padding-bottom: 21px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-bottom: calc(21px + 9 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-bottom: 30px; } }
  .stats--list {
    padding-left: 15px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-left: calc(15px + 15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-left: 30px; } }
  .stats--list {
    padding-right: 15px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-right: calc(15px + 15 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-right: 30px; } }
  .stats--list.one_row {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }

.stats--single_inner {
  padding: 14px; }

.stats .col_fourth .stats--number {
  font-size: 110px;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }
  .stats .col_fourth .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(34px + 76 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--number {
        font-size: 110px; } }
  @media (max-width: 660px) {
    .stats .col_fourth .stats--number {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .stats .col_fourth .stats--number {
      font-size: calc(34px + 14.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .stats .col_fourth .stats--number {
      font-size: 48.8888888889px; } }
  .stats .col_fourth .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(34px + 46 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--number {
        font-size: 80px; } }

.stats .col_fourth .stats--text {
  font-size: 16px; }
  .stats .col_fourth .stats--text {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--text {
        font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--text {
        font-size: 16px; } }

.stats .col_third .stats--number {
  font-size: 110px;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }
  .stats .col_third .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(34px + 76 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third .stats--number {
        font-size: 110px; } }
  @media (max-width: 660px) {
    .stats .col_third .stats--number {
      font-size: 34px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .stats .col_third .stats--number {
      font-size: calc(34px + 14.8888888889 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .stats .col_third .stats--number {
      font-size: 48.8888888889px; } }
  .stats .col_third .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(34px + 66 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third .stats--number {
        font-size: 100px; } }

.stats .col_third .stats--text {
  font-size: 16px; }
  .stats .col_third .stats--text {
    font-size: 12px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--text {
        font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third .stats--text {
        font-size: 16px; } }

@media (max-width: 660px) {
  .stats .col_fourth,
  .stats .col_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 370px) {
  .stats .col_fourth,
  .stats .col_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 660px) {
  .stats .col_fourth .stats--number,
  .stats .col_third .stats--number {
    font-size: 44px; } }

@media (max-width: 660px) {
  .stats .col_fourth .stats--text,
  .stats .col_third .stats--text {
    font-size: 16px; } }

@media (max-width: 660px) {
  .stats .col_third.one_row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin: 0 auto; } }

.stats .col_third.one_row .stats--number {
  text-align: center; }
  .stats .col_third.one_row .stats--number {
    font-size: 54px; }
    @media screen and (min-width: 661px) {
      .stats .col_third.one_row .stats--number {
        font-size: calc(54px + 66 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third.one_row .stats--number {
        font-size: 120px; } }
  @media (max-width: 660px) {
    .stats .col_third.one_row .stats--number {
      font-size: 74px; } }

.stats .col_third.one_row .stats--text {
  text-align: center;
  font-size: 16px; }
  .stats .col_third.one_row .stats--text {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .stats .col_third.one_row .stats--text {
        font-size: calc(16px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third.one_row .stats--text {
        font-size: 16px; } }

.grid--button {
  display: inline-block; }
  @media (max-width: 660px) {
    .grid--button {
      padding: 13px 15px 12px; } }

.grid--headline {
  text-align: center;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%; }
  .grid--headline {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .grid--headline {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--headline {
        font-size: 64px; } }
  @media (max-width: 660px) {
    .grid--headline {
      font-size: 33px; } }

.grid--description {
  text-align: center;
  margin-bottom: 30px; }
  .grid--description p {
    padding-left: 30px;
    padding-right: 30px; }

.grid--item_headline {
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .grid--item_headline {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        font-size: 44px; } }
  .page-template-tpl-homepage .grid--item_headline {
    font-size: 30px; }
    @media screen and (min-width: 661px) {
      .page-template-tpl-homepage .grid--item_headline {
        font-size: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .page-template-tpl-homepage .grid--item_headline {
        font-size: 60px; } }
  @media (min-width: 661px) {
    .grid--item_headline {
      padding: 0px; } }
  @media (max-width: 660px) {
    .grid--item_headline {
      padding: 15px 0 0; } }

@media (min-width: 1061px) {
  .grid--item {
    height: 320px; } }

.grid--item_description {
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.grid--item_wrapper {
  padding: 30px 15px 30px;
  height: calc(100% - 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top: 2px solid #028850;
  margin: 10px 24px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .page-template-tpl-homepage .grid--item_wrapper {
    padding: 30px 10%; }
    @media (min-width: 1481px) {
      .page-template-tpl-homepage .grid--item_wrapper {
        padding: 30px 12%; } }

.grid--items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0; }
  .page-template-tpl-homepage .grid--items {
    margin-top: 0px; }

.grid--inner {
  display: block;
  position: relative; }

.grid--items_wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 3em;
  /* margin-left: -$s-padding;
   		margin-right: -$s-padding; */ }
  @media (max-width: 660px) {
    .grid--items_wrapper {
      margin-left: auto;
      margin-right: auto; } }
  .page-template-tpl-homepage .grid--items_wrapper {
    margin-left: -15px;
    margin-right: -15px; }

.grid--bottom {
  text-align: center;
  margin-top: 15px; }
  .grid--bottom .button_link {
    background-color: #E95FFF;
    color: #0F1D38 !important;
    margin-top: 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .grid--bottom .button_link.button_internal:after {
      background-image: url(images/internal_icon_dark.svg); }
    .grid--bottom .button_link.button_external:after {
      background-image: url(images/external_icon_dark.svg); }
    .grid--bottom .button_link:hover, .grid--bottom .button_link:focus, .grid--bottom .button_link:active {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #FFBC42 !important;
      border-color: #FFBC42 !important; }

.grid .grid_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: 38px; }
  .grid .grid_icon svg path {
    fill: #E95FFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (min-width: 0px) and (max-width: 1060px) {
    .grid .grid_icon {
      width: 30px; } }

.grid .wide-grid-wrapper .grid--items_wrapper {
  max-width: none; }

.grid .grid--button_link {
  text-decoration: none;
  color: #0F1D38;
  border: none; }
  .grid .grid--button_link .grid--item_headline {
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em; }
    .grid .grid--button_link .grid--item_headline {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .grid .grid--button_link .grid--item_headline {
          font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .grid .grid--button_link .grid--item_headline {
          font-size: 44px; } }
  .grid .grid--button_link .grid--button {
    border: none;
    margin-top: 15px; }
  .grid .grid--button_link:hover:link .grid--item_wrapper, .grid .grid--button_link:hover:visited .grid--item_wrapper, .grid .grid--button_link:focus:link .grid--item_wrapper, .grid .grid--button_link:focus:visited .grid--item_wrapper, .grid .grid--button_link:active:link .grid--item_wrapper, .grid .grid--button_link:active:visited .grid--item_wrapper {
    background-color: #028850;
    border-color: #028850; }
  .grid .grid--button_link:hover:link .grid--item_headline, .grid .grid--button_link:hover:link .grid--item_description, .grid .grid--button_link:hover:visited .grid--item_headline, .grid .grid--button_link:hover:visited .grid--item_description, .grid .grid--button_link:focus:link .grid--item_headline, .grid .grid--button_link:focus:link .grid--item_description, .grid .grid--button_link:focus:visited .grid--item_headline, .grid .grid--button_link:focus:visited .grid--item_description, .grid .grid--button_link:active:link .grid--item_headline, .grid .grid--button_link:active:link .grid--item_description, .grid .grid--button_link:active:visited .grid--item_headline, .grid .grid--button_link:active:visited .grid--item_description {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #F1EDE4; }
  .grid .grid--button_link:hover:link .grid--button, .grid .grid--button_link:hover:visited .grid--button, .grid .grid--button_link:focus:link .grid--button, .grid .grid--button_link:focus:visited .grid--button, .grid .grid--button_link:active:link .grid--button, .grid .grid--button_link:active:visited .grid--button {
    background: #E95FFF;
    color: #0F1D38;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .grid .grid--button_link:hover:link .grid--button.button_internal:after, .grid .grid--button_link:hover:visited .grid--button.button_internal:after, .grid .grid--button_link:focus:link .grid--button.button_internal:after, .grid .grid--button_link:focus:visited .grid--button.button_internal:after, .grid .grid--button_link:active:link .grid--button.button_internal:after, .grid .grid--button_link:active:visited .grid--button.button_internal:after {
      background-image: url(images/internal_icon_dark.svg); }
    .grid .grid--button_link:hover:link .grid--button.button_external:after, .grid .grid--button_link:hover:visited .grid--button.button_external:after, .grid .grid--button_link:focus:link .grid--button.button_external:after, .grid .grid--button_link:focus:visited .grid--button.button_external:after, .grid .grid--button_link:active:link .grid--button.button_external:after, .grid .grid--button_link:active:visited .grid--button.button_external:after {
      background-image: url(images/external_icon_dark.svg); }

.news--scl {
  padding-top: 60px;
  text-align: center; }
  .news--scl {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .news--scl {
        padding-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news--scl {
        padding-top: 60px; } }
  .news--scl a {
    color: #0F1D38;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .news--scl .scl--inner_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news--scl .scl--cta_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .news--scl .scl--cta_link svg {
      margin-right: 10px; }

.news #more_posts {
  margin: 0 auto;
  display: block;
  position: relative;
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 2px 13px;
  background-color: #E95FFF;
  border-color: #E95FFF;
  color: #0F1D38 !important; }
  .news #more_posts span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .news #more_posts {
    font-size: 15px; }
    @media screen and (min-width: 661px) {
      .news #more_posts {
        font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news #more_posts {
        font-size: 20px; } }
  .news #more_posts svg {
    vertical-align: baseline;
    margin-left: 7.5px; }
    .news #more_posts svg path {
      fill: #0F1D38; }
  .news #more_posts.hide {
    display: none; }

.news_topper--yellow_bg .news_topper--wrapper {
  color: #0F1D38 !important; }

.news_topper--category {
  /* color: $c-secondary;
		@include fluid_font_small;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		display: block;
		margin-bottom:15px; */ }

.news_topper--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F1EDE4;
  text-align: center; }
  .news_topper--wrapper {
    padding-left: 30px; }
    @media screen and (min-width: 661px) {
      .news_topper--wrapper {
        padding-left: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--wrapper {
        padding-left: 90px; } }
  .news_topper--wrapper {
    padding-right: 30px; }
    @media screen and (min-width: 661px) {
      .news_topper--wrapper {
        padding-right: calc(30px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--wrapper {
        padding-right: 90px; } }
  .news_topper--wrapper {
    padding-top: 60px; }
    @media screen and (min-width: 661px) {
      .news_topper--wrapper {
        padding-top: calc(60px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--wrapper {
        padding-top: 90px; } }
  .news_topper--wrapper {
    padding-bottom: 60px; }
    @media screen and (min-width: 661px) {
      .news_topper--wrapper {
        padding-bottom: calc(60px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--wrapper {
        padding-bottom: 90px; } }

.news_topper--headline {
  margin: 0px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-transform: none; }
  .news_topper--headline {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .news_topper--headline {
        font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--headline {
        font-size: 64px; } }
  @media (max-width: 660px) {
    .news_topper--headline {
      font-size: 33px; } }

.news_topper--meta {
  font-family: "degular-text", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase; }
  .news_topper--meta {
    font-size: 15px; }
    @media screen and (min-width: 661px) {
      .news_topper--meta {
        font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper--meta {
        font-size: 20px; } }

.news_cards {
  margin-top: 60px; }
  .news_cards--element {
    text-align: center; }
    .news_cards--element .button_link {
      margin-bottom: 75px; }
      .news_cards--element .button_link:link, .news_cards--element .button_link:visited {
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .news_cards--element .button_link:link:hover, .news_cards--element .button_link:link:active, .news_cards--element .button_link:link:focus, .news_cards--element .button_link:visited:hover, .news_cards--element .button_link:visited:active, .news_cards--element .button_link:visited:focus {
          background: #E95FFF;
          color: #0F1D38;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .news_cards--element .button_link:link:hover.button_internal:after, .news_cards--element .button_link:link:active.button_internal:after, .news_cards--element .button_link:link:focus.button_internal:after, .news_cards--element .button_link:visited:hover.button_internal:after, .news_cards--element .button_link:visited:active.button_internal:after, .news_cards--element .button_link:visited:focus.button_internal:after {
            background-image: url(images/internal_icon_dark.svg) !important; }
          .news_cards--element .button_link:link:hover.button_external.button_internal:after, .news_cards--element .button_link:link:active.button_external.button_internal:after, .news_cards--element .button_link:link:focus.button_external.button_internal:after, .news_cards--element .button_link:visited:hover.button_external.button_internal:after, .news_cards--element .button_link:visited:active.button_external.button_internal:after, .news_cards--element .button_link:visited:focus.button_external.button_internal:after {
            background-image: url(images/internal_icon_dark.svg) !important; }
          .news_cards--element .button_link:link:hover.button_external.button_external:after, .news_cards--element .button_link:link:active.button_external.button_external:after, .news_cards--element .button_link:link:focus.button_external.button_external:after, .news_cards--element .button_link:visited:hover.button_external.button_external:after, .news_cards--element .button_link:visited:active.button_external.button_external:after, .news_cards--element .button_link:visited:focus.button_external.button_external:after {
            background-image: url(images/external_icon_dark.svg); }
  .news_cards article hr {
    margin-bottom: 30px; }
  .news_cards--source {
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    text-transform: uppercase; }
    .news_cards--source {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .news_cards--source {
          font-size: calc(15px + 5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_cards--source {
          font-size: 20px; } }
  .news_cards--title {
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 95%;
    color: #0F1D38;
    text-decoration: none;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 15px; }
    .news_cards--title {
      font-size: 28px; }
      @media screen and (min-width: 661px) {
        .news_cards--title {
          font-size: calc(28px + 24 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_cards--title {
          font-size: 52px; } }
    .news_cards--title:hover, .news_cards--title:active, .news_cards--title:focus {
      text-decoration: underline;
      color: #028850; }
    .news_cards--title:link, .news_cards--title:visited {
      text-decoration: none; }
      .news_cards--title:link:hover, .news_cards--title:link:active, .news_cards--title:link:focus, .news_cards--title:visited:hover, .news_cards--title:visited:active, .news_cards--title:visited:focus {
        text-decoration: underline;
        color: #028850; }

.jobs--scl {
  padding-top: 60px;
  text-align: center; }
  .jobs--scl {
    padding-top: 30px; }
    @media screen and (min-width: 661px) {
      .jobs--scl {
        padding-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--scl {
        padding-top: 60px; } }
  .jobs--scl a {
    color: #0F1D38; }
  .jobs--scl .scl--inner_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jobs--scl .scl--cta_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .jobs--scl .scl--cta_link svg {
      margin-right: 10px; }
    .jobs--scl .scl--cta_link a,
    .jobs--scl .scl--cta_link a:link,
    .jobs--scl .scl--cta_link a:visited {
      color: #0F1D38; }
      .jobs--scl .scl--cta_link a:hover, .jobs--scl .scl--cta_link a:focus, .jobs--scl .scl--cta_link a:active,
      .jobs--scl .scl--cta_link a:link:hover,
      .jobs--scl .scl--cta_link a:link:focus,
      .jobs--scl .scl--cta_link a:link:active,
      .jobs--scl .scl--cta_link a:visited:hover,
      .jobs--scl .scl--cta_link a:visited:focus,
      .jobs--scl .scl--cta_link a:visited:active {
        -webkit-text-decoration-color: #028850;
                text-decoration-color: #028850; }

.jobs--section {
  margin-top: 30px; }
  .jobs--section {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .jobs--section {
        margin-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--section {
        margin-top: 60px; } }
  .jobs--section hr {
    margin-top: 30px; }
    @media screen and (min-width: 661px) {
      .jobs--section hr {
        margin-top: calc(30px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--section hr {
        margin-top: 60px; } }

.jobs--app_link {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #E95FFF; }
  .jobs--app_link a,
  .jobs--app_link a:link,
  .jobs--app_link a:visited {
    color: #E95FFF;
    font-weight: 400; }
    .jobs--app_link a:hover, .jobs--app_link a:focus, .jobs--app_link a:active,
    .jobs--app_link a:link:hover,
    .jobs--app_link a:link:focus,
    .jobs--app_link a:link:active,
    .jobs--app_link a:visited:hover,
    .jobs--app_link a:visited:focus,
    .jobs--app_link a:visited:active {
      -webkit-text-decoration-color: #028850;
              text-decoration-color: #028850; }

.jobs--featured_cta .fcta--description a,
.jobs--featured_cta .fcta--description a:link,
.jobs--featured_cta .fcta--description a:visited {
  color: #0F1D38;
  font-weight: 400; }
  .jobs--featured_cta .fcta--description a:hover, .jobs--featured_cta .fcta--description a:focus, .jobs--featured_cta .fcta--description a:active,
  .jobs--featured_cta .fcta--description a:link:hover,
  .jobs--featured_cta .fcta--description a:link:focus,
  .jobs--featured_cta .fcta--description a:link:active,
  .jobs--featured_cta .fcta--description a:visited:hover,
  .jobs--featured_cta .fcta--description a:visited:focus,
  .jobs--featured_cta .fcta--description a:visited:active {
    color: #028850;
    -webkit-text-decoration-color: #028850;
            text-decoration-color: #028850; }

.jobs_cards {
  margin-top: 60px; }
  .jobs_cards article hr {
    margin-bottom: 2.5em;
    margin-top: 2.4em; }
    @media (max-width: 660px) {
      .jobs_cards article hr {
        display: none; } }
  @media (max-width: 660px) {
    .jobs_cards--element {
      margin-bottom: 3.5em; } }
  .jobs_cards--source {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
    text-transform: uppercase; }
    .jobs_cards--source {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--source {
          font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs_cards--source {
          font-size: 16px; } }
    @media (max-width: 660px) {
      .jobs_cards--source {
        font-size: 13px; } }
  .jobs_cards--title {
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    color: #0F1D38;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 0em;
    text-transform: uppercase; }
    .jobs_cards--title {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--title {
          font-size: calc(32px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs_cards--title {
          font-size: 64px; } }
    @media (max-width: 660px) {
      .jobs_cards--title {
        font-size: 33px; } }
    .jobs_cards--title:hover, .jobs_cards--title:active, .jobs_cards--title:focus {
      text-decoration: underline;
      color: #E95FFF; }
    .jobs_cards--title:link, .jobs_cards--title:visited {
      text-decoration: none; }
      .jobs_cards--title:link:hover, .jobs_cards--title:link:active, .jobs_cards--title:link:focus, .jobs_cards--title:visited:hover, .jobs_cards--title:visited:active, .jobs_cards--title:visited:focus {
        text-decoration: underline;
        color: #E95FFF; }

.issues--category {
  font-size: 75px;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  line-height: 0.98;
  font-weight: 600;
  text-align: center;
  margin: 51px auto; }
  .issues--category {
    font-size: 32px; }
    @media screen and (min-width: 661px) {
      .issues--category {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--category {
        font-size: 75px; } }
  @media (max-width: 660px) {
    .issues--category {
      font-size: 50px; } }
  .issues--category:first-child {
    margin-top: 0px; }
  .issues--category span {
    color: #1A44A7;
    opacity: .5; }

.issues--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  .issues--list:last-child {
    margin-bottom: 0px; }

.issues--single_issue {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 4%; }
  @media (max-width: 660px) {
    .issues--single_issue {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 10px; } }

.issues--single_title {
  text-decoration: none;
  font-family: "degular-display", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-weight: 500;
  width: 90%;
  color: #0F1D38; }
  .issues--single_title {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .issues--single_title {
        font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--single_title {
        font-size: 44px; } }
  @media (min-width: 1061px) {
    .issues--single_title {
      width: 60%; } }

.issues--single_wrapper {
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #0F1D38;
  padding: 15px 30px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  min-height: 68px;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .issues--single_wrapper:link, .issues--single_wrapper:visited {
    text-decoration: none; }
  .issues--single_wrapper:hover, .issues--single_wrapper:focus, .issues--single_wrapper:active {
    background-color: #0F1D38;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out; }
    .issues--single_wrapper:hover .internal_icon, .issues--single_wrapper:focus .internal_icon, .issues--single_wrapper:active .internal_icon {
      position: absolute;
      bottom: 5px;
      right: 10px;
      height: auto;
      width: 38px; }
      .issues--single_wrapper:hover .internal_icon svg path, .issues--single_wrapper:focus .internal_icon svg path, .issues--single_wrapper:active .internal_icon svg path {
        fill: #F1EDE4; }
    .issues--single_wrapper:hover .issues--single_title, .issues--single_wrapper:focus .issues--single_title, .issues--single_wrapper:active .issues--single_title {
      color: #E95FFF; }

.issues .internal_icon {
  position: absolute;
  bottom: 5px;
  right: 10px;
  height: auto;
  width: 38px; }
  .issues .internal_icon svg path {
    fill: #0F1D38; }

.issues hr {
  width: 75%;
  margin-top: 30px; }
  .issues hr:last-child {
    display: none; }

.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
  .action--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62%;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%; }
    @media (max-width: 660px) {
      .action--left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .action--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
    @media (max-width: 660px) {
      .action--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 15px; } }
  .action--actions {
    padding-left: 15px; }
    @media (max-width: 660px) {
      .action--actions {
        padding-left: 0; } }
  .action--image_wrapper {
    display: block; }
    .action--image_wrapper img {
      width: 100%;
      height: auto; }
  .action--caption {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 16px;
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 800; }
    .action--caption {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .action--caption {
          font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action--caption {
          font-size: 16px; } }
    @media (max-width: 660px) {
      .action--caption {
        font-size: 13px; } }
  .action .grid--item_wrapper {
    margin: 0;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .action .grid--item_wrapper {
      height: 42px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_wrapper {
          height: calc(42px + 179 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_wrapper {
          height: 221px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .action .grid--item_wrapper {
        height: 60px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .action .grid--item_wrapper {
      height: calc(60px + 165 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .action .grid--item_wrapper {
      height: 225px; } }
    @media (max-width: 660px) {
      .action .grid--item_wrapper {
        height: 160px; } }
  .action .grid--item {
    margin-bottom: 15px;
    height: unset; }
    .action .grid--item:last-child {
      margin-bottom: 0; }
    @media (max-width: 660px) {
      .action .grid--item {
        margin-bottom: 7.5px; } }
  .action .grid--item_headline {
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    margin-bottom: 15px; }
    .action .grid--item_headline {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          font-size: calc(24px + 20 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          font-size: 44px; } }
    .action .grid--item_headline {
      margin-bottom: 6px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          margin-bottom: calc(6px + 9 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          margin-bottom: 15px; } }
    @media (max-width: 660px) {
      .action .grid--item_headline {
        font-size: 22px;
        margin-bottom: 15px; } }
  @media (min-width: 661px) {
    .action .grid .grid--button_link .grid--item_headline {
      font-size: 20px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid .grid--button_link .grid--item_headline {
      font-size: calc(20px + 28 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid .grid--button_link .grid--item_headline {
      font-size: 48px; } }
  @media (min-width: 661px) {
    .action .grid .grid--button_link .grid--item_headline {
      padding-left: 5px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid .grid--button_link .grid--item_headline {
      padding-left: calc(5px + 25 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid .grid--button_link .grid--item_headline {
      padding-left: 30px; } }
  @media (min-width: 661px) {
    .action .grid .grid--button_link .grid--item_headline {
      padding-right: 5px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid .grid--button_link .grid--item_headline {
      padding-right: calc(5px + 25 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid .grid--button_link .grid--item_headline {
      padding-right: 30px; } }
  @media (min-width: 661px) {
    .action .grid--button {
      margin-top: 0px !important; } }
  @media (min-width: 661px) {
    .action .grid--button {
      font-size: 12px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid--button {
      font-size: calc(12px + 8 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid--button {
      font-size: 20px; } }
  @media (min-width: 661px) {
    .action .grid--button.button_internal:after {
      height: 7px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid--button.button_internal:after {
      height: calc(7px + 7 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid--button.button_internal:after {
      height: 14px; } }
  @media (min-width: 661px) {
    .action .grid--button.button_internal:after {
      width: 10px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid--button.button_internal:after {
      width: calc(10px + 10 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid--button.button_internal:after {
      width: 20px; } }
  @media (min-width: 661px) {
    .action .grid--button.button_external:after {
      height: 10px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid--button.button_external:after {
      height: calc(10px + 6 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid--button.button_external:after {
      height: 16px; } }
  @media (min-width: 661px) {
    .action .grid--button.button_external:after {
      width: 10px; } }
  @media screen and (min-width: 661px) and (min-width: 661px) {
    .action .grid--button.button_external:after {
      width: calc(10px + 6 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .action .grid--button.button_external:after {
      width: 16px; } }

.footer {
  background-color: transparent;
  text-align: center;
  padding-top: 75px;
  margin-top: 0;
  padding-bottom: 100px; }
  .footer a,
  .footer a:link,
  .footer a:visited {
    color: #0F1D38;
    text-transform: uppercase; }
    .footer a:hover, .footer a:active, .footer a:focus,
    .footer a:link:hover,
    .footer a:link:active,
    .footer a:link:focus,
    .footer a:visited:hover,
    .footer a:visited:active,
    .footer a:visited:focus {
      color: #0F1D38; }
  @media (max-width: 660px) {
    .footer {
      padding-bottom: 60px; } }
  .footer .fcta {
    padding-bottom: 120px; }
    .footer .fcta {
      padding-bottom: 60px; }
      @media screen and (min-width: 661px) {
        .footer .fcta {
          padding-bottom: calc(60px + 75 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .footer .fcta {
          padding-bottom: 135px; } }
  .footer .medium-width-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer--top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-bottom: 30px; }
  .footer--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 660px) {
      .footer--left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .footer--left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .footer--col_1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .footer--col_2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .footer--donate_button .button_primary {
    margin-top: 15px;
    margin-bottom: 45px; }
    .footer--donate_button .button_primary:link, .footer--donate_button .button_primary:visited {
      color: #F1EDE4; }
  .footer--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    text-align: left; }
    @media (max-width: 660px) {
      .footer--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .footer--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (min-width: 1061px) {
      .footer--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38%;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%; } }
    @media (min-width: 1061px) and (max-width: 1280px) {
      .footer--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%; } }
    @media (min-width: 1481px) {
      .footer--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%; } }
  .footer--signup_headline {
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 1em;
    margin-bottom: .25em; }
    .footer--signup_headline {
      font-size: 18px; }
      @media screen and (min-width: 661px) {
        .footer--signup_headline {
          font-size: calc(18px + 14 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .footer--signup_headline {
          font-size: 32px; } }
  .footer--bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-top: 30px; }
  .footer--logo {
    width: 25%;
    height: auto; }
    .footer--logo a,
    .footer--logo a:link,
    .footer--logo a:visited {
      color: #0F1D38;
      text-decoration: none;
      text-transform: uppercase; }
      .footer--logo a:hover, .footer--logo a:active, .footer--logo a:focus,
      .footer--logo a:link:hover,
      .footer--logo a:link:active,
      .footer--logo a:link:focus,
      .footer--logo a:visited:hover,
      .footer--logo a:visited:active,
      .footer--logo a:visited:focus {
        color: #0F1D38; }
    @media (max-width: 660px) {
      .footer--logo {
        width: 32%; } }
  .footer--address {
    margin-top: 15px;
    font-weight: 400; }
    .footer--address span {
      display: block; }
  .footer--menu {
    margin-bottom: 20px; }
    .footer--menu .footer_menu {
      list-style-type: none;
      margin-top: 0;
      padding-left: 0; }
      @media (max-width: 660px) {
        .footer--menu .footer_menu {
          margin-bottom: 20px; } }
      .footer--menu .footer_menu .menu-item {
        display: block;
        margin-left: 0px;
        margin-top: .7em; }
        .footer--menu .footer_menu .menu-item:first-child {
          margin-top: 0; }
        .footer--menu .footer_menu .menu-item a {
          text-decoration: none;
          text-transform: uppercase; }
          .footer--menu .footer_menu .menu-item a {
            font-size: 16px; }
            @media screen and (min-width: 661px) {
              .footer--menu .footer_menu .menu-item a {
                font-size: calc(16px + 8 * ((100vw - 661px) / 1339)); } }
            @media screen and (min-width: 2000px) {
              .footer--menu .footer_menu .menu-item a {
                font-size: 24px; } }
          .footer--menu .footer_menu .menu-item a:hover, .footer--menu .footer_menu .menu-item a:active, .footer--menu .footer_menu .menu-item a:focus {
            color: #0F1D38;
            text-decoration: underline;
            text-decoration-thickness: 2px;
            -webkit-text-decoration-color: #028850;
                    text-decoration-color: #028850; }
  .footer--social {
    margin-bottom: 15px; }
  .footer--social_icon {
    text-decoration: none;
    padding: 10px;
    line-height: 1; }
    .footer--social_icon:link, .footer--social_icon:visited {
      text-decoration: none; }
      .footer--social_icon:link:hover svg, .footer--social_icon:link:focus svg, .footer--social_icon:link:active svg, .footer--social_icon:visited:hover svg, .footer--social_icon:visited:focus svg, .footer--social_icon:visited:active svg {
        fill: #028850; }
    .footer--social_icon svg {
      fill: #0F1D38;
      height: 15px;
      width: 15px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .footer--social_icon:last-child {
      padding-right: 0; }
    .footer--social_icon:first-child {
      padding-left: 0; }
  .footer--paidforby {
    text-align: center;
    margin: 30px auto;
    border: 1px solid #028850;
    padding: 6px 20px;
    max-width: 400px;
    font-size: 16px;
    color: #0F1D38;
    text-transform: none;
    display: inline-block;
    opacity: .8; }
  .footer--copyright {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 16px; }
    .footer--copyright a:hover, .footer--copyright a:active, .footer--copyright a:focus,
    .footer--copyright a:link:hover,
    .footer--copyright a:link:active,
    .footer--copyright a:link:focus,
    .footer--copyright a:visited:hover,
    .footer--copyright a:visited:active,
    .footer--copyright a:visited:focus {
      color: #0F1D38;
      -webkit-text-decoration-color: #028850;
              text-decoration-color: #028850; }
  .footer--disclaimer {
    font-size: 16px; }
  .footer--links {
    margin-bottom: 15px; }
    .footer--links a,
    .footer--links a:link,
    .footer--links a:visited {
      display: block;
      color: #0F1D38;
      text-decoration: underline;
      text-transform: none;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 15px; }
      .footer--links a:hover, .footer--links a:active, .footer--links a:focus,
      .footer--links a:link:hover,
      .footer--links a:link:active,
      .footer--links a:link:focus,
      .footer--links a:visited:hover,
      .footer--links a:visited:active,
      .footer--links a:visited:focus {
        color: #0F1D38;
        -webkit-text-decoration-color: #028850;
                text-decoration-color: #028850; }
      .footer--links a:last-child,
      .footer--links a:link:last-child,
      .footer--links a:visited:last-child {
        margin-bottom: 0px; }
  .footer--authentic {
    font-size: 13px; }
    .footer--authentic a,
    .footer--authentic a:link,
    .footer--authentic a:visited {
      text-transform: none; }
      .footer--authentic a:hover, .footer--authentic a:active, .footer--authentic a:focus,
      .footer--authentic a:link:hover,
      .footer--authentic a:link:active,
      .footer--authentic a:link:focus,
      .footer--authentic a:visited:hover,
      .footer--authentic a:visited:active,
      .footer--authentic a:visited:focus {
        color: #0F1D38;
        -webkit-text-decoration-color: #028850;
                text-decoration-color: #028850; }
  .footer .full-width-wrapper {
    color: #0F1D38; }
    @media (max-width: 660px) {
      .footer .full-width-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(26, 68, 167, 0.85);
  -webkit-animation: .3s ease-out 0s 1 fadeIn;
          animation: .3s ease-out 0s 1 fadeIn; }
  .popup--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (max-width: 660px) {
      .popup--wrapper {
        width: 99%; } }
  .popup--container {
    width: 80%;
    max-width: 650px;
    display: block;
    -webkit-animation: 1.5s ease-out 0s 1 fadeIn;
            animation: 1.5s ease-out 0s 1 fadeIn; }
    @media (min-width: 1061px) and (max-width: 1480px) {
      .popup--container {
        width: 50%; } }
    @media (min-width: 0px) and (max-width: 1060px) {
      .popup--container {
        width: 50%; } }
    @media (max-width: 530px) {
      .popup--container {
        width: 90%; } }
  .popup--container_donation {
    width: 100%;
    max-width: 650px;
    display: block; }
    @media (max-width: 660px) {
      .popup--container_donation {
        width: 90%; } }
  .popup--container_donation-img {
    width: 100%;
    max-width: 1280px;
    display: block; }
    @media (max-width: 660px) {
      .popup--container_donation-img {
        width: 90%; } }
  .popup--container_cta-img {
    max-width: 650px; }
  .popup--inner {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #E95FFF;
    -webkit-animation: 1.2s ease-out 0s 1 fadeIn;
            animation: 1.2s ease-out 0s 1 fadeIn; }
    @media (max-width: 660px) {
      .popup--inner {
        margin: 0 auto;
        width: 90%; } }
  .popup--inner_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px; }
  .popup--inner_cta_base {
    width: 100%; }
  @media (max-width: 660px) {
    .popup--inner_donation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 460px) {
    .popup--inner_donation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: initial; } }
  .popup--inner_donation_img {
    padding: 0px;
    -webkit-animation: 0.5s ease-out 0s 1 fadeIn;
            animation: 0.5s ease-out 0s 1 fadeIn; }
    @media (min-width: 646px) and (max-width: 800px) {
      .popup--inner_donation_img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .popup--form-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: url(images/popup_bg.svg) no-repeat;
    background-color: #0F1D38;
    background-size: cover;
    background-position: center; }
    @media (max-width: 660px) {
      .popup--form-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .popup--form-wrapper-cta-img {
    width: initial;
    padding: 0px; }
    @media (max-width: 360px) {
      .popup--form-wrapper-cta-img {
        padding: 15px; } }
  .popup--form-wrapper-cta {
    padding: 30px; }
    @media (min-width: 1481px) {
      .popup--form-wrapper-cta {
        padding: 60px; } }
  .popup--form-wrapper-donation {
    width: 100%;
    padding: 60px; }
    @media (max-width: 500px) {
      .popup--form-wrapper-donation {
        padding: 30px; } }
  .popup--form-wrapper-donation-img {
    position: relative;
    z-index: 2;
    width: 55%;
    padding: 0px; }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--form-wrapper-donation-img {
        width: 87%; } }
    @media (max-width: 660px) {
      .popup--form-wrapper-donation-img {
        width: 100%; } }
    .popup--form-wrapper-donation-img .popup--form-top {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding: 15% 10% 10%; }
      @media (min-width: 0px) and (max-width: 850px) {
        .popup--form-wrapper-donation-img .popup--form-top {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .popup--form-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 660px) {
      .popup--form-top {
        width: 98%; } }
  .popup--img {
    height: 100%;
    display: block; }
    @media (min-width: 0px) and (max-width: 1060px) {
      .popup--img {
        height: 260px;
        width: auto; }
        .popup--img {
          height: 200px; } }
    @media screen and (min-width: 0px) and (max-width: 1060px) and (min-width: 661px) {
      .popup--img {
        height: calc(200px + 60 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 0px) and (max-width: 1060px) and (min-width: 2000px) {
      .popup--img {
        height: 260px; } }
  @media (min-width: 0px) and (max-width: 360px) {
    .popup--image {
      display: none; } }
  .popup--cta_img img {
    width: 100%;
    max-height: 300px; }
  .popup--donation_img {
    width: 45%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--donation_img {
        display: none; } }
    .popup--donation_img img {
      width: auto;
      height: 100%;
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  .popup--title {
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    text-align: center;
    width: 70%;
    padding: 15px;
    line-height: 90%; }
    .popup--title {
      font-size: 134px; }
      @media screen and (min-width: 661px) {
        .popup--title {
          font-size: calc(134px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title {
          font-size: 134px; } }
    @media (max-width: 660px) {
      .popup--title {
        font-size: 16px;
        padding: 5px; } }
  .popup--title_cta {
    font-size: 156px;
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase; }
    .popup--title_cta {
      font-size: 57px; }
      @media screen and (min-width: 661px) {
        .popup--title_cta {
          font-size: calc(57px + 99 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_cta {
          font-size: 156px; } }
  .popup--title_ctaimage {
    font-size: 75px;
    font-family: "degular-display", Helvetica, Arial, sans-serif;
    line-height: 0.98;
    font-weight: 600;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    line-height: 0.98; }
    .popup--title_ctaimage {
      font-size: 32px; }
      @media screen and (min-width: 661px) {
        .popup--title_ctaimage {
          font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_ctaimage {
          font-size: 75px; } }
    @media (max-width: 660px) {
      .popup--title_ctaimage {
        font-size: 50px; } }
  .popup--title_donation {
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    line-height: 0.9;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    padding: 0px; }
    .popup--title_donation {
      font-size: 70px; }
      @media screen and (min-width: 661px) {
        .popup--title_donation {
          font-size: calc(70px + 7 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_donation {
          font-size: 77px; } }
    @media (max-width: 660px) {
      .popup--title_donation {
        font-size: 75px;
        font-family: "degular-display", Helvetica, Arial, sans-serif;
        line-height: 0.98;
        font-weight: 600;
        margin-bottom: 0.1em;
        margin-top: 0.2em;
        line-height: 0.98; }
        .popup--title_donation {
          font-size: 32px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--title_donation {
        font-size: 75px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--title_donation {
      font-size: 50px; } }
  .popup--title_donation_img {
    font-family: "degular-text", "Helvetica Neue", sans-serif;
    line-height: 0.9;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    padding: 0px;
    text-align: left;
    width: 85%; }
    .popup--title_donation_img {
      font-size: 60px; }
      @media screen and (min-width: 661px) {
        .popup--title_donation_img {
          font-size: calc(60px + 17 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_donation_img {
          font-size: 77px; } }
    @media (min-width: 0px) and (max-width: 850px) {
      .popup--title_donation_img {
        text-align: center; } }
    @media (max-width: 660px) {
      .popup--title_donation_img {
        font-size: 75px;
        font-family: "degular-display", Helvetica, Arial, sans-serif;
        line-height: 0.98;
        font-weight: 600;
        margin-bottom: 0.1em;
        margin-top: 0.2em;
        line-height: 0.98; }
        .popup--title_donation_img {
          font-size: 32px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation_img {
        font-size: calc(32px + 43 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--title_donation_img {
        font-size: 75px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--title_donation_img {
      font-size: 50px; } }
  .popup--description {
    width: 100%;
    padding: 30px;
    font-weight: regular; }
    .popup--description {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .popup--description {
          font-size: calc(16px + 0 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--description {
          font-size: 16px; } }
    .popup--description p {
      margin-top: 0px; }
    @media (max-width: 660px) {
      .popup--description {
        padding: 0px 15px;
        font-size: 11px; } }
  .popup--description_img {
    font-size: 16px;
    width: 90%;
    padding: 0px; }
    @media (max-width: 660px) {
      .popup--description_img {
        padding: 0px 15px;
        font-size: 16px;
        line-height: 1.45; }
        .popup--description_img {
          font-size: 14px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_img {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--description_img {
        font-size: 16px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--description_img {
      font-size: 13px; } }
    .popup--description_img p {
      text-align: left; }
      @media (min-width: 0px) and (max-width: 850px) {
        .popup--description_img p {
          text-align: center; } }
  .popup--description_base {
    font-size: 16px;
    width: 90%;
    padding: 0px; }
    @media (max-width: 660px) {
      .popup--description_base {
        padding: 0px 15px;
        font-size: 16px;
        line-height: 1.45; }
        .popup--description_base {
          font-size: 14px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_base {
        font-size: calc(14px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--description_base {
        font-size: 16px; } }
  @media (max-width: 660px) and (max-width: 660px) {
    .popup--description_base {
      font-size: 13px; } }
    .popup--description_base p {
      text-align: center; }
  .popup .donations {
    width: 100%;
    background-color: transparent;
    display: contents; }
    .popup .donations--amounts {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 15px; }
    .popup .donations--amount {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 49%;
      padding-top: 15px; }
      .popup .donations--amount a {
        margin: 0px; }
    .popup .donations--button {
      width: 100%;
      border-radius: 8px;
      display: inline-block;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 20px;
      padding: 4px 30px;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      line-height: 1.50;
      vertical-align: center;
      background: #1A44A7;
      color: #F1EDE4;
      border: 2px solid #1A44A7;
      margin: 0 10%; }
      .popup .donations--button {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button {
            font-size: 22px; } }
      .popup .donations--button:hover, .popup .donations--button:active, .popup .donations--button:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .popup .donations--button {
          font-size: 13px; } }
      .popup .donations--button:link, .popup .donations--button:visited,
      .popup .donations--button a:link,
      .popup .donations--button a:visited {
        background: #1A44A7;
        color: #F1EDE4;
        border: 2px solid #1A44A7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .popup .donations--button:link:focus, .popup .donations--button:visited:focus,
        .popup .donations--button a:link:focus,
        .popup .donations--button a:visited:focus {
          -webkit-box-shadow: #028850 0 0 0.5em;
                  box-shadow: #028850 0 0 0.5em;
          outline: none; }
        .popup .donations--button:link:hover, .popup .donations--button:link:focus, .popup .donations--button:visited:hover, .popup .donations--button:visited:focus,
        .popup .donations--button a:link:hover,
        .popup .donations--button a:link:focus,
        .popup .donations--button a:visited:hover,
        .popup .donations--button a:visited:focus {
          color: #0F1D38;
          background: #E95FFF;
          border-color: #E95FFF; }
      .popup .donations--button {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button {
            font-size: 16px; } }
      @media (max-width: 660px) {
        .popup .donations--button {
          font-size: 12px; } }
      @media (min-width: 0px) and (max-width: 360px) {
        .popup .donations--button {
          margin-bottom: 5px;
          padding: 7px 20px 7px; } }
    .popup .donations--button-other {
      border-radius: 8px;
      display: inline-block;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 20px;
      padding: 4px 30px;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      line-height: 1.50;
      vertical-align: center;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #0F1D38;
      border: 2px solid #E95FFF;
      width: 100%;
      margin: 0 10%; }
      .popup .donations--button-other {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button-other {
            font-size: 22px; } }
      .popup .donations--button-other:hover, .popup .donations--button-other:active, .popup .donations--button-other:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .popup .donations--button-other {
          font-size: 13px; } }
      .popup .donations--button-other:focus {
        -webkit-box-shadow: #028850 0 0 0.5em;
                box-shadow: #028850 0 0 0.5em;
        outline: none; }
      .popup .donations--button-other:hover, .popup .donations--button-other:active, .popup .donations--button-other:focus {
        background: #E95FFF;
        border-color: #E95FFF; }
      .popup .donations--button-other:link, .popup .donations--button-other:visited,
      .popup .donations--button-other a:link,
      .popup .donations--button-other a:visited {
        color: #0F1D38;
        border: 2px solid #E95FFF; }
      .popup .donations--button-other {
        font-size: 12px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            font-size: calc(12px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button-other {
            font-size: 16px; } }
      @media (max-width: 660px) {
        .popup .donations--button-other {
          font-size: 12px; } }
      @media (min-width: 0px) and (max-width: 360px) {
        .popup .donations--button-other {
          margin-bottom: 5px;
          padding: 7px 20px 7px; } }
  .popup--cta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }
    .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
    .popup--cta a:link,
    .popup--cta a:visited {
      border-radius: 8px;
      display: inline-block;
      font-family: "degular-display", Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: 20px;
      padding: 4px 30px;
      text-decoration: none !important;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
      color: white;
      cursor: pointer;
      line-height: 1.50;
      vertical-align: center;
      background: #1A44A7;
      color: #F1EDE4;
      border: 2px solid #1A44A7;
      padding: 0.3em 1.5em 0.4em; }
      .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
      .popup--cta a:link,
      .popup--cta a:visited {
        font-size: 18px; }
        @media screen and (min-width: 661px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: calc(18px + 4 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: 22px; } }
      .popup--cta a:hover, .popup--cta a:active, .popup--cta a:focus, .popup--ctaa:hover, .popup--ctaa:active, .popup--ctaa:focus, .popup--cta:link:hover, .popup--cta:link:active, .popup--cta:link:focus, .popup--cta:visited:hover, .popup--cta:visited:active, .popup--cta:visited:focus,
      .popup--cta a:link:hover,
      .popup--cta a:link:active,
      .popup--cta a:link:focus,
      .popup--cta a:visited:hover,
      .popup--cta a:visited:active,
      .popup--cta a:visited:focus {
        text-decoration: none;
        -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
        transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
      @media (max-width: 660px) {
        .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
        .popup--cta a:link,
        .popup--cta a:visited {
          font-size: 13px; } }
      .popup--cta a:link, .popup--cta a:visited,
      .popup--cta a a:link,
      .popup--cta a a:visited, .popup--ctaa:link, .popup--ctaa:visited,
      .popup--ctaa a:link,
      .popup--ctaa a:visited, .popup--cta:link:link, .popup--cta:link:visited,
      .popup--cta:link a:link,
      .popup--cta:link a:visited, .popup--cta:visited:link, .popup--cta:visited:visited,
      .popup--cta:visited a:link,
      .popup--cta:visited a:visited,
      .popup--cta a:link:link,
      .popup--cta a:link:visited,
      .popup--cta a:link a:link,
      .popup--cta a:link a:visited,
      .popup--cta a:visited:link,
      .popup--cta a:visited:visited,
      .popup--cta a:visited a:link,
      .popup--cta a:visited a:visited {
        background: #1A44A7;
        color: #F1EDE4;
        border: 2px solid #1A44A7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .popup--cta a:link:focus, .popup--cta a:visited:focus,
        .popup--cta a a:link:focus,
        .popup--cta a a:visited:focus, .popup--ctaa:link:focus, .popup--ctaa:visited:focus,
        .popup--ctaa a:link:focus,
        .popup--ctaa a:visited:focus, .popup--cta:link:link:focus, .popup--cta:link:visited:focus,
        .popup--cta:link a:link:focus,
        .popup--cta:link a:visited:focus, .popup--cta:visited:link:focus, .popup--cta:visited:visited:focus,
        .popup--cta:visited a:link:focus,
        .popup--cta:visited a:visited:focus,
        .popup--cta a:link:link:focus,
        .popup--cta a:link:visited:focus,
        .popup--cta a:link a:link:focus,
        .popup--cta a:link a:visited:focus,
        .popup--cta a:visited:link:focus,
        .popup--cta a:visited:visited:focus,
        .popup--cta a:visited a:link:focus,
        .popup--cta a:visited a:visited:focus {
          -webkit-box-shadow: #028850 0 0 0.5em;
                  box-shadow: #028850 0 0 0.5em;
          outline: none; }
        .popup--cta a:link:hover, .popup--cta a:link:focus, .popup--cta a:visited:hover, .popup--cta a:visited:focus,
        .popup--cta a a:link:hover,
        .popup--cta a a:link:focus,
        .popup--cta a a:visited:hover,
        .popup--cta a a:visited:focus, .popup--ctaa:link:hover, .popup--ctaa:link:focus, .popup--ctaa:visited:hover, .popup--ctaa:visited:focus,
        .popup--ctaa a:link:hover,
        .popup--ctaa a:link:focus,
        .popup--ctaa a:visited:hover,
        .popup--ctaa a:visited:focus, .popup--cta:link:link:hover, .popup--cta:link:link:focus, .popup--cta:link:visited:hover, .popup--cta:link:visited:focus,
        .popup--cta:link a:link:hover,
        .popup--cta:link a:link:focus,
        .popup--cta:link a:visited:hover,
        .popup--cta:link a:visited:focus, .popup--cta:visited:link:hover, .popup--cta:visited:link:focus, .popup--cta:visited:visited:hover, .popup--cta:visited:visited:focus,
        .popup--cta:visited a:link:hover,
        .popup--cta:visited a:link:focus,
        .popup--cta:visited a:visited:hover,
        .popup--cta:visited a:visited:focus,
        .popup--cta a:link:link:hover,
        .popup--cta a:link:link:focus,
        .popup--cta a:link:visited:hover,
        .popup--cta a:link:visited:focus,
        .popup--cta a:link a:link:hover,
        .popup--cta a:link a:link:focus,
        .popup--cta a:link a:visited:hover,
        .popup--cta a:link a:visited:focus,
        .popup--cta a:visited:link:hover,
        .popup--cta a:visited:link:focus,
        .popup--cta a:visited:visited:hover,
        .popup--cta a:visited:visited:focus,
        .popup--cta a:visited a:link:hover,
        .popup--cta a:visited a:link:focus,
        .popup--cta a:visited a:visited:hover,
        .popup--cta a:visited a:visited:focus {
          color: #0F1D38;
          background: #E95FFF;
          border-color: #E95FFF; }
      .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
      .popup--cta a:link,
      .popup--cta a:visited {
        font-size: 20px; }
        @media screen and (min-width: 661px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
          .popup--cta a:link,
          .popup--cta a:visited {
            font-size: 28px; } }
      @media (max-width: 660px) {
        .popup--cta a, .popup--ctaa, .popup--cta:link, .popup--cta:visited,
        .popup--cta a:link,
        .popup--cta a:visited {
          font-size: 14px; } }
  .popup--cta_btn_img {
    width: 100%; }
    @media (max-width: 359px) {
      .popup--cta_btn_img {
        padding: 15px; } }
    @media (min-width: 360px) {
      .popup--cta_btn_img a {
        border-radius: 0px !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        width: inherit; } }
  .popup--close {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 10px;
    -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease, border 0.5s ease; }
    @media (max-width: 360px) {
      .popup--close {
        top: -5px;
        right: -25px;
        padding: 10px; } }
    .popup--close button {
      margin: 0;
      border: none;
      background: transparent !important;
      -webkit-box-sizing: unset;
              box-sizing: unset;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      height: 10px;
      width: 10px; }
      .popup--close button:before, .popup--close button:after {
        position: absolute;
        content: '';
        width: 50%;
        height: 2px;
        /* cross thickness */
        background-color: #0F1D38;
        -webkit-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        @media (max-width: 360px) {
          .popup--close button:before, .popup--close button:after {
            width: 30%; } }
      .popup--close button:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .popup--close button:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .popup--close button:hover, .popup--close button:focus, .popup--close button:active {
        outline: none;
        border: none !important;
        background: none; }
        .popup--close button:hover:before, .popup--close button:hover:after, .popup--close button:focus:before, .popup--close button:focus:after, .popup--close button:active:before, .popup--close button:active:after {
          background-color: #028850; }
  .popup--close-cta {
    top: -300px; }
    @media (max-width: 360px) {
      .popup--close-cta {
        top: -5px;
        right: -25px;
        padding: 10px; } }
  .popup--close-donation {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    -o-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    transition: opacity 250ms ease-out, visibility 1s ease-out 100ms; }
    @media (max-width: 400px) {
      .popup--close-donation {
        top: -5px;
        right: -25px;
        padding: 10px; } }
    @media (max-width: 400px) {
      .popup--close-donation button:before, .popup--close-donation button:after {
        width: 30%; } }
  .popup.closed {
    -webkit-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    -o-transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    transition: opacity 250ms ease-out, visibility 1s ease-out 100ms;
    visibility: hidden;
    opacity: 0; }
/*# sourceMappingURL=style.css.map */