@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//hello.myfonts.net/count/3a0591");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ––––––––––––––– Media Queries —————————————— */
/**
 * @license
 * MyFonts Webfont Build ID 3802513, 2019-08-29T18:14:13-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTHoves-DemiBoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-hoves/demi-bold-italic/
 * 
 * Webfont: TTHoves-DemiBold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-hoves/demi-bold/
 * 
 * Webfont: TTHoves-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-hoves/regular/
 * 
 * Webfont: TTHoves-Italic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-hoves/italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3802513
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Marina Khodak, Nadezhda Polomoshnova, Kseniya Karataeva, Olexa Volochay, Nadyr Rakhimov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'TTHoves-DemiBoldItalic';
  src: url("../../fonts/3A0591_0_0.eot");
  src: url("../../fonts/3A0591_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3A0591_0_0.woff2") format("woff2"), url("../../fonts/3A0591_0_0.woff") format("woff"), url("../../fonts/3A0591_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TTHoves-Demi';
  font-weight: bold;
  font-style: normal;
  src: url("../../fonts/3A0591_1_0.eot");
  src: url("../../fonts/3A0591_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3A0591_1_0.woff2") format("woff2"), url("../../fonts/3A0591_1_0.woff") format("woff"), url("../../fonts/3A0591_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TTHoves';
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/3A0591_2_0.eot");
  src: url("../../fonts/3A0591_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3A0591_2_0.woff2") format("woff2"), url("../../fonts/3A0591_2_0.woff") format("woff"), url("../../fonts/3A0591_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TTHoves-Italic';
  src: url("../../fonts/3A0591_3_0.eot");
  src: url("../../fonts/3A0591_3_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3A0591_3_0.woff2") format("woff2"), url("../../fonts/3A0591_3_0.woff") format("woff"), url("../../fonts/3A0591_3_0.ttf") format("truetype"); }

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

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

.text-right {
  text-align: right; }

.blur-up {
  filter: blur(15px);
  transition: filter 400ms; }

.blur-up.lazyloaded {
  filter: blur(0); }

.sr-only, .admin-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@keyframes wiggle {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(7px); }
  70% {
    transform: translateX(-7px); }
  100% {
    transform: translateX(0); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #078fe5;
  background-color: #ffffff;
  font-family: "TTHoves", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  body main {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  body #site-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

hr {
  border-color: #078fe5;
  border-top: 1px solid; }

a,
a:visited,
a:link {
  color: #078fe5;
  text-decoration: underline;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

a:hover, a:focus {
  color: #05619b; }

a:active {
  color: #044b78; }

a:focus {
  outline: thin dotted #0570b4; }

main.site-main {
  width: 100%;
  position: relative;
  float: left; }

/*footer {
	position: fixed;
	bottom: 0;
	z-index: -1;
	padding: 1rem;
}*/
ul {
  padding: 0 0 0.5rem 1rem; }
  ul ul {
    padding: 0 0 0.5rem 2rem; }

section {
  padding: 0 0 1rem 0; }

.content-wrapper {
  padding: 4.75rem 15rem; }
  @media only screen and (max-width: 1350px) {
    .content-wrapper {
      padding: 4.5rem 2rem 4.5rem 7.5rem; } }
  @media only screen and (max-width: 768px) {
    .content-wrapper {
      padding: 3rem 2rem 3rem 4.5rem; } }
  @media only screen and (max-width: 615px) {
    .content-wrapper {
      padding: 12rem 0.25rem 3rem 1rem; } }

#back-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background-color: #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 8px;
  z-index: 888;
  opacity: 1; }
  #back-top:hover {
    background-color: #0570b4; }
  #back-top.hidden {
    opacity: 0; }

body {
  font-family: "TTHoves", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

b, strong {
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif; }

pre {
  font-family: "TTHoves", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.1pt; }
  h1 > a, h1 > a:link, h2 > a, h2 > a:link, h3 > a, h3 > a:link, h4 > a, h4 > a:link, h5 > a, h5 > a:link, h6 > a, h6 > a:link,
  .h1 > a,
  .h1 > a:link, .h2 > a, .h2 > a:link, .h3 > a, .h3 > a:link, .h4 > a, .h4 > a:link, .h5 > a, .h5 > a:link, .h6 > a, .h6 > a:link {
    text-decoration: none; }
    h1 > a:hover, h1 > a:link:hover, h2 > a:hover, h2 > a:link:hover, h3 > a:hover, h3 > a:link:hover, h4 > a:hover, h4 > a:link:hover, h5 > a:hover, h5 > a:link:hover, h6 > a:hover, h6 > a:link:hover,
    .h1 > a:hover,
    .h1 > a:link:hover, .h2 > a:hover, .h2 > a:link:hover, .h3 > a:hover, .h3 > a:link:hover, .h4 > a:hover, .h4 > a:link:hover, .h5 > a:hover, .h5 > a:link:hover, .h6 > a:hover, .h6 > a:link:hover {
      text-decoration: underline; }
  h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
  h1 + .h1, h1 + .h2, h1 + .h3, h1 + .h4, h1 + .h5, h1 + .h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
  h2 + .h1, h2 + .h2, h2 + .h3, h2 + .h4, h2 + .h5, h2 + .h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6,
  h3 + .h1, h3 + .h2, h3 + .h3, h3 + .h4, h3 + .h5, h3 + .h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6,
  h4 + .h1, h4 + .h2, h4 + .h3, h4 + .h4, h4 + .h5, h4 + .h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6,
  h5 + .h1, h5 + .h2, h5 + .h3, h5 + .h4, h5 + .h5, h5 + .h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6,
  h6 + .h1, h6 + .h2, h6 + .h3, h6 + .h4, h6 + .h5, h6 + .h6,
  .h1 + h1,
  .h1 + h2,
  .h1 + h3,
  .h1 + h4,
  .h1 + h5,
  .h1 + h6,
  .h1 + .h1,
  .h1 + .h2,
  .h1 + .h3,
  .h1 + .h4,
  .h1 + .h5,
  .h1 + .h6, .h2 + h1, .h2 + h2, .h2 + h3, .h2 + h4, .h2 + h5, .h2 + h6,
  .h2 + .h1, .h2 + .h2, .h2 + .h3, .h2 + .h4, .h2 + .h5, .h2 + .h6, .h3 + h1, .h3 + h2, .h3 + h3, .h3 + h4, .h3 + h5, .h3 + h6,
  .h3 + .h1, .h3 + .h2, .h3 + .h3, .h3 + .h4, .h3 + .h5, .h3 + .h6, .h4 + h1, .h4 + h2, .h4 + h3, .h4 + h4, .h4 + h5, .h4 + h6,
  .h4 + .h1, .h4 + .h2, .h4 + .h3, .h4 + .h4, .h4 + .h5, .h4 + .h6, .h5 + h1, .h5 + h2, .h5 + h3, .h5 + h4, .h5 + h5, .h5 + h6,
  .h5 + .h1, .h5 + .h2, .h5 + .h3, .h5 + .h4, .h5 + .h5, .h5 + .h6, .h6 + h1, .h6 + h2, .h6 + h3, .h6 + h4, .h6 + h5, .h6 + h6,
  .h6 + .h1, .h6 + .h2, .h6 + .h3, .h6 + .h4, .h6 + .h5, .h6 + .h6 {
    margin-top: 0.5rem; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem; }
  @media only screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 1.85rem; } }

h2, .h2 {
  font-size: 1.85rem; }
  @media only screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 1.5rem; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    h3, .h3 {
      font-size: 1.2rem; } }

h4, .h4 {
  font-size: 1.2rem; }
  @media only screen and (max-width: 768px) {
    h4, .h4 {
      font-size: 1rem; } }

h5, .h5 {
  font-size: 1rem; }
  @media only screen and (max-width: 768px) {
    h5, .h5 {
      font-size: 0.8rem; } }

h6, .h6 {
  font-size: 0.8rem; }
  @media only screen and (max-width: 768px) {
    h6, .h6 {
      font-size: 1rem; } }

p, .p {
  margin-bottom: 1rem; }

small, .small {
  font-size: 0.8rem; }

blockquote {
  font-size: 1.4em;
  margin: 2rem 0;
  padding: 0 1rem;
  border-left: 3px solid #d4edfe;
  line-height: 1.4; }
  blockquote p {
    margin-bottom: 0.5rem; }
  blockquote footer {
    font-size: 0.9rem; }

a.btn, button.btn {
  background-color: #078fe5;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #078fe5;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem; }
  a.btn:hover, button.btn:hover {
    color: #ffffff;
    border-color: #0570b4;
    background-color: #0570b4; }

a.btn-info, button.btn-info {
  background-color: #58bbfa;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #020202;
  border: 2px solid #58bbfa;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem; }
  a.btn-info:hover, button.btn-info:hover {
    color: #020202;
    border-color: #0570b4;
    background-color: #0570b4; }

a.btn-border, button.btn-border {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #078fe5;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem;
  border: 1px solid #078fe5; }
  a.btn-border:hover, button.btn-border:hover {
    color: #078fe5;
    border-color: #0570b4;
    background-color: #0570b4; }
  a.btn-border:hover, button.btn-border:hover {
    color: #ffffff;
    border-color: #0570b4;
    background-color: #0570b4; }

a.btn-alt, button.btn-alt {
  background-color: #d4edfe;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #078fe5;
  border: 2px solid #d4edfe;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem; }
  a.btn-alt:hover, button.btn-alt:hover {
    color: #078fe5;
    border-color: #0570b4;
    background-color: #0570b4; }

#respond input#submit,
a.button,
button,
.button,
input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #078fe5;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #078fe5;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem; }
  #respond input#submit:hover,
  a.button:hover,
  button:hover,
  .button:hover,
  input.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    color: #ffffff;
    border-color: #0570b4;
    background-color: #0570b4; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #078fe5;
  color: #ffffff;
  border-radius: 0;
  text-transform: lowercase;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    color: #ffffff;
    background-color: #0570b4; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
  background-color: #078fe5;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #078fe5;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #078fe5;
  border: 3px solid #d4edfe;
  opacity: 0.7; }
  .woocommerce #respond input#submit.disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button.disabled:hover,
  .woocommerce a.button:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button.disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled]:hover {
    color: #ffffff;
    border-color: #0570b4;
    background-color: #0570b4; }
  .woocommerce #respond input#submit.disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button.disabled:hover,
  .woocommerce a.button:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button.disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #ffffff;
    border: 3px solid #d4edfe;
    color: #078fe5;
    opacity: 0.7; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: 2px solid #0570b4; }

label {
  display: block;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif; }

select {
  display: block;
  border-radius: 0;
  color: #078fe5;
  padding: 0.25rem 0.5rem; }

textarea {
  overflow: auto;
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  color: #078fe5;
  width: 100%;
  border: 1px solid #eaeff3; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus {
    border-color: #d4edfe; }

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  cursor: pointer; }

fieldset,
[id*=give-form] fieldset {
  margin: 1.5rem 0; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

figure {
  margin: 1rem 0; }
  figure .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    figure .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wp-block-embed__wrapper {
  margin: 2rem 0;
  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%; }

#primary-nav-drawer {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  right: 2rem;
  top: 2rem;
  z-index: 1999;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  @media only screen and (max-width: 768px) {
    #primary-nav-drawer {
      right: 0.75rem;
      top: 0.75rem; } }
  #primary-nav-drawer #primary-menu-toggle {
    justify-self: flex-end; }
    #primary-nav-drawer #primary-menu-toggle.toggled:before {
      content: "X";
      color: white;
      margin-right: 0.5rem; }
    #primary-nav-drawer #primary-menu-toggle.toggled .toggle-text {
      display: none; }
  #primary-nav-drawer nav.nav-main {
    background-color: #078fe5;
    display: -ms-flexbox;
    display: flex;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
  #primary-nav-drawer.toggled nav.nav-main {
    transform: scaleX(1);
    visibility: visible; }

.nav-items {
  list-style-type: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media only screen and (max-width: 768px) {
    .nav-items {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .nav-items > li {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif; }
    .nav-items > li a {
      color: #ffffff;
      text-decoration: none; }
      .nav-items > li a:hover {
        color: #05619b; }
    .nav-items > li.current-menu-item a {
      color: #044b78;
      transform: skewX(3deg); }

.menu-toggle {
  outline: none;
  color: #078fe5;
  text-transform: uppercase;
  border: 2px solid #078fe5;
  padding: 0.25rem  1rem;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media only screen and (max-width: 768px) {
    .menu-toggle {
      padding: 0.25rem 0.5rem;
      height: 44px; } }
  .menu-toggle:hover {
    opacity: 0.8;
    color: #0570b4;
    background-color: transparent;
    cursor: pointer; }
    .menu-toggle:hover .navicon-bar {
      background-color: #078fe5; }
  .menu-toggle:focus {
    color: #0570b4; }
  .menu-toggle img {
    height: 1.1rem;
    width: 1.1rem; }
  .menu-toggle .top-bar {
    transform: rotate(0); }
  .menu-toggle .middle-bar {
    opacity: 1; }
  .menu-toggle .bottom-bar {
    transform: rotate(0); }
  .menu-toggle.toggled {
    padding: 0.25rem  0.65rem 0.25rem 1rem;
    background-color: #078fe5;
    outline: none; }
    .menu-toggle.toggled .navicon-bar {
      background-color: #ffffff; }
    .menu-toggle.toggled .top-bar {
      transform: rotate(45deg);
      transform-origin: 0% 72%; }
    .menu-toggle.toggled .middle-bar {
      opacity: 0; }
    .menu-toggle.toggled .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 5% 40%; }

.navicon-bar {
  display: block;
  width: 24px;
  height: 0.2rem;
  background-color: #078fe5;
  margin: 0.3rem 0;
  border-radius: 0;
  border: 0;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  #footer-menu-toggle .navicon-bar {
    background-color: #078fe5; }

.close-toggle {
  outline: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transform: scale(0.6); }
  .close-toggle:hover {
    opacity: 0.8;
    background-color: transparent; }
  .close-toggle .navicon-bar {
    width: 23px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    border-radius: 0;
    border: 0; }
  .close-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 0% -8%; }
  .close-toggle .middle-bar {
    opacity: 0; }
  .close-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 5% 40%; }

header.site-header .site-logo {
  position: fixed;
  top: 0.8rem;
  left: 1rem;
  z-index: 1998;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  header.site-header .site-logo svg {
    width: 65px;
    height: auto;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    @media only screen and (max-width: 1240px) {
      header.site-header .site-logo svg {
        width: 55px; } }
    @media only screen and (max-width: 990px) {
      header.site-header .site-logo svg {
        width: 45px; } }
    @media only screen and (max-width: 768px) {
      header.site-header .site-logo svg {
        width: 40px; } }
    @media only screen and (max-width: 615px) {
      header.site-header .site-logo svg {
        width: 33px; } }
    header.site-header .site-logo svg a {
      opacity: 1;
      transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }
      header.site-header .site-logo svg a:hover path {
        fill: #05619b; }
      header.site-header .site-logo svg a.hidden {
        opacity: 0; }

.site-footer {
  float: left;
  width: 100%;
  font-size: 0.85em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  box-sizing: border-box;
  padding: 1rem;
  display: flex; }
  @media only screen and (max-width: 865px) {
    .site-footer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .site-footer .site-footer-copyright {
    padding: 0.5rem 2rem 0rem 1rem; }
    @media only screen and (max-width: 768px) {
      .site-footer .site-footer-copyright {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center;
        padding: 0.5rem; } }
  .site-footer .nav-footer {
    padding: 0.5rem 0 0 0;
    -ms-flex: 1;
        flex: 1; }
    @media only screen and (max-width: 865px) {
      .site-footer .nav-footer {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
        text-align: right;
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .site-footer .nav-footer {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center; } }
    .site-footer .nav-footer .nav-items {
      -ms-flex-direction: row;
          flex-direction: row; }
      @media only screen and (max-width: 768px) {
        .site-footer .nav-footer .nav-items {
          -ms-flex-pack: center;
              justify-content: center;
          padding: 0.25rem; } }
      .site-footer .nav-footer .nav-items .nav-item {
        padding: 0.5rem 1rem 0rem 0;
        font-size: 0.8rem; }
        @media only screen and (max-width: 768px) {
          .site-footer .nav-footer .nav-items .nav-item {
            padding: 0.5rem; } }
        .site-footer .nav-footer .nav-items .nav-item a {
          font-weight: normal;
          color: #078fe5; }
          .site-footer .nav-footer .nav-items .nav-item a:hover {
            text-decoration: underline;
            color: #05619b; }
  .site-footer ul.social-links {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .site-footer ul.social-links li {
      padding: 0.75rem;
      font-size: 1rem; }
    @media only screen and (max-width: 865px) {
      .site-footer ul.social-links {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%; } }
    @media only screen and (max-width: 768px) {
      .site-footer ul.social-links {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center; } }
  @media only screen and (max-width: 865px) {
    .site-footer .newsletter-sign-up {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media only screen and (max-width: 768px) {
    .site-footer .newsletter-sign-up {
      display: inline-block;
      text-align: center;
      margin: 0 auto; } }
  .site-footer .newsletter-sign-up .gform_wrapper {
    margin: 0;
    padding: 0 1rem; }
    @media only screen and (max-width: 768px) {
      .site-footer .newsletter-sign-up .gform_wrapper {
        padding: 0 0 0.5rem 0; } }
    .site-footer .newsletter-sign-up .gform_wrapper form {
      display: -ms-flexbox;
      display: flex; }
      .site-footer .newsletter-sign-up .gform_wrapper form .validation_error {
        display: none; }
      .site-footer .newsletter-sign-up .gform_wrapper form .gform_footer {
        clear: none;
        margin: 0; }
      .site-footer .newsletter-sign-up .gform_wrapper form #gform_fields_1 input[type="email"] {
        font-size: 1rem;
        padding: 0.2rem 0.5rem;
        min-height: 2.25rem;
        margin: 0;
        min-width: 250px;
        border: 1px solid #d4edfe;
        color: #078fe5;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        .site-footer .newsletter-sign-up .gform_wrapper form #gform_fields_1 input[type="email"]:focus {
          color: #078fe5; }
        .site-footer .newsletter-sign-up .gform_wrapper form #gform_fields_1 input[type="email"]::-moz-placeholder {
          color: #d4edfe; }
        .site-footer .newsletter-sign-up .gform_wrapper form #gform_fields_1 input[type="email"]:-ms-input-placeholder {
          color: #d4edfe; }
        .site-footer .newsletter-sign-up .gform_wrapper form #gform_fields_1 input[type="email"]::placeholder {
          color: #d4edfe; }
      .site-footer .newsletter-sign-up .gform_wrapper form #gform_fields_1 li.gfield.gfield_error {
        border: 0px solid transparent;
        padding: 0; }
      .site-footer .newsletter-sign-up .gform_wrapper form input[type=submit] {
        padding: 0.2rem 0.5rem;
        min-height: 2.25rem;
        margin: 0; }

section.intro-content {
  padding: 3rem 10rem 2rem 15rem;
  min-height: 80vh;
  background-color: #d4edfe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.85rem;
  line-height: 1.45; }
  @media only screen and (max-width: 1085px) {
    section.intro-content {
      padding: 3rem 8.85rem 2rem 8.85rem; } }
  @media only screen and (max-width: 865px) {
    section.intro-content {
      font-size: 1.5rem;
      padding: 2rem 2rem 1rem 7rem; } }
  @media only screen and (max-width: 768px) {
    section.intro-content {
      padding: 10rem 0.75rem 2rem 1rem; } }
  @media only screen and (max-width: 485px) {
    section.intro-content {
      padding: 14rem 0.5rem 2rem 1rem;
      font-size: 1.28rem;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }
  section.intro-content.mission {
    font-size: 1.5rem; }

/* ––– section.intro-content */
.tease {
  margin: 0 0.5rem 1.5rem;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%; }
  @media only screen and (max-width: 615px) {
    .tease {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }
  .tease figure {
    margin: 0 0 0.25rem; }
    .tease figure img {
      width: 100%; }
  .tease h2, .tease h3 {
    margin: 0 0 0.25rem 0; }
  .tease h3 {
    font-size: 1.2rem; }

.blog .tease {
  max-width: 100%;
  margin: 0 0 3rem 0; }

svg.icon-arrow {
  fill: #078fe5;
  color: #078fe5;
  max-width: 50px;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    svg.icon-arrow {
      max-width: 30px; } }

.next-steps svg.icon-arrow {
  margin-top: -3px;
  vertical-align: middle; }
  .next-steps svg.icon-arrow#arrow-left {
    margin-right: 0.5rem; }
  .next-steps svg.icon-arrow#arrow-right {
    margin-left: 0.5rem;
    float: right; }

.next-steps a:hover svg {
  fill: #05619b;
  animation: wiggle 0.5s infinite;
  animation-timing-function: ease-in-out; }

.project--next-steps, .person--next-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 4rem;
  border-top: 3px solid #d4edfe;
  padding: 1rem 0; }
  .project--next-steps a, .person--next-steps a {
    -ms-flex: 1;
        flex: 1;
    text-decoration: none;
    padding-top: 5px; }
    .project--next-steps a > strong, .person--next-steps a > strong {
      display: inline-block; }
    .project--next-steps a:first-of-type, .person--next-steps a:first-of-type {
      text-align: left !important; }
      @media only screen and (max-width: 768px) {
        .project--next-steps a:first-of-type, .person--next-steps a:first-of-type {
          text-align: center !important; } }
    .project--next-steps a:last-of-type, .person--next-steps a:last-of-type {
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .project--next-steps a:last-of-type, .person--next-steps a:last-of-type {
          text-align: center; } }
  .project--next-steps--prev, .person--next-steps--prev {
    text-align: left; }
  .project--next-steps--full, .person--next-steps--full {
    text-align: center; }
  .project--next-steps--next, .person--next-steps--next {
    text-align: right; }
  @media only screen and (max-width: 768px) {
    .project--next-steps svg.icon-arrow#arrow-right, .person--next-steps svg.icon-arrow#arrow-right {
      float: none; } }
  @media only screen and (max-width: 768px) {
    .project--next-steps, .person--next-steps {
      -ms-flex-direction: column;
          flex-direction: column; }
      .project--next-steps a, .person--next-steps a {
        text-align: center;
        padding: 1rem 0; } }
  @media only screen and (max-width: 615px) {
    .project--next-steps, .person--next-steps {
      margin-right: 0.75rem; } }

.story--next-steps {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem; }
  .story--next-steps .nav-group {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0.5rem;
    text-decoration: none;
    padding: 1rem;
    background-color: #f2faff; }
    .story--next-steps .nav-group:hover {
      background-color: #d4edfe; }
    .story--next-steps .nav-group-prev {
      text-align: left; }
    .story--next-steps .nav-group-next {
      text-align: right; }

.page-template-template-page-cover-image .content-wrapper {
  padding-top: 0; }

.page-template-template-page-cover-image article.has-header-image {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: -2rem;
  margin-top: -8.85rem; }
  @media only screen and (max-width: 768px) {
    .page-template-template-page-cover-image article.has-header-image {
      margin-top: 0; } }

.page-template-template-page-cover-image .page-image {
  padding-top: 26.55rem;
  position: relative;
  opacity: 0.9;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .page-template-template-page-cover-image .page-image--file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(100%) contrast(98%);
    z-index: 20;
    background-size: cover;
    background-position: center; }
  .page-template-template-page-cover-image .page-image:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #078fe5;
    opacity: 0.5;
    z-index: 42; }

.home {
  /* ––– section.featured-projects */
  /* ––– section.quote */ }
  .home .content-wrapper {
    padding: 0; }
  .home section.featured-projects {
    padding: 3px 0 10px 0;
    background-color: white; }
    .home section.featured-projects .running-banner {
      height: 15px;
      width: 100%;
      display: block;
      background-position: 50%; }
    .home section.featured-projects .projects {
      list-style-type: none;
      padding: 5px 0 0 0; }
      .home section.featured-projects .projects .project {
        display: grid;
        grid-template-columns: 1fr 2fr;
        width: 75%;
        margin-right: 10px;
        opacity: 0.5; }
        @media only screen and (max-width: 990px) {
          .home section.featured-projects .projects .project {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            min-height: 100%; } }
        .home section.featured-projects .projects .project.is-selected {
          opacity: 1; }
        .home section.featured-projects .projects .project__details {
          grid-column: 1/2;
          padding: 2rem;
          background-color: #f2faff; }
          @media only screen and (max-width: 1085px) {
            .home section.featured-projects .projects .project__details {
              padding: 1.5rem 0.5rem 0 2rem; } }
          @media only screen and (max-width: 990px) {
            .home section.featured-projects .projects .project__details {
              -ms-flex: 1;
                  flex: 1; } }
          @media only screen and (max-width: 1085px) {
            .home section.featured-projects .projects .project__details-name {
              margin-top: 0;
              font-size: 1.75rem; } }
          .home section.featured-projects .projects .project__details-desc {
            margin: 0; }
          .home section.featured-projects .projects .project__details-read-more-link {
            display: block;
            margin: 2rem 0;
            text-transform: uppercase;
            font-size: 0.8rem; }
        .home section.featured-projects .projects .project__image {
          grid-column: 2/3;
          position: relative;
          background-color: #078fe5; }
          .home section.featured-projects .projects .project__image img {
            width: 100%;
            display: block;
            mix-blend-mode: screen;
            filter: grayscale(90%) contrast(90%); }
    .home section.featured-projects .flickity-prev-next-button {
      border-radius: 0px;
      color: #078fe5;
      background-color: #d4edfe;
      width: 4rem;
      height: 4rem; }
      @media only screen and (max-width: 615px) {
        .home section.featured-projects .flickity-prev-next-button {
          width: 1rem;
          height: 2.5rem; } }
      .home section.featured-projects .flickity-prev-next-button:hover {
        background-color: #0570b4; }
      .home section.featured-projects .flickity-prev-next-button .flickity-button-icon {
        width: 50%;
        height: 50%;
        left: 25%;
        top: 25%; }
      .home section.featured-projects .flickity-prev-next-button.previous {
        left: 0; }
      .home section.featured-projects .flickity-prev-next-button.next {
        right: 0; }
  .home section.quote {
    min-height: 80vh;
    background-color: #078fe5;
    position: relative; }
    .home section.quote .quote-bkg-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 40;
      background-size: cover;
      background-repeat-y: none;
      background-position: 50%;
      mix-blend-mode: screen;
      filter: grayscale(100%) contrast(180%);
      opacity: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .home section.quote .quote-bkg-image:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #078fe5;
        opacity: 0.8;
        z-index: 42; }
    .home section.quote blockquote {
      z-index: 50;
      padding: 10rem;
      color: white;
      font-size: 2em;
      position: relative;
      border-left: 0px solid transparent; }
      .home section.quote blockquote a {
        color: white; }
      .home section.quote blockquote:before {
        content: "“";
        display: block;
        position: absolute;
        left: 9.2rem; }
      @media only screen and (max-width: 768px) {
        .home section.quote blockquote {
          padding: 2rem;
          font-size: 1.6em; }
          .home section.quote blockquote:before {
            left: 1.45rem; } }
      .home section.quote blockquote cite {
        margin: 1rem 0;
        font-size: 1rem;
        display: block; }
  .home section.ctas {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 2rem 4rem;
    background-color: white;
    border-bottom: 3px solid #d4edfe; }
    @media only screen and (max-width: 865px) {
      .home section.ctas {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 768px) {
      .home section.ctas {
        padding: 1rem; } }
    @media only screen and (max-width: 615px) {
      .home section.ctas {
        grid-template-columns: 1fr; } }
    .home section.ctas div.cta {
      padding: 0rem 2rem;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .home section.ctas div.cta {
          padding: 0 1.5rem; } }
      @media only screen and (max-width: 615px) {
        .home section.ctas div.cta {
          padding: 1rem 1rem 2rem 1rem; } }
      .home section.ctas div.cta a.btn {
        display: inline-block;
        margin: 1rem 0;
        clear: both; }
    .home section.ctas:before {
      content: " ";
      display: block;
      position: absolute;
      height: 100%;
      left: 50%;
      border-right: 3px solid #d4edfe; }
      @media only screen and (max-width: 615px) {
        .home section.ctas:before {
          border-right: 0px;
          border-bottom: 3px solid #d4edfe;
          left: 0;
          right: 0;
          height: 3px;
          top: 50%; } }

/* ––– .home */
.today {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }
  .today:before {
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 1px dotted #078fe5;
    top: 50%;
    left: 38px;
    width: 70%;
    z-index: -1; }
  .today--is {
    background-color: #ffffff;
    display: inline-block;
    padding: 0.12rem; }
  .today .icon-arrow {
    float: left;
    margin-top: 5px;
    max-width: 35px;
    animation: wiggle 0.8s infinite;
    animation-timing-function: ease-in-out; }
    .today .icon-arrow:hover {
      animation: spin 10s infinite;
      animation-timing-function: ease-in-out; }

.events-list {
  padding: 0; }
  .events-list__event {
    list-style: none;
    margin: 0.5rem 0; }
    @media only screen and (max-width: 990px) {
      .events-list__event {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .events-list__event-title {
      font-weight: bold;
      font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
      line-height: 1.3;
      margin-right: 0.2rem;
      text-decoration: none !important; }
      @media only screen and (max-width: 615px) {
        .events-list__event-title {
          font-size: 1.1em; } }
      .events-list__event-title:hover {
        text-decoration: underline !important; }
    .events-list__event-details {
      display: inline-block; }
      @media only screen and (max-width: 615px) {
        .events-list__event-details {
          display: block;
          font-size: 0.9em;
          margin-top: 0.125rem; } }
    .events-list__event-presenter:after {
      content: ", ";
      display: inline-block;
      margin-left: -0.2rem; }
    .events-list__event .event-date {
      font-family: monospace;
      font-size: 0.8em; }
      @media only screen and (max-width: 990px) {
        .events-list__event .event-date {
          margin: 0.25rem 0; } }
    .events-list__event-info-link {
      font-family: monospace;
      font-size: 0.8em;
      margin-left: 0.5rem;
      display: inline-block; }
      @media only screen and (max-width: 615px) {
        .events-list__event-info-link {
          display: block;
          margin: 0.25rem 0 0.25rem 0; } }
    .events-list__event .project-link {
      text-decoration: none; }
      .events-list__event .project-link:hover {
        text-decoration: underline; }

@media only screen and (max-width: 990px) {
  .page-events .events-list__event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; } }

.page-us .content-wrapper {
  padding: 0; }

.page-us #page-title {
  margin-bottom: 2rem; }

section.members {
  padding: 1rem 1rem 2rem 1rem;
  border-bottom: 3px solid #d4edfe; }
  section.members .members-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px; }
    @media only screen and (max-width: 865px) {
      section.members .members-list {
        grid-template-columns: repeat(4, 1fr); } }
    @media only screen and (max-width: 680px) {
      section.members .members-list {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 390px) {
      section.members .members-list {
        grid-template-columns: repeat(2, 1fr); } }
    section.members .members-list__person {
      list-style-type: none; }
      section.members .members-list__person a {
        text-decoration: none; }
      section.members .members-list__person img {
        width: 100%;
        height: auto; }
      section.members .members-list__person-name {
        font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif; }

section.leadership {
  padding: 2rem 7.5rem 2rem 15rem;
  float: left; }
  @media only screen and (max-width: 1350px) {
    section.leadership {
      padding: 2rem 2rem 2rem 7.5rem; } }
  @media only screen and (max-width: 1240px) {
    section.leadership {
      padding: 2rem 1rem; } }
  section.leadership .leadership-list {
    list-style-type: none;
    margin-bottom: 2rem; }
    section.leadership .leadership-list__person .name {
      display: inline-block;
      margin: 0.25rem 0; }
    section.leadership .leadership-list__person a {
      text-decoration: none; }
    section.leadership .leadership-list__person .title {
      font-style: italic; }
      section.leadership .leadership-list__person .title:before {
        content: ", ";
        margin-left: -0.2em; }

section.bio {
  padding: 2rem 1rem;
  float: left; }
  section.bio .bio-content {
    max-width: 525px; }

.portraits {
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: default; }
  @media only screen and (max-width: 768px) {
    .portraits {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .portraits .portrait {
    padding-top: 75%;
    position: relative;
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .portraits .portrait img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .portraits .portrait::-moz-selection {
      color: none;
      background: none; }
    .portraits .portrait::selection {
      color: none;
      background: none; }
    @media only screen and (max-width: 768px) {
      .portraits .portrait {
        padding-top: 150%; } }

.talismanic_descriptions {
  position: absolute;
  z-index: 3;
  width: 80%;
  height: 75%;
  left: 10%; }
  @media only screen and (max-width: 768px) {
    .talismanic_descriptions {
      top: 2vh;
      bottom: 0; } }
  .talismanic_descriptions ul.descriptive_words {
    list-style-type: none;
    position: relative;
    width: 100%;
    height: 100%; }
    .talismanic_descriptions ul.descriptive_words li {
      margin: 1rem;
      background-color: white;
      padding: 0.2rem 0.5rem 0.1rem;
      display: inline-block;
      font-size: 1rem;
      font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
      cursor: default; }
      @media only screen and (max-width: 768px) {
        .talismanic_descriptions ul.descriptive_words li {
          font-size: 0.75rem; } }
      .talismanic_descriptions ul.descriptive_words li.randomPos {
        position: absolute;
        white-space: nowrap;
        cursor: move;
        -webkit-text-decoration-style: none;
           -moz-text-decoration-style: none;
                text-decoration-style: none; }
        .talismanic_descriptions ul.descriptive_words li.randomPos::-moz-selection {
          color: none;
          background: none; }
        .talismanic_descriptions ul.descriptive_words li.randomPos::selection {
          color: none;
          background: none; }

.single-people .content-wrapper {
  padding-top: 0; }

.single-people article.post-type-people {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: -2rem;
  margin-top: -8.85rem; }
  @media only screen and (max-width: 768px) {
    .single-people article.post-type-people {
      margin-top: 0; } }

.post-type-archive-project .archive_posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.35rem; }
  @media only screen and (max-width: 530px) {
    .post-type-archive-project .archive_posts {
      display: block;
      margin: 0 0.35rem 0 -0.35rem; } }
  .post-type-archive-project .archive_posts article.tease-project {
    max-width: 33.3%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    margin: 0;
    padding: 0.35rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .post-type-archive-project .archive_posts article.tease-project {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 530px) {
      .post-type-archive-project .archive_posts article.tease-project {
        max-width: 100%;
        display: block; } }
    .post-type-archive-project .archive_posts article.tease-project h2 {
      font-size: 1.4rem;
      line-height: 1.3;
      margin: 0.25rem 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      height: 100%;
      padding: 0.25rem;
      z-index: 50;
      opacity: 0;
      transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }
      .post-type-archive-project .archive_posts article.tease-project h2 a {
        color: white;
        height: 100%;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: middle;
            align-items: middle;
        padding: 0.25rem; }
      @media only screen and (max-width: 768px) {
        .post-type-archive-project .archive_posts article.tease-project h2 {
          position: relative;
          display: block;
          top: auto;
          left: auto;
          opacity: 1;
          padding: 0; }
          .post-type-archive-project .archive_posts article.tease-project h2 a {
            display: inline-block;
            color: #078fe5;
            padding: 0.25rem 0 0.5rem 0;
            text-align: left; }
            .post-type-archive-project .archive_posts article.tease-project h2 a:hover {
              color: #05619b; } }
    .post-type-archive-project .archive_posts article.tease-project figure {
      margin: 0; }
      .post-type-archive-project .archive_posts article.tease-project figure a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        position: relative; }
        .post-type-archive-project .archive_posts article.tease-project figure a:before {
          content: " ";
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background-color: #078fe5;
          opacity: 0;
          z-index: 42;
          transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
        .post-type-archive-project .archive_posts article.tease-project figure a img {
          width: 100%;
          filter: none; }
    .post-type-archive-project .archive_posts article.tease-project:hover h2 {
      opacity: 1; }
      .post-type-archive-project .archive_posts article.tease-project:hover h2 a {
        text-decoration: none; }
    .post-type-archive-project .archive_posts article.tease-project:hover figure a:before {
      opacity: 0.75; }
      @media only screen and (max-width: 768px) {
        .post-type-archive-project .archive_posts article.tease-project:hover figure a:before {
          opacity: 0.3; } }
    .post-type-archive-project .archive_posts article.tease-project:hover figure a img {
      mix-blend-mode: screen;
      filter: grayscale(100%) contrast(120%);
      opacity: 0.9; }
      @media only screen and (max-width: 768px) {
        .post-type-archive-project .archive_posts article.tease-project:hover figure a img {
          opacity: 0.8; } }

.single-project .content-wrapper {
  padding-top: 0; }

.single-project .project-content_body p {
  font-size: 1.2em;
  line-height: 1.4; }

.single-project .project-image {
  padding-top: 26.55rem;
  position: relative;
  opacity: 0.9;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  @media only screen and (max-width: 615px) {
    .single-project .project-image {
      padding-top: 15.93rem; } }
  .single-project .project-image--file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(100%) contrast(98%);
    z-index: 20;
    background-size: contain; }
    @media only screen and (max-width: 615px) {
      .single-project .project-image--file {
        background-position: center;
        background-size: cover; } }
  .single-project .project-image:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #078fe5;
    opacity: 0.5;
    z-index: 42; }

.single-project .stories .story-list {
  margin: 0 -0.5rem 1rem -0.5rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 615px) {
    .single-project .stories .story-list {
      margin: 0 0 1rem -0.5rem; } }

article.post-type-project {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: -2rem;
  margin-top: -8.85rem; }
  @media only screen and (max-width: 615px) {
    article.post-type-project {
      padding: 1rem 0;
      margin: 0; } }

.press-quote {
  margin: 2rem 0;
  /*
	&--date {
		&:before {
			content: " ,";
		}
		
	}
	*/ }
  .press-quote--author {
    font-size: 1rem; }
    .press-quote--author:after {
      content: ", "; }
  .press-quote--publication {
    font-size: 1rem; }
    .press-quote--publication:after {
      content: ", "; }
  .press-quote--title {
    font-size: 0.8rem;
    font-style: italic; }

.story {
  padding-top: 4rem; }
  .story--meta {
    font-family: monospace;
    font-size: 0.8em; }
  .story--body h1, .story--body h2, .story--body h3, .story--body h4, .story--body h5, .story--body h6 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
  .story--body ul, .story--body ol {
    max-width: 850px;
    margin: 1rem auto; }
    .story--body ul li, .story--body ol li {
      font-size: 1.2em;
      margin: 0 0 1rem 2rem; }
  .story--body ol.flickity-page-dots {
    max-width: 100%; }
  .story--body p {
    font-size: 1.2em;
    line-height: 1.4;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .story--body p.has-small-font-size {
      font-size: 1em; }
  .story--body blockquote {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em; }
    .story--body blockquote.is-style-large {
      margin: 2rem auto;
      border-left: 0px solid transparent;
      padding: 0; }
      .story--body blockquote.is-style-large p {
        font-size: 1.875rem; }
    .story--body blockquote cite {
      font-size: 0.8em; }
  .story--body figure {
    margin: 1rem 0; }
  .story--body pre {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    scroll: auto; }
  .story--body hr.wp-block-separator {
    margin: 2rem auto;
    border: 1px solid #078fe5; }
    .story--body hr.wp-block-separator.is-style-default {
      max-width: 30%; }
  .story--body .wp-block-file {
    margin: 1rem 0;
    border: 3px dashed #d4edfe;
    padding: 2rem;
    max-width: 850px;
    font-size: 1.2em; }
    @media only screen and (max-width: 865px) {
      .story--body .wp-block-file {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .story--body .wp-block-file.aligncenter {
      margin: 1rem auto; }
    .story--body .wp-block-file__button {
      background-color: #078fe5;
      padding: 1rem 1.5rem;
      text-decoration: none;
      color: #ffffff;
      border: 2px solid #078fe5;
      border-radius: 0;
      font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
      font-size: 1.2rem; }
      .story--body .wp-block-file__button:hover {
        color: #ffffff;
        border-color: #0570b4;
        background-color: #0570b4; }
      @media only screen and (max-width: 865px) {
        .story--body .wp-block-file__button {
          margin: 0.75rem; } }
  .story--next-steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.5rem; }
    @media only screen and (max-width: 615px) {
      .story--next-steps {
        margin: 0; } }
    .story--next-steps-title {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 1rem;
      margin-top: 4rem;
      border-top: 3px solid #d4edfe;
      padding: 1rem 0 0 0; }
    .story--next-steps-related-project {
      -ms-flex-preferred-size: 430px;
          flex-basis: 430px; }
      @media only screen and (max-width: 990px) {
        .story--next-steps-related-project {
          -ms-flex-preferred-size: 47%;
              flex-basis: 47%; } }
      @media only screen and (max-width: 768px) {
        .story--next-steps-related-project {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
      .story--next-steps-related-project.multiple {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }
        .story--next-steps-related-project.multiple h3 {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
        .story--next-steps-related-project.multiple .tease-project {
          margin: 0.5rem; }
          @media only screen and (max-width: 530px) {
            .story--next-steps-related-project.multiple .tease-project {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
    .story--next-steps-prev-or-next-posts {
      margin: 1rem;
      -ms-flex: 1;
          flex: 1; }
      @media only screen and (max-width: 768px) {
        .story--next-steps-prev-or-next-posts {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
      .story--next-steps-prev-or-next-posts .nav-group {
        margin-bottom: 2rem; }

.single-post .related-projects h2 {
  margin-left: 0.5rem; }

#give_error_test_mode {
  display: none; }

.give-btn {
  background-color: #078fe5;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #078fe5;
  border-radius: 0;
  font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
  font-size: 1.2rem; }
  .give-btn:hover {
    color: #ffffff;
    border-color: #0570b4;
    background-color: #0570b4; }

.mfp-bg {
  background-color: #078fe5; }

ul#give-donation-level-button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  ul#give-donation-level-button-wrap:before, ul#give-donation-level-button-wrap:after {
    display: none; }
  ul#give-donation-level-button-wrap li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    ul#give-donation-level-button-wrap li .give-donation-level-btn {
      background-color: #ffffff;
      padding: 1rem 1.5rem;
      text-decoration: none;
      color: #078fe5;
      border: 2px solid #ffffff;
      border-radius: 0;
      font-family: "TTHoves-Demi", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
      font-size: 1.2rem;
      border: 1px solid #078fe5;
      font-size: 1rem;
      padding: 0.5rem 0.5rem 0.2rem 0.5rem;
      width: 100%;
      margin: 0.25rem 0;
      text-align: left;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      ul#give-donation-level-button-wrap li .give-donation-level-btn:hover {
        color: #078fe5;
        border-color: #0570b4;
        background-color: #0570b4; }
      ul#give-donation-level-button-wrap li .give-donation-level-btn:hover {
        color: #ffffff;
        border-color: #0570b4;
        background-color: #0570b4; }
      ul#give-donation-level-button-wrap li .give-donation-level-btn.give-default-level {
        border-width: 3px;
        background-color: #f2faff;
        color: #078fe5; }

#give_offline_payment_info ol {
  margin: 1rem; }
  #give_offline_payment_info ol li {
    padding: 0.25rem; }

.give_notices .give_error:before, .give_notices .give_success:before, .give_notices .give_warning:before {
  display: none; }

[id*=give-form].give-display-reveal .give-submit-button-wrap input.give-cancel-login,
[id*=give-form].give-display-reveal [id^=give-user-login-submit] input.give-cancel-login.give-btn {
  background-color: #d4edfe;
  border: #d4edfe;
  color: #078fe5;
  margin-left: 1rem; }

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  margin-right: 5px; }

.own-single .article-header {
  display: grid;
  grid-template-columns: 2fr 1fr; }
  @media only screen and (max-width: 990px) {
    .own-single .article-header {
      grid-template-columns: 1fr; } }
  .own-single .article-header .titles {
    grid-row: 2 / 3; }
    .own-single .article-header .titles h1 {
      margin-bottom: 0rem;
      grid-row: 1 / 2; }
    .own-single .article-header .titles h2.recording-info {
      font-family: "TTHoves", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif, Helvetica, sans-serif;
      margin-top: 0; }
  .own-single .article-header .own-item-thumbnail {
    grid-row: 1 / 3;
    grid-column: 2/3; }
    @media only screen and (max-width: 990px) {
      .own-single .article-header .own-item-thumbnail {
        grid-row: 1/2;
        grid-column: 1/3; } }

.own-single .bandcamp-embed {
  margin: 2rem 0; }

.own-single .article-body {
  margin-top: 2rem; }

.recording-links {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0; }
  .recording-links--item {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.25rem; }
    .recording-links--item a svg {
      fill: #078fe5; }
    .recording-links--item a:hover svg {
      fill: #05619b; }

.own-item-thumbnail img {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.own-items {
  margin: 0 -1%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 680px) {
    .own-items {
      margin: 0; } }
  .own-items .tease-own-item {
    width: 31%;
    margin: 1%;
    -ms-flex: none;
        flex: none; }
    @media only screen and (max-width: 680px) {
      .own-items .tease-own-item {
        width: 48%; } }
    @media only screen and (max-width: 485px) {
      .own-items .tease-own-item {
        width: 98%;
        margin: 0 0 2rem 0; } }
    .own-items .tease-own-item h2 {
      font-size: 1.5rem; }
      @media only screen and (max-width: 990px) {
        .own-items .tease-own-item h2 {
          font-size: 1.2rem; } }
/*# sourceMappingURL=site.css.map */