@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*! 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;
}

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

hr {
  display: block;
  border: 0;
  height: 0.4em;
  background-color: rgb(35.836, 64.294, 95.914);
  margin-bottom: 1.5em;
  position: relative;
}
.classic hr {
  background-color: rgb(229.5, 229.5, 229.5);
}
.classic hr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.4em;
  width: 1.4em;
  background-color: #F4C182;
}

a {
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.content a, .leading a, .related a {
  color: #6699cc;
}
.content a:hover, .leading a:hover, .related a:hover {
  color: rgb(28.9, 51.85, 77.35);
  text-decoration: underline;
}

button, input[type=submit] {
  border: none !important;
  appearance: none;
}

label {
  display: block;
  color: rgb(76.5, 76.5, 76.5);
}
label.required:after {
  content: "●";
  color: #F4C182;
  margin-left: 1em;
  font-size: 1.2em;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea, textarea {
  display: block;
  padding: 0.8em 1em;
  margin-bottom: 1em;
  background: #fff;
  border: none;
  width: 100%;
  border-radius: 0.3em;
  -webkit-appearance: none;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  box-sizing: border-box;
}

input[type=search] {
  border-radius: 0.3em;
  -webkit-appearance: none;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
}

input[type=checkbox], input[type=radio] {
  margin: 0 0.8em 0 0;
  float: left;
  display: block;
  position: relative;
  top: 0.2em;
}

.selectbox {
  box-sizing: border-box;
}

select {
  display: block;
  margin-bottom: 1.2em;
}

fieldset.picker {
  background: rgb(229.5, 229.5, 229.5);
  padding: 0.8em 1em 0.3em;
  margin-bottom: 1.2em;
  border-radius: 0.4em;
  display: inline-block;
}
fieldset.picker label {
  padding-bottom: 0.8em;
  clear: left;
  display: block;
}
fieldset.picker label span {
  float: left;
  width: 85%;
  line-height: 1.1;
}

label.error {
  background-color: #EE3124 !important;
}

.button {
  display: inline-block;
  background-color: #004b8d;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  transition: background-color 0.2s ease-in-out;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.button.download:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  height: 1em;
  width: 1em;
  background-image: url(../img/pdf.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.classic .button {
  background-color: rgb(28.9, 51.85, 77.35);
}
.classic .button:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.sidebar .reading-block .button {
  font-size: 1em !important;
  display: block !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  margin-bottom: 1em;
}

body {
  text-align: center;
}

body * {
  transition: font-size 0.2s ease;
}

.container {
  max-width: 85rem;
  text-align: left;
  margin: 0 auto !important;
  position: relative;
  box-sizing: border-box;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

.main-header {
  position: relative;
  text-align: center;
  z-index: 2;
}
.main-header .flag {
  background-image: url(../img/flag-med.png);
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: 25% 0%;
  width: 100%;
  height: 180px;
  display: block;
  position: absolute;
  z-index: 0;
  border-bottom: 0;
}
.main-header .container {
  position: relative;
  z-index: 2;
}
.main-header .container h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-header a.logo {
  width: 45%;
  max-width: 9rem;
  transition: width 0.2s ease-in-out;
  position: relative;
  left: 1rem;
  bottom: -0.75rem;
  z-index: 1000;
  display: block;
}
.main-header a.logo img {
  width: 100%;
  height: auto;
}
.main-header a.logo img.logo100 {
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff) !important;
}
.main-header a.logo span.toggle {
  display: none !important;
}
.main-header .toggle {
  position: absolute;
  top: 0.75rem;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  font-size: 2em;
  max-width: 5rem;
}
.main-header .toggle img {
  position: static;
  margin: 1.5rem;
  display: block;
  width: calc(100% - 3.5rem);
  height: auto;
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.main-header .main-nav {
  clear: left;
  position: relative;
  transition: font-size 0.2s ease-in-out;
}
.main-header .main-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-header .main-nav .ctas {
  display: none;
}
.main-header .main-nav .ctas.open {
  display: block;
}
.main-header .main-nav .ctas li {
  border-bottom: none;
  float: left;
  width: 50%;
  font-size: 0.8em;
}
.main-header .main-nav .ctas li:first-child {
  width: 100%;
  font-size: 1em;
}
.main-header .main-nav .ctas a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
}
.main-header .main-nav .ctas a.donate {
  background-color: #f1b03b;
  color: #fff;
}
.main-header .main-nav .ctas a.donate:hover {
  background-color: #F4C182;
}
.main-header .main-nav .ctas a.donatemiles {
  background-color: #08b87f;
  color: #fff;
}
.main-header .main-nav .ctas a.donatemiles:hover {
  background-color: rgb(5.6, 128.8, 88.9);
}
.main-header .main-nav .ctas a.gethelp {
  background-color: #EE3124;
  color: #fff;
}
.main-header .main-nav .ctas a.gethelp:hover {
  background-color: #990000;
}
.main-header .main-nav .ctas a.fundraise {
  background-color: #6699cc;
}
.main-header .main-nav .ctas a.fundraise:hover {
  background-color: rgb(28.9, 51.85, 77.35);
}
.main-header .main-nav .site-menu {
  clear: left;
  padding: 0;
  margin: 0;
  height: auto;
  overflow: hidden;
}
.main-header .main-nav .site-menu.open, .no-js .main-header .main-nav .site-menu {
  height: auto;
  padding-top: 2rem;
}
.main-header .main-nav .site-menu.open li, .no-js .main-header .main-nav .site-menu li {
  height: auto;
}
.main-header .main-nav .site-menu li {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  height: 0;
  overflow: hidden;
  border-bottom: none;
}
.main-header .main-nav .site-menu li:last-child {
  border-bottom: none;
}
.main-header .main-nav .site-menu li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.main-header .main-nav .site-menu li a:hover {
  background: #004b8d;
  color: #fff;
}
.main-header .main-nav .site-menu li a.current {
  background-color: rgb(28.9, 51.85, 77.35);
  text-shadow: none;
  color: #fff;
}
.main-header .main-nav .site-menu li a.get-involved:after {
  content: "›";
  display: inline-block;
  margin-left: 0.65rem;
  transform: rotate(90deg) scale(1.4) translateX(0.05em);
}
.main-header .main-nav .site-menu li.subs {
  position: relative;
  margin-bottom: 1rem;
}
.main-header .main-nav .site-menu li.subs:hover {
  overflow: visible;
  height: 8.5em;
}
.main-header .main-nav .site-menu li.subs ul.nested {
  width: 100%;
}
.main-header .main-nav .site-menu li.subs ul.nested li {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.main-header .main-nav .site-menu li.subs ul.nested li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.main-header .main-nav .site-menu li.subs ul.nested li a:hover {
  background: #004b8d;
  color: #fff;
}
.main-header .main-nav .site-menu li.nav-search .search-icon {
  padding-left: 3rem;
  position: relative;
}
.main-header .main-nav .site-menu li.nav-search .search-icon:before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  line-height: 0.5em;
  border-radius: 0.75em;
  background-image: url(../img/search.svg);
  background-color: #004b8d;
  background-size: 0.75em auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 0.75em);
  left: 1rem;
}
.main-header .main-nav .site-menu li.nav-search .nav-search-ui {
  display: none;
}
.main-header .main-nav .site-menu li.donate {
  height: auto !important;
  border-bottom: none !important;
}
.main-header .main-nav .site-menu li.donate a {
  background-color: #f1b03b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  margin: 0.75rem 1rem 0.5rem;
}
.main-header .main-nav .site-menu li.donate a:hover {
  background-color: rgb(170.8, 135.1, 91);
}
.main-header .main-nav .site-menu ul {
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.main-header .main-nav .site-menu ul a {
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
}
.main-header .main-nav .site-menu li:hover ul {
  opacity: 1;
}

@media screen and (min-width: 35rem) {
  .main-header {
    padding: 1rem 0 0;
    z-index: 2;
  }
  .main-header .flag {
    background-image: url(../img/flag-med.png);
    background-size: 150% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    z-index: 0;
  }
  .main-header .container {
    padding: 0 2rem;
    position: relative;
  }
  .main-header a.logo {
    width: 40%;
    max-width: 10rem;
    transition: width 0.2s ease-in-out;
    position: relative;
    left: 1rem;
    bottom: -0.5rem;
    z-index: 1000;
    display: block;
  }
  .main-header a.logo img {
    width: 100%;
    height: auto;
  }
  .main-header .toggle {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-size: 2em;
    max-width: 5rem;
  }
  .main-header .toggle img {
    position: static;
    margin: 1.5rem;
    display: block;
    width: calc(100% - 3rem);
    height: auto;
  }
  .main-header .main-nav .site-menu {
    padding: 1rem 0 0 0;
  }
  .main-header .main-nav .site-menu li.donate a {
    margin: 0;
  }
}
@media screen and (min-width: 45rem) {
  .main-header {
    padding: 0;
    position: relative;
    background-image: none;
  }
  .main-header.full-bleed {
    position: absolute;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
  }
  .main-header.full-bleed:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    top: -100%;
    left: -25%;
    opacity: 1;
    box-shadow: 0 0 100px 75px rgba(0, 0, 0, 0.9);
  }
  .main-header.full-bleed .flag {
    background-image: url(../img/flag2.png);
    background-size: 135% auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 11em;
    width: 100%;
    display: block;
  }
  .main-header.full-bleed .container {
    position: relative;
    padding: 0 1rem;
    z-index: 10001;
  }
  .main-header.full-bleed .logo-block {
    position: relative;
  }
  .main-header.full-bleed a.logo {
    position: static;
    margin-top: 0.75rem;
    width: 8rem;
    max-width: none;
  }
  .main-header.full-bleed .main-nav .site-menu {
    display: block;
  }
  .main-header.full-bleed .main-nav .site-menu::after {
    clear: both;
    content: "";
    display: block;
  }
  .main-header.full-bleed .main-nav .site-menu li {
    display: inline;
    margin: 0 0 0 0.05em;
    height: auto;
    position: relative;
  }
  .main-header.full-bleed .main-nav .site-menu li a {
    color: #fff;
    text-shadow: 0px 0px 0.2em #000;
    border-bottom: none;
    padding: 0.5em 0.6em;
    letter-spacing: 0.05em;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    position: relative;
    border-radius: 0.4em;
  }
  .main-header.full-bleed .main-nav .site-menu li a:hover {
    cursor: pointer;
    border-bottom: none;
  }
  .main-header.full-bleed .main-nav .site-menu li a:hover:before {
    content: "";
    background-color: #6699cc;
    box-shadow: 0px 0px 0.2em #000;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    border-radius: 0.049em;
    margin: 0 0.6em;
  }
  .main-header.full-bleed .main-nav .site-menu li a.get-involved.current {
    padding-right: 0.35em;
  }
  .main-header.full-bleed .main-nav .site-menu li a.get-involved:after {
    content: "›";
    display: inline-block;
    margin-left: 0.35rem;
    transform: rotate(90deg) scale(1.4) translateX(0.05em);
  }
  .main-header.full-bleed .main-nav .site-menu li a.current:before {
    content: "";
    background-color: #f1b03b;
    box-shadow: 0px 0px 0.1em #000;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    border-radius: 0.049em;
    margin: 0 0.6em;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs {
    position: relative;
    margin-bottom: 0;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested {
    position: absolute;
    top: 2em;
    right: 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested li {
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
    width: 100%;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested li a {
    text-transform: uppercase;
    text-shadow: 0px 0px 0.2em #000, 0px 0px 0.3em rgba(0, 0, 0, 0.75), 0px 0px 0.4em rgba(0, 0, 0, 0.75), 0px 0px 0.5em rgba(0, 0, 0, 0.75), 0px 0px 0.6em rgba(0, 0, 0, 0.75);
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 0.5em 0.6em;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested li a:hover {
    background-color: transparent;
  }
  .main-header.full-bleed .main-nav .site-menu li.nav-search .search-icon {
    padding: 0;
    display: inline-block;
    position: relative;
    top: 0.4em;
    height: 1.5em;
    width: 1.5em;
    margin: 0 0.75rem 0 0.5rem;
    line-height: 0.5em;
    border-radius: 0.75em;
    background-image: url(../img/search.svg);
    background-color: transparent;
    background-size: 0.75em auto;
    background-position: 54% 47.5%;
    background-repeat: no-repeat;
    transition: background-color 0.2s ease-in-out;
    text-indent: 400%;
    white-space: nowrap;
    overflow: hidden;
  }
  .main-header.full-bleed .main-nav .site-menu li.nav-search .search-icon:before {
    display: none;
  }
  .main-header.full-bleed .main-nav .site-menu li.nav-search .search-icon:hover {
    background-color: #6699cc;
  }
  .main-header.full-bleed .main-nav .site-menu li.nav-search .nav-search-ui {
    display: none;
  }
  .main-header.full-bleed .main-nav .site-menu li.donate a {
    font-weight: bold;
    padding: 0.35em 0.8em;
    background-color: transparent;
    text-shadow: 0px 0px 0.2em #000;
    box-shadow: 0px 0px 0.1em #000;
    border: 3px solid #f1b03b;
  }
  .main-header.full-bleed .main-nav .site-menu li.donate a:hover {
    background-color: #f1b03b;
    text-shadow: none;
  }
  .main-header.full-bleed .main-nav .site-menu li.donate a:hover:before {
    display: none;
  }
  .main-header .toggle {
    display: none !important;
  }
  .main-header .main-nav {
    background: transparent;
    text-align: right;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .main-header .main-nav .ctas {
    display: none !important;
  }
  .main-header .main-nav .site-menu {
    clear: none;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    font-size: 0.85em;
  }
  .main-header .main-nav .site-menu.open, .no-js .main-header .main-nav .site-menu {
    height: auto;
    overflow: visible;
    padding: 0;
  }
  .main-header .main-nav .site-menu li {
    display: inline-block;
    position: relative;
    border-bottom: none;
  }
  .main-header .main-nav .site-menu li:last-child {
    border-bottom: none;
  }
  .main-header .main-nav .site-menu ul {
    position: absolute;
    text-align: left;
    z-index: 1000;
  }
  .main-header .main-nav .site-menu ul li {
    display: block;
  }
  .main-header .main-nav .site-menu ul a {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: normal;
    border-bottom: none !important;
  }
  .main-header .main-nav .site-menu ul a:hover {
    background-color: #6699cc;
    border-bottom: none;
  }
  .main-header .main-nav .site-menu li:last-child ul {
    right: 0;
  }
}
@media screen and (min-width: 55rem) {
  .main-header.full-bleed {
    position: absolute;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
  }
  .main-header.full-bleed:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    top: -100%;
    left: -25%;
    opacity: 1;
    box-shadow: 0 0 160px 110px rgba(0, 0, 0, 0.9);
  }
  .main-header.full-bleed .flag {
    background-image: url(../img/flag2.png);
    background-size: 125% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 11em;
    width: 100%;
    display: block;
  }
  .main-header.full-bleed .container {
    position: relative;
    padding: 0 1rem;
    z-index: 10001;
  }
  .main-header.full-bleed .logo-block {
    position: relative;
  }
  .main-header.full-bleed a.logo {
    position: static;
    margin-top: 0.75rem;
    width: 10rem;
    max-width: none;
  }
  .main-header.full-bleed .main-nav .site-menu {
    display: block;
  }
  .main-header.full-bleed .main-nav .site-menu::after {
    clear: both;
    content: "";
    display: block;
  }
  .main-header.full-bleed .main-nav .site-menu li {
    display: inline;
    margin: 0 0 0 0.25em;
  }
  .main-header.full-bleed .main-nav .site-menu li a {
    color: #fff;
    text-shadow: 0px 0px 0.2em #000;
    border-bottom: none;
    padding: 0.5em 1em;
    letter-spacing: 0.1em;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    position: relative;
    border-radius: 0.4em;
  }
  .main-header.full-bleed .main-nav .site-menu li a:hover {
    cursor: pointer;
  }
  .main-header.full-bleed .main-nav .site-menu li a.current:after {
    margin: 0 0.8em;
  }
  .main-header.full-bleed .main-nav .site-menu li a.get-involved:after {
    content: "›";
    display: inline-block;
    margin-left: 0.65rem;
    transform: rotate(90deg) scale(1.4) translateX(0.05em);
  }
  .main-header.full-bleed .main-nav .site-menu li.subs {
    position: relative;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs:hover {
    height: auto;
    overflow: visible;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested {
    position: absolute;
    top: 2em;
    right: 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested li {
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
    width: 100%;
  }
  .main-header.full-bleed .main-nav .site-menu li.subs ul.nested li a {
    text-transform: uppercase;
    text-shadow: 0px 0px 0.2em #000, 0px 0px 0.3em rgba(0, 0, 0, 0.75), 0px 0px 0.4em rgba(0, 0, 0, 0.75), 0px 0px 0.5em rgba(0, 0, 0, 0.75), 0px 0px 0.6em rgba(0, 0, 0, 0.75);
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 0.5em 1em;
  }
  .main-header.full-bleed .main-nav .site-menu li.donate a {
    padding: 0.5em 1em;
  }
  .main-header .main-nav {
    position: absolute;
    top: 2rem;
    right: 1rem;
  }
  .main-header .main-nav.alt {
    top: 0.75rem;
  }
  .main-header .main-nav > ul {
    display: inline;
  }
  .main-header .main-nav ul.site-menu {
    font-size: 0.9em;
  }
  .main-header .main-nav .social {
    display: block;
    background-color: transparent;
    padding: 0;
    position: absolute;
    height: auto;
    bottom: -3.25rem;
    right: 1rem;
    z-index: 1000;
  }
  .main-header .main-nav .social li {
    font-size: 1em;
  }
}
@media screen and (min-width: 65rem) {
  .main-header.full-bleed:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    top: -100%;
    left: -25%;
    opacity: 1;
    box-shadow: 0 0 180px 120px rgba(0, 0, 0, 0.9);
  }
  .main-header.full-bleed .flag {
    background-image: url(../img/flag2.png);
    background-size: 120% auto;
    background-repeat: no-repeat;
    height: 11em;
    width: 100%;
    display: block;
  }
  .main-header.full-bleed .container {
    padding: 0 2rem;
  }
  .main-header.full-bleed a.logo {
    position: static;
    margin-top: 1rem;
    width: 12rem;
    max-width: none;
  }
  .main-header.full-bleed .main-nav {
    top: 2.5rem;
    right: 2rem;
  }
  .main-header.full-bleed .main-nav.alt {
    top: 1rem;
  }
  .main-header.full-bleed .main-nav ul.site-menu {
    font-size: 1em;
  }
}
@media screen and (min-width: 75rem) {
  .main-header.full-bleed:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    top: -100%;
    left: -25%;
    opacity: 1;
    box-shadow: 0 0 180px 120px rgba(0, 0, 0, 0.9);
  }
  .main-header.full-bleed .flag {
    background-image: url(../img/flag2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 11em;
    width: 100%;
    display: block;
  }
  .main-header.full-bleed a.logo {
    position: static;
    margin-top: 1rem;
    width: 13rem;
    max-width: none;
  }
}
@media screen and (min-width: 85rem) {
  .main-header.full-bleed:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    top: -100%;
    left: -25%;
    opacity: 1;
    box-shadow: 0 0 200px 150px rgba(0, 0, 0, 0.9);
  }
  .main-header.full-bleed a.logo {
    position: static;
    margin-top: 1.5rem;
    width: 14rem;
    max-width: none;
  }
  .main-header.full-bleed .main-nav {
    top: 3.5rem;
  }
  .main-header.full-bleed .main-nav.alt {
    top: 1rem;
  }
  .main-header.full-bleed .main-nav ul.site-menu {
    font-size: 1.2em;
  }
}
body {
  background-color: rgb(28.9, 51.85, 77.35);
  text-align: center;
}

.page-container {
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow-x: hidden;
  text-align: center;
}
.flag img {
  width: 120%;
}
@media screen and (min-width: 45rem) {
  .flag img {
    width: 100%;
  }
}

@media screen and (min-width: 35rem) {
  .container {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 45rem) {
  .container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 55rem) {
  .container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 65rem) {
  .container {
    padding: 0 2rem;
    max-width: 100%;
  }
}
.container .container {
  padding: 0;
}

.main-content {
  position: relative;
  z-index: 10;
}
.main-content .container > h1, .main-content .container > h2, .main-content .container > h3, .main-content .container > h4, .main-content .container > h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding: 0 1rem;
}
.main-content .container > h2 {
  font-size: 1.2em;
}

.main-column, .sidebar {
  margin-bottom: 1rem;
}
.main-column > h1, .main-column > h2, .main-column > h3, .main-column > h4, .main-column > h5, .sidebar > h1, .sidebar > h2, .sidebar > h3, .sidebar > h4, .sidebar > h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding: 0 1rem;
}
.main-column > h2, .sidebar > h2 {
  font-size: 1.2em;
}

.first-half, .second-half {
  margin-bottom: 1rem;
}

.matrix-block {
  position: relative;
  z-index: 10;
}
.matrix-block header h1, .matrix-block header h2, .matrix-block header h3, .matrix-block header h4, .matrix-block header h5 {
  clear: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding: 0 1rem;
  margin: 0 0 1rem;
}
.matrix-block header h2 {
  font-size: 1.2em;
}

.reading-block .matrix-block.three-col .matrix {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-right: -1rem;
}
.reading-block .matrix-block.three-col .matrix > a, .reading-block .matrix-block.three-col .matrix > div {
  flex: 0 0 calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 35rem) {
  .main-content {
    padding: 0;
  }
  .main-content.full-bleed {
    margin-top: -2rem;
    position: relative;
  }
  .main-content .container > h1, .main-content .container > h2, .main-content .container > h3, .main-content .container > h4, .main-content .container > h5 {
    padding: 0;
  }
  .main-column, .sidebar {
    margin-bottom: 1rem;
  }
  .main-column > h1, .main-column > h2, .main-column > h3, .main-column > h4, .main-column > h5, .sidebar > h1, .sidebar > h2, .sidebar > h3, .sidebar > h4, .sidebar > h5 {
    padding: 0;
  }
  .matrix-block {
    z-index: 11;
    position: relative;
  }
  .matrix-block header h1, .matrix-block header h2, .matrix-block header h3, .matrix-block header h4, .matrix-block header h5 {
    padding: 0;
  }
  .matrix-block.six-col .matrix, .matrix-block.three-col .matrix {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-right: -1rem;
  }
  .matrix-block.six-col .matrix > a, .matrix-block.six-col .matrix > div, .matrix-block.three-col .matrix > a, .matrix-block.three-col .matrix > div {
    flex: 0 0 calc(100% - 1rem);
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
  .matrix-block.six-col .matrix > div.house-finder, .matrix-block.three-col .matrix > div.house-finder {
    flex: 0 0 calc(66.66666666% - 1rem);
  }
}
@media screen and (min-width: 45rem) {
  .main-content {
    padding: 0;
  }
  .main-content.full-bleed {
    margin-top: -3rem;
    position: relative;
  }
  .main-content .content-columns {
    display: flex;
  }
  .main-content .content-columns .main-column {
    flex: 6;
    margin-right: 1rem;
  }
  .main-content .content-columns .sidebar {
    flex: 2;
  }
  .main-content .content-columns.news-media .main-column {
    flex: 0 0 66%;
  }
  .main-content .matrix-block {
    z-index: 10;
    position: relative;
  }
  .main-content .matrix-block .matrix {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-right: -1rem;
  }
  .main-content .matrix-block .matrix > a, .main-content .matrix-block .matrix > div {
    flex: 0 0 calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .main-content .matrix-block .matrix > .hybrid-box, .main-content .matrix-block .matrix > .house-finder {
    flex: 0 0 calc(100% - 1rem);
  }
  .main-content .matrix-block.six-col .matrix, .main-content .matrix-block.three-col .matrix {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-right: -1rem;
  }
  .main-content .matrix-block.six-col .matrix > a, .main-content .matrix-block.six-col .matrix > div, .main-content .matrix-block.three-col .matrix > a, .main-content .matrix-block.three-col .matrix > div {
    flex: 0 0 calc(33.33333333% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .main-content .matrix-block.six-col .matrix > div.house-finder, .main-content .matrix-block.three-col .matrix > div.house-finder {
    flex: 0 0 calc(66.66666666% - 1rem);
  }
}
@media screen and (min-width: 55rem) {
  .main-content.full-bleed {
    margin-top: -5rem;
    position: relative;
  }
  .main-content .intro-block {
    margin: 0;
    padding: 0;
  }
  .main-content .internal-columns {
    display: flex;
  }
  .main-content .internal-columns .internal-main-column {
    flex: 4;
    padding-right: 2rem;
    border-right: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .main-content .internal-columns .internal-sidebar {
    flex: 2;
    padding-left: 2rem;
  }
  .main-content .halves {
    display: flex;
  }
  .main-content .halves .first-half {
    margin-right: 1rem;
    flex: 1;
  }
  .main-content .halves .second-half {
    flex: 1;
  }
  .main-content .matrix-block .matrix, .main-content .matrix-block.three-col .matrix {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
  }
  .main-content .matrix-block .matrix > a, .main-content .matrix-block .matrix > div, .main-content .matrix-block.three-col .matrix > a, .main-content .matrix-block.three-col .matrix > div {
    flex: 0 0 calc(33.33333333% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .main-content .matrix-block .matrix > .hybrid-box, .main-content .matrix-block .matrix > .house-finder, .main-content .matrix-block.three-col .matrix > .hybrid-box, .main-content .matrix-block.three-col .matrix > .house-finder {
    flex: 0 0 calc(100% - 1rem);
  }
  .main-content .matrix-block.two-col .matrix {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
  }
  .main-content .matrix-block.two-col .matrix > a, .main-content .matrix-block.two-col .matrix > div {
    flex: 0 0 calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .main-content .matrix-block.four-col .matrix {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
  }
  .main-content .matrix-block.four-col .matrix > a, .main-content .matrix-block.four-col .matrix > div {
    flex: 0 0 calc(25% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .main-content .matrix-block.six-col .matrix {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
  }
  .main-content .matrix-block.six-col .matrix > a, .main-content .matrix-block.six-col .matrix > div {
    flex: 0 0 calc(16.6666666% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 65rem) {
  .main-content.full-bleed {
    margin-top: -6rem;
    position: relative;
  }
  .main-content .intro-block {
    margin-bottom: 2rem;
  }
  .main-content .content-columns .main-column {
    margin-bottom: 2rem;
    margin-right: 2rem;
    flex: 4;
  }
  .main-content .content-columns .sidebar {
    margin-bottom: 2rem;
    flex: 2;
  }
  .main-content .halves .first-half, .main-content .halves .second-half {
    margin-bottom: 2rem;
  }
  .main-content .halves .first-half {
    margin-right: 2rem;
  }
  .main-content .matrix-block.three-col, .main-content .matrix-block.three-col.three-col {
    padding-top: 0;
  }
  .main-content .matrix-block.overhang, .main-content .matrix-block.three-col.overhang {
    margin-top: -3.5rem;
  }
  .main-content .matrix-block > header h1, .main-content .matrix-block > header h2, .main-content .matrix-block > header h3, .main-content .matrix-block > header h4, .main-content .matrix-block > header h5, .main-content .matrix-block.three-col > header h1, .main-content .matrix-block.three-col > header h2, .main-content .matrix-block.three-col > header h3, .main-content .matrix-block.three-col > header h4, .main-content .matrix-block.three-col > header h5 {
    margin-bottom: 2rem;
  }
  .main-content .matrix-block .matrix, .main-content .matrix-block.three-col .matrix {
    margin-right: -2rem;
  }
  .main-content .matrix-block .matrix > a, .main-content .matrix-block .matrix > div, .main-content .matrix-block.three-col .matrix > a, .main-content .matrix-block.three-col .matrix > div {
    flex: 0 0 calc(33.33333333% - 2rem);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .main-content .matrix-block .matrix > .hybrid-box, .main-content .matrix-block.three-col .matrix > .hybrid-box {
    flex: 0 0 calc(100% - 2rem);
  }
  .main-content .matrix-block .matrix > div.house-finder, .main-content .matrix-block.three-col .matrix > div.house-finder {
    flex: 0 0 calc(66.66666666% - 1rem);
  }
  .main-content .matrix-block.two-col .matrix {
    display: flex;
    flex-flow: row wrap;
    margin-right: -2rem;
  }
  .main-content .matrix-block.two-col .matrix > a, .main-content .matrix-block.two-col .matrix > div {
    flex: 0 0 calc(50% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .main-content .matrix-block.four-col .matrix {
    margin-right: -2rem;
  }
  .main-content .matrix-block.four-col .matrix > a, .main-content .matrix-block.four-col .matrix > div {
    flex: 0 0 calc(25% - 2rem);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .main-content .matrix-block.six-col .matrix {
    margin-right: -2rem;
  }
  .main-content .matrix-block.six-col .matrix > a, .main-content .matrix-block.six-col .matrix > div {
    flex: 0 0 calc(16.6666666% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 75rem) {
  .main-content .matrix-block .matrix > .hybrid-box {
    flex: 0 0 calc(50% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 85rem) {
  .main-content .halves.expanding .first-half {
    flex: 2;
  }
  .main-content .halves.expanding .second-half {
    flex: 3;
  }
  .main-content .matrix-block .matrix > .hybrid-box {
    flex: 0 0 calc(50% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .main-content .second-half .matrix-block.two-col .matrix {
    margin-right: -2rem;
  }
  .main-content .second-half .matrix-block.two-col .matrix > a, .main-content .second-half .matrix-block.two-col .matrix > div {
    flex: 0 0 calc(33.33333333% - 2rem);
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
}
.main-footer {
  padding: 0;
  position: relative;
  z-index: 1;
  background: rgb(28.9, 51.85, 77.35);
  background: linear-gradient(to bottom, rgb(28.9, 51.85, 77.35) 0%, rgb(20.23, 36.295, 54.145) 100%);
}

.sub-footer {
  padding: 0.01rem 1rem 1rem;
  background-color: rgb(191.25, 191.25, 191.25);
  font-size: 0.8em;
  text-align: center;
}
.sub-footer p {
  margin-top: 0;
}
.sub-footer p a {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: underline;
}
.sub-footer p a:hover {
  color: rgb(28.9, 51.85, 77.35);
}

.cookie-message {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  padding: 1rem;
  margin: 0 1rem 1rem;
  border-radius: 0.4rem;
  text-align: left;
  display: flex;
}
.cookie-message p {
  width: calc(85% - 2rem);
  margin: 0 1rem 0 0;
  line-height: 1;
  flex: 1;
}
.cookie-message p a {
  color: #6699cc;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.cookie-message p a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.cookie-message a.close {
  display: inline-block;
  height: 2em;
  width: 2em;
  font-size: 1em;
  text-indent: 200%;
  overflow: hidden;
  position: relative;
}
.cookie-message a.close:after {
  content: "✕";
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 2em;
  width: 2em;
  display: block;
  border-radius: 1em;
  line-height: 2.075em;
  text-indent: 0.625em;
}
.cookie-message a.close:hover:after {
  background-color: #6699cc;
}

.notices {
  background-color: transparent;
  text-align: left;
  padding: 0 1rem 1rem;
}
.notices a.logo {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1rem 2rem;
}
.notices a.logo:hover {
  text-decoration: none;
}
.notices a.logo img {
  max-width: 100%;
}
.notices a.logo img.logo100 {
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #fff) !important;
}
.notices a.donate {
  display: block;
  text-align: center;
  background-color: #f1b03b;
  border: 3px solid #f1b03b;
  border-radius: 0.3em;
  color: #fff;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.notices a.donate:hover {
  background-color: #F4C182;
}
.notices p.location {
  margin: 1em 0;
  font-size: 0.8em;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  color: rgb(242.25, 242.25, 242.25);
}
.notices a.contact-link {
  font-weight: bold;
  color: rgb(242.25, 242.25, 242.25);
  display: inline-block;
  width: auto;
  border-radius: 0.3em;
  font-size: 1em;
  margin-left: -0.8rem;
  padding: 0.4rem 0.8rem;
  transition: background-color 0.2s ease;
}
.notices a.contact-link:before {
  content: "";
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  margin-right: 0.5em;
  margin-bottom: -0.25em;
  background-image: url(../img/email.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.notices a.contact-link:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.appendix header {
  padding: 0 1rem;
}
.appendix header h3 {
  color: rgb(242.25, 242.25, 242.25);
  font-size: 1em;
}
.appendix .social {
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.appendix .social li {
  display: inline-block;
  font-size: 1.4em;
  height: 2.2em;
}
.appendix .social li a {
  text-indent: 400%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 1.8em;
  width: 1.8em;
  text-indent: 4em;
  border-radius: 50%;
  padding: 0;
  margin: 0 0.4em 0 0;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 77.5% 77.5%;
}
.appendix .social li a:last-child {
  margin-right: 0;
}
.appendix .social li a:hover {
  background-color: rgb(8.67, 15.555, 23.205);
}
.appendix .social li a.facebook {
  background-image: url(../img/facebook.svg);
}
.appendix .social li a.twitter {
  background-image: url(../img/twitter.svg);
}
.appendix .social li a.pinterest {
  background-image: url(../img/pinterest.svg);
}
.appendix .social li a.youtube {
  background-image: url(../img/youtube.svg);
}
.appendix .social li a.flickr {
  background-image: url(../img/flickr.svg);
}
.appendix .social li a.instagram {
  background-image: url(../img/instagram.svg);
}
.appendix .social li a.linkedin {
  background-image: url(../img/linkedin.svg);
}
.appendix .search {
  display: block;
  position: relative;
  text-align: right;
  margin-bottom: 1rem;
}
.appendix .search input[type=search] {
  display: inline-block;
  line-height: 2.6em;
  height: 2.6em;
  padding: 0 2.6em 0 1em;
  width: 100%;
  margin: 0;
}
.appendix .search input[type=submit] {
  display: inline-block;
  background-color: rgb(28.9, 51.85, 77.35);
  color: #fff;
  border: none;
  border-radius: 0.3em;
  padding: 0 0.4em;
  text-indent: 0.1em;
  height: 2.6em;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0;
  position: absolute;
  top: 0.325em;
  right: 0.35em;
  transition: background-color 0.2s ease-in-out;
}
.appendix .search input[type=submit]:hover {
  background-color: #6699cc;
}
.appendix .site-map {
  background-color: transparent;
}
.appendix .site-map section {
  margin-bottom: 1rem;
}
.appendix .site-map section h5 {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}
.appendix .site-map section h5 a {
  display: block;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  transition: background-color 0.2s ease;
}
.appendix .site-map section h5 a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.appendix .site-map section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.appendix .site-map section ul li {
  padding: 0;
  margin: 0;
}
.appendix .site-map section ul li a {
  display: block;
  padding: 0.25rem 1rem;
  font-size: 1em;
  color: rgb(216.75, 216.75, 216.75);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.appendix .site-map section ul li a:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.org-logos {
  padding: 1rem 0;
  background-color: rgb(191.25, 191.25, 191.25);
}
.org-logos ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0 0 0 1rem;
}
.org-logos ul li {
  padding: 0;
  margin: 0 1rem 1rem 0;
  flex: 0 0 25%;
}
.org-logos ul li a {
  display: block;
  text-decoration: none;
}
.org-logos ul li a img {
  width: 100%;
  height: auto;
}
.org-logos .charitynav-box img {
  margin: 0;
}
.org-logos .charitynav-years {
  display: block;
  margin: 0;
  width: 100%;
  background-color: #F4C182;
  text-align: center;
  padding: 0.2em 0;
  color: #333333;
  font-weight: bold;
  font-size: 1em;
}

@media screen and (min-width: 35rem) {
  .main-footer {
    padding: 0;
  }
  .main-footer .notices {
    padding: 0 0 1rem 0;
  }
  .main-footer .notices a.logo img {
    max-width: 60%;
  }
  .main-footer .appendix header {
    padding: 0;
  }
  .main-footer .appendix header .social li a {
    height: 2.25em;
    width: 2.25em;
  }
  .main-footer .appendix .cookie-message {
    margin: 0 0 1rem;
  }
  .main-footer .org-logos ul li {
    flex: 1;
    margin-bottom: 0;
  }
  .main-footer .org-logos ul li a > img {
    height: 3em;
    width: auto;
  }
  .main-footer .org-logos ul li a.charitynav-box {
    display: inline-block;
    width: auto;
  }
  .main-footer .org-logos ul li a.charitynav-box img {
    height: 2em;
  }
  .main-footer .org-logos ul li a.charitynav-box span {
    font-size: 0.6em;
  }
}
@media screen and (min-width: 45rem) {
  .main-footer {
    padding: 0;
  }
  .main-footer .container {
    display: flex;
    align-items: flex-start;
  }
  .main-footer .cookie-message {
    padding: 0.5rem 0;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.3em;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .main-footer .cookie-message p {
    padding-left: 1rem;
    line-height: 2em;
  }
  .main-footer .cookie-message a.close {
    margin-right: 1rem;
  }
  .main-footer .notices {
    margin-right: 1rem;
    flex: 25%;
  }
  .main-footer .notices a.logo {
    padding: 0.5rem 0.5rem 1rem;
  }
  .main-footer .notices a.logo img {
    width: 100%;
    max-width: 100%;
  }
  .main-footer .notices p.location {
    text-align: left;
  }
  .main-footer .notices a.contact-link {
    text-align: left;
  }
  .main-footer .notices a.donate:hover {
    background-color: rgba(0, 0, 0, 0.25);
    border: 3px solid #f1b03b;
  }
  .main-footer .appendix {
    flex: 75%;
  }
  .main-footer .appendix header {
    padding: 1rem 0;
  }
  .main-footer .appendix header h3 {
    display: inline-block;
    padding-right: 1rem;
    max-width: 6em;
    margin-bottom: 0;
    position: relative;
    top: -0.3em;
  }
  .main-footer .appendix header ul {
    display: inline-block;
  }
  .main-footer .appendix header .search {
    display: block;
    margin-bottom: 0;
  }
  .main-footer .appendix .social {
    margin-top: 0;
  }
  .main-footer .appendix .social li {
    font-size: 1.2em;
  }
  .main-footer .appendix .site-map {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 0.8rem;
    margin-left: -0.8rem;
  }
  .main-footer .appendix .site-map section {
    flex: 50%;
    margin-bottom: 0.8rem;
  }
  .main-footer .appendix .site-map section a {
    border-radius: 0.4em;
    padding: 0.25rem 0.8rem;
    display: inline-block;
  }
  .main-footer .org-logos {
    text-align: center;
  }
  .main-footer .org-logos ul li {
    flex: 1;
    margin-bottom: 0;
  }
  .main-footer .org-logos ul li a > img {
    height: 4em;
    width: auto;
  }
  .main-footer .org-logos ul li a.charitynav-box {
    display: inline-block;
    width: auto;
  }
  .main-footer .org-logos ul li a.charitynav-box img {
    height: 3em;
  }
  .main-footer .org-logos ul li a.charitynav-box span {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 55rem) {
  .main-footer {
    padding: 0;
  }
  .main-footer .notices .logo {
    margin-bottom: 0.75rem;
  }
  .main-footer .notices {
    flex: 18%;
  }
  .main-footer .notices a.logo {
    padding: 1rem 0;
  }
  .main-footer .notices a.logo img {
    max-width: 100%;
  }
  .main-footer .notices p.location {
    text-align: left;
  }
  .main-footer .notices a.contact-link {
    text-align: left;
  }
  .main-footer .appendix {
    flex: 82%;
  }
  .main-footer .appendix header {
    display: flex;
    padding: 1rem 0;
  }
  .main-footer .appendix header h3 {
    top: 0;
  }
  .main-footer .appendix .social {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .main-footer .appendix .search {
    flex: 1;
    margin-left: 1rem;
  }
  .main-footer .appendix .site-map {
    padding-bottom: 1rem;
  }
  .main-footer .appendix .site-map section {
    flex: 1;
    margin-bottom: 0;
  }
  .org-logos ul {
    max-width: 80%;
    margin: 2rem auto 1rem;
  }
  .org-logos ul li {
    text-align: center;
  }
  .org-logos ul li a > img {
    height: 5em;
    width: auto;
  }
  .org-logos ul li a.charitynav-box {
    display: inline-block;
    width: auto;
  }
  .org-logos ul li a.charitynav-box img {
    height: 4em;
  }
  .org-logos ul li a.charitynav-box span {
    font-size: 1em;
  }
}
@media screen and (min-width: 65rem) {
  .main-footer {
    padding: 0;
  }
  .main-footer .notices {
    margin-right: 2rem;
  }
  .main-footer .appendix {
    margin-bottom: 2rem;
  }
  .main-footer .appendix header {
    padding-top: 1rem;
  }
  .org-logos ul {
    max-width: 80%;
    margin: 2rem auto 1rem;
  }
  .org-logos ul li a > img {
    height: 5em;
    width: auto;
    max-height: none;
  }
  .org-logos ul li a.charitynav-box {
    display: inline-block;
    width: auto;
  }
  .org-logos ul li a.charitynav-box img {
    height: 4em;
  }
  .org-logos ul li a.charitynav-box span {
    font-size: 1em;
  }
}
@media screen and (min-width: 75rem) {
  .main-footer {
    padding: 0;
  }
  .main-footer .org-logos ul li a > img {
    height: 5em;
    width: auto;
  }
  .main-footer .org-logos ul li:last-child a > img {
    height: 5.5em;
  }
  .main-footer .org-logos ul li a.charitynav-box {
    display: inline-block;
    width: auto;
  }
  .main-footer .org-logos ul li a.charitynav-box img {
    height: 4em;
  }
  .main-footer .org-logos ul li a.charitynav-box span {
    font-size: 1em;
  }
}
@media screen and (min-width: 85rem) {
  .main-footer {
    font-size: 1.25em;
  }
}
