/*
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.2s ease-out 0s 1 fadeIn;
          animation: 0.2s ease-out 0s 1 fadeIn;
  position: relative;
  background: #FFFFFF; }
  @media (max-width: 660px) {
    .site {
      padding-left: 0px;
      padding-right: 0px; } }

#page_components {
  max-width: 2000px;
  margin: 0 auto; }

section#primary {
  background-color: #FFFFFF;
  position: relative; }

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

#site_body {
  font-size: 18px;
  font-size: 18px;
  line-height: 1.45;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  color: #003A70;
  line-height: 150%;
  margin: 0 auto; }
  #site_body {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      #site_body {
        font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      #site_body {
        font-size: 18px; } }
  @media (max-width: 660px) {
    #site_body {
      font-size: 16px; } }

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

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

h1 {
  font-size: 110px;
  line-height: 1.05;
  margin-bottom: 0.3em;
  margin-top: 0.1em;
  line-height: 1.1; }
  h1 {
    font-size: 33px; }
    @media screen and (min-width: 661px) {
      h1 {
        font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h1 {
        font-size: 110px; } }
  @media (max-width: 660px) {
    h1 {
      font-size: 33px; } }

h2 {
  line-height: 1.1;
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B;
  margin-top: 0.1em;
  margin-bottom: 0.2em; }
  h2 {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      h2 {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h2 {
        font-size: 60px; } }

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #003A70; }
  h3 {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      h3 {
        font-size: calc(24px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h3 {
        font-size: 32px; } }

h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #14558E; }
  h4 {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      h4 {
        font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h4 {
        font-size: 28px; } }

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 900; }
  h5 {
    font-size: 19px; }
    @media screen and (min-width: 661px) {
      h5 {
        font-size: calc(19px + 7 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      h5 {
        font-size: 26px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

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

a:link, a:visited {
  color: #003A70;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: bold; }

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

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

.co-button,
button,
.button_primary {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 70px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 15px 30px;
  position: relative;
  background: #003A70;
  border: 2px solid #003A70;
  color: #FFFFFF; }
  .co-button,
  button,
  .button_primary {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .co-button,
      button,
      .button_primary {
        font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .co-button,
      button,
      .button_primary {
        font-size: 15px; } }
  .co-button:focus,
  button:focus,
  .button_primary:focus {
    -webkit-box-shadow: #FFB71B 0 0 0.5em;
            box-shadow: #FFB71B 0 0 0.5em;
    outline: none; }
  .co-button:hover:link, .co-button:hover:visited,
  .co-button:hover a:link,
  .co-button:hover a:visited, .co-button:active:link, .co-button:active:visited,
  .co-button:active a:link,
  .co-button:active a:visited, .co-button:focus:link, .co-button:focus:visited,
  .co-button:focus a:link,
  .co-button:focus a:visited,
  button:hover:link,
  button:hover:visited,
  button:hover a:link,
  button:hover a:visited,
  button:active:link,
  button:active:visited,
  button:active a:link,
  button:active a:visited,
  button:focus:link,
  button:focus:visited,
  button:focus a:link,
  button:focus a:visited,
  .button_primary:hover:link,
  .button_primary:hover:visited,
  .button_primary:hover a:link,
  .button_primary:hover a:visited,
  .button_primary:active:link,
  .button_primary:active:visited,
  .button_primary:active a:link,
  .button_primary:active a:visited,
  .button_primary:focus:link,
  .button_primary:focus:visited,
  .button_primary:focus a:link,
  .button_primary:focus a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #113756; }
  .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 {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    p .co-button:link, p .co-button:visited, p
    .co-button a:link, p
    .co-button a:visited, p
    button:link, p
    button:visited, p
    button a:link, p
    button a:visited, p
    .button_primary:link, p
    .button_primary:visited, p
    .button_primary a:link, p
    .button_primary a:visited {
      text-decoration: none; }

.button_secondary {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 70px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 15px 30px;
  position: relative;
  background: #FFB71B;
  color: #003A70;
  border: 2px solid #FFB71B; }
  .button_secondary {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .button_secondary {
        font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_secondary {
        font-size: 15px; } }
  .button_secondary:focus {
    -webkit-box-shadow: #FFB71B 0 0 0.5em;
            box-shadow: #FFB71B 0 0 0.5em;
    outline: none; }
  .button_secondary:hover:link, .button_secondary:hover:visited,
  .button_secondary:hover a:link,
  .button_secondary:hover a:visited, .button_secondary:active:link, .button_secondary:active:visited,
  .button_secondary:active a:link,
  .button_secondary:active a:visited, .button_secondary:focus:link, .button_secondary:focus:visited,
  .button_secondary:focus a:link,
  .button_secondary:focus a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #113756; }
  .button_secondary:link, .button_secondary:visited,
  .button_secondary a:link,
  .button_secondary a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    p .button_secondary:link, p .button_secondary:visited, p
    .button_secondary a:link, p
    .button_secondary a:visited {
      text-decoration: none; }
  .button_secondary:link, .button_secondary:visited,
  .button_secondary a:link,
  .button_secondary a:visited {
    color: #003A70; }

.button_link_internal {
  font-size: 18px;
  line-height: 1.45;
  background: transparent;
  color: #003A70;
  border: none;
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 10px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  position: relative;
  padding-left: 0px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link_internal {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link_internal {
        font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link_internal {
        font-size: 18px; } }
  .button_link_internal:hover, .button_link_internal:active, .button_link_internal:focus {
    background: transparent;
    border-bottom: 4px solid #003A70; }
    .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;
      color: #003A70;
      text-decoration: none;
      border-bottom: 4px solid #003A70;
      -webkit-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
  .button_link_internal:link, .button_link_internal:visited,
  .button_link_internal a:link,
  .button_link_internal a:visited {
    border-bottom: 4px solid #FFB71B;
    color: #003A70;
    text-decoration: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s 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: #003A70;
    outline: none; }
  .button_link_internal:after {
    content: '';
    height: 21px;
    width: 24px;
    position: absolute;
    right: 1px;
    top: 3px; }
  .button_link_internal:after {
    background-image: url(images/internal_icon.svg);
    height: 21px;
    width: 12px;
    background-repeat: no-repeat; }

.button_link_external {
  font-size: 18px;
  line-height: 1.45;
  background: transparent;
  color: #003A70;
  border: none;
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 10px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  position: relative;
  padding-left: 0px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link_external {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link_external {
        font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link_external {
        font-size: 18px; } }
  .button_link_external:hover, .button_link_external:active, .button_link_external:focus {
    background: transparent;
    border-bottom: 4px solid #003A70; }
    .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;
      color: #003A70;
      text-decoration: none;
      border-bottom: 4px solid #003A70;
      -webkit-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
  .button_link_external:link, .button_link_external:visited,
  .button_link_external a:link,
  .button_link_external a:visited {
    border-bottom: 4px solid #FFB71B;
    color: #003A70;
    text-decoration: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s 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: #003A70;
    outline: none; }
  .button_link_external:after {
    content: '';
    height: 21px;
    width: 24px;
    position: absolute;
    right: 1px;
    top: 3px; }
  .button_link_external:after {
    background-image: url(images/external_icon2.svg); }

.button_link.button_external {
  font-size: 18px;
  line-height: 1.45;
  background: transparent;
  color: #003A70;
  border: none;
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 10px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  position: relative;
  padding-left: 0px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link.button_external {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link.button_external {
        font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link.button_external {
        font-size: 18px; } }
  .button_link.button_external:hover, .button_link.button_external:active, .button_link.button_external:focus {
    background: transparent;
    border-bottom: 4px solid #003A70; }
    .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;
      color: #003A70;
      text-decoration: none;
      border-bottom: 4px solid #003A70;
      -webkit-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
  .button_link.button_external:link, .button_link.button_external:visited,
  .button_link.button_external a:link,
  .button_link.button_external a:visited {
    border-bottom: 4px solid #FFB71B;
    color: #003A70;
    text-decoration: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s 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: #003A70;
    outline: none; }
  .button_link.button_external:after {
    content: '';
    height: 21px;
    width: 24px;
    position: absolute;
    right: 1px;
    top: 3px; }
  .button_link.button_external:after {
    background-image: url(images/external_icon2.svg); }

.button_link.button_internal {
  font-size: 18px;
  line-height: 1.45;
  background: transparent;
  color: #003A70;
  border: none;
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 10px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  position: relative;
  padding-left: 0px;
  padding-right: 40px;
  margin-top: 15px;
  display: inline-block; }
  .button_link.button_internal {
    font-size: 16px; }
    @media screen and (min-width: 661px) {
      .button_link.button_internal {
        font-size: calc(16px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_link.button_internal {
        font-size: 18px; } }
  .button_link.button_internal:hover, .button_link.button_internal:active, .button_link.button_internal:focus {
    background: transparent;
    border-bottom: 4px solid #003A70; }
    .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;
      color: #003A70;
      text-decoration: none;
      border-bottom: 4px solid #003A70;
      -webkit-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
  .button_link.button_internal:link, .button_link.button_internal:visited,
  .button_link.button_internal a:link,
  .button_link.button_internal a:visited {
    border-bottom: 4px solid #FFB71B;
    color: #003A70;
    text-decoration: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s 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: #003A70;
    outline: none; }
  .button_link.button_internal:after {
    content: '';
    height: 21px;
    width: 24px;
    position: absolute;
    right: 1px;
    top: 3px; }
  .button_link.button_internal:after {
    background-image: url(images/internal_icon.svg);
    height: 21px;
    width: 12px;
    background-repeat: no-repeat; }

.button_accent {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 70px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 15px 30px;
  position: relative;
  background: transparent;
  color: #003A70;
  border: 2px solid #003A70; }
  .button_accent {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .button_accent {
        font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .button_accent {
        font-size: 15px; } }
  .button_accent:focus {
    -webkit-box-shadow: #FFB71B 0 0 0.5em;
            box-shadow: #FFB71B 0 0 0.5em;
    outline: none; }
  .button_accent:hover:link, .button_accent:hover:visited,
  .button_accent:hover a:link,
  .button_accent:hover a:visited, .button_accent:active:link, .button_accent:active:visited,
  .button_accent:active a:link,
  .button_accent:active a:visited, .button_accent:focus:link, .button_accent:focus:visited,
  .button_accent:focus a:link,
  .button_accent:focus a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #113756; }
  .button_accent:link, .button_accent:visited,
  .button_accent a:link,
  .button_accent a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    p .button_accent:link, p .button_accent:visited, p
    .button_accent a:link, p
    .button_accent a:visited {
      text-decoration: none; }
  .button_accent:link, .button_accent:visited,
  .button_accent a:link,
  .button_accent a:visited {
    color: #003A70; }

.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; }

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

.narrow-wrapper {
  max-width: 619px;
  margin: 0 auto;
  padding: 0 35px; }
  .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: 35px; }
    @media screen and (min-width: 661px) {
      .full-media-wrapper {
        padding-left: calc(35px + 350 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .full-media-wrapper {
        padding-left: 385px; } }
  .full-media-wrapper {
    padding-right: 35px; }
    @media screen and (min-width: 661px) {
      .full-media-wrapper {
        padding-right: calc(35px + 350 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .full-media-wrapper {
        padding-right: 385px; } }
  .full-media-wrapper img {
    width: 100%;
    height: auto; }

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

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

.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 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%; }
  @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.3333%;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%; }
  @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 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

.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 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

.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); }

section.component .scroll_padding {
  padding-top: 122.5px; }
  section.component .scroll_padding {
    padding-top: 42px; }
    @media screen and (min-width: 661px) {
      section.component .scroll_padding {
        padding-top: calc(42px + 80.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      section.component .scroll_padding {
        padding-top: 122.5px; } }

.page-template-default .site-main {
  margin: 0 auto 60px; }

.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: #000044;
  opacity: 0.3; }

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

.component__hr_below {
  margin-top: 20px;
  margin-bottom: 0px; }

.icon_quote svg {
  width: 25px;
  height: 26px; }
  .icon_quote svg {
    height: 26px; }
    @media screen and (min-width: 661px) {
      .icon_quote svg {
        height: calc(26px + 12 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .icon_quote svg {
        height: 38px; } }
  .icon_quote svg {
    width: 25px; }
    @media screen and (min-width: 661px) {
      .icon_quote svg {
        width: calc(25px + 12 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .icon_quote svg {
        width: 37px; } }

.icon_quote svg path {
  fill: #113756;
  opacity: 0.3; }

.component__full_width_content p:first-child {
  margin-top: 0; }

.component__last_margin {
  padding-bottom: 122.5px; }
  .component__last_margin {
    padding-bottom: 52.5px; }
    @media screen and (min-width: 661px) {
      .component__last_margin {
        padding-bottom: calc(52.5px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .component__last_margin {
        padding-bottom: 122.5px; } }

@media (max-width: 660px) {
  .mct--item {
    margin-bottom: 35px; }
    .mct--item:last-child {
      margin-bottom: 0; } }

@media (min-width: 661px) {
  .mobile_only {
    display: none; } }

@media (max-width: 660px) {
  .desktop_only {
    display: none; } }

.site-header {
  top: 0;
  z-index: 5;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 25, 53, 0.8)), to(rgba(23, 100, 201, 0)));
  background: -webkit-linear-gradient(rgba(5, 25, 53, 0.8) 0%, rgba(23, 100, 201, 0) 100%);
  background: -o-linear-gradient(rgba(5, 25, 53, 0.8) 0%, rgba(23, 100, 201, 0) 100%);
  background: linear-gradient(rgba(5, 25, 53, 0.8) 0%, rgba(23, 100, 201, 0) 100%);
  width: 100%; }
  @media (min-width: 0px) and (max-width: 1060px) {
    .site-header {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(5, 25, 53, 0.8)), color-stop(90.42%, rgba(23, 100, 201, 0)));
      background: -webkit-linear-gradient(rgba(5, 25, 53, 0.8) 15%, rgba(23, 100, 201, 0) 90.42%);
      background: -o-linear-gradient(rgba(5, 25, 53, 0.8) 15%, rgba(23, 100, 201, 0) 90.42%);
      background: linear-gradient(rgba(5, 25, 53, 0.8) 15%, rgba(23, 100, 201, 0) 90.42%); } }
  .site-header .main-nav .menu-item a {
    color: #003A70; }
    @media (max-width: 660px) {
      .site-header .main-nav .menu-item a {
        color: #003A70; } }
  .site-header--top_wrapper {
    position: relative;
    top: 0;
    padding-top: 20px; }
  .site-header--top {
    margin: 0 auto; }
  @media (max-width: 660px) {
    .site-header--top_inner {
      padding-left: 3%;
      padding-right: 3%; } }
  @media (min-width: 661px) {
    .site-header--top_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: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .site-header--top_inner {
        padding-left: 17.5px; } }
    @media screen and (min-width: 661px) and (min-width: 661px) {
      .site-header--top_inner {
        padding-left: calc(17.5px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 661px) and (min-width: 2000px) {
      .site-header--top_inner {
        padding-left: 35px; } }
  @media (min-width: 661px) {
      .site-header--top_inner {
        padding-right: 17.5px; } }
    @media screen and (min-width: 661px) and (min-width: 661px) {
      .site-header--top_inner {
        padding-right: calc(17.5px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 661px) and (min-width: 2000px) {
      .site-header--top_inner {
        padding-right: 35px; } }
  .site-header--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .site-header--main_logo {
    visibility: visible;
    opacity: 1;
    -webkit-animation: 1.5s ease-in 0s 1 fadeIn;
            animation: 1.5s ease-in 0s 1 fadeIn;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .site-header--main_logo img {
      width: 120px; }
    .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 + 200 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .site-header--main_logo svg {
            width: 300px; } }
      @media (max-width: 660px) {
        .site-header--main_logo svg {
          margin-top: 0px;
          position: relative;
          display: block;
          width: 123px;
          height: auto;
          padding-left: 0px;
          padding-right: 15px; } }
    .site-header--main_logo.logoHidden {
      visibility: hidden;
      width: 0;
      opacity: 0;
      -webkit-transition: opacity .5s ease-in;
      -o-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .site-header--main_logo.logoHidden svg {
        width: 0; }
    @media (min-width: 661px) and (max-width: 1060px) {
      .site-header--main_logo {
        position: absolute; } }
  .site-header--sticky_logo {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .site-header--sticky_logo svg {
      width: 0px;
      height: auto; }
    .site-header--sticky_logo.logoActive {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .5s ease-in;
      -o-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .site-header--sticky_logo.logoActive svg {
        width: 111px;
        height: auto; }
        .site-header--sticky_logo.logoActive svg {
          width: 100px; }
          @media screen and (min-width: 661px) {
            .site-header--sticky_logo.logoActive svg {
              width: calc(100px + 20 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .site-header--sticky_logo.logoActive svg {
              width: 120px; } }
  .site-header #js-logo_toggle {
    text-decoration: none; }
  .site-header--mobile {
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 661px) {
      .site-header--mobile {
        display: none; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .site-header--right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .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; }
    @media (min-width: 661px) and (max-width: 1060px) {
      .site-header--right_top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%; } }
  .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; }
    .site-header--menu_buttons a {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      min-width: 130px; }
    .site-header--menu_buttons .button_accent {
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
      .site-header--menu_buttons .button_accent:hover, .site-header--menu_buttons .button_accent:focus, .site-header--menu_buttons .button_accent:active {
        border-color: #003A70; }
    @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;
    padding-left: 17.5px; }
    @media (max-width: 660px) {
      .site-header--join_button, .site-header--donate_button {
        display: none; } }
  .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: #FFFFFF;
    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: #FFFFFF;
      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: "Oswald", 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: #FFB71B;
          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: 0;
    padding-left: 10px; }
    @media (max-width: 660px) {
      .site-header--social_links {
        display: none; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .site-header--social_links {
        padding-bottom: 11.6666666667px; } }
  .site-header--mobile_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: 35px 17.5px 70px;
        -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: 11.6666666667px; }
    .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: #FFB71B; }
    .site-header--mobile_social_icon svg {
      fill: #FFFFFF;
      height: 20px;
      width: auto;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      @media (max-width: 660px) {
        .site-header--mobile_social_icon svg {
          fill: #003A70; } }
  .site-header--social_icon {
    text-decoration: none;
    padding: 11.6666666667px; }
    .site-header--social_icon {
      padding: 4px; }
      @media screen and (min-width: 661px) {
        .site-header--social_icon {
          padding: calc(4px + 7.6666666667 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .site-header--social_icon {
          padding: 11.6666666667px; } }
    .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: #FFB71B; }
    .site-header--social_icon svg {
      fill: #FFFFFF;
      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; } }

.main-nav {
  padding: 0; }
  @media (max-width: 660px) {
    .main-nav {
      width: 100%;
      background-color: #FFFFFF;
      position: fixed;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main-nav.closed {
        background-color: transparent;
        position: absolute;
        height: 0; }
      .main-nav .main-nav--container {
        height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 120px;
        opacity: 1;
        -webkit-transition: height .3s ease, border 1s ease, opacity .5s ease;
        -o-transition: height .3s ease, border 1s ease, opacity .5s ease;
        transition: height .3s ease, border 1s ease, opacity .5s ease; }
        .main-nav .main-nav--container.closed {
          height: 0;
          opacity: 0;
          margin-top: 0px; }
          .main-nav .main-nav--container.closed .main-nav--menu {
            display: none;
            -webkit-transition: all 5s ease;
            -o-transition: all 5s ease;
            transition: all 5s ease; }
          .main-nav .main-nav--container.closed .menu-item {
            opacity: 0;
            border-bottom: 1px solid #FFB71B; }
        .main-nav .main-nav--container .menu-item {
          opacity: 1;
          border-bottom: 1px solid #FFB71B; }
          .main-nav .main-nav--container .menu-item a,
          .main-nav .main-nav--container .menu-item a:link,
          .main-nav .main-nav--container .menu-item a:visited {
            color: #003A70; }
        .main-nav .main-nav--container .main-nav--menu {
          display: block; } }
  @media (min-width: 1061px) {
    .main-nav {
      padding: 0 0 0 17.5px; } }
  .main-nav--menu {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 661px) {
      .main-nav--menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        -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: 11.6666666667px 35px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
    .main-nav .menu-item {
      padding-left: 7px; }
      @media screen and (min-width: 661px) {
        .main-nav .menu-item {
          padding-left: calc(7px + 23 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .main-nav .menu-item {
          padding-left: 30px; } }
    .main-nav .menu-item {
      padding-right: 7px; }
      @media screen and (min-width: 661px) {
        .main-nav .menu-item {
          padding-right: calc(7px + 23 * ((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: #FFFFFF;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
    .main-nav .menu-item.donate-button a {
      border-radius: 3px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      text-shadow: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-width: 70px;
      letter-spacing: 0.05em;
      line-height: 1.45;
      padding: 15px 30px;
      position: relative;
      background: #003A70;
      border: 2px solid #003A70;
      color: #FFFFFF;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.donate-button a {
        font-size: 14px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.donate-button a {
            font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.donate-button a {
            font-size: 15px; } }
      .main-nav .menu-item.donate-button a:focus {
        -webkit-box-shadow: #FFB71B 0 0 0.5em;
                box-shadow: #FFB71B 0 0 0.5em;
        outline: none; }
      .main-nav .menu-item.donate-button a:hover:link, .main-nav .menu-item.donate-button a:hover:visited,
      .main-nav .menu-item.donate-button a:hover a:link,
      .main-nav .menu-item.donate-button a:hover a:visited, .main-nav .menu-item.donate-button a:active:link, .main-nav .menu-item.donate-button a:active:visited,
      .main-nav .menu-item.donate-button a:active a:link,
      .main-nav .menu-item.donate-button a:active a:visited, .main-nav .menu-item.donate-button a:focus:link, .main-nav .menu-item.donate-button a:focus:visited,
      .main-nav .menu-item.donate-button a:focus a:link,
      .main-nav .menu-item.donate-button a:focus a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #113756; }
      .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 {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        p .main-nav .menu-item.donate-button a:link, p .main-nav .menu-item.donate-button a:visited, p
        .main-nav .menu-item.donate-button a a:link, p
        .main-nav .menu-item.donate-button a a:visited {
          text-decoration: none; }
      .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 a {
      border-radius: 3px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      text-shadow: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-width: 70px;
      letter-spacing: 0.05em;
      line-height: 1.45;
      padding: 15px 30px;
      position: relative;
      background: #FFB71B;
      color: #003A70;
      border: 2px solid #FFB71B;
      padding: 14px 5px 12px;
      min-width: 145px;
      line-height: 1; }
      .main-nav .menu-item.signup-button a {
        font-size: 14px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item.signup-button a {
            font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item.signup-button a {
            font-size: 15px; } }
      .main-nav .menu-item.signup-button a:focus {
        -webkit-box-shadow: #FFB71B 0 0 0.5em;
                box-shadow: #FFB71B 0 0 0.5em;
        outline: none; }
      .main-nav .menu-item.signup-button a:hover:link, .main-nav .menu-item.signup-button a:hover:visited,
      .main-nav .menu-item.signup-button a:hover a:link,
      .main-nav .menu-item.signup-button a:hover a:visited, .main-nav .menu-item.signup-button a:active:link, .main-nav .menu-item.signup-button a:active:visited,
      .main-nav .menu-item.signup-button a:active a:link,
      .main-nav .menu-item.signup-button a:active a:visited, .main-nav .menu-item.signup-button a:focus:link, .main-nav .menu-item.signup-button a:focus:visited,
      .main-nav .menu-item.signup-button a:focus a:link,
      .main-nav .menu-item.signup-button a:focus a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #113756; }
      .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 {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        p .main-nav .menu-item.signup-button a:link, p .main-nav .menu-item.signup-button a:visited, p
        .main-nav .menu-item.signup-button a a:link, p
        .main-nav .menu-item.signup-button a a:visited {
          text-decoration: none; }
      .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 {
        color: #003A70; }
    @media (min-width: 661px) and (max-width: 1060px) {
      .main-nav .menu-item:first-child {
        margin-left: -70px; } }
    @media (min-width: 1061px) {
      .main-nav .menu-item:first-child {
        margin-left: -35px; } }
    .main-nav .menu-item:hover a, .main-nav .menu-item:active a, .main-nav .menu-item:focus a {
      color: #FFFFFF;
      text-transform: capitalize;
      border-bottom: 3px solid #FFB71B;
      text-decoration: none; }
    .main-nav .menu-item a,
    .main-nav .menu-item a:link,
    .main-nav .menu-item a:visited {
      color: #FFFFFF;
      font-size: 15px;
      -webkit-transition: border-width .1s ease;
      -o-transition: border-width .1s ease;
      transition: border-width .1s ease;
      text-decoration: none;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      text-transform: capitalize;
      font-size: 15px;
      line-height: 1.45; }
      .main-nav .menu-item a,
      .main-nav .menu-item a:link,
      .main-nav .menu-item a:visited {
        font-size: 13px; }
        @media screen and (min-width: 661px) {
          .main-nav .menu-item a,
          .main-nav .menu-item a:link,
          .main-nav .menu-item a:visited {
            font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .main-nav .menu-item a,
          .main-nav .menu-item a:link,
          .main-nav .menu-item a:visited {
            font-size: 15px; } }

.nav_toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 17px 12px 14px;
  text-transform: uppercase; }
  .nav_toggle:hover, .nav_toggle:focus, .nav_toggle:active {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #FFB71B;
    outline: none; }
  .nav_toggle:hover span {
    background-color: transparent; }
  @media (min-width: 661px) {
    .nav_toggle {
      display: none; } }
  .page-template-tpl-landingPage-php .nav_toggle {
    display: none; }
  .nav_toggle.closed {
    background-color: transparent; }
    .nav_toggle.closed:hover span {
      background-color: #FFFFFF; }
  .nav_toggle--icon {
    border-top: 4px solid transparent;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    -webkit-transition: border-color 0.2s ease, width 0.2s ease;
    -o-transition: border-color 0.2s ease, width 0.2s ease;
    transition: border-color 0.2s ease, width 0.2s ease;
    width: 30px; }
    .closed .nav_toggle--icon {
      border-top-color: #FFFFFF;
      top: -5px; }
    .nav_toggle--icon:before, .nav_toggle--icon:after {
      background-color: #003A70;
      content: "";
      height: 4px;
      left: 0;
      position: absolute;
      top: -11px;
      -webkit-transition: width 0.2s ease, -webkit-transform 0.2s ease;
      transition: width 0.2s ease, -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease, width 0.2s ease;
      transition: transform 0.2s ease, width 0.2s ease;
      transition: transform 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
      width: 30px; }
      .closed .nav_toggle--icon:before, .closed .nav_toggle--icon:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        background-color: #FFFFFF; }
    .nav_toggle--icon:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .closed .nav_toggle--icon:before {
        top: -13px; }
    .nav_toggle--icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .closed .nav_toggle--icon:after {
        top: 5px; }

.site-header.scroll {
  max-width: none;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }
  @media (max-width: 660px) {
    .site-header.scroll {
      position: fixed;
      top: 0;
      left: 0; }
      .site-header.scroll .site-header--top_wrapper {
        background-color: #113756;
        -webkit-transition: background-color 0.7s ease;
        -o-transition: background-color 0.7s ease;
        transition: background-color 0.7s ease;
        padding-bottom: 10px;
        padding-top: 10px; } }

.image-topper {
  background-image: url("images/hp-header-resized.jpg");
  position: relative;
  height: 75vh;
  overflow: hidden;
  top: 0;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right; }
  @media screen and (max-width: 850px) {
    .image-topper {
      background: -webkit-gradient(linear, left top, left bottom, from(#051b35), to(#051b35));
      background: -webkit-linear-gradient(#051b35, #051b35);
      background: -o-linear-gradient(#051b35, #051b35);
      background: linear-gradient(#051b35, #051b35); } }

.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;
    overflow: hidden; }
    .topper.topper-image .topper--inner {
      height: 218px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--inner {
          height: calc(218px + 440 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--inner {
          height: 658px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--inner {
        height: 210px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .topper.topper-image .topper--inner {
        height: 375px; } }
  .topper.topper-image .topper--text_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    z-index: 2;
    position: relative; }
    @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_area hr {
      width: 33%;
      float: left; }
  .topper.topper-image .topper--text_inner {
    position: absolute;
    padding: 70px 70px 17.5px 17.5px; }
    .topper.topper-image .topper--text_inner {
      bottom: 8.75px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--text_inner {
          bottom: calc(8.75px + 8.75 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--text_inner {
          bottom: 17.5px; } }
    .topper.topper-image .topper--text_inner {
      padding-left: 0px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--text_inner {
          padding-left: calc(0px + 105 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--text_inner {
          padding-left: 105px; } }
    .topper.topper-image .topper--text_inner {
      padding-right: 0px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--text_inner {
          padding-right: calc(0px + 105 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--text_inner {
          padding-right: 105px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--text_inner {
        padding-left: 0; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .topper.topper-image .topper--text_inner {
        bottom: 35px; } }
  .topper.topper-image .topper--title {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 110px;
    line-height: 1.05;
    text-align: left;
    line-height: 0.9;
    margin-bottom: 0.25em;
    color: #FFFFFF; }
    .topper.topper-image .topper--title {
      font-size: 33px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--title {
          font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--title {
          font-size: 110px; } }
  .topper.topper-image .topper--description {
    color: #003A70;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    margin-bottom: .5em; }
    .topper.topper-image .topper--description {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image .topper--description {
          font-size: calc(15px + 11 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image .topper--description {
          font-size: 26px; } }
    @media (max-width: 660px) {
      .topper.topper-image .topper--description {
        font-size: 18px; } }
  .topper.topper-image .topper--image_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#011d36), color-stop(64.06%, #003a70));
    background: -webkit-linear-gradient(top, #011d36 0%, #003a70 64.06%);
    background: -o-linear-gradient(top, #011d36 0%, #003a70 64.06%);
    background: linear-gradient(180deg, #011d36 0%, #003a70 64.06%); }
    @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%;
        overflow: hidden; } }
  .topper.topper-image .topper--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .topper.topper-image .topper--image img {
      width: 100%;
      height: auto;
      opacity: .3; }
      @media (max-width: 660px) {
        .topper.topper-image .topper--image img {
          height: 210px;
          width: auto; } }
      @media (min-width: 661px) and (max-width: 1060px) {
        .topper.topper-image .topper--image img {
          height: 375px;
          width: auto; } }
  .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-image--left .topper--text_inner {
    padding: 70px 70px 70px 70px; }
    .topper.topper-image--left .topper--text_inner {
      padding-left: 35px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-left: calc(35px + 87.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-left: 122.5px; } }
    .topper.topper-image--left .topper--text_inner {
      padding-right: 17.5px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-right: calc(17.5px + 105 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-right: 122.5px; } }
    .topper.topper-image--left .topper--text_inner {
      padding-bottom: 17.5px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-bottom: calc(17.5px + 52.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-bottom: 70px; } }
    .topper.topper-image--left .topper--text_inner {
      padding-top: 17.5px; }
      @media screen and (min-width: 661px) {
        .topper.topper-image--left .topper--text_inner {
          padding-top: calc(17.5px + 52.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-image--left .topper--text_inner {
          padding-top: 70px; } }
    @media (max-width: 660px) {
      .topper.topper-image--left .topper--text_inner {
        padding-left: 0; } }

.topper.topper-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#011d36), color-stop(64.06%, #003a70));
  background: -webkit-linear-gradient(top, #011d36 0%, #003a70 64.06%);
  background: -o-linear-gradient(top, #011d36 0%, #003a70 64.06%);
  background: linear-gradient(180deg, #011d36 0%, #003a70 64.06%); }
  .topper.topper-text {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-left: calc(0px + 105 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-left: 105px; } }
  .topper.topper-text {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-right: calc(0px + 105 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-right: 105px; } }
  .topper.topper-text {
    padding-top: 140px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-top: calc(140px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-top: 210px; } }
  .topper.topper-text {
    padding-bottom: 17.5px; }
    @media screen and (min-width: 661px) {
      .topper.topper-text {
        padding-bottom: calc(17.5px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .topper.topper-text {
        padding-bottom: 35px; } }
  .topper.topper-text h1 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 110px;
    line-height: 1.05;
    color: #FFFFFF; }
    .topper.topper-text h1 {
      font-size: 33px; }
      @media screen and (min-width: 661px) {
        .topper.topper-text h1 {
          font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-text h1 {
          font-size: 110px; } }
  .topper.topper-text .topper--description {
    color: #003A70;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Oswald", Helvetica, Arial, sans-serif; }
    .topper.topper-text .topper--description {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .topper.topper-text .topper--description {
          font-size: calc(15px + 11 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .topper.topper-text .topper--description {
          font-size: 26px; } }
    @media (max-width: 660px) {
      .topper.topper-text .topper--description {
        font-size: 18px; } }
  .topper.topper-text .topper--text_description {
    color: #FFFFFF; }

@media (max-width: 660px) {
  .video_topper {
    height: 80vh;
    min-height: 500px; } }

.video_topper video {
  width: auto;
  height: 150vh;
  opacity: 25%; }
  @media (max-width: 660px) {
    .video_topper video {
      width: auto;
      height: 80vh;
      min-height: 500px; } }

.video_topper--bottom {
  max-width: 2000px;
  margin: 0 auto; }

.video_topper--form {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
  padding-left: 70px;
  padding-right: 35px;
  -webkit-animation: 1.5s ease-out 0s 1 fadeIn;
          animation: 1.5s ease-out 0s 1 fadeIn;
  width: 40%; }
  .video_topper--form {
    bottom: 52.5px; }
    @media screen and (min-width: 661px) {
      .video_topper--form {
        bottom: calc(52.5px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .video_topper--form {
        bottom: 70px; } }
  .video_topper--form {
    padding-left: 35px; }
    @media screen and (min-width: 661px) {
      .video_topper--form {
        padding-left: calc(35px + 105 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .video_topper--form {
        padding-left: 140px; } }
  @media (max-width: 660px) {
    .video_topper--form {
      width: 94%;
      padding-left: 0;
      padding-right: 0;
      left: 3%;
      bottom: 80px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .video_topper--form {
      bottom: 60px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .video_topper--form {
      width: 62%;
      padding-left: 17.5px; } }

.video_topper--play {
  position: absolute;
  right: 70px;
  bottom: 70px; }
  .video_topper--play {
    right: 52.5px; }
    @media screen and (min-width: 661px) {
      .video_topper--play {
        right: calc(52.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .video_topper--play {
        right: 105px; } }
  .video_topper--play {
    bottom: 35px; }
    @media screen and (min-width: 661px) {
      .video_topper--play {
        bottom: calc(35px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .video_topper--play {
        bottom: 87.5px; } }
  @media (max-width: 660px) {
    .video_topper--play {
      left: 3%;
      bottom: 15px; } }

.video_topper--play_button {
  color: #FFFFFF; }
  .video_topper--play_button:link, .video_topper--play_button:visited {
    color: #FFFFFF !important; }
    .video_topper--play_button:link:after, .video_topper--play_button:visited:after {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      background: url(images/internal_icon_light.svg); }
  .video_topper--play_button:hover, .video_topper--play_button:focus, .video_topper--play_button:active {
    color: #FFFFFF !important;
    background: transparent;
    border-color: transparent; }
    .video_topper--play_button:hover:link, .video_topper--play_button:hover:visited, .video_topper--play_button:focus:link, .video_topper--play_button:focus:visited, .video_topper--play_button:active:link, .video_topper--play_button:active:visited {
      color: #FFFFFF !important; }
      .video_topper--play_button:hover:link:after, .video_topper--play_button:hover:visited:after, .video_topper--play_button:focus:link:after, .video_topper--play_button:focus:visited:after, .video_topper--play_button:active:link:after, .video_topper--play_button:active:visited:after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        right: -3px; }

.video_topper .signup--form {
  width: 100%;
  -webkit-animation: 1s ease-in 0s 1 fadeIn;
          animation: 1s ease-in 0s 1 fadeIn; }

.video_topper .signup--headline {
  margin-bottom: 25px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 110px;
  line-height: 1.05;
  color: #FFFFFF;
  text-transform: capitalize; }
  .video_topper .signup--headline {
    font-size: 33px; }
    @media screen and (min-width: 661px) {
      .video_topper .signup--headline {
        font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .video_topper .signup--headline {
        font-size: 110px; } }
  @media (max-width: 660px) {
    .video_topper .signup--headline {
      width: 80%; } }

.video_topper .actionnetwork-form #can_embed_form,
.video_topper .actionnetwork-form #can_embed_form.can_float,
.video_topper .actionnetwork-form #donate_auto_modal,
.video_topper .actionnetwork-form #donate_make_recurring_modal {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important; }
  .video_topper .actionnetwork-form #can_embed_form #can_embed_form_inner h2,
  .video_topper .actionnetwork-form #can_embed_form #can_embed_form_inner h4,
  .video_topper .actionnetwork-form #can_embed_form.can_float #can_embed_form_inner h2,
  .video_topper .actionnetwork-form #can_embed_form.can_float #can_embed_form_inner h4,
  .video_topper .actionnetwork-form #donate_auto_modal #can_embed_form_inner h2,
  .video_topper .actionnetwork-form #donate_auto_modal #can_embed_form_inner h4,
  .video_topper .actionnetwork-form #donate_make_recurring_modal #can_embed_form_inner h2,
  .video_topper .actionnetwork-form #donate_make_recurring_modal #can_embed_form_inner h4 {
    display: none; }
  .video_topper .actionnetwork-form #can_embed_form #action_info,
  .video_topper .actionnetwork-form #can_embed_form #logo_wrap,
  .video_topper .actionnetwork-form #can_embed_form.can_float #action_info,
  .video_topper .actionnetwork-form #can_embed_form.can_float #logo_wrap,
  .video_topper .actionnetwork-form #donate_auto_modal #action_info,
  .video_topper .actionnetwork-form #donate_auto_modal #logo_wrap,
  .video_topper .actionnetwork-form #donate_make_recurring_modal #action_info,
  .video_topper .actionnetwork-form #donate_make_recurring_modal #logo_wrap {
    display: none; }
  .video_topper .actionnetwork-form #can_embed_form #form_col1,
  .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1,
  .video_topper .actionnetwork-form #donate_auto_modal #form_col1,
  .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 {
    width: 70% !important; }
    @media (min-width: 0px) and (max-width: 1060px) {
      .video_topper .actionnetwork-form #can_embed_form #form_col1,
      .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1,
      .video_topper .actionnetwork-form #donate_auto_modal #form_col1,
      .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 {
        width: 100% !important; } }
    .video_topper .actionnetwork-form #can_embed_form #form_col1 li:nth-child(2),
    .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:nth-child(2),
    .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:nth-child(2),
    .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:nth-child(2) {
      width: 60% !important;
      display: inline-block;
      padding-right: 20px !important; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .video_topper .actionnetwork-form #can_embed_form #form_col1 li:nth-child(2),
        .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:nth-child(2),
        .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:nth-child(2),
        .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:nth-child(2) {
          width: 55% !important; } }
      @media (max-width: 660px) {
        .video_topper .actionnetwork-form #can_embed_form #form_col1 li:nth-child(2),
        .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:nth-child(2),
        .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:nth-child(2),
        .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:nth-child(2) {
          width: 49% !important;
          padding-right: 0px !important; } }
    .video_topper .actionnetwork-form #can_embed_form #form_col1 li:first-child,
    .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:first-child,
    .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:first-child,
    .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:first-child {
      width: 0% !important; }
    .video_topper .actionnetwork-form #can_embed_form #form_col1 li:nth-child(3),
    .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:nth-child(3),
    .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:nth-child(3),
    .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:nth-child(3) {
      width: 39% !important;
      display: inline-block; }
      @media (min-width: 661px) and (max-width: 1060px) {
        .video_topper .actionnetwork-form #can_embed_form #form_col1 li:nth-child(3),
        .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:nth-child(3),
        .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:nth-child(3),
        .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:nth-child(3) {
          width: 44% !important; } }
      @media (max-width: 660px) {
        .video_topper .actionnetwork-form #can_embed_form #form_col1 li:nth-child(3),
        .video_topper .actionnetwork-form #can_embed_form.can_float #form_col1 li:nth-child(3),
        .video_topper .actionnetwork-form #donate_auto_modal #form_col1 li:nth-child(3),
        .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col1 li:nth-child(3) {
          width: 49% !important; } }
  .video_topper .actionnetwork-form #can_embed_form #form_col2,
  .video_topper .actionnetwork-form #can_embed_form.can_float #form_col2,
  .video_topper .actionnetwork-form #donate_auto_modal #form_col2,
  .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col2 {
    width: 30% !important;
    padding-left: 20px !important; }
    @media (min-width: 0px) and (max-width: 1060px) {
      .video_topper .actionnetwork-form #can_embed_form #form_col2,
      .video_topper .actionnetwork-form #can_embed_form.can_float #form_col2,
      .video_topper .actionnetwork-form #donate_auto_modal #form_col2,
      .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col2 {
        width: 100% !important;
        padding-left: 0px !important; } }
    .video_topper .actionnetwork-form #can_embed_form #form_col2 #d_sharing,
    .video_topper .actionnetwork-form #can_embed_form.can_float #form_col2 #d_sharing,
    .video_topper .actionnetwork-form #donate_auto_modal #form_col2 #d_sharing,
    .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col2 #d_sharing {
      border: none !important; }
      .video_topper .actionnetwork-form #can_embed_form #form_col2 #d_sharing label,
      .video_topper .actionnetwork-form #can_embed_form.can_float #form_col2 #d_sharing label,
      .video_topper .actionnetwork-form #donate_auto_modal #form_col2 #d_sharing label,
      .video_topper .actionnetwork-form #donate_make_recurring_modal #form_col2 #d_sharing label {
        color: #FFFFFF !important; }
  .video_topper .actionnetwork-form #can_embed_form .can_button,
  .video_topper .actionnetwork-form #can_embed_form input[type=submit],
  .video_topper .actionnetwork-form #can_embed_form .button,
  .video_topper .actionnetwork-form #can_embed_form.can_float .can_button,
  .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit],
  .video_topper .actionnetwork-form #can_embed_form.can_float .button,
  .video_topper .actionnetwork-form #donate_auto_modal .can_button,
  .video_topper .actionnetwork-form #donate_auto_modal input[type=submit],
  .video_topper .actionnetwork-form #donate_auto_modal .button,
  .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button,
  .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit],
  .video_topper .actionnetwork-form #donate_make_recurring_modal .button {
    border-radius: 3px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    padding: 10px 0px 9px !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    background: #FFB71B !important;
    color: #003A70 !important;
    border: 2px solid #FFB71B !important; }
    .video_topper .actionnetwork-form #can_embed_form .can_button:hover:link, .video_topper .actionnetwork-form #can_embed_form .can_button:hover:visited,
    .video_topper .actionnetwork-form #can_embed_form .can_button:hover a:link,
    .video_topper .actionnetwork-form #can_embed_form .can_button:hover a:visited, .video_topper .actionnetwork-form #can_embed_form .can_button:active:link, .video_topper .actionnetwork-form #can_embed_form .can_button:active:visited,
    .video_topper .actionnetwork-form #can_embed_form .can_button:active a:link,
    .video_topper .actionnetwork-form #can_embed_form .can_button:active a:visited, .video_topper .actionnetwork-form #can_embed_form .can_button:focus:link, .video_topper .actionnetwork-form #can_embed_form .can_button:focus:visited,
    .video_topper .actionnetwork-form #can_embed_form .can_button:focus a:link,
    .video_topper .actionnetwork-form #can_embed_form .can_button:focus a:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover a:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover a:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active a:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active a:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus a:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus a:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:hover:link,
    .video_topper .actionnetwork-form #can_embed_form .button:hover:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:hover a:link,
    .video_topper .actionnetwork-form #can_embed_form .button:hover a:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:active:link,
    .video_topper .actionnetwork-form #can_embed_form .button:active:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:active a:link,
    .video_topper .actionnetwork-form #can_embed_form .button:active a:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:focus:link,
    .video_topper .actionnetwork-form #can_embed_form .button:focus:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:focus a:link,
    .video_topper .actionnetwork-form #can_embed_form .button:focus a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:active:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:active:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:active a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:active a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:active:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:active:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:active a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:active a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover a:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active a:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus a:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:hover:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:hover:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:hover a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:hover a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:active:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:active:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:active a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:active a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:focus:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:focus:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:focus a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:focus a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus a:visited {
      color: #FFFFFF !important;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .video_topper .actionnetwork-form #can_embed_form .can_button:link, .video_topper .actionnetwork-form #can_embed_form .can_button:visited,
    .video_topper .actionnetwork-form #can_embed_form .can_button a:link,
    .video_topper .actionnetwork-form #can_embed_form .can_button a:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:visited,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit] a:link,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit] a:visited,
    .video_topper .actionnetwork-form #can_embed_form .button:link,
    .video_topper .actionnetwork-form #can_embed_form .button:visited,
    .video_topper .actionnetwork-form #can_embed_form .button a:link,
    .video_topper .actionnetwork-form #can_embed_form .button a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit] a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit] a:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:visited,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button a:link,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:visited,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit] a:link,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit] a:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button:visited,
    .video_topper .actionnetwork-form #donate_auto_modal .button a:link,
    .video_topper .actionnetwork-form #donate_auto_modal .button a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit] a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit] a:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:visited,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button a:link,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button a:visited {
      color: #003A70 !important;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      p .video_topper .actionnetwork-form #can_embed_form .can_button:link, p .video_topper .actionnetwork-form #can_embed_form .can_button:visited, p
      .video_topper .actionnetwork-form #can_embed_form .can_button a:link, p
      .video_topper .actionnetwork-form #can_embed_form .can_button a:visited, p
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:link, p
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:visited, p
      .video_topper .actionnetwork-form #can_embed_form input[type=submit] a:link, p
      .video_topper .actionnetwork-form #can_embed_form input[type=submit] a:visited, p
      .video_topper .actionnetwork-form #can_embed_form .button:link, p
      .video_topper .actionnetwork-form #can_embed_form .button:visited, p
      .video_topper .actionnetwork-form #can_embed_form .button a:link, p
      .video_topper .actionnetwork-form #can_embed_form .button a:visited, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:link, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:visited, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button a:link, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button a:visited, p
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:link, p
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:visited, p
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit] a:link, p
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit] a:visited, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:link, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:visited, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .button a:link, p
      .video_topper .actionnetwork-form #can_embed_form.can_float .button a:visited, p
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:link, p
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:visited, p
      .video_topper .actionnetwork-form #donate_auto_modal .can_button a:link, p
      .video_topper .actionnetwork-form #donate_auto_modal .can_button a:visited, p
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:link, p
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:visited, p
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit] a:link, p
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit] a:visited, p
      .video_topper .actionnetwork-form #donate_auto_modal .button:link, p
      .video_topper .actionnetwork-form #donate_auto_modal .button:visited, p
      .video_topper .actionnetwork-form #donate_auto_modal .button a:link, p
      .video_topper .actionnetwork-form #donate_auto_modal .button a:visited, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:link, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:visited, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button a:link, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button a:visited, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:link, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:visited, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit] a:link, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit] a:visited, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:link, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:visited, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button a:link, p
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button a:visited {
        text-decoration: none; }
    .video_topper .actionnetwork-form #can_embed_form .can_button:focus,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus,
    .video_topper .actionnetwork-form #can_embed_form .button:focus,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus,
    .video_topper .actionnetwork-form #donate_auto_modal .button:focus,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus {
      -webkit-box-shadow: #FFB71B 0 0 0.5em !important;
              box-shadow: #FFB71B 0 0 0.5em !important;
      outline: none; }
    .video_topper .actionnetwork-form #can_embed_form .can_button:hover, .video_topper .actionnetwork-form #can_embed_form .can_button:active, .video_topper .actionnetwork-form #can_embed_form .can_button:focus,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active,
    .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus,
    .video_topper .actionnetwork-form #can_embed_form .button:hover,
    .video_topper .actionnetwork-form #can_embed_form .button:active,
    .video_topper .actionnetwork-form #can_embed_form .button:focus,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active,
    .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active,
    .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:active,
    .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:active,
    .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active,
    .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus,
    .video_topper .actionnetwork-form #donate_auto_modal .button:hover,
    .video_topper .actionnetwork-form #donate_auto_modal .button:active,
    .video_topper .actionnetwork-form #donate_auto_modal .button:focus,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active,
    .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active,
    .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus {
      background: #003A70 !important;
      border: 2px solid #003A70 !important;
      color: #FFFFFF !important; }
      .video_topper .actionnetwork-form #can_embed_form .can_button:hover:link, .video_topper .actionnetwork-form #can_embed_form .can_button:hover:visited,
      .video_topper .actionnetwork-form #can_embed_form .can_button:hover a:link,
      .video_topper .actionnetwork-form #can_embed_form .can_button:hover a:visited, .video_topper .actionnetwork-form #can_embed_form .can_button:active:link, .video_topper .actionnetwork-form #can_embed_form .can_button:active:visited,
      .video_topper .actionnetwork-form #can_embed_form .can_button:active a:link,
      .video_topper .actionnetwork-form #can_embed_form .can_button:active a:visited, .video_topper .actionnetwork-form #can_embed_form .can_button:focus:link, .video_topper .actionnetwork-form #can_embed_form .can_button:focus:visited,
      .video_topper .actionnetwork-form #can_embed_form .can_button:focus a:link,
      .video_topper .actionnetwork-form #can_embed_form .can_button:focus a:visited,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover:link,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover:visited,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover a:link,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:hover a:visited,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active:link,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active:visited,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active a:link,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:active a:visited,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus:link,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus:visited,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus a:link,
      .video_topper .actionnetwork-form #can_embed_form input[type=submit]:focus a:visited,
      .video_topper .actionnetwork-form #can_embed_form .button:hover:link,
      .video_topper .actionnetwork-form #can_embed_form .button:hover:visited,
      .video_topper .actionnetwork-form #can_embed_form .button:hover a:link,
      .video_topper .actionnetwork-form #can_embed_form .button:hover a:visited,
      .video_topper .actionnetwork-form #can_embed_form .button:active:link,
      .video_topper .actionnetwork-form #can_embed_form .button:active:visited,
      .video_topper .actionnetwork-form #can_embed_form .button:active a:link,
      .video_topper .actionnetwork-form #can_embed_form .button:active a:visited,
      .video_topper .actionnetwork-form #can_embed_form .button:focus:link,
      .video_topper .actionnetwork-form #can_embed_form .button:focus:visited,
      .video_topper .actionnetwork-form #can_embed_form .button:focus a:link,
      .video_topper .actionnetwork-form #can_embed_form .button:focus a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:hover a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:active a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .can_button:focus a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:hover a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:active a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float input[type=submit]:focus a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:hover a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:active:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:active:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:active a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:active a:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus:visited,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus a:link,
      .video_topper .actionnetwork-form #can_embed_form.can_float .button:focus a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover:link,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover a:link,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:hover a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:active:link,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:active:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:active a:link,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:active a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus:link,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus a:link,
      .video_topper .actionnetwork-form #donate_auto_modal .can_button:focus a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover:link,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover:visited,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover a:link,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:hover a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active:link,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active:visited,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active a:link,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:active a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus:link,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus:visited,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus a:link,
      .video_topper .actionnetwork-form #donate_auto_modal input[type=submit]:focus a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .button:hover:link,
      .video_topper .actionnetwork-form #donate_auto_modal .button:hover:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .button:hover a:link,
      .video_topper .actionnetwork-form #donate_auto_modal .button:hover a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .button:active:link,
      .video_topper .actionnetwork-form #donate_auto_modal .button:active:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .button:active a:link,
      .video_topper .actionnetwork-form #donate_auto_modal .button:active a:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .button:focus:link,
      .video_topper .actionnetwork-form #donate_auto_modal .button:focus:visited,
      .video_topper .actionnetwork-form #donate_auto_modal .button:focus a:link,
      .video_topper .actionnetwork-form #donate_auto_modal .button:focus a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:hover a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:active a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .can_button:focus a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:hover a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:active a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal input[type=submit]:focus a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:hover a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:active a:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus:visited,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus a:link,
      .video_topper .actionnetwork-form #donate_make_recurring_modal .button:focus a:visited {
        color: #FFFFFF !important;
        background: #003A70 !important;
        border: 2px solid #003A70 !important; }

.video_topper .actionnetwork-form #can_embed_form a, .video_topper .actionnetwork-form #donate_auto_modal a, .video_topper .actionnetwork-form #donate_make_recurring_modal a {
  color: #FFFFFF !important; }

.video_topper .ngp-form.at {
  overflow: visible; }
  .video_topper .ngp-form.at .at-inner {
    background-color: transparent; }
  .video_topper .ngp-form.at header.at-title {
    display: none; }
  .video_topper .ngp-form.at .at-error-console {
    color: #FFB71B; }
  .video_topper .ngp-form.at form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 600px; }
    @media (min-width: 0px) and (max-width: 809px) {
      .video_topper .ngp-form.at form {
        -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; } }
  .video_topper .ngp-form.at fieldset.at-fieldset {
    padding-left: 3px; }
  .video_topper .ngp-form.at fieldset .at-legend {
    display: none; }
  .video_topper .ngp-form.at .at-fields {
    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; }
  .video_topper .ngp-form.at .at-row.PostalCode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .video_topper .ngp-form.at .at-row.EmailAddress {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59%;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%; }
    @media (min-width: 481px) and (max-width: 809px) {
      .video_topper .ngp-form.at .at-row.EmailAddress {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 51%;
            -ms-flex: 0 0 51%;
                flex: 0 0 51%; } }
  .video_topper .ngp-form.at .at-text.EmailAddress {
    padding-right: 0;
    margin-right: 0; }
  .video_topper .ngp-form.at label {
    color: #FFFFFF;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .video_topper .ngp-form.at label:first-child {
      margin-left: 0px; }
  .video_topper .ngp-form.at .at input[type="text"],
  .video_topper .ngp-form.at .at input[type="password"],
  .video_topper .ngp-form.at .at input[type="date"],
  .video_topper .ngp-form.at .at input[type="datetime"],
  .video_topper .ngp-form.at .at input[type="datetime-local"],
  .video_topper .ngp-form.at .at input[type="month"],
  .video_topper .ngp-form.at .at input[type="week"],
  .video_topper .ngp-form.at .at input[type="email"],
  .video_topper .ngp-form.at .at input[type="number"],
  .video_topper .ngp-form.at .at input[type="search"],
  .video_topper .ngp-form.at .at input[type="tel"],
  .video_topper .ngp-form.at .at input[type="time"],
  .video_topper .ngp-form.at .at input[type="url"],
  .video_topper .ngp-form.at .at input[type="color"],
  .video_topper .ngp-form.at .at textarea {
    border-radius: 0px;
    border-color: #c5c5c5;
    border-width: 2px;
    padding: .6rem;
    font-size: 1.07rem;
    height: auto; }
  .video_topper .ngp-form.at .at-form-submit {
    padding: 0; }
    @media (min-width: 0px) and (max-width: 809px) {
      .video_topper .ngp-form.at .at-form-submit {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 96%;
            -ms-flex: 0 0 96%;
                flex: 0 0 96%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 481px) and (max-width: 809px) {
      .video_topper .ngp-form.at .at-form-submit {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.5%;
            -ms-flex: 0 0 91.5%;
                flex: 0 0 91.5%; } }
  .video_topper .ngp-form.at .at-form-submit .at-submit {
    margin: 0;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 70px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    padding: 15px 30px;
    position: relative;
    background: #003A70;
    border: 2px solid #003A70;
    color: #FFFFFF;
    padding: 11px 30px 13px; }
    .video_topper .ngp-form.at .at-form-submit .at-submit {
      font-size: 14px; }
      @media screen and (min-width: 661px) {
        .video_topper .ngp-form.at .at-form-submit .at-submit {
          font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .video_topper .ngp-form.at .at-form-submit .at-submit {
          font-size: 15px; } }
    .video_topper .ngp-form.at .at-form-submit .at-submit:focus {
      -webkit-box-shadow: #FFB71B 0 0 0.5em;
              box-shadow: #FFB71B 0 0 0.5em;
      outline: none; }
    .video_topper .ngp-form.at .at-form-submit .at-submit:hover:link, .video_topper .ngp-form.at .at-form-submit .at-submit:hover:visited,
    .video_topper .ngp-form.at .at-form-submit .at-submit:hover a:link,
    .video_topper .ngp-form.at .at-form-submit .at-submit:hover a:visited, .video_topper .ngp-form.at .at-form-submit .at-submit:active:link, .video_topper .ngp-form.at .at-form-submit .at-submit:active:visited,
    .video_topper .ngp-form.at .at-form-submit .at-submit:active a:link,
    .video_topper .ngp-form.at .at-form-submit .at-submit:active a:visited, .video_topper .ngp-form.at .at-form-submit .at-submit:focus:link, .video_topper .ngp-form.at .at-form-submit .at-submit:focus:visited,
    .video_topper .ngp-form.at .at-form-submit .at-submit:focus a:link,
    .video_topper .ngp-form.at .at-form-submit .at-submit:focus a:visited {
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #113756; }
    .video_topper .ngp-form.at .at-form-submit .at-submit:link, .video_topper .ngp-form.at .at-form-submit .at-submit:visited,
    .video_topper .ngp-form.at .at-form-submit .at-submit a:link,
    .video_topper .ngp-form.at .at-form-submit .at-submit a:visited {
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      p .video_topper .ngp-form.at .at-form-submit .at-submit:link, p .video_topper .ngp-form.at .at-form-submit .at-submit:visited, p
      .video_topper .ngp-form.at .at-form-submit .at-submit a:link, p
      .video_topper .ngp-form.at .at-form-submit .at-submit a:visited {
        text-decoration: none; }
    .video_topper .ngp-form.at .at-form-submit .at-submit:hover, .video_topper .ngp-form.at .at-form-submit .at-submit:focus, .video_topper .ngp-form.at .at-form-submit .at-submit:active {
      color: #FFFFFF; }
    @media (min-width: 0px) and (max-width: 809px) {
      .video_topper .ngp-form.at .at-form-submit .at-submit {
        float: left;
        margin-left: 3px;
        margin-top: 0;
        width: 100%; } }

.video_topper .ak-user-form .form-item label {
  color: #FFFFFF; }

@media (max-width: 660px) {
  .signup {
    padding-left: 17.5px;
    padding-right: 17.5px; } }

.signup--inner {
  background: #FFB71B;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .signup--inner {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-top: calc(35px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-top: 105px; } }
  .signup--inner {
    padding-bottom: 35px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-bottom: calc(35px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-bottom: 105px; } }
  .signup--inner {
    padding-left: 17.5px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-left: calc(17.5px + 87.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-left: 105px; } }
  .signup--inner {
    padding-right: 17.5px; }
    @media screen and (min-width: 661px) {
      .signup--inner {
        padding-right: calc(17.5px + 87.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--inner {
        padding-right: 105px; } }
  @media (max-width: 660px) {
    .signup--inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: calc(30px - 7px);
      padding-right: calc(30px - 7px); } }

.signup--headline {
  font-size: 70px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .signup--headline {
    font-size: 40px; }
    @media screen and (min-width: 661px) {
      .signup--headline {
        font-size: calc(40px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--headline {
        font-size: 70px; } }

.signup--description {
  margin-top: 0.5em;
  padding-right: 10px; }
  @media (min-width: 661px) and (max-width: 1060px) {
    .signup--description {
      line-height: 1.3; } }

.signup--text_wrapper {
  color: #003A70; }
  .signup--text_wrapper {
    padding-right: 17.5px; }
    @media screen and (min-width: 661px) {
      .signup--text_wrapper {
        padding-right: calc(17.5px + 24.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup--text_wrapper {
        padding-right: 42px; } }
  @media (max-width: 660px) {
    .signup--text_wrapper {
      text-align: left;
      padding: 0; } }

@media (max-width: 660px) {
  .signup--text {
    width: 100%;
    margin-top: 0; } }

@media (min-width: 661px) and (max-width: 1060px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%; } }

@media (min-width: 661px) and (max-width: 957px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

@media (min-width: 1061px) {
  .signup--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39%;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%; } }

@media (max-width: 660px) {
  .signup--form_wrapper {
    margin: 0; } }

.signup--form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61%;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%; }
  @media (max-width: 660px) {
    .signup--form {
      -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) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%; } }
  @media (min-width: 661px) and (max-width: 957px) {
    .signup--form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 68%;
          -ms-flex: 0 0 68%;
              flex: 0 0 68%;
      padding: 0;
      margin: 0; } }

.signup .ngp-form {
  padding: 70px 17.5px; }
  .signup .ngp-form {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form {
        padding-top: calc(35px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup .ngp-form {
        padding-top: 105px; } }
  .signup .ngp-form {
    padding-bottom: 35px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form {
        padding-bottom: calc(35px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup .ngp-form {
        padding-bottom: 105px; } }
  .signup .ngp-form {
    padding-left: 0px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form {
        padding-left: calc(0px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup .ngp-form {
        padding-left: 17.5px; } }
  .signup .ngp-form {
    padding-right: 0px; }
    @media screen and (min-width: 661px) {
      .signup .ngp-form {
        padding-right: calc(0px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup .ngp-form {
        padding-right: 17.5px; } }
  @media (max-width: 660px) {
    .signup .ngp-form {
      padding-left: 0;
      padding-right: 0;
      padding-top: 17.5px;
      padding-bottom: 52.5px; } }
  .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 0.625rem; }
      .signup .ngp-form .at-inner .at-form-submit input {
        border-radius: 3px;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: inline-block;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        text-shadow: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        min-width: 70px;
        letter-spacing: 0.05em;
        line-height: 1.45;
        padding: 15px 30px;
        position: relative;
        background: #003A70;
        border: 2px solid #003A70;
        color: #FFFFFF; }
        .signup .ngp-form .at-inner .at-form-submit input {
          font-size: 14px; }
          @media screen and (min-width: 661px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
          @media screen and (min-width: 2000px) {
            .signup .ngp-form .at-inner .at-form-submit input {
              font-size: 15px; } }
        .signup .ngp-form .at-inner .at-form-submit input:focus {
          -webkit-box-shadow: #FFB71B 0 0 0.5em;
                  box-shadow: #FFB71B 0 0 0.5em;
          outline: none; }
        .signup .ngp-form .at-inner .at-form-submit input:hover:link, .signup .ngp-form .at-inner .at-form-submit input:hover:visited,
        .signup .ngp-form .at-inner .at-form-submit input:hover a:link,
        .signup .ngp-form .at-inner .at-form-submit input:hover a:visited, .signup .ngp-form .at-inner .at-form-submit input:active:link, .signup .ngp-form .at-inner .at-form-submit input:active:visited,
        .signup .ngp-form .at-inner .at-form-submit input:active a:link,
        .signup .ngp-form .at-inner .at-form-submit input:active a:visited, .signup .ngp-form .at-inner .at-form-submit input:focus:link, .signup .ngp-form .at-inner .at-form-submit input:focus:visited,
        .signup .ngp-form .at-inner .at-form-submit input:focus a:link,
        .signup .ngp-form .at-inner .at-form-submit input:focus a:visited {
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background-color: #113756; }
        .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 {
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          p .signup .ngp-form .at-inner .at-form-submit input:link, p .signup .ngp-form .at-inner .at-form-submit input:visited, p
          .signup .ngp-form .at-inner .at-form-submit input a:link, p
          .signup .ngp-form .at-inner .at-form-submit input a:visited {
            text-decoration: none; }
        @media (max-width: 660px) {
          .signup .ngp-form .at-inner .at-form-submit input {
            width: 100%; } }
    .signup .ngp-form .at-inner label {
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 13px;
      color: #14558E;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      font-weight: 900; }
      .signup .ngp-form .at-inner label small {
        color: #003A70;
        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 #113756;
      border-radius: 3px;
      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: #113756;
        color: #FFFFFF; }
      @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: #003A70;
      opacity: 1; }
    .signup .ngp-form .at-inner input::-moz-placeholder {
      color: #003A70;
      opacity: 1; }
    .signup .ngp-form .at-inner input::-ms-input-placeholder {
      color: #003A70;
      opacity: 1; }
    .signup .ngp-form .at-inner input::placeholder {
      color: #003A70;
      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: #113756;
      border-color: #113756;
      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: #003A70;
      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: #FFB71B;
  border-color: #FFB71B;
  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: #FFB71B;
  border-color: #FFB71B;
  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: #FFB71B;
  border-color: #FFB71B;
  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: #FFB71B;
  border-color: #FFB71B;
  background-color: transparent; }

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

.ak-user-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ak-user-form .form-flex-large {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62%;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%; }
  .ak-user-form .form-flex-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .ak-user-form .form-flex-full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .ak-user-form .form-item {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .ak-user-form .form-item .ak-err {
      padding-left: 0;
      margin: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .ak-user-form .form-item .ak-err li {
        list-style-type: none;
        padding-left: 0;
        color: #FFB71B; }
    .ak-user-form .form-item .form-item-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .ak-user-form .form-item .form-button-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .ak-user-form .form-item input {
      border-radius: 3px;
      border-color: transparent;
      color: #585B64;
      padding: 15px;
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .ak-user-form .form-item input {
        font-size: 13px; }
        @media screen and (min-width: 661px) {
          .ak-user-form .form-item input {
            font-size: calc(13px + 5 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .ak-user-form .form-item input {
            font-size: 18px; } }
      @media (max-width: 660px) {
        .ak-user-form .form-item input {
          padding: 13px; } }
    .ak-user-form .form-item label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1.45;
      margin-top: .3em;
      margin-bottom: .1em; }
      .ak-user-form .form-item label {
        font-size: 13px; }
        @media screen and (min-width: 661px) {
          .ak-user-form .form-item label {
            font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .ak-user-form .form-item label {
            font-size: 15px; } }
    .ak-user-form .form-item .form-button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 15px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: normal;
      border-width: 0px; }
      .ak-user-form .form-item .form-button {
        font-size: 13px; }
        @media screen and (min-width: 661px) {
          .ak-user-form .form-item .form-button {
            font-size: calc(13px + 5 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .ak-user-form .form-item .form-button {
            font-size: 18px; } }
      .ak-user-form .form-item .form-button:hover, .ak-user-form .form-item .form-button:active {
        background-color: #003A70;
        color: #FFFFFF; }
      @media (max-width: 660px) {
        .ak-user-form .form-item .form-button {
          font-size: 12px; } }
      @media (min-width: 661px) and (max-width: 800px) {
        .ak-user-form .form-item .form-button {
          font-size: 15px; } }

#ak-errors {
  margin: 0;
  list-style-type: none;
  padding-left: 0; }

.ak-err {
  margin: 0;
  list-style-type: none;
  padding-left: 0; }
  .ak-err li {
    font-size: 15px;
    line-height: 1.45; }
    .ak-err li {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .ak-err li {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .ak-err li {
          font-size: 15px; } }

.footer_signup {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #003A70), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #003A70 50%, transparent 50%);
  background: -o-linear-gradient(bottom, #003A70 50%, transparent 50%);
  background: linear-gradient(0deg, #003A70 50%, transparent 50%); }
  .footer_signup .ak-user-form .form-item .ak-err li {
    color: #003A70; }

.form--disclaimer {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.45;
  margin-top: .45em;
  line-height: 1.45;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: .04em; }
  .form--disclaimer {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .form--disclaimer {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .form--disclaimer {
        font-size: 15px; } }

.signup_form--disclaimer {
  color: #003A70;
  font-size: 15px;
  line-height: 1.45;
  margin-top: .45em;
  line-height: 1.45;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: .03em; }
  .signup_form--disclaimer {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .signup_form--disclaimer {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .signup_form--disclaimer {
        font-size: 15px; } }

.donations--inner {
  background: #FFB71B; }

.donations--flex-wrapper {
  background-color: #FFB71B;
  padding: 35px;
  -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; }
  .donations--flex-wrapper {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .donations--flex-wrapper {
        padding-top: calc(35px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--flex-wrapper {
        padding-top: 87.5px; } }
  .donations--flex-wrapper {
    padding-bottom: 35px; }
    @media screen and (min-width: 661px) {
      .donations--flex-wrapper {
        padding-bottom: calc(35px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--flex-wrapper {
        padding-bottom: 87.5px; } }
  .donations--flex-wrapper {
    padding-left: 35px; }
    @media screen and (min-width: 661px) {
      .donations--flex-wrapper {
        padding-left: calc(35px + 122.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--flex-wrapper {
        padding-left: 157.5px; } }
  .donations--flex-wrapper {
    padding-right: 35px; }
    @media screen and (min-width: 661px) {
      .donations--flex-wrapper {
        padding-right: calc(35px + 122.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--flex-wrapper {
        padding-right: 157.5px; } }

.donations--headline {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 70px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }
  .donations--headline {
    font-size: 40px; }
    @media screen and (min-width: 661px) {
      .donations--headline {
        font-size: calc(40px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--headline {
        font-size: 70px; } }

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

.donations--text {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }
  @media (max-width: 660px) {
    .donations--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 17.5px;
      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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.donations--amounts {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .donations--amounts .col_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%; }

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

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

.donations--disclaimer {
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
  padding: 5px 15px; }
  .donations--disclaimer {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .donations--disclaimer {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .donations--disclaimer {
        font-size: 15px; } }

.home_donations--inner {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #003A70), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #003A70 50%, transparent 50%);
  background: -o-linear-gradient(bottom, #003A70 50%, transparent 50%);
  background: linear-gradient(0deg, #003A70 50%, transparent 50%); }

.home_donations--images_wrapper {
  padding-top: 122.5px;
  padding-bottom: 122.5px;
  background-color: #003A70; }
  .home_donations--images_wrapper {
    padding-top: 42px; }
    @media screen and (min-width: 661px) {
      .home_donations--images_wrapper {
        padding-top: calc(42px + 80.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--images_wrapper {
        padding-top: 122.5px; } }
  .home_donations--images_wrapper {
    padding-bottom: 52.5px; }
    @media screen and (min-width: 661px) {
      .home_donations--images_wrapper {
        padding-bottom: calc(52.5px + 70 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--images_wrapper {
        padding-bottom: 122.5px; } }

.home_donations--image {
  width: 100%;
  height: auto;
  border-bottom: 8px solid #FFB71B; }

.home_donations--flex_wrapper {
  background-color: #FFB71B;
  padding: 35px;
  -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; }
  .home_donations--flex_wrapper {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .home_donations--flex_wrapper {
        padding-top: calc(35px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--flex_wrapper {
        padding-top: 87.5px; } }
  .home_donations--flex_wrapper {
    padding-bottom: 35px; }
    @media screen and (min-width: 661px) {
      .home_donations--flex_wrapper {
        padding-bottom: calc(35px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--flex_wrapper {
        padding-bottom: 87.5px; } }
  .home_donations--flex_wrapper {
    padding-left: 35px; }
    @media screen and (min-width: 661px) {
      .home_donations--flex_wrapper {
        padding-left: calc(35px + 122.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--flex_wrapper {
        padding-left: 157.5px; } }
  .home_donations--flex_wrapper {
    padding-right: 35px; }
    @media screen and (min-width: 661px) {
      .home_donations--flex_wrapper {
        padding-right: calc(35px + 122.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--flex_wrapper {
        padding-right: 157.5px; } }

.home_donations--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }
  @media (max-width: 660px) {
    .home_donations--text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 17.5px;
      text-align: center; } }

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

.home_donations--disclaimer {
  font-size: 15px;
  line-height: 1.45;
  text-align: center; }
  .home_donations--disclaimer {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .home_donations--disclaimer {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .home_donations--disclaimer {
        font-size: 15px; } }

.home_donations--headline {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.home_donations .donations--button {
  margin: 2%; }

.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: #14558E;
    margin: 0 50px;
    padding: 17.5px 70px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    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: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding-right: 70px;
    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: 35px; }
      @media screen and (min-width: 661px) {
        .donation_bar--headline {
          padding-right: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--headline {
          padding-right: 70px; } }
  .donation_bar--description {
    line-height: 1.1;
    padding-right: 105px; }
    .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: 70px; }
      @media screen and (min-width: 661px) {
        .donation_bar--description {
          padding-right: calc(70px + 140 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .donation_bar--description {
          padding-right: 210px; } }
  .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: #FFB71B; }
    .donation_bar--close:before, .donation_bar--close:after {
      content: '';
      background-color: #113756;
      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: 100%;
  margin-bottom: 35px; }
  .news_feed--center_align .news_feed--top {
    margin: 0 auto 35px; }

.news_feed--title_left {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .news_feed--title_left {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_left {
        font-size: 60px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%; } }

.news_feed--title_center {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .news_feed--title_center {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_center {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_center {
        font-size: 60px; } }
  @media (max-width: 660px) {
    .news_feed--title_center {
      width: 100%; } }

.news_feed--item_title {
  text-decoration: none;
  margin-top: 17.5px;
  -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-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #14558E;
    color: #003A70;
    font-family: "Montserrat", sans-serif; }
    .news_feed--three_items .news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .news_feed--three_items .news_feed--item_title {
          font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_feed--three_items .news_feed--item_title {
          font-size: 28px; } }
  .news_feed--four_items .news_feed--item_title {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: #003A70;
    font-family: "Montserrat", sans-serif; }
    .news_feed--four_items .news_feed--item_title {
      font-size: 19px; }
      @media screen and (min-width: 661px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: calc(19px + 7 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: 26px; } }
  .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: #FFB71B;
    -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: 35px;
  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; }
  @media (max-width: 660px) {
    .news_feed--item_wrapper {
      padding-left: 23.3333333333px;
      padding-right: 23.3333333333px; } }

.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: 17.5px;
  margin-top: 17.5px; }
  @media (min-width: 661px) {
    .news_feed--element:last-child .news_feed--item_wrapper {
      padding-right: 0; } }

.news_feed--source {
  font-size: 15px;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif; }
  .news_feed--source {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--source {
        font-size: 15px; } }

.topper_nav {
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 17.5px; }
  .topper_nav--item {
    display: inline-block;
    padding: 0 12px; }
    .topper_nav--item a,
    .topper_nav--item a:link,
    .topper_nav--item a:visited {
      color: #113756;
      text-decoration: none;
      font-size: 13px;
      font-weight: 900;
      -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: 13px; }
        @media screen and (min-width: 661px) {
          .topper_nav--item a,
          .topper_nav--item a:link,
          .topper_nav--item a:visited {
            font-size: calc(13px + 3 * ((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: 16px; } }
      .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: #14558E;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-bottom: 2px solid #14558E; }
  @media (max-width: 660px) {
    .topper_nav {
      display: none;
      height: 0; } }

.tm.gray_bg {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, transparent), color-stop(10%, rgba(147, 149, 152, 0.1)), color-stop(90%, rgba(147, 149, 152, 0.1)), color-stop(90%, transparent));
  background: -webkit-linear-gradient(bottom, transparent 10%, rgba(147, 149, 152, 0.1) 10%, rgba(147, 149, 152, 0.1) 90%, transparent 90%);
  background: -o-linear-gradient(bottom, transparent 10%, rgba(147, 149, 152, 0.1) 10%, rgba(147, 149, 152, 0.1) 90%, transparent 90%);
  background: linear-gradient(0deg, transparent 10%, rgba(147, 149, 152, 0.1) 10%, rgba(147, 149, 152, 0.1) 90%, transparent 90%); }
  @media (max-width: 660px) {
    .tm.gray_bg {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 149, 152, 0.1)), color-stop(90%, rgba(147, 149, 152, 0.1)), color-stop(90%, transparent));
      background: -webkit-linear-gradient(top, rgba(147, 149, 152, 0.1) 0%, rgba(147, 149, 152, 0.1) 90%, transparent 90%);
      background: -o-linear-gradient(top, rgba(147, 149, 152, 0.1) 0%, rgba(147, 149, 152, 0.1) 90%, transparent 90%);
      background: linear-gradient(180deg, rgba(147, 149, 152, 0.1) 0%, rgba(147, 149, 152, 0.1) 90%, transparent 90%); }
      .tm.gray_bg.image_left {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 149, 152, 0.1)), color-stop(90%, rgba(147, 149, 152, 0.1)), color-stop(90%, transparent));
        background: -webkit-linear-gradient(bottom, rgba(147, 149, 152, 0.1) 0%, rgba(147, 149, 152, 0.1) 90%, transparent 90%);
        background: -o-linear-gradient(bottom, rgba(147, 149, 152, 0.1) 0%, rgba(147, 149, 152, 0.1) 90%, transparent 90%);
        background: linear-gradient(0deg, rgba(147, 149, 152, 0.1) 0%, rgba(147, 149, 152, 0.1) 90%, transparent 90%); } }
  .tm.gray_bg .tm--text {
    margin-top: 6%;
    margin-bottom: 6%; }
    @media (max-width: 660px) {
      .tm.gray_bg .tm--text {
        margin-top: 5%;
        margin-bottom: 0; }
        .tm.gray_bg .tm--text.image_left {
          margin-top: 0%;
          margin-bottom: 5%; } }
  .tm.gray_bg .tm--image_wrapper img {
    border-bottom: 8px solid #FFB71B; }

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

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

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

.tm--headline, .tm--quote_headline,
.tm--headline p {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .tm--headline, .tm--quote_headline,
  .tm--headline p {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .tm--headline, .tm--quote_headline,
      .tm--headline p {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tm--headline, .tm--quote_headline,
      .tm--headline p {
        font-size: 60px; } }

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

.tm--quote_headline {
  border-bottom: none; }

.tm--description {
  margin-top: 23.3333333333px;
  color: #003A70;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }
  .tm--description {
    margin-top: 5px; }
    @media screen and (min-width: 661px) {
      .tm--description {
        margin-top: calc(5px + 18.3333333333 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tm--description {
        margin-top: 23.3333333333px; } }
  .tm--description {
    font-size: 15px; }
    @media screen and (min-width: 661px) {
      .tm--description {
        font-size: calc(15px + 11 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tm--description {
        font-size: 26px; } }
  @media (max-width: 660px) {
    .tm--description {
      font-size: 18px; } }

.tm--description p {
  margin-bottom: 0;
  color: #003A70;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }
  .tm--description p {
    font-size: 15px; }
    @media screen and (min-width: 661px) {
      .tm--description p {
        font-size: calc(15px + 11 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tm--description p {
        font-size: 26px; } }
  @media (max-width: 660px) {
    .tm--description p {
      font-size: 18px; } }

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

.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: 0px;
      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: 11.6666666667px; } }

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

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

@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; } }

@media (max-width: 660px) {
  .tm--text.image_right .tm--cta_link {
    margin-bottom: 17.5px; } }

.tm--cta_link {
  margin-top: 10px; }

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

.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: 900;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: right; }
  .tti--caption {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .tti--caption {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--caption {
        font-size: 15px; } }
  @media (max-width: 660px) {
    .tti--caption {
      margin-right: 17.5px; } }

.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 {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .tti--headline,
  .tti--headline p {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .tti--headline,
      .tti--headline p {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--headline,
      .tti--headline p {
        font-size: 60px; } }

.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: 900;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.05em; }
  .tti--featured_caption {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .tti--featured_caption {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--featured_caption {
        font-size: 15px; } }

.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: 35px;
        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: 11.6666666667px; } }
  @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: 17.5px; }
  @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: 17.5px; }
    @media screen and (min-width: 661px) {
      .tti--text.image_right .tti--inner_col {
        padding-right: calc(17.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .tti--text.image_right .tti--inner_col {
        padding-right: 70px; } }
  @media (max-width: 660px) {
    .tti--text.image_right .tti--inner_col {
      padding-right: 0;
      padding-left: 0;
      margin: 17.5px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .tti--text.image_right .tti--inner_col {
      padding-left: 0; } }

.fwm img {
  width: 100%;
  height: auto; }

.fwm--caption {
  color: #939598;
  padding-top: 17.5px;
  font-size: 15px;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start; }
  @media (max-width: 660px) {
    .fwm--caption {
      width: 90%; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .fwm--caption {
      width: 70%; } }

.fwm--inner {
  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;
  position: relative;
  max-width: 1800px; }
  .fwm--inner {
    padding-left: 35px; }
    @media screen and (min-width: 661px) {
      .fwm--inner {
        padding-left: calc(35px + 350 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fwm--inner {
        padding-left: 385px; } }
  .fwm--inner {
    padding-right: 35px; }
    @media screen and (min-width: 661px) {
      .fwm--inner {
        padding-right: calc(35px + 350 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fwm--inner {
        padding-right: 385px; } }
  .fwm--inner video {
    width: 100%;
    height: auto; }
  .fwm--inner iframe {
    width: 100%; }
    .fwm--inner iframe {
      height: 360px; }
      @media screen and (min-width: 661px) {
        .fwm--inner iframe {
          height: calc(360px + 360 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .fwm--inner iframe {
          height: 720px; } }

.fwm--button_wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .fwm--button_wrapper .button {
    position: relative;
    height: 115px;
    width: 115px;
    border-radius: 100px;
    border: none;
    background: #003A70;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 850px) {
      .fwm--button_wrapper .button {
        height: 60px;
        width: 60px; } }
    .fwm--button_wrapper .button:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 30px solid #fff;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-40%, -50%);
          -ms-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%); }
      @media screen and (max-width: 850px) {
        .fwm--button_wrapper .button:after {
          border-left: 20px solid #fff;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent; } }
    .fwm--button_wrapper .button:hover, .fwm--button_wrapper .button:active, .fwm--button_wrapper .button:focus {
      background: #FFB71B;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .fwm--button_wrapper .button:hover:after, .fwm--button_wrapper .button:active:after, .fwm--button_wrapper .button:focus:after {
        content: ''; }

.fwc h2 {
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 15px;
  margin-bottom: 40px; }

.lquote {
  text-align: center; }
  .lquote--quote {
    color: #003A70;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 17.5px;
    border-bottom: 4px solid #FFB71B;
    border-bottom: none;
    margin-bottom: 0;
    padding: 17.5px 52.5px; }
    .lquote--quote {
      font-size: 28px; }
      @media screen and (min-width: 661px) {
        .lquote--quote {
          font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .lquote--quote {
          font-size: 60px; } }
    .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: 17.5px 0; } }
  .lquote--attribution {
    color: #FFB71B;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.45;
    padding-top: 5px;
    padding-bottom: 15px; }
    .lquote--attribution {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .lquote--attribution {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .lquote--attribution {
          font-size: 15px; } }

.fcta--inner {
  background: #003A70;
  padding: 35px;
  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;
  margin: 0; }
  .fcta--inner {
    padding: 35px; }
    @media screen and (min-width: 661px) {
      .fcta--inner {
        padding: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--inner {
        padding: 70px; } }
  @media (max-width: 660px) {
    .fcta--inner {
      margin-left: -35px;
      margin-right: -35px;
      padding-bottom: 52.5px;
      padding-top: 52.5px; } }

.fcta--headline {
  max-width: 650px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 70px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  color: #FFFFFF; }
  .fcta--headline {
    font-size: 40px; }
    @media screen and (min-width: 661px) {
      .fcta--headline {
        font-size: calc(40px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .fcta--headline {
        font-size: 70px; } }

.fcta--description {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 80%;
  max-width: 350px;
  text-align: center;
  margin-top: 17.5px;
  color: #FFFFFF; }

.fcta--cta_button {
  margin-top: 23.3333333333px;
  margin-bottom: 17.5px;
  width: 100%;
  text-align: center; }
  @media (max-width: 660px) {
    .fcta--cta_button {
      margin-bottom: 0; } }

.fcta--button {
  min-width: 20%; }

.mci--image_wrapper {
  padding-bottom: 15px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .mci--image_wrapper img {
    width: 100%;
    height: auto; }
  .mci--image_wrapper.col_half {
    height: 100%;
    overflow: hidden; }
    .mci--image_wrapper.col_half img {
      width: 100%;
      height: auto;
      /* @include breakpoint(1061px){
					width:auto;
					
					@include fluid-prop-base( 'height', 311px, 580px, 1061px, 2000px );
					//transform: translate(-20%, 0%);
					
				}

				@include breakpoint(661px 1060px){
					width:auto;
					//@include fluid-prop('height', 211px, 307px);
					@include fluid-prop-base( 'height', 269px, 412px, 661px, 1060px );
					//transform: translate(-20%, 0%);
				} */ }
    .mci--image_wrapper.col_half video {
      width: 100%;
      /* @include breakpoint(1061px){
					width:auto;
					
					@include fluid-prop-base( 'height', 311px, 580px, 1061px, 2000px );
				} */ }
  .mci--image_wrapper.col_third {
    height: 100%;
    overflow: hidden; }
    .mci--image_wrapper.col_third a {
      width: 100%;
      height: auto;
      overflow: hidden;
      display: block; }
      @media (min-width: 661px) {
        .mci--image_wrapper.col_third a {
          width: auto; }
          .mci--image_wrapper.col_third a {
            height: 165px; } }
    @media screen and (min-width: 661px) and (min-width: 1061px) {
      .mci--image_wrapper.col_third a {
        height: calc(165px + 142 * ((100vw - 1061px) / 939)); } }
    @media screen and (min-width: 661px) and (min-width: 2000px) {
      .mci--image_wrapper.col_third a {
        height: 307px; } }
    .mci--image_wrapper.col_third img {
      width: 100%;
      height: auto; }
    .mci--image_wrapper.col_third video {
      width: 100%; }
      @media (min-width: 661px) {
        .mci--image_wrapper.col_third video {
          width: auto;
          position: absolute;
          top: 50%;
          right: 50%;
          -webkit-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%);
          height: 100%; } }
    @media (min-width: 661px) {
      .mci--image_wrapper.col_third .mci--video-inner {
        height: 165px; } }
  @media screen and (min-width: 661px) and (min-width: 1061px) {
    .mci--image_wrapper.col_third .mci--video-inner {
      height: calc(165px + 142 * ((100vw - 1061px) / 939)); } }
  @media screen and (min-width: 661px) and (min-width: 2000px) {
    .mci--image_wrapper.col_third .mci--video-inner {
      height: 307px; } }
    @media (min-width: 661px) and (max-width: 1060px) {
      .mci--image_wrapper.col_third:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        height: auto;
        min-height: 300px; }
        .mci--image_wrapper.col_third:last-child .mci--video-inner {
          height: auto;
          min-height: 300px; }
        .mci--image_wrapper.col_third:last-child a {
          height: auto; } }

.mci--row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden; }
  .mci--row .full-media-wrapper {
    padding: 0; }

.mci--caption {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  margin-bottom: 0.5em;
  color: #939598;
  font-size: 15px;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .mci--caption div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0; }

.mci--video-inner {
  position: relative; }
  .mci--video-inner video {
    width: 100%;
    height: auto; }

.mci--iframe {
  position: relative;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 660px) {
    .mci--iframe {
      height: 250px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .mci--iframe {
      height: 300px; } }
  @media (min-width: 1061px) {
    .mci--iframe {
      width: auto; }
      .mci--iframe {
        height: 165px; } }
    @media screen and (min-width: 1061px) and (min-width: 1061px) {
      .mci--iframe {
        height: calc(165px + 142 * ((100vw - 1061px) / 939)); } }
    @media screen and (min-width: 1061px) and (min-width: 2000px) {
      .mci--iframe {
        height: 307px; } }

.mci .video--button_wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .mci .video--button_wrapper .button {
    position: relative;
    height: 60px !important;
    width: 60px;
    border-radius: 100px;
    border: none;
    background: #003A70;
    border: 2px solid #003A70;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .mci .video--button_wrapper .button:after {
      content: '';
      border-style: solid;
      border-width: 10px 0 10px 20px;
      border-color: transparent transparent transparent white;
      height: 0px;
      width: 0px;
      position: relative;
      display: inline-block;
      left: 22px;
      top: 20px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .mci .video--button_wrapper .button:hover, .mci .video--button_wrapper .button:active, .mci .video--button_wrapper .button:focus {
      background: #FFB71B;
      border-color: #FFB71B;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .mci .video--button_wrapper .button:hover:after, .mci .video--button_wrapper .button:active:after, .mci .video--button_wrapper .button:focus:after {
        border-color: transparent transparent transparent white;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

.mct {
  padding: 52.5px 0px; }
  .mct--item {
    color: #14558E; }
    .mct--item:first-child h3,
    .mct--item:first-child .mct--item_text {
      padding-right: 20px; }
  .mct--item_headline {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #14558E;
    margin-top: .5em; }
    .mct--item_headline {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .mct--item_headline {
          font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .mct--item_headline {
          font-size: 28px; } }
  .mct--item_headline_white {
    margin-bottom: 28px; }
    .mct--item_headline_white + .mct--item_text ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      margin-bottom: 1em; }
      .mct--item_headline_white + .mct--item_text ul li {
        line-height: 1.3;
        margin-bottom: .75em; }
  .mct--item_inner {
    padding-right: 35px; }
    @media (max-width: 660px) {
      .mct--item_inner {
        padding-right: 0px; } }
  .mct--headline {
    text-align: left;
    border-bottom: 4px solid #FFB71B;
    padding-bottom: 15px;
    color: #003A70;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 17.5px;
    border-bottom: 4px solid #FFB71B;
    margin-bottom: 42px; }
    .mct--headline {
      font-size: 28px; }
      @media screen and (min-width: 661px) {
        .mct--headline {
          font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .mct--headline {
          font-size: 60px; } }

.merchandise--headline {
  font-size: 70px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 0.3em; }
  .merchandise--headline {
    font-size: 40px; }
    @media screen and (min-width: 661px) {
      .merchandise--headline {
        font-size: calc(40px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .merchandise--headline {
        font-size: 70px; } }

.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: 35px;
  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: #113756;
        border-color: #113756;
        -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: #FFB71B; }
  @media (max-width: 660px) {
    .merchandise--item {
      margin-bottom: 17.5px; } }

.merchandise--item_about {
  border: 1px solid #FFFFFF;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top: none;
  display: grid;
  color: #FFFFFF;
  -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: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #003A70;
  text-transform: uppercase; }
  .merchandise--item_name {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .merchandise--item_name {
        font-size: calc(24px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .merchandise--item_name {
        font-size: 32px; } }
  .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: 900; }
  .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%); }

.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: 31.5px;
  border: 4px solid #FFB71B;
  border-radius: 5px; }
  @media (max-width: 800px) {
    .scl--inner_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.scl hr {
  height: 1px;
  display: none; }

.scl--headline {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 23px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  width: 70%;
  color: #003A70; }
  @media (max-width: 800px) {
    .scl--headline {
      width: 100%;
      margin-bottom: 35px;
      text-align: center; } }

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

.scl--link2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none !important; }
  .scl--link2 .scl--button {
    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: #003A70;
    min-width: 115px;
    position: relative;
    padding-right: 20px; }
    @media (max-width: 660px) {
      .scl--link2 .scl--button {
        min-width: unset; } }
  .scl--link2 .scl_icon {
    margin-left: 20px;
    display: inline-block;
    height: 17px; }
    .scl--link2 .scl_icon svg {
      height: 17px; }
      .scl--link2 .scl_icon svg path {
        fill: #003A70;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .scl--link2:hover, .scl--link2:focus, .scl--link2:active {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .scl--link2:hover:link > .scl--button, .scl--link2:hover:visited > .scl--button, .scl--link2:focus:link > .scl--button, .scl--link2:focus:visited > .scl--button, .scl--link2:active:link > .scl--button, .scl--link2:active:visited > .scl--button {
      background: #003A70;
      color: #FFFFFF;
      text-decoration: none;
      border-color: #003A70; }
    .scl--link2:hover:link .scl_icon svg path, .scl--link2:hover:visited .scl_icon svg path, .scl--link2:focus:link .scl_icon svg path, .scl--link2:focus:visited .scl_icon svg path, .scl--link2:active:link .scl_icon svg path, .scl--link2:active:visited .scl_icon svg path {
      fill: #FFFFFF;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.endorsements--headline {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B;
  text-align: left;
  margin-bottom: 35px;
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 10px; }
  .endorsements--headline {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        font-size: 60px; } }
  .endorsements--headline {
    margin-bottom: 35px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-bottom: calc(35px + 7 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        margin-bottom: 42px; } }
  .endorsements--headline {
    margin-top: 0px; }
    @media screen and (min-width: 661px) {
      .endorsements--headline {
        margin-top: calc(0px + -35 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .endorsements--headline {
        margin-top: -35px; } }

.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;
  margin: 0px 35px; }
  @media (max-width: 660px) {
    .endorsements--list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -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;
      margin: 0px; } }

.endorsements--single {
  max-width: 290px;
  width: 100%; }

.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 #fdedc6;
  border-radius: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
  padding: 8px; }
  .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--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-top: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 900; }
  .endorsements--text hr {
    color: #FFB71B;
    background-color: rgba(255, 183, 27, 0.25);
    width: 30%;
    height: 36px;
    border: none;
    margin: 5px auto 15px;
    opacity: 1; }

.endorsements--description {
  text-align: center;
  padding: 5px 10px; }
  .endorsements--description hr {
    color: #FFB71B;
    width: 30%;
    margin: 5px auto 15px; }

.endorsements .no-image {
  margin-bottom: 35px; }

.issues_feed {
  position: relative;
  font-size: 15px;
  line-height: 1.45; }
  .issues_feed--top {
    width: 100%;
    margin-bottom: 17.5px; }
  .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; }
    @media (max-width: 660px) {
      .issues_feed--wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .issues_feed--boxes_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  @media (max-width: 660px) {
    .issues_feed {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .issues_feed {
      padding-left: 0px;
      padding-right: 0px; } }
  .issues_feed--title {
    color: #003A70;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 17.5px;
    border-bottom: 4px solid #FFB71B; }
    .issues_feed--title {
      font-size: 28px; }
      @media screen and (min-width: 661px) {
        .issues_feed--title {
          font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--title {
          font-size: 60px; } }
  .issues_feed--description {
    margin-top: 17.5px;
    color: #003A70;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    max-width: 900px; }
    .issues_feed--description {
      font-size: 15px; }
      @media screen and (min-width: 661px) {
        .issues_feed--description {
          font-size: calc(15px + 11 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--description {
          font-size: 26px; } }
    @media (max-width: 660px) {
      .issues_feed--description {
        font-size: 18px; } }
  .issues_feed--single_issue {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .issues_feed--single_issue {
      min-height: 250px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_issue {
          min-height: calc(250px + 95 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_issue {
          min-height: 345px; } }
    @media (max-width: 660px) {
      .issues_feed--single_issue {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .issues_feed--main_title {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 900;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block; }
    .issues_feed--main_title {
      font-size: 19px; }
      @media screen and (min-width: 661px) {
        .issues_feed--main_title {
          font-size: calc(19px + 7 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--main_title {
          font-size: 26px; } }
  .issues_feed--sub_title {
    display: block;
    color: #FFB71B;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .issues_feed {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .issues_feed {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues_feed {
        font-size: 15px; } }
  .issues_feed--single_description {
    display: none;
    font-size: 15px;
    line-height: 1.45;
    line-height: 1.3; }
    .issues_feed--single_description {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_description {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_description {
          font-size: 15px; } }
    .issues_feed--single_description {
      font-size: 12px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_description {
          font-size: calc(12px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_description {
          font-size: 20px; } }
    @media (max-width: 660px) {
      .issues_feed--single_description {
        font-size: 16px; } }
  .issues_feed--single_wrapper {
    background-color: #003A70;
    border-radius: 3px;
    width: 100%;
    padding: 35px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
    transition: background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out;
    transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out;
    transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out; }
    .issues_feed--single_wrapper {
      padding: 23.3333333333px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_wrapper {
          padding: calc(23.3333333333px + 11.6666666667 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_wrapper {
          padding: 35px; } }
    .issues_feed--single_wrapper {
      padding-top: 140px; }
      @media screen and (min-width: 661px) {
        .issues_feed--single_wrapper {
          padding-top: calc(140px + 70 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .issues_feed--single_wrapper {
          padding-top: 210px; } }
    @media (max-width: 660px) {
      .issues_feed--single_wrapper {
        padding: 35px;
        padding-top: 140px; } }
    .issues_feed--single_wrapper:link, .issues_feed--single_wrapper:visited {
      text-decoration: none;
      -webkit-transition: background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
      transition: background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
      -o-transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out;
      transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out;
      transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out; }
    .issues_feed--single_wrapper link:hover,
    .issues_feed--single_wrapper link:focus,
    .issues_feed--single_wrapper link:active,
    .issues_feed--single_wrapper visited:hover,
    .issues_feed--single_wrapper visited:focus,
    .issues_feed--single_wrapper visited:active, .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
      background-color: #FFB71B;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transition: background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
      transition: background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
      -o-transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out;
      transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out;
      transition: transform .3s ease-out,background-color .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out;
      padding-top: 35px; }
      .issues_feed--single_wrapper link:hover,
      .issues_feed--single_wrapper link:focus,
      .issues_feed--single_wrapper link:active,
      .issues_feed--single_wrapper visited:hover,
      .issues_feed--single_wrapper visited:focus,
      .issues_feed--single_wrapper visited:active, .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
        padding: 11.6666666667px; }
        @media screen and (min-width: 661px) {
          .issues_feed--single_wrapper link:hover,
          .issues_feed--single_wrapper link:focus,
          .issues_feed--single_wrapper link:active,
          .issues_feed--single_wrapper visited:hover,
          .issues_feed--single_wrapper visited:focus,
          .issues_feed--single_wrapper visited:active, .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
            padding: calc(11.6666666667px + 23.3333333333 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .issues_feed--single_wrapper link:hover,
          .issues_feed--single_wrapper link:focus,
          .issues_feed--single_wrapper link:active,
          .issues_feed--single_wrapper visited:hover,
          .issues_feed--single_wrapper visited:focus,
          .issues_feed--single_wrapper visited:active, .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
            padding: 35px; } }
      @media (max-width: 660px) {
        .issues_feed--single_wrapper link:hover,
        .issues_feed--single_wrapper link:focus,
        .issues_feed--single_wrapper link:active,
        .issues_feed--single_wrapper visited:hover,
        .issues_feed--single_wrapper visited:focus,
        .issues_feed--single_wrapper visited:active, .issues_feed--single_wrapper:hover, .issues_feed--single_wrapper:focus, .issues_feed--single_wrapper:active {
          padding: 35px 17.5px; } }
      .issues_feed--single_wrapper link:hover .issues_feed--main_title,
      .issues_feed--single_wrapper link:hover .issues_feed--sub_title,
      .issues_feed--single_wrapper link:hover .issues_feed--single_description,
      .issues_feed--single_wrapper link:focus .issues_feed--main_title,
      .issues_feed--single_wrapper link:focus .issues_feed--sub_title,
      .issues_feed--single_wrapper link:focus .issues_feed--single_description,
      .issues_feed--single_wrapper link:active .issues_feed--main_title,
      .issues_feed--single_wrapper link:active .issues_feed--sub_title,
      .issues_feed--single_wrapper link:active .issues_feed--single_description,
      .issues_feed--single_wrapper visited:hover .issues_feed--main_title,
      .issues_feed--single_wrapper visited:hover .issues_feed--sub_title,
      .issues_feed--single_wrapper visited:hover .issues_feed--single_description,
      .issues_feed--single_wrapper visited:focus .issues_feed--main_title,
      .issues_feed--single_wrapper visited:focus .issues_feed--sub_title,
      .issues_feed--single_wrapper visited:focus .issues_feed--single_description,
      .issues_feed--single_wrapper visited:active .issues_feed--main_title,
      .issues_feed--single_wrapper visited:active .issues_feed--sub_title,
      .issues_feed--single_wrapper visited:active .issues_feed--single_description, .issues_feed--single_wrapper:hover .issues_feed--main_title,
      .issues_feed--single_wrapper:hover .issues_feed--sub_title,
      .issues_feed--single_wrapper:hover .issues_feed--single_description, .issues_feed--single_wrapper:focus .issues_feed--main_title,
      .issues_feed--single_wrapper:focus .issues_feed--sub_title,
      .issues_feed--single_wrapper:focus .issues_feed--single_description, .issues_feed--single_wrapper:active .issues_feed--main_title,
      .issues_feed--single_wrapper:active .issues_feed--sub_title,
      .issues_feed--single_wrapper:active .issues_feed--single_description {
        color: #003A70;
        -webkit-transform: scale(0.95236);
            -ms-transform: scale(0.95236);
                transform: scale(0.95236);
        display: block; }
      .issues_feed--single_wrapper link:hover .issues_feed--single_description,
      .issues_feed--single_wrapper link:focus .issues_feed--single_description,
      .issues_feed--single_wrapper link:active .issues_feed--single_description,
      .issues_feed--single_wrapper visited:hover .issues_feed--single_description,
      .issues_feed--single_wrapper visited:focus .issues_feed--single_description,
      .issues_feed--single_wrapper visited:active .issues_feed--single_description, .issues_feed--single_wrapper:hover .issues_feed--single_description, .issues_feed--single_wrapper:focus .issues_feed--single_description, .issues_feed--single_wrapper:active .issues_feed--single_description {
        font-weight: 400; }
  .issues_feed .internal_icon {
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: auto;
    width: 38px; }
    .issues_feed .internal_icon svg path {
      fill: #FFFFFF; }
    @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;
    width: 100%;
    height: 100px;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @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; } }
    .issues_feed--all_issues .issues_feed--all_issues_inner {
      margin-top: 35px; }
      @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: auto;
          padding-left: 0px; } }

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

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

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

.news_feed--title_left {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .news_feed--title_left {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_left {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_left {
        font-size: 60px; } }
  @media (max-width: 660px) {
    .news_feed--title_left {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%; } }

.news_feed--title_center {
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .news_feed--title_center {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .news_feed--title_center {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--title_center {
        font-size: 60px; } }
  @media (max-width: 660px) {
    .news_feed--title_center {
      width: 100%; } }

.news_feed--item_title {
  text-decoration: none;
  margin-top: 17.5px;
  -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-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #14558E;
    color: #003A70;
    font-family: "Montserrat", sans-serif; }
    .news_feed--three_items .news_feed--item_title {
      font-size: 20px; }
      @media screen and (min-width: 661px) {
        .news_feed--three_items .news_feed--item_title {
          font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_feed--three_items .news_feed--item_title {
          font-size: 28px; } }
  .news_feed--four_items .news_feed--item_title {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: #003A70;
    font-family: "Montserrat", sans-serif; }
    .news_feed--four_items .news_feed--item_title {
      font-size: 19px; }
      @media screen and (min-width: 661px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: calc(19px + 7 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_feed--four_items .news_feed--item_title {
          font-size: 26px; } }
  .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: #FFB71B;
    -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: 35px;
  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; }
  @media (max-width: 660px) {
    .news_feed--item_wrapper {
      padding-left: 23.3333333333px;
      padding-right: 23.3333333333px; } }

.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: 17.5px;
  margin-top: 17.5px; }
  @media (min-width: 661px) {
    .news_feed--element:last-child .news_feed--item_wrapper {
      padding-right: 0; } }

.news_feed--source {
  font-size: 15px;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif; }
  .news_feed--source {
    font-size: 13px; }
    @media screen and (min-width: 661px) {
      .news_feed--source {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_feed--source {
        font-size: 15px; } }

.social_feed--title {
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }

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

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

.social_feed .juicer-feed .j-twitter-display-name {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #003A70;
  font-weight: 900;
  text-transform: uppercase; }

.social_feed .juicer-feed .j-twitter-screen-name {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #003A70;
  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: #FFFFFF;
  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: #003A70; }

.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: #14558E;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 15px; }

.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: #003A70; }

.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 #113756;
  border-radius: 3px;
  color: #003A70;
  overflow: hidden; }

.stats--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  background: #003A70; }
  @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: 35px; }
  .stats--left_inner {
    padding: 17.5px; }
    @media screen and (min-width: 661px) {
      .stats--left_inner {
        padding: calc(17.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--left_inner {
        padding: 70px; } }

.stats--headline {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #003A70;
  color: #FFFFFF; }
  .stats--headline {
    font-size: 24px; }
    @media screen and (min-width: 661px) {
      .stats--headline {
        font-size: calc(24px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--headline {
        font-size: 32px; } }
  .stats--headline {
    font-size: 22px; }
    @media screen and (min-width: 661px) {
      .stats--headline {
        font-size: calc(22px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--headline {
        font-size: 30px; } }

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

.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 + 14 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-top: 35px; } }
  .stats--list {
    padding-bottom: 21px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-bottom: calc(21px + 14 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-bottom: 35px; } }
  .stats--list {
    padding-left: 17.5px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-left: calc(17.5px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-left: 35px; } }
  .stats--list {
    padding-right: 17.5px; }
    @media screen and (min-width: 661px) {
      .stats--list {
        padding-right: calc(17.5px + 17.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats--list {
        padding-right: 35px; } }
  .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--single_inner hr {
    background-color: #FFB71B;
    color: #FFB71B;
    border-style: solid;
    opacity: 1; }

.stats .col_fourth .stats--number {
  font-size: 70px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .stats .col_fourth .stats--number {
    font-size: 40px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(40px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--number {
        font-size: 70px; } }
  .stats .col_fourth .stats--number {
    font-size: 34px; }
    @media screen and (min-width: 661px) {
      .stats .col_fourth .stats--number {
        font-size: calc(34px + 36 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_fourth .stats--number {
        font-size: 70px; } }

.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: 70px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1; }
  .stats .col_third .stats--number {
    font-size: 40px; }
    @media screen and (min-width: 661px) {
      .stats .col_third .stats--number {
        font-size: calc(40px + 30 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .stats .col_third .stats--number {
        font-size: 70px; } }
  .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%; } }

.stats .col_fourth .stats--number,
.stats .col_third .stats--number {
  font-family: "Oswald", Helvetica, Arial, sans-serif; }
  @media (max-width: 660px) {
    .stats .col_fourth .stats--number,
    .stats .col_third .stats--number {
      font-size: 44px; } }

.stats .col_fourth .stats--text,
.stats .col_third .stats--text {
  margin-top: .45em;
  line-height: 1.3; }
  @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: left;
  border-bottom: 4px solid #FFB71B;
  padding-bottom: 15px;
  color: #003A70;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 17.5px;
  border-bottom: 4px solid #FFB71B; }
  .grid--headline {
    font-size: 28px; }
    @media screen and (min-width: 661px) {
      .grid--headline {
        font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--headline {
        font-size: 60px; } }

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

.grid--item_headline {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #14558E;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .grid--item_headline {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        font-size: 28px; } }
  .grid--item_headline {
    font-size: 18px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        font-size: calc(18px + 12 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        font-size: 30px; } }
  .grid--item_headline {
    margin: 0px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        margin: calc(0px + 112 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        margin: 112px; } }
  .grid--item_headline {
    margin-bottom: 23.3333333333px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        margin-bottom: calc(23.3333333333px + 29.1666666667 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        margin-bottom: 52.5px; } }
  .grid--item_headline {
    margin-top: 17.5px; }
    @media screen and (min-width: 661px) {
      .grid--item_headline {
        margin-top: calc(17.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_headline {
        margin-top: 70px; } }
  @media (max-width: 660px) {
    .grid--item_headline {
      padding: 15px 0 0; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .grid--item_headline {
      margin: 52.5px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .grid--item_headline {
      margin: calc(52.5px + 87.5 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .grid--item_headline {
      margin: 140px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .grid--item_headline {
      margin-bottom: 23.3333333333px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .grid--item_headline {
      margin-bottom: calc(23.3333333333px + 29.1666666667 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .grid--item_headline {
      margin-bottom: 52.5px; } }
  @media (min-width: 661px) and (max-width: 1060px) {
    .grid--item_headline {
      margin-top: 35px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .grid--item_headline {
      margin-top: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 2000px) {
    .grid--item_headline {
      margin-top: 70px; } }

.grid--item {
  margin-bottom: 3%; }

.grid--item_wrapper {
  padding: 0;
  height: 94%;
  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: 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;
  text-align: center;
  background-color: #003A70;
  border: 2px solid #003A70;
  border-radius: 3px;
  margin: 3%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

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

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

.grid--items_wrapper {
  display: block;
  position: relative; }
  @media (max-width: 660px) {
    .grid--items_wrapper {
      margin-left: auto;
      margin-right: auto; } }

.grid--bottom {
  text-align: center;
  margin-top: 0; }

.grid .grid_icon {
  width: auto;
  line-height: 1;
  padding-top: 0px; }
  .grid .grid_icon svg {
    height: 14px;
    margin-left: 10px; }
  .grid .grid_icon svg path {
    fill: #003A70;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.grid--item_button {
  width: 75%; }
  .grid--item_button {
    margin: 17.5px; }
    @media screen and (min-width: 661px) {
      .grid--item_button {
        margin: calc(17.5px + 52.5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_button {
        margin: 70px; } }
  .grid--item_button {
    margin-top: 0px; }
    @media screen and (min-width: 661px) {
      .grid--item_button {
        margin-top: calc(0px + 0 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_button {
        margin-top: 0px; } }
  .grid--item_button {
    margin-bottom: 23.3333333333px; }
    @media screen and (min-width: 661px) {
      .grid--item_button {
        margin-bottom: calc(23.3333333333px + 20.4166666667 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .grid--item_button {
        margin-bottom: 43.75px; } }

.grid--button {
  margin-top: 10px;
  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;
  padding: 17.5px; }
  .grid--button:hover:link, .grid--button:hover:visited, .grid--button:focus:link, .grid--button:focus:visited, .grid--button:active:link, .grid--button:active:visited {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #003A70; }

.grid .grid--button_link {
  text-decoration: none;
  color: #003A70;
  border: none; }
  .grid .grid--button_link .grid--item_headline {
    text-decoration: none;
    font-weight: 900; }
  .grid .grid--button_link .grid--button {
    width: 100%;
    border: none;
    background-color: #FFB71B;
    color: #003A70;
    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; }
  .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: #FFB71B;
    border-color: #FFB71B; }
  .grid .grid--button_link:hover:link .grid--item_headline, .grid .grid--button_link:hover:visited .grid--item_headline, .grid .grid--button_link:focus:link .grid--item_headline, .grid .grid--button_link:focus:visited .grid--item_headline, .grid .grid--button_link:active:link .grid--item_headline, .grid .grid--button_link:active:visited .grid--item_headline {
    color: #003A70; }
  .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: #003A70;
    color: #FFFFFF;
    text-decoration: none;
    border: none; }
  .grid .grid--button_link:hover:link .grid_icon svg path, .grid .grid--button_link:hover:visited .grid_icon svg path, .grid .grid--button_link:focus:link .grid_icon svg path, .grid .grid--button_link:focus:visited .grid_icon svg path, .grid .grid--button_link:active:link .grid_icon svg path, .grid .grid--button_link:active:visited .grid_icon svg path {
    fill: #FFFFFF; }

.takeact {
  padding-top: 70px; }
  .takeact {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .takeact {
        padding-top: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .takeact {
        padding-top: 70px; } }
  .takeact--inner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px; }
  .takeact--submit_container {
    text-align: center; }
  .takeact--form form {
    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; }
    .takeact--form form label {
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 145%;
      color: #003A70; }
    .takeact--form form input[type='text'], .takeact--form form select {
      background: rgba(255, 183, 27, 0.15);
      max-height: 45px;
      border-radius: 5px;
      border: none;
      color: #585B64;
      font-size: 15px;
      line-height: 100%;
      font-weight: 600;
      letter-spacing: 0.02em;
      padding: 12px 10px; }
    .takeact--form form .checkbox-item input[type='checkbox'] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: rgba(255, 183, 27, 0.15);
      margin: 0;
      font: inherit;
      width: 10px;
      height: 10px;
      -webkit-transform: translateY(-0.075em);
          -ms-transform: translateY(-0.075em);
              transform: translateY(-0.075em);
      display: grid;
      place-content: center;
      margin-right: 22px; }
    .takeact--form form .checkbox-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .takeact--form form .checkbox-item input[type='checkbox']::before {
      content: "";
      width: 6px;
      height: 6px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: 120ms -webkit-transform ease-in-out;
      transition: 120ms -webkit-transform ease-in-out;
      -o-transition: 120ms transform ease-in-out;
      transition: 120ms transform ease-in-out;
      transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
      -webkit-box-shadow: inset 1em 1em #585B64;
              box-shadow: inset 1em 1em #585B64; }
    .takeact--form form input[type="checkbox"]:checked::before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      background-color: #585B64;
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
              clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .takeact--form form input[type="checkbox"]:focus {
      outline: 2.4px solid #585B64;
      outline-offset: 2.4px; }
    .takeact--form form #ak-fieldbox-state {
      max-width: 200px; }
      @media (max-width: 660px) {
        .takeact--form form #ak-fieldbox-state {
          max-width: unset; } }
    .takeact--form form #ak-fieldbox-first_name, .takeact--form form #ak-fieldbox-email {
      max-width: 290px; }
      @media (max-width: 660px) {
        .takeact--form form #ak-fieldbox-first_name, .takeact--form form #ak-fieldbox-email {
          max-width: unset; } }
    .takeact--form form #ak-fieldbox-address1 {
      margin-bottom: 8px; }
    .takeact--form form .ak-survey-question-label {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 100%;
      letter-spacing: 0.02em;
      text-transform: none;
      margin-top: 42px;
      margin-bottom: 8.75px; }
  .takeact--submit {
    color: #003A70;
    margin-top: 35px;
    margin-bottom: 17.5px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 80%; }
    .takeact--submit:hover, .takeact--submit:active, .takeact--submit:focus {
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #14558E;
      border-color: #14558E;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .takeact--disclaimer, .takeact--privacypolicy {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 145%;
    margin-bottom: 11.6666666667px; }
  .takeact--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 8px; }
    @media (max-width: 500px) {
      .takeact--row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .takeact--row #ak-fieldbox-zip, .takeact--row #ak-fieldbox-state {
          width: 100% !important;
          -webkit-box-flex: unset !important;
          -webkit-flex: unset !important;
              -ms-flex: unset !important;
                  flex: unset !important; } }
  .takeact--row4 {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end; }
    @media (max-width: 660px) {
      .takeact--row4 {
        -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: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
        .takeact--row4 #ak-fieldbox-city {
          width: 100%; }
        .takeact--row4 #ak-fieldbox-zip, .takeact--row4 #ak-fieldbox-state {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 48%;
              -ms-flex: 0 0 48%;
                  flex: 0 0 48%; } }
  .takeact--fieldbox, .takeact .checkbox-item-final {
    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;
    width: 100%; }
  .takeact .checkbox-item-final input {
    margin-top: 8px; }
    .takeact .checkbox-item-final input::-webkit-input-placeholder {
      color: #939598; }
    .takeact .checkbox-item-final input::-moz-placeholder {
      color: #939598; }
    .takeact .checkbox-item-final input::-ms-input-placeholder {
      color: #939598; }
    .takeact .checkbox-item-final input::placeholder {
      color: #939598; }

.news--scl {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center; }
  .news--scl {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .news--scl {
        padding-top: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news--scl {
        padding-top: 70px; } }
  .news--scl {
    padding-bottom: 35px; }
    @media screen and (min-width: 661px) {
      .news--scl {
        padding-bottom: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news--scl {
        padding-bottom: 70px; } }
  .news--scl a {
    color: #003A70;
    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;
    text-decoration: none;
    border-bottom: 4px solid #FFB71B;
    padding: 0px 0px 17.5px 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .news--scl a:hover:link, .news--scl a:hover:visited, .news--scl a:active:link, .news--scl a:active:visited, .news--scl a:focus:link, .news--scl a:focus:visited {
      border-color: #003A70;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .news--scl .scl--inner_wrapper {
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: unset; }
  .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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: capitalize; }
    .news--scl .scl--cta_link svg {
      margin-right: 17.5px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.news #more_posts {
  margin: 0 auto;
  display: block !important;
  position: relative;
  margin-bottom: 70px;
  padding: 10px 70px !important;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 70px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 15px 30px;
  position: relative;
  background: #FFB71B;
  color: #003A70;
  border: 2px solid #FFB71B;
  color: #003A70; }
  .news #more_posts:hover, .news #more_posts:active, .news #more_posts:focus {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #113756;
    border-color: #113756; }
  .news #more_posts.hide {
    display: none !important; }
  .news #more_posts {
    font-size: 14px; }
    @media screen and (min-width: 661px) {
      .news #more_posts {
        font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news #more_posts {
        font-size: 15px; } }
  .news #more_posts:focus {
    -webkit-box-shadow: #FFB71B 0 0 0.5em;
            box-shadow: #FFB71B 0 0 0.5em;
    outline: none; }
  .news #more_posts:hover:link, .news #more_posts:hover:visited,
  .news #more_posts:hover a:link,
  .news #more_posts:hover a:visited, .news #more_posts:active:link, .news #more_posts:active:visited,
  .news #more_posts:active a:link,
  .news #more_posts:active a:visited, .news #more_posts:focus:link, .news #more_posts:focus:visited,
  .news #more_posts:focus a:link,
  .news #more_posts:focus a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #113756; }
  .news #more_posts:link, .news #more_posts:visited,
  .news #more_posts a:link,
  .news #more_posts a:visited {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    p .news #more_posts:link, p .news #more_posts:visited, p
    .news #more_posts a:link, p
    .news #more_posts a:visited {
      text-decoration: none; }
  .news #more_posts:link, .news #more_posts:visited,
  .news #more_posts a:link,
  .news #more_posts a:visited {
    color: #003A70; }

.news_topper {
  padding-top: 150px;
  background-color: #003A70;
  color: #FFFFFF; }
  .news_topper {
    padding-top: 150px; }
    @media screen and (min-width: 661px) {
      .news_topper {
        padding-top: calc(150px + 50 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .news_topper {
        padding-top: 200px; } }
  .news_topper--category {
    color: #FFB71B;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 15px; }
    .news_topper--category {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .news_topper--category {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_topper--category {
          font-size: 15px; } }
  .news_topper--headline {
    margin-bottom: 0.2em;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    color: #FFFFFF; }
    .news_topper--headline {
      font-size: 28px; }
      @media screen and (min-width: 661px) {
        .news_topper--headline {
          font-size: calc(28px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_topper--headline {
          font-size: 60px; } }
  .news_topper--meta {
    color: #FFB71B;
    padding-bottom: 30px;
    display: inline-block; }
  .news_topper hr {
    width: 25%;
    margin: 0;
    background-color: #FFB71B; }

.news_cards {
  margin-top: 70px;
  margin-bottom: 70px; }
  .news_cards article hr {
    background-color: #939598;
    margin-bottom: 52.5px;
    margin-top: 52.5px;
    height: 0.5px; }
  .news_cards--source {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #939598; }
    .news_cards--source {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .news_cards--source {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_cards--source {
          font-size: 15px; } }
  .news_cards--element .button_external {
    color: #14558E; }
    .news_cards--element .button_external:after {
      background-image: url(images/external_icon_dark.svg);
      height: 21px;
      width: 24px; }
  .news_cards--element .button_internal {
    color: #14558E; }
    .news_cards--element .button_internal:after {
      background-image: url(images/internal_icon.svg);
      height: 21px;
      width: 12px; }
  @media (max-width: 660px) {
    .news_cards--element {
      margin-left: 11.6666666667px; } }
  .news_cards--title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: #003A70;
    color: #113756;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 0em;
    font-weight: 700;
    margin-bottom: 45.5px; }
    .news_cards--title {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .news_cards--title {
          font-size: calc(24px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .news_cards--title {
          font-size: 32px; } }
    .news_cards--title:hover, .news_cards--title:active, .news_cards--title:focus {
      text-decoration: underline;
      color: #14558E; }
    .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: #14558E; }

.jobs--scl {
  padding-top: 70px;
  text-align: center; }
  .jobs--scl {
    padding-top: 35px; }
    @media screen and (min-width: 661px) {
      .jobs--scl {
        padding-top: calc(35px + 35 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .jobs--scl {
        padding-top: 70px; } }
  .jobs--scl a {
    color: #003A70; }
  .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: #003A70; }
      .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: #FFB71B;
                text-decoration-color: #FFB71B; }

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

.jobs--app_link {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #14558E; }
  .jobs--app_link a,
  .jobs--app_link a:link,
  .jobs--app_link a:visited {
    color: #14558E;
    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: #FFB71B;
              text-decoration-color: #FFB71B; }

.jobs--featured_cta .fcta--description a,
.jobs--featured_cta .fcta--description a:link,
.jobs--featured_cta .fcta--description a:visited {
  color: #003A70;
  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: #FFB71B;
    -webkit-text-decoration-color: #FFB71B;
            text-decoration-color: #FFB71B; }

.jobs_cards {
  margin-top: 70px; }
  .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: 15px;
    line-height: 1.45;
    font-weight: 800;
    text-transform: uppercase; }
    .jobs_cards--source {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--source {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs_cards--source {
          font-size: 15px; } }
  .jobs_cards--title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: #003A70;
    font-family: "Oswald", Helvetica, Arial, sans-serif; }
    .jobs_cards--title {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .jobs_cards--title {
          font-size: calc(24px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .jobs_cards--title {
          font-size: 32px; } }
    .jobs_cards--title:hover, .jobs_cards--title:active, .jobs_cards--title:focus {
      text-decoration: underline;
      color: #14558E; }
    .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: #14558E; }

.issues--category {
  font-size: 110px;
  line-height: 1.05;
  text-align: center;
  margin: 59.5px auto; }
  .issues--category {
    font-size: 33px; }
    @media screen and (min-width: 661px) {
      .issues--category {
        font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--category {
        font-size: 110px; } }
  .issues--category:first-child {
    margin-top: 0px; }
  .issues--category span {
    color: #003A70;
    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: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #14558E;
  text-transform: uppercase;
  font-weight: 500;
  width: 90%;
  color: #003A70; }
  .issues--single_title {
    font-size: 20px; }
    @media screen and (min-width: 661px) {
      .issues--single_title {
        font-size: calc(20px + 8 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .issues--single_title {
        font-size: 28px; } }
  @media (min-width: 1061px) {
    .issues--single_title {
      width: 60%; } }

.issues--single_wrapper {
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #003A70;
  padding: 17.5px 35px;
  border-radius: 3px;
  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: #113756;
    -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: #FFFFFF; }
    .issues--single_wrapper:hover .issues--single_title, .issues--single_wrapper:focus .issues--single_title, .issues--single_wrapper:active .issues--single_title {
      color: #FFB71B; }

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

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

.priorities .news--scl {
  padding-top: 0px;
  margin-top: 0px; }

.component__text_media.component__first .gray_bg.image_right {
  margin-top: -52.5px; }

.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: 35px; }
  .action--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @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 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 660px) {
      .action--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .action--actions {
    padding-left: 17.5px; }
    @media (max-width: 660px) {
      .action--actions {
        padding-left: 0; } }
  .action--image {
    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: 15px;
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 900; }
    .action--caption {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .action--caption {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action--caption {
          font-size: 15px; } }
  .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: 50px; } }
  @media screen and (min-width: 661px) and (max-width: 1060px) and (min-width: 661px) {
    .action .grid--item_wrapper {
      height: calc(50px + 175 * ((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: auto; } }
  .action .grid--item {
    margin-bottom: 17.5px; }
    .action .grid--item:last-child {
      margin-bottom: 0; }
    @media (max-width: 660px) {
      .action .grid--item {
        margin-bottom: 8.75px; } }
  .action .grid--item_headline {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: #003A70;
    margin-bottom: 17.5px; }
    .action .grid--item_headline {
      font-size: 24px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          font-size: calc(24px + 8 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          font-size: 32px; } }
    .action .grid--item_headline {
      font-size: 16px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          font-size: calc(16px + 32 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          font-size: 48px; } }
    .action .grid--item_headline {
      margin-bottom: 6px; }
      @media screen and (min-width: 661px) {
        .action .grid--item_headline {
          margin-bottom: calc(6px + 11.5 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .action .grid--item_headline {
          margin-bottom: 17.5px; } }
    @media (max-width: 660px) {
      .action .grid--item_headline {
        font-size: 22px; } }
  .action .grid--button {
    font-size: 9px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        font-size: calc(9px + 6 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        font-size: 15px; } }
  .action .grid--button {
    padding-top: 8px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-top: calc(8px + 5 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-top: 13px; } }
  .action .grid--button {
    padding-bottom: 8px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-bottom: calc(8px + 4 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-bottom: 12px; } }
  .action .grid--button {
    padding-left: 20px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-left: calc(20px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-left: 40px; } }
  .action .grid--button {
    padding-right: 20px; }
    @media screen and (min-width: 661px) {
      .action .grid--button {
        padding-right: calc(20px + 20 * ((100vw - 661px) / 1339)); } }
    @media screen and (min-width: 2000px) {
      .action .grid--button {
        padding-right: 40px; } }
  @media (max-width: 660px) {
    .action .grid--button {
      font-size: 12px; } }

.footer {
  background: #003A70;
  padding: 105px 70px 105px;
  text-align: center;
  z-index: 3;
  position: relative;
  overflow: hidden; }
  @media (max-width: 660px) {
    .footer {
      padding-top: 50px;
      padding-left: 0;
      padding-right: 0; } }
  .footer--social_icon {
    text-decoration: none;
    padding: 5px; }
    .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: #FFB71B; }
    .footer--social_icon svg {
      fill: #FFFFFF;
      height: 18px;
      width: 18px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  @media (max-width: 660px) {
    .footer--logo svg {
      width: 100px; } }
  @media screen and (max-width: 660px) and (min-width: 0px) {
    .footer--logo svg {
      width: calc(100px + 200 * ((100vw - 0px) / 660)); } }
  @media screen and (max-width: 660px) and (min-width: 660px) {
    .footer--logo svg {
      width: 300px; } }
  .footer--social {
    margin: 35px auto 17.5px;
    position: relative;
    z-index: 3; }
    .footer--social .footer_link:link, .footer--social .footer_link:visited {
      display: inline-block;
      color: #FFFFFF; }
      .footer--social .footer_link:link:hover, .footer--social .footer_link:link:active, .footer--social .footer_link:link:focus, .footer--social .footer_link:visited:hover, .footer--social .footer_link:visited:active, .footer--social .footer_link:visited:focus {
        color: #FFB71B; }
    .footer--social .join_link {
      padding-left: 15px; }
    .footer--social_link {
      display: inline-block; }
  .footer--sc_icon {
    position: absolute;
    bottom: -30px;
    right: -50px;
    z-index: 0; }
    .footer--sc_icon svg {
      height: 100%;
      width: auto; }
      @media (max-width: 660px) {
        .footer--sc_icon svg {
          opacity: .5; } }
  .footer--cta_links, .footer--links {
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #FFFFFF; }
    .footer--cta_links a,
    .footer--cta_links a:link,
    .footer--cta_links a:visited, .footer--links a,
    .footer--links a:link,
    .footer--links a:visited {
      color: #FFFFFF;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      padding: 0px 10px; }
      .footer--cta_links a:hover, .footer--cta_links a:focus, .footer--cta_links a:active,
      .footer--cta_links a:link:hover,
      .footer--cta_links a:link:focus,
      .footer--cta_links a:link:active,
      .footer--cta_links a:visited:hover,
      .footer--cta_links a:visited:focus,
      .footer--cta_links a:visited:active, .footer--links a:hover, .footer--links a:focus, .footer--links a:active,
      .footer--links a:link:hover,
      .footer--links a:link:focus,
      .footer--links a:link:active,
      .footer--links a:visited:hover,
      .footer--links a:visited:focus,
      .footer--links a:visited:active {
        color: #FFB71B; }
  .footer--cta_links {
    padding-left: 14px;
    padding-bottom: 23.3333333333px;
    padding-top: 23.3333333333px; }
    .footer--cta_links a,
    .footer--cta_links a:link,
    .footer--cta_links a:visited {
      text-transform: uppercase; }
    @media (max-width: 660px) {
      .footer--cta_links {
        padding: 14px; } }
  .footer--links {
    color: #8BA6BD;
    margin: 35px auto 52.5px; }
    @media (max-width: 660px) {
      .footer--links {
        margin: 17.5px auto; } }
    .footer--links a,
    .footer--links a:link,
    .footer--links a:visited {
      color: #8BA6BD;
      font-weight: 400;
      padding: 0px 10px;
      text-decoration: none; }
      .footer--links a:hover, .footer--links a:focus, .footer--links a:active,
      .footer--links a:link:hover,
      .footer--links a:link:focus,
      .footer--links a:link:active,
      .footer--links a:visited:hover,
      .footer--links a:visited:focus,
      .footer--links a:visited:active {
        color: #FFB71B; }
  .footer--paidforby {
    text-align: center;
    margin: 14px auto 35px;
    border: 1px solid #8BA6BD;
    padding: 10px 20px;
    max-width: 400px;
    font-family: "Montserrat", sans-serif;
    color: #8BA6BD;
    text-transform: none;
    display: inline-block; }
    @media (max-width: 660px) {
      .footer--paidforby {
        font-size: 13px;
        max-width: 100%; } }
  .footer--address {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.45;
    opacity: 90%; }
    .footer--address {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .footer--address {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .footer--address {
          font-size: 15px; } }
  .footer--address_bottom {
    display: block; }
  .footer--copyright {
    font-family: "Montserrat", sans-serif;
    color: #8BA6BD;
    font-size: 15px;
    line-height: 1.45; }
    .footer--copyright {
      font-size: 13px; }
      @media screen and (min-width: 661px) {
        .footer--copyright {
          font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .footer--copyright {
          font-size: 15px; } }
    .footer--copyright a,
    .footer--copyright a:link,
    .footer--copyright a:visited {
      color: #8BA6BD;
      font-weight: 400; }
      .footer--copyright a:hover, .footer--copyright a:focus, .footer--copyright a:active,
      .footer--copyright a:link:hover,
      .footer--copyright a:link:focus,
      .footer--copyright a:link:active,
      .footer--copyright a:visited:hover,
      .footer--copyright a:visited:focus,
      .footer--copyright a:visited:active {
        color: #FFB71B !important; }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 58, 112, 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: 1280px) {
      .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: #003A70;
    -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: #113756;
    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: 17.5px; } }
  .popup--form-wrapper-cta {
    padding: 35px; }
    @media (min-width: 1281px) {
      .popup--form-wrapper-cta {
        padding: 70px; } }
  .popup--form-wrapper-donation {
    width: 100%;
    padding: 70px; }
    @media (max-width: 500px) {
      .popup--form-wrapper-donation {
        padding: 35px; } }
  .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: "Montserrat", 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-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 80px;
    line-height: 0.9; }
    .popup--title_cta {
      font-size: 36px; }
      @media screen and (min-width: 661px) {
        .popup--title_cta {
          font-size: calc(36px + 44 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_cta {
          font-size: 80px; } }
  .popup--title_ctaimage {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 110px;
    line-height: 1.05; }
    .popup--title_ctaimage {
      font-size: 33px; }
      @media screen and (min-width: 661px) {
        .popup--title_ctaimage {
          font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
      @media screen and (min-width: 2000px) {
        .popup--title_ctaimage {
          font-size: 110px; } }
  .popup--title_donation {
    font-family: "Montserrat", sans-serif;
    line-height: 0.9;
    font-weight: 900;
    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-family: "Oswald", Helvetica, Arial, sans-serif;
        font-size: 110px;
        line-height: 1.05; }
        .popup--title_donation {
          font-size: 33px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation {
        font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--title_donation {
        font-size: 110px; } }
  .popup--title_donation_img {
    font-family: "Montserrat", sans-serif;
    line-height: 0.9;
    font-weight: 900;
    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-family: "Oswald", Helvetica, Arial, sans-serif;
        font-size: 110px;
        line-height: 1.05; }
        .popup--title_donation_img {
          font-size: 33px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--title_donation_img {
        font-size: calc(33px + 77 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--title_donation_img {
        font-size: 110px; } }
  .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: 15px;
        line-height: 1.45; }
        .popup--description_img {
          font-size: 13px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_img {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--description_img {
        font-size: 15px; } }
    .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: 15px;
        line-height: 1.45; }
        .popup--description_base {
          font-size: 13px; } }
    @media screen and (max-width: 660px) and (min-width: 661px) {
      .popup--description_base {
        font-size: calc(13px + 2 * ((100vw - 661px) / 1339)); } }
    @media screen and (max-width: 660px) and (min-width: 2000px) {
      .popup--description_base {
        font-size: 15px; } }
    .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: 3px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      text-shadow: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-width: 70px;
      letter-spacing: 0.05em;
      line-height: 1.45;
      padding: 15px 30px;
      position: relative;
      background: #003A70;
      border: 2px solid #003A70;
      color: #FFFFFF;
      margin: 0 10%; }
      .popup .donations--button {
        font-size: 14px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button {
            font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button {
            font-size: 15px; } }
      .popup .donations--button:focus {
        -webkit-box-shadow: #FFB71B 0 0 0.5em;
                box-shadow: #FFB71B 0 0 0.5em;
        outline: none; }
      .popup .donations--button:hover:link, .popup .donations--button:hover:visited,
      .popup .donations--button:hover a:link,
      .popup .donations--button:hover a:visited, .popup .donations--button:active:link, .popup .donations--button:active:visited,
      .popup .donations--button:active a:link,
      .popup .donations--button:active a:visited, .popup .donations--button:focus:link, .popup .donations--button:focus:visited,
      .popup .donations--button:focus a:link,
      .popup .donations--button:focus a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #113756; }
      .popup .donations--button:link, .popup .donations--button:visited,
      .popup .donations--button a:link,
      .popup .donations--button a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        p .popup .donations--button:link, p .popup .donations--button:visited, p
        .popup .donations--button a:link, p
        .popup .donations--button a:visited {
          text-decoration: none; }
      .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: 3px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      text-shadow: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-width: 70px;
      letter-spacing: 0.05em;
      line-height: 1.45;
      padding: 15px 30px;
      position: relative;
      background: transparent;
      color: #003A70;
      border: 2px solid #003A70;
      width: 100%;
      margin: 0 10%; }
      .popup .donations--button-other {
        font-size: 14px; }
        @media screen and (min-width: 661px) {
          .popup .donations--button-other {
            font-size: calc(14px + 1 * ((100vw - 661px) / 1339)); } }
        @media screen and (min-width: 2000px) {
          .popup .donations--button-other {
            font-size: 15px; } }
      .popup .donations--button-other:focus {
        -webkit-box-shadow: #FFB71B 0 0 0.5em;
                box-shadow: #FFB71B 0 0 0.5em;
        outline: none; }
      .popup .donations--button-other:hover:link, .popup .donations--button-other:hover:visited,
      .popup .donations--button-other:hover a:link,
      .popup .donations--button-other:hover a:visited, .popup .donations--button-other:active:link, .popup .donations--button-other:active:visited,
      .popup .donations--button-other:active a:link,
      .popup .donations--button-other:active a:visited, .popup .donations--button-other:focus:link, .popup .donations--button-other:focus:visited,
      .popup .donations--button-other:focus a:link,
      .popup .donations--button-other:focus a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #113756; }
      .popup .donations--button-other:link, .popup .donations--button-other:visited,
      .popup .donations--button-other a:link,
      .popup .donations--button-other a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        p .popup .donations--button-other:link, p .popup .donations--button-other:visited, p
        .popup .donations--button-other a:link, p
        .popup .donations--button-other a:visited {
          text-decoration: none; }
      .popup .donations--button-other:link, .popup .donations--button-other:visited,
      .popup .donations--button-other a:link,
      .popup .donations--button-other a:visited {
        color: #003A70; }
      .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: 3px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: inline-block;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      text-shadow: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-width: 70px;
      letter-spacing: 0.05em;
      line-height: 1.45;
      padding: 15px 30px;
      position: relative;
      background: #003A70;
      border: 2px solid #003A70;
      color: #FFFFFF;
      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: 14px; }
        @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(14px + 1 * ((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: 15px; } }
      .popup--cta a:focus, .popup--ctaa:focus, .popup--cta:link:focus, .popup--cta:visited:focus,
      .popup--cta a:link:focus,
      .popup--cta a:visited:focus {
        -webkit-box-shadow: #FFB71B 0 0 0.5em;
                box-shadow: #FFB71B 0 0 0.5em;
        outline: none; }
      .popup--cta a:hover:link, .popup--cta a:hover:visited,
      .popup--cta a:hover a:link,
      .popup--cta a:hover a:visited, .popup--cta a:active:link, .popup--cta a:active:visited,
      .popup--cta a:active a:link,
      .popup--cta a:active a:visited, .popup--cta a:focus:link, .popup--cta a:focus:visited,
      .popup--cta a:focus a:link,
      .popup--cta a:focus a:visited, .popup--ctaa:hover:link, .popup--ctaa:hover:visited,
      .popup--ctaa:hover a:link,
      .popup--ctaa:hover a:visited, .popup--ctaa:active:link, .popup--ctaa:active:visited,
      .popup--ctaa:active a:link,
      .popup--ctaa:active a:visited, .popup--ctaa:focus:link, .popup--ctaa:focus:visited,
      .popup--ctaa:focus a:link,
      .popup--ctaa:focus a:visited, .popup--cta:link:hover:link, .popup--cta:link:hover:visited,
      .popup--cta:link:hover a:link,
      .popup--cta:link:hover a:visited, .popup--cta:link:active:link, .popup--cta:link:active:visited,
      .popup--cta:link:active a:link,
      .popup--cta:link:active a:visited, .popup--cta:link:focus:link, .popup--cta:link:focus:visited,
      .popup--cta:link:focus a:link,
      .popup--cta:link:focus a:visited, .popup--cta:visited:hover:link, .popup--cta:visited:hover:visited,
      .popup--cta:visited:hover a:link,
      .popup--cta:visited:hover a:visited, .popup--cta:visited:active:link, .popup--cta:visited:active:visited,
      .popup--cta:visited:active a:link,
      .popup--cta:visited:active a:visited, .popup--cta:visited:focus:link, .popup--cta:visited:focus:visited,
      .popup--cta:visited:focus a:link,
      .popup--cta:visited:focus a:visited,
      .popup--cta a:link:hover:link,
      .popup--cta a:link:hover:visited,
      .popup--cta a:link:hover a:link,
      .popup--cta a:link:hover a:visited,
      .popup--cta a:link:active:link,
      .popup--cta a:link:active:visited,
      .popup--cta a:link:active a:link,
      .popup--cta a:link:active a:visited,
      .popup--cta a:link:focus:link,
      .popup--cta a:link:focus:visited,
      .popup--cta a:link:focus a:link,
      .popup--cta a:link:focus a:visited,
      .popup--cta a:visited:hover:link,
      .popup--cta a:visited:hover:visited,
      .popup--cta a:visited:hover a:link,
      .popup--cta a:visited:hover a:visited,
      .popup--cta a:visited:active:link,
      .popup--cta a:visited:active:visited,
      .popup--cta a:visited:active a:link,
      .popup--cta a:visited:active a:visited,
      .popup--cta a:visited:focus:link,
      .popup--cta a:visited:focus:visited,
      .popup--cta a:visited:focus a:link,
      .popup--cta a:visited:focus a:visited {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #113756; }
      .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 {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        p .popup--cta a:link, p .popup--cta a:visited, p
        .popup--cta a a:link, p
        .popup--cta a a:visited, p .popup--ctaa:link, p .popup--ctaa:visited, p
        .popup--ctaa a:link, p
        .popup--ctaa a:visited, p .popup--cta:link:link, p .popup--cta:link:visited, p
        .popup--cta:link a:link, p
        .popup--cta:link a:visited, p .popup--cta:visited:link, p .popup--cta:visited:visited, p
        .popup--cta:visited a:link, p
        .popup--cta:visited a:visited, p
        .popup--cta a:link:link, p
        .popup--cta a:link:visited, p
        .popup--cta a:link a:link, p
        .popup--cta a:link a:visited, p
        .popup--cta a:visited:link, p
        .popup--cta a:visited:visited, p
        .popup--cta a:visited a:link, p
        .popup--cta a:visited a:visited {
          text-decoration: none; }
      .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: 17.5px; } }
    @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: #113756;
        -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: #FFB71B; }
  .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 */