@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  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; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
@font-face {
  font-family: 'CormanBrush';
  src: url("/tpl/wycliffeOrg/assets/fonts/corman-brush.eot");
  src: url("/tpl/wycliffeOrg/assets/fonts/corman-brush.eot?#iefix") format("embedded-opentype"), url("/tpl/wycliffeOrg/assets/fonts/corman-brush.woff2") format("woff2"), url("/tpl/wycliffeOrg/assets/fonts/corman-brush.woff") format("woff"), url("/tpl/wycliffeOrg/assets/fonts/corman-brush.ttf") format("truetype"), url("corman-brush.svg#corman_brushregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 100%;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit;
  transition: all ease-out 0.3s; }

* + p,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + hr,
* + aside,
* + figure {
  margin-top: 1.5em; }

*:first-child {
  margin-top: 0; }

.inline > * {
  display: inline-block; }

ul.inline {
  padding: 0; }

.is-inline {
  display: inline-block; }

.inset {
  box-shadow: inset 0 0 10px #312821; }

.is-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.is-transparent {
  opacity: 0;
  pointer-events: none; }

.font--accent {
  font-family: "CormanBrush", "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
  font-weight: normal !important; }

.text--smaller {
  font-size: 85% !important; }
.text--larger {
  font-size: 125% !important; }
.text--huge {
  font-size: 200% !important; }
.text--uppercase {
  text-transform: uppercase !important; }
.text--capitalize {
  text-transform: capitalize; }
.text--sentence {
  text-transform: none; }
.text--normal {
  font-weight: normal !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif; }
.text--bold {
  font-weight: bold !important; }
.text--straight {
  font-style: normal !important; }
.text--shadow {
  text-shadow: 0 0 5px rgba(69, 54, 31, 0.8); }
.text--left {
  text-align: left !important; }
.text--center {
  text-align: center !important; }
.text--right {
  text-align: right !important; }
.text--dark {
  color: #424242 !important; }
.text--white {
  color: #fff !important; }
.text--primary {
  color: #009ca6 !important; }
.text--secondary {
  color: #aa1e2c !important; }
.text--leaded {
  line-height: 2.025 !important; }
.text--unleaded {
  line-height: 1.5 !important; }
.text--accent {
  font-family: "CormanBrush", "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: normal;
  line-height: 0.8em;
  font-size: 1.2em; }

.has-background {
  background: #f4f2ef !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e2ddd5;
  }
  .has-background hr {
    border-top-color: #e2ddd5;
    border-bottom-color: #f9f8f7; }
  .has-background--accent-1 {
    background: #009ca6 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #00848d; }
    .has-background--accent-1 hr {
      border-top-color: #00848d;
      border-bottom-color: #00a8b3; }
  .has-background--accent-2 {
    background: #aa1e2c !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #941a26; }
    .has-background--accent-2 hr {
      border-top-color: #941a26;
      border-bottom-color: #b5202f; }
  .has-background--accent-3 {
    background: #6ba542 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #5f933b; }
    .has-background--accent-3 hr {
      border-top-color: #5f933b;
      border-bottom-color: #71ae46; }
  .has-background--accent-4 {
    background: #f4be18 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7b10b; }
    .has-background--accent-4 hr {
      border-top-color: #e7b10b;
      border-bottom-color: #f5c124; }
  .has-background--accent-5 {
    background: #083c5c !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #062d45; }
    .has-background--accent-5 hr {
      border-top-color: #00848d;
      border-bottom-color: #00a8b3; }
  .has-background--neutral-1 {
    background: #312821 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #221c17; }
    .has-background--neutral-1 hr {
      border-top-color: #062d45;
      border-bottom-color: #094468; }
  .has-background--neutral-2 {
    background: #45361f !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #332817; }
    .has-background--neutral-2 hr {
      border-top-color: #062d45;
      border-bottom-color: #094468; }
  .has-background--neutral-3 {
    background: #e2ddd5 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #d8d1c6; }
    .has-background--neutral-3 hr {
      border-top-color: #062d45;
      border-bottom-color: #094468; }
  .has-background--white {
    background: #fff !important;
    border-top: none;
    border-bottom: none; }
    .has-background--white hr {
      border-top-color: #e2ddd5;
      border-bottom-color: #e7e3dd; }
  .has-background--image {
    background-color: #000;
    background-size: cover;
    background-position: center center; }
    .has-background--image-bottom {
      background-size: 100% auto;
      background-position: bottom center;
      background-repeat: no-repeat; }
  .has-background--fixed {
    background-attachment: fixed; }

.has-borders {
  border-width: 1px;
  border-style: solid; }

.no-borders {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none; }

.has-padding {
  padding: 1em; }
  .has-padding--sides {
    padding-left: 1em;
    padding-right: 1em; }
  .has-padding--medium {
    padding: 1.5rem; }
  .has-padding--large {
    padding: 2rem; }
  .has-padding--huge {
    padding: 4rem; }

.no-padding {
  padding: 0; }

.has-arms {
  text-align: center; }
  .has-arms span {
    display: inline-block;
    position: relative; }
    .has-arms span::before, .has-arms span::after {
      content: "";
      position: absolute;
      height: 1px;
      border-bottom: 1px solid #009ca6;
      top: 50%;
      width: 130px; }
    .has-arms span::before {
      right: 100%;
      margin-right: 20px; }
    .has-arms span::after {
      left: 100%;
      margin-left: 20px; }
    .has-arms span.border--accent-2::before, .has-arms span.border--accent-2::after {
      border-color: #aa1e2c; }
    .has-arms span.border--accent-3::before, .has-arms span.border--accent-3::after {
      border-color: #6ba542; }
    .has-arms span.border--white::before, .has-arms span.border--white::after {
      border-color: #fff; }
    .has-arms span.wide::before, .has-arms span.wide::after {
      width: 200px; }
    .has-arms span.short::before, .has-arms span.short::after {
      width: 20px;
      margin: 0 10px; }

.clearfix {
  clear: both; }

.vertical-align--parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.vertical-align--element {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.no-scroll {
  overflow: hidden; }

/***** EXTJS Overrides **** */
.x-reset {
  transition: none; }
  .x-reset * {
    transition: none;
    margin-top: 0; }
  .x-reset table {
    width: auto;
    margin: 0; }
    .x-reset table * {
      border: none; }
  .x-reset img {
    display: inline-block; }

/***** iDonate Overrides **** */
.idonate-select2 {
  transition: none; }

/***** Search Overrides **** */
.search-modules-results-fields * {
  transition: none; }

.ui-autocomplete {
  transition: none; }

/***** Override for CloudSponge popup on Advocacy Promote Page **** */
#fbOverlay, #fbZoomDiv, #fbBox,
#fbOverlay *, #fbOverlay *::before, #fbOverlay *::after,
#fbZoomDiv *, #fbZoomDiv *::before, #fbZoomDiv *::after,
#fbBox *, #fbBox *::before, #fbBox *::after {
  transition: none; }

/***** Hide Awareness Campaign Buttons **** */
.newCampaignOptions.customAlert .customAlertInner .customAlertMsg .pop-up-buttons a:nth-child(2) {
  display: none; }

/***** Row **** */
.row {
  clear: both; }
  .row::after {
    content: " ";
    clear: both;
    display: block; }

/***** Cell **** */
.cell {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden; }
  .cell--snuggle {
    margin-left: 0;
    margin-right: 0; }
    .cell--snuggle.cell--1of3 {
      width: 33.3333%; }
    .cell--snuggle.cell--2of3 {
      width: 66.6666%; }
    .cell--snuggle.cell--1of4 {
      width: 25%; }
    .cell--snuggle.cell--3of4 {
      width: 75%; }
    .cell--snuggle.cell--1of2, .cell--snuggle.cell--2of4 {
      width: 50%; }

fieldset.cell {
  overflow: visible; }

.cell--100 {
  width: 100%;
  margin: auto; }

.cell--full {
  max-width: 62rem;
  margin: auto; }

.cell--1of1 {
  width: calc( 100% - 0.5rem * 2 );
  float: left; }

.cell--1of3 {
  width: calc( 33.3333% - 0.5rem * 2 );
  float: left; }

.cell--2of3 {
  width: calc( 66.6666% - 0.5rem * 2 );
  float: left; }

.cell--1of4 {
  width: calc( 25% - 0.5rem * 2 );
  float: left; }

.cell--2of4,
.cell--1of2 {
  width: calc( 50% - 0.5rem * 2 );
  float: left; }

.cell--3of4 {
  width: calc( 75% - 0.5rem * 2 );
  float: left; }

.cell--1of5 {
  width: calc( 20% - 0.5rem * 2 );
  float: left; }

.cell--2of5 {
  width: calc( 40% - 0.5rem * 2 );
  float: left; }

.cell--3of5 {
  width: calc( 60% - 0.5rem * 2 );
  float: left; }

.cell--4of5 {
  width: calc( 80% - 0.5rem * 2 );
  float: left; }

.cell--1of7 {
  width: calc( 14.2857% - 0.5rem * 2 );
  float: left; }

.cell--2of7 {
  width: calc( 28.5714% - 0.5rem * 2 );
  float: left; }
  .cell--2of7.is-glued {
    width: calc( 100% * 2 / 7 ); }

.cell--4of7 {
  width: calc( 57.1428% - 0.5rem * 2 );
  float: left; }

.cell--5of7 {
  width: calc( 71.4285% - 0.5rem * 2 );
  float: left; }
  .cell--5of7.is-glued {
    width: calc( 100% * 5 / 7 ); }

.cell--1of8 {
  width: calc( 12.5% - 0.5rem * 2 );
  float: left; }

.cell--7of8 {
  width: calc( 87.5% - 0.5rem * 2 );
  float: left; }

.cell--lagniappe {
  margin-left: 1rem;
  margin-right: 1rem; }

.grid--flush {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.cell--columns {
  -moz-column-count: 3;
  -moz-column-gap: 8px;
  -webkit-column-count: 3;
  -webkit-column-gap: 8px;
  column-count: 3;
  column-gap: 8px; }
  .cell--columns > .cell {
    overflow: visible; }
  .cell--columns .well:first-child {
    margin-top: 2px; }

.has-sidebar {
  padding-right: 2rem; }

.is-glued {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 62rem) {
  .cell--full:not(.is-glued) {
    max-width: 96%; }

  .cell--full.is-glued {
    padding: 0; }

  .cell--1of3 .cell--columns,
  .cell--2of3 .cell--columns,
  .cell--1of4 .cell--columns,
  .cell--1of5 .cell--columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 48rem) {
  .cell--1of3:not(.is-glued),
  .cell--2of3:not(.is-glued),
  .cell--1of4:not(.is-glued),
  .cell--1of5:not(.is-glued) {
    width: calc( 50% - 0.5rem * 2 ); }
    .cell--1of3:not(.is-glued):not(.cell--center),
    .cell--2of3:not(.is-glued):not(.cell--center),
    .cell--1of4:not(.is-glued):not(.cell--center),
    .cell--1of5:not(.is-glued):not(.cell--center) {
      float: left; }
  .cell--1of3 .cell--1of3:not(.is-glued),
  .cell--1of3 .cell--2of3:not(.is-glued),
  .cell--1of3 .cell--1of4:not(.is-glued),
  .cell--1of3 .cell--2of4:not(.is-glued),
  .cell--1of3 .cell--3of4:not(.is-glued),
  .cell--1of3 .cell--1of5:not(.is-glued),
  .cell--1of3 .cell--2of5:not(.is-glued),
  .cell--1of3 .cell--3of5:not(.is-glued),
  .cell--1of3 .cell--4of5:not(.is-glued),
  .cell--1of3 .cell--1of7:not(.is-glued),
  .cell--1of3 .cell--2of7:not(.is-glued),
  .cell--1of3 .cell--4of7:not(.is-glued),
  .cell--1of3 .cell--5of7:not(.is-glued),
  .cell--1of3 .cell--1of8:not(.is-glued),
  .cell--1of3 .cell--7of8:not(.is-glued),
  .cell--2of3 .cell--1of3:not(.is-glued),
  .cell--2of3 .cell--2of3:not(.is-glued),
  .cell--2of3 .cell--1of4:not(.is-glued),
  .cell--2of3 .cell--2of4:not(.is-glued),
  .cell--2of3 .cell--3of4:not(.is-glued),
  .cell--2of3 .cell--1of5:not(.is-glued),
  .cell--2of3 .cell--2of5:not(.is-glued),
  .cell--2of3 .cell--3of5:not(.is-glued),
  .cell--2of3 .cell--4of5:not(.is-glued),
  .cell--2of3 .cell--1of7:not(.is-glued),
  .cell--2of3 .cell--2of7:not(.is-glued),
  .cell--2of3 .cell--4of7:not(.is-glued),
  .cell--2of3 .cell--5of7:not(.is-glued),
  .cell--2of3 .cell--1of8:not(.is-glued),
  .cell--2of3 .cell--7of8:not(.is-glued),
  .cell--1of4 .cell--1of3:not(.is-glued),
  .cell--1of4 .cell--2of3:not(.is-glued),
  .cell--1of4 .cell--1of4:not(.is-glued),
  .cell--1of4 .cell--2of4:not(.is-glued),
  .cell--1of4 .cell--3of4:not(.is-glued),
  .cell--1of4 .cell--1of5:not(.is-glued),
  .cell--1of4 .cell--2of5:not(.is-glued),
  .cell--1of4 .cell--3of5:not(.is-glued),
  .cell--1of4 .cell--4of5:not(.is-glued),
  .cell--1of4 .cell--1of7:not(.is-glued),
  .cell--1of4 .cell--2of7:not(.is-glued),
  .cell--1of4 .cell--4of7:not(.is-glued),
  .cell--1of4 .cell--5of7:not(.is-glued),
  .cell--1of4 .cell--1of8:not(.is-glued),
  .cell--1of4 .cell--7of8:not(.is-glued),
  .cell--1of5 .cell--1of3:not(.is-glued),
  .cell--1of5 .cell--2of3:not(.is-glued),
  .cell--1of5 .cell--1of4:not(.is-glued),
  .cell--1of5 .cell--2of4:not(.is-glued),
  .cell--1of5 .cell--3of4:not(.is-glued),
  .cell--1of5 .cell--1of5:not(.is-glued),
  .cell--1of5 .cell--2of5:not(.is-glued),
  .cell--1of5 .cell--3of5:not(.is-glued),
  .cell--1of5 .cell--4of5:not(.is-glued),
  .cell--1of5 .cell--1of7:not(.is-glued),
  .cell--1of5 .cell--2of7:not(.is-glued),
  .cell--1of5 .cell--4of7:not(.is-glued),
  .cell--1of5 .cell--5of7:not(.is-glued),
  .cell--1of5 .cell--1of8:not(.is-glued),
  .cell--1of5 .cell--7of8:not(.is-glued) {
    width: calc( 100% - 0.5rem * 2 ); }
  .cell--1of3 .cell + .cell:not(.is-glued),
  .cell--2of3 .cell + .cell:not(.is-glued),
  .cell--1of4 .cell + .cell:not(.is-glued),
  .cell--1of5 .cell + .cell:not(.is-glued) {
    margin-top: 1rem; }

  .cell--snuggle {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .cell--snuggle.cell--1of3, .cell--snuggle.cell--2of3, .cell--snuggle.cell--1of4, .cell--snuggle.cell--3of4, .cell--snuggle.cell--1of2, .cell--snuggle.cell--2of4 {
      width: 50%; }

  .cell--columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }

  .cell--lagniappe {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

  .has-sidebar {
    padding-right: 1rem; } }
@media (max-width: 36rem) {
  .cell--1of3:not(.is-glued),
  .cell--2of3:not(.is-glued),
  .cell--1of4:not(.is-glued),
  .cell--2of4:not(.is-glued),
  .cell--1of2:not(.is-glued),
  .cell--3of4:not(.is-glued),
  .cell--1of5:not(.is-glued),
  .cell--2of5:not(.is-glued),
  .cell--3of5:not(.is-glued),
  .cell--4of5:not(.is-glued),
  .cell--1of7:not(.is-glued),
  .cell--2of7:not(.is-glued),
  .cell--3of7:not(.is-glued),
  .cell--4of7:not(.is-glued),
  .cell--5of7:not(.is-glued),
  .cell--6of7:not(.is-glued) {
    width: calc( 100% - 0.5rem * 2 );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    float: none; }

  .cell--snuggle {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .cell--snuggle.cell--1of3, .cell--snuggle.cell--2of3, .cell--snuggle.cell--1of4, .cell--snuggle.cell--3of4, .cell--snuggle.cell--1of2, .cell--snuggle.cell--2of4 {
      width: 100%;
      float: none; }

  .cell--columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }

  .has-sidebar {
    padding-right: 0; } }
.cell--center {
  float: none;
  margin: auto; }

/***** Brick **** */
.brick {
  margin: 0;
  padding: 0 0.5rem; }

.brick--1of2 {
  width: 50%; }

.brick--1of3 {
  width: 33.3333333333%; }

.brick--1of4 {
  width: 25%; }

@media (max-width: 48rem) {
  .brick--1of3,
  .brick--1of4 {
    width: 50%; } }
@media (max-width: 36rem) {
  .brick--1of2,
  .brick--1of3,
  .brick--1of4 {
    width: 100%; } }
/***** Well **** */
.well {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.well--dry {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.well--micro {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem; }

.well--tiny {
  margin-top: 0.3437501074rem;
  margin-bottom: 0.3437501074rem; }

.well--small {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

.well--medium {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.well--large {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.well--deep {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.well--top {
  margin-bottom: 0 !important; }

.well--bottom {
  margin-top: 0 !important; }

@media (max-width: 48rem) {
  .well--large {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }

  .well--deep {
    margin-top: 3rem;
    margin-bottom: 3rem; } }
@media (max-width: 36rem) {
  .well--deep {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }
.float--left {
  float: left; }

.float--right {
  float: right; }

.float--none {
  float: none; }

body {
  background-color: #fff;
  color: #424242;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #aa1e2c;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  line-height: 1.1;
  margin: 1.65em auto 0.5em;
  text-rendering: optimizeLegibility; }

h1,
.h1 {
  font-size: 2.25em;
  font-weight: 700;
  text-transform: none; }

h2,
.h2 {
  font-size: 1.875em;
  font-weight: 700;
  text-transform: none; }

h3,
.h3 {
  font-size: 1.35em;
  font-weight: 700;
  text-transform: uppercase; }

h4,
.h4 {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: none; }

h5,
.h5 {
  font-size: 1.05em;
  font-weight: normal;
  color: #424242; }

a {
  color: #009ca6;
  text-decoration: none; }
  a:hover {
    color: #00848d; }
  a:active {
    color: #00848d; }
  a:focus {
    outline-color: #00848d; }

h6,
.h6 {
  font-size: 1em;
  font-weight: normal; }

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid rgba(49, 40, 33, 0.15);
  border-bottom: 1px solid rgba(49, 40, 33, 0.25); }

blockquote {
  border-left: 2px solid #312821;
  margin: 2rem 0;
  padding: 0.3333333333rem 1rem; }

cite {
  font-style: italic; }

abbr,
acronym {
  cursor: help; }

q::before {
  content: "“"; }
q::after {
  content: "”"; }

form {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif; }

fieldset {
  border: none;
  padding: 0; }

label.required:after {
  content: "*"; }
label abbr {
  display: none; }

input[type="search"] {
  box-sizing: border-box; }

textarea {
  resize: vertical; }

input:not(.btn):not(.cell):not([type="submit"]):not([type="button"]),
textarea:not(.cell),
select:not(.cell) {
  width: 100%; }

input:not(.btn):not([type="submit"]):not([type="button"]),
textarea,
select {
  font: inherit;
  font-size: 1em;
  padding: 0.75em 0.55em 0.5em;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8; }
  input:not(.btn):not([type="submit"]):not([type="button"]):focus,
  textarea:focus,
  select:focus {
    outline-color: #e2ddd5; }
  input:not(.btn):not([type="submit"]):not([type="button"])[type="radio"],
  textarea[type="radio"],
  select[type="radio"] {
    width: inherit;
    border-radius: 50%; }
  input:not(.btn):not([type="submit"]):not([type="button"])[type="checkbox"],
  textarea[type="checkbox"],
  select[type="checkbox"] {
    width: inherit; }
  input:not(.btn):not([type="submit"]):not([type="button"]).is-glued,
  textarea.is-glued,
  select.is-glued {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    height: 35px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-image: url("/Tags/img/frontend/icon-combo-trigger.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.925em;
  padding-top: 0.7em;
  padding-bottom: 0.85em;
  color: rgba(8, 60, 92, 0.9); }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 0 0.3333333333rem 0 1rem; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    outline-color: #e2ddd5; }

/* FLOATLABELS! */
.floatlabels fieldset {
  position: relative;
  border: none;
  padding: 0 0.35em; }
  .floatlabels fieldset.no-padding {
    padding: 0; }
  .floatlabels fieldset input + label,
  .floatlabels fieldset textarea + label {
    margin: 0;
    display: block;
    cursor: text;
    transition: 0.15s ease-out all;
    position: absolute;
    top: 0.795em;
    left: 1.2em;
    font-size: 0.925em;
    color: rgba(8, 60, 92, 0.9); }
  .floatlabels fieldset input:focus + label,
  .floatlabels fieldset textarea:focus + label,
  .floatlabels fieldset .valid + label {
    top: 0.125em;
    left: 0.975em;
    font-size: 0.65em;
    color: rgba(69, 54, 31, 0.75); }

/* Errors */
.ajax-error,
.form-input-error,
.invalid,
.x-form-invalid-field {
  color: #aa1e2c;
  font-style: italic;
  font-size: 0.85em;
  border-color: #aa1e2c !important; }
  .ajax-error span,
  .form-input-error span,
  .invalid span,
  .x-form-invalid-field span {
    display: block; }

table {
  border-collapse: collapse;
  margin: 1rem 0;
  table-layout: fixed;
  width: 100%; }

thead,
tfoot {
  background: #e2ddd5;
  color: #424242;
  font-weight: bold;
  text-align: left; }

th,
td {
  padding: 0.5714285714rem 1rem; }

tr,
td,
th {
  vertical-align: middle; }

tr:nth-of-type(even) {
  background: #f4f2ef; }

ul,
ol,
dl {
  margin: 0; }

dl {
  overflow: hidden; }

dt {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  clear: both;
  float: left; }
  dt::after {
    content: ":";
    margin-right: 0.5em; }

dd {
  margin: 0; }

.details dt {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.65em; }
.details dd {
  font-size: 0.65em;
  text-transform: uppercase; }
.details--inline {
  font-style: italic; }
  .details--inline dt {
    clear: both; }
  .details--inline dt,
  .details--inline dt + dd,
  .details--inline dd + dd {
    display: inline-block;
    float: left; }
  .details--inline dd + dd::before {
    content: ", "; }
.details--event {
  color: #424242;
  font-size: 95%; }

.meta--inline {
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .meta--inline li,
  .meta--inline li + li {
    display: inline-block; }
  .meta--inline li + li::before {
    content: "|";
    margin: 0 0.2em; }

.list--bare {
  list-style-type: none;
  padding: 0; }

.list--flush {
  padding-left: 1.2em; }

button,
[type="submit"] {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible; }

.btn {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099; }
  .btn--bare {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: currentcolor;
    -webkit-appearance: none !important;
    appearance: none !important; }
  .btn:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .btn:active, .btn:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }
  .btn.btn--ghost {
    background: none;
    color: #009ca6;
    border: 2px solid;
    border-color: #009ca6; }
    .btn.btn--ghost:focus {
      color: #00848d; }
    .btn.btn--ghost:hover, .btn.btn--ghost:active {
      background: #00848d;
      color: #fff; }
    .btn.btn--ghost:active, .btn.btn--ghost:focus {
      outline: none;
      border-color: #00848d;
      box-shadow: 0 0 3px 1px #00848d; }
  .btn.btn--white {
    background: #fff;
    color: #009ca6;
    border-color: #fff; }
    .btn.btn--white:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .btn.btn--white:active, .btn.btn--white:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
    .btn.btn--white.btn--ghost {
      background: none;
      color: #fff;
      border: 2px solid;
      border-color: #fff; }
      .btn.btn--white.btn--ghost:focus {
        color: #f2f2f2; }
      .btn.btn--white.btn--ghost:hover, .btn.btn--white.btn--ghost:active {
        background: #f2f2f2;
        color: #fff; }
      .btn.btn--white.btn--ghost:active, .btn.btn--white.btn--ghost:focus {
        outline: none;
        border-color: #f2f2f2;
        box-shadow: 0 0 3px 1px #f2f2f2; }
      .btn.btn--white.btn--ghost:hover, .btn.btn--white.btn--ghost:active, .btn.btn--white.btn--ghost:focus {
        color: #009ca6; }
      .btn.btn--white.btn--ghost:focus {
        border-color: #009ca6; }
      .btn.btn--white.btn--ghost:hover {
        border-color: #fff; }
  .btn--secondary {
    background: #6ba542;
    color: #fff;
    border-color: #659c3e; }
    .btn--secondary:hover {
      background: #5f933b;
      color: #fff;
      border-color: #5f933b; }
    .btn--secondary:active, .btn--secondary:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #5f933b;
      color: #fff; }
    .btn--secondary.btn--ghost {
      background: none;
      color: #6ba542;
      border: 2px solid;
      border-color: #6ba542; }
      .btn--secondary.btn--ghost:focus {
        color: #5f933b; }
      .btn--secondary.btn--ghost:hover, .btn--secondary.btn--ghost:active {
        background: #5f933b;
        color: #fff; }
      .btn--secondary.btn--ghost:active, .btn--secondary.btn--ghost:focus {
        outline: none;
        border-color: #5f933b;
        box-shadow: 0 0 3px 1px #5f933b; }
    .btn--secondary.btn--white {
      background: #fff;
      color: #6ba542;
      border-color: #fff; }
      .btn--secondary.btn--white:hover {
        background: #5f933b;
        color: #fff;
        border-color: #5f933b; }
      .btn--secondary.btn--white:active, .btn--secondary.btn--white:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #5f933b;
        color: #fff; }
  .btn--tertiary {
    background: #aa1e2c;
    color: #fff;
    border-color: #9f1c29; }
    .btn--tertiary:hover {
      background: #941a26;
      color: #fff;
      border-color: #941a26; }
    .btn--tertiary:active, .btn--tertiary:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #941a26;
      color: #fff; }
    .btn--tertiary.btn--ghost {
      background: none;
      color: #aa1e2c;
      border: 2px solid;
      border-color: #aa1e2c; }
      .btn--tertiary.btn--ghost:focus {
        color: #941a26; }
      .btn--tertiary.btn--ghost:hover, .btn--tertiary.btn--ghost:active {
        background: #941a26;
        color: #fff; }
      .btn--tertiary.btn--ghost:active, .btn--tertiary.btn--ghost:focus {
        outline: none;
        border-color: #941a26;
        box-shadow: 0 0 3px 1px #941a26; }
    .btn--tertiary.btn--white {
      background: #fff;
      color: #aa1e2c;
      border-color: #fff; }
      .btn--tertiary.btn--white:hover {
        background: #941a26;
        color: #fff;
        border-color: #941a26; }
      .btn--tertiary.btn--white:active, .btn--tertiary.btn--white:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #941a26;
        color: #fff; }
  .btn--accent {
    background: #f4be18;
    color: #fff;
    border-color: #f3bb0c; }
    .btn--accent:hover {
      background: #e7b10b;
      color: #fff;
      border-color: #e7b10b; }
    .btn--accent:active, .btn--accent:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #e7b10b;
      color: #fff; }
    .btn--accent.btn--ghost {
      background: none;
      color: #f4be18;
      border: 2px solid;
      border-color: #f4be18; }
      .btn--accent.btn--ghost:focus {
        color: #e7b10b; }
      .btn--accent.btn--ghost:hover, .btn--accent.btn--ghost:active {
        background: #e7b10b;
        color: #fff; }
      .btn--accent.btn--ghost:active, .btn--accent.btn--ghost:focus {
        outline: none;
        border-color: #e7b10b;
        box-shadow: 0 0 3px 1px #e7b10b; }
    .btn--accent.btn--white {
      background: #fff;
      color: #f4be18;
      border-color: #fff; }
      .btn--accent.btn--white:hover {
        background: #e7b10b;
        color: #fff;
        border-color: #e7b10b; }
      .btn--accent.btn--white:active, .btn--accent.btn--white:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #e7b10b;
        color: #fff; }
  .btn--large {
    font-size: 2em;
    padding: 0.2em 0.85em 0.345em; }
  .btn--medium {
    font-size: 1.5em; }
  .btn--small {
    padding: 0.25em 1em 0.385em;
    font-size: 0.9em;
    font-weight: normal; }
  .btn--full {
    width: 100%; }
  .btn--quarternary {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: currentcolor;
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block;
    padding: 0;
    background: none;
    color: #009ca6;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    border: none; }
    .btn--quarternary:hover {
      background: none;
      color: rgba(0, 156, 166, 0.75); }
    .btn--quarternary:focus, .btn--quarternary:active {
      color: rgba(0, 156, 166, 0.5); }
    .btn--quarternary:active {
      color: rgba(0, 156, 166, 0.5);
      outline-color: transparent;
      box-shadow: none; }
    .btn--quarternary.btn--primary {
      color: #009ca6; }
      .btn--quarternary.btn--primary:hover {
        color: #00848d; }
      .btn--quarternary.btn--primary:focus {
        outline-color: #00848d; }
  .btn.is-glued {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.1em;
    height: 35px; }
  .btn--play {
    width: 4em;
    height: 4em;
    z-index: 1;
    border: none !important;
    background: transparent url(/tpl/wycliffeOrg/assets/images/play.svg) no-repeat center center !important;
    background-size: cover; }
    .btn--play-center {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 100%;
      background-size: inherit; }
    .btn--play--full {
      width: 14em;
      height: 4em;
      z-index: 1;
      border: none !important;
      background: transparent url(/tpl/wycliffeOrg/assets/images/play--full.svg) no-repeat center center !important;
      background-size: cover; }
  .btn--search {
    padding: 0.7em 1em 0.675em 0 !important;
    max-width: 3.5em;
    float: right;
    border: none !important; }
    .btn--search svg {
      fill: #009ca6; }
    .btn--search:hover svg, .btn--search:active svg {
      fill: #00848d; }
    .btn--search:focus {
      outline: none; }

.has-wings::before, .has-wings::after {
  content: "—";
  display: inline-block;
  margin: 0 0.5em; }

.icon--social {
  width: 80px;
  height: 80px;
  margin: 0 0.1em;
  overflow: visible; }
  .icon--social--facebook {
    fill: #3e65a3; }
  .icon--social--twitter {
    fill: #42cbfb; }
  .icon--social--vimeo {
    fill: #0090ac; }
  .icon--social--youtube {
    fill: #cd201f; }
  .icon--social--pinterest {
    fill: #bd081c; }
  .icon--social--instagram {
    fill: #42261c; }
  .icon--social--google-plus {
    fill: #d34836; }

.icon--action {
  margin-bottom: -0.1em;
  width: 1em;
  height: 1em;
  fill: #fff; }

.icon--btn {
  margin-right: 0.25em;
  margin-bottom: -0.1em;
  width: 0.75em;
  height: 0.75em;
  fill: currentColor; }

.icon--megaphone {
  transform: rotate(-15deg); }

.icon--three-carets {
  width: 1.4em;
  height: 0.7em;
  overflow: visible;
  fill: currentcolor; }
  .icon--three-carets:last-of-type {
    transform: scaleX(-1); }
  .icon--three-carets.icon--three-carets-large {
    width: 1.7em;
    height: 0.8em; }

.icon--panel {
  width: 9em;
  height: 5.5em;
  fill: #aa1e2c; }

a .icon--panel:hover {
  fill: #941a26; }

img,
picture {
  margin: 0;
  max-width: 100%;
  display: block; }

figure img {
  margin: 0 auto; }

.img--center {
  margin-left: auto;
  margin-right: auto; }

.img--right {
  float: right; }

.img--left {
  float: left; }

.separator--article {
  width: 65%;
  margin: 2em auto;
  border: none;
  border-top: 1px solid #eff5f8; }

.title {
  margin-bottom: 0;
  color: #aa1e2c; }
  .title--article {
    font-size: 3em; }

.subtitle {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-style: italic;
  color: #424242; }

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

.fineprint,
.meta {
  font-style: italic;
  color: #424242; }
  .fineprint em,
  .fineprint i,
  .fineprint cite,
  .meta em,
  .meta i,
  .meta cite {
    font-style: normal; }
  .fineprint--article,
  .meta--article {
    color: #757575;
    line-height: 1;
    font-size: 0.8em; }
  .fineprint--article-tags,
  .meta--article-tags {
    color: #6ba542;
    line-height: 1;
    font-size: 0.75em; }

.form--give fieldset {
  max-width: 100%;
  padding: 0; }
.form--give input:not(.btn):not([type="submit"]):not([type="button"]) {
  padding: 0.35em 0.25em 0.4em;
  text-align: right;
  height: 2.55em; }
.form--give .btn {
  font-size: 1em;
  padding-left: 0.6em;
  height: 2.55em; }
.form--give input + label,
.form--give input:focus + label,
.form--give .valid + label {
  top: 0.5em;
  left: 0.5em;
  font: inherit; }
.form--give--medium {
  font-size: 1.5em; }
.form--give--large {
  font-size: 2em; }
  .form--give--large .btn {
    font-weight: 600; }

.header.has-image form input:not(.btn),
.header.has-image form input + label {
  color: #9b9b9b;
  text-shadow: none; }

.header--left .form--give {
  width: calc( ( ( 100% * 5 / 7 ) - 0.5rem * 2 ) - 1px );
  float: left; }

@media (max-width: 40rem) {
  .header--left .form--give {
    float: none;
    margin-left: auto;
    margin-right: auto; } }
.givegrid input[type="radio"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .givegrid input[type="radio"] + label {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #fff;
    color: #424242;
    border-color: #fff;
    top: 0;
    left: 0;
    text-align: center; }
    .givegrid input[type="radio"] + label:hover {
      background: #353535;
      color: #fff;
      border-color: #353535; }
    .givegrid input[type="radio"] + label:active, .givegrid input[type="radio"] + label:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #353535;
      color: #fff; }
    .givegrid input[type="radio"] + label .text--smaller {
      transition: none; }
  .givegrid input[type="radio"] + label:hover:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .givegrid input[type="radio"] + label:hover:active, .givegrid input[type="radio"] + label:hover:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }
  .givegrid input[type="radio"]:checked + label {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099; }
    .givegrid input[type="radio"]:checked + label:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .givegrid input[type="radio"]:checked + label:active, .givegrid input[type="radio"]:checked + label:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
    .givegrid input[type="radio"]:checked + label .input--other label {
      color: #fff; }
.givegrid .btn--other {
  position: relative; }
.givegrid .input--other {
  position: absolute;
  top: 0.1em;
  left: 0;
  transition: none; }
  .givegrid .input--other input[type="number"] {
    background: none;
    border: none;
    box-shadow: none;
    transition: none; }
    .givegrid .input--other input[type="number"] + label {
      color: inherit; }
    .givegrid .input--other input[type="number"]:not(.input--quantity) + label, .givegrid .input--other input[type="number"]:not(.input--quantity):focus + label,
    .givegrid .input--other input[type="number"]:not(.input--quantity) .valid + label {
      top: 0.5em;
      left: 0.5em;
      font: inherit; }
.givegrid--quantity input[type="radio"] + label {
  font-size: 1.1em;
  padding-left: 0.3em;
  padding-right: 0.3em; }
.givegrid--quantity input[type="radio"]:checked + label {
  font-size: 1.1em;
  padding-left: 0.3em;
  padding-right: 0.3em; }
.givegrid--quantity .input--quantity + label {
  top: 1.1em;
  left: 0.9em;
  font-size: 1.1em; }

.form--stay-connected {
  max-width: 60em;
  margin: auto;
  color: #312821; }
  .form--stay-connected h2 {
    width: 24%;
    padding-right: 0.2em;
    font-size: 2.5em;
    line-height: 1;
    font-weight: normal;
    text-align: right; }
  .form--stay-connected form {
    width: 65%; }
  .form--stay-connected fieldset {
    width: 24%; }
  .form--stay-connected .btn {
    padding: 0.5em 1.2em 0.55em; }

.card {
  font-size: 95%;
  background: #f4f2ef;
  border: 1px solid #e2ddd5;
  display: inline-block;
  overflow: hidden; }

.has-background .card {
  background: #fff; }

.copy--card {
  margin: 0;
  padding: 1em;
  color: #45361f;
  text-align: left; }
  .copy--card > * {
    max-width: 100%; }

.item-amount {
  color: #083c5c;
  padding-right: 0.2em; }
  .item-amount::before, .item-amount::after {
    content: "—";
    font-size: 50%;
    color: #e2ddd5;
    padding: 0 6px;
    position: relative;
    bottom: 0.4em; }

.header {
  position: relative;
  overflow: visible;
  text-align: center; }
  .header.has-image {
    background: #000;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2rem; }
    .header.has-image > .cell:not(.player) {
      overflow: visible;
      position: relative; }
    .header.has-image .header-text {
      margin: 0;
      overflow: visible;
      z-index: 9; }
    .header.has-image.has-blur {
      min-height: 0;
      overflow: hidden; }
    .header.has-image .social--header::before, .header.has-image .social--header::after {
      border-top: 1px solid #e2ddd5; }
    .header.has-image.header--white {
      color: #fff; }
      .header.has-image.header--white .social--header::before, .header.has-image.header--white .social--header::after {
        border-top: 1px solid #fff; }
      .header.has-image.header--white .header-text {
        text-shadow: 0 0 25px rgba(69, 54, 31, 0.8); }
        .header.has-image.header--white .header-text .btn {
          text-shadow: none; }
      .header.has-image.header--white * {
        color: inherit; }
      .header.has-image.header--white .icon--social {
        fill: #fff; }
  .header .img--hero {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .header .img--hero.has-blur {
      width: 120%;
      height: auto;
      -webkit-filter: blur(35px);
      filter: blur(35px);
      transform: translate3d(0, -15%, 0); }
  .header.header--large {
    padding: 10em 0; }
  .header.header--medium {
    padding: 7em 0; }
  .header.header--small {
    padding: 3em 0; }
  .header.header--large.has-pattern {
    padding: 10em 0 11em; }
  .header.header--medium.has-pattern {
    padding: 7em 0 8em; }
  .header.header--small.has-pattern {
    padding: 3em 0 4em; }

.header-text {
  position: relative;
  margin: 2em auto 0.5em; }
  .header-text .title {
    font-size: 3.75em; }

.header--left .header-text,
.header--right .header-text {
  width: 50%;
  margin: 0; }
.header--left .social--header::before, .header--left .social--header::after,
.header--right .social--header::before,
.header--right .social--header::after {
  border-top: none !important; }

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

.header--right {
  text-align: right; }
  .header--right .header-text {
    float: right; }
  .header--right button {
    float: right; }
  .header--right .social--header {
    float: right; }

@media (max-width: 62em) {
  .header.header--large {
    padding: 4em 0; }
  .header.header--medium {
    padding: 3em 0; }
  .header.header--small {
    padding: 2em 0; }
  .header.header--large.has-pattern {
    padding: 4em 0 5em; }
  .header.header--medium.has-pattern {
    padding: 3em 0 4em; }
  .header.header--small.has-pattern {
    padding: 2em 0 3em; } }
@media (max-width: 48em) {
  .header.header--large {
    padding: 3.5em 0; }
  .header.header--medium {
    padding: 2em 0; }
  .header.header--small {
    padding: 1.5em 0; }
  .header.header--large.has-pattern {
    padding: 3.5em 0 4.5em; }
  .header.header--medium.has-pattern {
    padding: 2em 0 3em; }
  .header.header--small.has-pattern {
    padding: 1.5em 0 2.5em; } }
@media (max-width: 40em) {
  .header.header--large {
    padding: 3em 0; }
  .header.header--medium {
    padding: 2em 0; }
  .header.header--small {
    padding: 1.5em 0; }
  .header.header--large.has-pattern {
    padding: 3em 0 4em; }
  .header.header--medium.has-pattern {
    padding: 2em 0 3em; }
  .header.header--small.has-pattern {
    padding: 1.5em 0 2.5em; }

  .header--left,
  .header--right {
    text-align: center; }
    .header--left .header-text,
    .header--right .header-text {
      width: 100%; }
      .header--left .header-text .title,
      .header--right .header-text .title {
        font-size: 3.25em; } }
/***** Header Social Icons **** */
.social {
  display: table;
  border-collapse: separate;
  border-spacing: 1em 0;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase; }
  .social--header::before, .social--header::after {
    content: "";
    display: table-cell;
    transform: translateY(40%);
    width: 7.5em;
    margin: 0 2em;
    border-top: 1px solid #e2ddd5; }
  .social p,
  .social ul {
    margin: 0 0.1em;
    float: left;
    font-size: 0.875em; }
  .social .icon--social {
    width: 1em;
    height: 1em; }
  .social p {
    font-size: 0.75em; }

.header.header--left .social--header, .header.header--right .social--header {
  display: block;
  margin: 0.5em auto 0; }
  .header.header--left .social--header::before, .header.header--left .social--header::after, .header.header--right .social--header::before, .header.header--right .social--header::after {
    display: block;
    clear: both;
    border-top: none;
    box-shadow: none; }
.header.header--right .social--header {
  float: right;
  clear: both; }
.header.has-player .social--header {
  margin: 0.5em auto 0; }
  .header.has-player .social--header::before, .header.has-player .social--header::after {
    content: none;
    display: none;
    clear: both;
    border-top: none;
    box-shadow: none; }

@media (max-width: 40em) {
  .header.header--left .social--header, .header.header--right .social--header {
    display: table; } }
/***** Cover Image **** */
.cover-image {
  max-width: 50%;
  float: right;
  margin-top: -25%;
  transform: rotate(10deg);
  position: absolute;
  right: 5%; }

.title--panel {
  text-transform: uppercase;
  text-align: center; }
  .title--panel a {
    color: #aa1e2c; }
    .title--panel a:hover {
      color: #941a26; }

.summary--panel {
  font-size: 0.875em;
  line-height: 1.4; }

.panel--featured img {
  display: block;
  width: 100%; }
.panel--featured figure {
  position: relative;
  margin: 0;
  padding-bottom: 59px;
  background: #009ca6; }
.panel--featured figcaption {
  position: absolute;
  display: table;
  bottom: 0;
  background: #009ca6;
  height: 59px;
  width: 100%; }
  .panel--featured figcaption a {
    color: #fff; }
    .panel--featured figcaption a:hover {
      color: rgba(255, 255, 255, 0.8); }
.panel--featured--static figure {
  background-color: transparent;
  background-position: center;
  background-size: cover; }
.panel--featured--static figcaption {
  display: block;
  height: 100%;
  top: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left; }
.panel--featured--video figure {
  background: #f4be18; }
.panel--featured--video figcaption {
  background: #f4be18; }

.title--panel--featured {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1em; }

.title--panel--featured--static {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5; }

.btn--panel--featured {
  position: absolute;
  bottom: 1em;
  width: calc( 100% - 2em );
  text-align: center; }

.media--video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .media--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media-panel .copy {
  width: 37.5%; }
.media-panel .media {
  width: 57.5%; }
  .media-panel .media iframe {
    width: 100%; }
.media-panel--right .copy {
  float: left; }
.media-panel--right .media {
  float: right;
  margin-left: 5%; }
.media-panel--left .copy {
  float: right;
  margin-left: 5%; }
.media-panel--left .media {
  float: left; }

.menu a {
  display: block;
  color: #424242; }
  .menu a:hover, .menu a.active {
    color: #009ca6; }
.menu > li {
  border-bottom: 5px solid transparent; }
  .menu > li:hover, .menu > li.active {
    border-bottom: 5px solid #6ba542;
    transition: none; }

.menu--main {
  text-align: center; }
  .menu--main .menu {
    text-align: left;
    float: left;
    font-size: 0.85em;
    line-height: 2.5em; }
    .menu--main .menu li {
      padding: 0.5em 0.75em; }
    .menu--main .menu > li:hover .submenu {
      max-height: 100vh;
      max-width: 100vw;
      z-index: 11; }
  .menu--main .submenu {
    position: absolute;
    top: 55px;
    z-index: 10;
    max-height: 0;
    margin: 0;
    margin-left: -0.75em;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 3px rgba(69, 54, 31, 0.8); }
    .menu--main .submenu li {
      border-top: 1px solid #e2ddd5;
      padding: 0; }
    .menu--main .submenu a {
      padding: 0.5em 0.75em; }
      .menu--main .submenu a:hover {
        background: #f4f2ef; }

.menu-btn {
  display: none;
  overflow: hidden;
  float: left;
  position: relative;
  line-height: 1;
  color: #009ca6;
  text-transform: uppercase;
  border: 1px solid #009ca6;
  border-radius: 4px; }
  .menu-btn:hover, .menu-btn:active, .menu-btn:focus {
    color: #fff;
    background: #009ca6; }
    .menu-btn:hover path, .menu-btn:active path, .menu-btn:focus path {
      fill: #fff; }
  .menu-btn svg {
    width: 1em;
    height: 1em;
    margin-bottom: -1px;
    fill: #009ca6; }

.menu--sidebar {
  text-align: center;
  font-size: 0.9em;
  line-height: 2.5em;
  border-top: 1px solid #eae6e0;
  border-bottom: 1px solid #fefefe; }
  .menu--sidebar a {
    display: block;
    color: #424242; }
    .menu--sidebar a:hover {
      color: #292929; }
  .menu--sidebar li {
    padding: 0.5em 0.75em;
    border-top: 1px solid #fefefe;
    border-bottom: 1px solid #eae6e0; }
  .menu--sidebar > li:hover {
    background-color: #dfd9d1;
    border-top-color: #d5cdc2;
    border-bottom-color: #d5cdc2; }
    .menu--sidebar > li:hover .submenu {
      max-height: 100vh;
      max-width: 100vw;
      z-index: 11; }

@media (max-width: 58em) {
  .menu-btn {
    display: inline-block;
    margin: 0.45em 1em 0.5em;
    padding: 0.5em 0.5em 0.475em; }

  .menu--main .menu {
    position: absolute;
    top: 53px;
    left: 0;
    margin: 0;
    background: #fff;
    max-width: 0;
    width: 100vw;
    z-index: 49; }
    .menu--main .menu.is-active {
      max-width: 100vw; }
    .menu--main .menu.inline > * {
      display: block; }
    .menu--main .menu li {
      border-top: 1px solid white;
      padding: 0; }
    .menu--main .menu a {
      padding: 0.25em 0.75em; }
  .menu--main .submenu {
    position: static;
    margin: 0;
    background: rgba(49, 40, 33, 0.02);
    box-shadow: none; }
    .menu--main .submenu li {
      padding: 0; }
    .menu--main .submenu a {
      padding: 0.5em 0.75em 0.5em 2.25em; }
      .menu--main .submenu a:hover {
        background: #fff; } }
@media (max-width: 32em) {
  .menu-btn {
    font-size: 0.7em;
    margin: 1em 0 0.5em 0.25em; } }
.logo {
  display: inline-block;
  float: left;
  width: 5.95em;
  height: 1.785em;
  margin: 0.5em auto 0;
  fill: #000;
  vertical-align: middle; }
  .logo #mark {
    fill: #aa1e2c; }
  .logo--bare {
    float: none;
    margin: 0.45em auto 0.65em; }

@media (max-width: 58em) {
  .logo--header {
    float: none; } }
@media (max-width: 32em) {
  .logo--header {
    margin: 0.5em 0 0 0.5em; }
    .logo--header #mark {
      display: none; } }
.logo--footer {
  display: block;
  margin: 0 auto 1.3333333333rem;
  font-size: 2.5em;
  float: none; }

.site-header {
  max-height: 55px;
  padding-top: 3px;
  background: #fcfcfb;
  color: #009ca6;
  box-shadow: 0 0 2px #b8ac99; }
  .site-header.has-search {
    max-height: 132px; }

.menu--user {
  display: inline-block;
  font-size: 0.8em;
  min-width: 11.6em;
  margin: 0.5em 0;
  padding: 0.125em 0.5em;
  float: right;
  position: relative;
  border: 1px solid #009ca6;
  border-radius: 4px;
  line-height: 1.3;
  text-align: left;
  color: #009ca6;
  cursor: pointer; }
  .menu--user a {
    display: block;
    padding-right: 2em;
    color: inherit; }
  .menu--user strong {
    display: block;
    font-size: 1em;
    text-transform: capitalize;
    color: #009ca6; }
  .menu--user:hover {
    background: #00848d;
    color: #fff; }
    .menu--user:hover strong {
      color: #fff; }
    .menu--user:hover::after {
      border-top-color: #fff; }
  .menu--user::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 1em;
    display: block;
    width: 0;
    height: 0;
    border-top: 0.5em solid #009ca6;
    border-right: 0.4em solid transparent;
    border-bottom: none;
    border-left: 0.4em solid transparent; }
  .menu--user .avatar {
    display: none; }
  .menu--user.is-logged-in strong {
    padding-top: 0.55em; }
  .menu--user.is-logged-in .avatar {
    display: block; }
  .menu--user.is-active::after {
    border-top: none;
    border-right: 0.4em solid transparent;
    border-bottom: 0.5em solid #009ca6;
    border-left: 0.4em solid transparent; }
  .menu--user.is-active:hover::after {
    border-bottom-color: #fff; }

@media (max-width: 32em) {
  .menu--user {
    font-size: 75%;
    margin: 0.5rem;
    min-width: 1em; }
    .menu--user.is-logged-in strong {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); } }
@media (max-width: 26em) {
  .menu--user .text,
  .menu--user strong {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .menu--user .avatar {
    display: block; } }
.avatar {
  width: 1.4em;
  height: 1.4em;
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
  background: #009ca6;
  border: 1px solid #009ca6;
  border-radius: 50%;
  text-align: center;
  overflow: hidden; }
  .avatar--default {
    width: 100%;
    height: 100%;
    margin-top: 10%;
    fill: #fff; }

.slat {
  margin: 2rem auto; }
  .slat:first-of-type {
    margin-top: 0; }

.slat + .slat {
  border-top: 1px solid #e2ddd5;
  padding-top: 2rem; }

.infinite-item + .infinite-item {
  border-top: 1px solid #e2ddd5;
  padding-top: 2rem; }

.infinite-item {
  display: block; }

.search-modules-results-container {
  margin-top: 2rem; }

.header--slat {
  margin: 0; }
  .header--slat .details {
    float: left;
    margin: 0.4em 0.4em 0; }
    .header--slat .details::before {
      content: "|";
      display: inline-block;
      color: #eff5f8;
      margin: 0 0.5em 0 0; }

.title--slat {
  color: #009ca6;
  font-size: 1.65em; }

.meta--slat {
  font-size: 0.75em;
  width: 100%; }

.actions--slat {
  float: right;
  margin: 0; }
  .actions--slat a {
    display: inline-block;
    margin: 0.5em 0.4em 0; }

.progress-meter .progress-meter--fallback {
  background: #eae6e0;
  box-shadow: inset 0 0 10px rgba(69, 54, 31, 0);
  border: 1px solid #e2ddd5;
  border-radius: 4px; }
.progress-meter .progress-meter--fallback--value {
  background: url(/tpl/wycliffeOrg/assets/images/pattern-strip-5.svg) center repeat-x;
  background-size: cover;
  background-color: #6ba542;
  border-radius: 4px;
  transition: 0.3s width;
  padding: 0.5rem 0;
  min-width: 2.5%; }
  .progress-meter .progress-meter--fallback--value .percentage {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px rgba(69, 54, 31, 0);
    margin: 0 0.6666666667rem; }

.need {
  font-size: 1.3em; }
  .need--amount {
    color: #083c5c;
    display: table;
    border-collapse: separate;
    border-spacing: 1em 0; }
    .need--amount::before, .need--amount::after {
      content: "";
      display: table-cell;
      transform: translateY(49%);
      width: 4.5em;
      margin: 0 2em;
      border-top: 1px solid #fefefe;
      box-shadow: 0 -1px #e5e1da; }

.pray-counter {
  border-radius: 100%;
  width: 10em;
  height: 10em;
  border: 1px solid #5f933b;
  background: #6ba542;
  margin: 0 auto;
  position: relative; }
  .pray-counter .pray-count {
    color: #fff;
    position: relative;
    top: 33%; }

.map-wrapper {
  min-height: 250px; }

.copy {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  text-align: left; }
  .copy blockquote {
    max-width: 65%;
    margin: auto; }

.pullquote {
  max-width: 100%;
  margin: auto;
  margin-top: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  color: #009ca6; }
  .pullquote--left {
    max-width: 12em;
    margin: 1em 0 1em 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #009ca6;
    padding: 0 1em;
    float: left;
    border-left: 6px solid #f4be18;
    text-align: left; }
  .pullquote--right {
    max-width: 12em;
    margin: 1em 0 1em 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #009ca6;
    padding: 0 1em;
    float: right;
    border-right: 6px solid #f4be18;
    text-align: right; }
  .pullquote--featured {
    margin-top: 0; }
  .pullquote--bare {
    border: none; }
  .pullquote--accent {
    font-family: "CormanBrush", "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 200%; }
    .pullquote--accent::before {
      content: "“";
      display: block;
      font-size: 300%;
      margin-bottom: -0.85em;
      color: #009ca6; }
    .pullquote--accent--accent-2::before {
      color: #aa1e2c; }
    .pullquote--accent--accent-3::before {
      color: #6ba542; }
    .pullquote--accent--accent-4::before {
      color: #f4be18; }
    .pullquote--accent--accent-5::before {
      color: #083c5c; }

.cite--pullquote {
  display: block;
  color: #757575;
  font-size: 0.65em;
  font-weight: normal; }
  .cite--pullquote a {
    color: #6ba542; }
    .cite--pullquote a:hover {
      color: #5f933b; }
  .cite--pullquote::before {
    content: "— "; }

.notes {
  margin: 0;
  padding: 0;
  color: #828282; }
  .notes--top {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c2c2c2; }
  .notes--bottom {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    border-top: 1px solid #c2c2c2; }

.image {
  max-width: 100%;
  margin: 1em auto;
  text-align: center; }
  .image:first-child {
    margin-top: 0; }
  .image--left {
    float: left;
    max-width: 35%;
    margin: 1em 1em 1em 0; }
  .image--right {
    float: right;
    max-width: 35%;
    margin: 1em 0 1em 1em; }

.image figcaption,
.image--left figcaption,
.image--right figcaption {
  margin: 0.625rem auto;
  font-size: 0.65em;
  font-style: italic;
  text-align: center;
  color: #999999; }

.hr--accent {
  border: none;
  padding: 1em;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100% 70%; }
  .hr--accent--accent-1 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-1.svg); }
  .hr--accent--accent-2 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-2.svg); }
  .hr--accent--accent-3 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-3.svg); }
  .hr--accent--accent-4 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-4.svg); }
  .hr--accent--accent-5 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-5.svg); }
  .hr--accent--dark {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--dark.svg); }

.hr--left {
  background-position-x: left; }

.copy--full > * {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }
.copy--full .pullquote {
  max-width: 85%; }
  .copy--full .pullquote--left {
    max-width: 12em;
    margin: 1em 0 1em 7.5%; }
  .copy--full .pullquote--right {
    max-width: 12em;
    margin: 1em 7.5% 1em 0; }
.copy--full .image {
  max-width: 85%; }
  .copy--full .image:first-child {
    margin-top: 0; }
  .copy--full .image--left {
    max-width: 35%;
    margin: 1em 1em 1em 7.5%; }
  .copy--full .image--right {
    max-width: 35%;
    margin: 1em 7.5% 1em 1em; }

@media (max-width: 48rem) {
  .copy--full > * {
    max-width: 85%; } }
@media (max-width: 36rem) {
  .copy--full > * {
    max-width: 95%; } }
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-thumbnail {
  position: relative; }
  .video-thumbnail img {
    display: block; }

.sidebar {
  background: #f4f2ef;
  border: 1px solid #e2ddd5; }
  .sidebar .panel + .panel {
    border-top: 1px solid #e2ddd5;
    padding-top: 2rem; }
  .sidebar hr {
    border-top: 1px solid #e5e1da;
    border-bottom: 1px solid #faf9f8; }
  .sidebar .title--sidebar {
    font-size: 1.5em;
    text-align: center;
    text-transform: none;
    background: #e2ddd5;
    margin: 0;
    padding: 0.9rem;
    border-bottom: 1px solid #dcd6cc; }

.has-pattern {
  position: relative; }
  .has-pattern-1--top::before {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    top: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-1.png") repeat-x; }
  .has-pattern-1--bottom::after {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    bottom: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-1.png") repeat-x; }
  .has-pattern-2--top::before {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    top: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-2.png") repeat-x; }
  .has-pattern-2--bottom::after {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    bottom: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-2.png") repeat-x; }
  .has-pattern-3--top::before {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    top: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-3.png") repeat-x; }
  .has-pattern-3--bottom::after {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    bottom: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-3.png") repeat-x; }

.site-footer {
  font-size: 0.75em; }
  .site-footer .has-background {
    background: #f5f6f6;
    border-color: shade(#f5f6f6, 10%); }
  .site-footer h3 {
    font-size: 2.125em;
    color: #aa1e2c; }
  .site-footer h4 {
    font-size: 1.85em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: normal; }
  .site-footer a {
    color: #007377; }
    .site-footer a:hover {
      color: #041d2d; }

.social--footer {
  font-size: 1.5em;
  text-align: center; }

@media (max-width: 52em) {
  .social--footer {
    width: 75%; } }
@media (max-width: 36em) {
  .social--footer {
    max-width: 16em; } }
.cta--footer {
  font-size: 3em;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1; }
  .cta--footer a {
    color: #aa1e2c; }
    .cta--footer a:hover {
      color: #941a26; }

@media (max-width: 62em) {
  .cta--footer svg {
    display: none; } }
.banner {
  padding: 0.5rem; }
  .banner .form--give {
    margin: 0.35rem 0 0; }
    .banner .form--give .btn {
      padding: 0.6em 1em; }

.title--banner {
  margin: 1rem 0;
  text-transform: none; }

.image--banner {
  display: block;
  margin: 0; }

.has-player {
  overflow: hidden; }
  .has-player.is-active {
    background-image: none !important; }

.player {
  max-height: 0;
  max-width: 48rem; }
  .player .video-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .player .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .player .btn--close {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .player.is-active {
    max-height: 1000vh; }
  .player--100 {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    margin: 0;
    background: #000;
    opacity: 0; }
    .player--100.is-active {
      opacity: 1; }
    .player--100 .btn--close {
      margin: 0;
      position: absolute;
      top: 2%;
      right: 2%;
      border: none;
      border-radius: 50%;
      width: 3em;
      height: 3em;
      padding: 0.85em; }
      .player--100 .btn--close svg {
        fill: rgba(255, 255, 255, 0.75); }
      .player--100 .btn--close:hover {
        background: rgba(255, 255, 255, 0.25); }

.dropdown--user-container {
  position: relative;
  overflow: visible; }

.dropdown--user {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  max-height: 0;
  background: #fcfcfb;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(69, 54, 31, 0.2);
  margin-top: 15px; }
  .dropdown--user::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 62px;
    border-bottom: 15px solid #fcfcfb;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent; }
  .dropdown--user.is-active {
    max-height: 1000vh;
    overflow: visible; }

@media (min-width: 48rem) {
  .dropdown--user {
    min-width: 48rem; } }
.title--advocacy {
  font-size: 3em; }

.subtitle--advocacy {
  font-size: 0.8em;
  color: #424242;
  text-transform: uppercase; }

.title--support {
  font-size: 0.7em; }

.back-begin {
  padding-top: 2.5em; }

.search-modules-results-container .paging-toolbar .goToPage {
  margin: 0;
  padding: 3px 10px; }
  .search-modules-results-container .paging-toolbar .goToPage.current, .search-modules-results-container .paging-toolbar .goToPage.next, .search-modules-results-container .paging-toolbar .goToPage.prev, .search-modules-results-container .paging-toolbar .goToPage.first, .search-modules-results-container .paging-toolbar .goToPage.last {
    text-align: center;
    color: #fff;
    background-color: #009ca6;
    border-radius: 4px;
    border: 1px solid #009099;
    line-height: 16px;
    padding: 10px;
    margin: 0 0.25em; }
    .search-modules-results-container .paging-toolbar .goToPage.current:hover, .search-modules-results-container .paging-toolbar .goToPage.next:hover, .search-modules-results-container .paging-toolbar .goToPage.prev:hover, .search-modules-results-container .paging-toolbar .goToPage.first:hover, .search-modules-results-container .paging-toolbar .goToPage.last:hover {
      background-color: #00848d;
      border: 1px solid #00848d; }

.search-modules-results-responsive-view .paging-toolbar .goToPage {
  padding: 3px 10px;
  border-radius: 4px; }

.paging-toolbar .goToPage {
  color: #009ca6;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 10px;
  margin: 0; }
  .paging-toolbar .goToPage:hover {
    background-color: #f5f6f6;
    border: 1px solid shade(#f5f6f6, 10%);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .paging-toolbar .goToPage.current, .paging-toolbar .goToPage.next, .paging-toolbar .goToPage.prev, .paging-toolbar .goToPage.first, .paging-toolbar .goToPage.last {
    text-align: center;
    color: #fff;
    background-color: #009ca6;
    border-radius: 4px;
    border: 1px solid #009099;
    line-height: 16px;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0.25em; }
    .paging-toolbar .goToPage.current:hover, .paging-toolbar .goToPage.next:hover, .paging-toolbar .goToPage.prev:hover, .paging-toolbar .goToPage.first:hover, .paging-toolbar .goToPage.last:hover {
      background-color: #00848d;
      border: 1px solid #00848d; }

.has-expand {
  max-height: 10em;
  position: relative;
  overflow: hidden;
  transition: max-height ease-out 1s; }
  .has-expand .expand-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, white 75%); }
  .has-expand.is-active {
    max-height: 1000vh; }
    .has-expand.is-active .expand-fade {
      opacity: 0; }

.accordion {
  position: relative; }
  .accordion .title::after {
    content: "–";
    display: block;
    width: 1em;
    height: 1em;
    float: right;
    color: #fff;
    background: #e2ddd5;
    border-radius: 50%;
    text-align: center;
    line-height: 1; }
  .accordion .body {
    position: relative;
    z-index: 2;
    overflow: hidden; }
  .accordion input[type=checkbox] {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 100% !important;
    height: 100% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important; }
    .accordion input[type=checkbox]:focus ~ .title::after {
      background: #6ba542; }
    .accordion input[type=checkbox]:checked ~ .title::after {
      content: "+"; }
    .accordion input[type=checkbox]:checked ~ .body {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      pointer-events: none; }

.hovergrid-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.hovergrid-item {
  position: relative;
  background: #009ca6; }
  .hovergrid-item .hovergrid-image {
    margin: auto;
    opacity: 0.7; }
  .hovergrid-item .hovergrid-text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate3d(-50%, 90%, 0); }
  .hovergrid-item.hovergrid--dark {
    background: #424242; }
  .hovergrid-item .title {
    text-align: left; }
  .hovergrid-item:hover .hovergrid-image {
    opacity: 0.2; }
  .hovergrid-item:hover .hovergrid-text {
    bottom: 20%;
    text-align: center;
    transform: translate3d(-50%, 50%, 0); }
  .hovergrid-item:hover .hovergrid-hidden {
    position: static !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    clip: auto !important;
    opacity: inherit !important;
    pointer-events: inherit !important; }
  .hovergrid-item:hover .title {
    text-align: center; }

@media(max-width: 64rem) {
  .hovergrid-text {
    font-size: 75%; } }
@media(max-width: 48rem) {
  .hovergrid-text {
    font-size: 100%; } }
.search-modules-results-responsive-view {
  padding-top: 0; }
  .search-modules-results-responsive-view .search-modules-results-fields {
    background: #f4f2ef;
    border: solid 1px #e2ddd5;
    padding: 1em;
    overflow: visible; }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
      padding: 0; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"] {
        margin: 0 0.5rem;
        overflow: hidden;
        width: calc( 100% * 5 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        font: inherit;
        font-size: 1em;
        padding: 0.75em 0.55em 0.5em;
        border: 1px solid #cbd0d3;
        box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
        background: #eff5f8;
        height: 46px; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"]:focus {
          outline-color: #e2ddd5; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"][type="radio"] {
          width: inherit;
          border-radius: 50%; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"][type="checkbox"] {
          width: inherit; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"].is-glued {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: none;
          height: 35px; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search {
        display: inline-block;
        padding: 0.6em 1em 0.675em;
        font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
        font-size: 1.025em;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        border: 1px solid;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
        background: none;
        overflow: visible;
        background: #009ca6;
        color: #fff;
        border-color: #009099;
        margin: 0 0.5rem;
        width: calc( 100% * 2 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-shadow: none;
        box-shadow: none;
        position: static;
        height: 46px; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search:hover {
          background: #00848d;
          color: #fff;
          border-color: #00848d; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search:active, .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search:focus {
          outline: none;
          box-shadow: 0 0 3px 1px #00848d;
          color: #fff; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.reset {
        display: none !important; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select,
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input {
        margin: 0 0.5rem;
        overflow: hidden;
        width: calc( 100% * 5 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        font: inherit;
        font-size: 1em;
        padding: 0.75em 0.55em 0.5em;
        border: 1px solid #cbd0d3;
        box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
        background: #eff5f8;
        width: 100%;
        background-image: url("/Tags/img/frontend/icon-combo-trigger.png");
        background-repeat: no-repeat;
        background-position: right center; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select:focus,
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input:focus {
          outline-color: #e2ddd5; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select[type="radio"],
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type="radio"] {
          width: inherit;
          border-radius: 50%; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select[type="checkbox"],
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type="checkbox"] {
          width: inherit; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select.is-glued,
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input.is-glued {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: none;
          height: 35px; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder label {
        font-weight: normal; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options {
        margin: 0 0.5rem;
        overflow: hidden;
        width: calc( 100% * 5 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        font: inherit;
        font-size: 1em;
        padding: 0.75em 0.55em 0.5em;
        border: 1px solid #cbd0d3;
        box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
        background: #eff5f8;
        margin-top: 0;
        left: 0; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options:focus {
          outline-color: #e2ddd5; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options[type="radio"] {
          width: inherit;
          border-radius: 50%; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options[type="checkbox"] {
          width: inherit; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options.is-glued {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: none;
          height: 35px; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options label {
          color: #424242; }
          .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options label.checked {
            color: #009ca6; }
            .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options label.checked::before {
              background-color: currentColor; }
    .search-modules-results-responsive-view .search-modules-results-fields .form-actions {
      display: none; }
  .search-modules-results-responsive-view .paging-toolbar {
    text-align: center; }
  .search-modules-results-responsive-view .form-input-wrapper.query-field .form-input-holder {
    padding-right: 0; }

.google-modules-google-search .search-input-wrapper input[type="text"] {
  margin: 0 0.5rem;
  overflow: hidden;
  width: calc( 100% * 5 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  font: inherit;
  font-size: 1em;
  padding: 0.75em 0.55em 0.5em;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8; }
  .google-modules-google-search .search-input-wrapper input[type="text"]:focus {
    outline-color: #e2ddd5; }
  .google-modules-google-search .search-input-wrapper input[type="text"][type="radio"] {
    width: inherit;
    border-radius: 50%; }
  .google-modules-google-search .search-input-wrapper input[type="text"][type="checkbox"] {
    width: inherit; }
  .google-modules-google-search .search-input-wrapper input[type="text"].is-glued {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    height: 35px; }
.google-modules-google-search .search-button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  margin: 0 0.5rem;
  width: calc( 100% * 2 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .google-modules-google-search .search-button:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .google-modules-google-search .search-button:active, .google-modules-google-search .search-button:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }
.google-modules-google-search .gsc-search-box {
  display: none; }

.search-modules-search-field input[type="text"].search-input {
  margin: 0 0.5rem;
  overflow: hidden;
  width: calc( 100% * 5 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  font: inherit;
  font-size: 1em;
  padding: 0.75em 0.55em 0.5em;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8; }
  .search-modules-search-field input[type="text"].search-input:focus {
    outline-color: #e2ddd5; }
  .search-modules-search-field input[type="text"].search-input[type="radio"] {
    width: inherit;
    border-radius: 50%; }
  .search-modules-search-field input[type="text"].search-input[type="checkbox"] {
    width: inherit; }
  .search-modules-search-field input[type="text"].search-input.is-glued {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    height: 35px; }
.search-modules-search-field .search-input {
  float: left;
  width: calc( 100% * 5 / 7);
  height: 46px; }
  .search-modules-search-field .search-input input {
    margin: 0 0.5rem;
    overflow: hidden;
    width: calc( 100% * 5 / 7 );
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    font: inherit;
    font-size: 1em;
    padding: 0.75em 0.55em 0.5em;
    border: 1px solid #cbd0d3;
    box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
    background: #eff5f8;
    height: 46px;
    padding-left: 2.5em; }
    .search-modules-search-field .search-input input:focus {
      outline-color: #e2ddd5; }
    .search-modules-search-field .search-input input[type="radio"] {
      width: inherit;
      border-radius: 50%; }
    .search-modules-search-field .search-input input[type="checkbox"] {
      width: inherit; }
    .search-modules-search-field .search-input input.is-glued {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      height: 35px; }
  .search-modules-search-field .search-input img {
    display: none; }
.search-modules-search-field .submit-search {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  margin: 0 0.5rem;
  width: calc( 100% * 2 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  height: 46px; }
  .search-modules-search-field .submit-search:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .search-modules-search-field .submit-search:active, .search-modules-search-field .submit-search:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.search-modules-results-fields {
  padding: 1rem 2rem;
  background: #f4f2ef;
  overflow: hidden; }

.form-input-holder {
  position: relative;
  margin-top: 0; }

.form-input-label {
  color: #424242; }

.clearfix {
  margin: 0; }

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper {
  width: calc( 50% - 0.5em );
  margin: 1em 0.5em 0 0;
  float: left; }
  .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-of-type(2n) {
    margin: 1em 0 1em 0.5em; }

.additional-text {
  width: calc( 50% - 0.5em );
  margin: 1em 0 1em 0.5em;
  float: left; }

.search--header {
  max-height: 0; }
  .search--header.is-active {
    max-height: 100vh; }

ul.ui-autocomplete li.ui-menu-item:nth-child(10):after {
  content: "Press enter or the search button for more results.";
  color: #999;
  padding: 2px 0.4em; }

.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-result-info-container .gsc-result-info {
  display: inline;
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gcsc-branding {
  display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results {
  padding: 0;
  margin: 0;
  width: 100%; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-thumbnail-inside {
  display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-url-top {
  display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result {
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail {
  padding-right: 10px; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail a {
  margin: 0;
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box {
  width: auto;
  margin: 0;
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box.gs-web-image-box-portrait {
  overflow: visible;
  height: auto; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
  max-width: inherit;
  max-height: inherit;
  width: 100px !important; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title {
  display: block;
  height: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  color: #009ca6;
  text-decoration: none; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title b {
    color: inherit;
    font-size: inherit;
    text-decoration: none; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title + div {
    display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-bidi-start-align.gs-snippet {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.25em;
  color: #424242; }

.google-modules-google-search .gsc-table-cell-snippet-close {
  padding-left: 15%; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom {
  display: block;
  margin: 0; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom * {
    margin: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1em;
    color: #424242; }

.google-modules-google-search .gs-per-result-labels {
  display: none; }

.google-modules-google-search .gsc-expansionArea {
  margin: 0; }

.google-modules-google-search .gsc-webResult .gsc-result {
  padding: 0; }

.google-modules-google-search .gsc-table-result {
  margin: 0.25em 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box {
  margin: 0; }

.google-modules-google-search .gsc-cursor-box {
  text-align: center; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.25em;
  color: #009ca6;
  text-align: center;
  text-decoration: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #424242;
  font-weight: normal; }

.google-modules-google-search .gsc-adBlockNoHeight,
.google-modules-google-search .gsc-resultsHeader {
  display: none; }

.google-modules-google-search .gsc-selected-option-container {
  width: 100% !important; }

/***** Custom Styles *****/
.google-modules-google-search form.custom-search-form {
  background: none;
  padding: 0; }
  .google-modules-google-search form.custom-search-form .search-input-wrapper {
    padding: 0;
    width: calc( 100% * 5 / 7); }
    .google-modules-google-search form.custom-search-form .search-input-wrapper input {
      margin: 0 0.5rem;
      overflow: hidden;
      width: calc( 100% * 5 / 7 );
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      font: inherit;
      font-size: 1em;
      padding: 0.75em 0.55em 0.5em;
      border: 1px solid #cbd0d3;
      box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
      background: #eff5f8;
      width: 100%;
      height: 46px; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input:focus {
        outline-color: #e2ddd5; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input[type="radio"] {
        width: inherit;
        border-radius: 50%; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input[type="checkbox"] {
        width: inherit; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input.is-glued {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        height: 35px; }
  .google-modules-google-search form.custom-search-form .search-button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099;
    margin: 0 0.5rem;
    width: calc( 100% * 2 / 7 );
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-style: normal;
    height: 46px; }
    .google-modules-google-search form.custom-search-form .search-button:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .google-modules-google-search form.custom-search-form .search-button:active, .google-modules-google-search form.custom-search-form .search-button:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
  border: none; }
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  border: none; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
    color: #00848d; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    background: none;
    color: #424242; }

/*  Re-define any global styles inside these brackets for the 900 pixel width break point.  */
@media screen and (max-width: 900px) {
  /* start.styles */
  .google-modules-google-search, .google-modules-google-search {
    margin-left: 20px;
    margin-right: 20px; }

  .google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
    padding: 0px;
    margin: 5px;
    padding: 0px;
    width: 100%;
    float: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result {
    padding: 0px;
    width: 650px;
    float: left;
    margin: 0px auto 0px auto; }

  .google-modules-google-search .gsc-table-cell-snippet-close {
    padding-left: 20%; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-bidi-start-align.gs-snippet {
    font-size: 16px;
    padding: 6px 0px 4px 0px;
    text-align: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
    border: solid 3px #fff;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray;
    max-width: inherit;
    max-height: inherit;
    width: 100px !important;
    margin-left: 0px;
    margin-right: 0px; } }
/*  Re-define any global styles inside these brackets for the 700 pixel width break point.  */
@media screen and (max-width: 700px) {
  /* start.styles */
  .google-modules-google-search, .google-modules-google-search {
    margin-left: 20px;
    margin-right: 20px; }

  .google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
    padding: 0px;
    margin: 5px;
    padding: 0px;
    width: 100%;
    float: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result {
    padding: 0px;
    width: 100%;
    float: left;
    margin: 0px auto 0px auto; }

  .google-modules-google-search .gsc-table-cell-thumbnail {
    display: none; }

  .google-modules-google-search .gsc-table-cell-snippet-close {
    padding-left: 0; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-bidi-start-align.gs-snippet {
    font-size: 16px;
    padding: 6px 0px 4px 0px;
    text-align: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
    border: solid 3px #fff;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray;
    max-width: inherit;
    max-height: inherit;
    width: 100px !important;
    margin-left: 0px;
    margin-right: 0px; } }
#contributions-payment-form {
  max-width: 75%;
  margin: 0 auto; }

.contributions {
  margin-bottom: 2em; }
  .contributions .login-text {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    color: #424242; }
  .contributions .form-body .register-options .password-strength-info {
    font-size: 0.7em;
    color: rgba(66, 66, 66, 0.6);
    text-align: center; }
    .contributions .form-body .register-options .password-strength-info::before {
      content: "Please enter a password to manage recurring donations in the future.";
      font-size: 1.2em;
      display: block;
      color: #424242; }
  .contributions .form-body .form-panel-register {
    margin-bottom: 2rem; }

.contributions .cart-summary-title {
  display: none;
  margin-top: 0;
  background: none;
  color: inherit;
  padding: 0;
  font-size: 2em; }

.contributions .cart-summary .summary-row {
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  background: none;
  border-bottom: 1px solid #e2ddd5; }
  .contributions .cart-summary .summary-row:nth-of-type(even) {
    background: #f4f2ef; }
  .contributions .cart-summary .summary-row .extra-data {
    margin-left: 0;
    max-width: 400px; }

.contributions .cart-summary .summary-row .campaign-thumbnail {
  border: none;
  top: 15px; }

.contributions .cart-summary .summary-row .top-data {
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.5;
  text-transform: none;
  overflow: hidden; }

.contributions .cart-summary .summary-row .top-data .name {
  margin-top: 0;
  color: #007377; }

.contributions .name .category-label {
  display: block;
  margin-top: -0.3em;
  margin-bottom: -0.6em;
  font-size: 0.6em;
  font-weight: normal;
  color: #9b9b9b; }

.contributions .cart-summary .summary-row .top-data .amount {
  margin-top: 0; }

.contributions .cart-summary .summary-row .bottom-data {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.5;
  overflow: hidden; }
  .contributions .cart-summary .summary-row .bottom-data * {
    margin-top: 0; }
  .contributions .cart-summary .summary-row .bottom-data .anonymous {
    color: #9b9b9b;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }
    .contributions .cart-summary .summary-row .bottom-data .anonymous span,
    .contributions .cart-summary .summary-row .bottom-data .anonymous label {
      padding-right: 5px; }
  .contributions .cart-summary .summary-row .bottom-data .notes {
    float: none;
    clear: both;
    padding: 0; }
    .contributions .cart-summary .summary-row .bottom-data .notes .instructions {
      display: inline-block;
      color: #9b9b9b;
      font-size: 0.7em; }
      .contributions .cart-summary .summary-row .bottom-data .notes .instructions::first-letter {
        display: block;
        padding: 0 0.27em;
        background: #6ba542;
        border-radius: 50%;
        color: #fff;
        font-weight: bold; }
      .contributions .cart-summary .summary-row .bottom-data .notes .instructions:hover::first-letter {
        background: #5f933b; }
  .contributions .cart-summary .summary-row .bottom-data .buttons a {
    display: inline-block;
    padding: 0;
    background: none;
    color: #009ca6;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    border: none; }
    .contributions .cart-summary .summary-row .bottom-data .buttons a:hover {
      background: none;
      color: rgba(0, 156, 166, 0.75); }
    .contributions .cart-summary .summary-row .bottom-data .buttons a:focus, .contributions .cart-summary .summary-row .bottom-data .buttons a:active {
      color: rgba(0, 156, 166, 0.5); }
    .contributions .cart-summary .summary-row .bottom-data .buttons a:active {
      color: rgba(0, 156, 166, 0.5);
      outline-color: transparent;
      box-shadow: none; }
    .contributions .cart-summary .summary-row .bottom-data .buttons a.btn--primary {
      color: #009ca6; }
      .contributions .cart-summary .summary-row .bottom-data .buttons a.btn--primary:hover {
        color: #00848d; }
      .contributions .cart-summary .summary-row .bottom-data .buttons a.btn--primary:focus {
        outline-color: #00848d; }
  .contributions .cart-summary .summary-row .bottom-data .buttons .separator {
    font-size: 0.75em;
    color: rgba(66, 66, 66, 0.5); }

.contributions .cart-summary .total {
  background: none;
  margin-top: 0; }

.contributions .cart-summary .total .amount {
  color: #6ba542; }

.contributions .campaign-page-buttons {
  margin-top: 0; }

.contributions .campaign-page-buttons a {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  margin: 2em 0.2em 0; }
  .contributions .campaign-page-buttons a:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .contributions .campaign-page-buttons a:active, .contributions .campaign-page-buttons a:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.contributions .form-body .title-wrapper {
  overflow: hidden; }
  .contributions .form-body .title-wrapper .title-options .form-input-wrapper {
    font-size: 0.9em;
    padding-top: 4px;
    margin: 0; }
  .contributions .form-body .title-wrapper .title {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase; }

.contributions .form-body .accepted-cards {
  margin-top: 1em; }
  .contributions .form-body .accepted-cards img {
    display: inline-block; }
  .contributions .form-body .accepted-cards .label {
    font-size: 0.75em;
    font-weight: normal; }

.contributions .form-input-wrapper {
  margin: 1em auto; }
.contributions .recurring-note {
  font-size: 0.8em;
  color: rgba(66, 66, 66, 0.6); }
.contributions label[for="ContributionIsRecurring"]::after {
  content: "."; }
.contributions .recurring-options {
  margin-top: 1.5em;
  margin-bottom: 2em; }
  .contributions .recurring-options::before {
    content: "Recurring Donation";
    color: #aa1e2c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.15em; }
  .contributions .recurring-options .form-input-wrapper {
    margin-top: 0.4em; }

.contributions .form-body .field-group.single .form-input-wrapper.recurring-start-date-field {
  margin: auto;
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.user-password-field {
  width: 55%;
  padding: 0;
  float: none; }

.contributions .form-body .field-group .form-input-wrapper.user-password-repeat-field {
  width: 55%;
  padding: 0;
  float: none; }

.contributions .form-body .field-group .form-input-wrapper.payment-card-security-code-field {
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.person-firstname-field {
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.phone-number-field, .contributions .form-body .field-group .form-input-wrapper.group-phone-number-field {
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.payment-check-account-type-field {
  padding: 0; }

.contributions .form-actions {
  margin: 0;
  padding: 1em 0;
  text-align: center; }
  .contributions .form-actions input[type="submit"] {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #6ba542;
    color: #fff;
    border-color: #659c3e; }
    .contributions .form-actions input[type="submit"]:hover {
      background: #5f933b;
      color: #fff;
      border-color: #5f933b; }
    .contributions .form-actions input[type="submit"]:active, .contributions .form-actions input[type="submit"]:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #5f933b;
      color: #fff; }

.ui-datepicker {
  max-width: 20em; }
  .ui-datepicker thead {
    background: #f4f2ef; }
  .ui-datepicker button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible; }
    .ui-datepicker button.ui-priority-primary {
      background: #6ba542;
      color: #fff;
      border-color: #659c3e; }
      .ui-datepicker button.ui-priority-primary:hover {
        background: #5f933b;
        color: #fff;
        border-color: #5f933b; }
      .ui-datepicker button.ui-priority-primary:active, .ui-datepicker button.ui-priority-primary:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #5f933b;
        color: #fff; }
    .ui-datepicker button.ui-priority-secondary {
      background: none;
      color: #009ca6;
      border: 2px solid;
      border-color: #009ca6; }
      .ui-datepicker button.ui-priority-secondary:focus {
        color: #00848d; }
      .ui-datepicker button.ui-priority-secondary:hover, .ui-datepicker button.ui-priority-secondary:active {
        background: #00848d;
        color: #fff; }
      .ui-datepicker button.ui-priority-secondary:active, .ui-datepicker button.ui-priority-secondary:focus {
        outline: none;
        border-color: #00848d;
        box-shadow: 0 0 3px 1px #00848d; }

.customAlert .customAlertInner .customAlertButtons button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: none;
  color: #009ca6;
  border: 2px solid;
  border-color: #009ca6; }
  .customAlert .customAlertInner .customAlertButtons button:focus {
    color: #00848d; }
  .customAlert .customAlertInner .customAlertButtons button:hover, .customAlert .customAlertInner .customAlertButtons button:active {
    background: #00848d;
    color: #fff; }
  .customAlert .customAlertInner .customAlertButtons button:active, .customAlert .customAlertInner .customAlertButtons button:focus {
    outline: none;
    border-color: #00848d;
    box-shadow: 0 0 3px 1px #00848d; }
  .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk {
    background: #6ba542;
    color: #fff;
    border-color: #659c3e; }
    .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk:hover {
      background: #5f933b;
      color: #fff;
      border-color: #5f933b; }
    .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk:active, .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #5f933b;
      color: #fff; }

.customAlert .customAlertInner {
  margin-top: 0; }

.contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  position: static;
  width: auto;
  float: right;
  margin-top: 1rem; }
  .contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button:active, .contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.has-error {
  border: 1px solid #aa1e2c !important; }

.contributions .newsletter-opt-in {
  border-top: 1px solid #f4f2ef; }

@media (max-width: 48rem) {
  #contributions-payment-form {
    max-width: 98%;
    margin: 0 auto; }

  .contributions .campaign-page-buttons a {
    margin: 0.5em 0.2em 0; } }
#map-canvas * {
  transition: none; }
#map-canvas * + div {
  margin-top: 0; }

.content-map-modules-show-map .map_header {
  overflow: visible;
  padding: 1em 0; }
  .content-map-modules-show-map .map_header .map_select_container dl.dropdown {
    overflow: visible;
    height: 46px;
    line-height: 46px; }
    .content-map-modules-show-map .map_header .map_select_container dl.dropdown a b.icon {
      vertical-align: middle; }
  .content-map-modules-show-map .map_header dt::after {
    content: ""; }
  .content-map-modules-show-map .map_header .map_search_container {
    float: left;
    margin-top: 0; }
    .content-map-modules-show-map .map_header .map_search_container input[type="text"] {
      margin: 0 0.5rem;
      overflow: hidden;
      width: calc( 100% * 5 / 7 );
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      font: inherit;
      font-size: 1em;
      padding: 0.75em 0.55em 0.5em;
      border: 1px solid #cbd0d3;
      box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
      background: #eff5f8;
      height: 46px; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"]:focus {
        outline-color: #e2ddd5; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"][type="radio"] {
        width: inherit;
        border-radius: 50%; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"][type="checkbox"] {
        width: inherit; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"].is-glued {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        height: 35px; }
    .content-map-modules-show-map .map_header .map_search_container a#search_button {
      display: inline-block;
      padding: 0.6em 1em 0.675em;
      font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
      font-size: 1.025em;
      font-weight: 700;
      text-decoration: none;
      text-align: center;
      border: 1px solid;
      border-radius: 4px;
      cursor: pointer;
      white-space: nowrap;
      background: none;
      overflow: visible;
      background: #009ca6;
      color: #fff;
      border-color: #009099;
      margin: 0 0.5rem;
      width: calc( 100% * 2 / 7 );
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      height: 46px; }
      .content-map-modules-show-map .map_header .map_search_container a#search_button:hover {
        background: #00848d;
        color: #fff;
        border-color: #00848d; }
      .content-map-modules-show-map .map_header .map_search_container a#search_button:active, .content-map-modules-show-map .map_header .map_search_container a#search_button:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #00848d;
        color: #fff; }
.content-map-modules-show-map .map-tags {
  display: none; }
.content-map-modules-show-map #map_wrapper {
  clear: both; }
  .content-map-modules-show-map #map_wrapper .map-pop-up {
    max-width: 500px !important; }
.content-map-modules-show-map .map-pop-up > img {
  top: -17px;
  right: -17px; }
.content-map-modules-show-map .list_items {
  background: #f4f2ef; }
  .content-map-modules-show-map .list_items .page-title {
    padding: 0 1em; }
.content-map-modules-show-map .search_list_items {
  background: #f4f2ef; }

.gm-style {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif; }
  .gm-style p {
    margin: 0; }

/*PROFILE TOOLBAR - DEFAULT VIEW*/
.wycliffe-modules-person-dynamic-menu.default .profile-picture {
  line-height: 0;
  float: left; }

.wycliffe-modules-person-dynamic-menu.default .profile-picture img {
  border: solid 3px #fff;
  box-shadow: 0 1px 5px #C2B7A5; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu {
  float: left;
  margin-left: 12px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 0 #ffffff; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  padding-top: 6px;
  color: #466624;
  font-family: "myriad-pro-condensed",sans-serif;
  position: relative;
  cursor: pointer;
  padding-bottom: 6px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title span {
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "myriad-pro-condensed",sans-serif; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover span {
  display: inline-block; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title img {
  vertical-align: middle;
  background: white;
  margin-left: 5px;
  display: inline-block;
  background: url("../../../img/profile-toolbar-green-arrow.png") no-repeat top center; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover img {
  background: url("../../../img/profile-toolbar-green-arrow.png") no-repeat bottom center; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title .menu-indicator {
  position: absolute;
  width: 25px;
  height: 10px;
  background: black;
  z-index: 10;
  display: none;
  position: absolute;
  top: 31px;
  left: 40px;
  background: url("../../../img/profile-toolbar-dropdown-arrow.png") no-repeat center center; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover .menu-indicator {
  display: block; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup {
  list-style: none !important;
  list-style-type: none !important;
  display: none;
  position: absolute;
  left: 0;
  padding: 10px;
  z-index: 10;
  background-color: #dfd8cc;
  border: solid 1px #d2cbbf;
  top: 40px;
  min-width: 200px;
  -webkit-box-shadow: 0px 0px 5px #d2cbbf;
  box-shadow: 0px 0px 5px #d2cbbf; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover ul.menu-popup {
  display: block; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item {
  list-style: none !important;
  list-style-type: none !important;
  border-bottom: solid 1px #d2cbbf;
  padding: 4px 20px;
  font-size: 20px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item.first {
  padding-top: 0px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item.last {
  border: none 0;
  padding-bottom: 0px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item.logout {
  color: #B93C00; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item a {
  text-decoration: none;
  color: inherit; }

/*PROFILE TOOLBAR - MENU VIEW*/
.wycliffe-modules-person-dynamic-menu.menu {
  width: calc(100% * 2 / 7);
  font-size: 0.75em;
  float: left; }

.wycliffe-modules-person-dynamic-menu.menu .title {
  display: none;
  font-size: 1.875em;
  font-weight: 700;
  color: #aa1e2c; }

.wycliffe-modules-person-dynamic-menu.menu .menu-items {
  padding-top: 0; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item {
  margin-top: 0;
  border-bottom: solid 1px #e2ddd5;
  padding: 0.3125em 0;
  font-size: 1.5em;
  color: #46301c; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item.first {
  padding-top: 0; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item.last {
  border: none 0;
  padding-bottom: 0; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item.logout {
  color: #aa1e2c; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a {
  text-decoration: none;
  color: #424242; }
  .wycliffe-modules-person-dynamic-menu.menu .menu-item a:hover {
    color: #00848d; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a span.icon-wrapper {
  display: inline-block;
  width: 30px;
  text-align: center; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a img {
  vertical-align: middle; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a span {
  vertical-align: middle; }

@media (max-width: 48rem) {
  .wycliffe-modules-person-dynamic-menu.menu {
    width: 100%; } }
.wycliffe-modules-fundraising-awareness-prayer {
  position: relative;
  float: left;
  width: calc(100% * 5 / 7);
  padding-left: 1.5em;
  font-size: 0.75em;
  color: #424242; }

.wycliffe-modules-fundraising-awareness-prayer .selector {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.wycliffe-modules-fundraising-awareness-prayer .selector .label {
  display: inline-block;
  color: #424242;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em; }
  .wycliffe-modules-fundraising-awareness-prayer .selector .label::after {
    content: ':'; }

.wycliffe-modules-fundraising-awareness-prayer .selector select {
  color: #424242;
  font-size: 1.25em;
  font-weight: normal;
  padding: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none 0;
  width: 150px;
  margin-left: 5px; }

.wycliffe-modules-fundraising-awareness-prayer .section {
  display: none;
  margin-top: 0; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-title {
  color: #aa1e2c;
  font-weight: 700;
  font-size: 1.875em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content {
  background: #f4f2ef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 100px;
  margin-top: 0.625em;
  margin-bottom: 1.25em;
  padding: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-title {
  color: #424242;
  font-weight: 700;
  font-size: 1.375em;
  text-transform: uppercase;
  margin-bottom: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-title a {
  display: inline-block;
  background: #6ba542;
  padding: 0.1875em 0.625em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  text-transform: none;
  margin-left: 0.3125em;
  border-radius: 4px; }
  .wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-title a:hover {
    background: #5f933b; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-sub-title {
  color: #424242;
  font-size: 1.375em;
  font-weight: 700; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-sub-title span {
  color: #424242;
  font-size: 1.125em;
  font-style: italic;
  font-weight: normal; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-sub-title span b {
  color: #6ba542; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .details {
  margin-bottom: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .details .details-line {
  color: #424242;
  font-size: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .details .details-line span {
  color: #6ba542;
  font-weight: 700; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content a.button {
  text-decoration: none;
  display: inline-block;
  background: #009ca6;
  color: #fff;
  padding: 0.1875em 1.25em;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 0.625em; }
  .wycliffe-modules-fundraising-awareness-prayer .section .module-content a.button:hover {
    background: #00848d; }

@media (max-width: 48rem) {
  .wycliffe-modules-fundraising-awareness-prayer {
    display: none; } }
.users-logout-module {
  font-size: 1.5em;
  color: #424242; }
  .users-logout-module .logout-link {
    display: inline-block;
    font-size: 0.5em;
    color: #aa1e2c;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700; }
    .users-logout-module .logout-link:hover {
      color: #941a26; }
    .users-logout-module .logout-link .before,
    .users-logout-module .logout-link .after {
      display: none; }

.users-modules-login,
#users-modules-login-popup,
.users-register-account {
  color: #424242; }
  .users-modules-login .input,
  #users-modules-login-popup .input,
  .users-register-account .input {
    margin: 0; }
  .users-modules-login input[type="submit"],
  #users-modules-login-popup input[type="submit"],
  .users-register-account input[type="submit"] {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099; }
    .users-modules-login input[type="submit"]:hover,
    #users-modules-login-popup input[type="submit"]:hover,
    .users-register-account input[type="submit"]:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .users-modules-login input[type="submit"]:active, .users-modules-login input[type="submit"]:focus,
    #users-modules-login-popup input[type="submit"]:active,
    #users-modules-login-popup input[type="submit"]:focus,
    .users-register-account input[type="submit"]:active,
    .users-register-account input[type="submit"]:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
  .users-modules-login .submit button,
  #users-modules-login-popup .submit button,
  .users-register-account .submit button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099; }
    .users-modules-login .submit button:hover,
    #users-modules-login-popup .submit button:hover,
    .users-register-account .submit button:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .users-modules-login .submit button:active, .users-modules-login .submit button:focus,
    #users-modules-login-popup .submit button:active,
    #users-modules-login-popup .submit button:focus,
    .users-register-account .submit button:active,
    .users-register-account .submit button:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }

#UserLoginForm > div:nth-of-type(2) .label {
  margin-top: 0; }
#UserLoginForm h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6em;
  margin: 0; }
#UserLoginForm .label {
  margin-top: 0.5em; }
#UserLoginForm .submit {
  width: 30%;
  min-width: 200px;
  margin: 1em 0 0.2em;
  float: left; }
  #UserLoginForm .submit input {
    width: 100%; }
#UserLoginForm .option {
  float: right;
  margin-top: 0.8em;
  margin-right: 1em;
  font-size: 0.9em; }

@media (max-width: 48rem) {
  #UserLoginForm .submit {
    width: 100%;
    min-width: 150px;
    margin: 1em 0 0; }
  #UserLoginForm .option {
    float: left; } }
.login-help {
  text-align: center;
  padding: 1.3rem;
  width: 100%; }
  .login-help:before {
    clear: both; }
  .login-help u {
    color: rgba(0, 156, 166, 0.9); }
    .login-help u:hover {
      color: #00848d; }

.interest-list.not-added .add-to-interest-list {
  display: inline-block; }
.interest-list.not-added .added-to-interest-list {
  display: none; }
.interest-list.added .add-to-interest-list {
  display: none; }
.interest-list.added .added-to-interest-list {
  display: inline-block; }

.contributions-modules-shopping-cart {
  float: right;
  margin-top: 0.55em;
  margin-right: 0.5em;
  margin-left: 0.5em; }
  .contributions-modules-shopping-cart .cart-label {
    display: none; }
  .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    color: #aa1e2c;
    top: 4px;
    left: 8px; }
  .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-icon {
    background: url("/tpl/wycliffeOrg/assets/images/shopping-cart-icon.svg") center center no-repeat;
    width: 30px; }

/*Original CUSTOM ALERT STYLES*/
.customAlertModalFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none; }

.customAlert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: #ffffff;
  border: solid 1px #000000;
  font-family: Arial;
  display: none; }

.customAlert .customAlertLoading {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 1100000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: none; }

.customAlert .customAlertLoading .outer {
  display: table;
  width: 100%;
  height: 100%; }

.customAlert .customAlertLoading .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.customAlert .customAlertLoading img {
  background-color: #fff;
  background-image: url("anim-preloader.gif");
  background-position: center;
  background-repeat: no-repeat; }

.customAlert .customAlertInner {
  font-family: Arial;
  padding-bottom: 10px; }

.customAlert .customAlertInner .customAlertTitle {
  font-family: Arial;
  background-color: #d3d3d3;
  padding: 5px 10px;
  padding-right: 25px;
  position: relative; }

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
  display: block;
  background-color: red;
  color: #ffffff;
  font-weight: bold;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px; }

.customAlert .customAlertInner .customAlertMsg {
  font-family: Arial;
  padding: 10px; }

.customAlert .customAlertInner .customAlertError {
  font-family: Arial;
  padding-bottom: 10px;
  text-align: center;
  color: red;
  display: none; }

.customAlert .customAlertInner .customAlertButtons.center {
  text-align: center; }

.customAlert .customAlertInner .customAlertButtons.left {
  text-align: left;
  padding-left: 15px; }

.customAlert .customAlertInner .customAlertButtons.right {
  text-align: right;
  padding-right: 15px; }

.customAlert .customAlertInner .customAlertButtons button {
  background-color: gray;
  color: black;
  border: solid 1px black;
  cursor: pointer;
  margin: 0 5px; }

/*JQUERY CUSTOM ALERT STYLES*/
.customAlertModalFrame {
  transition: none;
  background: rgba(66, 66, 66, 0.5) !important;
  box-shadow: inset 0 0 550px rgba(66, 66, 66, 0.75); }

.customAlert {
  background-color: #f4f2ef;
  border: solid 1px #e2ddd5;
  transition: none;
  box-shadow: 0 0 125px rgba(66, 66, 66, 0.85); }

.customAlert img {
  display: inline; }

.customAlert .customAlertLoading img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.customAlert .customAlertInner {
  padding-bottom: 20px; }

.customAlert .customAlertInner .customAlertTitle {
  background-color: #e2ddd5;
  padding: 8px;
  padding-bottom: 8px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #aa1e2c;
  cursor: pointer;
  text-align: center; }

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
  /*display: block;*/
  /*color: #ffffff;*/
  /*font-weight: bold;*/
  width: 24px;
  height: 24px;
  /*position: absolute;*/
  top: -15px;
  right: -15px;
  border: 1px solid #353535;
  border-radius: 50%;
  background-color: #424242;
  background-image: url("/tpl/wycliffeOrg/assets/images/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px; }

.customAlert .customAlertInner .customAlertTitle a.closeAlert:hover {
  border-color: #941a26;
  background: #aa1e2c;
  background-image: url("/tpl/wycliffeOrg/assets/images/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px; }

.customAlert .customAlertInner .customAlertMsg {
  padding: 20px;
  padding-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: #424242;
  font-size: 18px;
  position: relative; }

.customAlert .customAlertInner .customAlertMsg .title {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px; }

.customAlert .customAlertInner .customAlertMsg .required {
  background: url("../img/icon-required.png") no-repeat center center;
  vertical-align: middle;
  margin-right: 3px; }

.customAlert .customAlertInner .customAlertMsg span {
  font-size: 16px;
  color: #424242;
  vertical-align: middle; }

.customAlert .customAlertInner .customAlertMsg label {
  display: inline-block;
  padding-bottom: 10px; }

.customAlert .customAlertInner .customAlertMsg input,
.customAlert .customAlertInner .customAlertMsg textarea,
.customAlert .customAlertInner .customAlertMsg select {
  outline: none;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8;
  resize: none;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.customAlert .customAlertInner .customAlertMsg label input {
  width: auto;
  margin-right: 5px; }

.customAlert .customAlertInner .customAlertMsg input.last-row,
.customAlert .customAlertInner .customAlertMsg textarea.last-row,
.customAlert .customAlertInner .customAlertMsg select.last-row {
  margin-bottom: 0; }

.customAlert .customAlertInner .customAlertMsg input.invalid,
.customAlert .customAlertInner .customAlertMsg textarea.invalid,
.customAlert .customAlertInner .customAlertMsg select.invalid {
  border: solid 1px #aa1e2c;
  background: #ffded6; }

.customAlert .customAlertInner .customAlertMsg input:focus,
.customAlert .customAlertInner .customAlertMsg textarea:focus,
.customAlert .customAlertInner .customAlertMsg select:focus {
  background: #eff5f8;
  outline-color: #e2ddd5; }

.customAlert .customAlertInner .customAlertMsg input.readonly,
.customAlert .customAlertInner .customAlertMsg textarea.readonly,
.customAlert .customAlertInner .customAlertMsg select.readonly,
.customAlert .customAlertInner .customAlertMsg input.readonly:focus,
.customAlert .customAlertInner .customAlertMsg textarea.readonly:focus,
.customAlert .customAlertInner .customAlertMsg select.readonly:focus {
  background-color: #e2ddd5;
  border-color: #f4f2ef;
  color: #fff;
  font-size: 18px;
  padding: 4px 7px; }

.customAlert .customAlertInner .customAlertMsg .pop-up-buttons {
  text-align: center; }

.customAlert .customAlertInner .customAlertMsg .pop-up-buttons a {
  display: inline-block;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  padding: 0.5em 0.8em 0.595em;
  font-size: .85em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 1px solid #009099;
  border-radius: 4px;
  background: #009ca6;
  cursor: pointer;
  white-space: nowrap;
  overflow: visible;
  margin-top: 1em; }

.customAlert .customAlertInner .customAlertMsg .pop-up-buttons a:hover {
  color: #fff;
  border-color: #00848d;
  background: #00848d; }

.customAlert .customAlertInner .customAlertMsg .description {
  font-size: 16px; }

.customAlert .customAlertInner .customAlertMsg .recaptcha-container {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.customAlert .customAlertInner .customAlertError {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  padding-bottom: 0;
  text-align: center;
  color: #aa1e2c;
  display: block;
  font-size: 14px; }

.customAlert .customAlertInner .customAlertButtons {
  /*text-align: center;*/
  padding-top: 10px; }

.customAlert .customAlertInner .customAlertButtons button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #009099;
  border-radius: 4px;
  background: #009ca6;
  cursor: pointer;
  white-space: nowrap;
  overflow: visible; }

.customAlert .customAlertInner .customAlertButtons button:hover {
  color: #fff;
  border-color: #00848d;
  background: #00848d; }

.customAlert .customAlertInner .customAlertButtons button.customAlertButtonCancel {
  display: inline;
  padding: 0;
  background: none;
  color: rgba(66, 66, 66, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  border: none; }

.customAlert .customAlertInner .customAlertButtons button.customAlertButtonCancel:hover {
  color: rgba(66, 66, 66, 0.75);
  border-color: transparent;
  background: none; }

/*MOBILE PHONES*/
@media screen and (max-width: 700px) {
  .customAlert {
    background: #009ca6;
    position: fixed;
    width: 100vw !important;
    /*height: 120% !important;*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none 0px;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow-y: auto;
    overflow-x: hidden; }

  .customAlert .customAlertInner .customAlertTitle {
    background-color: #009ca6; }

  .customAlert .customAlertInner .customAlertTitle a.closeAlert,
  .customAlert .customAlertInner .customAlertTitle a.closeAlert:hover {
    /*display: block;*/
    /*background-color: #291c10;*/
    /*color: #ffffff;*/
    /*font-weight: bold;*/
    width: 20px;
    height: 20px;
    /*position: absolute;*/
    top: -20px;
    right: -20px;
    background-image: url("../images/x.svg");
    background-repeat: no-repeat;
    background-position: bottom center; }

  .customAlert .customAlertInner .customAlertMsg input,
  .customAlert .customAlertInner .customAlertMsg textarea,
  .customAlert .customAlertInner .customAlertMsg select {
    padding: 10px;
    font-size: 18px; }

  .customAlert .customAlertInner .customAlertButtons button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid #009099;
    border-radius: 4px;
    background: #009ca6;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible; }

  .customAlert .customAlertInner .customAlertButtons button:hover {
    color: #fff;
    border-color: #00848d;
    background: #00848d; }

  .customAlert .customAlertInner .customAlertError {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    padding-bottom: 0;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px; } }
.MotionDataSubmitApplication .buttons .button.submit {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #6ba542;
  color: #fff;
  border-color: #659c3e; }
  .MotionDataSubmitApplication .buttons .button.submit:hover {
    background: #5f933b;
    color: #fff;
    border-color: #5f933b; }
  .MotionDataSubmitApplication .buttons .button.submit:active, .MotionDataSubmitApplication .buttons .button.submit:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #5f933b;
    color: #fff; }
.MotionDataSubmitApplication .buttons .button.reset {
  display: inline-block;
  padding: 0;
  background: none;
  color: #009ca6;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  border: none; }
  .MotionDataSubmitApplication .buttons .button.reset:hover {
    background: none;
    color: rgba(0, 156, 166, 0.75); }
  .MotionDataSubmitApplication .buttons .button.reset:focus, .MotionDataSubmitApplication .buttons .button.reset:active {
    color: rgba(0, 156, 166, 0.5); }
  .MotionDataSubmitApplication .buttons .button.reset:active {
    color: rgba(0, 156, 166, 0.5);
    outline-color: transparent;
    box-shadow: none; }
  .MotionDataSubmitApplication .buttons .button.reset.btn--primary {
    color: #009ca6; }
    .MotionDataSubmitApplication .buttons .button.reset.btn--primary:hover {
      color: #00848d; }
    .MotionDataSubmitApplication .buttons .button.reset.btn--primary:focus {
      outline-color: #00848d; }

.MotionSubmitSurvey .surveyForm .title {
  display: none; }
.MotionSubmitSurvey .tabs {
  display: none; }

.advocacy-modules-category-summary,
.contributions-modules-contribution-summary {
  padding: 0;
  width: 100% !important; }

.advocacy-modules-active-campaigns {
  margin-bottom: 20px; }
  .advocacy-modules-active-campaigns .title-box .link {
    display: none; }

.advocacy-modules-active-campaigns img {
  display: inherit; }

.advocacy-modules-active-campaigns .title-box {
  background-color: #e2ddd5;
  color: #a6192e;
  font-size: 1.25em;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px; }

.advocacy-modules-active-campaigns .title {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold; }

.advocacy-modules-active-campaigns .title-box .link a {
  color: rgba(66, 66, 66, 0.5);
  text-transform: uppercase;
  font-weight: bold; }

.advocacy-modules-active-campaigns .title-box .link a:hover {
  color: rgba(66, 66, 66, 0.75); }

.advocacy-modules-active-campaigns .title-box .link a span {
  font-size: 0.75em; }

.advocacy-modules-active-campaigns .title-box .link a img {
  display: none;
  background: url("../../../img/speaker.png") no-repeat center center;
  width: 19px;
  height: 15px;
  margin-right: 5px; }

.advocacy-modules-active-campaigns .campaigns-table colgroup col:first-child {
  width: 5%; }
.advocacy-modules-active-campaigns .campaigns-table colgroup col:nth-child(2) {
  width: 40%; }
.advocacy-modules-active-campaigns .campaigns-table colgroup col:nth-child(3) {
  width: 20%; }
.advocacy-modules-active-campaigns .campaigns-table colgroup col:nth-child(4) {
  width: 35%; }

.advocacy-modules-active-campaigns .campaigns-table tr.even {
  background-color: #e2ddd5; }

.advocacy-modules-active-campaigns .campaigns-table tr.odd {
  background-color: #f4f2ef; }

.advocacy-modules-active-campaigns .campaigns-table tr td.no-results {
  background-color: #d8d0c3;
  background-color: rgba(60, 48, 33, 0.11);
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  text-shadow: none; }

.advocacy-modules-active-campaigns .campaigns-table td {
  padding: 0; }

.advocacy-modules-active-campaigns .campaigns-table td.name {
  color: #645042;
  font-size: 18px;
  font-weight: bold; }

.advocacy-modules-active-campaigns .campaigns-table td.name img {
  background: #afba9a; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
  background: #eae6e0;
  box-shadow: inset 0 0 10px rgba(69, 54, 31, 0);
  border: 1px solid #e2ddd5;
  border-radius: 4px; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .completion-percent {
  color: #8e8176;
  font-size: 14px; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .total-percent {
  color: #8e8176;
  font-size: 14px; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .progress-bar-percentage {
  background: url(/tpl/wycliffeOrg/assets/images/pattern-strip-5.svg) center repeat-x;
  background-size: cover;
  background-color: #6ba542;
  border-radius: 4px;
  transition: 0.3s width;
  padding: 0.5rem 0;
  min-width: 2.5%; }

.advocacy-modules-active-campaigns .campaigns-table td.options a {
  height: 22px;
  padding-top: 2px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.advocacy-modules-active-campaigns .campaigns-table td.options a.view {
  color: #fff;
  background-color: #009ca6;
  text-shadow: none; }

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote {
  color: #fff;
  background-color: #6ba542;
  text-shadow: none; }

@media screen and (max-width: 900px) {
  .advocacy-modules-active-campaigns .campaigns-table td.options a {
    display: block; }

  .advocacy-modules-active-campaigns .campaigns-table td.options a.view {
    margin-bottom: 5px; } }
.users-recover-password input[type="submit"],
.users-recover-password input[type="button"] {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099; }
  .users-recover-password input[type="submit"]:hover,
  .users-recover-password input[type="button"]:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .users-recover-password input[type="submit"]:active, .users-recover-password input[type="submit"]:focus,
  .users-recover-password input[type="button"]:active,
  .users-recover-password input[type="button"]:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.payment-processors .forms .secure-payment .field-group .form-input-wrapper.payment-card-security-code-field {
  padding-left: 0; }
.payment-processors .forms .secure-payment .form-panel-card.cvv-disabled .field-group .form-input-wrapper.payment-card-expiration-year-field {
  width: 50%;
  padding-right: 0; }
.payment-processors .forms .form-input-wrapper {
  margin: 1em auto; }
  .payment-processors .forms .form-input-wrapper.form-label-left {
    padding-left: 0; }
    .payment-processors .forms .form-input-wrapper.form-label-left.payment-type-field {
      padding-left: 150px; }
  .payment-processors .forms .form-input-wrapper input, .payment-processors .forms .form-input-wrapper select {
    height: auto; }
    .payment-processors .forms .form-input-wrapper input:focus, .payment-processors .forms .form-input-wrapper select:focus {
      outline: #e2ddd5 auto 5px; }
  .payment-processors .forms .form-input-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #eff5f8;
    background-image: url("/Tags/img/frontend/icon-combo-trigger.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 0.925em;
    padding-top: 0.7em;
    padding-bottom: 0.85em;
    color: rgba(8, 60, 92, 0.9); }
  .payment-processors .forms .form-input-wrapper .form-input-holder .form-field-button {
    padding: 0;
    background: transparent;
    border: none;
    color: #009ca6; }
  .payment-processors .forms .form-input-wrapper .form-input-holder .form-input-error {
    display: block;
    font-size: 0.85em;
    border: none;
    color: #aa1e2c;
    padding: 0;
    position: static; }
.payment-processors .forms input[type="submit"] {
  text-shadow: none;
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #6ba542;
  color: #fff;
  border-color: #659c3e; }
  .payment-processors .forms input[type="submit"]:hover {
    background: #5f933b;
    color: #fff;
    border-color: #5f933b; }
  .payment-processors .forms input[type="submit"]:active, .payment-processors .forms input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #5f933b;
    color: #fff; }

#payment-processors-payment-form {
  max-width: 75%;
  margin: 0 auto; }

.eprotect-iframe-wrapper {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px; }

/*
 *  Remodal - v1.0.3
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.0.3
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal-close {
  border: none !important;
  background: none !important;
  color: currentcolor !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

/*# sourceMappingURL=style.css.map */
