@charset "UTF-8";
/*-------------------------------------------------------*\
   	All Styles Get Imported Here
/*-------------------------------------------------------*/
/* Vendor Libraries */
@import url("https://use.typekit.net/lwz2qyj.css");
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
* Alias for `@mixin prefix`'
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Roobert", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #001959;
  text-align: left;
  background-color: #fff;
  top: 0 !important;
  font-size: 1rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, .hero.blog-feed-hero > section h1, h3, .form_pages div.form_header .form_label, .split-page-content h1, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1.75rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.74rem;
  padding-left: 0;
  list-style-position: outside;
  padding-left: 18px;
}

ul li {
  margin-bottom: 10px;
}

ol li {
  margin-bottom: 20px;
}

nav ol li {
  margin-bottom: 0;
}

nav ul li {
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0039b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7783A6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #7783A6;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Roobert";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roobert-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Roobert-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Regular.woff2") format("woff2"), url("../fonts/Roobert-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roobert";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roobert-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Roobert-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Bold.woff2") format("woff2"), url("../fonts/Roobert-Bold.woff") format("woff");
}

h1, h2, .hero.blog-feed-hero > section h1, h3, .form_pages div.form_header .form_label, .split-page-content h1, h4, h5, h6,
.h1, .h2, .h3, .h4, .single-post-wrap article .wp-block-quote p, .single-post-wrap article .wp-block-pullquote blockquote p, .h5, .h6 {
  margin-bottom: 20px;
  font-family: "Roobert", "Roobert", sans-serif, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1069.98px) {
  h1 br, h2 br, .hero.blog-feed-hero > section h1 br, h3 br, .form_pages div.form_header .form_label br, .split-page-content h1 br, h4 br, h5 br, h6 br,
  .h1 br, .h2 br, .h3 br, .h4 br, .single-post-wrap article .wp-block-quote p br, .single-post-wrap article .wp-block-pullquote blockquote p br, .h5 br, .h6 br {
    display: none;
  }
}

h1 a, h2 a, .hero.blog-feed-hero > section h1 a, h3 a, .form_pages div.form_header .form_label a, .split-page-content h1 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .single-post-wrap article .wp-block-quote p a, .single-post-wrap article .wp-block-pullquote blockquote p a, .h5 a, .h6 a {
  color: #0051FF;
}

h1.subheader, h2.subheader, .hero.blog-feed-hero > section h1.subheader, h3.subheader, .form_pages div.form_header .subheader.form_label, .split-page-content h1.subheader, h4.subheader, h5.subheader, h6.subheader,
.h1.subheader, .h2.subheader, .h3.subheader, .h4.subheader, .single-post-wrap article .wp-block-quote p.subheader, .single-post-wrap article .wp-block-pullquote blockquote p.subheader, .h5.subheader, .h6.subheader {
  font-family: "Roobert", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 2.75rem;
  line-height: 1;
}

@media (min-width: 1070px) {
  h1, .h1 {
    font-size: 4.8rem;
  }
}

@media (min-width: 1480px) {
  h1, .h1 {
    font-size: 5.35rem;
  }
}

h2, .hero.blog-feed-hero > section h1, .h2 {
  font-size: 2.25rem;
  line-height: 1.1;
}

@media (min-width: 1070px) {
  h2, .hero.blog-feed-hero > section h1, .h2 {
    font-size: 4rem;
  }
}

h3, .form_pages div.form_header .form_label, .split-page-content h1, .h3 {
  font-size: 1.75rem;
}

@media (min-width: 1070px) {
  h3, .form_pages div.form_header .form_label, .split-page-content h1, .h3 {
    font-size: 3rem;
  }
}

h4, .h4, .single-post-wrap article .wp-block-quote p, .single-post-wrap article .wp-block-pullquote blockquote p {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  h4, .h4, .single-post-wrap article .wp-block-quote p, .single-post-wrap article .wp-block-pullquote blockquote p {
    font-size: 2.1rem;
  }
  h4.subheader, .h4.subheader, .single-post-wrap article .wp-block-quote p.subheader, .single-post-wrap article .wp-block-pullquote blockquote p.subheader {
    font-size: 1.9rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h5.subheader, .h5.subheader {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5.35rem;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(3.235rem + 2.82vw) ;
  }
}

.display-2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(3.1rem + 1.2vw) ;
  }
}

.display-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.display-4 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small-text {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7783A6;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

/*-------------------------------------------------------*\
    Tables
/*-------------------------------------------------------*/
.table-group {
  margin-bottom: 120px;
}

.table-group .table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .table-group .table {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.table-group.white-rows {
  padding: 40px 0;
  background: rgba(0, 25, 89, 0.05);
}

.table-group.white-rows .tbody .tr {
  background: #fff;
}

.table-group.white-rows .tbody .tr .td {
  border-bottom: solid 15px rgba(0, 25, 89, 0.05);
}

.table-group.white-rows .tbody .tr .td:first-child {
  padding-left: 20px;
}

.table-group.blue-rows .tbody .tr {
  background: rgba(0, 81, 255, 0.15);
}

.table-group.blue-rows .tbody .tr .td {
  border-bottom: solid 15px #fff;
}

.table-group.blue-rows .tbody .tr .td:first-child {
  padding-left: 20px;
}

.table-group.bordered .tbody .tr .td {
  padding: 5px 20px 20px 20px;
  border-top: solid 1px #001959;
}

@media (min-width: 768px) {
  .table-group.bordered .tbody .tr .td {
    padding: 5px 20px 20px 0;
  }
}

table {
  width: 100%;
}

.th {
  color: rgba(0, 25, 89, 0.5);
}

.td {
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table {
  width: 100%;
  margin: 20px 0 0 0;
}

.table .tr:last-child .td {
  border-bottom: none;
}

.table .td {
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .table .td {
    padding: 10px 20px 10px 0;
  }
}

.table .td p {
  padding-bottom: 0;
}

.table .td span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #001959;
  font-size: 12px;
}

.table .td span.checkmark, .table .td span.close {
  font-size: 0;
  margin-top: 10px;
}

.table .th {
  padding-bottom: 10px;
}

.table .thead {
  display: none;
}

.table .rh {
  padding: 10px 20px;
  margin-top: 20px;
  color: rgba(0, 25, 89, 0.5);
}

@media (min-width: 768px) {
  .table .rh {
    display: none;
  }
}

@media (min-width: 768px) {
  .table {
    display: table;
  }
  .table .rh.tr {
    display: none;
  }
  .table .thead {
    display: table-header-group;
  }
  .table .tbody {
    display: table-row-group;
  }
  .table .tr {
    display: table-row;
  }
  .table .td {
    display: table-cell;
  }
  .table .th {
    display: table-cell;
  }
}

.form-control, input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5D5C69;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #001959;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  border: 2px solid #001959;
}

.form-control.form-outline, input[type="text"].form-outline, input[type="email"].form-outline, input[type="tel"].form-outline, select.form-outline, textarea.form-outline {
  background: transparent;
}

.form-control.form-outline:focus, input[type="text"].form-outline:focus, input[type="email"].form-outline:focus, input[type="tel"].form-outline:focus, select.form-outline:focus, textarea.form-outline:focus {
  border-width: 2px;
  background: transparent;
}

.form-control.form-outline.form-outline-primary, input[type="text"].form-outline.form-outline-primary, input[type="email"].form-outline.form-outline-primary, input[type="tel"].form-outline.form-outline-primary, select.form-outline.form-outline-primary, textarea.form-outline.form-outline-primary {
  border-color: #0051FF;
  color: #0051FF;
}

.form-control.form-outline.form-outline-primary:focus, input[type="text"].form-outline.form-outline-primary:focus, input[type="email"].form-outline.form-outline-primary:focus, input[type="tel"].form-outline.form-outline-primary:focus, select.form-outline.form-outline-primary:focus, textarea.form-outline.form-outline-primary:focus {
  color: #0051FF;
}

.form-control.form-outline.form-outline-white, input[type="text"].form-outline.form-outline-white, input[type="email"].form-outline.form-outline-white, input[type="tel"].form-outline.form-outline-white, select.form-outline.form-outline-white, textarea.form-outline.form-outline-white {
  border-color: #fff;
  color: #fff;
}

.form-control.form-outline.form-outline-white:focus, input[type="text"].form-outline.form-outline-white:focus, input[type="email"].form-outline.form-outline-white:focus, input[type="tel"].form-outline.form-outline-white:focus, select.form-outline.form-outline-white:focus, textarea.form-outline.form-outline-white:focus {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    transition: none;
  }
}

.form-control::-ms-expand, input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="tel"]::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control::placeholder, input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, select::placeholder, textarea::placeholder {
  color: #7783A6;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly], input[type="text"]:disabled, input[type="text"][readonly], input[type="email"]:disabled, input[type="email"][readonly], input[type="tel"]:disabled, input[type="tel"][readonly], select:disabled, select[readonly], textarea:disabled, textarea[readonly] {
  background-color: #F7F9FC;
  opacity: 1;
}

select.form-control:focus::-ms-value, select:focus::-ms-value {
  color: #5D5C69;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #001959;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control, textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #7783A6;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF4F60;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 79, 96, 0.9);
  border-radius: 8px;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #FF4F60;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FF4F60' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.25rem);
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #FF4F60;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #FF4F60;
  padding-right: calc((1em + 1rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235D5C69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FF4F60' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.25rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #FF4F60;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #FF4F60;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #FF4F60;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #FF4F60;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #ff828e;
  background-color: #ff828e;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF4F60;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #FF4F60;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #FF4F60;
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0051FF;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 81, 255, 0.9);
  border-radius: 8px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #0051FF;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230051FF' viewBox='-2 -2 7 7'%3e%3cpath stroke='%230051FF' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.25rem);
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #0051FF;
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #0051FF;
  padding-right: calc((1em + 1rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235D5C69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230051FF' viewBox='-2 -2 7 7'%3e%3cpath stroke='%230051FF' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2.25rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #0051FF;
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #0051FF;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #0051FF;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #0051FF;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #3374ff;
  background-color: #3374ff;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0051FF;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #0051FF;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #0051FF;
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 520px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form_birthdate .form_responses select option:first-child {
  display: none;
}

@media (min-width: 520px) {
  .form_birthdate .form_responses {
    display: flex;
  }
}

.form_pages div.form_header .form_label {
  background: none;
  padding: 0;
  color: #0051FF;
}

.form_pages select {
  max-width: 50% !important;
}

.form_pages legend {
  font-size: 1rem;
  font-weight: 700;
}

.form_radio .form_responses .form_response {
  padding-top: 10px;
}

.form_radio .form_responses .form_response:first-child {
  padding-top: 0;
}

.form_radio .form_responses .form_response label {
  font-size: 18px;
}

.form_radio .form_responses .form_response:last-child {
  padding-bottom: 0;
}

.form_action {
  margin-top: 40px;
}

.form_action button:hover {
  background-color: transparent !important;
  color: #0051FF !important;
}

.wpforms-submit-container {
  margin-top: 20px;
}

.wpforms-field {
  margin-bottom: 20px;
}

.wpforms-field.wpforms-has-error label.wpforms-error {
  color: #FF4F60;
  font-size: 1rem;
  padding: 10px 0 0 0;
}

.wpforms-field.wpforms-has-error input, .wpforms-field.wpforms-has-error textarea {
  border-color: #FF4F60;
}

.wpforms-field.wpforms-field-checkbox ul, .wpforms-field.wpforms-field-radio ul {
  list-style: none;
  padding: 0;
}

.wpforms-field.wpforms-field-checkbox ul li label, .wpforms-field.wpforms-field-radio ul li label {
  padding-left: 10px;
}

.btn, .form_action button, .wpforms-submit-container button, .site-header nav.primary > ul > li.button-solid > a, .site-header nav.primary > ul > li.button > a, .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.donation .ngp-form .btn-at, .basic-grid .hbspt-form .hs-button {
  display: inline-block;
  font-weight: 400;
  color: #001959;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .form_action button, .wpforms-submit-container button, .site-header nav.primary > ul > li.button-solid > a, .site-header nav.primary > ul > li.button > a, .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.donation .ngp-form .btn-at, .basic-grid .hbspt-form .hs-button {
    transition: none;
  }
}

.btn:hover, .form_action button:hover, .wpforms-submit-container button:hover, .site-header nav.primary > ul > li.button-solid > a:hover, .site-header nav.primary > ul > li.button > a:hover, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:hover, .split-content-module > section.donation .ngp-form .btn-at:hover, .basic-grid .hbspt-form .hs-button:hover {
  color: #001959;
  text-decoration: none;
}

.btn:focus, .form_action button:focus, .wpforms-submit-container button:focus, .site-header nav.primary > ul > li.button-solid > a:focus, .site-header nav.primary > ul > li.button > a:focus, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:focus, .split-content-module > section.donation .ngp-form .btn-at:focus, .basic-grid .hbspt-form .hs-button:focus, .btn.focus, .form_action button.focus, .wpforms-submit-container button.focus, .site-header nav.primary > ul > li.button-solid > a.focus, .site-header nav.primary > ul > li.button > a.focus, .split-content-module > section.email .ngp-form .at-form-submit .focus.at-submit, .split-content-module > section.donation .ngp-form .focus.btn-at, .basic-grid .hbspt-form .focus.hs-button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.25);
}

.btn.disabled, .form_action button.disabled, .wpforms-submit-container button.disabled, .site-header nav.primary > ul > li.button-solid > a.disabled, .site-header nav.primary > ul > li.button > a.disabled, .split-content-module > section.email .ngp-form .at-form-submit .disabled.at-submit, .split-content-module > section.donation .ngp-form .disabled.btn-at, .basic-grid .hbspt-form .disabled.hs-button, .btn:disabled, .form_action button:disabled, .wpforms-submit-container button:disabled, .site-header nav.primary > ul > li.button-solid > a:disabled, .site-header nav.primary > ul > li.button > a:disabled, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:disabled, .split-content-module > section.donation .ngp-form .btn-at:disabled, .basic-grid .hbspt-form .hs-button:disabled {
  opacity: 0.65;
}

a.btn.disabled, .site-header nav.primary > ul > li.button-solid > a.disabled, .site-header nav.primary > ul > li.button > a.disabled, .split-content-module > section.email .ngp-form .at-form-submit a.disabled.at-submit, .split-content-module > section.donation .ngp-form a.disabled.btn-at, .basic-grid .hbspt-form a.disabled.hs-button,
fieldset:disabled a.btn,
fieldset:disabled .site-header nav.primary > ul > li.button-solid > a,
.site-header fieldset:disabled nav.primary > ul > li.button-solid > a,
fieldset:disabled .site-header nav.primary > ul > li.button > a,
.site-header fieldset:disabled nav.primary > ul > li.button > a,
fieldset:disabled .split-content-module > section.email .ngp-form .at-form-submit a.at-submit,
.split-content-module > section.email .ngp-form .at-form-submit fieldset:disabled a.at-submit,
fieldset:disabled .split-content-module > section.donation .ngp-form a.btn-at,
.split-content-module > section.donation .ngp-form fieldset:disabled a.btn-at,
fieldset:disabled .basic-grid .hbspt-form a.hs-button,
.basic-grid .hbspt-form fieldset:disabled a.hs-button {
  pointer-events: none;
}

.btn-primary, .wpforms-submit-container button, .site-header nav.primary > ul > li.button-solid > a, .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .basic-grid .hbspt-form .hs-button {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-primary:hover, .wpforms-submit-container button:hover, .site-header nav.primary > ul > li.button-solid > a:hover, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:hover, .basic-grid .hbspt-form .hs-button:hover {
  color: #0051FF;
  background: transparent;
  border-color: #0051FF;
}

.btn-primary:focus, .wpforms-submit-container button:focus, .site-header nav.primary > ul > li.button-solid > a:focus, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:focus, .basic-grid .hbspt-form .hs-button:focus, .btn-primary.focus, .wpforms-submit-container button.focus, .site-header nav.primary > ul > li.button-solid > a.focus, .split-content-module > section.email .ngp-form .at-form-submit .focus.at-submit, .basic-grid .hbspt-form .focus.hs-button {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-primary.disabled, .wpforms-submit-container button.disabled, .site-header nav.primary > ul > li.button-solid > a.disabled, .split-content-module > section.email .ngp-form .at-form-submit .disabled.at-submit, .basic-grid .hbspt-form .disabled.hs-button, .btn-primary:disabled, .wpforms-submit-container button:disabled, .site-header nav.primary > ul > li.button-solid > a:disabled, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:disabled, .basic-grid .hbspt-form .hs-button:disabled {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-primary:not(:disabled):not(.disabled):active, .wpforms-submit-container button:not(:disabled):not(.disabled):active, .site-header nav.primary > ul > li.button-solid > a:not(:disabled):not(.disabled):active, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:not(:disabled):not(.disabled):active, .basic-grid .hbspt-form .hs-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wpforms-submit-container button:not(:disabled):not(.disabled).active, .site-header nav.primary > ul > li.button-solid > a:not(:disabled):not(.disabled).active, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:not(:disabled):not(.disabled).active, .basic-grid .hbspt-form .hs-button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.wpforms-submit-container .show > button.dropdown-toggle,
.site-header nav.primary > ul > li.button-solid.show > a.dropdown-toggle,
.split-content-module > section.email .ngp-form .at-form-submit .show > .dropdown-toggle.at-submit,
.basic-grid .hbspt-form .show > .dropdown-toggle.hs-button {
  color: #fff;
  background-color: #0041cc;
  border-color: #003dbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .wpforms-submit-container button:not(:disabled):not(.disabled):active:focus, .site-header nav.primary > ul > li.button-solid > a:not(:disabled):not(.disabled):active:focus, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:not(:disabled):not(.disabled):active:focus, .basic-grid .hbspt-form .hs-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wpforms-submit-container button:not(:disabled):not(.disabled).active:focus, .site-header nav.primary > ul > li.button-solid > a:not(:disabled):not(.disabled).active:focus, .split-content-module > section.email .ngp-form .at-form-submit .at-submit:not(:disabled):not(.disabled).active:focus, .basic-grid .hbspt-form .hs-button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.wpforms-submit-container .show > button.dropdown-toggle:focus,
.site-header nav.primary > ul > li.button-solid.show > a.dropdown-toggle:focus,
.split-content-module > section.email .ngp-form .at-form-submit .show > .dropdown-toggle.at-submit:focus,
.basic-grid .hbspt-form .show > .dropdown-toggle.hs-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #00CFA2;
  border-color: #00CFA2;
}

.btn-green:hover {
  color: #00CFA2;
  background: transparent;
  border-color: #00CFA2;
}

.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 214, 176, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #00CFA2;
  border-color: #00CFA2;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #009c7a;
  border-color: #008f70;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 214, 176, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-secondary:hover {
  color: #FF4F60;
  background: transparent;
  border-color: #FF4F60;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ff1c32;
  border-color: #ff0f26;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-success:hover {
  color: #FF4F60;
  background: transparent;
  border-color: #FF4F60;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #ff1c32;
  border-color: #ff0f26;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-info:hover {
  color: #0051FF;
  background: transparent;
  border-color: #0051FF;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0041cc;
  border-color: #003dbf;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-warning:hover {
  color: #FF4F60;
  background: transparent;
  border-color: #FF4F60;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff1c32;
  border-color: #ff0f26;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-danger:hover {
  color: #0051FF;
  background: transparent;
  border-color: #0051FF;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #0041cc;
  border-color: #003dbf;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-light {
  color: #5D5C69;
  background-color: #F7F9FC;
  border-color: #F7F9FC;
}

.btn-light:hover {
  color: #F7F9FC;
  background: transparent;
  border-color: #F7F9FC;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 225, 230, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #5D5C69;
  background-color: #F7F9FC;
  border-color: #F7F9FC;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #5D5C69;
  background-color: #d2ddee;
  border-color: #c9d6eb;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 225, 230, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5D5C69;
  border-color: #5D5C69;
}

.btn-dark:hover {
  color: #5D5C69;
  background: transparent;
  border-color: #5D5C69;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 116, 128, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5D5C69;
  border-color: #5D5C69;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #45444e;
  border-color: #3f3e47;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 116, 128, 0.5);
}

.btn-purple, .form_action button {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-purple:hover, .form_action button:hover {
  color: #FF4F60;
  background: transparent;
  border-color: #FF4F60;
}

.btn-purple:focus, .form_action button:focus, .btn-purple.focus, .form_action button.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-purple.disabled, .form_action button.disabled, .btn-purple:disabled, .form_action button:disabled {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-purple:not(:disabled):not(.disabled):active, .form_action button:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .form_action button:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle,
.form_action .show > button.dropdown-toggle {
  color: #fff;
  background-color: #ff1c32;
  border-color: #ff0f26;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .form_action button:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .form_action button:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus,
.form_action .show > button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 120, 0.5);
}

.btn-gold {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-gold:hover {
  color: #0051FF;
  background: transparent;
  border-color: #0051FF;
}

.btn-gold:focus, .btn-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-gold.disabled, .btn-gold:disabled {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active,
.show > .btn-gold.dropdown-toggle {
  color: #fff;
  background-color: #0041cc;
  border-color: #003dbf;
}

.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus,
.show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 107, 255, 0.5);
}

.btn-white, .split-content-module > section.donation .ngp-form .btn-at {
  color: #5D5C69;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover, .split-content-module > section.donation .ngp-form .btn-at:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-white:focus, .split-content-module > section.donation .ngp-form .btn-at:focus, .btn-white.focus, .split-content-module > section.donation .ngp-form .focus.btn-at {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 233, 0.5);
}

.btn-white.disabled, .split-content-module > section.donation .ngp-form .disabled.btn-at, .btn-white:disabled, .split-content-module > section.donation .ngp-form .btn-at:disabled {
  color: #5D5C69;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .split-content-module > section.donation .ngp-form .btn-at:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .split-content-module > section.donation .ngp-form .btn-at:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle,
.split-content-module > section.donation .ngp-form .show > .dropdown-toggle.btn-at {
  color: #5D5C69;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .split-content-module > section.donation .ngp-form .btn-at:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .split-content-module > section.donation .ngp-form .btn-at:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus,
.split-content-module > section.donation .ngp-form .show > .dropdown-toggle.btn-at:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 233, 0.5);
}

.btn-outline-primary, .site-header nav.primary > ul > li.button > a {
  color: #0051FF;
  border-color: #0051FF;
  color: #0051FF;
}

.btn-outline-primary:hover, .site-header nav.primary > ul > li.button > a:hover {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-primary:focus, .site-header nav.primary > ul > li.button > a:focus, .btn-outline-primary.focus, .site-header nav.primary > ul > li.button > a.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-primary.disabled, .site-header nav.primary > ul > li.button > a.disabled, .btn-outline-primary:disabled, .site-header nav.primary > ul > li.button > a:disabled {
  color: #0051FF;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .site-header nav.primary > ul > li.button > a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .site-header nav.primary > ul > li.button > a:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.site-header nav.primary > ul > li.button.show > a.dropdown-toggle {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .site-header nav.primary > ul > li.button > a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .site-header nav.primary > ul > li.button > a:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.site-header nav.primary > ul > li.button.show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-green {
  color: #00CFA2;
  border-color: #00CFA2;
  color: #0051FF;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #00CFA2;
  border-color: #00CFA2;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 162, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #00CFA2;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #00CFA2;
  border-color: #00CFA2;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 162, 0.5);
}

.btn-outline-secondary {
  color: #FF4F60;
  border-color: #FF4F60;
  color: #0051FF;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #FF4F60;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-success {
  color: #FF4F60;
  border-color: #FF4F60;
  color: #0051FF;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #FF4F60;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-info {
  color: #0051FF;
  border-color: #0051FF;
  color: #0051FF;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0051FF;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-warning {
  color: #FF4F60;
  border-color: #FF4F60;
  color: #0051FF;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FF4F60;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-danger {
  color: #0051FF;
  border-color: #0051FF;
  color: #0051FF;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #0051FF;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-light {
  color: #F7F9FC;
  border-color: #F7F9FC;
  color: #0051FF;
}

.btn-outline-light:hover {
  color: #5D5C69;
  background-color: #F7F9FC;
  border-color: #F7F9FC;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 249, 252, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F7F9FC;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #5D5C69;
  background-color: #F7F9FC;
  border-color: #F7F9FC;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 249, 252, 0.5);
}

.btn-outline-dark {
  color: #5D5C69;
  border-color: #5D5C69;
  color: #0051FF;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #5D5C69;
  border-color: #5D5C69;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 92, 105, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5D5C69;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5D5C69;
  border-color: #5D5C69;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 92, 105, 0.5);
}

.btn-outline-purple {
  color: #FF4F60;
  border-color: #FF4F60;
  color: #0051FF;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #FF4F60;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #FF4F60;
  border-color: #FF4F60;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 79, 96, 0.5);
}

.btn-outline-gold {
  color: #0051FF;
  border-color: #0051FF;
  color: #0051FF;
}

.btn-outline-gold:hover {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #0051FF;
  background-color: transparent;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .btn-outline-gold.dropdown-toggle {
  color: #fff;
  background-color: #0051FF;
  border-color: #0051FF;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 255, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  color: #0051FF;
}

.btn-outline-white:hover {
  color: #5D5C69;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #5D5C69;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0051FF;
  text-decoration: none;
}

.btn-link:hover {
  color: #0039b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #7783A6;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.cta-link {
  position: relative;
  padding-bottom: 4px;
}

.cta-link:hover {
  text-decoration: none;
  color: #0051FF;
}

.cta-link:hover::before {
  width: 100%;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.cta-link:before {
  content: "";
  display: block;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  background: #0051FF;
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
}

.cta-link:after {
  content: "→";
  padding-left: 10px;
}

.card {
  padding: 40px;
  border: solid 1px #0051FF;
}

.card .btn, .card .form_action button, .form_action .card button, .card .wpforms-submit-container button, .wpforms-submit-container .card button, .card .site-header nav.primary > ul > li.button-solid > a, .site-header .card nav.primary > ul > li.button-solid > a, .card .site-header nav.primary > ul > li.button > a, .site-header .card nav.primary > ul > li.button > a, .card .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .card .at-submit, .card .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .card .btn-at, .card .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .card .hs-button {
  text-align: center;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #7783A6;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p, h2, .hero.blog-feed-hero > section h1, h3, .form_pages div.form_header .form_label, .split-page-content h1 {
    orphans: 3;
    widows: 3;
  }
  h2, .hero.blog-feed-hero > section h1, h3, .form_pages div.form_header .form_label, .split-page-content h1 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1070px !important;
  }
  .container {
    min-width: 1070px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #F7F9FC !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #F7F9FC;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #F7F9FC;
  }
}

/* Include files recursively... */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 2;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #0051FF;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 40px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 40px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #001959;
}

.slick-dots li button {
  border: solid 1px #001959;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Include files recursively... */
.accordion {
  list-style: none;
}

.accordion > li {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .accordion > li {
    margin-bottom: 80px;
  }
  .accordion > li > .intro-content > p {
    font-size: 1.5rem;
  }
}

.accordion > li > ul {
  list-style: none;
  padding-top: 30px;
  padding-left: 0;
}

.accordion > li > ul > li {
  border-bottom: solid 1px #001959;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.accordion > li > ul > li > .accordion-content {
  display: none;
  padding-left: 30px;
}

.accordion > li > ul > li > .accordion-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion > li > ul > li > h4 {
  color: #0051FF;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.accordion > li > ul > li > h4.active::before {
  left: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion > li > ul > li > h4::before {
  content: "+";
  position: absolute;
  left: 0;
}

.accordion > li h3, .accordion > li .form_pages div.form_header .form_label, .form_pages div.form_header .accordion > li .form_label, .accordion > li .split-page-content h1, .split-page-content .accordion > li h1 {
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}

.banner {
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .banner {
    padding-bottom: 120px;
  }
}

.banner > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .banner > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.banner.option-one > div {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .banner.option-one > div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
  }
}

@media (min-width: 520px) {
  .banner.option-one > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .banner.option-one > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 768px) {
  .banner.option-one > div > section h2, .banner.option-one > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .banner.option-one > div > section h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1070px) {
  .banner.option-one > div > section h2, .banner.option-one > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .banner.option-one > div > section h1 {
    font-size: 5rem;
    line-height: 1;
  }
}

@media (min-width: 1480px) {
  .banner.option-one > div > section h2, .banner.option-one > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .banner.option-one > div > section h1 {
    font-size: 6rem;
  }
}

@media (min-width: 768px) {
  .banner.option-one > div > figure {
    margin-bottom: -40px;
  }
}

@media (min-width: 1070px) {
  .banner.option-one > div > figure {
    margin-bottom: -120px;
  }
}

.banner.option-one > div > section, .banner.option-one > div > figure {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .banner.option-one > div > section, .banner.option-one > div > figure {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner.option-one > div > figure {
  flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  grid-row: 1;
}

@supports (display: grid) {
  .banner.option-one > div > figure {
    max-width: 100%;
    flex: none;
    grid-column: 1/span 2;
  }
}

.banner.option-one > div > section {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  grid-row: 2;
}

@supports (display: grid) {
  .banner.option-one > div > section {
    max-width: 100%;
    flex: none;
    grid-column: 1/span 6;
  }
}

@media (min-width: 520px) {
  .banner.option-one > div > figure {
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .banner.option-one > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 11/span 2;
    }
  }
  .banner.option-one > div > section {
    flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .banner.option-one > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 10;
    }
  }
}

@media (min-width: 768px) {
  .banner.option-one > div {
    overflow: visible;
    align-items: end;
  }
  .banner.option-one > div > section {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
  }
  @supports (display: grid) {
    .banner.option-one > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 9;
    }
  }
  .banner.option-one > div > figure {
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    float: none;
  }
  @supports (display: grid) {
    .banner.option-one > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 10/span 2;
    }
  }
}

@media (min-width: 1070px) {
  .banner.option-one > div > section {
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  @supports (display: grid) {
    .banner.option-one > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 8;
    }
  }
  .banner.option-one > div > figure {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .banner.option-one > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 3;
    }
  }
}

.banner.option-two {
  background-color: #001959;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.banner.option-two.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .banner.option-two {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
  .banner.option-two.no-bottom-margin {
    margin-bottom: 0;
  }
}

.banner.option-two > div {
  position: relative;
}

.banner.option-two > div > figure {
  max-width: 200px;
}

@media (min-width: 1070px) {
  .banner.option-two > div > figure {
    position: absolute;
    right: 60px;
    top: 0;
  }
}

@media (min-width: 1070px) {
  .banner.option-two section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .banner.option-two section {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 520px) {
  .banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
    line-height: 1;
    font-size: 6rem;
  }
  .banner.option-two section h2 sup, .banner.option-two .hero.blog-feed-hero > section h1 sup {
    font-size: 25%;
    top: -3rem;
  }
}

@media (min-width: 1070px) {
  .banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    line-height: 1;
    font-size: 9rem;
  }
  @supports (display: grid) {
    .banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
  .banner.option-two section h2 sup, .banner.option-two .hero.blog-feed-hero > section h1 sup {
    font-size: 25%;
    top: -7rem;
  }
}

@media (min-width: 1480px) {
  .banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1 {
    font-size: 11rem;
  }
}

.banner.option-two section p {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .banner.option-two section p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .banner.option-two section p {
    max-width: 50%;
  }
}

@media (min-width: 1070px) {
  .banner.option-two section p {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .banner.option-two section p {
      max-width: 100%;
      flex: none;
      grid-column: 8/span 5;
    }
  }
}

.banner.option-two section h2, .banner.option-two .hero.blog-feed-hero > section h1, .banner.option-two section p {
  color: #fff;
}

.banner.option-three {
  background-color: #0051FF;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.banner.option-three.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .banner.option-three {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
  .banner.option-three.no-bottom-margin {
    margin-bottom: 0;
  }
}

.banner.option-three > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .banner.option-three > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

.banner.option-three > div > section {
  grid-row: 2;
}

.banner.option-three > div > figure {
  grid-row: 1;
}

@media (min-width: 520px) {
  .banner.option-three > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .banner.option-three > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .banner.option-three > div > section {
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    grid-row: 2;
  }
  @supports (display: grid) {
    .banner.option-three > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 3/span 8;
    }
  }
  .banner.option-three > div > figure {
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .banner.option-three > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 3/span 8;
    }
  }
}

@media (min-width: 1070px) {
  .banner.option-three > div {
    align-items: center;
  }
  .banner.option-three > div > section {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .banner.option-three > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
  .banner.option-three > div > figure {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .banner.option-three > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

.banner.option-three section {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .banner.option-three section {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner.option-three section h2, .banner.option-three .hero.blog-feed-hero > section h1 {
  color: #fff;
}

@media (min-width: 520px) {
  .banner.option-three section h2, .banner.option-three .hero.blog-feed-hero > section h1 {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .banner.option-three section h2, .banner.option-three .hero.blog-feed-hero > section h1 {
    font-size: 8rem;
  }
}

@media (min-width: 1070px) {
  .banner.option-three section h2, .banner.option-three .hero.blog-feed-hero > section h1 {
    font-size: 8rem;
    line-height: 1;
  }
}

@media (min-width: 1480px) {
  .banner.option-three section h2, .banner.option-three .hero.blog-feed-hero > section h1 {
    font-size: 10rem;
  }
}

.blockquote-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 80px;
}

@media (min-width: 1070px) {
  .blockquote-slider {
    margin-bottom: 120px;
  }
}

.blockquote-slider .blockquote-module {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 1070px) {
  .blockquote-slider .blockquote-module {
    margin-bottom: 0;
  }
}

.blockquote-slider .blockquote-module > div {
  margin-bottom: 0;
  padding: 0;
}

.blockquote-slider .blockquote-module > div:before, .blockquote-slider .blockquote-module > div:after {
  content: none;
}

.blockquote-module {
  border-top: solid 1px #707070;
  padding-top: 60px;
  margin-bottom: 80px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px;
}

@media (min-width: 1070px) {
  .blockquote-module {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .blockquote-module {
    padding-top: 60px;
    margin-bottom: 120px;
  }
}

.blockquote-module > blockquote h4,
.blockquote-module > blockquote cite {
  text-align: center;
}

.blockquote-module > blockquote cite {
  display: block;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .blockquote-module > blockquote cite {
    max-width: 80%;
    margin: 0 auto;
  }
}

.blockquote-module > blockquote img {
  max-width: 205px;
  display: block;
  margin: 40px auto;
}

.brand-assets {
  padding-bottom: 40px;
  max-width: 780px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-assets > h2, .hero.blog-feed-hero > section .brand-assets > h1 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .brand-assets {
    padding-bottom: 80px;
  }
}

@media (min-width: 1070px) {
  .brand-assets {
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.brand-assets .logo-grid {
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .brand-assets .logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

.brand-assets .logo-grid > h4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

@supports (display: grid) {
  .brand-assets .logo-grid > h4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@supports (display: grid) {
  .brand-assets .logo-grid > h4 {
    max-width: 100%;
    flex: none;
    grid-column: 1/span 2;
  }
}

@media (min-width: 1070px) {
  .brand-assets .logo-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .brand-assets .logo-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
    }
  }
  .brand-assets .logo-grid > h4 {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  @supports (display: grid) {
    .brand-assets .logo-grid > h4 {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .brand-assets .logo-grid > h4 {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
}

.brand-assets .logo-grid figure {
  margin: 0;
}

.brand-assets .logo-grid figure figcaption {
  padding-top: 30px;
  font-size: 1rem;
}

.brand-assets .logo-grid figure img {
  -webkit-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -moz-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -ms-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -o-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  box-shadow: 0px 12px 40px rgba(0,22,90,.12);
}

.brand-assets .brand-colors {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .brand-assets .brand-colors {
    max-width: 75%;
  }
}

.brand-assets .brand-colors > h4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.brand-assets .brand-colors > .color-block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
  min-height: 100px;
}

.brand-assets .brand-colors > .color-block .label {
  font-size: 1rem;
  margin-top: 20px;
}

.brand-assets .brand-colors > .color-block span {
  width: 100%;
  height: 100px;
  display: block;
  -webkit-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -moz-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -ms-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -o-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  box-shadow: 0px 12px 40px rgba(0,22,90,.12);
}

.brand-assets .brand-guide h4 {
  margin-bottom: 40px;
}

.brand-assets .brand-guide > figure img {
  -webkit-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -moz-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -ms-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  -o-box-shadow: 0px 12px 40px rgba(0,22,90,.12);
  box-shadow: 0px 12px 40px rgba(0,22,90,.12);
}

@media (min-width: 768px) {
  .brand-assets .brand-guide > figure {
    max-width: 65%;
  }
}

.category-navigation {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1070px) {
  .category-navigation {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.category-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 1px #0051FF;
  border-top: none;
  display: none;
}

.category-navigation ul li a {
  color: #001959;
  font-size: 1rem;
  display: block;
  padding: 8px 10px;
}

@media (min-width: 768px) {
  .category-navigation ul li a {
    padding: 0 30px 0 0;
  }
}

.category-navigation ul li a:hover {
  color: #0051FF;
  text-decoration: none;
  background-color: #E5ECFF;
}

@media (min-width: 768px) {
  .category-navigation ul li a:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .category-navigation ul {
    display: flex;
    justify-content: flex-start;
    border: none;
  }
}

.category-navigation .cateogry-nav-trigger {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #0051FF;
  padding: 10px;
  color: #0051FF;
  text-align: left;
  position: relative;
}

.category-navigation .cateogry-nav-trigger.active:after {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.category-navigation .cateogry-nav-trigger:after {
  content: "";
  background-image: url("../img/chevron-blue.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .category-navigation .cateogry-nav-trigger {
    display: none;
  }
}

.collage-background {
  background-color: #F1F5FF;
}

.collage {
  margin-bottom: 40px;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .collage {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.collage.has-background {
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .collage.has-background {
    padding-bottom: 160px;
  }
}

.collage.has-background.no-bottom-margin {
  margin-bottom: 0;
}

.collage.no-bottom-margin {
  margin-bottom: 40px;
}

@media (min-width: 1070px) {
  .collage {
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .collage {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.collage.hero-collage figure {
  margin-bottom: 20px;
}

@media (min-width: 1070px) {
  .collage.hero-collage figure {
    margin-bottom: 0;
  }
}

.collage.hero-collage section h3, .collage.hero-collage section .form_pages div.form_header .form_label, .form_pages div.form_header .collage.hero-collage section .form_label, .collage.hero-collage section .split-page-content h1, .split-page-content .collage.hero-collage section h1 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .collage.hero-collage section h4 {
    max-width: 80%;
  }
}

.collage.full-content-collage ul {
  padding: 0;
  list-style: none;
}

.collage.full-content-collage ul li {
  padding: 0 0 5px 25px;
  position: relative;
  margin-bottom: 0;
}

.collage.full-content-collage ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
}

.collage.list-collage section div {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .collage.list-collage section div p {
    max-width: 90%;
    font-size: 1.15rem;
  }
}

.collage.list-collage section div:last-child {
  margin-bottom: 0;
}

.collage.quote-collage.option-one section h3, .collage.quote-collage.option-one section .form_pages div.form_header .form_label, .form_pages div.form_header .collage.quote-collage.option-one section .form_label, .collage.quote-collage.option-one section .split-page-content h1, .split-page-content .collage.quote-collage.option-one section h1 {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: solid 1px #001959;
}

.collage.quote-collage.option-two section h3, .collage.quote-collage.option-two section .form_pages div.form_header .form_label, .form_pages div.form_header .collage.quote-collage.option-two section .form_label, .collage.quote-collage.option-two section .split-page-content h1, .split-page-content .collage.quote-collage.option-two section h1 {
  margin-bottom: 25px;
}

.collage.quote-collage section > p {
  font-size: 1.5rem;
}

.collage.quote-collage section blockquote p {
  margin-bottom: 5px;
}

.collage.quote-collage section blockquote cite {
  font-size: .85rem;
  font-style: normal;
}

.collage.quote-collage section .option-two-quote {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: end;
}

.collage.quote-collage section .option-two-quote .quote-image {
  width: 25%;
}

.collage.quote-collage section .option-two-quote .quote-image img {
  border-radius: 100%;
}

.collage.quote-collage section .option-two-quote blockquote {
  width: 75%;
  padding-left: 20px;
}

.collage.quote-collage section .option-two-quote .logo-image {
  width: 120px;
  margin-top: -50px;
}

.collage.quote-collage section .option-one-quote blockquote {
  width: 80%;
}

.collage.quote-collage section .option-one-quote figure {
  max-width: 120px;
  float: right;
  margin-top: -50px;
}

.collage figure img {
  width: 100%;
}

.collage figure,
.collage section {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  grid-row: 1;
}

@supports (display: grid) {
  .collage figure,
  .collage section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 620px) {
  .collage figure,
  .collage section {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media (min-width: 1070px) {
  .collage figure,
  .collage section {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1070px) {
  .collage.image-right figure {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  @supports (display: grid) {
    .collage.image-right figure {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
  @supports (display: grid) {
    .collage.image-right figure {
      margin-left: 0;
    }
  }
}

@media (min-width: 1070px) {
  .collage.image-right section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: -91.6666666667%;
  }
  @supports (display: grid) {
    .collage.image-right section {
      max-width: 100%;
      flex: none;
      grid-column: 2/span 4;
    }
  }
  @supports (display: grid) {
    .collage.image-right section {
      margin-left: 0;
    }
  }
}

@media (min-width: 1480px) {
  .collage.image-right section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .collage.image-right section {
      max-width: 100%;
      flex: none;
      grid-column: 2/span 4;
    }
  }
}

@media (min-width: 1070px) {
  .collage.image-left figure {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .collage.image-left figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
}

@media (min-width: 1070px) {
  .collage.image-left section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
  }
  @supports (display: grid) {
    .collage.image-left section {
      max-width: 100%;
      flex: none;
      grid-column: 8/span 4;
    }
  }
  @supports (display: grid) {
    .collage.image-left section {
      margin-left: 0;
    }
  }
}

@media (min-width: 1480px) {
  .collage.image-left section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .collage.image-left section {
      max-width: 100%;
      flex: none;
      grid-column: 8/span 4;
    }
  }
}

.cta-group.light {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .cta-group.light {
    padding-bottom: 120px;
  }
}

.cta-group.light .btn-group .btn-purple:hover, .cta-group.light .btn-group .form_action button:hover, .form_action .cta-group.light .btn-group button:hover {
  background: transparent;
  color: #0051FF;
  border-color: #0051FF;
}

.cta-group.light .btn-group .btn-gold:hover {
  background: transparent;
  color: #FF4F60;
}

.cta-group.dark {
  background: #0049e6;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.cta-group.dark.below-ribbon {
  border-top: 60px solid #0051FF;
  margin-top: 56px;
  padding-top: 120px;
}

@media (min-width: 1480px) {
  .cta-group.dark.below-ribbon {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .cta-group.dark:before {
    content: "";
    display: block;
    width: 61px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(../img/footer-pattern.png);
    top: 0;
    background-size: 61px;
    background-repeat: repeat-y;
  }
}

.cta-group.dark .btn-group .btn-white, .cta-group.dark .btn-group .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .cta-group.dark .btn-group .btn-at {
  color: #0051FF;
}

.cta-group.dark .btn-group .btn-white:hover, .cta-group.dark .btn-group .split-content-module > section.donation .ngp-form .btn-at:hover, .split-content-module > section.donation .ngp-form .cta-group.dark .btn-group .btn-at:hover {
  background: transparent;
  color: #fff;
}

.cta-group.cta-group-small .btn-group {
  max-width: 800px;
}

@media (min-width: 768px) {
  .cta-group.cta-group-small .btn-group .btn, .cta-group.cta-group-small .btn-group .form_action button, .form_action .cta-group.cta-group-small .btn-group button, .cta-group.cta-group-small .btn-group .wpforms-submit-container button, .wpforms-submit-container .cta-group.cta-group-small .btn-group button, .cta-group.cta-group-small .btn-group .site-header nav.primary > ul > li.button-solid > a, .site-header .cta-group.cta-group-small .btn-group nav.primary > ul > li.button-solid > a, .cta-group.cta-group-small .btn-group .site-header nav.primary > ul > li.button > a, .site-header .cta-group.cta-group-small .btn-group nav.primary > ul > li.button > a, .cta-group.cta-group-small .btn-group .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .cta-group.cta-group-small .btn-group .at-submit, .cta-group.cta-group-small .btn-group .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .cta-group.cta-group-small .btn-group .btn-at, .cta-group.cta-group-small .btn-group .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .cta-group.cta-group-small .btn-group .hs-button {
    width: 50%;
  }
}

.cta-group .btn-group {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
  display: block;
}

@media (min-width: 1070px) {
  .cta-group .btn-group {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .cta-group .btn-group {
    display: flex;
  }
}

@media (min-width: 768px) {
  .cta-group .btn-group .btn, .cta-group .btn-group .form_action button, .form_action .cta-group .btn-group button, .cta-group .btn-group .wpforms-submit-container button, .wpforms-submit-container .cta-group .btn-group button, .cta-group .btn-group .site-header nav.primary > ul > li.button-solid > a, .site-header .cta-group .btn-group nav.primary > ul > li.button-solid > a, .cta-group .btn-group .site-header nav.primary > ul > li.button > a, .site-header .cta-group .btn-group nav.primary > ul > li.button > a, .cta-group .btn-group .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .cta-group .btn-group .at-submit, .cta-group .btn-group .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .cta-group .btn-group .btn-at, .cta-group .btn-group .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .cta-group .btn-group .hs-button {
    width: 33.334%;
  }
}

.cta-group .btn-group .btn, .cta-group .btn-group .form_action button, .form_action .cta-group .btn-group button, .cta-group .btn-group .wpforms-submit-container button, .wpforms-submit-container .cta-group .btn-group button, .cta-group .btn-group .site-header nav.primary > ul > li.button-solid > a, .site-header .cta-group .btn-group nav.primary > ul > li.button-solid > a, .cta-group .btn-group .site-header nav.primary > ul > li.button > a, .site-header .cta-group .btn-group nav.primary > ul > li.button > a, .cta-group .btn-group .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .cta-group .btn-group .at-submit, .cta-group .btn-group .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .cta-group .btn-group .btn-at, .cta-group .btn-group .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .cta-group .btn-group .hs-button {
  padding: 25px;
  display: block;
}

.cta-group .btn-group .btn:after, .cta-group .btn-group .form_action button:after, .form_action .cta-group .btn-group button:after, .cta-group .btn-group .wpforms-submit-container button:after, .wpforms-submit-container .cta-group .btn-group button:after, .cta-group .btn-group .site-header nav.primary > ul > li.button-solid > a:after, .site-header .cta-group .btn-group nav.primary > ul > li.button-solid > a:after, .cta-group .btn-group .site-header nav.primary > ul > li.button > a:after, .site-header .cta-group .btn-group nav.primary > ul > li.button > a:after, .cta-group .btn-group .split-content-module > section.email .ngp-form .at-form-submit .at-submit:after, .split-content-module > section.email .ngp-form .at-form-submit .cta-group .btn-group .at-submit:after, .cta-group .btn-group .split-content-module > section.donation .ngp-form .btn-at:after, .split-content-module > section.donation .ngp-form .cta-group .btn-group .btn-at:after, .cta-group .btn-group .basic-grid .hbspt-form .hs-button:after, .basic-grid .hbspt-form .cta-group .btn-group .hs-button:after {
  content: "";
  background-image: url("../img/gold-arrow.svg");
  display: block;
  width: 20px;
  height: 16px;
  background-size: 100%;
  display: inline-block;
  margin: 0px 0 -2px 8px;
}

.cta-group .btn-group .btn:nth-child(3n+2), .cta-group .btn-group .form_action button:nth-child(3n+2), .form_action .cta-group .btn-group button:nth-child(3n+2), .cta-group .btn-group .wpforms-submit-container button:nth-child(3n+2), .wpforms-submit-container .cta-group .btn-group button:nth-child(3n+2), .cta-group .btn-group .site-header nav.primary > ul > li.button-solid > a:nth-child(3n+2), .site-header .cta-group .btn-group nav.primary > ul > li.button-solid > a:nth-child(3n+2), .cta-group .btn-group .site-header nav.primary > ul > li.button > a:nth-child(3n+2), .site-header .cta-group .btn-group nav.primary > ul > li.button > a:nth-child(3n+2), .cta-group .btn-group .split-content-module > section.email .ngp-form .at-form-submit .at-submit:nth-child(3n+2), .split-content-module > section.email .ngp-form .at-form-submit .cta-group .btn-group .at-submit:nth-child(3n+2), .cta-group .btn-group .split-content-module > section.donation .ngp-form .btn-at:nth-child(3n+2), .split-content-module > section.donation .ngp-form .cta-group .btn-group .btn-at:nth-child(3n+2), .cta-group .btn-group .basic-grid .hbspt-form .hs-button:nth-child(3n+2), .basic-grid .hbspt-form .cta-group .btn-group .hs-button:nth-child(3n+2) {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .cta-group .btn-group .btn:nth-child(3n+2), .cta-group .btn-group .form_action button:nth-child(3n+2), .form_action .cta-group .btn-group button:nth-child(3n+2), .cta-group .btn-group .wpforms-submit-container button:nth-child(3n+2), .wpforms-submit-container .cta-group .btn-group button:nth-child(3n+2), .cta-group .btn-group .site-header nav.primary > ul > li.button-solid > a:nth-child(3n+2), .site-header .cta-group .btn-group nav.primary > ul > li.button-solid > a:nth-child(3n+2), .cta-group .btn-group .site-header nav.primary > ul > li.button > a:nth-child(3n+2), .site-header .cta-group .btn-group nav.primary > ul > li.button > a:nth-child(3n+2), .cta-group .btn-group .split-content-module > section.email .ngp-form .at-form-submit .at-submit:nth-child(3n+2), .split-content-module > section.email .ngp-form .at-form-submit .cta-group .btn-group .at-submit:nth-child(3n+2), .cta-group .btn-group .split-content-module > section.donation .ngp-form .btn-at:nth-child(3n+2), .split-content-module > section.donation .ngp-form .cta-group .btn-group .btn-at:nth-child(3n+2), .cta-group .btn-group .basic-grid .hbspt-form .hs-button:nth-child(3n+2), .basic-grid .hbspt-form .cta-group .btn-group .hs-button:nth-child(3n+2) {
    margin: 0 10px;
  }
}

.cta-module {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0 80px;
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .cta-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .cta-module {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0;
    }
  }
}

.cta-module > section {
  padding: 20vh 12vw;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .cta-module > section {
    width: 50%;
  }
  @supports (display: grid) {
    .cta-module > section {
      width: auto;
    }
  }
}

.cta-module > section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.85);
}

.cta-module > section .btn, .cta-module > section .form_action button, .form_action .cta-module > section button, .cta-module > section .wpforms-submit-container button, .wpforms-submit-container .cta-module > section button, .cta-module > section .site-header nav.primary > ul > li.button-solid > a, .site-header .cta-module > section nav.primary > ul > li.button-solid > a, .cta-module > section .site-header nav.primary > ul > li.button > a, .site-header .cta-module > section nav.primary > ul > li.button > a, .cta-module > section .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .cta-module > section .at-submit, .cta-module > section .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .cta-module > section .btn-at, .cta-module > section .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .cta-module > section .hs-button, .cta-module > section h2, .cta-module > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .cta-module > section h1, .cta-module > section p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.cta-module > section:first-child {
  border-bottom: 4px solid #fff;
}

@media (min-width: 768px) {
  .cta-module > section:first-child {
    border-bottom: 0;
    border-right: 8px solid #fff;
  }
}

.cta-module > section:last-child {
  border-top: 4px solid #fff;
}

@media (min-width: 768px) {
  .cta-module > section:last-child {
    border-top: 0;
  }
}

.donate-form {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.donate-form:after {
  content: "";
  background: url("../img/stripe-pattern.svg");
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
}

@media (min-width: 1070px) {
  .donate-form {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  @supports (display: grid) {
    .donate-form {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 1070px) and (min-width: 1070px) {
  .donate-form {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.donate-form > section {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .donate-form > section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .donate-form > section {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .donate-form > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 5;
    }
  }
}

.donate-form > div {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .donate-form > div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .donate-form > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .donate-form > div {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

.donate-form > div .ngp-form {
  max-width: 100%;
}

.donate-form > div .multistep-layout.split-layout {
  min-width: 0;
}

.donate-form > div .multistep-layout.split-layout form {
  width: 100%;
}

.donate-form > div .at .at-fieldset {
  padding: 0;
}

.donate-form > div .at label {
  color: #0051FF;
}

.donate-form > div .at .at-radios {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.donate-form > div .at .at-radios .label-amount {
  float: none;
  margin: 0;
  width: auto;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 49%;
}

@media (min-width: 1070px) {
  .donate-form > div .at .at-radios .label-amount {
    flex: 0 0 33.3334%;
    -ms-flex: 0 0 33.3334%;
    max-width: 33%;
  }
}

.donate-form > div .at .at-radios .label-amount.label-otheramount {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.donate-form > div .at .at-radios .label-amount.label-otheramount .label-otheramount-prefix {
  position: absolute;
  left: 20px;
  color: #0051FF;
  top: 42px;
}

.donate-form > div .at .at-radios .label-amount.label-otheramount input[type="number"] {
  top: 0;
  width: 100% !important;
  right: 0;
  padding-left: 40px;
  border: solid 1px #0051FF;
  background: transparent;
  color: #0051FF;
}

.donate-form > div .at .at-steps {
  background: transparent;
  border-radius: 0;
  padding: 0 10px;
}

.donate-form > div .at .at-steps .at-step {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #0051FF;
}

.donate-form > div .at .at-steps .at-step .step-title {
  color: #0051FF;
}

.donate-form > div .at .at-steps .at-step.active {
  border-bottom: solid 5px #0051FF;
}

.donate-form > div .ngp-form {
  margin-top: 60px;
}

.donate-form > div .ngp-form .btn-at-primary {
  color: #fff;
}

.donate-form > div .ngp-form .at-fields .at-radio {
  margin: 0;
}

.donate-form > div .ngp-form .at-fields .at-radio label.label-otheramount {
  text-align: left;
}

.donate-form > div .ngp-form .at-fields .at-radio label.label-amount {
  text-shadow: none;
  letter-spacing: 0;
  font-size: 1.2rem;
  padding: 15px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.donate-form > div .ngp-form .at-fields .at-radio label.label-amount input:required {
  background: transparent;
}

.donate-form > div .ngp-form .at-fields .at-radio label.label-amount input:required::selection {
  background: transparent;
}

.donate-form > div .ngp-form .at-fields .at-radio label.label-amount input[type="radio"]:checked + a {
  background: #E5ECFF;
}

.donate-form > div .ngp-form .at-fields .at-radio label.label-amount > a {
  background: transparent;
  border: solid 1px #0051FF;
  border-radius: 0;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}

.donate-form > div .ngp-form .at-inner {
  background: none;
}

.donate-form > div .ngp-form .at-title,
.donate-form > div .ngp-form .at-markup {
  display: none;
}

.contribution-rules {
  background: #E5ECFF;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .contribution-rules {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.contribution-rules > div {
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 1070px) {
  .contribution-rules {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.email-banner {
  background: #0051FF;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .email-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.email-banner.no-bottom-margin {
  margin-bottom: 0;
}

.email-banner > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .email-banner > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .email-banner > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .email-banner > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 768px) {
  .email-banner > div .hbspt-form form {
    display: flex;
    align-items: flex-end;
    position: relative;
  }
}

.email-banner > div .hbspt-form form .hs-email {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .email-banner > div .hbspt-form form .hs-email {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 0;
    width: auto;
  }
}

.email-banner > div .hbspt-form form .hs-email label {
  color: #fff;
}

.email-banner > div .hbspt-form form .hs-email input {
  border: none;
}

@media (min-width: 768px) {
  .email-banner > div .hbspt-form form .hs-email input {
    border-right: solid 4px #0051FF;
    margin-bottom: 0;
  }
}

.email-banner > div .hbspt-form form .hs-submit {
  width: 100%;
}

@media (min-width: 768px) {
  .email-banner > div .hbspt-form form .hs-submit {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
    width: auto;
  }
}

.email-banner > div .hbspt-form form .hs-submit input {
  display: block;
  width: 100%;
  background: #fff;
  color: #0051FF;
  border: none;
  padding: 7px;
  border: solid 2px transparent;
}

.email-banner > div .hbspt-form form .hs-submit input:hover {
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
}

.email-banner > div .hbspt-form form .hs-error-msgs {
  width: 100%;
  list-style-type: none;
}

@media (min-width: 768px) {
  .email-banner > div .hbspt-form form .hs-error-msgs {
    position: absolute;
  }
}

.email-banner > div .hbspt-form form .hs-error-msgs li label {
  color: #fff;
}

@media (min-width: 1070px) {
  .email-banner > div .hbspt-form {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .email-banner > div .hbspt-form {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 5;
    }
  }
}

.email-banner > div .hbspt-form .hs-recaptcha {
  display: none;
}

.email-banner > div > section {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .email-banner > div > section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .email-banner > div > section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .email-banner > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 4;
    }
  }
}

.email-banner > div > section > * {
  color: #fff;
}

.error-page {
  background: url("../img/blue-pattern.svg");
  background-repeat: repeat;
  background-size: cover;
  bottom: 0;
  width: 100%;
  z-index: -1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

@media (min-width: 1070px) {
  .error-page {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.error-page > div {
  background: #fff;
  padding: 20px;
}

@media (min-width: 1070px) {
  .error-page > div {
    padding: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .error-page > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.error-page > div .error-content {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .error-page > div .error-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .error-page > div .error-content {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .error-page > div .error-content {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
}

.error-page > div .error-circle {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .error-page > div .error-circle {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .error-page > div .error-circle {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .error-page > div .error-circle {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

.error-page > div .error-circle h4 {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  text-align: center;
  background: #E5ECFF;
  padding: 120px 20px 0 20px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .error-page > div .error-circle h4 {
    padding: 60px 20px 0 20px;
  }
}

@media (min-width: 1070px) {
  .error-page > div .error-circle h4 {
    float: right;
    margin: 0;
    width: 400px;
    padding: 150px 10% 0 10%;
    height: 400px;
  }
}

.featured-providers-grid {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.featured-providers-grid .content-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 60px 0 120px 0;
  box-shadow: 0px 2px 12px 0px #ccc;
}

@media (max-width: 900px) {
  .featured-providers-grid .content-wrapper {
    margin: 50px 20px;
  }
}

.featured-providers-grid .content-wrapper .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.featured-providers-grid .content-wrapper .title-container .left-spacer, .featured-providers-grid .content-wrapper .title-container .right-spacer {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #001959;
}

.featured-providers-grid .content-wrapper .title-container .grid-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 10px;
  white-space: nowrap;
}

.featured-providers-grid .content-wrapper .grid-items {
  margin-top: 30px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 220px);
  grid-row-gap: 50px;
  grid-column-gap: 50px;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item a.item-container {
  border: 1px solid #FFEFAA;
  box-shadow: 0px 2px 8px 0px #FFEFAA;
  display: block;
  padding: 10px;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item a.item-container:hover {
  text-decoration: none;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item a.item-container .image-container {
  height: 170px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item a.item-container .image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item a.item-container .title {
  text-align: center;
  color: black;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  margin-top: 7px;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item .item-sub-container {
  padding: 10px;
  text-align: center;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item .item-sub-container .sub-title {
  font-size: 16px;
  font-weight: bold;
}

.featured-providers-grid .content-wrapper .grid-items .grid-item .item-sub-container .sub-body {
  margin: 10px 0;
  font-size: 12px;
  font-weight: normal;
}

.site-footer {
  background: #001959;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1070px) {
  .site-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .site-footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.site-footer > div.primary-footer {
  max-width: 1320px;
  margin: 0 auto;
}

@media (min-width: 1070px) {
  .site-footer > div.primary-footer {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: start;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 768px) {
  .site-footer > div.primary-footer > figure {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer > figure {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer > figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
}

.site-footer > div.primary-footer > figure img {
  max-width: 230px;
  margin: 0 0 40px;
  display: block;
}

@media (min-width: 768px) {
  .site-footer > div.primary-footer > figure img {
    margin: 0;
    margin: 0 0 60px;
  }
}

.site-footer > div.primary-footer nav {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .site-footer > div.primary-footer nav {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .site-footer > div.primary-footer nav {
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer nav {
      max-width: 100%;
      flex: none;
      grid-column: 5/span 8;
    }
  }
}

.site-footer > div.primary-footer nav > ul {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .site-footer > div.primary-footer nav > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}

@media (min-width: 768px) {
  .site-footer > div.primary-footer nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer nav > ul {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .site-footer > div.primary-footer nav > ul > li:nth-child(4n+1) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer nav > ul > li:nth-child(4n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
  .site-footer > div.primary-footer nav > ul > li:nth-child(4n+2) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer nav > ul > li:nth-child(4n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 4/span 3;
    }
  }
  .site-footer > div.primary-footer nav > ul > li:nth-child(4n+3) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer nav > ul > li:nth-child(4n+3) {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 3;
    }
  }
  .site-footer > div.primary-footer nav > ul > li:nth-child(4n+4) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .site-footer > div.primary-footer nav > ul > li:nth-child(4n+4) {
      max-width: 100%;
      flex: none;
      grid-column: 10/span 3;
    }
  }
}

.site-footer > div.primary-footer nav > ul > li {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .site-footer > div.primary-footer nav > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer > div.primary-footer nav > ul > li > ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.site-footer > div.primary-footer nav > ul > li > ul > li {
  padding: 0 0 6px 0;
}

.site-footer > div.primary-footer nav > ul > li > ul > li > a {
  font-size: 1rem;
}

.site-footer > div.primary-footer nav > ul > li span {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.site-footer > div.primary-footer nav > ul > li a {
  color: #fff;
}

.site-footer > div.primary-footer nav > ul > li a::before {
  font-size: 1.5rem;
}

.site-footer > div.secondary-footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #fff;
  max-width: 1320px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-footer > div.secondary-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer {
    margin-top: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.site-footer > div.secondary-footer > p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer > p {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer > p {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer > p {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
}

.site-footer > div.secondary-footer > figure.energy-logo {
  margin: 0;
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer > figure.energy-logo {
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer > figure.energy-logo {
      max-width: 100%;
      flex: none;
      grid-column: 4/span 2;
    }
  }
}

.site-footer > div.secondary-footer > nav ul {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer > nav.secondary-footer-nav {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer > nav.secondary-footer-nav {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 4;
    }
  }
}

.site-footer > div.secondary-footer > nav.secondary-footer-nav ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .site-footer > div.secondary-footer > nav.secondary-footer-nav ul {
    display: flex;
    margin-top: 0;
    justify-content: space-between;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer > nav.secondary-footer-nav ul {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr;
    }
  }
  .site-footer > div.secondary-footer > nav.secondary-footer-nav ul li {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .site-footer > div.secondary-footer > nav.secondary-footer-nav ul li {
    width: 31%;
    padding-bottom: 0;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer > nav.secondary-footer-nav ul li {
      width: 100%;
    }
  }
}

@media (min-width: 768px) {
  .site-footer > div.secondary-footer > nav.secondary-footer-nav ul li a {
    color: #fff;
    font-size: 0.875rem;
  }
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer nav.social-nav {
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  @supports (display: grid) {
    .site-footer > div.secondary-footer nav.social-nav {
      max-width: 100%;
      flex: none;
      grid-column: 11/span 2;
    }
  }
}

.site-footer > div.secondary-footer nav.social-nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 20px;
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer nav.social-nav > ul {
    margin-top: 0;
    justify-content: flex-end;
  }
}

.site-footer > div.secondary-footer nav.social-nav > ul > li {
  padding-right: 30px;
}

@media (min-width: 1070px) {
  .site-footer > div.secondary-footer nav.social-nav > ul > li {
    padding-left: 30px;
    padding-right: 0;
  }
}

.site-footer > div.secondary-footer nav.social-nav > ul > li.twitter > a:before {
  content: "";
  background: url("../img/twitter.svg");
  display: block;
  width: 25px;
  height: 21px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.site-footer > div.secondary-footer nav.social-nav > ul > li.facebook > a:before {
  content: "";
  background: url("../img/facebook.svg");
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.site-footer > div.secondary-footer nav.social-nav > ul > li.youtube > a:before {
  content: "";
  background: url("../img/youtube.svg");
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.site-footer > div.secondary-footer nav.social-nav > ul > li.linkedin > a:before {
  content: "";
  background: url("../img/linkedin.png");
  display: block;
  width: 25px;
  height: 21px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.site-footer > div.secondary-footer nav.social-nav > ul > li > a {
  font-size: 0;
  display: block;
}

.full-image {
  position: relative;
  margin-bottom: 40px;
}

.full-image.no-bottom-margin {
  margin-bottom: 0;
}

.full-image.half-bg:before {
  z-index: 0;
  content: "";
  height: 50%;
  display: block;
  width: 100%;
  position: absolute;
  background-color: #F1F5FF;
}

@media (min-width: 1070px) {
  .full-image {
    margin-bottom: 120px;
  }
}

.full-image img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .full-image img {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.full-image.maxwidth900 img {
  max-width: 900px;
}

.basic-grid {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .basic-grid {
    padding-bottom: 80px;
  }
}

@media (min-width: 1070px) {
  .basic-grid {
    padding-bottom: 80px;
  }
}

.basic-grid.has-border {
  margin-bottom: 120px;
  border-bottom: solid 1px #001959;
}

.basic-grid.small {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
}

@media (min-width: 1070px) {
  .basic-grid.small {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.basic-grid.medium {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
}

@media (min-width: 1070px) {
  .basic-grid.medium {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.basic-grid.large {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .basic-grid.large {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.basic-grid.image-grid > figure img {
  padding: 0 30px;
  display: block;
  margin: 0 auto;
}

.basic-grid.one-col.page-content {
  margin-top: 80px;
  display: block;
  max-width: 780px;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .basic-grid.one-col.page-content {
    margin-top: 120px;
  }
}

.basic-grid.one-col.page-content h1 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .basic-grid.one-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 80px;
  }
  @supports (display: grid) {
    .basic-grid.one-col {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 768px) {
  .basic-grid.one-col > * {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 25%;
  }
  @supports (display: grid) {
    .basic-grid.one-col > * {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .basic-grid.one-col > * {
      max-width: 100%;
      flex: none;
      grid-column: 3/span 8;
    }
  }
  @supports (display: grid) {
    .basic-grid.one-col > * {
      margin-left: 0;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.one-col > * {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .basic-grid.one-col > * {
      max-width: 100%;
      flex: none;
      grid-column: 4/span 6;
    }
  }
}

.basic-grid.one-col > * img {
  width: 100%;
}

.basic-grid.one-col-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .basic-grid.one-col-full {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .basic-grid.one-col-full {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .basic-grid.two-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.two-col {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 60px;
    }
  }
}

.basic-grid.two-col > * {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 0 40px;
}

@supports (display: grid) {
  .basic-grid.two-col > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.basic-grid.two-col > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 620px) {
  .basic-grid.two-col > * {
    max-width: 60%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 1070px) {
  .basic-grid.two-col > * {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .basic-grid.two-col > *:nth-child(2n+1) {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .basic-grid.two-col > *:nth-child(2n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
}

@media (min-width: 768px) {
  .basic-grid.two-col > *:nth-child(2n+2) {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .basic-grid.two-col > *:nth-child(2n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

.basic-grid.two-col > *.cta-link-wrap {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .basic-grid.two-col > *.cta-link-wrap {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  @supports (display: grid) {
    .basic-grid.two-col > *.cta-link-wrap {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
}

.basic-grid.three-col-left {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .basic-grid.three-col-left {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 520px) {
  .basic-grid.three-col-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 768px) {
  .basic-grid.three-col-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.basic-grid.three-col-left > * {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .basic-grid.three-col-left > * {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .basic-grid.three-col-left > *:nth-child(3n+1) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left > *:nth-child(3n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 4;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col-left > *:nth-child(3n+1) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left > *:nth-child(3n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
}

@media (min-width: 768px) {
  .basic-grid.three-col-left > *:nth-child(3n+2) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left > *:nth-child(3n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 5/span 4;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col-left > *:nth-child(3n+2) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left > *:nth-child(3n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 4/span 3;
    }
  }
}

@media (min-width: 768px) {
  .basic-grid.three-col-left > *:nth-child(3n+3) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left > *:nth-child(3n+3) {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 4;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col-left > *:nth-child(3n+3) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.three-col-left > *:nth-child(3n+3) {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 3;
    }
  }
}

.basic-grid.three-col.centered-icon-block-grid {
  max-width: 1120px;
}

.basic-grid.three-col.centered-icon-block-grid > .centered-icon-block {
  text-align: center;
}

@media (min-width: 768px) {
  .basic-grid.three-col.centered-icon-block-grid > .centered-icon-block h4 {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

.basic-grid.three-col.centered-icon-block-grid > .centered-icon-block > figure {
  max-width: 120px;
  margin: 0 auto 40px;
}

.basic-grid.three-col > * {
  margin-bottom: 40px;
}

.basic-grid.three-col.text-block-grid .text-block p {
  font-size: 1.15rem;
}

@media (min-width: 1070px) {
  .basic-grid.three-col.bold-text-block-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.three-col.bold-text-block-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 60px;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basic-grid.three-col > div {
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .basic-grid.three-col {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.basic-grid.three-col > * {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .basic-grid.three-col > * {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 620px) {
  .basic-grid.three-col > * {
    max-width: 60%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col > * {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col > *:nth-child(3n+1) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.three-col > *:nth-child(3n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 4;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col > *:nth-child(3n+2) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.three-col > *:nth-child(3n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 5/span 4;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col > *:nth-child(3n+3) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.three-col > *:nth-child(3n+3) {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 4;
    }
  }
}

@media (min-width: 620px) {
  .basic-grid.three-col > *.cta-link-wrap {
    max-width: 60%;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
  }
}

@media (min-width: 1070px) {
  .basic-grid.three-col > *.cta-link-wrap {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 40px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
  }
  @supports (display: grid) {
    .basic-grid.three-col > *.cta-link-wrap {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
}

.basic-grid.four-col.centered-icon-block-grid {
  max-width: 1120px;
}

.basic-grid.four-col.centered-icon-block-grid > .centered-icon-block {
  text-align: center;
}

@media (min-width: 768px) {
  .basic-grid.four-col.centered-icon-block-grid > .centered-icon-block h4 {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

.basic-grid.four-col.centered-icon-block-grid > .centered-icon-block > * {
  color: #0051FF;
}

.basic-grid.four-col.centered-icon-block-grid > .centered-icon-block > figure {
  max-width: 120px;
  margin: 0 auto 40px;
}

.basic-grid.four-col > * {
  margin-bottom: 40px;
}

@media (min-width: 1070px) {
  .basic-grid.four-col.bold-text-block-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.four-col.bold-text-block-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 60px;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basic-grid.four-col > div {
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .basic-grid.four-col {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 620px) {
  .basic-grid.four-col > * {
    max-width: 60%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col > * {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col > *:nth-child(4n+1) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.four-col > *:nth-child(4n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col > *:nth-child(4n+2) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.four-col > *:nth-child(4n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 4/span 3;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col > *:nth-child(4n+3) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.four-col > *:nth-child(4n+3) {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 3;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col > *:nth-child(4n+4) {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .basic-grid.four-col > *:nth-child(4n+4) {
      max-width: 100%;
      flex: none;
      grid-column: 10/span 3;
    }
  }
}

@media (min-width: 620px) {
  .basic-grid.four-col > *.cta-link {
    max-width: 60%;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
  }
}

@media (min-width: 1070px) {
  .basic-grid.four-col > *.cta-link {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 40px;
    display: inline-block;
    text-align: left;
    max-width: 100%;
  }
  @supports (display: grid) {
    .basic-grid.four-col > *.cta-link {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
}

.basic-grid.two-thirds {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
}

@media (min-width: 1070px) {
  .basic-grid.two-thirds {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .basic-grid.two-thirds {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.two-thirds {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.two-thirds.reverse > *:nth-child(2n+1) {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.two-thirds.reverse > *:nth-child(2n+1) {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .basic-grid.two-thirds.reverse > *:nth-child(2n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 7;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.two-thirds.reverse > *:nth-child(2n+2) {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .basic-grid.two-thirds.reverse > *:nth-child(2n+2) {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .basic-grid.two-thirds.reverse > *:nth-child(2n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 8/span 5;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.two-thirds > *:nth-child(2n+1) {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .basic-grid.two-thirds > *:nth-child(2n+1) {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .basic-grid.two-thirds > *:nth-child(2n+1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 5;
    }
  }
}

@media (min-width: 1070px) {
  .basic-grid.two-thirds > *:nth-child(2n+2) {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.two-thirds > *:nth-child(2n+2) {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .basic-grid.two-thirds > *:nth-child(2n+2) {
      max-width: 100%;
      flex: none;
      grid-column: 6/span 7;
    }
  }
}

.basic-grid.blog-feed {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .basic-grid.blog-feed {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .basic-grid.blog-feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .basic-grid.blog-feed > * {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .basic-grid.blog-feed > *.media-block {
    padding-right: 0;
    padding-left: 0;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > * {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .basic-grid.blog-feed > *:nth-child(1) {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > *:nth-child(1) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
  .basic-grid.blog-feed > *:nth-child(2) {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > *:nth-child(2) {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
  .basic-grid.blog-feed > *:nth-child(3) {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > *:nth-child(3) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
  .basic-grid.blog-feed > *:nth-child(4), .basic-grid.blog-feed > *:nth-child(7) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > *:nth-child(4), .basic-grid.blog-feed > *:nth-child(7) {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 4;
    }
  }
  .basic-grid.blog-feed > *:nth-child(5), .basic-grid.blog-feed > *:nth-child(8) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > *:nth-child(5), .basic-grid.blog-feed > *:nth-child(8) {
      max-width: 100%;
      flex: none;
      grid-column: 5/span 4;
    }
  }
  .basic-grid.blog-feed > *:nth-child(6), .basic-grid.blog-feed > *:nth-child(9) {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .basic-grid.blog-feed > *:nth-child(6), .basic-grid.blog-feed > *:nth-child(9) {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 4;
    }
  }
}

.post-nav-links {
  margin: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-bottom: 80px;
  list-style: none;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1070px) {
  .post-nav-links {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 38.25%;
  padding-top: 25px;
  height: 0;
  max-width: 70%;
  margin: 0 auto;
}

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

.image-grid h5 {
  text-align: center;
  margin-bottom: 20px;
}

.blog .site-header {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 1070px) {
  body.is-logged-in .site-header {
    top: 32px;
  }
}

@media (min-width: 1070px) {
  body {
    padding-top: 120px;
  }
}

li.ignore-blue a {
  color: #0051FF !important;
  font-weight: bold;
  font-size: 0.9rem;
}

li.ignore-blue a:hover {
  color: #0051FF !important;
  background: none !important;
  cursor: default;
}

.site-header {
  border-bottom: solid 1px #e9eaee;
  background: #fff;
  -webkit-transition: ease all .5s;
  -moz-transition: ease all .5s;
  -ms-transition: ease all .5s;
  -o-transition: ease all .5s;
  transition: ease all .5s;
  top: 0;
  position: relative;
}

@media (min-width: 1070px) {
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  .site-header.scrolled {
    margin-top: -34px;
  }
  .site-header.scrolled nav.primary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header.scrolled nav.primary > ul li.button a {
    padding: 5px 10px;
    font-size: .85rem;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
  }
  .site-header.scrolled nav.primary > ul li a {
    white-space: nowrap;
    font-size: .85rem;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
  }
  .site-header.scrolled nav.primary > .logo {
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    padding-right: 80px;
  }
}

@media (max-width: 1069.98px) {
  .site-header {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: 2;
  }
  .site-header > .utility {
    grid-row: 2;
    display: none;
  }
}

.site-header nav.primary {
  position: relative;
  -webkit-transition: ease all .25s;
  -moz-transition: ease all .25s;
  -ms-transition: ease all .25s;
  -o-transition: ease all .25s;
  transition: ease all .25s;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1070px) {
  .site-header nav.primary {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .site-header nav.primary {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.site-header nav.primary > ul {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
  justify-content: flex-end;
}

@supports (display: grid) {
  .site-header nav.primary > ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header nav.primary > ul > li {
  position: relative;
}

.site-header nav.primary > ul > li.button > a, .site-header nav.primary > ul > li.button-solid > a {
  font-size: 1rem;
  white-space: nowrap;
}

.site-header nav.primary > ul > li > a {
  white-space: nowrap;
  font-size: 1rem;
}

.site-header nav.primary > ul > li > a:hover {
  text-decoration: none;
  color: #0051FF;
}

.site-header nav.primary > ul > li > a:hover:before {
  background-image: url("../img/chevron-blue.svg");
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li.current-menu-parent.button > a:after, .site-header nav.primary > ul > li.current-menu-item.button > a:after {
    content: none;
  }
  .site-header nav.primary > ul > li.current-menu-parent > a, .site-header nav.primary > ul > li.current-menu-item > a {
    color: #0051FF;
  }
  .site-header nav.primary > ul > li.current-menu-parent > a:before, .site-header nav.primary > ul > li.current-menu-item > a:before {
    background-image: url("../img/chevron-blue.svg");
  }
}

@media (max-width: 1069.98px) {
  .site-header nav.primary > ul > li.menu-item-has-children.active > a:after {
    content: "↓";
  }
  .site-header nav.primary > ul > li.menu-item-has-children > a:after {
    content: "→";
  }
  .site-header nav.primary > ul > li.button {
    margin-top: 20px;
  }
  .site-header nav.primary > ul > li.button a {
    display: block;
  }
  .site-header nav.primary > ul > li > a {
    font-size: 2.2rem;
  }
  .site-header nav.primary > ul > li > a:after {
    content: "→";
    padding-left: 10px;
    text-decoration: none;
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li.active > ul {
    margin-top: -2px;
    opacity: 1;
    visibility: visible;
  }
  .site-header nav.primary > ul > li.active > ul:before {
    width: 100%;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
  }
}

.site-header nav.primary > ul > li > ul {
  list-style: none;
  padding: 0;
  display: none;
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li > ul {
    opacity: 0;
    display: block;
    margin-top: -5px;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    padding: 15px 20px;
    background: #fff;
    width: 225px;
    -webkit-box-shadow: -3px 4px 23px rgba(0, 0, 0, .09);
    -moz-box-shadow: -3px 4px 23px rgba(0, 0, 0, .09);
    -ms-box-shadow: -3px 4px 23px rgba(0, 0, 0, .09);
    -o-box-shadow: -3px 4px 23px rgba(0, 0, 0, .09);
    box-shadow: -3px 4px 23px rgba(0, 0, 0, .09);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li > ul > li.current_page_item > a {
    background: rgba(0, 207, 162, 0.24);
  }
}

.site-header nav.primary > ul > li > ul > li > a {
  font-size: .9rem;
  color: #001959;
  display: block;
  padding: 5px 0;
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li > ul > li > a {
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
  }
}

.site-header nav.primary > ul > li > ul > li > a:hover {
  text-decoration: none;
  background: none;
  color: #0051FF;
  text-decoration: underline;
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li > ul > li > a:hover {
    color: inherit;
    text-decoration: none;
    background: rgba(0, 207, 162, 0.24);
  }
}

.site-header nav.primary > ul > li.button-solid {
  padding-right: 10px;
}

.site-header nav.primary > ul > li.button-solid > a:before {
  content: none;
}

.site-header nav.primary > ul > li.button {
  position: relative;
  z-index: 4;
}

.site-header nav.primary > ul > li.button > a:before {
  content: none;
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }
  @supports (display: grid) {
    .site-header nav.primary > ul {
      max-width: 100%;
      flex: none;
      grid-column: 5/span 8;
    }
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li {
    padding-right: 40px;
  }
  .site-header nav.primary > ul > li:last-child {
    padding-right: 0;
  }
}

.site-header nav.primary > ul > li.current-menu-item > a, .site-header nav.primary > ul > li.current_page_ancestor > a {
  border-bottom: solid 2px #0051FF;
}

.site-header nav.primary > ul > li.no-arrow > a {
  padding-right: 0;
}

.site-header nav.primary > ul > li.no-arrow > a:hover {
  text-decoration: none;
}

.site-header nav.primary > ul > li.no-arrow > a::before {
  content: none;
}

.site-header nav.primary > ul > li > a {
  padding: 10px 0;
  display: block;
  cursor: pointer;
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li > a {
    padding-right: 20px;
  }
  .site-header nav.primary > ul > li > a:before {
    content: "";
    width: 14px;
    height: 8px;
    display: block;
    background-repeat: no-repeat;
    background-image: url("../img/chevron.svg");
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary > ul > li.current-menu-item:not(.button) > a {
    border-bottom: 0;
  }
  .site-header nav.primary > ul > li.current-menu-item:not(.button) a:after {
    width: 100%;
  }
  .site-header nav.primary > ul > li > a {
    border-bottom: none;
    display: inherit;
    position: relative;
  }
}

.site-header nav.primary > ul > li > a {
  color: #001959;
}

.site-header nav.primary > a.logo {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  display: block;
  width: 175px;
}

@supports (display: grid) {
  .site-header nav.primary > a.logo {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary > a.logo {
    max-width: 100%;
    width: auto;
    max-width: 220px;
  }
}

@media (min-width: 1070px) {
  .site-header nav.primary > a.logo {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
    display: inherit;
    margin: 0;
  }
  @supports (display: grid) {
    .site-header nav.primary > a.logo {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
  .site-header nav.primary > a.logo img {
    max-width: 80%;
  }
}

.site-header nav > ul {
  list-style: none;
  margin-bottom: 0;
  display: none;
}

@media (min-width: 1070px) {
  .site-header nav > ul {
    flex-direction: row;
    display: flex;
    text-align: left;
  }
}

.site-header nav.utility {
  background: #f7f7f7;
  -webkit-transition: ease all 2s;
  -moz-transition: ease all 2s;
  -ms-transition: ease all 2s;
  -o-transition: ease all 2s;
  transition: ease all 2s;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1070px) {
  .site-header nav.utility {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

.site-header nav.utility ul {
  list-style: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  display: block;
}

@media (min-width: 1070px) {
  .site-header nav.utility ul {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .site-header nav.utility ul {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
  }
}

.site-header nav.utility ul li a {
  color: #001959;
  text-transform: uppercase;
  font-size: .9rem;
  padding: 10px 0;
  display: block;
}

@media (min-width: 1070px) {
  .site-header nav.utility ul li a {
    font-size: .75rem;
    padding: 0 0 0 20px;
  }
}

.site-header nav.utility ul li a:hover {
  text-decoration: none;
  color: #0051FF;
}

.site-header nav.utility ul li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

.site-header .hamburger {
  position: absolute;
  top: 17px;
  right: 20px;
  background: none;
  border: none;
  font-size: 0;
  height: 25px;
  width: 25px;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.site-header .hamburger.active::before {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  background: #001959;
  transform: rotate(-45deg);
}

.site-header .hamburger.active:after {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transform: rotate(45deg);
}

.site-header .hamburger:before {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.site-header .hamburger:after {
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #001959;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 -8px 0 #001959, 0 8px 0 #001959;
  -moz-box-shadow: 0 -8px 0 #001959, 0 8px 0 #001959;
  -ms-box-shadow: 0 -8px 0 #001959, 0 8px 0 #001959;
  -o-box-shadow: 0 -8px 0 #001959, 0 8px 0 #001959;
  box-shadow: 0 -8px 0 #001959, 0 8px 0 #001959;
}

@media (min-width: 1070px) {
  .site-header .hamburger {
    display: none;
  }
}

.goog-te-banner-frame {
  top: auto !important;
  bottom: 0;
}

.product-tour #maincontent {
  overflow: hidden;
}

.product-tour .hero.collage-hero {
  max-width: 100%;
  padding: 0;
  display: block;
}

.product-tour .hero.collage-hero:before, .product-tour .hero.collage-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.product-tour .hero.collage-hero:after {
  clear: both;
}

.product-tour .hero.collage-hero > section {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .product-tour .hero.collage-hero > section {
    max-width: 580px;
    margin: 0 auto;
  }
}

@media (min-width: 1070px) {
  .product-tour .hero.collage-hero > section {
    position: absolute;
    left: 0;
    top: 25%;
    padding: 0 5% 0 10%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .product-tour .hero.collage-hero > section {
      padding: 15% 50% 0 60px;
      margin: 0 auto;
      position: static;
      max-width: 1440px;
    }
  }
  .product-tour .hero.collage-hero > section p {
    max-width: 100%;
  }
}

.product-tour .hero.collage-hero figure {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .product-tour .hero.collage-hero figure {
    max-width: 80%;
    float: right;
    padding-top: 40px;
  }
}

@media (min-width: 1070px) {
  .product-tour .hero.collage-hero figure {
    max-width: 100%;
    width: 55%;
    float: right;
  }
}

@media (min-width: 1070px) {
  .customer-stories .hero.collage-hero > section p {
    font-size: 1.75rem;
    max-width: 80%;
  }
}

.hero {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
}

@media (min-width: 1070px) {
  .hero {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .hero {
    margin-bottom: 120px;
    padding-top: 40px;
  }
}

.hero.no-margin {
  margin-bottom: 0;
}

.hero.blog-feed-hero {
  max-width: 100%;
  background-color: #f6f8fe;
  padding: 40px 0;
  margin-bottom: 0;
}

.hero.blog-feed-hero > section {
  max-width: 380px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 520px) {
  .hero.blog-feed-hero {
    background-image: url("../img/jadetrack-blog-hero-small.jpg");
    background-size: 100%;
    padding: 100px 0;
  }
}

@media (min-width: 768px) {
  .hero.blog-feed-hero {
    background-image: url("../img/jadetrack-blog-hero-medium.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
  }
}

@media (min-width: 1070px) {
  .hero.blog-feed-hero {
    background-image: url("../img/jadetrack-blog-hero-large.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero.blog-feed-hero > section {
    max-width: 780px;
  }
  .hero.blog-feed-hero > section p {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .hero.blog-feed-hero > section p {
    margin: 0 auto;
  }
}

.hero.blog-feed-hero > section > * {
  text-align: center;
}

@media (min-width: 1070px) {
  .hero.primary-hero > figure.has-animation {
    display: none;
  }
}

.hero.primary-hero > canvas {
  width: 100%;
  display: none;
}

@media (min-width: 1070px) {
  .hero.primary-hero > canvas {
    display: block;
  }
}

@media (min-width: 768px) {
  .hero.primary-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: start;
  }
  @supports (display: grid) {
    .hero.primary-hero {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .hero.primary-hero > section {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -100%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-top: 120px;
    grid-row: 1;
    z-index: 2;
  }
  @supports (display: grid) {
    .hero.primary-hero > section {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .hero.primary-hero > section {
      margin-left: 0;
    }
  }
  @supports (display: grid) {
    .hero.primary-hero > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
  .hero.primary-hero > section p {
    max-width: 80%;
    font-size: 1.5rem;
  }
  .hero.primary-hero > figure,
  .hero.primary-hero canvas {
    width: auto;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .hero.primary-hero > figure,
    .hero.primary-hero canvas {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .hero.primary-hero > figure,
    .hero.primary-hero canvas {
      margin-left: 0;
    }
  }
  @supports (display: grid) {
    .hero.primary-hero > figure,
    .hero.primary-hero canvas {
      max-width: 100%;
      flex: none;
      grid-column: 6/span 7;
    }
  }
}

.hero.collage-hero {
  padding-top: 40px;
}

@media (min-width: 1070px) {
  .hero.collage-hero > figure.has-animation {
    display: none;
  }
}

.hero.collage-hero > canvas {
  width: 100%;
  display: none;
}

@media (min-width: 1070px) {
  .hero.collage-hero > canvas {
    display: block;
  }
}

@media (min-width: 1070px) {
  .hero.collage-hero {
    padding-top: 80px;
  }
}

.hero.collage-hero.single-story-hero {
  border-bottom: solid 1px #001959;
  padding-bottom: 80px;
}

@media (min-width: 1070px) {
  .hero.collage-hero.single-story-hero {
    padding-bottom: 120px;
  }
}

.hero.collage-hero h1 {
  color: #001959;
  margin-bottom: 20px;
}

@media (min-width: 1070px) {
  .hero.collage-hero h1 {
    font-size: 4.05rem;
  }
}

@media (min-width: 1070px) {
  .hero.collage-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .hero.collage-hero {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .hero.collage-hero p {
    max-width: 80%;
  }
}

@media (min-width: 1480px) {
  .hero.collage-hero.image-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .hero.collage-hero.image-left {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 100px;
    }
  }
}

@media (min-width: 1070px) {
  .hero.collage-hero.image-left section {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .hero.collage-hero.image-left section {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
  .hero.collage-hero.image-left section h1 {
    font-size: 3.65rem;
  }
}

@media (min-width: 1070px) {
  .hero.collage-hero.image-left figure {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .hero.collage-hero.image-left figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
}

@media (min-width: 1070px) {
  .hero.collage-hero figure,
  .hero.collage-hero canvas {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-left: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .hero.collage-hero figure,
    .hero.collage-hero canvas {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
  @supports (display: grid) {
    .hero.collage-hero figure,
    .hero.collage-hero canvas {
      margin-left: 0;
    }
  }
}

@media (min-width: 1480px) {
  .hero.collage-hero figure,
  .hero.collage-hero canvas {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .hero.collage-hero figure,
    .hero.collage-hero canvas {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

@media (min-width: 1070px) {
  .hero.collage-hero section {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: -100%;
  }
  @supports (display: grid) {
    .hero.collage-hero section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
  @supports (display: grid) {
    .hero.collage-hero section {
      margin-left: 0;
    }
  }
  .hero.collage-hero section p {
    max-width: 75%;
    font-size: 1.5rem;
  }
}

@media (min-width: 1070px) {
  .hero.wide-hero > section > p {
    max-width: 75%;
  }
}

.hero.wide-hero > section h1 {
  margin-bottom: 25px;
}

@media (min-width: 1070px) {
  .hero.wide-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .hero.wide-hero {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .hero.wide-hero > section {
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .hero.wide-hero > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 7;
    }
  }
  .hero.wide-hero > figure {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .hero.wide-hero > figure {
      max-width: 100%;
      flex: none;
      grid-column: 8/span 5;
    }
  }
}

.hero figure {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .hero figure {
    margin-bottom: 0;
  }
}

.hero figure img {
  width: 100%;
}

.hero section h1 {
  margin-bottom: 40px;
}

.single-blog-hero {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  background: #001959;
  padding-right: 0;
  margin-bottom: 120px;
}

@media (min-width: 1070px) {
  .single-blog-hero {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .single-blog-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .single-blog-hero {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
  }
}

.large-hero {
  background: #00CFA2;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 1070px) {
  .large-hero {
    padding-bottom: 120px;
    margin-bottom: 120px;
    padding-top: 120px;
  }
}

.large-hero h1 {
  color: #fff;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .large-hero h1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .large-hero h1 {
    font-size: 10rem;
    line-height: 1.05;
  }
}

.map-module {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-bottom: 120px;
}

@media (min-width: 1070px) {
  .map-module {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .map-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .map-module {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .map-module > section {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .map-module > section {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .map-module > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 4;
    }
  }
  .map-module > section form {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  .map-module > section form select {
    width: 70%;
  }
  .map-module > #map-container {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  @supports (display: grid) {
    .map-module > #map-container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .map-module > #map-container {
      max-width: 100%;
      flex: none;
      grid-column: 6/span 7;
    }
  }
}

.map-module #map-container iframe {
  height: 600px;
  width: 100%;
}

.media-block {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .media-block {
    margin-bottom: 120px;
  }
}

.media-block.option-one {
  background: #0051FF;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 0 80px;
}

@media (min-width: 768px) {
  .media-block.option-one {
    margin: 0 40px 120px;
  }
}

@media (min-width: 1480px) {
  .media-block.option-one {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 40px 120px;
  }
}

@media (min-width: 1640px) {
  .media-block.option-one {
    max-width: 1600px;
    margin: 0 auto 120px;
  }
}

.media-block.option-one > div {
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .media-block.option-one > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .media-block.option-one > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .media-block.option-one > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

@media (min-width: 1480px) {
  .media-block.option-one > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .media-block.option-one > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 100px;
    }
  }
}

.media-block.option-one > div > section {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .media-block.option-one > div > section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 520px) {
  .media-block.option-one > div > section {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .media-block.option-one > div > section {
    max-width: 60%;
  }
}

@media (min-width: 1070px) {
  .media-block.option-one > div > section {
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    max-width: 100%;
    margin: 0;
  }
  @supports (display: grid) {
    .media-block.option-one > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 6/span 7;
    }
  }
}

.media-block.option-one > div > section a.cta-link {
  color: #fff;
}

.media-block.option-one > div > section a.cta-link:before {
  background-color: #fff;
}

.media-block.option-one > div > section h3, .media-block.option-one > div > section .form_pages div.form_header .form_label, .form_pages div.form_header .media-block.option-one > div > section .form_label, .media-block.option-one > div > section .split-page-content h1, .split-page-content .media-block.option-one > div > section h1 {
  margin-bottom: 40px;
}

.media-block.option-one > div > section h4 {
  margin-bottom: 20px;
}

.media-block.option-one > div > section h3, .media-block.option-one > div > section .form_pages div.form_header .form_label, .form_pages div.form_header .media-block.option-one > div > section .form_label, .media-block.option-one > div > section .split-page-content h1, .split-page-content .media-block.option-one > div > section h1,
.media-block.option-one > div > section h4 {
  color: #fff;
}

.media-block.option-one > div > figure {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .media-block.option-one > div > figure {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 520px) {
  .media-block.option-one > div > figure {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 768px) {
  .media-block.option-one > div > figure {
    max-width: 60%;
  }
}

@media (min-width: 1070px) {
  .media-block.option-one > div > figure {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  @supports (display: grid) {
    .media-block.option-one > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 5;
    }
  }
}

@media (min-width: 1480px) {
  .media-block.option-one > div > figure {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    max-width: 100%;
    margin: 0;
  }
  @supports (display: grid) {
    .media-block.option-one > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 5;
    }
  }
}

.media-block.option-two > div > figure {
  margin: 0;
}

.media-block.option-two > div > section {
  background: #001959;
  padding: 40px 20px;
}

.media-block.option-two > div > section h2, .media-block.option-two > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .media-block.option-two > div > section h1 {
  margin-bottom: 30px;
}

.media-block.option-two > div > section h4 {
  margin-bottom: 40px;
}

.media-block.option-two > div > section h2, .media-block.option-two > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .media-block.option-two > div > section h1,
.media-block.option-two > div > section h4,
.media-block.option-two > div > section a {
  color: #fff;
}

@media (min-width: 1070px) {
  .media-block.option-two > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .media-block.option-two > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 0;
    }
  }
  .media-block.option-two > div > section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 60px 40px;
  }
  @supports (display: grid) {
    .media-block.option-two > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 4;
    }
  }
  .media-block.option-two > div > figure {
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  @supports (display: grid) {
    .media-block.option-two > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 8;
    }
  }
}

.media-block.option-three {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 1070px) {
  .media-block.option-three {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .media-block.option-three {
    padding-top: 90px;
    padding-left: 80px;
  }
}

.media-block.option-three.no-pattern {
  padding-top: 0;
}

@media (min-width: 1070px) {
  .media-block.option-three.no-pattern {
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.media-block.option-three.no-pattern:before {
  content: none;
}

.media-block.option-three:before {
  content: "";
  background: url("../img/card-pattern-bg.svg");
  display: block;
  width: 400px;
  height: 380px;
  top: 0;
  left: 20px;
  position: absolute;
}

.media-block.option-three > div {
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 12px 40px rgba(60, 112, 252, .1);
  -moz-box-shadow: 0 12px 40px rgba(60, 112, 252, .1);
  -ms-box-shadow: 0 12px 40px rgba(60, 112, 252, .1);
  -o-box-shadow: 0 12px 40px rgba(60, 112, 252, .1);
  box-shadow: 0 12px 40px rgba(60, 112, 252, .1);
}

.media-block.option-three > div > section {
  padding: 20px;
}

@media (min-width: 768px) {
  .media-block.option-three > div > section .subheader {
    margin-bottom: 30px;
  }
}

.media-block.option-three > div > section .subheader a {
  color: #001959;
}

@media (min-width: 768px) {
  .media-block.option-three > div > section h3, .media-block.option-three > div > section .form_pages div.form_header .form_label, .form_pages div.form_header .media-block.option-three > div > section .form_label, .media-block.option-three > div > section .split-page-content h1, .split-page-content .media-block.option-three > div > section h1 {
    margin-bottom: 30px;
  }
}

.media-block.option-three > div > section h3 a, .media-block.option-three > div > section .form_pages div.form_header .form_label a, .form_pages div.form_header .media-block.option-three > div > section .form_label a, .media-block.option-three > div > section .split-page-content h1 a, .split-page-content .media-block.option-three > div > section h1 a {
  color: #001959;
}

.media-block.option-three > div > figure {
  margin: 0;
}

@media (min-width: 768px) {
  .media-block.option-three > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .media-block.option-three > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 0;
    }
  }
  .media-block.option-three > div > section {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
    padding: 0 40px;
  }
  @supports (display: grid) {
    .media-block.option-three > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
  .media-block.option-three > div > figure {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .media-block.option-three > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

@media (min-width: 1070px) {
  .media-block.option-three > div > section {
    padding: 60px 100px;
  }
}

.media-block.option-four {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  position: relative;
}

@media (min-width: 1070px) {
  .media-block.option-four {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.media-block.option-four > div > figure {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .media-block.option-four > div > figure {
    padding-left: 0;
    padding-right: 0;
  }
}

.media-block.option-four > div > section {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .media-block.option-four > div > section {
    padding-left: 0;
    padding-right: 0;
  }
}

.media-block.option-four > div > section .btn, .media-block.option-four > div > section .form_action button, .form_action .media-block.option-four > div > section button, .media-block.option-four > div > section .wpforms-submit-container button, .wpforms-submit-container .media-block.option-four > div > section button, .media-block.option-four > div > section .site-header nav.primary > ul > li.button-solid > a, .site-header .media-block.option-four > div > section nav.primary > ul > li.button-solid > a, .media-block.option-four > div > section .site-header nav.primary > ul > li.button > a, .site-header .media-block.option-four > div > section nav.primary > ul > li.button > a, .media-block.option-four > div > section .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .media-block.option-four > div > section .at-submit, .media-block.option-four > div > section .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .media-block.option-four > div > section .btn-at, .media-block.option-four > div > section .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .media-block.option-four > div > section .hs-button {
  display: block;
}

@media (min-width: 768px) {
  .media-block.option-four > div > section .btn, .media-block.option-four > div > section .form_action button, .form_action .media-block.option-four > div > section button, .media-block.option-four > div > section .wpforms-submit-container button, .wpforms-submit-container .media-block.option-four > div > section button, .media-block.option-four > div > section .site-header nav.primary > ul > li.button-solid > a, .site-header .media-block.option-four > div > section nav.primary > ul > li.button-solid > a, .media-block.option-four > div > section .site-header nav.primary > ul > li.button > a, .site-header .media-block.option-four > div > section nav.primary > ul > li.button > a, .media-block.option-four > div > section .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .media-block.option-four > div > section .at-submit, .media-block.option-four > div > section .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .media-block.option-four > div > section .btn-at, .media-block.option-four > div > section .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .media-block.option-four > div > section .hs-button {
    display: inline-block;
  }
}

.media-block.option-four > div > section .cta-link {
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .media-block.option-four > div > section .cta-link {
    margin-left: 40px;
    display: inline-block;
    text-align: left;
    margin-top: 0;
  }
}

.media-block.option-four > div > section h2, .media-block.option-four > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .media-block.option-four > div > section h1 {
  margin-bottom: 40px;
}

@media (min-width: 1070px) {
  .media-block.option-four > div > section h2, .media-block.option-four > div > section .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .media-block.option-four > div > section h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 1070px) {
  .media-block.option-four.image-right > div > section {
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: -100%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .media-block.option-four.image-right > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 7;
    }
  }
  @supports (display: grid) {
    .media-block.option-four.image-right > div > section {
      margin-left: 0;
    }
  }
  .media-block.option-four.image-right > div > figure {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 58.3333333333%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .media-block.option-four.image-right > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 8/span 5;
    }
  }
  @supports (display: grid) {
    .media-block.option-four.image-right > div > figure {
      margin-left: 0;
    }
  }
}

.media-block.option-four > div {
  position: relative;
  z-index: 2;
}

@media (min-width: 1070px) {
  .media-block.option-four > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .media-block.option-four > div {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 0;
    }
  }
  .media-block.option-four > div > section {
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .media-block.option-four > div > section {
      max-width: 100%;
      flex: none;
      grid-column: 6/span 7;
    }
  }
  .media-block.option-four > div > figure {
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    grid-row: 1;
  }
  @supports (display: grid) {
    .media-block.option-four > div > figure {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 5;
    }
  }
}

.updates-feed .media-block.option-three.no-pattern {
  padding-left: 0;
  padding-right: 0;
}

.media-block-slider {
  margin-bottom: 80px;
  position: relative;
}

@media (min-width: 1070px) {
  .media-block-slider {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1070px) and (min-width: 1070px) {
  .media-block-slider {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.media-block-slider .media-block.option-three.no-pattern {
  margin-bottom: 0;
  padding: 0 20px 40px 20px;
}

@media (min-width: 1070px) {
  .media-block-slider .media-block.option-three.no-pattern {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mulit-column-content-module {
  background: #0051FF;
  padding-top: 260px;
  padding-bottom: 80px;
  position: relative;
}

@media (min-width: 768px) {
  .mulit-column-content-module:before {
    content: "";
    display: block;
    width: 61px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url("../img/footer-pattern.png");
    top: 0;
    background-size: 61px;
    background-repeat: repeat-y;
    background-position: 0px 6%;
  }
}

@media (min-width: 520px) {
  .mulit-column-content-module {
    padding-bottom: 80px;
  }
}

.mulit-column-content-module > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1070px) {
  .mulit-column-content-module > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@supports (display: grid) {
  .mulit-column-content-module > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

@media (min-width: 520px) {
  .mulit-column-content-module > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .mulit-column-content-module > div {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
    }
  }
  .mulit-column-content-module > div > article {
    width: 33.3334%;
  }
  @supports (display: grid) {
    .mulit-column-content-module > div > article {
      width: auto;
    }
  }
}

.mulit-column-content-module > div > article {
  text-align: center;
}

.mulit-column-content-module > div > article p {
  margin-bottom: 0;
}

.mulit-column-content-module > div > article > a {
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  border-bottom: solid 2px #0051FF;
}

.mulit-column-content-module > div > article > a:hover {
  color: #0051FF;
  text-decoration: none;
}

.mulit-column-content-module > div > article:nth-child(2) {
  position: relative;
}

.mulit-column-content-module > div > article:nth-child(2)::before, .mulit-column-content-module > div > article:nth-child(2):after {
  content: "";
  background: rgba(208, 204, 218, 0.4);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
}

@media (min-width: 520px) {
  .mulit-column-content-module > div > article:nth-child(2)::before, .mulit-column-content-module > div > article:nth-child(2):after {
    width: 2px;
    height: 60%;
    margin: auto 0;
  }
}

.mulit-column-content-module > div > article:nth-child(2):before {
  bottom: -20px;
}

@media (min-width: 520px) {
  .mulit-column-content-module > div > article:nth-child(2):before {
    left: -20px;
    right: auto;
    bottom: 0;
    top: 0;
  }
}

.mulit-column-content-module > div > article:nth-child(2):after {
  top: -20px;
}

@media (min-width: 520px) {
  .mulit-column-content-module > div > article:nth-child(2):after {
    right: -20px;
    top: 0;
    bottom: 0;
    left: auto;
  }
}

.mulit-column-content-module > div > article h4.subheader {
  color: #fff;
  margin-bottom: 20px;
}

.mulit-column-content-module > div > article h3, .mulit-column-content-module > div > article .form_pages div.form_header .form_label, .form_pages div.form_header .mulit-column-content-module > div > article .form_label, .mulit-column-content-module > div > article .split-page-content h1, .split-page-content .mulit-column-content-module > div > article h1 {
  color: #FF4F60;
  font-weight: 900;
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  .mulit-column-content-module > div > article h3, .mulit-column-content-module > div > article .form_pages div.form_header .form_label, .form_pages div.form_header .mulit-column-content-module > div > article .form_label, .mulit-column-content-module > div > article .split-page-content h1, .split-page-content .mulit-column-content-module > div > article h1 {
    font-size: 4rem;
  }
}

.mulit-column-content-module > div > article p {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}

.mulit-column-content-module > section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 780px;
  text-align: center;
  padding-bottom: 80px;
}

@media (min-width: 1070px) {
  .mulit-column-content-module > section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 520px) {
  .mulit-column-content-module > section {
    padding-bottom: 120px;
  }
}

.mulit-column-content-module > section > a {
  color: #fff;
  border-bottom: solid 2px #0051FF;
  padding-bottom: 1px;
  transition: 0.5s, ease, all;
  font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
  .mulit-column-content-module > section > a {
    transition: none;
  }
}

.mulit-column-content-module > section > a:hover {
  text-decoration: none;
  color: #0051FF;
  border-bottom-color: #0051FF;
  transition: 0.5s, ease, all;
}

@media (prefers-reduced-motion: reduce) {
  .mulit-column-content-module > section > a:hover {
    transition: none;
  }
}

.mulit-column-content-module > section > h2, .hero.blog-feed-hero.mulit-column-content-module > section > h1, .mulit-column-content-module > section p {
  color: #fff;
}

.basic-grid .ngp-form {
  max-width: 100%;
}

.basic-grid .ngp-form #NVVolunteerForm2400000000003999 .at-fieldset {
  min-width: 0;
}

.basic-grid .at input[type="text"], .basic-grid .at input[type="password"], .basic-grid .at input[type="date"], .basic-grid .at input[type="datetime"], .basic-grid .at input[type="datetime-local"], .basic-grid .at input[type="month"], .basic-grid .at input[type="week"], .basic-grid .at input[type="email"], .basic-grid .at input[type="number"], .basic-grid .at input[type="search"], .basic-grid .at input[type="tel"], .basic-grid .at input[type="time"], .basic-grid .at input[type="url"], .basic-grid .at input[type="color"], .basic-grid .at textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5D5C69;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #001959;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.loading-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #001959;
  z-index: 99;
  top: -100%;
  opacity: 0;
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}

.loading-overlay.fadeOut {
  opacity: 0;
  top: 0;
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}

.loading-overlay.active {
  top: 0;
  opacity: 1;
  -webkit-transition: 1ps ease opacity;
  -moz-transition: 1ps ease opacity;
  -ms-transition: 1ps ease opacity;
  -o-transition: 1ps ease opacity;
  transition: 1ps ease opacity;
}

main, .site-logo, .hamburger {
  -webkit-transition: .75s ease opacity;
  -moz-transition: .75s ease opacity;
  -ms-transition: .75s ease opacity;
  -o-transition: .75s ease opacity;
  transition: .75s ease opacity;
}

main.loading, .site-logo.loading, .hamburger.loading {
  opacity: 0;
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}

.loading-overlay .logo {
  max-width: 200px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  height: 60px;
  opacity: 0;
  -webkit-transition: ease 1.5s all;
  -moz-transition: ease 1.5s all;
  -ms-transition: ease 1.5s all;
  -o-transition: ease 1.5s all;
  transition: ease 1.5s all;
}

.loading-overlay .logo svg path, .loading-overlay .logo svg rect {
  fill: #fff;
}

.scrolled-item {
  -webkit-transition: ease all .75s;
  -moz-transition: ease all .75s;
  -ms-transition: ease all .75s;
  -o-transition: ease all .75s;
  transition: ease all .75s;
  position: relative;
}

.pledge-card {
  margin-bottom: 120px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .pledge-card {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.pledge-card > .inner-content {
  background: #E5ECFF;
  padding: 120px 60px;
  position: relative;
}

.pledge-card > .inner-content:before {
  content: "";
  display: block;
  width: 240px;
  height: 55px;
  position: absolute;
  top: 3%;
  background-image: url("../img/pledge-star.jpg");
  background-size: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pledge-card > .inner-content:after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  display: block;
  border: solid 1px #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

@media (min-width: 320px) {
  .pledge-card > .inner-content:after {
    height: 85%;
  }
}

@media (min-width: 768px) {
  .pledge-card > .inner-content {
    padding: 160px;
  }
}

@media (min-width: 1070px) {
  .pledge-card > .inner-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .pledge-card > .inner-content {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.pledge-card .content {
  position: relative;
  z-index: 2;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .pledge-card .content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .pledge-card .content {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .pledge-card .content {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
}

.post-feed-nav-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1070px) {
  .post-feed-nav-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.post-feed-nav-wrap > nav {
  display: flex;
}

.post-feed-nav-wrap > nav a {
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 700;
}

.post-feed-nav-wrap > nav.category-list a:first-child {
  padding-left: 0;
}

.post-feed-nav-wrap > nav.year-archives {
  flex-direction: row-reverse;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px #c3e4ff solid;
}

.post-feed-nav-wrap > nav.year-archives a:first-child {
  padding-right: 0;
}

.product-feature {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (min-width: 1070px) {
  .product-feature {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.product-feature > ul {
  list-style: none;
}

.product-feature > ul > li {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-decoration: underline;
  padding: 0 20px 0 0;
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  cursor: pointer;
}

.product-feature > ul > li.overview-link {
  font-size: 1.25rem;
}

.product-feature > ul > li.overview-link a {
  text-decoration: underline;
}

.product-feature > ul > li.overview-link:after {
  content: none;
}

.product-feature > ul > li.active {
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -ms-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  color: #0051FF;
}

.product-feature > .slides > figure {
  height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 1.5s ease all;
  -moz-transition: 1.5s ease all;
  -ms-transition: 1.5s ease all;
  -o-transition: 1.5s ease all;
  transition: 1.5s ease all;
  opacity: 0;
}

.product-feature > .slides > figure.active {
  opacity: 1;
  height: auto;
  -webkit-transition: 1.5s ease all;
  -moz-transition: 1.5s ease all;
  -ms-transition: 1.5s ease all;
  -o-transition: 1.5s ease all;
  transition: 1.5s ease all;
}

@media (min-width: 1070px) {
  .product-feature {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1070px) {
  .product-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  @supports (display: grid) {
    .product-feature {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .product-feature > .slides {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
  }
  @supports (display: grid) {
    .product-feature > .slides {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .product-feature > .slides {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 9;
    }
  }
  .product-feature > .slides > figure {
    padding-right: 40px;
  }
  .product-feature > ul {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .product-feature > ul {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .product-feature > ul {
      max-width: 100%;
      flex: none;
      grid-column: 10/span 3;
    }
  }
}

.section-header {
  margin-bottom: 80px;
}

.section-header > h2, .hero.blog-feed-hero > section .section-header > h1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 1070px) {
  .section-header > h2, .hero.blog-feed-hero > section .section-header > h1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.sign-up-form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .sign-up-form {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.sign-up-form > figure {
  margin: 40px auto 0;
}

@media (min-width: 1070px) {
  .sign-up-form > figure {
    margin: 0;
  }
}

.sign-up-form > figure img {
  border-radius: 100%;
}

@media (min-width: 1070px) {
  .sign-up-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  @supports (display: grid) {
    .sign-up-form {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .sign-up-form > section {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  @supports (display: grid) {
    .sign-up-form > section {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .sign-up-form > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 8;
    }
  }
  .sign-up-form > section h1 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: solid 1px #0051FF;
  }
  .sign-up-form > section .signup-form {
    max-width: 80%;
    margin: 0 auto;
  }
  .sign-up-form > figure {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 40px;
  }
  @supports (display: grid) {
    .sign-up-form > figure {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 4;
    }
  }
}

.sign-up-form .ngp-form {
  max-width: 100%;
  margin: 0;
}

.sign-up-form .ngp-form .poweredby {
  display: none;
}

.sign-up-form .ngp-form .at-form-submit {
  padding: 0;
  margin-top: 20px;
}

.sign-up-form .ngp-form .at-form-submit .at-submit {
  float: none;
  margin: 0;
  background: #0051FF;
  border-radius: none;
  border: solid 2px transparent;
}

.sign-up-form .ngp-form .at-form-submit .at-submit:hover {
  color: #0051FF;
  border: #0051FF 2px solid;
  background: transparent;
}

.sign-up-form .ngp-form .at-fieldset {
  padding: 0;
}

.sign-up-form .ngp-form .at-fieldset .at-legend {
  margin: 0;
  display: none;
}

.sign-up-form .ngp-form .at-fieldset .at-row > [class^="at-"] {
  margin: 0;
}

.sign-up-form header.at-title, .sign-up-form header.at-markup {
  display: none;
}

.share-event {
  border: none;
  background: none;
  color: #0051FF;
  font-weight: 700;
}

.split-content-module > *:last-child h3, .split-content-module > *:last-child .form_pages div.form_header .form_label, .form_pages div.form_header .split-content-module > *:last-child .form_label, .split-content-module > *:last-child .split-page-content h1, .split-page-content .split-content-module > *:last-child h1,
.split-content-module > *:last-child p {
  color: #fff;
}

@media (min-width: 1070px) {
  .split-content-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  @supports (display: grid) {
    .split-content-module {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .split-content-module > * {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  @supports (display: grid) {
    .split-content-module > * {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .split-content-module > *:first-child {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .split-content-module > *:first-child {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 1;
    }
  }
  .split-content-module > *:last-child {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .split-content-module > *:last-child {
      max-width: 100%;
      flex: none;
      grid-column: 2/span 1;
    }
  }
}

.split-content-module > section {
  padding: 60px;
}

.split-content-module > section.email {
  background: #E5ECFF;
}

.split-content-module > section.email .at-fieldset {
  padding: 0;
}

.split-content-module > section.email .at-fieldset .at-text {
  color: #001959;
}

.split-content-module > section.email .at-fieldset input[type="tel"], .split-content-module > section.email .at-fieldset input[type="email"] {
  background: none;
  padding: 23px 10px;
  margin: 10px 0 20px 0;
  border: solid 1px #001959;
  border-radius: 0;
}

.split-content-module > section.email .at-fieldset .at-legend {
  display: none;
}

.split-content-module > section.email .ngp-form .at-form-submit {
  padding: 0;
}

.split-content-module > section.email .ngp-form .at-form-submit .at-submit {
  margin: 0;
  float: none;
  border-radius: 0;
  background: #0051FF;
}

.split-content-module > section.email .ngp-form .at-row > [class^="at-"] {
  margin: 0;
}

.split-content-module > section.email .ngp-form .at-inner {
  background: none;
}

.split-content-module > section.email .ngp-form header.at-title, .split-content-module > section.email .ngp-form header.at-markup {
  display: none;
}

.split-content-module > section.donation {
  background: #0051FF;
}

.split-content-module > section.donation .ngp-form {
  max-width: 100%;
}

.split-content-module > section.donation .multistep-layout.split-layout {
  min-width: 0;
}

.split-content-module > section.donation .multistep-layout.split-layout form {
  width: 100%;
}

.split-content-module > section.donation .at .at-fieldset {
  padding: 0;
}

.split-content-module > section.donation .at label {
  color: #fff;
}

.split-content-module > section.donation .at .at-radios {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.split-content-module > section.donation .at .at-radios .label-amount {
  float: none;
  margin: 0;
  width: auto;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 1070px) {
  .split-content-module > section.donation .at .at-radios .label-amount {
    flex: 0 0 33.3334%;
    -ms-flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
}

.split-content-module > section.donation .at .at-radios .label-amount.label-otheramount {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.split-content-module > section.donation .at .at-radios .label-amount.label-otheramount .label-otheramount-prefix {
  position: absolute;
  left: 20px;
  color: #fff;
  top: 42px;
}

.split-content-module > section.donation .at .at-radios .label-amount.label-otheramount input[type="number"] {
  top: 0;
  width: 100% !important;
  right: 0;
  padding-left: 40px;
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
}

.split-content-module > section.donation .at .at-steps {
  background: transparent;
  border-radius: 0;
  padding: 0 10px;
}

.split-content-module > section.donation .at .at-steps .at-step {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}

.split-content-module > section.donation .at .at-steps .at-step .step-title {
  color: #fff;
}

.split-content-module > section.donation .at .at-steps .at-step.active {
  border-bottom: solid 5px #fff;
}

.split-content-module > section.donation .ngp-form {
  margin-top: 60px;
}

.split-content-module > section.donation .ngp-form .prevNext.prev {
  float: left;
}

.split-content-module > section.donation .ngp-form .btn-at {
  color: #0051FF;
}

.split-content-module > section.donation .ngp-form .btn-at:hover {
  background: none;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio {
  margin: 0;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio label.label-otheramount {
  text-align: left;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio label.label-amount {
  text-shadow: none;
  letter-spacing: 0;
  font-size: 1.2rem;
  padding: 15px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio label.label-amount input:required {
  background: transparent;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio label.label-amount input:required::selection {
  background: transparent;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio label.label-amount input[type="radio"]:checked + a {
  background: #62B0FF;
}

.split-content-module > section.donation .ngp-form .at-fields .at-radio label.label-amount > a {
  background: transparent;
  border: solid 1px #fff;
  border-radius: 0;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}

.split-content-module > section.donation .ngp-form .at-inner {
  background: none;
}

.split-content-module > section.donation .ngp-form .at-title,
.split-content-module > section.donation .ngp-form .at-markup {
  display: none;
}

.request-a-demo .split-page-content {
  align-items: center;
}

.split-page-content {
  margin-top: 40px;
}

.split-page-content.no-top-margin {
  margin-top: 0;
}

.split-page-content .meetings-iframe-container iframe {
  max-height: 610px;
}

@media (min-width: 768px) {
  .split-page-content {
    margin-top: 120px;
  }
  .split-page-content.no-top-margin {
    margin-top: 0;
  }
}

.hs-recaptcha {
  display: none;
}

.sub-nav {
  width: 100%;
  margin-bottom: 50px;
  background-color: #F7F7F7;
  box-shadow: 0px 2px 3px #ccc;
}

.sub-nav .sub-nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 20px 60px;
  color: #001959;
}

@media (max-width: 800px) {
  .sub-nav .sub-nav-content {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}

.sub-nav .sub-nav-content .sub-nav-title {
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
}

.sub-nav .sub-nav-content .sub-nav-title a {
  color: #001959;
  text-decoration: none;
}

.sub-nav .sub-nav-content .sub-nav-title a:hover {
  color: #001959;
}

.sub-nav .sub-nav-content .sub-nav-links {
  font-size: .9rem;
}

@media (max-width: 800px) {
  .sub-nav .sub-nav-content .sub-nav-links {
    width: 100%;
    flex-direction: column;
    align-items: start;
    display: flex;
    justify-content: space-between;
  }
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link {
  white-space: nowrap;
  color: #001959;
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link:hover {
  text-decoration: none;
  color: #0051FF;
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link.active {
  color: #0051FF;
}

@media (max-width: 800px) {
  .sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link {
    margin: 10px 0 !important;
  }
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link:not(:last-of-type) {
  margin: 0 13px;
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link:last-of-type {
  margin-left: 13px;
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link.normal {
  font-weight: normal;
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link.bold {
  font-weight: bold;
}

.sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link.button {
  background-color: #1BBAE1;
  padding: 10px 30px;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0px 3px 4px #ccc;
}

@media (max-width: 800px) {
  .sub-nav .sub-nav-content .sub-nav-links a.sub-nav-link.button {
    padding: 5px 20px;
  }
}

.tabs {
  background: #001959;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .tabs {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tabs.child-nav {
  margin-bottom: 120px;
}

.tabs li {
  padding: 0 25px;
}

.tabs li a:hover {
  text-decoration: none;
  border-bottom: solid 2px #fff;
}

.tabs li.active a, .tabs li.current_page_item a {
  border-bottom: solid 2px #E68A1E;
}

.tabs li.active button, .tabs li.current_page_item button {
  border-bottom: solid 2px #E68A1E;
}

.tabs li > button,
.tabs li > a {
  border: none;
  background: none;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: solid 2px transparent;
  display: block;
}

.tab-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .tab-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .tab-wrap {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.tab-wrap .tab-content h2, .tab-wrap .tab-content .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .tab-wrap .tab-content h1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #0051FF;
}

@media (min-width: 768px) {
  .tab-wrap .tab-content h2, .tab-wrap .tab-content .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .tab-wrap .tab-content h1 {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.tab-wrap .tab-content:first-child {
  display: block;
}

.tab-wrap .tab-content > section h3, .tab-wrap .tab-content > section .form_pages div.form_header .form_label, .form_pages div.form_header .tab-wrap .tab-content > section .form_label, .tab-wrap .tab-content > section .split-page-content h1, .split-page-content .tab-wrap .tab-content > section h1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .tab-wrap .tab-content > section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .tab-wrap .tab-content > section {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .tab-wrap .tab-content > section > h3, .tab-wrap .form_pages div.form_header .tab-content > section > .form_label, .form_pages div.form_header .tab-wrap .tab-content > section > .form_label, .tab-wrap .split-page-content .tab-content > section > h1, .split-page-content .tab-wrap .tab-content > section > h1 {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .tab-wrap .tab-content > section > h3, .tab-wrap .form_pages div.form_header .tab-content > section > .form_label, .form_pages div.form_header .tab-wrap .tab-content > section > .form_label, .tab-wrap .split-page-content .tab-content > section > h1, .split-page-content .tab-wrap .tab-content > section > h1 {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .tab-wrap .tab-content > section > h3, .tab-wrap .form_pages div.form_header .tab-content > section > .form_label, .form_pages div.form_header .tab-wrap .tab-content > section > .form_label, .tab-wrap .split-page-content .tab-content > section > h1, .split-page-content .tab-wrap .tab-content > section > h1 {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 5;
    }
  }
  .tab-wrap .tab-content > section > div {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .tab-wrap .tab-content > section > div {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .tab-wrap .tab-content > section > div {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

.text-block-feature {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .text-block-feature {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1070px) {
  .text-block-feature {
    padding-bottom: 160px;
  }
}

.text-block-feature > section, .text-block-feature > figure {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@supports (display: grid) {
  .text-block-feature > section, .text-block-feature > figure {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .text-block-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .text-block-feature {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .text-block-feature > section {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .text-block-feature > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 6;
    }
  }
  .text-block-feature > figure {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .text-block-feature > figure {
      max-width: 100%;
      flex: none;
      grid-column: 7/span 6;
    }
  }
}

@media (min-width: 1070px) {
  .text-block-feature > section {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  @supports (display: grid) {
    .text-block-feature > section {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 4;
    }
  }
  .text-block-feature > figure {
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  @supports (display: grid) {
    .text-block-feature > figure {
      max-width: 100%;
      flex: none;
      grid-column: 6/span 8;
    }
  }
}

.bold-text-block .subheader a {
  color: #001959;
}

.bold-text-block h4 {
  font-weight: 700;
}

.bold-text-block h4 a {
  color: #001959;
}

.bold-text-block figure {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .bold-text-block figure {
    margin-bottom: 40px;
  }
}

.icon-text-block-grid.three-col .icon-text-block figure,
.icon-text-block-grid.three-col-left .icon-text-block figure,
.icon-text-block-grid.four-col .icon-text-block figure {
  max-width: 65px;
}

.icon-text-block-grid.two-col .icon-text-block {
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .icon-text-block-grid.two-col .icon-text-block {
    text-align: left;
  }
}

.icon-text-block-grid.two-col .icon-text-block figure {
  width: 25%;
  margin: 0 auto 20px;
}

@media (min-width: 1070px) {
  .icon-text-block-grid.two-col .icon-text-block figure {
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  .icon-text-block-grid.two-col .icon-text-block figure img {
    float: right;
  }
}

@media (min-width: 1070px) {
  .icon-text-block-grid.two-col .icon-text-block p {
    width: 100%;
    padding-left: 25%;
  }
}

@media (min-width: 1070px) {
  .icon-text-block-grid.two-col .icon-text-block h4 {
    float: right;
    width: 75%;
  }
}

.text-block.callout a:last-child {
  padding-left: 20px;
}

.text-block.callout h5 {
  font-weight: 700;
}

.text-block.callout h5::before {
  content: "";
  background: #707070;
  height: 1px;
  width: 100px;
  display: block;
  margin-bottom: 20px;
}

.text-block figure img {
  width: 100%;
}

.text-block h2, .text-block .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .text-block h1,
.text-block h3,
.text-block .form_pages div.form_header .form_label,
.form_pages div.form_header .text-block .form_label,
.text-block .split-page-content h1,
.split-page-content .text-block h1,
.text-block h4 {
  margin-bottom: 30px;
}

.text-span {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.text-span.heading-three-bold h3, .text-span.heading-three-bold .form_pages div.form_header .form_label, .form_pages div.form_header .text-span.heading-three-bold .form_label, .text-span.heading-three-bold .split-page-content h1, .split-page-content .text-span.heading-three-bold h1 {
  font-weight: 700;
}

.text-span.heading-two-bold h2, .text-span.heading-two-bold .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .text-span.heading-two-bold h1 {
  font-weight: 700;
}

.text-span.heading-four > *, .text-span.heading-four-bold > * {
  max-width: 1020px;
}

.text-span.heading-four-bold > h4 {
  font-weight: 700;
}

.text-span .cta-link {
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .text-span .cta-link {
    font-size: 1.75rem;
  }
}

.text-span .cta-link:hover {
  text-decoration: none;
}

.text-span h2, .text-span .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .text-span h1,
.text-span h3,
.text-span .form_pages div.form_header .form_label,
.form_pages div.form_header .text-span .form_label,
.text-span .split-page-content h1,
.split-page-content .text-span h1 {
  color: #001959;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .text-span p {
    max-width: 900px;
    font-size: 1.5rem;
  }
}

.text-span > * {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-span > *.btn, .form_action .text-span > button, .wpforms-submit-container .text-span > button, .site-header nav.primary > ul > li.button-solid.text-span > a, .site-header nav.primary > ul > li.button.text-span > a, .split-content-module > section.email .ngp-form .at-form-submit .text-span > *.at-submit, .split-content-module > section.donation .ngp-form .text-span > *.btn-at, .basic-grid .hbspt-form .text-span > *.hs-button {
  padding: 0.5rem 1.25rem;
}

@media (min-width: 768px) {
  .text-span > * {
    padding: 0 80px;
  }
}

.text-span > h3, .form_pages div.form_header .text-span > .form_label, .split-page-content .text-span > h1 {
  max-width: 1040px;
}

.text-span.section-intro {
  margin-bottom: 40px;
}

.text-span.section-intro.solid {
  background-color: #F1F5FF;
  padding-top: 80px;
  padding-bottom: 40px;
}

.text-span.section-intro.solid.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .text-span.section-intro.solid {
    padding-bottom: 80px;
  }
}

@media (min-width: 1070px) {
  .text-span.section-intro.solid {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .text-span.section-intro {
    margin-bottom: 80px;
  }
}

.text-span.has-button .btn, .text-span.has-button .form_action button, .form_action .text-span.has-button button, .text-span.has-button .wpforms-submit-container button, .wpforms-submit-container .text-span.has-button button, .text-span.has-button .site-header nav.primary > ul > li.button-solid > a, .site-header .text-span.has-button nav.primary > ul > li.button-solid > a, .text-span.has-button .site-header nav.primary > ul > li.button > a, .site-header .text-span.has-button nav.primary > ul > li.button > a, .text-span.has-button .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .text-span.has-button .at-submit, .text-span.has-button .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .text-span.has-button .btn-at, .text-span.has-button .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .text-span.has-button .hs-button {
  margin: 40px auto 0;
  display: block;
}

.text-span.has-h-rule > .secondary-link {
  font-size: 1rem;
  text-align: center;
  display: block;
  max-width: 220px;
  margin: 20px auto 0;
  padding: 0;
}

.text-span.has-h-rule h3:after, .text-span.has-h-rule .form_pages div.form_header .form_label:after, .form_pages div.form_header .text-span.has-h-rule .form_label:after, .text-span.has-h-rule .split-page-content h1:after, .split-page-content .text-span.has-h-rule h1:after {
  content: "";
  width: 200px;
  display: block;
  background: #001959;
  height: 1px;
  margin: 40px auto;
}

@media (min-width: 768px) {
  .text-span.has-h-rule h3, .text-span.has-h-rule .form_pages div.form_header .form_label, .form_pages div.form_header .text-span.has-h-rule .form_label, .text-span.has-h-rule .split-page-content h1, .split-page-content .text-span.has-h-rule h1 {
    max-width: 1320px;
  }
  .text-span.has-h-rule p {
    font-size: 1.5rem;
    max-width: 680px;
  }
}

.text-span.with-background {
  background-color: #F7F9FC;
  padding: 80px 0;
  margin-bottom: 40px;
}

.text-span.with-background.blue {
  background-color: #0051FF;
}

.text-span.with-background.blue h2, .text-span.with-background.blue .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .text-span.with-background.blue h1, .text-span.with-background.blue h3, .text-span.with-background.blue .form_pages div.form_header .form_label, .form_pages div.form_header .text-span.with-background.blue .form_label, .text-span.with-background.blue .split-page-content h1, .split-page-content .text-span.with-background.blue h1, .text-span.with-background.blue h4, .text-span.with-background.blue p {
  color: #fff;
}

.text-span.with-background.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .text-span.with-background {
    padding: 120px 0;
    margin-bottom: 120px;
  }
  .text-span.with-background.no-bottom-margin {
    margin-bottom: 0;
  }
}

.text-span.with-background-pattern {
  background-image: url("../img/banner-pattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.text-span.with-background-pattern.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .text-span.with-background-pattern {
    padding: 400px 0 120px;
    margin-bottom: 120px;
  }
  .text-span.with-background-pattern.no-bottom-margin {
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .text-span.with-building-background {
    margin-bottom: 40px;
    border-bottom: 3px solid #0051ff;
  }
}

.text-span.with-building-background.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .text-span.with-building-background {
    background-image: url("../img/Buildings_Line_Art.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 120px 0 200px;
    /*margin-bottom: 120px;*/
    margin-bottom: 50px;
  }
  .text-span.with-building-background.no-bottom-margin {
    margin-bottom: 0;
  }
}

.text-span.no-background {
  padding-bottom: 40px;
}

@media (min-width: 1070px) {
  .text-span.no-background {
    padding-bottom: 120px;
  }
}

.text-span.no-background.no-bottom-margin {
  padding-bottom: 0;
}

.text-span.full-content {
  margin-bottom: 40px;
}

.text-span.full-content.no-bottom-margin {
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .text-span.full-content {
    margin-bottom: 120px;
  }
  .text-span.full-content.no-bottom-margin {
    margin-bottom: 0;
  }
}

.text-span.full-content h2, .text-span.full-content .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .text-span.full-content h1, .text-span.full-content h3, .text-span.full-content .form_pages div.form_header .form_label, .form_pages div.form_header .text-span.full-content .form_label, .text-span.full-content .split-page-content h1, .split-page-content .text-span.full-content h1 {
  margin-bottom: 40px;
}

@media (min-width: 1070px) {
  .text-span.full-content h2, .text-span.full-content .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .text-span.full-content h1, .text-span.full-content h3, .text-span.full-content .form_pages div.form_header .form_label, .form_pages div.form_header .text-span.full-content .form_label, .text-span.full-content .split-page-content h1, .split-page-content .text-span.full-content h1 {
    margin-bottom: 60px;
  }
}

.text-span.full-content p {
  margin-bottom: 30px;
}

.text-span.add-rule {
  position: relative;
}

.text-span.add-rule:after {
  content: "";
  background: #001959;
  height: 80px;
  width: 1px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .text-span.add-rule:after {
    height: 200px;
    margin: 80px auto 0;
  }
}

.tout {
  position: relative;
}

.tout::before {
  z-index: 1;
  background: rgba(0, 25, 89, 0.75);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.tout h3 a, .tout .form_pages div.form_header .form_label a, .form_pages div.form_header .tout .form_label a, .tout .split-page-content h1 a, .split-page-content .tout h1 a, .tout .subheader a {
  color: #fff;
}

.tout figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 40px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  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. */
}

#page-2 {
  background: url("../img/hero-bg-home.svg");
  background-repeat: no-repeat;
  background-position: 0 60px;
  background-size: 100%;
}

@media (min-width: 1070px) {
  #page-2 .hero.primary-hero {
    background-position: 0 120px;
  }
}

#page-2 header.site-header {
  background: #fff;
}

.faqs .text-block-grid {
  padding-bottom: 40px;
  padding-top: 80px;
}

#page-198 {
  background: url("../img/hero-bg-blue.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

@media (min-width: 1070px) {
  #page-198 .hero.collage-hero {
    padding-bottom: 120px;
  }
}

#page-200 {
  background: url("../img/hero-bg-green.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#page-200 .collage-background {
  background-color: #EDFDFF;
}

#page-200 .section-intro.solid {
  background-color: #EDFDFF;
}

@media (min-width: 1070px) {
  #page-200 .hero.collage-hero {
    padding-bottom: 120px;
  }
}

#page-202 {
  background: url("../img/hero-bg-purple.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#page-202 .collage-background {
  background-color: #f9f5ff;
}

#page-202 .section-intro.solid {
  background-color: #f9f5ff;
}

@media (min-width: 1070px) {
  #page-202 .hero.collage-hero {
    padding-bottom: 120px;
  }
}

#page-7635 {
  background: url("../img/hero-bg-yellow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

@media (min-width: 1070px) {
  #page-7635 .hero.collage-hero {
    padding-bottom: 120px;
  }
}

.single-post header.site-header {
  border-bottom: solid #D5D5D5 1px;
}

.single-post-wrap {
  padding-bottom: 80px;
  padding-top: 40px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 768px) {
  .single-post-wrap {
    padding-bottom: 120px;
  }
}

@media (min-width: 1070px) {
  .single-post-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.single-post-wrap article h1 {
  margin-bottom: 60px;
  font-size: 4rem;
}

.single-post-wrap article h2, .single-post-wrap article .hero.blog-feed-hero > section h1, .hero.blog-feed-hero > section .single-post-wrap article h1 {
  font-size: 3rem;
}

.single-post-wrap article h3, .single-post-wrap article .form_pages div.form_header .form_label, .form_pages div.form_header .single-post-wrap article .form_label, .single-post-wrap article .split-page-content h1, .split-page-content .single-post-wrap article h1 {
  font-size: 2.1rem;
}

.single-post-wrap article h4 {
  font-size: 1.5rem;
}

.single-post-wrap article .wp-block-quote {
  padding: 0 0 0 30px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  border-left: solid 10px #00CFA2;
  margin: 60px 0;
}

.single-post-wrap article .wp-block-pullquote {
  padding: 60px 0;
  text-align: left;
  margin: 0;
  text-align: center;
}

.single-post-wrap article .wp-block-pullquote:after, .single-post-wrap article .wp-block-pullquote:before {
  content: "";
  width: 30%;
  height: 5px;
  background: #00CFA2;
  display: block;
  margin: 0 auto;
}

.single-post-wrap article .wp-block-pullquote:after {
  margin-top: 60px;
}

.single-post-wrap article .wp-block-pullquote:before {
  margin-bottom: 60px;
}

.single-post-wrap article p {
  margin-bottom: 30px;
}

.single-post-wrap aside section {
  margin-bottom: 20px;
}

.single-post-wrap aside .author-info h6 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1rem;
}

.single-post-wrap aside .author-info p {
  font-size: 1rem;
}

.single-post-wrap aside .author-info img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  max-width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.single-post-wrap aside .cateogory h6 {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 0.875rem;
}

.single-post-wrap aside .cateogory ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .single-post-wrap aside .cateogory ul {
    max-width: 75%;
  }
}

.single-post-wrap aside .cateogory ul li {
  display: inline;
  font-size: 1rem;
}

.single-post-wrap aside .cateogory ul li:after {
  content: ",";
}

.single-post-wrap aside .cateogory ul li:last-child:after {
  content: none;
}

.single-post-wrap aside .date h6 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.single-post-wrap aside .date p {
  font-size: 1rem;
}

.single-post-wrap aside .social-share {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}

.single-post-wrap aside .social-share h6 {
  font-size: 0.875rem;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.single-post-wrap aside .social-share::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #001959;
  height: 1px;
  width: 60px;
}

.single-post-wrap aside .social-share a {
  max-width: 35px;
  flex: 0 0 33.334%;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .single-post-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    .single-post-wrap {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
}

.single-post-wrap > .card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  align-self: start;
}

.single-post-wrap > .card .cta-link {
  display: block;
  text-align: center;
  align-self: center;
  margin: 30px auto 0;
}

@media (min-width: 1070px) {
  .single-post-wrap > .card .cta-link {
    margin: 40px auto 0;
  }
}

.single-post-wrap > .card h4 {
  color: #0051FF;
  padding-right: 40px;
  margin-bottom: 40px;
  padding-right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.65rem;
}

@media (min-width: 768px) {
  .single-post-wrap > .card h4 {
    font-size: 2.1rem;
  }
}

@media (max-width: 1069.98px) {
  .single-post-wrap > .card .btn, .single-post-wrap > .card .form_action button, .form_action .single-post-wrap > .card button, .single-post-wrap > .card .wpforms-submit-container button, .wpforms-submit-container .single-post-wrap > .card button, .single-post-wrap > .card .site-header nav.primary > ul > li.button-solid > a, .site-header .single-post-wrap > .card nav.primary > ul > li.button-solid > a, .single-post-wrap > .card .site-header nav.primary > ul > li.button > a, .site-header .single-post-wrap > .card nav.primary > ul > li.button > a, .single-post-wrap > .card .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .single-post-wrap > .card .at-submit, .single-post-wrap > .card .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .single-post-wrap > .card .btn-at, .single-post-wrap > .card .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .single-post-wrap > .card .hs-button {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .single-post-wrap > .card {
    grid-row: 2;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  @supports (display: grid) {
    .single-post-wrap > .card {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
}

@media (min-width: 1070px) {
  .single-post-wrap > .card {
    grid-row: 1;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .single-post-wrap > .card {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 3;
    }
  }
  .single-post-wrap > .card .btn, .single-post-wrap > .card .form_action button, .form_action .single-post-wrap > .card button, .single-post-wrap > .card .wpforms-submit-container button, .wpforms-submit-container .single-post-wrap > .card button, .single-post-wrap > .card .site-header nav.primary > ul > li.button-solid > a, .site-header .single-post-wrap > .card nav.primary > ul > li.button-solid > a, .single-post-wrap > .card .site-header nav.primary > ul > li.button > a, .site-header .single-post-wrap > .card nav.primary > ul > li.button > a, .single-post-wrap > .card .split-content-module > section.email .ngp-form .at-form-submit .at-submit, .split-content-module > section.email .ngp-form .at-form-submit .single-post-wrap > .card .at-submit, .single-post-wrap > .card .split-content-module > section.donation .ngp-form .btn-at, .split-content-module > section.donation .ngp-form .single-post-wrap > .card .btn-at, .single-post-wrap > .card .basic-grid .hbspt-form .hs-button, .basic-grid .hbspt-form .single-post-wrap > .card .hs-button {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .single-post-wrap > article {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  @supports (display: grid) {
    .single-post-wrap > article {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .single-post-wrap > article {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 8;
    }
  }
}

@media (min-width: 1070px) {
  .single-post-wrap > article {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 40px;
  }
  @supports (display: grid) {
    .single-post-wrap > article {
      max-width: 100%;
      flex: none;
      grid-column: 4/span 6;
    }
  }
}

.single-post-wrap > aside {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .single-post-wrap > aside.meta-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: solid 1px #001959;
    border-top: solid 1px #001959;
  }
  .single-post-wrap > aside.meta-block > * {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .single-post-wrap > aside.meta-block > *.cateogory, .single-post-wrap > aside.meta-block > *.social-share {
    padding-left: 20px;
  }
  .single-post-wrap > aside.meta-block > *.author-info img {
    float: left;
    max-width: 100%;
    width: 35%;
    padding-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .single-post-wrap > aside.meta-block > *.author-info h6, .single-post-wrap > aside.meta-block > *.author-info p {
    float: right;
    width: 65%;
  }
  .single-post-wrap > aside.meta-block > *.social-share {
    padding-top: 0;
    margin-top: 0;
  }
  .single-post-wrap > aside.meta-block > *.social-share::before {
    content: none;
  }
}

@media (min-width: 768px) {
  .single-post-wrap > aside {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
  @supports (display: grid) {
    .single-post-wrap > aside {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .single-post-wrap > aside {
      max-width: 100%;
      flex: none;
      grid-column: 9/span 3;
    }
  }
}

@media (min-width: 1070px) {
  .single-post-wrap > aside {
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  @supports (display: grid) {
    .single-post-wrap > aside {
      max-width: 100%;
      flex: none;
      grid-column: 11/span 2;
    }
  }
}

.blog-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1070px) {
  .blog-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .blog-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  @supports (display: grid) {
    .blog-header {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 40px;
    }
  }
  .blog-header img {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  @supports (display: grid) {
    .blog-header img {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @supports (display: grid) {
    .blog-header img {
      max-width: 100%;
      flex: none;
      grid-column: 1/span 12;
    }
  }
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .text-block-grid {
  padding-top: 120px;
}

.contact input {
  width: 100% !important;
  max-width: 100%;
}

.basic-grid .hbspt-form fieldset {
  max-width: 100% !important;
  margin-bottom: 20px;
}

.basic-grid .hbspt-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.basic-grid .hbspt-form .no-list.hs-error-msgs.inputs-list {
  list-style: none;
}

.basic-grid .hbspt-form .no-list.hs-error-msgs.inputs-list li label {
  color: #FF4F60;
  padding: 5px 0;
  display: block;
}

.basic-grid .hbspt-form .hs-button {
  width: auto !important;
  margin-top: 20px;
}

body.automated-benchmarking {
  background: url("../img/hero-bg-home.svg");
  background-repeat: no-repeat;
  background-position: 0 60px;
  background-size: 100%;
}

body.automated-benchmarking .blockquote-module {
  border-top: none !important;
  padding-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1070px) {
  body.automated-benchmarking .blockquote-module {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

body.automated-benchmarking .blockquote-module h4 {
  font-size: 1.4rem !important;
}

body.automated-benchmarking .image-grid h5 {
  font-size: 1.2rem !important;
  padding: 0 20px;
}

body.automated-benchmarking .full-image {
  margin-bottom: 120px !important;
}

.automated-benchmarking #maincontent {
  overflow: hidden;
}

.automated-benchmarking .hero.collage-hero {
  max-width: 100%;
  padding: 0;
  display: block;
}

.automated-benchmarking .hero.collage-hero:before, .automated-benchmarking .hero.collage-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.automated-benchmarking .hero.collage-hero:after {
  clear: both;
}

.automated-benchmarking .hero.collage-hero > section {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .automated-benchmarking .hero.collage-hero > section {
    max-width: 580px;
    margin: 0 auto;
  }
}

@media (min-width: 1070px) {
  .automated-benchmarking .hero.collage-hero > section {
    position: absolute;
    left: 0;
    top: 25%;
    padding: 0 5% 0 10%;
    max-width: 50%;
  }
  @supports (display: grid) {
    .automated-benchmarking .hero.collage-hero > section {
      padding: 10% 50% 0 60px;
      margin: 0 auto;
      position: static;
      max-width: 1440px;
    }
  }
  .automated-benchmarking .hero.collage-hero > section p {
    max-width: 100%;
  }
}

.automated-benchmarking .hero.collage-hero figure {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .automated-benchmarking .hero.collage-hero figure {
    max-width: 80%;
    float: right;
    padding-top: 40px;
  }
}

@media (min-width: 1070px) {
  .automated-benchmarking .hero.collage-hero figure {
    max-width: 100%;
    width: 55%;
    float: right;
  }
}

/*# sourceMappingURL=app.css.map */
