/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("/assets/font/Inter-roman.var.woff2?v=3.18") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("/assets/font/Inter-italic.var.woff2?v=3.18") format("woff2");
}
@keyframes shimmy {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1a2236;
}

* {
  box-sizing: border-box;
}

body {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #424752;
  letter-spacing: -0.1;
  background: #EAF0F5;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  body {
    font-size: 1.4rem;
  }
}
input, textarea, select, fieldset {
  margin-bottom: 1.5rem;
}

pre, blockquote, dl, p, figure, table, ul, ol, form {
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
}

/* Responsive Extras*/
img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.embed-block {
  width: 80rem;
  margin: 3rem auto 6rem;
}
@media (max-width: 1000px) {
  .embed-block {
    width: 100%;
  }
}
.embed-block .embed iframe {
  border-radius: 10px;
}

.embed.resize {
  width: 100%;
  position: relative;
  padding-bottom: 15%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed.resize iframe, .embed.resize object, .embed.resize embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.row-inner {
  margin: 0 auto;
  position: relative;
  z-index: 200;
  width: 100%;
}
@media (min-width: 1000px) {
  .row-inner {
    width: 960px;
  }
}
.row-inner p:last-child, .row-inner ul:last-child, .row-inner ol:last-child {
  margin-bottom: 0;
}

* {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #438AE1;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #334D6E;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 2rem;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2rem;
  }
}
small {
  display: block;
  color: #9EA3B2;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
small img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
@media (max-width: 72rem) {
  small {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

ul {
  margin-top: 5px;
  margin-bottom: 30px;
  padding-left: 35px;
  list-style-position: outside;
}

li {
  margin-bottom: 7px;
}

hr {
  border: none;
  height: 2px;
  background: #E1E4EC;
  display: block;
}

a[href$=".pdf"] {
  display: inline-block;
}
a[href$=".pdf"]:after {
  content: url(../img/icon-download.svg);
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.menu-btns {
  position: fixed;
  z-index: 200;
  top: 3rem;
  right: 3rem;
}
.menu-btns .btn {
  display: block;
  color: #438AE1;
  padding: 1rem;
  vertical-align: middle;
  margin-bottom: 10px;
  box-shadow: 0 0 40px 0 rgba(51, 77, 110, 0.15);
}
@media (max-width: 760px) {
  .menu-btns {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}

.btn.nav-handle {
  display: flex;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.7px;
  padding: 0;
  background: #F2F4F6;
}
.btn.nav-handle span:first-child {
  padding: 1.4rem;
  background: white;
}
.btn.nav-handle div:last-child {
  padding: 1.4rem 1rem;
  background: #F2F4F6;
}
@media (max-width: 660px) {
  .btn.nav-handle {
    font-size: 1.6rem;
  }
  .btn.nav-handle span:first-child {
    padding: 1rem 1.6rem;
  }
  .btn.nav-handle div:last-child {
    padding: 1rem;
  }
}

.btn, button,
form .fui-btn,
.volunteer-options .volunteer-block:first-child > p:last-child > a,
.login-join > p:last-child > a {
  overflow: hidden;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  display: inline-block;
  border: none;
  text-decoration: none;
  background: #CDDBE3;
  color: #424752;
  padding: 2rem;
  transition: 200ms ease all;
  cursor: pointer;
}
.btn img, button img,
form .fui-btn img,
.volunteer-options .volunteer-block:first-child > p:last-child > a img,
.login-join > p:last-child > a img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.btn:not(.btn-disabled):hover, button:not(.btn-disabled):hover,
form .fui-btn:not(.btn-disabled):hover,
.volunteer-options .volunteer-block:first-child > p:last-child > a:not(.btn-disabled):hover,
.login-join > p:last-child > a:not(.btn-disabled):hover {
  transform: scale(1.05);
}
@media (max-width: 660px) {
  .btn, button,
form .fui-btn,
.volunteer-options .volunteer-block:first-child > p:last-child > a,
.login-join > p:last-child > a {
    padding: 1.4rem;
  }
  .btn img, button img,
form .fui-btn img,
.volunteer-options .volunteer-block:first-child > p:last-child > a img,
.login-join > p:last-child > a img {
    width: 1.6rem;
  }
}

.btn-search {
  font-size: 1.3rem;
}

.btn-yellow, .fui-btn.fui-submit {
  color: #334D6E;
  background: #FFC55C;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.btn-yellow:not(.btn-disabled):hover, .fui-btn.fui-submit:not(.btn-disabled):hover {
  background: #df7e17;
}

.link, .announcements .title p:last-child a {
  display: inline-block;
}
.link:after, .announcements .title p:last-child a:after {
  content: url(../img/chev.svg);
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.link:hover, .announcements .title p:last-child a:hover {
  text-decoration: none;
}
.link:hover:after, .announcements .title p:last-child a:hover:after {
  animation: shimmy 500ms ease forwards;
}

.arrow, .home-get-involved > .title p:last-child a {
  display: inline-block;
}
.arrow:after, .home-get-involved > .title p:last-child a:after {
  content: url(../img/icon-arrow-yellow.svg);
  transition: 200ms ease all;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.arrow:hover, .home-get-involved > .title p:last-child a:hover {
  text-decoration: none;
}
.arrow:hover:after, .home-get-involved > .title p:last-child a:hover:after {
  animation: shimmy 500ms ease forwards;
}

.btn-members {
  background-image: radial-gradient(50% 50%, #5C95E3 0%, #3D6BAF 100%);
  padding: 1.6rem 2rem;
  color: white;
}

.btn-signup {
  color: #334D6E;
  background: #FFC55C;
  font-weight: 500;
  letter-spacing: 0;
  margin: 4rem auto;
  text-align: center;
  font-size: 2.5rem;
  display: block;
  width: 32rem;
  max-width: 100%;
}

.btn-product {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.btn-product span {
  margin-left: 1rem;
  font-weight: bold;
}

.btn-disabled {
  opacity: 0.5;
  cursor: default;
}

.btn-small {
  padding: 1rem;
  display: inline-block;
}

.menu-btns .btn.btn-loggedIn {
  background: #60af90;
  color: white;
}

.cat-list a.btn-newsletter {
  border: 1px solid #E1E4EC;
  text-decoration: none;
  border-radius: 10px;
  padding: 1rem;
  display: block;
  margin: 1rem 0;
}
.cat-list a.btn-newsletter span {
  color: #424752;
  font-weight: bold;
  font-size: 2rem;
}
.cat-list a.btn-newsletter:hover {
  border-color: #4C98C6;
}
.cat-list a.btn-newsletter:hover span {
  color: #4C98C6;
}

.contactForm {
  margin: 0 40px 20px;
}

input.fui-input,
select.fui-select,
textarea.fui-input,
textarea,
select,
input[type=email],
input[type=date],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  width: 100%;
  padding: 15px 13px;
  color: #424752;
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid #E1E4EC;
  background: white;
  border-radius: 7px;
  transition: 0.2s ease all;
  box-shadow: none;
  margin: 0;
  position: relative;
}
input.fui-input::placeholder,
select.fui-select::placeholder,
textarea.fui-input::placeholder,
textarea::placeholder,
select::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder {
  color: #a7adb9;
}
input.fui-input:focus,
select.fui-select:focus,
textarea.fui-input:focus,
textarea:focus,
select:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus {
  outline: 0;
  border: 1px solid #4C98C6;
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
  z-index: 10;
}

select {
  display: inline-block;
  font-size: 1.8rem;
  font-family: sans-serif;
  padding: 15px 35px 15px 13px;
  margin: 0 0 1rem 0;
  border-radius: 7px;
  border: 1px solid #E1E4EC;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23869AC8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  position: relative;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
  border: 1px solid #4C98C6;
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
  z-index: 5;
}
select option {
  font-weight: normal;
}

textarea {
  margin: 0;
  min-height: 65px;
}

textarea:focus,
select:focus,
button:focus {
  outline: 0;
  border-color: #4C98C6;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
}

label,
legend, form .fui-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4e556a;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
}

input[type=text], input[type=email] {
  width: 100%;
}

label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 2px;
  color: #4C98C6;
}

.check-group label {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
}
.check-group label input {
  color: #424752;
  margin: 0 5px 0 0;
}

.check-group-stack label {
  display: inline-block;
  padding: 9px 18px 9px 0;
}

.formGroup {
  margin: 0 0 1rem;
}

.getAQuote-form {
  margin: 4rem auto;
}

form .fui-instructions {
  font-size: 1.4rem;
}

.form-check {
  position: relative;
}
.form-check .details {
  position: absolute;
  opacity: 0.8;
  font-size: 1.4rem;
}
.form-check:before {
  content: "";
  left: 1.5rem;
  right: 1.5rem;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #E1E4EC;
  display: block;
}
.form-check > label:first-child, .form-check .label:first-child {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  background: white;
  padding: 0 1.5rem 0 0;
}
.form-check > input {
  margin: 0;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.form-check .toggle {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: #E1E4EC;
  border-radius: 16px;
  height: 32px;
  width: 48px;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  transition: 200ms ease all;
  cursor: pointer;
  box-shadow: 0px 0px 0px 5px #fff;
}
.form-check .toggle:before {
  content: "";
  width: 28px;
  height: 28px;
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: 150ms ease all;
}
.form-check > input:checked + .toggle {
  background: #309075;
}
.form-check > input:checked + .toggle:before {
  left: 18px;
}
@media (max-width: 760px) {
  .form-check > label:first-child {
    padding: 0 5.4rem 0 0;
  }
}

.form-block {
  margin: 3rem auto;
  border: 1px solid #E1E4EC;
  padding: 3rem;
  width: 72rem;
  max-width: 100%;
  border-radius: 10px;
}
.form-block > h2 {
  font-size: 3.6rem;
}
.form-block .fui-checkbox label, .form-block .fui-radio label {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}
.form-block .fui-alert {
  font-size: 1.4rem;
  margin: 2rem 0;
  padding: 2rem;
  line-height: 1.3;
}
.form-block .note {
  font-size: 1.4rem;
}
.form-block .fui-title {
  font-size: 4rem;
  margin: 0 0 2rem;
}
@media (max-width: 1280px) {
  .form-block {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .form-block {
    padding: 2rem;
  }
  .form-block .fui-row {
    display: block;
    margin: 0;
    padding: 0 0 2px 0;
  }
  .form-block .fui-field {
    padding: 0;
  }
  .form-block .fui-field:not(.fui-type-hidden-field) {
    margin-bottom: 2.4rem;
  }
}

.form-group .errors {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 5px;
  background: #FFC55C;
  font-size: 1.4rem;
  border-radius: 5px;
}
.form-group .errors li {
  margin: 0;
}

.card-holder .grid .item:first-child input[type=text] {
  border-radius: 10px 10px 0 0;
}
.card-holder .grid .item:last-child input[type=text] {
  margin-top: -1px;
  border-radius: 0 0 10px 10px;
}

.card-data.StripeElement {
  width: 100%;
  padding: 15px 13px;
  color: #424752;
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid #E1E4EC;
  background: white;
  border-radius: 7px;
  transition: 0.2s ease all;
  box-shadow: none;
  margin: 0 0 2rem;
  position: relative;
}
.card-data.StripeElement.StripeElement--focus {
  outline: 0;
  border: 1px solid #4C98C6;
  background-color: white;
  box-shadow: 0px 0px 0px 4px rgba(57, 106, 179, 0.15);
  z-index: 10;
}

html, body {
  background: #ffffff;
  font-size: 16px;
}

.btn {
  padding: 10px;
  font-size: 14px;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.2rem;
}

nav, .menu-btns, .get-involved, #footer, .cookie-confirm, .home-search {
  display: none;
}

.image-full {
  text-align: center;
}
.image-full img {
  margin: 0 auto;
}

.resource-header, .page-header {
  padding: 2em 2em 0 2em;
  text-align: center;
  position: relative;
}

.logo {
  margin: 0 auto;
  display: inline-block;
}

.logo img {
  margin: 0 auto;
}

article {
  padding: 2em;
  text-align: left;
}

.banner {
  margin-bottom: 2em;
}

.home-header {
  color: white;
  background: #4C98C6;
  padding: 2em;
}
.home-header small, .home-header a {
  color: white;
}
.home-header .images {
  display: none;
}

small {
  font-size: 14px;
}

.quick-links a {
  display: inline-block;
  margin: 0 10px;
}
.quick-links a img {
  display: inline-block;
}

.announcements {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.announcements > .title {
  width: 100%;
  padding: 2em;
}
.announcements a.post {
  width: 50%;
  text-decoration: none;
  padding: 2em;
}

.home-video, .become-member {
  padding: 2em;
  text-align: left;
}
.home-video .video, .become-member .video {
  display: none;
}

.home-resources {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.home-resources > .title {
  width: 100%;
  padding: 2em;
}

.cat-card {
  padding: 2em;
  width: 50%;
}
.cat-card h1 {
  font-size: 2rem;
}
.cat-card small {
  display: none;
}

.home-get-involved > .title {
  width: 100%;
  padding: 2em;
}
.home-get-involved .items {
  display: flex;
  flex-wrap: wrap;
}
.home-get-involved .items .item {
  width: 33.333%;
  padding: 2rem;
  text-align: left;
}
.home-get-involved .image {
  display: none;
}

.membership-options {
  display: flex;
}
.membership-options .option {
  width: 33.333%;
  padding: 2em;
}

.members-card {
  width: 9cm;
  background-color: black;
  border-radius: 10px;
  padding: 0.5cm;
  text-align: left;
  color: white;
  position: relative;
  overflow: hidden;
}
.members-card .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.members-card .logo {
  position: relative;
  z-index: 2;
}
.members-card img {
  width: 3cm;
  height: auto;
  position: relative;
  z-index: 2;
}
.members-card small {
  -webkit-print-color-adjust: exact;
  color: white !important;
  display: block;
  margin: 0.5cm 0 5px 0;
  color: white;
  opacity: 1 !important;
  font-size: 0.2cm;
  position: relative;
  z-index: 2;
}
.members-card h1 {
  -webkit-print-color-adjust: exact;
  color: white !important;
  font-size: 0.6cm;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.members-card p {
  -webkit-print-color-adjust: exact;
  color: white !important;
  padding: 0.3cm 0 0 0;
  margin: 0.3cm 0 0 0;
  opacity: 1 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.25cm;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.members-card p span {
  display: inline-block;
}