@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type=button],
input[type=reset] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * 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;
}

@font-face {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  font-size: 150%;
  padding: 15px 60px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
.w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
.w-lightbox-view:before {
    height: 96vh;
  }

  /* .w-lightbox-content */
  .w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
.w-lightbox-right {
    display: block;
    opacity: 0.5;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #222;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #222;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #667;
  font-size: 15px;
  line-height: 21px;
}

a {
  color: #32356a;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 21px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 15px;
}

.resource-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.resource-container.grow {
  background-image: url(/images/resource-bg-grow-2.png?97167b9d6c8eb02e6905cbe7008b7c87);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.resource-container.grow-life {
  background-image: url(/images/resource-bg-grow-life.png?ae410a0bb267a01b0f05a91397689b80);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.resource-container.build-churches {
  background-image: url(/images/resource-bg-build-church.png?031a47d893af86bc3e7309ac145d1b92);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.resource-container.ask {
  background-image: url(/images/resource-bg-ask.png?551653c282226022f52d4d6ee3ce9da8);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page-section {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.page-section.resource {
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.page-section.links {
  display: flex;
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  align-items: stretch;
}

.page-section.featured-impact {
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 90px;
  flex-direction: column;
}

.page-section.endorsements {
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.page-section.sign-up, .page-section.donatehero-section {
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  justify-content: center;
  align-items: flex-end;
}

.page-section.sign-up {
  padding-bottom: 200px;
}

.page-section.donatehero-section {
  padding-bottom: 40px;
}

.page-section.recent-stories {
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.page-section.featured-events {
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  padding-top: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.page-section.links-return {
  display: flex;
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 90px;
  justify-content: center;
  align-items: stretch;
}

.page-section.links-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-section.timeline, .page-section.financials {
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.page-section.model-cards {
  display: flex;
  max-width: 1400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.page-section.links-left {
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-section.links-right {
  display: flex;
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  justify-content: flex-end;
  align-items: stretch;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.page-section.vision {
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  justify-content: center;
}

.page-section.links-right-2 {
  display: flex;
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  justify-content: flex-end;
  align-items: stretch;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.page-section.sign-up-minimal {
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 20px;
  justify-content: center;
  align-items: flex-end;
}

.page-section.core-models {
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px 0px 20px 60px;
  flex-direction: column;
  align-items: flex-start;
}

.page-section.featured-impact {
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 140px;
  flex-direction: column;
}

.page-section.event-old {
  display: none;
  margin-bottom: 80px;
  padding: 50px 40px 90px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-section.related-events {
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  padding-top: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.page-section.stories {
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 60px;
  flex-direction: column;
}

.page-section.our-history {
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.page-section.resource-page {
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding: 80px 40px 0px;
  flex-direction: column;
  align-items: flex-start;
}

.tabs-menu {
  z-index: 3;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: flex-start;
  background-color: #fff;
  font-weight: 700;
  background-clip: content-box;
}

.tabs-menu.event {
  display: none;
  background-color: #222;
}

.body {
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #667;
  letter-spacing: 0.1px;
}

.text {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
}

.text.hero h1 {
  font-size: 45px;
  line-height: 54px;
}

.text.item-hero {
  width: 100%;
}

.text.item-hero h1 {
  font-size: 50px;
  line-height: 54px;
}

.text.hero-white h1 {
  color: #fff;
  font-size: 60px;
  line-height: 54px;
}

.text.hero-white p {
  color: #f1f1f1;
}

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

.text.vision-hero h2 {
  font-size: 80px;
  line-height: 70px;
}

.text.mission-hero h2 {
  color: #fff;
  font-size: 80px;
  line-height: 70px;
}

.text.mission-hero p {
  color: #f1f1f1;
}

.nav-logo-link {
  max-width: 220px;
  min-width: 100px;
  margin-right: 10px;
}

.nav-link {
  margin-left: 25px;
  color: #222;
  font-size: 12px;
  text-decoration: none;
}

.nav-link.top-nav {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.nav-link.top-main {
  margin-right: 10px;
  margin-left: 10px;
  color: #5798ff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
}

.search {
  display: flex;
  width: 100%;
  height: 26px;
  max-width: 300px;
  margin-bottom: 0px;
  margin-left: 10px;
  align-items: center;
  font-size: 13px;
}

.search.nav {
  max-width: 250px;
  flex: 0 auto;
}

.search.explore {
  margin-right: 10px;
  margin-left: 0px;
  flex: 0 auto;
}

.search-input {
  height: 100%;
  margin-bottom: 0px;
  padding: 0px 15px;
  border-radius: 4px 0px 0px 4px;
  font-size: 12px;
  font-style: italic;
}

.search-input.small {
  font-size: 11px;
}

.btn-search {
  height: 100%;
  padding: 0px 18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #32356a;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.search-node {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1025px) {
  .slider-2 {
    min-height: 460px;
  }
}

@media screen and (min-width: 1200px) {
  .search-node {
    width: 200px;
    margin: 10px 10px 30px 10px;
  }

  .search-node-separator {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .search-node {
    width: 300px;
    padding-left: 15px;
    margin: 10px 10px 30px 10px;
  }

  .search-node-separator {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .search-node {
    margin: 10px;
  }

  .search-node-separator {
    display: block;
    width: 88%;
  }
}
.search-node a {
  display: block;
  position: relative;
}

.search-icon {
  position: absolute;
  left: auto;
  top: -1px;
  left: 0%;
  bottom: auto;
  z-index: 2;
  width: 33px;
  height: 33px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #5593f7;
}

.search-result-type {
  text-transform: uppercase;
  color: #5593f7;
  padding: 10px 0;
}

.select-field {
  height: 34px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 13px;
}

.select-field._2 {
  margin-right: 10px;
}

.impact-text-right {
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 15px 50px 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.impact-image-wrapper {
  width: 100%;
  max-width: 280px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.page-text-links {
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-bottom: 15px;
  padding-left: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-text-links.core-models {
  max-width: 690px;
  margin-bottom: 0px;
  padding-left: 60px;
}

.page-text-links.clients {
  max-width: none;
  padding-top: 40px;
}

.page-text-links.levels {
  flex-direction: column;
}

.page-text-right-links {
  display: flex;
  min-width: 180px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  border-right: 4px solid #333;
}

.page-text-right-links.on-white {
  border-right-color: #f1f1f1;
}

.page-text-right-links.clients {
  padding-right: 10px;
  border-right-width: 0px;
}

.resource-card {
  position: relative;
  width: 280px;
  height: 220px;
  padding: 10px;
  background-color: #fff;
  background-clip: content-box;
}

.question-card {
  display: block;
  width: 560px;
  height: 280px;
  padding: 10px;
  background-color: #fff;
  background-clip: content-box;
}

.question-card-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 260px;
  padding: 35px 50px 45px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 4px solid #333;
  background-color: #fff;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.06);
}

.question-card-content.grow-life {
  border-left-color: #9fd06c;
}

.question-card-content.build-churches {
  border-left-color: #84cdb4;
}

.question-card-content.grow-leader {
  z-index: 2;
  border-left-color: #5798ff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.full-width-bg {
  position: relative;
  background-color: #f1f1f1;
}

.full-width-bg.article {
  z-index: 2;
  overflow: hidden;
  background-color: #f1f1f1;
}

.full-width-bg.sign-up, .full-width-bg.donatehero, .donate-success-hero {
  overflow: hidden;
  background-color: #222;
}

.full-width-bg.donatehero {
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url(/images/hero-donate-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 760px) {
  .full-width-bg.donatehero {
    background-image: none;
  }
}

.full-width-bg.donate-success-hero {
  padding-top: 50px;
  padding-bottom: 0;
}
.full-width-bg.donate-success-hero img {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.full-width-bg.donate-success-hero .donate-success-message {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 40px;
}
.full-width-bg.donate-success-hero .donate-success-message h1 {
  color: #FFF;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .full-width-bg.donate-success-hero .donate-success-message h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.full-width-bg.donate-success-hero .donate-success-message p {
  color: #FFF;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 800px) {
  .full-width-bg.donate-success-hero .donate-success-message p {
    font-size: 20px;
  }
}

.full-width-bg.links {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #222;
}

.full-width-bg.resource {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.full-width-bg.dots.return {
  background-color: #222;
}

.full-width-bg.dots.black {
  background-color: #222;
}

.full-width-bg.events {
  z-index: 2;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #222;
}

.full-width-bg.resource-links {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
}

.full-width-bg.resource-page {
  padding-top: 110px;
  padding-bottom: 90px;
  background-color: #fff;
}

.full-width-bg.resource-links-mobile {
  display: none;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
}

.full-width-bg.transition {
  height: 80px;
  background-image: url(/images/leadersource-assets-01.png?be2f84329b516c8fb0daef01e2426893);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-bg.transition.wg {
  background-image: url(/images/leadersource-assets-07.png?0f4d4600a4c8a60b9def094d7eeb7582);
}

.full-width-bg.transition.bw {
  background-image: url(/images/leadersource-assets-05-copy.png?a3f247659fec2044165e331df3af29ec);
}

.full-width-bg.transition.gw {
  background-image: url(/images/leadersource-assets-06.png?90a9d9584afa1f55f70cf1ed67e22e54);
}

.full-width-bg.transition.bg {
  background-image: url(/images/leadersource-assets-01.png?be2f84329b516c8fb0daef01e2426893);
}

.full-width-bg.transition.wb {
  background-image: url(/images/bg-curve-wb.png?15794d0684ec2fa6f8054e8df91eb01e);
}

.full-width-bg.transition.gb {
  transform: rotate(180deg);
}

.full-width-bg.timeline-page {
  position: relative;
  top: 0px;
  height: 800vh;
  background-color: #222;
}

.full-width-bg.team-page {
  padding-top: 110px;
  padding-bottom: 90px;
  background-color: #222;
  background-image: url(/images/resource-bg-grow-2.png?97167b9d6c8eb02e6905cbe7008b7c87);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.full-width-bg.core-models {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #222;
}

.full-width-bg.text {
  z-index: 2;
  overflow: hidden;
  padding-top: 90px;
  background-color: #f1f1f1;
}

.full-width-bg.about {
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #222;
}

.full-width-bg.our-mission {
  margin-top: -130px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #222;
}

.full-width-bg.featured-impact {
  z-index: 2;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.full-width-bg.home-page {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #fff;
}

.resource-card-content {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 25px;
  align-items: flex-end;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.resource-card-content.brief {
  overflow: hidden;
  padding: 50px;
}

.resource-card-content.grow {
  background-color: rgba(87, 152, 255, 0.4);
}

.resource-card-content.grow-life {
  background-color: rgba(159, 208, 108, 0.4);
}

.resource-card-content.build-churches {
  background-color: rgba(132, 205, 180, 0.4);
}

.resource-card-content.core-model {
  padding-top: 30px;
  padding-bottom: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f1f1f1;
}

.topic-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.topic-tag.grow-life {
  background-color: #9fd06c;
  color: #fff;
}

.topic-tag.build-churches {
  background-color: #84cdb4;
  color: #fff;
}

.topic-tag.grow-leader {
  background-color: #5798ff;
  color: #fff;
}

.topic-tag.core-model {
  background-color: #5798ff;
  color: #fff;
}

.topic-tag.regions {
  background-color: #9fd06c;
  color: #fff;
}

.topic-tag.projects {
  background-color: #84cdb4;
  color: #fff;
}

.topic-tag.staff {
  background-color: #5798ff;
  color: #fff;
}

.topic-tag.needed-most {
  background-color: #32356a;
  color: #fff;
}

.type-tag {
  position: absolute;
  left: auto;
  top: -1px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 33px;
  height: 33px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.type-tag.grow-life {
  background-color: #9fd06c;
}

.type-tag.build-churches {
  background-color: #84cdb4;
}

.type-tag.grow-leader {
  background-color: #5798ff;
}

.resource-card-brief {
  width: 560px;
  height: 560px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  background-clip: content-box;
}

.resource-card-brief.grow-life {
  background-color: rgba(159, 208, 108, 0.8);
}

.resource-card-brief.build-churches {
  background-color: rgba(132, 205, 180, 0.8);
}

.resource-card-brief.grow-leader {
  background-color: rgba(87, 152, 255, 0.8);
}

.tab-grow-leader {
  margin-right: 60px;
  margin-bottom: 10px;
  padding: 8px 10px 2px;
  border-top: 3px solid transparent;
  background-color: transparent;
  color: #ccc;
}

.tab-grow-leader.w--current {
  border-top: 3px solid #5798ff;
  background-color: transparent;
  color: #5798ff;
}

.tab-grow-life {
  margin-right: 60px;
  margin-bottom: 10px;
  padding: 8px 10px 2px;
  border-top: 3px solid transparent;
  background-color: transparent;
  color: #ccc;
}

.tab-grow-life.w--current {
  border-top: 3px solid #9fd06c;
  background-color: transparent;
  color: #9fd06c;
}

.tab-build-churches {
  margin-right: 60px;
  margin-bottom: 10px;
  padding: 8px 10px 2px;
  border-top: 3px solid transparent;
  background-color: transparent;
  color: #ccc;
}

.tab-build-churches.w--current {
  border-top-color: #84cdb4;
  background-color: transparent;
  color: #84cdb4;
}

.tab-answer-question {
  margin-right: 60px;
  margin-bottom: 10px;
  padding: 8px 10px 2px;
  border-top: 3px solid transparent;
  background-color: white;
  color: #ccc;
}

.tab-answer-question.w--current {
  border-top-color: #32356a;
  background-color: white;
  color: #32356a;
}

.resource-text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 25px 25px 30px;
  background-color: #222;
}

.resource-text-wrapper.grow-life {
  background-color: rgba(159, 208, 108, 0.8);
}

.resource-text-wrapper.build-churches {
  background-color: #32356a;
}

.resource-text-wrapper.build-churches {
  background-color: rgba(132, 205, 180, 0.8);
}

.resource-text-wrapper.grow-leader {
  background-color: rgba(87, 152, 255, 0.8);
}

.impact-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 10px auto 20px 0px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.page-section-header {
  margin-bottom: 20px;
}

.page-section-header.event {
  margin-left: 10px;
  color: #5798ff;
}

.page-section-header.white {
  margin-left: 10px;
  color: #fff;
}

.page-section-header.tineline {
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
}

.page-section-header-wrapper {
  display: flex;
  width: 100%;
}

.page-section-header-wrapper.resource {
  position: relative;
  z-index: 3;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.page-section-header-wrapper.event {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
}

.page-section-header-wrapper.timeline, .page-section-header-wrapper.financials {
  z-index: 3;
  max-width: 1200px;
  margin-bottom: 10px;
  padding-right: 90px;
  padding-left: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-section-header-wrapper.team {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
}

.link {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0px 0px 0px 6px;
  background-color: transparent;
  color: #5798ff;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
}

.link.w--current {
  padding-right: 6px;
  padding-left: 0px;
  border-right: 3px solid #5798ff;
  background-color: transparent;
}

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

.link.explore {
  margin-left: 5px;
}

.link.client {
  color: #fff;
  text-align: left;
}

.page-section-link-wrapper {
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: flex-end;
  align-items: center;
}

.page-section-link-wrapper-multi {
  margin-bottom: 10px !important;
}



.page-section-link-wrapper.resource {
  background-color: #fff;
}

.page-section-link-wrapper.model-card {
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: flex-end;
}

.page-section-link-wrapper.timeline, .page-section-link-wrapper.financials {
  width: auto;
  margin-top: 0px;
}

.page-section-link-wrapper.financials {
  margin-bottom: 10px !important;
}

.endorsement-container {
  display: flex;
  max-width: 100%;
  width: 1200px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.endorsement-container.model-cards {
  display: none;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
}

.endorsement-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 20px;
  background-clip: content-box;
}

.endorsement-card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 25px;
  align-items: flex-end;
  background-color: rgba(87, 152, 255, 0.8);
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  text-align: center;
}

.sign-up-image {
  position: relative;
  display: flex;
  width: 280px;
  height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1) 60%), url(/images/adeboro-odunlami-ZfanC6Eg9nE-unsplash.jpg?16b59de14a4a4e99b525cdc0c96b4fb3);
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sign-up-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: -90px;
  margin-bottom: -80px;
  padding-right: 60px;
  padding-left: 50px;
  flex-direction: column;
  align-items: flex-start;
}

.btn-sign-up {
  display: flex;
  margin-top: 5px;
  padding: 9px 18px 9px 22px;
  align-items: center;
  border-radius: 4px;
  background-color: #222;
}

.btn-sign-up.blue {
  background-color: #5798ff;
}

.form-submit-disclaimer {
  margin-top: 10px;
  font-size: 12px;
  color: #686666;
  max-width: 500px;
}

.text-field {
  height: 30px;
  max-width: 250px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
}

.endorsement-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding: 4px 10px;
  background-color: #222;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.resource-illustration {
  width: 100%;
  opacity: 0.6;
  filter: contrast(200%) grayscale(100%);
}

.resource-illustration.build-churches {
  margin: auto;
}

.resource-text-wrapper-small {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 5px 20px;
  background-color: #222;
}

.resource-text-wrapper-small.grow-life {
  background-color: rgba(159, 208, 108, 0.8);
}

.resource-text-wrapper-small.grow-leader {
  background-color: rgba(87, 152, 255, 0.8);
}

.resource-text-wrapper-small.build-churches {
  background-color: rgba(132, 205, 180, 0.8);
}

.page-section-link-arrow {
  height: 10px;
  margin-left: 7px;
}

.page-section-link-arrow.slide {
  height: 22px;
}

.page-section-link-arrow.up {
  margin-left: 10px;
  transform: rotate(-90deg);
}

.endorsements-tag {
  position: absolute;
  left: 30px;
  top: -8px;
  width: 40px;
  color: #222;
  font-size: 100px;
}

.text-resource {
  color: #fff;
}

.text-resource h1 {
  color: #fff;
}

.text-resource h2 {
  color: #fff;
}

.text-resource h3 {
  color: #fff;
}

.text-resource h5 {
  color: #fff;
}

.text-resource h6 {
  color: #fff;
}

.text-resource h4 {
  color: #fff;
}

.text-resource p {
  color: #fff;
}

.endorsement-text p {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.impact-read-more {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 3px 8px 2px;
  border-left: 2px solid #5798ff;
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: black;
  font-size: 13px;
  cursor: pointer;
}

.impact-read-more:hover {
  padding-left: 12px;
  opacity: 1;
}

.tabs {
  width: 100%;
}

.nav-link-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.nav-link-wrapper.mobile {
  display: none;
}

.full-width-bg-new-visitor {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-bottom: 180px;
  padding-top: 80px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(/images/leadersource-herobg-3-03.png?6eafea7c053aef91f4f7e1a96637871a);
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-new-visitor {
  position: absolute;
  left: -140px;
  top: -120px;
  right: auto;
  bottom: auto;
  width: 750px;
  height: 750px;
  max-width: none;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-image-new-visitor.article {
  left: auto;
  right: -120px;
  z-index: 0;
  opacity: 0.15;
}

.hero-image-new-visitor.sign-up-right {
  left: auto;
  right: -120px;
  z-index: 0;
  opacity: 0.15;
}

.hero-image-new-visitor.sign-up-right {
  background-color: #5798ff;
  opacity: 1;
}

.hero-image-new-visitor.hero {
  top: -200px;
  background-image: linear-gradient(90deg, transparent 65%, rgba(239, 244, 255, 0.8)), url(/images/hero-jessica-wilson-OV3ayJU_9qs-unsplash.jpg?dde1a8ec6482eeb3a586fdb2ab151e46);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.hero-image-new-visitor.hero._1 {
  background-image: url(/images/hero-jessica-wilson-OV3ayJU_9qs-unsplash.jpg?dde1a8ec6482eeb3a586fdb2ab151e46);
  background-position: 50% 50%;
  background-size: auto;
}

.hero-image-new-visitor.hero._2 {
  background-image: url(/images/hero-slider-book.jpg);
  background-position: 50% 50%;
  background-size: 180%;
}

.hero-image-new-visitor.hero._3 {
  background-image: url(/images/hero-slider-phone.jpg);
  background-position: 50% 50%;
  background-size: 150%;
}

.hero-image-new-visitor.hero-strategy {
  left: auto;
  top: -25px;
  right: -140px;
  background-image: linear-gradient(90deg, transparent 65%, rgba(239, 244, 255, 0.8)), url(/images/hero-jessica-wilson-OV3ayJU_9qs-unsplash.jpg?dde1a8ec6482eeb3a586fdb2ab151e46);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.hero-card-new-visitor {
  position: relative;
  z-index: 1;
  display: flex;
  width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 530px;
  padding: 26px 60px 50px 50px;
  flex-direction: column;
  align-items: flex-start;
}

.hero-card-new-visitor.hero-small {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.hero-card-new-visitor.hero-vision {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0px;
  align-items: center;
}

.sign-up-text, .donatehero-text {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
}

.sign-up-text p {
  font-size: 13px;
  line-height: 20px;
}

.sign-up-text h1, .donatehero-text p, .donatehero-text h1 {
  color: #fff;
}

.donatehero-text {
  width: 50%;
}
@media (max-width: 760px) {
  .donatehero-text {
    width: 80%;
    margin: 0 auto;
  }
}

.donatehero-text h1 {
  font-size: 45px;
  line-height: 60px;
}

.donatehero-text p {
  font-size: 15px;
  line-height: 24px;
}

.donate-add.donation-container-most-needed {
  color: #fff;
  font-size: 18px;
}

.hero-dot {
  display: flex;
  width: 280px;
  height: 280px;
  margin: auto -5px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #32356a;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.15);
  background-clip: content-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-dot.w--current {
  background-image: url(/images/hero-dot-mountain.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.hero-dot._1.w--current {
  background-color: #32356a;
  background-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.3) 50%, transparent 90%), url(/images/hero-dot-cross.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-dot._2 {
  background-color: #32356a;
}

.hero-dot._3 {
  background-color: #5798ff;
}

.hero-dot._3.w--current {
  background-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.3) 50%, transparent 90%), url(/images/hero-dot-waterfall.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.strategy-tabs {
  display: flex;
}

.btn-sign-up-text {
  color: #fff;
}

.form-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.endorsement-section, .related-section {
  z-index: 2;
  height: 300px;
  margin-top: -255px;
  margin-bottom: 25px;
  align-items: center;
  background-color: transparent;
}

.endorsement-section.no-offset, .related-section.no-offset {
  margin-top: 0px;
}

.endorsement-section.strategy, .related-section.strategy {
  height: 480px;
  margin-top: 0px;
  padding-top: 60px;
}

.right-arrow, .right-arrow-related {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-arrow, .left-arrow-related {
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-text {
  position: relative;
}

.links-text p {
  color: #f1f1f1;
}

.links-text a {
  color: #5798ff;
}

.links-text h1 {
  color: #fff;
}

.links-text li {
  color: #f1f1f1;
}

.links-text h2 {
  color: #fff;
}

.links-text h3 {
  color: #f1f1f1;
}

.links-text h4 {
  color: #f1f1f1;
}

.links-text.models-intro {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 4px solid #333;
}

.links-text.engagement {
  margin-bottom: 20px;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
  opacity: 0.25;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  align-items: flex-start;
  background-color: #f1f1f1;
  text-align: center;
}

.footer-flex-container {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 25px;
  max-width: 200px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-content {
  max-width: 1000px;
}

.image-2 {
  display: block;
  max-width: 45px;
}

.stats-container {
  position: relative;
  top: 40px;
  z-index: 1;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  transform: none;
  transform-style: preserve-3d;
}

.slider-2 {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-top: 120px;
  margin-right: auto;
  margin-bottom: 60px;
  background-color: transparent;
}

.hero-text-container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.mask {
  overflow: visible;
}

.slide-nav-2 {
  left: 0%;
  top: 25px;
  right: 0%;
  bottom: auto;
  display: flex;
  margin-left: 530px;
  padding-right: 50px;
  padding-left: 50px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.stat-wrapper {
  position: relative;
  display: flex;
  width: 180px;
  height: 180px;
  margin: 5px;
  padding: 20px 20px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5798ff;
}

.stat-wrapper._1 {
  bottom: 40px;
  width: 200px;
  height: 200px;
}

.stat-wrapper._2 {
  top: 40px;
}

.stat-wrapper._3 {
  bottom: 30px;
}

.stat-wrapper._4 {
  top: 40px;
  width: 160px;
  height: 160px;
}

.hero-card-about {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-top: 20px;
  padding: 26px 60px 50px 50px;
  flex-direction: column;
  align-items: flex-start;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.resource-team-wrapper, .resource-small-wrapper, .resource-donate-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.resource-small-wrapper {
  width: 560px;
}

.resource-small-wrapper.event {
  flex: 0 auto;
}

.resource-small-wrapper.client {
  flex: 0 auto;
}

.resource-small-wrapper-wide {
  width: unset;
}

.page-section-dots {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  justify-content: center;
}

.page-section-dots-text {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: -50px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  justify-content: space-evenly;
}

.btn-donate {
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 18px;
  border-radius: 4px;
  background-color: #5798ff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
}

.btn-donate._2, .btn-donate._2.donateway {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-donate._2 {
  max-width: 48%;
  padding: 9px 30px;
}

.btn-donate._2.donateway {
  max-width: 125px;
  padding: 9px 20px;
}

.btn-donate._3 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-donate.array {
  width: 100%;
  max-width: 48%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 9px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c1c1;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.btn-donate.array.selected {
  border-color: #32356a;
  background-color: #32356a;
  color: #fff;
}

.btn-donate.needed-most {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*padding: 9px 30px;*/
  /* temp */
  font-weight: 700;
  text-transform: uppercase;
}

.tabs-2 {
  bottom: 160px;
  z-index: 2;
}

.tabs-2.return {
  bottom: 0px;
  padding-bottom: 60px;
}

.heading {
  position: relative;
  bottom: 10px;
  width: 100%;
  margin-right: 50px;
  margin-left: 50px;
}

.heading.stats {
  bottom: 45px;
}

.text-block-3 {
  color: #eff4ff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
}

.heading-2 {
  margin-top: 1px;
  margin-bottom: 2px;
  color: #eff4ff;
  text-align: center;
}

.dot-text {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.div-block-12 {
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}

.form-block-2 {
  margin-bottom: 0px;
}

.nav-more {
  color: #5798ff;
  font-size: 18px;
}

.event-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  max-width: 475px;
  margin: 10px 10px 20px;
  flex-direction: column-reverse;
  border-bottom-left-radius: 190px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.event-image-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.event-image-wrapper.small {
  background-image: url(/images/oladimeji-ajegbile---pZzgsSgL0-unsplash.jpg?af7ecb1e2f6dc80187043953e4b618b4);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-image-wrapper.small.event {
  height: 320px;
}

.event-image-wrapper._2 {
  background-image: url(/images/fahrul-azmi-BCEexmxL9EQ-unsplash.jpg?08d1bed1605f4414feb83480fd2a1b60);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-image-wrapper.featured {
  height: 320px;
  background-image: url(/images/oladimeji-ajegbile---pZzgsSgL0-unsplash.jpg?af7ecb1e2f6dc80187043953e4b618b4);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-topic-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding: 5px 10px;
  background-color: #5798ff;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.event-topic-tag.partner {
  background-color: #f7b801;
}

.event-date {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding: 5px 10px;
  background-color: #5798ff;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.event-date.partner {
  background-color: #f7b801;
}

.event-date.client {
  background-color: transparent;
  color: #667;
}

.event-text-right {
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 35px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.event-text-right.grid {
  margin-top: auto;
  margin-bottom: auto;
}

.event-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 160px;
  height: 160px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.event-tag.large {
  width: 200px;
  height: 200px;
}

.nav-section-2 {
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 20px 10px;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  font-size: 13px;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.navbar {
  position: fixed;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #222;
}

.fall-nav-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.full-width-bg-page-hero {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 100px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(/images/leadersource-herobg-3-03.png?6eafea7c053aef91f4f7e1a96637871a);
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-bg-page-hero.strategy {
  z-index: 1;
  margin-bottom: 165px;
  background-image: url(/images/leadersource-herobg-3-03.png?6eafea7c053aef91f4f7e1a96637871a);
  background-size: cover;
  background-repeat: no-repeat;
}

.event-promo-section {
  z-index: 2;
  align-items: center;
  background-color: #222;
}

.resource-promo-section {
  z-index: 2;
  align-items: center;
  background-color: #f1f1f1;
}

.event-promo-container {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 280px;
  margin: 10px 10px 20px;
  flex-direction: column-reverse;
  border-bottom-left-radius: 110px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.event-promo-container.grid {
  width: 260px;
}

.event-promo-container.profile {
  width: 260px;
  border-bottom-left-radius: 0px;
}

.event-promo-container.client {
  width: 260px;
  height: 195px;
  padding: 30px 30px 35px;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0px;
  background-color: rgba(255, 255, 255, 0.75);
}

.event-promo-container.client-large {
  width: 540px;
  height: 420px;
  padding: 30px 30px 45px;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0px;
  background-color: rgba(255, 255, 255, 0.75);
}

.event-promo-text {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 5px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
}

.promo-heading {
  width: 100%;
  margin-bottom: 45px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.featured-story-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding: 5px 10px;
  background-color: #5798ff;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.story-image-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 160px;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.story-image-wrapper._1 {
  background-image: url(/images/hanniel-yakubu-beoXJAaoAiA-unsplash.jpg?ef84f5bbc6ef393951d5cb2f3005d30e);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-promo-text {
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 5px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.story-promo-container {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 280px;
  margin: 10px 10px 20px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.story-promo-read-more {
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 5px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
}

.recent-stories-section {
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
  background-color: #222;
}

.links-text-onwhite p {
  color: #667;
}

.links-text-onwhite a {
  color: #5798ff;
}

.item-page {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 120px;
}

.item-content-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.item-content-container.search-tags, .item-content-container.search-results {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 70px;
  flex-direction: column;
  align-items: flex-start;
}

.item-content-container.search-tags {
  flex: 1;
}

.item-content-container.search-results {
  flex: auto;
}

.item-content-container .item-tag .tag-filter {
  vertical-align: middle;
}

.item-content-container.donate {
  padding-top: 0px !important;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}

.item-hero-image {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  max-width: none;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-15 {
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.item-heading-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 600px;
  padding: 26px 60px 0px 50px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.item-tag {
  z-index: 2;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #5798ff;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.item-tag._1 {
  background-color: #84cdb4;
}

.item-tag._3 {
  background-color: #376266;
}

.item-related-section {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 1px;
  align-items: center;
  background-color: #222;
}

.item-back-link-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  margin-top: 80px;
  margin-bottom: 5px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: flex-start;
  align-items: center;
}

.item-back-link-arrow {
  height: 10px;
  margin-right: 7px;
  transform: rotate(180deg);
}

.subscribe-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.subscribe-card.footer {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: flex-end;
  background-color: transparent;
}

.subscribe-text {
  margin-right: 10px;
  color: #fff;
}

.btn-subscribe {
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 18px;
  border-radius: 4px;
  background-color: #fff;
  color: #84cdb4;
  font-size: 11px;
}

.sign-up-container {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: flex;
  align-items: center;
  background-color: #84cdb4;
}

.sign-up-close {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: auto;
  z-index: 2;
  width: 15px;
  cursor: pointer;
}

.sign-up-footer {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #84cdb4;
}

.hero-text-container-small {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: flex-end;
}

.hero-text-container-small.about {
  align-items: center;
}

.text-wrapper-story {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.resource-link-wrapper {
  width: 30%;
  float: left;
}

.resource-link-wrapper.clients {
  width: 25%;
}

.page-text-logo {
  width: 100%;
  max-width: 640px;
  padding-left: 50px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.div-block-19 {
  display: flex;
  align-items: center;
}

.event-details-text {
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 4px solid #f1f1f1;
}

.event-details-text a {
  color: #5798ff;
}

.event-details-text p {
  margin-bottom: 0px;
}

.btn-event-register {
  display: flex;
  margin: auto;
  padding: 9px 18px 9px 22px;
  align-items: center;
  border-radius: 4px;
  background-color: #222;
}

.div-block-22 {
  display: flex;
}

.hero-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, transparent 50%, rgba(239, 244, 255, 0.8));
}

.heroslide-tag {
  z-index: 2;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #5798ff;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tabs-horizontal {
  display: flex;
  margin-bottom: 10px;
}

.tab-ourwork {
  display: block;
  margin-top: 6px;
  margin-right: 15px;
  margin-bottom: 6px;
  padding: 3px 5px;
  background-color: transparent;
  color: #5798ff;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
}

.tab-ourwork.w--current {
  border-bottom: 3px solid #5798ff;
  background-color: transparent;
}

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

.tabs-3 {
  width: 100%;
}

.work-mobile {
  display: none;
}

.full-width-bg-page-hero-about {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 100px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-image: linear-gradient(90deg, #000, transparent), url(/images/about-header-image.jpg?b206feb298030733da15724e4fef9e1d);
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.team-image {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.9);
  opacity: 0;
  transition: opacity 300ms ease;
}

.profile-hover:hover {
  opacity: 1;
}

.profile-hover.event {
  padding-left: 30px;
  flex-wrap: wrap;
  align-content: center;
  background-color: rgba(87, 152, 255, 0.9);
}

.profile-hover-text {
  position: relative;
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 50px;
  transition: opacity 200ms ease;
  color: #f1f1f1;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.profile-hover-text:hover {
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
}

.form-block-3 {
  margin-bottom: 0px;
}

.timeline-wrapper {
  position: sticky;
  top: 0px;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  background-image: url(/images/resource-bg-grow-2.png?97167b9d6c8eb02e6905cbe7008b7c87);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-25 {
  position: relative;
  display: flex;
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
  align-items: center;
  flex: 0 0 auto;
}

.timeline-year {
  width: 100%;
  max-width: 600px;
  margin: 100px;
  text-align: center;
}

.timeline-year h1 {
  color: #5798ff;
  font-size: 140px;
  line-height: 120px;
  letter-spacing: -6px;
}

.timeline-year p {
  color: #f1f1f1;
}

.timeline-year h2 {
  color: #5798ff;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -2px;
}

.div-block-27 {
  position: absolute;
  top: 110px;
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
}

.core-model-card {
  position: relative;
  width: 400px;
  height: auto;
  margin-bottom: 65px;
  padding: 10px;
  background-clip: content-box;
}

.profile-hero-image {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.work-icon {
  position: relative;
  left: 40px;
  width: 100%;
}

.work-icon-wrapper {
  display: flex;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  background-color: #32356a;
}

.sitenav1-x-wrapper {
  position: relative;
  width: 100%;
  height: 2px;
}

.sitenav1-hamburger-container {
  position: relative;
  z-index: 100000;
  display: flex;
  width: 27px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.sitenav1-hamburger-container:hover {
  text-decoration: none;
}

.sitenav-link {
  margin-right: 0px;
  margin-bottom: 15px;
  transform-origin: 0% 100%;
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.sitenav-link:hover {
  transform: scale(1.05) translate(0px, -2px);
}

.sitenav1-menu-logo-black {
  position: absolute;
  width: 100%;
}

.sitenav1-menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99999;
  width: 100%;
  height: 0vh;
}

.sitenav-content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #51bb78;
}

.sitenav1-line-wrapper {
  position: relative;
  width: 100%;
  height: 2px;
}

.sitenav1-menu-logo-wrapper {
  position: relative;
  z-index: 100000;
  width: 32px;
  height: 25px;
  margin-bottom: 16px;
  align-items: center;
}

.sitenav1-menu-logo-wrapper.w--current {
  z-index: 100000;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.sitenav1-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0f0f0e;
}

.sitenav1-menu-logo-white {
  position: absolute;
  width: 100%;
}

.sitenav-content-wrapper {
  display: flex;
  margin-top: 80px;
  margin-right: 8%;
  margin-left: 8%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.sitenav1-menu-section {
  position: fixed;
  z-index: 100000;
  display: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 12px 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.div-block-28 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.form-3 {
  margin-left: 20px;
}

.filter-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  background-image: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0.7));
  box-shadow: -1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  transform: translate(100%, 0px);
}

.explore-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.filter-close {
  z-index: 2;
  width: 20px;
  cursor: pointer;
}

.div-block-29 {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.explore-close {
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-end;
  align-items: center;
  border-top: 4px solid #5798ff;
}

.item-tag-filter {
  z-index: 2;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #5798ff;
  color: #fff;
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.item-tag-filter._1 {
  background-color: #84cdb4;
}

.item-tag-filter._3 {
  background-color: #376266;
}

.item-tag-filter._4 {
  background-color: #9fd06c;
}

.item-tag-filter._5 {
  background-color: #f18701;
}

.item-tag-filter._6 {
  background-color: #f7b801;
}

.item-tag-filter._7 {
  background-color: #32356a;
}

.item-tag-filter._8 {
  background-color: #72315a;
}

.item-tag-filter._9 {
  background-color: #f1f1f1;
  color: #667;
}

.work-text-wrapper {
  position: relative;
  width: 100%;
}

.hero-quote {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 35px;
  color: #222;
  font-size: 100px;
}

.about-sub-nav {
  position: sticky;
  left: 0%;
  top: 80px;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: flex;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.9);
}

.client-image {
  -o-object-fit: contain;
  object-fit: contain;
}

.clients-tabs {
  display: flex;
  margin-right: auto;
  flex-direction: column;
}

.tabs-content {
  width: 100%;
}

.client-list-link {
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0px 0px 0px 6px;
  align-items: center;
  background-color: transparent;
  color: #5798ff;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
}

.client-list-link.w--current {
  display: none;
  padding-right: 6px;
  padding-left: 0px;
  border-right: 3px solid #5798ff;
  background-color: transparent;
}

.form-filter-wrapper {
  display: flex;
}

.donate-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: -135px;
  margin-bottom: -65px;
  padding-right: 60px;
  padding-left: 50px;
  flex-direction: column;
  align-items: flex-start;
}

.checkbox-label-2-copy-copy {
  font-size: 17px;
  line-height: 1.5em;
}

.tab-1 {
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 49%;
  padding: 10px 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  font-size: 20px;
}

.tab-1:hover {
  line-height: 20px;
  text-decoration: none;
}

.tab-1.w--current {
  border-color: #5798ff;
  background-color: #5798ff;
  color: #fff;
}

.ex__date-2 {
  width: 100%;
  height: 59px;
  max-width: 210px;
  margin-right: 14px;
  margin-bottom: 0px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  color: #a3a3a3;
  font-size: 15px;
}

.ex__date-2:-ms-input-placeholder {
  color: #323232;
}

.ex__date-2::-moz-placeholder {
  color: #323232;
}

.ex__date-2::placeholder {
  color: #323232;
}

.ex__date-2.last {
  height: 60px;
  border-color: #c1c1c1;
  border-radius: 4px;
  color: #a3a3a3;
  font-size: 16px;
}

.div-block-40 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.form-container {
  display: block;
  width: 100%;
  padding: 20px 30px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 0px solid #969696;
}

.array-old {
  display: none;
  width: 100%;
}

.grid3-label-wrapper {
  position: relative;
  width: 100%;
  max-width: 185px;
  margin-bottom: 1.5rem;
}

.open-ask {
  width: 100%;
  max-width: 100%;
}

.c-donateform-form-btns-2-copy {
  position: relative;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.is-donateform-form {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: auto;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  text-align: left;
}

.field {
  position: relative;
  margin-bottom: 1.5rem;
}

.label-2 {
  display: flex;
  width: 100%;
  height: 53px;
  max-width: 35px;
  padding-right: 0px;
  padding-left: 3px;
  justify-content: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c1c1c1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #e9ecef;
  color: #616161;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.payment__checkbox-copy-3-copy {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  font-weight: 400;
}

.grid-2-container-copy {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.card-container {
  position: absolute;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 174px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  opacity: 1;
}

.form-copy {
  width: 100%;
  max-width: 650px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-43-copy {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-20-label {
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #c1c1c1;
  background-color: rgba(255, 255, 255, 0.26);
  font-size: 19px;
}

.grid-20-label:-ms-input-placeholder {
  color: #323232;
}

.grid-20-label::-moz-placeholder {
  color: #323232;
}

.grid-20-label::placeholder {
  color: #323232;
}

.text-field-2 {
  position: static;
  height: 53px;
  margin-bottom: 0px;
  border: 1px solid #c1c1c1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #a3a3a3;
  font-size: 15px;
}

.check-box-2 {
  margin-top: 6px;
  margin-right: 15px;
  margin-left: 0px;
}

.grid-2-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.form-container2 {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.tab-2-text {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.form__lable {
  display: flex;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.form__lable.details {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 14px;
}

.form__lable.card2 {
  width: 100%;
  max-width: 100%;
  margin-top: 21px;
  padding-bottom: 7px;
}

.payment-details-container {
  position: relative;
  margin-bottom: 40px;
}

.card {
  width: 100%;
  max-width: 52px;
  margin-right: 3px;
  filter: grayscale(100%);
}

.card._1 {
  max-width: 36px;
  margin-right: 5px;
  opacity: 1;
}

.card._2 {
  max-width: 36px;
  margin-right: 5px;
  opacity: 0.73;
}

.card._3 {
  max-width: 36px;
  margin-right: 5px;
  opacity: 0.88;
}

.text-note {
  margin-bottom: 4px;
  color: #5798ff;
  font-size: 14px;
  line-height: 1.1rem;
  text-align: right;
}

.credit-card-container {
  width: 100%;
}

.occasion-field {
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  color: #999;
  font-size: 15px;
}

.occasion-field:-ms-input-placeholder {
  color: #323232;
}

.occasion-field::-moz-placeholder {
  color: #323232;
}

.occasion-field::placeholder {
  color: #323232;
}

.grid2-label-wrapper {
  position: relative;
  width: 49%;
  margin-bottom: 1.5rem;
}

.tab2 {
  display: flex;
  width: 100%;
  max-width: 49%;
  padding: 10px 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  background-color: #fff;
}

.tab2:hover {
  color: #222;
  text-decoration: none;
}

.tab2.w--current {
  display: flex;
  max-width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-color: #5798ff;
  background-color: #5798ff;
  color: #fff;
}

.bank-container {
  width: 100%;
}

.grid-2-container-copy-copy {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  justify-content: flex-start;
}

.tabs-menu-2 {
  display: flex;
  margin-bottom: 10px;
  padding-top: 15px;
  justify-content: space-between;
}

.checkbox-1 {
  margin-top: 6px;
  margin-right: 15px;
  margin-left: 0px;
}

.grid2-label-wrapper-sm {
  position: relative;
  width: 100%;
  max-width: 106px;
  margin-right: 20px;
}

.form-container-1 {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.note {
  position: absolute;
  left: auto;
  top: -64px;
  right: 95px;
  bottom: auto;
  width: 100%;
  max-width: 112px;
}

.payment__checkbox-copy-3 {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  font-weight: 400;
}

.div-block-37 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: center;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.ex__country {
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  color: #a3a3a3;
  font-size: 15px;
}

.ex__country:-ms-input-placeholder {
  color: #323232;
}

.ex__country::-moz-placeholder {
  color: #323232;
}

.ex__country::placeholder {
  color: #323232;
}

.button-donation {
  display: flex;
  width: 32%;
  height: 53px;
  margin-bottom: 20px;
  padding: 18px 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  background-color: #fff;
  transition: all 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.button-donation:hover {
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
}

.button-donation:focus {
  border-color: #5798ff;
  background-color: #5798ff;
  color: #fff;
}

.button-donation.autofocus {
  border-color: #5798ff;
  background-color: #5798ff;
  color: #f1f1f1;
}

.image-27 {
  position: absolute;
  left: auto;
  top: auto;
  right: -48px;
  bottom: -17px;
  width: 100%;
  max-width: 36px;
}

.form-block-4 {
  width: 100%;
  max-width: 32%;
  margin-bottom: 0px;
}

.two-dropdown-wrapper {
  display: flex;
  width: 100%;
  max-width: 650px;
  justify-content: flex-start;
  align-items: center;
}

.donation-array {
  width: 100%;
  max-width: 100%;
}

.question-mark {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 25px;
  max-width: 37px;
  margin-top: 6px;
  margin-bottom: 5px;
  opacity: 0.54;
}

.form-5 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
}

.form-3-copy {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column;
  align-items: center;
}

.button-3 {
  display: flex;
  width: 100%;
  height: 58px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #5798ff;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-3:hover {
  background-color: #32356a;
  color: #fff;
  text-decoration: none;
}

.card-field {
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  color: #999;
  font-size: 15px;
}

.card-field:-ms-input-placeholder {
  color: #323232;
}

.card-field::-moz-placeholder {
  color: #323232;
}

.card-field::placeholder {
  color: #323232;
}

.organization-container {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 8px;
  background-color: #c7c7c7;
}

.contact-form {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-subtext {
  margin-top: -5px;
  color: #bbb;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.widget-wrapper {
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  justify-content: flex-end;
}

.widget-image {
  height: 20px;
}

.widget-link {
  height: 20px;
  margin-left: 8px;
}

.credit-card-dropdown {
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 4px;
  background-color: #fff;
  color: #a3a3a3;
  font-size: 15px;
}

.credit-card-dropdown:-ms-input-placeholder {
  color: #323232;
}

.credit-card-dropdown::-moz-placeholder {
  color: #323232;
}

.credit-card-dropdown::placeholder {
  color: #323232;
}

.donate-field {
  height: 60px;
  margin-bottom: 0px;
  border-radius: 4px;
  color: #a3a3a3;
  font-size: 15px;
}

.donate-field.cvv {
  margin-bottom: 0px;
}

.donate-text-wrapper {
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 0px solid #969696;
}

.hero-image-donate {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 600px;
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.engagement-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.engagement-icon-wrapper {
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: 50px;
  margin-bottom: 20px;
  align-items: center;
  border-radius: 50%;
  background-color: #32356a;
  transform-origin: 0% 50%;
}

.engagement-card-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}

.full-width-bg-visitor {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-bottom: 80px;
  padding-top: 80px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(/images/leadersource-herobg-3-03.png?6eafea7c053aef91f4f7e1a96637871a);
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.text-timeline p {
  color: #f1f1f1;
}

.text-timeline a {
  color: #5798ff;
}

.text-timeline h1 {
  color: #5798ff;
  font-size: 45px;
  line-height: 48px;
}

.text-timeline li {
  color: #f1f1f1;
}

.text-timeline h2 {
  color: #fff;
}

.text-timeline h3 {
  color: #f1f1f1;
}

.text-timeline h4 {
  color: #f1f1f1;
}

.div-block-41 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 600px;
  padding-top: 50px;
}

.slider-3 {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}

.image-28 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.sign-up-card-minimal {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding-right: 60px;
  padding-left: 50px;
  flex-direction: column;
  align-items: flex-start;
}

.white {
  color: #fff;
}

.link-block {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.paradigm-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -23%;
  z-index: 1;
  width: 190px;
  height: 190px;
}

.indicators-wrapper {
  display: flex;
  width: 100%;
  margin-top: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -34px;
  width: 10px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  transform: rotate(90deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.indicator-card-content {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}

.indicator-icon-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  width: 140px;
  height: 140px;
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 20px;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  transform-origin: 0% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.indicator-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.indicator-text-wrapper {
  position: relative;
  width: 100%;
}

.models-graphic {
  width: 200px;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.core-graphic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resource-card-content-donate, .resource-card-content-donate.donateway {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*height: 100%;*/
  /* temp */
  height: 760px;
  align-items: flex-end;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.resource-card-content-donate {
  display: flex;
}

.resource-card-content-donate.donateway {
  display: block;
}

.resource-card-content-donate.most-needed {
  flex-wrap: wrap;
  align-items: stretch;
}

.donate-item-image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donate-item-image.donateway {
  width: 100%;
  height: 30%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resource-text-wrapper-small-donate, .resource-text-wrapper-small-donate.donateway {
  z-index: 1;
  padding: 9px 20px 8px;
  flex-direction: column;
  justify-content: space-between;
}

.resource-text-wrapper-small-donate {
  height: 100%;
  display: flex;
  flex: 1;
}

.resource-text-wrapper-small-donate.donateway {
  height: 60%;
  display: block;
}

.resource-text-wrapper-small-donate.most-needed {
  padding-bottom: 10px;
}

.resource-card-donate, .resource-card-donate.donateway {
  position: relative;
  padding: 10px;
  background-color: #fff;
  background-clip: content-box;
}

.resource-card-donate {
  width: 100%;
  height: 220px;
}

.resource-card-donate.donateway {
  width: 275px;
  min-height: 300px;
}

.resource-card-donate.most-needed {
  height: 450px;
  margin-bottom: 20px;
}

.form-6, .form-6.donateway {
  display: flex;
  align-items: center;
}

.form-6 {
  justify-content: space-between;
}

.form-6.donateway {
  justify-content: space-evenly;
}

.form-6.needed-most {
  margin-bottom: 8px;
}

.donate-card-field, .donate-card-field.donateway {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 4px;
}

.donate-card-field {
  max-width: 48%;
}

.donate-card-field.donateway {
  margin-right: 15px;
  max-width: 65px;
}

.donate-card-field.customway {
  margin: 15px 15px 0 0;
  min-width: 150px;
}

.donate-amount, .donate-amount.donateway {
  padding-top: 10px;
}

.donate-amount.donateway {
  position: absolute;
  /* temp */
  bottom: 0;
}

.donaterecur {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 10px;
}

.cart-wrapper {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.cart-item {
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 0.5px solid #f1f1f1;
}

.item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.remove-edit-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.remove-wrapper {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
}

.item-remove {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 11px;
}

.item-amount {
  display: flex;
  margin: 0px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #667;
}

.item-amount.total {
  margin-right: 0px;
  margin-left: 0px;
}

.item-edit {
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

.item-edit-wrapper {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

.most-needed-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.tabs-menu-3 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.donate-tab {
  display: flex;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 9px 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 20px;
}

.donate-tab:hover {
  line-height: 20px;
  text-decoration: none;
}

.donate-tab.w--current {
  border-color: #5798ff;
  background-color: #5798ff;
  color: #fff;
}

.form-block-5 {
  width: 100%;
}

.slider-4 {
  height: 70vh;
  min-height: 530px;
}

.impact-feature-image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.impact-feature-image.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 40%), linear-gradient(90deg, transparent 68%, rgba(255, 255, 255, 0.8));
}

.slide-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  background-color: #fff;
}

.impact-featured-story-wrapper {
  position: relative;
  left: -75px;
  top: 16vh;
  z-index: 3;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding: 26px 60px 50px 50px;
  flex-direction: column;
  align-items: flex-start;
}

.right-arrow-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-right {
  width: 12px;
}

.slider-right.invert {
  filter: invert(100%);
}

.left-arrow-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-left {
  width: 12px;
}

.donate-or {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.impact-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stories-pages-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}

.more-linkblock {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .resource-container {
    padding-right: 50px;
    padding-left: 50px;
    justify-content: center;
  }

  .resource-container.donate {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-section.resource {
    max-width: 900px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-section.timeline, .page-section.financials {
    max-width: 900px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-section.model-cards {
    align-items: center;
  }

  .page-section.links-left {
    padding-left: 25px;
  }

  .page-section.links-right {
    justify-content: center;
    background-image: url(/images/resource-bg-ask.png?551653c282226022f52d4d6ee3ce9da8);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .page-section.links-right-2 {
    justify-content: center;
    background-image: url(/images/resource-bg-grow-2.png?97167b9d6c8eb02e6905cbe7008b7c87);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .page-section.core-models {
    max-width: 690px;
    padding-left: 0px;
  }

  .page-section.event-old {
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: row;
    justify-content: center;
  }

  .page-section.resource-page {
    max-width: 900px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .tabs-menu.donate {
    justify-content: flex-start;
    background-color: white;
  }

  .text.hero h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .text.item-hero h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .text.hero-white h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .text.vision-hero h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .text.mission-hero h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .nav-logo-link {
    width: 200px;
    padding-bottom: 5px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.top-nav {
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link.top-main {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .search {
    height: 30px;
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .search.explore {
    margin-bottom: 0px;
  }

  .search.nav {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    height: 25px;
    max-width: 250px;
  }

  .search.explore {
    height: 25px;
    max-width: 250px;
  }

  .search-input.small {
    font-size: 12px;
    line-height: 23px;
  }

  .btn-search {
    font-size: 12px;
    line-height: 18px;
  }

  .impact-image-wrapper {
    max-width: 280px;
    min-height: 280px;
  }

  .page-text-links {
    padding-left: 0px;
  }

  .page-text-links.core-models {
    padding-left: 0px;
  }

  .page-text-right-links {
    padding-right: 25px;
  }

  .question-card-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .full-width-bg.featured-impact {
    padding-bottom: 80px;
  }

  .resource-card-content.core-model {
    position: static;
    padding-top: 15px;
  }

  .tab-grow-leader {
    margin-right: 0px;
    text-align: center;
  }

  .tab-grow-leader.w--current {
    text-align: center;
  }

  .tab-grow-life {
    margin-right: 0px;
    text-align: center;
  }

  .tab-build-churches {
    margin-right: 0px;
    text-align: center;
  }

  .tab-answer-question {
    margin-right: 0px;
    text-align: center;
  }

  .page-section-header-wrapper.timeline, .page-section-header-wrapper.financials {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .endorsement-container.model-cards {
    flex-direction: column;
    align-items: flex-start;
  }

  .endorsement-card._3 {
    display: none;
  }

  .full-width-bg-new-visitor {
    margin-bottom: 140px;
  }

  .w-slide {
    height: 65%;
  }

  .hero-image-new-visitor.article {
    width: 600px;
    height: 600px;
  }

  .hero-image-new-visitor.sign-up-right {
    top: auto;
    bottom: -300px;
    width: 600px;
    height: 600px;
  }

  .hero-image-new-visitor.hero {
    top: 100px;
    width: 400px;
    height: 400px;
  }

  .hero-image-new-visitor.hero-strategy {
    top: 45px;
    width: 600px;
    height: 600px;
    opacity: 0.2;
  }

  .hero-card-new-visitor {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-card-new-visitor.hero {
    margin-left: 350px;
  }

  .hero-dot {
    width: 230px;
    height: 230px;
  }

  .strategy-tabs {
    flex-direction: column;
  }

  .endorsement-section {
    height: 300px;
  }

  .related-section {
    height: 1000px;
  }

  .related-slider {
    height: 1000px !important;
  }

  .stats-container {
    margin-bottom: 75px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slide-nav-2 {
    margin-left: 350px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-card-about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section-dots {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-section-dots-text {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
  }

  .btn-donate {
    display: flex;
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .tabs-2 {
    bottom: 134px;
  }

  .heading {
    margin-right: 25px;
    margin-left: 25px;
  }

  .dot-text {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .event-wrapper {
    width: 47%;
  }

  .event-image-wrapper._2 {
    height: 150px;
  }

  .event-text-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-section-2 {
    position: relative;
    height: 80px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    flex-direction: row;
    align-items: flex-end;
  }

  .nav-menu {
    padding: 40px 15px;
    flex-direction: column;
    align-items: center;
    background-color: #222;
  }

  .fall-nav-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .full-width-bg-page-hero.strategy {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .event-promo-text {
    padding-right: 25px;
    padding-left: 25px;
  }

  .story-promo-text {
    padding-right: 25px;
    padding-left: 25px;
  }

  .story-promo-read-more {
    padding-right: 25px;
    padding-left: 25px;
  }

  .item-content-container.donate {
    width: 100%;
    padding-top: 110px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0.85);
  }

  .item-hero-image {
    flex: 0 0 auto;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .item-heading-wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .subscribe-card {
    padding-right: 25px;
    padding-left: 25px;
  }

  .subscribe-text {
    margin-right: 15px;
  }

  .btn-subscribe {
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .btn-subscribe.footer {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sign-up-footer {
    justify-content: center;
  }

  .page-text-logo {
    padding-left: 0px;
  }

  .div-block-19 {
    flex-direction: row;
    justify-content: center;
  }

  .icon {
    color: #f1f1f1;
    font-size: 34px;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .profile-hover {
    display: none;
  }

  .profile-hover.event {
    display: flex;
    height: 320px;
    margin-top: auto;
    padding-bottom: 40px;
    background-color: rgba(87, 152, 255, 0.2);
    opacity: 1;
  }

  .profile-hover.event.small {
    height: 200px;
  }

  .profile-hover-text {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  .div-block-25 {
    left: -610px;
  }

  .core-model-card {
    display: flex;
    width: 100%;
    height: 400px;
    max-width: 900px;
    margin-bottom: 0px;
  }

  .sitenav-content-wrapper {
    margin-top: 60px;
  }

  .hero-quote {
    left: -20px;
  }

  .clients-tabs {
    flex-direction: column;
  }

  .ex__date-2 {
    margin-right: 10px;
  }

  .ex__date-2.last {
    margin-right: 0px;
  }

  .form-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .is-donateform-form {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .grid-20-label {
    margin-right: 10px;
  }

  .form__lable {
    margin-right: 10px;
  }

  .occasion-field {
    margin-right: 10px;
  }

  .ex__country {
    margin-right: 10px;
  }

  .card-field {
    margin-right: 10px;
  }

  .credit-card-dropdown {
    margin-right: 10px;
  }

  .donate-text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-image-donate {
    max-width: none;
  }

  .full-width-bg-visitor {
    margin-bottom: 0px;
  }

  .div-block-41 {
    display: none;
  }

  .sign-up-card-minimal {
    margin-right: 0px;
    padding-left: 0px;
  }

  .paradigm-image {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    height: 100%;
  }

  .core-graphic {
    border-radius: 0%;
  }

  .cart-item {
    border-bottom-color: #c1c1c1;
  }

  .remove-wrapper {
    background-color: #fff;
  }

  .impact-feature-image.overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 40%), linear-gradient(90deg, transparent 40%, rgba(255, 255, 255, 0.9));
  }

  .impact-featured-story-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .impact-image {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    line-height: 34px;
  }

  .resource-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-section.resource {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.featured-impact {
    padding-bottom: 85px;
  }

  .page-section.sign-up {
    padding-bottom: 280px;
  }

  .page-section.timeline, .page-section.financials {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.links-left {
    padding-left: 20px;
  }

  .page-section.stories {
    padding-bottom: 85px;
  }

  .page-section.resource-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 15px;
  }

  .tabs-menu.donate {
    box-shadow: none;
  }

  .nav-logo-link {
    width: 230px;
  }

  .nav-link.top-main {
    font-size: 19px;
    line-height: 20px;
  }

  .nav-link.top-main.mobile {
    width: 40%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
  }

  .search {
    max-width: 250px;
  }

  .impact-text-right {
    padding: 15px 50px 15px;
  }

  .impact-image-wrapper {
    max-width: none;
    min-height: 250px;
  }

  .page-text-links {
    margin-bottom: 40px;
  }

  .page-text-links.core-models {
    padding-left: 0px;
  }

  .resource-card {
    width: 230px;
    height: 230px;
  }

  .question-card {
    width: 460px;
    height: 230px;
  }

  .question-card-content {
    height: 210px;
  }

  .full-width-bg.resource-links {
    display: none;
  }

  .full-width-bg.resource-links-mobile {
    display: flex;
  }

  .full-width-bg.our-mission {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .full-width-bg.featured-impact {
    padding-bottom: 90px;
  }

  .full-width-bg.home-page {
    padding-top: 40px;
  }

  .resource-card-brief {
    width: 460px;
    height: 460px;
  }

  .tab-grow-leader {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .tab-grow-life {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .tab-build-churches {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .tab-answer-question {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .impact-wrapper {
    flex-direction: column;
  }

  .link.explore {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .endorsement-card {
    max-width: 400px;
  }

  .endorsement-card._2 {
    display: none;
  }

  .endorsement-card._1 {
    max-width: 300px;
  }

  .sign-up-card {
    margin-right: -190px;
    margin-bottom: -186px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-wrapper {
    display: none;
    width: 100%;
  }

  .nav-link-wrapper.mobile {
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 18px;
  }

  .hero-image-new-visitor.sign-up-right {
    right: -300px;
    bottom: -220px;
  }

  .hero-image-new-visitor.hero {
    opacity: 0.2;
  }

  .hero-image-new-visitor.hero-strategy {
    opacity: 0.2;
  }

  .hero-card-new-visitor {
    margin-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-card-new-visitor.hero {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-card-new-visitor.hero-small {
    margin-left: 0px;
  }

  .hero-card-new-visitor.hero-vision {
    margin-left: 0px;
  }

  .hero-dot {
    width: 34vw;
    height: 34vw;
    margin-right: -10px;
    margin-left: -10px;
  }

  .links-text h4 {
    color: #5798ff;
  }

  .footer {
    padding: 50px 20px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-logo-link {
    width: 100%;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .stats-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-nav-2 {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-card-about {
    margin-top: 50px;
    margin-right: 0px;
  }

  .resource-small-wrapper.event {
    padding-right: 10px;
    padding-left: 10px;
  }

  .resource-small-wrapper.client {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-between;
  }

  .page-section-dots {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section-dots-text {
    margin-top: -50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-donate {
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .btn-donate._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-donate.needed-most {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-2 {
    bottom: 115px;
  }

  .tabs-2.return {
    padding-bottom: 0px;
  }

  .heading {
    margin-right: 10px;
    margin-left: 10px;
  }

  .dot-text {
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-12 {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .event-wrapper {
    width: 100%;
  }

  .event-image-wrapper {
    height: 250px;
  }

  .event-image-wrapper.small {
    height: 250px;
  }

  .event-image-wrapper.featured {
    height: 280px;
  }

  .event-text-right {
    padding: 30px 25px;
  }

  .event-text-right.grid {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .event-tag {
    width: 140px;
    height: 140px;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .event-promo-container {
    width: 230px;
    border-bottom-left-radius: 120px;
  }

  .event-promo-container.grid {
    width: 100%;
    max-width: 350px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .event-promo-container.profile {
    width: 48%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .event-promo-container.client {
    width: 48%;
    margin-right: 0px;
    margin-left: 0px;
    align-items: center;
  }

  .event-promo-container.client-large {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
  }

  .event-promo-text {
    padding-right: 25px;
    padding-left: 25px;
  }

  .story-image-wrapper {
    height: 130px;
  }

  .story-promo-container {
    width: 250px;
  }

  .story-promo-read-more {
    padding-right: 25px;
    padding-left: 25px;
  }

  .item-content-container.donate {
    padding-top: 90px;
  }

  .item-heading-wrapper {
    margin-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .subscribe-card {
    margin-right: 0px;
    padding: 8px 25px;
  }

  .btn-subscribe.footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sign-up-close {
    width: 20px;
  }

  .text-wrapper-story {
    padding-right: 25px;
    padding-left: 25px;
  }

  .resource-link-wrapper.clients {
    width: 33%;
  }

  .div-block-20 {
    width: 33%;
  }

  .div-block-21 {
    width: 100%;
    margin-bottom: 20px;
  }

  .tabs-3 {
    display: none;
  }

  .work-mobile {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .profile-hover.event {
    height: 280px;
  }

  .profile-hover.event.small {
    height: 250px;
  }

  .div-block-25 {
    left: -1085px;
  }

  .timeline-year {
    width: 100vw;
    max-width: 450px;
  }

  .core-model-card {
    width: 100%;
    height: auto;
    max-width: 500px;
    flex-direction: column;
  }

  .model-card-text-wrapper {
    margin-bottom: 20px;
  }

  .sitenav-link {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .sitenav1-menu-logo-wrapper {
    margin-left: 0px;
  }

  .sitenav-content-wrapper {
    margin-top: 40px;
  }

  .div-block-28 {
    margin-bottom: 5px;
    flex-direction: column;
    align-items: flex-end;
  }

  .form-3 {
    margin-left: 10px;
  }

  .filter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .filter-close {
    width: 20px;
  }

  .hero-quote {
    left: 10px;
    top: 20px;
    right: auto;
    bottom: auto;
    width: 25px;
  }

  .donate-card {
    margin-right: -190px;
    margin-bottom: -186px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ex__date-2 {
    max-width: 49%;
  }

  .ex__date-2.last {
    max-width: 100%;
    margin-right: 14px;
  }

  .form-container {
    flex-direction: column;
  }

  .grid3-label-wrapper {
    max-width: 100%;
  }

  .c-donateform-form-btns-2-copy {
    flex-direction: row;
  }

  .is-donateform-form {
    max-width: 600px;
  }

  .grid-2-container-copy {
    flex-wrap: wrap;
  }

  .grid-20-label {
    max-width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-2-container {
    flex-direction: column;
  }

  .form__lable {
    margin-right: auto;
  }

  .form__lable.details {
    max-width: 100%;
  }

  .form__lable.card2 {
    max-width: 100%;
  }

  .text-note {
    font-size: 16px;
    text-align: center;
  }

  .occasion-field {
    max-width: 100%;
  }

  .grid2-label-wrapper {
    width: 100%;
  }

  .note {
    left: 0%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
    margin-top: 25px;
    font-weight: 700;
  }

  .ex__country {
    max-width: 100%;
  }

  .button-donation {
    width: 100%;
    max-width: 48%;
    margin-bottom: 1rem;
  }

  .image-27 {
    display: none;
  }

  .form-block-4 {
    max-width: 48%;
  }

  .two-dropdown-wrapper {
    max-width: 100%;
  }

  .card-field {
    max-width: 100%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .widget-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .credit-card-dropdown {
    max-width: 100%;
  }

  .donate-text-wrapper {
    flex-direction: column;
  }

  .text-timeline h3 {
    color: #5798ff;
  }

  .text-timeline h4 {
    color: #5798ff;
  }

  .sign-up-card-minimal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paradigm-image {
    width: 100%;
    height: 250px;
  }

  .indicator-icon-wrapper {
    margin-right: 30px;
  }

  .resource-card-content-donate {
    flex-direction: column;
  }

  .donate-item-image {
    width: 100%;
    height: 200px;
  }

  .resource-card-donate {
    height: auto;
  }

  .resource-card-donate.most-needed {
    height: auto;
  }

  .form-6 {
    max-width: 310px;
  }

  .form-6.donateway {
    max-width: 260px;
  }

  .form-6.needed-most {
    max-width: none;
  }

  .item-remove {
    margin-right: 15px;
    margin-left: 15px;
  }

  .item-amount {
    margin-right: 10px;
  }

  .item-edit-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .impact-feature-image {
    width: 100%;
  }

  .impact-feature-image.overlay {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 40%), linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.78));
  }

  .impact-featured-story-wrapper {
    position: absolute;
    left: 0px;
    margin-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .right-arrow-5 {
    padding-bottom: 50px;
    justify-content: flex-end;
  }

  .slider-right.invert {
    filter: invert(100%);
  }

  .left-arrow-5 {
    padding-bottom: 50px;
    align-items: flex-end;
  }

  .slider-left.landscape-invert {
    filter: invert(100%);
  }

  .impact-image {
    min-height: 250px;
  }
}
@media screen and (max-width: 550px) {
  .page-section-header-wrapper.resource {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .resource-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-section.resource {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.featured-impact {
    padding-bottom: 20px;
  }

  .page-section.endorsements {
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
  }

  .page-section.sign-up {
    padding-bottom: 310px;
    justify-content: flex-start;
  }

  .page-section.recent-stories {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.featured-events {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.timeline, .page-section.financials {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.links-left {
    padding-left: 10px;
  }

  .page-section.sign-up-minimal {
    justify-content: flex-start;
  }

  .page-section.event-old {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section.related-events {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-section.our-history {
    padding-right: 0px;
    padding-left: 0px;
    justify-content: flex-start;
  }

  .page-section.resource-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .text.item-hero h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .nav-logo-link {
    width: 100%;
    max-width: 200px;
  }

  .nav-link.top-main {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 18px;
  }

  .nav-link.top-main.mobile {
    width: 100%;
    font-size: 36px;
    line-height: 24px;
  }

  .search.explore {
    margin-left: 0px;
  }

  .resource-card {
    width: 460px;
    height: 300px;
  }

  .question-card {
    height: 460px;
  }

  .question-card-content {
    height: 100%;
  }

  .full-width-bg.dots.black {
    margin-top: -60px;
  }

  .full-width-bg.team-page {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .full-width-bg.text {
    padding-top: 140px;
  }

  .full-width-bg.about {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .full-width-bg.our-mission {
    padding-top: 100px;
  }

  .full-width-bg.featured-impact {
    padding-bottom: 100px;
  }

  .resource-card-content.brief {
    padding: 25px;
  }

  .tab-grow-leader {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .tab-grow-life {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .tab-build-churches {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .tab-answer-question {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .page-section-header.white {
    margin-left: 0px;
  }

  .page-section-header.tineline {
    margin-left: 0px;
  }

  .page-section-header-wrapper.event {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .page-section-header-wrapper.timeline, .page-section-header-wrapper.financials {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .page-section-header-wrapper.team {
    flex-direction: column;
    align-items: flex-start;
  }

  .link.explore {
    margin: 0px 10px 0px 0px;
    padding-left: 0px;
  }

  .sign-up-image {
    width: 200px;
    height: 200px;
  }

  .sign-up-card {
    margin-right: -235px;
    margin-bottom: -225px;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .text-block-2 {
    font-size: 14px;
    text-align: left;
  }

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

  .full-width-bg-new-visitor {
    margin-bottom: 110px;
  }

  .hero-image-new-visitor.sign-up-right {
    bottom: -110px;
    width: 500px;
    height: 500px;
  }

  .hero-image-new-visitor.hero {
    left: -60px;
  }

  .hero-image-new-visitor.hero-strategy {
    left: -220px;
  }

  .hero-card-new-visitor.hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-card-new-visitor.hero-small {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-card-new-visitor.hero-vision {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-dot {
    width: 37vw;
    height: 37vw;
  }

  .strategy-tabs {
    flex-direction: column;
  }

  .right-arrow {
    padding-bottom: 50px;
    align-items: flex-end;
  }

  .left-arrow {
    padding-bottom: 50px;
    align-items: flex-end;
  }

  .left-arrow-related, .right-arrow-related {
    padding-top: 50px;
    align-items: flex-start;
  }

  .footer {
    padding: 60px 20px;
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .stat-wrapper._1 {
    width: 160px;
    height: 160px;
  }

  .stat-wrapper._2 {
    width: 140px;
    height: 140px;
  }

  .stat-wrapper._3 {
    width: 140px;
    height: 140px;
  }

  .stat-wrapper._4 {
    width: 140px;
    height: 140px;
  }

  .resource-small-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .page-section-dots {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-section-dots-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn-donate {
    width: 100%;
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-donate._2 {
    max-width: none;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .btn-donate.array {
    max-width: none;
    margin-bottom: 8px;
  }

  .btn-donate.needed-most {
    max-width: none;
    margin-top: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tabs-2 {
    bottom: 75px;
  }

  .dot-text {
    font-size: 10px;
    line-height: 13px;
  }

  .event-image-wrapper {
    height: 240px;
  }

  .event-image-wrapper.featured {
    height: 220px;
  }

  .event-text-right {
    padding-top: 25px;
  }

  .event-tag {
    width: 160px;
    height: 160px;
  }

  .nav-section-2 {
    flex-direction: row;
  }

  .event-promo-container {
    width: calc(100vw - 20px);
  }

  .event-promo-container.profile {
    width: 100%;
  }

  .event-promo-container.client {
    width: 100%;
    padding: 40px;
  }

  .event-promo-container.client-large {
    height: 195px;
    padding: 40px;
  }

  .story-image-wrapper {
    height: 240px;
  }

  .story-promo-container {
    width: 100%;
  }

  .item-content-container {
    width: 100%;
    flex: 0 auto;
  }

  .item-hero-image {
    width: 100vw;
    height: 100vw;
    display: none;
  }

  .item-heading-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subscribe-card {
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
  }

  .subscribe-card.footer {
    padding-top: 15px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .subscribe-text {
    margin-right: 0px;
  }

  .btn-subscribe {
    margin-top: 8px;
  }

  .btn-subscribe.footer {
    margin-top: 10px;
  }

  .text-wrapper-story {
    padding-right: 10px;
    padding-left: 10px;
  }

  .resource-link-wrapper {
    width: 50%;
  }

  .resource-link-wrapper.clients {
    width: 50%;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    margin-bottom: 0px;
  }

  .event-info-wrapper {
    margin-bottom: 20px;
  }

  .full-width-bg-page-hero-about {
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
  }

  .profile-hover.event {
    height: 220px;
  }

  .profile-hover.event.small {
    height: 240px;
  }

  .div-block-25 {
    left: -1079px;
  }

  .timeline-year h1 {
    font-size: 110px;
    line-height: 90px;
  }

  .div-block-27 {
    top: 140px;
  }

  .profile-hero-image {
    width: 100vw;
    height: 100vw;
  }

  .sitenav-link {
    margin-bottom: 10px;
  }

  .div-block-28 {
    width: 100%;
    margin-bottom: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .form-3 {
    margin-left: 0px;
  }

  .div-block-29 {
    justify-content: space-between;
  }

  .item-tag-filter {
    width: 45%;
  }

  .work-text-wrapper {
    top: 0px;
  }

  .about-sub-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .client-image {
    height: 80px;
    margin-bottom: 10px;
  }

  .clients-tabs {
    flex-direction: column;
  }

  .donate-card {
    margin-right: -235px;
    margin-bottom: -225px;
  }

  .checkbox-label-2-copy-copy {
    font-size: 15px;
    line-height: 1.4em;
  }

  .tab-1 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .tab-1.w--current {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .ex__date-2 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  .ex__date-2.last {
    margin-right: 0px;
  }

  .array-old {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid3-label-wrapper {
    margin-bottom: 1rem;
  }

  .c-donateform-form-btns-2-copy {
    margin-top: 89px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .is-donateform-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .field {
    margin-bottom: 1rem;
  }

  .payment__checkbox-copy-3-copy {
    display: flex;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-container {
    position: relative;
    top: 0px;
    max-width: 100%;
    margin-bottom: 31px;
    justify-content: space-between;
  }

  .div-block-43-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form__lable {
    margin-right: auto;
  }

  .card._1 {
    max-width: 20%;
  }

  .card._2 {
    max-width: 20%;
  }

  .card._3 {
    max-width: 20%;
  }

  .grid2-label-wrapper {
    margin-bottom: 1rem;
  }

  .tab2 {
    height: 50px;
    max-width: 100%;
  }

  .tab2.w--current {
    max-width: 100%;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .grid2-label-wrapper-sm {
    max-width: 80%;
  }

  .note {
    margin-top: 16px;
  }

  .payment__checkbox-copy-3 {
    display: flex;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-donation {
    width: 100%;
    max-width: 100%;
  }

  .form-block-4 {
    max-width: 100%;
  }

  .two-dropdown-wrapper {
    flex-direction: column;
  }

  .form-3-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .organization-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .widget-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .engagement-icon-wrapper {
    margin-right: 0px;
  }

  .engagement-card-content {
    flex-direction: column;
  }

  .indicator-card-content {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .indicator-icon-wrapper {
    display: none;
    margin-right: 0px;
  }

  .donate-item-image {
    height: 160px;
  }

  .resource-text-wrapper-small-donate {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .resource-text-wrapper-small-donate.most-needed {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-6 {
    max-width: none;
    flex-direction: column;
  }

  .form-6.donateway {
    flex-direction: column;
  }

  .form-6.needed-most {
    margin-bottom: 0px;
  }

  .donate-card-field, .donate-card-field.donateway {
    margin-right: 0px;
    margin-bottom: 8px;
    text-align: center;
  }

  .donate-card-field {
    max-width: none;
  }

  .donate-card-field.donateway, .btn-donate._2.donateway {
    max-width: 100%;
  }

  .resource-card-donate.donateway, .resource-card-content-donate.donateway {
    height: auto;
  }

  .donate-amount.donateway {
    position: relative;
    width: 100%;
  }

  .cart-item {
    flex-direction: column;
  }

  .remove-edit-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .remove-wrapper {
    background-color: transparent;
  }

  .item-remove {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 13px;
  }

  .item-amount {
    margin-right: 0px;
  }

  .item-edit {
    margin-top: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .item-edit-wrapper {
    flex: 0 0 auto;
  }

  .tabs-menu-3 {
    flex-direction: column;
  }

  .slider-4 {
    min-height: 680px;
  }

  .impact-featured-story-wrapper {
    top: 120px;
    margin-top: 70px;
  }

  .copyright {
    text-align: center;
  }
}
#w-node-_0638f8ab-9f64-ae71-a708-724bb83a30a5-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9649a28c-5b9f-0aa6-6c1f-900e94e84673-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2d7cffdd-9529-6624-40b4-f07683bed36b-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6d0d299e-7e35-aab2-fd29-1505b7259652-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f0251a1f-9e81-4623-ac0b-95d8011da4b8-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d896b60d-7ea8-ec09-ecb9-4b663d1f4fee-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5a0a3205-99fe-7c47-31d3-5af261ef54a5-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5d85561e-6874-3feb-1113-aa6b78bc2ff8-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a995e992-75f5-7c23-5ceb-8d7a89350383-6024bbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a180cd07-b211-156f-e98f-1039000f8f56-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a180cd07-b211-156f-e98f-1039000f8f5e-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a180cd07-b211-156f-e98f-1039000f8f62-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0638f8ab-9f64-ae71-a708-724bb83a30a5-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9649a28c-5b9f-0aa6-6c1f-900e94e84673-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2d7cffdd-9529-6624-40b4-f07683bed36b-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6d0d299e-7e35-aab2-fd29-1505b7259652-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f0251a1f-9e81-4623-ac0b-95d8011da4b8-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d896b60d-7ea8-ec09-ecb9-4b663d1f4fee-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5a0a3205-99fe-7c47-31d3-5af261ef54a5-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a995e992-75f5-7c23-5ceb-8d7a89350383-6024bbf8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}
/**
 *  Search Results
 */
.item-hero-search {
  margin: 15px;
}

.search-page-input {
  margin: 15px 15px 15px 0;
  padding: 10px 50px 10px 20px;
  height: 60px;
  /*width:  80%;*/
  /*max-width:  750px;*/
  border: #ddd 1px solid;
  border-radius: 10px;
  font-size: 21px;
}

.btn-search-page {
  position: relative;
  margin-left: -70px;
  font-size: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
}

#format-select, #language-select {
  border-radius: 10px;
  padding: 5px;
  background-color: #ddd;
  font-weight: bold;
}

#search-filtering {
  position: relative;
}

.search-filter-container, .search-tags-container {
  display: inline-block;
  height: 60px;
  vertical-align: top;
}

.search-filter-container {
  text-align: center;
  width: 40%;
  max-width: 450px;
}

.search-tags-container {
  /*background-color: #333;*/
  /*margin:  25px 15px 15px 15px;*/
  width: 60%;
  max-width: 720px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

/*.search-tags-container {
    scrollbar-width: auto;
    scrollbar-color: #ddd #ffffff;
}
*/
.search-tags-container::-webkit-scrollbar {
  width: 11px;
  background-color: #fff;
}

.search-tags-container::-webkit-scrollbar:horizontal {
  height: 5px;
}

.search-tags-container::-webkit-scrollbar-track {
  background: #fff;
}

.search-tags-container::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #333;
}

.search-result-tag {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 25px;
  background-color: #ddd;
  color: #333;
  margin: 0 5px;
}

.search-result-tag-link {
  display: inline-block;
}

.search-result-tag.active {
  background-color: #333 !important;
  color: #ddd;
}

@media screen and (min-width: 1200px) {
  .search-filter-container {
    width: 40%;
    max-width: 450px;
  }

  .search-tags-container {
    width: 60%;
    max-width: 720px;
  }

}
@media screen and (max-width: 1199px) {
  .search-filter-container, .search-tags-container {
    margin: 10px auto;
    width: 100%;
    max-width: initial;
  }
}
.filter-modal-container {
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.filter-modal {
  position: relative;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 400px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.filter-category-container::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.filter-category-container::-webkit-scrollbar:vertical {
  height: 5px;
}

.filter-category-container::-webkit-scrollbar-track {
  background: #fff;
}

.filter-category-container::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.filter-by {
  margin-left: 10px;
}

.filter-clearall {
  font-size: 9pt;
  font-weight: bold;
}

#filter-apply {
  float: right;
  margin-top: -15px;
  width: 150px;
  text-transform: capitalize !important;
}

.filter-controls-toggle {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-left: 25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFg0lEQVRYhe1YTUgbWxS+cyfO2MRhzJ+JNiD1pzbUpGgsZhVD6x+2FaEapNqdWKobReii27YKXVSxtKWUIviDixZtcSEuBAVtS0tQiIpgS7owplaNxKQxZjK5bzF1SGt8zkh8+sBvcRluzjn3u+eee865wRBC4OQBHjeB2DilJQantMTghNKSCJRbWFjo6+tzOp0EQeTl5d25c0cqlR4hLyQA/f39Wq2WV4EQFhYWLi0tCdE9HLAD0+nHjx+Li4txHE9PTzebzX6/f2pqyu12m83myclJHMePwln7HuL3799DoRCO448ePQqFQvn5+a9evTIajQCAly9fPnjwwG63P3v2rLa2lmVZToXbIbddfoaf3DsGg8GsrCyCIPauHttbDx8+fPLkiUqlghAihNbX17u6um7fvs0L2Gy2iYkJpVJJURTLstE8+DESiWAYFolE9qPl9Xqzs7MHBwfT0tIEeWt+fn5zczMcDgMAUlNTIYQqlSpaQKFQ4Dju9XqdTicAAMOw37vEMG7k1v5rPvoDAOD3+30+n8/nE+qtjY2NsbExHMcxDOvs7JydnS0vL3/79i0XSXa7/datW6urq1VVVVevXuUOkSe0d+TA0+K/A4GA0Wg0mUwxHHPgpXj9+jUAICUl5ebNm729vU+fPs3Pz5fJZDqd7ufPn/G7fH9AUIJoamqCEEIIKYpKTEwEANA0/e7duyPiJJQWQqi7u9tqtWZmZur1+urq6unp6aPjhITkrWh8/fo1MTFRp9MJVzkcxNH6zyC0JorC9PS0y+VSKpUWiyUhIeEwJuIbEx8+fLBarWq1miRJuVx++fLloaGhQ9iJJ61Pnz6p1WqJRCKXy3NyclJSUkiSPHPmzJs3b46TFndkFy9e7OnpmZubGx4eLiwslEqlWVlZgUBAlKnYIe9wOAYGBgiCkEhiBB/aLSwIIS5lkyTpcrnev3+/vb3d3d1dW1vLSX758qWmpmZnZ6ekpCQ3NzcYDHIqnAWfz2cymWw2W4w2JCbZsrIysTGakJCQk5NjMpn+ckxlZeW5c+coitpP0eFw7CUQ+ybW1dVtbm7SNB2zneI8xLsKIUQQhMfjcblca2trS0tLXP8DANja2uIaJL1er9VqGYaJ9rTX6zUYDGfPno3B4F8OmGEYVhgQQm63W6/XS6XSsrKyxcVFhNDKykp9fT1N0xqNxm63I4SiVcLhcCgU2m/peIY8V9RpmjYajTU1NWazWS6XAwDu378v1lSc89bjx4/VajV/FBRFtbS0RCIRsXbiX3xmZmZGR0dXVlbkcnlxcXFRUdEhjJzQmvg/f77+hW/fvrndbqVSqdfr40voN8QGo9PprKury8jI0Gg06enpN27c+Pz5s1gjB0IcrcXFxezsbAzDZDKZSqVKSkrCcVypVE5MTBwnrWvXrkEIMzMzOzo6xsfHnz9/npubS5KkwWCIL63YseVyuUZGRiCEfPGRSCTLy8sOhyM5Obm1tbW5uRkAcOXKFZ1Od/fu3R8/frS1tV26dIlhGOHB8+vXr7y8PIvFIjS2qqqqAADEn6Ao6sKFCwaDwefzRQuXlpZmZGQoFIpoYZIkiYPA7XZhYUGotywWy8zMDPd0BrtvzkAgEAwGt7e319bWkpKSOMlwOOzxeFiW1Wq13MNfoLcAAFtbW+fPn1coFHt/2jedejyenZ0dCCHXJkAIl5eXq6urV1dXr1+//uLFi+TkZIZh7t2719vbi2FYf39/QUEBy7J8OwX+7MnAbqPGzzMMs+8jSlQktre3AwBUKpXVam1sbKyoqNBoNACAhoYGUXYOhOi81draKpPJ+F2RJGmz2fx+f3xpHaYmjoyMjI6Orq+v0zRtsVii/2CKF05LtRic0hKDU1picEJp/QPx7uMV1iZVpwAAAABJRU5ErkJggocOHZrlVAF+2LK2tk5PT2dWrqzLYsx1pQgPJiEhISgoiAdRBQ6eYnU9PT0LCwsVCgWrc6OHPLlcfvz48R07dvAjp8DBa4SaVqstKCj46KOPgO6KgyL2BZhTTz755IkTJxYsWMCbhAIH39GfAIDW1taysrK6urqpqSmMM5j28fHZtGnTpk2bpEhCFGZgi8HQ0NCFCxfa2to6Ojq6u7s1Go2Tk5Ofn5+/v//zzz8fEBBgZSW9UYHDbGxJ+BeQxq+YILElJkhsiQkSW2KCxJaYILElJpjzvWP+odVq29raWlpabty4oVKpxsfHbWxsvLy8/Pz8Fi9eHBwcLPAg+9nib6nV6q+//rqkpOTu3btMDvYsGwAwZ86cyMjI+Ph4GBknNMwKtn788ceMjIze3l40E92QRBNyuTwpKSkmJsY8suqF5bNVVFSUnZ1NahK5jwxB03RkZOS+ffvs7Ox4llY/LJktjUZz5MiRiooK5pAi4gwp3SBA7Pnn0qVLs7KyBPX6rCWvCU+fPn327Fksxg0NIsMiO7FHa1evXiUDFMwLi2Wrvb39gw8+AEQELqtJxCiEBerr68+fP8+n2PphmZZwYmJiy5Ytv/32GyBeM2Hg7++vUCgcHBwePHjQ2tr6ww8/kCWZQzs7u/Lycg8PD567wArL9Le+//77rq4uwDY/rVix4rXXXgsICEDL3759u6SkpLS0FBCRBw8ePCgtLU1OTua1AxywTN2Kj4//9ddf4SGkKiws7N133+VygT/99NO8vDxALBRlMlltbe2cOXNML/gM+G90a3h4+N69e1i4EhYww7ruAtxBGdgppjBrtWhVAIA//vgDvliGTlrLli3LyMiwtbXl6sX27dvHxsYKCgowmcfHx+vq6pg3aAGHA0BKQrpxrq6uRt5nY3VrYGAgKyurrq4Oq0cPVSRzDAxxiTBi4IWsrQBdmvPz85mwRj0YHBx84YUXpqamUJHIscLatJ6ByKRDQkJSUlKeeOIJ/TLogVFrQq1Wm5SUxFBFIeAqz0UVFgMKc8i7j4FceXMVXrBggSERifPmzVMqlWjlQHcYoZlkbB3WWZhgRLp8+fLrr78+MjIyoxhcMIqtK1eutLe3AyTqltWCkeGCWP9hMVInsDJcmWQCa2v58uUGhuUEBwcDXa1CBw2sk5QQ6IYhs1Y+MDBgzBd1jJq3bt++DdNcIwsQlorVXSWnnxmrZb0j2M2CN9rwSDemJKsrBgjjTPrXmCRoT5m0SqUyUBISRunW448/jskHBxf6S5JEzgdotaQJwtQRK8k6vaHCgOlXmA0BfNmZVQZ0eAHCVKAahk4KKNPz5883UBISRrEVHBzs6+sLD8m7z8UlVgy7hJyxsdkbbREb/lg9YHpcX7p0Cf0YiR40NzdjTWDNYdywTtVcHXdxcTHbe8c2NjZ5eXkKhYJkghSXzIdnyXxsJiMHL9BVKSwHNU1MWqVStbS0zNijoaGhc+fOoUYb1ozaPSgkq9JjoxZWFRgY+PHHHxuzTWysv+Xu7p6dnd3f3w+XOjTbQhY7NSNo3RUjVg/QvX1Y+f7+/oSEBDST+S0sLAwMDLSx0dflkpISjUaDXUvTdEpKSkhICGnAZ5w7IcEymcz4z5da5l7Gyy+/3N7eTtpSpVKZnp7O5SAXFRVlZWUBwsDa2dnV1NQI4dGJZe7Bb926FaZRVaiqqtq/fz/jdaD4/fffc3JysrKyUILhOI6OjhYCVcBSdWtycjImJubmzZtcBQIDAxUKhaOjo1qtbm1tbWho4FqFy2Qy4ezBWyZbAIDr16/Hx8ej60DW+Qabe8jp8MCBA5GRkfzJrReWaQkBAM8888yuXbsoBPAU6ecy+aRHsWbNGuFQBSyYLQBAfHy8UqnEPGUunw9bbVMUtXjx4rS0NHMIzgmLtYQMaJr+7LPPmEf+2HYRqwMOD5VKZVpamlwuN5/sLLBwthg0NTVlZmYyX40iJy3Mn5PJZG+++WZcXJyBriGfmBVsAQDGxsZKS0uLi4sHBgYAx1NEmUwWGRm5bds2d3d3c8vLjtnCFoOpqamrV6+2tLR0dnZ2dXWp1WobG5v58+f7+voGBAQsX75caKYPw+xiS+yw5DWh5UFiS0yQ2BITJLbEBIktMUFiS0yQ2BIThP7WwsjISHd398jICEVRc+bM8fLyms1fABUoW52dnd9++21dXR36T2tMwtvbOyIiYu3atU899ZS5xeQbgtvLUKlUeXl5Fy5cIMNjsL3zsLCwhIQEb29vc4rLL4TFVllZ2dGjR+EDX9anumi+lZXVgQMH1q9fz7+oZoFQ2JqcnDx58mRJSQlziKkRzARsrwlt3bo1MTFxNvxBvFDYSk1Nra+vJ/NJlSKj9Wia3rhx48GDB3mV2BwQxAq+oqKivr6eNSYXi5BlDUsCAFRWVtbW1ppBdH5hft26devWSy+9ND4+zvUkHgNXvr29/ZkzZwQSSmYimJ+tpKQk5pV6dFpi+HBxcYmJiQkPD3dzc6Npur+//5tvvvnqq68Y9wt9Qs+kIyIijh49ar6umBxmZquzszM2NhawBfJFRUWlpqaS3+5Rq9WHDx+urq5mjYM/e/asBa/pzTxvVVZWAt1ZismPiopKS0tj/cySTCY7ePDgiy++iJaH6sVUaKn4D3Sru7u7oaFhaGjoX1RVXV09NDQEdMNaPD09Kysr9b8MMjExsW7duv7+fiwSxt3d3ZgXpEwHR0fHVatW+fv7G1OJsWxVV1e/8847aA65wsbyWQOb0cTevXu3bNkyY9MFBQUffvghWvn/u8QRKa3HDWC9Sk93yDhfcuGDTatMgZ07d77xxhszdo0LRrE1ODgYHh6u0Wgw7+fv2jk+gcHaT1iyoaHBkL+ZvXv3Lnz/HmuXtWlAjBVWqUjvm1zOAIIeVi8QrQomvvjii4ULF87YO1YYNW9dvHiRoYqMTyYHIxqMTg5nCJlMZuA/Aj/66KOYHwbYuMfcNVKHyEvQHD1M62kXzsToKSa/sbHRkN6xwii2UKrIrmL3EQVWBqZpmjZ8Awm90XrcZ0wGdGCR2kNPA+sLKTxpDLGGqGmgIlEUZfifc5Mwii3s5U44rMiRRY5fQBDJHN6/f9/A9+/hugbjnjR02FmSUXgKLcNKG2Y8yEzW/qKjYeXKlYb0jhVGsfXYY48lJiayyg3YdAtjkWv+aGhoMKT17777Dr0WEHqD3WsuJSBXHIBtkKH5MBPaUsguzGdtZf369cb8Sd9/sIJvbm6uqakZHBxETaKemQk9deXKFbVaDfOZC/39/YuLi1mvRSvZvHmzSqXCmnNwcFiyZAnQvfuU7iIC6N59rAwqDNkoZkXgKa7CkE57e/u1a9euWrXKmGcFZt7LSE9PP3/+PKlkycnJr776qp4L8/Pz8/PzsUyapmNjY1NTU00hqhBg5r2MDRs2MAlULymKys3NLSws5Lrq1KlT+fn52NIAAEBRlGU/mTSzbtE0/corrzBffsSMFQAgMDAwJiZGoVAwW1Dj4+ONjY2lpaVtbW1oDUyCoqigoKBTp07x3gn+YP49+NbW1m3btqE52NxgZ2fn6uqq1WoHBgYmJye5JiQrK6uioqKnn37aLL3gB+Z/GhkYGLhz505s9YwWmJiY6Onp6e3tRT/yiC0pAQC7d++2bKqAENgCAOzYsWPhwoXYeteQhRyYVsSgoKC4uDjeBecbgmDL1tY2Ly9vxYoVqJfK6h5BzwYtoFAocnJy9O/ZWwbMP29BTE5O5uTklJSUcHlprC7R7Al4AoJii0FTU1Nubu7Nmze5/FYwrWq+vr7JycnPPfec2WTlHYJjCwAwMTHR1NRUU1PT1NQEfSkwPUVZW1srFIqIiAiFQjFLVApCiGxBjI6O3rp1S6VSMR8/dHZ29vHx8fb2dnR0NLdo5oGg2ZKAQRBrQgkGQmJLTJDYEhMktsQEiS0xQWJLTJDYEhMktsQEiS0xQWJLTJDYEhMktsQEiS0xQWJLTJDYEhMktsQEiS0xQWJLTJDYEhP+B1gN4ycSTrejAAAAAElFTkSuQmCC);
}

/**
 *  Pagination
 */
.paginate-container {
  display: block;
  text-align: center;
}

ul.paginate {
  list-style: none;
  margin: 5px auto;
  padding-left: unset !important;
}

ul.paginate li .paginate-current {
  color: #5593f7;
  font-weight: bold;
}

ul.paginate li {
  display: inline-block;
}

ul.paginate li.paginate-previous, ul.paginate li.paginate-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 24pt;
  padding-top: 5px;
  font-family: "Courier New", monospace;
}

ul.paginate li.paginate-previous {
  padding-left: 4px;
}

ul.paginate li.paginate-next {
  padding-right: 4px;
}

ul.paginate li.paginate-previous.inactive, ul.paginate li.paginate-next.inactive {
  background-color: #ddd !important;
}

@media screen and (min-width: 1200px) {
  ul.paginate li {
    margin: 0 10px;
  }

  .search-page-input {
    width: 80%;
    max-width: 750px;
  }

  .filter-controls-toggle {
    display: none;
  }

  .filter-controls {
    display: inline-block;
    width: 200px;
  }

  /*.filter-controls-mobile {
    display: none;
  }*/
  .filter-controls .filter-controls-header, #filter-apply {
    display: none;
  }

  .filter-controls-close {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  ul.paginate li {
    margin: 0 6px;
  }

  .search-page-input {
    width: 270px;
  }

  .filter-controls-toggle {
    display: inline-block;
  }

  .filter-controls {
    position: absolute;
    top: 20px;
    z-index: 100;
    display: none;
    padding: 15px;
    width: 98%;
    max-height: 700px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 4px rgba(0, 0, 0, 0.08);
  }

  /*.filter-controls-mobile {
    position: absolute;
    top: 20px;
    z-index: 100;
    display: none;
    padding: 15px;
    width: 98%;
    max-height: 700px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 4px rgba(0,0,0,0.08); 
    box-shadow: 1px 1px 3px 4px rgba(0,0,0,0.08);
  }*/
  .filter-controls::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
  }

  .filter-controls::-webkit-scrollbar:vertical {
    height: 5px;
  }

  .filter-controls::-webkit-scrollbar-track {
    background: #fff;
  }

  .filter-controls::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
  }

  .filter-controls .filter-controls-header, #filter-apply {
    display: inline-block;
  }

  .filter-controls .filter-controls-close {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 36pt;
  }
}
.offset-anchor {
  position: absolute;
  top: -100px;
}

.rotate {
  transform: rotate(90deg);
}

.hidden {
  display: none;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px 20px;
}

.flex-child {
  min-height: 50px;
}

.flex-image {
  padding: 10px;
}

.one-half {
  flex-basis: 45%;
  min-width: 45%;
}

.one-third {
  flex-basis: 32%;
  min-width: 32%;
}

.one-fourth {
  flex-basis: 23%;
  min-width: 23%;
}

.padding-ten {
  padding: 10px;
}

.topic-tag {
  display: none;
}

.deadcenter {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.footer-logo {
  width: 100px;
}

.related-slider {
  background-color: #222;
  height: 420px;
}

.link-styling {
  color: #1434A4;
  text-decoration: underline;
}

.engagement-card-content-div {
  color: white;
  max-width: 450px;
}

.text-white {
  color: white;
}

.background-white {
  background-color: green;
}

.active-nav-link {
  color: purple;
  text-decoration: underline;
}

.number-selecter {
  margin-top: 25px;
}

.offset-anchor {
  position: absolute;
  top: 500px;
}

.rotate {
  transform: rotate(90deg);
}

.hidden {
  display: none;
}

.sticky-tabs {
  position: sticky;
  top: 80px;
}

.explore-bigly {
  font-size: 150%;
}

.event-wrapper.grid {
  width: 540px;
  height: 540px;
  border-bottom-left-radius: 120px;
}

.explore-text {
  color: #5798ff;
}

.explore-text hover {
  text-decoration: underline;
}

/* rules about small screens */
@media only screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }

  .donatehero-text {
    width: 100%;
  }

  .resource-card-donate.donateway {
    width: 100%;
  }

  .event-wrapper.grid {
    width: 360px;
  }
}
/* rules about big screens */
@media only screen and (min-width: 601px) {
  .hide-on-desktop {
    display: none;
  }
}
.div-block-breadcrumbs-container {
  background: #fcf9f9;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #EEE;
}

@media (max-width: 900px) {
  .div-block-breadcrumbs-container {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .div-block-breadcrumbs-container .current-breadcrumb {
    margin-right: 10px;
  }
}
.div-block-breadcrumbs {
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
}

.div-block-breadcrumbs i {
  font-size: 8px;
  position: relative;
  top: -1px;
  margin: 0 4px;
  color: #CCC;
}

.div-block-breadcrumbs a {
  color: #a5a5a5;
}

.div-block-breadcrumbs .current-breadcrumb {
  color: #222;
}

.anchor-depth {
  padding-top: 80px;
  margin-top: -80px;
}

.jumpdown {
  font-size: 120%;
}

.text-lightgray {
  color: lightgray;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.leadersource-blue {
  color: #5798ff;
}

.height-twenty {
  height: 20px;
}

.resources-menu-item {
  display: inline-block;
  margin: 5px 20px;
  border-top: #222 2px solid;
  padding: 12px 18px;
}

.resources-menu-item-selected {
  background-color: #5798ff;
  border-top: none;
  border: 1px solid lightgray;
}

.resources-menu-item-selected a {
  color: white;
}

.video-embed-div {
  width: 100%;
}

.story-text p {
  color: black;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.story-text img {
  height: 350px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.story-text li {
  color: black;
  font-size: 16px;
  line-height: 26px;
  list-style-type: disc;
}

.story-text a {
  color: #5798ff;
}

.story-text blockquote {
  margin-top: 30px;
  margin-bottom: 35px;
  padding-right: 40px;
  padding-left: 40px;
  border-left-width: 4px;
  border-left-color: #5798ff;
  color: #667;
  font-size: 16px;
  text-align: left;
}

/* Dec 26 Additions - Resource Page Update */
:root {
  --black: #222;
  --ls-gray: #222;
  --white: white;
  --ls-blue: #5798ff;
  --dark-slate-blue: #32356a;
  --ls-light-blue: rgba(87, 152, 255, .18);
  --white-smoke: #f1f1f1;
  --dim-grey: #666;
  --light-gray: #d6d6d6;
  --lw-blu: #5798ff;
  --ls-light-gray: #666;
  --deep-sky-blue: #5ec0ee;
  --goldenrod: #f7b801;
  --goldenrod-2: #f18701;
  --orange-red: #f35b04;
  --purple: #72315a;
  --yellow-green: #9fd06c;
  --ls-green: #376266;
  --ls-teal: #84cdb4;
}

.mw_popup-btn-dropdown {
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
  outline-offset: 0px;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #fff;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1.1em;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.mw_popup-btn-dropdown.w--current {
  background-color: #f1f1f1;
}
.mw_popup-btn-dropdown:last-child {
  border-bottom: none;
}

.mw_popup-btn-dropdown:hover {
  background-color: #f1f1f1;
}

.mw_popup-btn-dropdown.all {
  background-color: #f1f1f1;
  font-weight: 600;
}

.mw_resource-all {
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.mw_resource-menu {
  z-index: 1000;
  background-color: #f1f1f1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  overflow: visible;
}

.mw_resource-container {
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.2em;
  padding-right: 0.2em;
  display: flex;
  overflow: visible;
}

.mw_resource-dropdown {
  width: 100%;
  max-width: 250px;
  background-color: #3b3b3b;
  flex-direction: column;
  display: none;
}

.mw_resource-section {
  width: 100%;
  max-width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.mw_resource-grid-f {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  grid-template-rows: auto;
  grid-column-gap: 16px;
}
@media (max-width: 1300px) {
  .mw_resource-grid-f {
    grid-template-columns: repeat(2, calc(50% - 11px));
  }
}
@media (max-width: 767px) {
  .mw_resource-grid-f {
    grid-template-columns: repeat(2, calc(50% - 8px));
  }
}
@media (max-width: 690px) {
  .mw_resource-grid-f {
    grid-template-columns: repeat(1, 100%);
  }
}

.mw_resource-grid3 {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, calc((100%/3) - 12px));
  grid-template-rows: auto;
  grid-column-gap: 16px;
}
@media (max-width: 1300px) {
  .mw_resource-grid3 {
    grid-template-columns: repeat(3, calc((100%/3) - 11px));
  }
}
@media (max-width: 767px) {
  .mw_resource-grid3 {
    grid-template-columns: repeat(2, calc(50% - 8px));
  }
}
@media (max-width: 690px) {
  .mw_resource-grid3 {
    grid-template-columns: repeat(1, 100%);
  }
}

.mw_resource-grid4 {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, calc(25% - 12px));
  grid-template-rows: auto;
  grid-column-gap: 16px;
}
@media (max-width: 1300px) {
  .mw_resource-grid4 {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, calc((100%/3) - 11px));
  }
}
@media (max-width: 767px) {
  .mw_resource-grid4 {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, calc(50% - 8px));
  }
}
@media (max-width: 690px) {
  .mw_resource-grid4 {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(1, 100%);
  }
}

.mw_resource-grid-category {
  width: 100%;
  max-width: 24%;
  background-color: var(--lw-blu);
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.mw_resource-grid-img {
  aspect-ratio: 16/9;
  background-color: #000;
  background-image: url(/images/default-resource-background.jpg?44def1197b95ab1d1177dd6cf73dca0f);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mw_resource-grid-text-white {
  color: var(--white);
  padding: 1.1em;
}

.mw_resource-h3 {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.mw_resource-p-small {
  color: var(--ls-light-gray);
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.mw_resource-author {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.mw_resource-multilanguage {
  position: absolute;
  bottom: 11px;
  right: 11px;
  margin-left: auto;
  order: 2;
  border-radius: 15px;
  background-color: #5798ff;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 5px 12px 5px 15px;
  margin-bottom: 0;
}

.mw_resource-multilanguage img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: auto;
  margin: 3px 3px 5px 3px;
}

.multiLanguageIcon {
  width: 35px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 0 0;
}

.multiLanguageMenuWrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #5798ff;
  border-radius: 7px;
  margin-right: 15px;
  padding: 5px 0px;
  font-size: 16px;
}

.multiLanguageMenuWrapper img, .multiLanguageMenuWrapper i {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
}

.multiLanguageMenuWrapper img {
  width: 17px;
  height: auto;
}

.multiLanguageMenu {
  min-width: 230px;
  background: none;
  background-color: #5798ff;
  color: #fff;
  border:0px;
  outline:none;
  padding: 7px 20px;
  border-radius: 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK0SURBVHgBvVfRcdswDIV6+Y82KDeoNog6QbNB1AnqDewNnA3sDexOIHUCOxNImUDOBCxeBFoQBTuSc5d3h6NJEXwASIB0QhPgvU+5eWR5YMlZUhGgEXlh2SdJUtFnwYSO5Zml9UO0UatRsxR0K1h5oRY+qIVhSCq/N2JcrQyplQFuDiEW3SnCnGUt/ZWa906sdAJhhnnK0MVU0kPkmdMkFrH0nXhcqn49iVx5ulZjWxlz14hlLHiaR8acxyzSpR+i9N0+jwiuEKdqi+JD2Wrjk2AZNzV1afGTZcXyi/qUOVGfNvj9yrJkObL8Y7lncUoC8K2SeTuWLafbbzLCmUceHMTSiuXor6OVOaX0i2itcsChwlORHc49jcMZDtzej/c+fHuOxvPBOCy7YGEm4ysy4I09Vt/Op9vwusXvb9SVQGAfzXPSHmk+GhrudQD2HBHLQPwDi/Omny4Qn2g+XsgmDk68E2PCmzFJXwI3wXeXi0XsEmwUfT22d/KjoS7+GtiCjOUv2eF+uqAH4Pp0hi4igPrwhnA0yNdY0/flzxkLf3Sqt1YkdaZgj2uyD0IjbUbz8Z3sKDlpjyDGCUz9uIgHxZTmAzqNMf6oiUP+5tGkStpbPIbOqzGOvUfqNnd4I6HG8sAflLOQz2i5D+UHbmGpE7mnPgoogyj+4eJo1LdKM0plhP7gkih0eZS6ar215uAg66J2hxdKPYqB72+iUik30u7kRDo1f3Cq5Xu4CFo/NDq8agqLOFOTN7JIKmNWug2IVaSAlYpkWHNHl+D7kNfBO9/nczGBuJbxoLuI17tGvlKTC+X14OlihHoZvBWd9WRStcijsn6jInFQ3pyJuX2Sfitzgy4yZl4d8N1p3PoxamVIqTzTgAEL+gyUAbX/GPBwMcXLhGbAd2UVVcn601YZj4mL+A+6He7iyGA06gAAAABJRU5ErkJggg==);
  background-size: 23px auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.multiLanguageMenu::-ms-expand {
    display: none;
}

.multiLanguageMenu option {
  font-size: 16px;
}

.mw_resource-p-small.underline {
  width: 100%;
  max-width: 24%;
  line-height: 2em;
  text-decoration: underline;
}

.mw_resource-title-wrapper, .mw_resource-title-wrapper-left {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}

.mw_resource-title-wrapper {
  text-align: center;
}

.mw_resource-title-wrapper-left {
  text-align: left;
}

.mw_resource-h1, .mw_resource-h1-blue {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.1em;
}

.mw_resource-h1 {
  color: #000;
}

.mw_resource-h1-blue {
  color: #6697F8;
}

.mw_resource-filter {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  position: relative;
}

.mw_resource-h4 {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.1em;
}

.mw_resource-grid-card {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 50px;
  padding-bottom: 25px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
  position: relative;
}

.mw_resource-grid-text {
  border-top: 3px none #5798ff;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.3em 1.3em 2em;
  display: flex;
}

.mw_resource-p-white {
  font-size: 0.8em;
  line-height: 1.4em;
}

.mw_resource-video-container {
  flex-direction: column;
  justify-content: space-between;
  padding: 5em 3em;
  display: flex;
  position: relative;
}

.mw_resource-grid-video-card {
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 1em;
  display: flex;
  position: relative;
}

.mw_resource-grid-video-card.feature {
  border-color: var(--ls-light-blue);
  background-color: var(--ls-light-blue);
}

.mw_resource-grid-video-card.feature:hover {
  background-color: var(--white-smoke);
}

.mw_resource-featured-video {
  width: 100%;
  max-width: 60%;
}

.mw_resource-h2 {
  margin-bottom: 0.5em;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3em;
}

.mw_resource-p {
  color: var(--ls-light-gray);
  font-size: 1.5em;
  line-height: 1.5em;
}

.mw_resource-video-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.mw_resource-grid2 {
  width: 100%;
  max-width: 850px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mw_resources-more-episodes {
  width: 100%;
  max-width: 38%;
  aspect-ratio: 16/9;
  border: 0.5px solid var(--white-smoke);
  flex-direction: column;
  display: flex;
  overflow: scroll;
}

.mw_resource-video-section {
  width: 100%;
  max-width: 100%;
  background-color: #f0f0f0;
  padding: 5em 1em;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.mw_resource-arrow {
  width: 100%;
  max-width: 12px;
  color: #868686;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.9em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 1.15em;
}

.mw_resource-video-courses {
  padding-top: 5em;
  padding-bottom: 5em;
}

.mw_resource-category-btn-filter {
  border: 1px solid var(--light-gray);
  background-color: var(--white-smoke);
  outline-offset: 0px;
  color: var(--ls-gray);
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.4em 0.75em 1.2em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.2s;
  display: block;
}
.mw_resource-category-btn-filter:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 10px;
  right: 15px;
}

.mw_resource-category-btn-filter:hover {
  background-color: var(--light-gray);
}

.mw_resource-article-title-wrapper {
  margin-bottom: 1.5em;
}

.mw_resource-grid-video-text {
  width: 100%;
  padding: 0 1.3em 0 1em;
}

.mw_resource-grid-video-text.featured {
  border-top-color: #5798ff;
  background-color: rgba(255, 255, 255, 0);
  padding-right: 0;
}

.mw_resource-grid-video-full {
  width: 100%;
  aspect-ratio: 3/2;
  margin-left: auto;
  margin-right: auto;
}

.nav-more-2 {
  color: var(--lw-blu);
  font-size: 18px;
}

.mw_resource-back-link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  margin-left: -10px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mw_resource-back-link.w--current {
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.mw_resource-audio {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
}

.mw_resource-p-wrapper {
  width: 100%;
  max-width: 700px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.mw_resource-p-author {
  color: var(--ls-light-gray);
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.mw_resource-audio-title-wrapper {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.mw_resource-category-dropdown {
  width: 325px;
  max-height: 500px;
  border: 1px solid var(--light-gray);
  background-color: #3b3b3b;
  flex-direction: column;
  margin-top: 0.15em;
  position: absolute;
  overflow: scroll;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mw_resource-categories-columns {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2em;
  display: flex;
}

.topics {
  border-bottom: 1px solid var(--light-gray);
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 1em 1.5em 0.1em;
  display: flex;
}

.mw_resource-grid-card-video {
  width: 100%;
  border-top: 3px solid var(--light-gray);
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
}

.mw_resource-grid-card-video:hover {
  border-top-color: var(--lw-blu);
}

.mw_resource-all-btn-play {
  width: 90px;
  border: 2px solid #5798ff;
  background-color: var(--white);
  outline-offset: 0px;
  color: #5798ff;
  -webkit-text-stroke-color: #5798ff;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 5px;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3em;
  margin-left: 1.3em;
  padding: 0.75em 2.8em 0.75em 2.5em;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}
.mw_resource-all-btn-play:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 10px;
  left: 15px;
  top: 50%;
  margin-top: -11px;
}

.mw_resource-all-btn-play:hover {
  background-color: var(--ls-light-blue);
}

.mw_resource-grid-audio-card {
  width: 100%;
  border-left: 3px solid var(--light-gray);
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: auto;
  padding: 1.3em;
  padding-right: 3.5rem;
  display: flex;
  position: relative;
}
.mw_resource-grid-audio-card.current {
  cursor: default;
}
.mw_resource-grid-audio-card.current:after {
  content: "";
}
.mw_resource-grid-audio-card:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  right: 25px;
  color: var(--ls-light-gray);
  top: 50%;
  margin-top: -10px;
}

.mw_resource-grid-audio-card:hover, .mw_resource-grid-audio-card.current {
  border-left-color: var(--lw-blu);
}

.div-block-24 {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.mw_resource-h2-gray {
  color: var(--ls-gray);
  margin-bottom: 0.5em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5em;
}

.mw_resource-video-block {
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  align-items: stretch;
  margin: 2em auto;
  display: flex;
}

.div-block-26 {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.mw_resources-filters {
  justify-content: space-between;
  display: flex;
}

.mw_resources-more-episodes-copy {
  width: 100%;
  max-width: 100%;
  border: 0.5px solid var(--white-smoke);
  flex-direction: column;
  display: flex;
}

.mw_resource-grid-card-video-w {
  border-left: 3px solid var(--lw-blu);
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3em;
  display: flex;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
}

.mw_resource-link-underline {
  padding: 0.25em;
  text-decoration: underline;
}

.mw_resource-topics {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
  margin-left: 2em;
  display: flex;
}

.arrow-img {
  height: 10px;
  margin-left: 7px;
  margin-right: 7px;
}

.mw_resource-topics-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.topics-wrapper {
  width: 100%;
  max-width: 850px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mw_resource-category-container {
  border-bottom: 1px solid var(--light-gray);
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 1em 1.5em 0.1em;
  display: none;
}

.mw_popup-btn-menu {
  outline-offset: 0px;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #f1f1f1;
  border-top: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0.5em;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  color: #222;
}

.mw_popup-btn-menu:hover {
  border-bottom: 3px solid #5798ff;
}

.mw_popup-btn-menu.selected {
  border-bottom-color: #5798ff;
  color: #5798ff;
}

.mw_resource-topic-btn-filter {
  border: 1px solid var(--light-gray);
  background-color: var(--white-smoke);
  outline-offset: 0px;
  color: var(--ls-gray);
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.4em 0.75em 1.2em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.mw_resource-topic-btn-filter:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 10px;
  right: 15px;
}

.mw_resource-topic-btn-filter:hover {
  background-color: var(--light-gray);
}

.mw_resource-sort-btn-filter {
  border: 1px solid var(--light-gray);
  background-color: var(--white-smoke);
  outline-offset: 0px;
  color: var(--ls-gray);
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.4em 0.75em 1.2em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.mw_resource-dropdown-category {
  z-index: 997;
  margin-right: 0.5em;
  position: relative;
}

.mw_resource-dropdown-topics {
  z-index: 998;
  width: 138px;
  margin-right: auto;
  display: block;
  position: relative;
}

.mw_resource-topics-dropdown {
  width: auto;
  max-height: 400px;
  border: 1px solid var(--light-gray);
  background-color: #3b3b3b;
  flex-direction: column;
  position: absolute;
  overflow: scroll;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mw_resource-sort-filter {
  z-index: 999;
  align-items: center;
  margin-bottom: 2em;
  font-weight: 700;
  display: flex;
  position: relative;
}

.mw_resource-sort-dropdown {
  width: 100%;
  max-height: 500px;
  border: 1px solid var(--light-gray);
  background-color: #3b3b3b;
  flex-direction: column;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mw_resource-topics-link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mw_resource-topics-link.w--current {
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.mw_resource-h3-title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.mw_popup-btn-dropdown-menu {
  border-bottom: 1px solid var(--light-gray);
  outline-offset: 0px;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #fff;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1.1em;
  font-size: 0.85em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.mw_popup-btn-dropdown-menu:hover {
  border-bottom: 3px none #5798ff;
  background-color: #f1f1f1;
}

.mw_popup-close-light {
  width: 36px;
  height: 36px;
  opacity: 1;
  color: #fff;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: rgba(51, 51, 51, 0.6);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.mw_resource-btn-menu {
  border: 1px solid var(--light-gray);
  background-color: var(--white-smoke);
  outline-offset: 0px;
  color: var(--ls-gray);
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-image: url("https://assets-global.website-files.com/65539e859f78079105bb9751/655bb311dcafdc2ff37dd145_6553a8baf7fc8bf600f9b916_arrow.png");
  background-position: 90% 52%;
  background-repeat: no-repeat;
  background-size: 10px;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.4em 0.75em 1.2em;
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.mw_resource-btn-menu:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.mw_resource-width-page {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.mw_popup-btn-menu-dropdown {
  border-top: 3px solid #f1f1f1;
  outline-offset: 0px;
  color: #222;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #f1f1f1;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.5em 0.75em 1.4em;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.mw_popup-btn-menu-dropdown:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 10px;
  right: 15px;
}

.mw_popup-btn-menu-dropdown:hover, .mw_popup-btn-menu-dropdown.selected {
  border-bottom: 3px solid #5798ff;
}

.mw_popup-btn-menu-dropdown.selected {
  color: #5798ff;
}

.mw_resource-menu-dropdown {
  z-index: 10000007;
  width: 325px;
  max-height: 500px;
  border: 1px solid var(--light-gray);
  flex-direction: column;
  font-size: 14px;
  display: block;
  position: absolute;
  top: auto;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mw_resource-dropdown-menu {
  position: relative;
}

.mw_resource-checkbox-mark {
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
  margin-right: 15px;
  font-size: 1.9em;
  line-height: 1.5;
}

.mw_resource-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  display: flex;
  cursor: pointer;
}

.mw_resource-checkbox-label {
  color: #000;
}

.mw_popup-btn-dropdown2 {
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
  outline-offset: 0px;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #fff;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding-left: 1.1em;
  padding-right: 1.1em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.mw_popup-btn-dropdown2:hover {
  background-color: #f1f1f1;
}

.mw_resource-form {
  margin-bottom: 0;
}

.mw_resource-dropdown-btn-c, .mw_resource-menu1 {
  position: relative;
}

.mw_resource-arrow2 {
  width: 100%;
  max-width: 10px;
  color: #868686;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.9em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 1.25em;
}

.mw_popup-btn-menu-dropdown2 {
  border-top: 3px solid #f1f1f1;
  border-bottom: 3px solid var(--white-smoke);
  outline-offset: 0px;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #f1f1f1;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.7em 0.75em 1.1em;
  font-size: 0.85em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.mw_popup-btn-menu-dropdown2:hover {
  border-bottom: 3px solid #5798ff;
}

.mw_resource-subhead {
  color: var(--ls-light-gray);
  font-size: 1.5em;
  line-height: 1.5em;
}

.mw_resource-language-subhead {
  max-width: 650px;
}

.mw_resource-category-dropdown2 {
  width: 325px;
  max-height: 400px;
  border: 1px solid var(--light-gray);
  background-color: #3b3b3b;
  flex-direction: column;
  position: absolute;
  overflow: scroll;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mw_popup-btn-dropdown-clear {
  z-index: 900;
  width: 100%;
  border-top: 1px solid var(--ls-light-gray);
  border-bottom: 1px solid var(--light-gray);
  outline-offset: 0px;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
  background-color: #fff;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1.1em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -440px;
  left: 0%;
  right: 0%;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
}

.mw_popup-btn-dropdown-clear:hover {
  border-bottom: 3px none #5798ff;
  background-color: #f1f1f1;
}

.mw_resource_topics {
  width: 325px;
  max-height: 400px;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section.resource {
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-logo-link {
    width: 200px;
    padding-bottom: 5px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.top-nav {
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .nav-link.top-main {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .search {
    height: 30px;
    max-width: 400px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .search.nav {
    height: 25px;
    max-width: 250px;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .search-input.small {
    font-size: 12px;
    line-height: 23px;
  }

  .btn-search {
    font-size: 12px;
    line-height: 18px;
  }

  .page-text-links {
    padding-left: 0;
  }

  .btn-donate {
    width: 100%;
    max-width: 200px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .nav-section-2 {
    height: 80px;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
  }

  .fall-nav-wrapper {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-19 {
    flex-direction: row;
    justify-content: center;
  }

  .icon {
    color: var(--white-smoke);
    font-size: 34px;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .sitenav-content-wrapper {
    margin-top: 60px;
  }

  .mw_popup-btn-dropdown {
    justify-content: flex-start;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    display: flex;
  }

  .mw_popup-btn-dropdown:hover {
    border-bottom-style: none;
  }

  .mw_resource-all {
    position: relative;
  }

  .mw_resource-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: ;
  }

  .mw_resource-container {
    z-index: 999999;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    background-color: #f1f1f1;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    margin-right: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: scroll;
  }

  .mw_resource-dropdown {
    height: 100vh;
    max-width: 40%;
    text-align: center;
    background-color: #fff;
    display: block;
    position: relative;
    overflow-y: scroll;
  }

  .mw_resource-section {
    padding: 3em 2em;
  }

  .mw_resource-grid-category {
    max-width: 32%;
  }

  .mw_resource-p-small {
    width: 100%;
    max-width: 100%;
  }

  .mw_resource-p-small.underline {
    max-width: 23%;
    text-decoration: underline;
  }

  .mw_resource-video-container {
    padding: 3em;
  }

  .mw_resource-grid-video-card:hover {
    background-color: #f5f5f5;
  }

  .mw_resource-featured-video {
    max-width: 100%;
  }

  .mw_resources-more-episodes {
    max-width: 100%;
    aspect-ratio: auto;
    overflow: visible;
  }

  .mw_resource-video-section {
    padding-left: 5em;
    padding-right: 5em;
  }

  .mw_resource-video-courses {
    padding-top: 3em;
  }

  .mw_resource-grid-video-full {
    margin-bottom: 2em;
  }

  .mw_resource-category-dropdown {
    width: auto;
  }

  .mw_resource-categories-columns {
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 2em;
    display: flex;
  }

  .mw_resource-all-btn-play {
    display: block;
  }

  .mw_resource-video-block {
    flex-direction: column;
  }

  .mw_resource-topics {
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 2em;
    display: flex;
  }

  .mw_resource-category-container {
    background-color: #f3f3f3;
    display: none;
  }

  .mw_popup-btn-menu {
    width: 100%;
    height: 8vh;
    min-height: 3em;
    border-top: 1px solid #494949;
    border-left: 3px solid var(--black);
    text-align: left;
    border-bottom-style: none;
    justify-content: flex-start;
    padding: 0 1.5em;
    font-size: 1.1em;
    display: flex;
  }

  .mw_popup-btn-menu:hover {
    border-bottom-style: none;
  }

  .mw_popup-btn-menu.selected {
    border-left: 3px solid #5798ff;
    border-bottom-style: none;
    justify-content: flex-start;
    display: flex;
  }

  .mw_popup-btn-menu.current.w--current {
    border-left-style: solid;
    border-left-color: var(--lw-blu);
  }

  .mw_resource-dropdown-topics {
    display: block;
  }

  .mw_resource-topics-dropdown {
    width: 290px;
  }

  .mw_resource-h3-title {
    color: #000;
    text-align: left;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-left: 1.7em;
    font-size: 1.4em;
  }

  .mobile-menu {
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mw_popup-btn-dropdown-menu {
    border-top: 1px solid var(--light-gray);
    border-left: 3px solid var(--white);
    border-bottom-style: none;
    justify-content: flex-start;
    padding: 1.25em 2em;
    font-size: 1.1em;
    display: flex;
  }

  .mw_popup-btn-dropdown-menu:hover {
    border-bottom-style: none;
  }

  .mw_popup-btn-dropdown-menu.last {
    border-bottom-style: solid;
  }

  .mw_popup-btn-dropdown-menu.current {
    border-left: 3px solid var(--lw-blu);
  }

  .mw_popup-close-light {
    right: 10px;
  }

  .mw_resource-btn-menu {
    background-size: 15px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    font-size: 1.1em;
    display: flex;
  }

  .mw_resource-btn-menu:hover {
    color: var(--black);
    background-color: rgba(145, 145, 145, 0.9);
  }

  .mw_popup-btn-menu-dropdown {
    width: 100%;
    height: 8vh;
    min-height: 3em;
    border-top: 1px solid #494949;
    border-left: 3px solid var(--black);
    text-align: left;
    border-bottom-style: none;
    justify-content: flex-start;
    padding: 0 1.5em;
    font-size: 1.1em;
    display: flex;
  }

  .mw_popup-btn-menu-dropdown:hover {
    border-bottom-style: none;
  }

  .mw_resource-menu-dropdown {
    display: none;
  }

  .mw_resource-checkbox {
    padding-top: 1.05em;
    padding-bottom: 1.05em;
  }

  .mw_popup-btn-dropdown2:hover {
    border-bottom-style: none;
  }

  .mw_popup-btn-menu-dropdown2 {
    width: 100%;
    height: 8vh;
    min-height: 3em;
    border-top: 1px solid #494949;
    border-left: 3px solid var(--black);
    text-align: left;
    border-bottom-style: none;
    justify-content: flex-start;
    padding: 0 1.5em;
    font-size: 1.1em;
    display: flex;
  }

  .mw_popup-btn-menu-dropdown2:hover {
    border-bottom-style: none;
  }

  .mw_popup-btn-dropdown-clear {
    justify-content: flex-start;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    display: flex;
    bottom: -437px;
  }

  .mw_popup-btn-dropdown-clear:hover {
    border-bottom-style: none;
  }

  .mw_resource_topics {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    line-height: 34px;
  }

  .page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section.resource {
    padding-left: 0;
    padding-right: 0;
  }

  .page-section.endorsements {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-logo-link {
    width: 230px;
  }

  .nav-link.top-main {
    font-size: 19px;
    line-height: 20px;
  }

  .nav-link.top-main.mobile {
    width: 40%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
  }

  .search {
    max-width: 250px;
  }

  .page-text-links {
    margin-bottom: 40px;
  }

  .resource-card {
    width: 230px;
    height: 230px;
  }

  .nav-link-wrapper {
    width: 100%;
    display: none;
  }

  .nav-link-wrapper.mobile {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .links-text h4 {
    color: #5798ff;
  }

  .mw_resource-container {
    z-index: 99999;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .mw_resource-dropdown {
    max-width: 80%;
  }

  .mw_resource-section {
    padding: 1em;
  }

  .mw_resource-grid-category {
    max-width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 25px;
    display: flex;
  }

  .mw_resource-grid-img {
    width: 100%;
    height: 150px;
    max-width: 150px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .mw_resource-grid-text-white {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .mw_resource-h1 {
    font-size: 2.1em;
  }

  .mw_resource-filter {
    flex-wrap: wrap;
    margin-bottom: 0.2em;
  }

  .mw_resource-dropdown-c {
    width: 100%;
  }

  .mw_resource-grid-card {
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 25px;
    display: flex;
  }

  .mw_resource-grid-text {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .mw_resource-video-container {
    padding: 2em 1em;
  }

  .mw_resource-featured-video {
    max-width: 100%;
  }

  .mw_resource-h2 {
    font-size: 1.5em;
  }

  .mw_resource-p {
    font-size: 1.3em;
  }

  .mw_resource-video-section {
    padding: 3em 2em;
  }

  .mw_resource-video-courses {
    padding: 2em 1em;
  }

  .mw_resource-back-link {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mw_resource-category-dropdown {
    width: auto;
  }

  .mw_resource-grid-card-video {
    max-width: 100%;
    border-left: 3px solid var(--light-gray);
    border-top-style: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
    padding-right: 1.3em;
    display: flex;
  }

  .mw_resource-all-btn-play {
    margin-bottom: 0;
  }

  .mw_resource-h2-gray {
    font-size: 1.3em;
  }

  .mw_resource-video-block {
    flex-direction: column;
  }

  .mw_resources-filters {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .mw_resource-category-container {
    display: none;
  }

  .mw_resource-dropdown-category {
    z-index: 999;
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    position: relative;
  }

  .mw_resource-dropdown-topics {
    width: 100%;
  }

  .mw_resource-topics-dropdown {
    width: 100%;
  }

  .mw_resource-sort-filter {
    z-index: 996;
    width: 49%;
    margin-bottom: 0.2em;
  }

  .mw_resource-topics-link {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu {
    display: none;
  }

  .mw_popup-btn-dropdown-menu {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .mw_resource-width-page {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mw_resource-dropdown-menu {
    width: 100%;
    max-width: 100%;
  }

  .mw_resource-subhead {
    font-size: 1em;
  }

  .mw_resource-category-dropdown2, .mw_resource_topics {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section.resource {
    padding-left: 0;
    padding-right: 0;
  }

  .page-section.endorsements {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo-link {
    width: 100%;
    max-width: 200px;
  }

  .nav-link.top-main {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 18px;
  }

  .nav-link.top-main.mobile {
    width: 100%;
    font-size: 36px;
    line-height: 24px;
  }

  .resource-card {
    width: 460px;
    height: 300px;
  }

  .nav-link-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer {
    text-align: left;
    padding: 60px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .btn-donate {
    width: 100%;
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-section-2 {
    flex-direction: row;
  }

  .resource-link-wrapper {
    width: 50%;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    margin-bottom: 0;
  }

  .sitenav-link {
    margin-bottom: 10px;
  }

  .item-tag-filter {
    width: 45%;
  }

  .work-text-wrapper {
    top: 0;
  }

  .engagement-card-content {
    flex-direction: column;
  }

  .indicator-text-wrapper {
    top: 0;
  }

  .copyright {
    text-align: center;
  }

  .mw_resource-section {
    padding: 2em 1em;
  }

  .mw_resource-grid-category {
    flex-direction: column;
  }

  .mw_resource-grid-img {
    max-width: 100%;
  }

  .mw_resource-grid-text-white {
    justify-content: center;
  }

  .mw_resource-p-small.underline {
    max-width: 100%;
  }

  .mw_resource-h1 {
    margin-top: 0;
  }

  .mw_resource-filter {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    font-size: 1.1em;
  }

  .mw_resource-grid-card {
    flex-direction: column;
  }

  .mw_resource-grid-text {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mw_resource-video-container {
    padding: 1em;
  }

  .mw_resource-grid-video-card {
    width: 100%;
  }

  .mw_resource-h2 {
    font-size: 1.4em;
  }

  .mw_resource-video-section {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .mw_resource-category-btn-filter {
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-more-2 {
    font-size: 16px;
  }

  .mw_resource-category-dropdown {
    width: 100%;
  }

  .mw_resource-categories-columns {
    flex-flow: column wrap;
  }

  .topics {
    padding-left: 0;
    padding-right: 0;
  }

  .mw_resource-grid-card-video {
    border-top-style: solid;
    border-left-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.3em;
  }

  .mw_resource-grid-audio-card {
    background-position: 94%;
    padding-right: 3.5em;
  }
  .mw_resource-grid-audio-card.current {
    padding: 1.3em;
  }

  .mw_resources-filters, .mw_resource-grid-card-video-w, .mw_resource-topics {
    flex-direction: column;
  }

  .mw_resource-topics-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .mw_resource-topic-btn-filter {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .mw_resource-sort-btn-filter {
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .mw_resource-dropdown-category {
    width: 100%;
    margin-bottom: 0.3em;
    margin-right: 0;
  }

  .mw_resource-dropdown-topics {
    z-index: 996;
    width: 100%;
  }

  .mw_resource-topics-dropdown {
    width: 100%;
  }

  .mw_resource-sort-filter {
    z-index: 995;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0.3em;
    margin-bottom: 0;
  }

  .mw_resource-sort-dropdown {
    width: 100%;
  }

  .mw_resource-btn-menu {
    width: 100%;
    max-width: 100%;
  }

  .mw_resource-dropdown-menu {
    margin-bottom: 0.3em;
    margin-right: 0;
  }

  .mw_resource-dropdown-btn-c {
    width: 100%;
    max-width: 100%;
  }

  .mw_resource-category-dropdown2 {
    width: 100%;
  }

  .mw_popup-btn-dropdown-clear {
    bottom: -440px;
  }
}

/* */

.resource-page-inner {
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .resource-page-inner {
    padding: 50px 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .resource-page-inner {
    padding: 70px 20px 0;
  }
}

.child-full-width {
  width: 98vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -49vw;
  margin-right: -49vw;
}

/**
 *  INDIVIDUAL DONATE PAGES
 */

.full-width-donate {
  padding-top: 40px !important;
  background-color: #fff !important;
}

.full-width-bg-page-hero.individual-donate-hero {
   background-position: top center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/leadersource-herobg-7-16.png?6eafea7c053aef91f4f7e1a96637871a) !important;
}

.full-width-bg-page-hero.trailhead-donate-hero {
   background-position: center center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images/trailhead-hero.jpg) !important;
}

.hero-card-new-visitor.donate-small {
  margin: 0px auto;
  text-align: center !important;
  align-items: center !important;
}

.donate-small .text {
  text-align: center !important;
}

.donate-small .text h2 {
  color: #fff;
}

.donate-small img {
  width: 200px;
  height: auto;
  border-radius: 50%;
}

.page-section-individual-donate {
  padding: 40px 60px;
  max-width: 600px;
}

.individual-donate {
  background-color: rgba(87, 152, 255, 0.2) !important;
  font-size: 18px;
}

.individual-donate .donatehero-section {
  display: block !important;
  padding-top: 40px;
}

.individual-donate-form {
  display: block !important;
  margin: 40px 10px;
}

.individual-donate-form p, .individual-donate .donatehero-section form .btn-donate {
  display: inline-block;
}

.individual-donate .donatehero-section form .btn-donate {
  float: right;
  margin-right: 120px;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
}

@media screen and (max-width: 479px) {
  .individual-donate .donatehero-section form .btn-donate {
    margin-right: 30px !important;
  }
}

.donate-card-field-individual {
  max-width: 90% !important;
}

/* FINANCIALS */

#financials {
  margin-bottom: 40px;
}

.financials-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.financials-node {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 10px auto;
  padding: 5px 10px;
}

.financials-node h2 {
  color: #5798ff;
}

.pie-chart {
  background:conic-gradient(var(--color) var(--percentage), #444 0);
  border-radius:50%;
  width: 160px;
  min-height: 160px;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pie-chart:after {
  content: attr(data-percentage);
  font-size: 3rem;
  line-height: normal;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #222;
}

.pie-chart .percentage {
  position: absolute;
  font-size: 21pt;
  font-weight: bold;
}

.download-button {
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
}